@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	background-color:#131211;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:19px;
}
#main {
	background:#c4c0be url(images/background_light_slice.jpg) repeat-x;
	padding-bottom:30px;
}
#main .container {
	background-image:url(images/background_light.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-image:url(images/background_footer.jpg);
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	top:-20px;
	min-height:130px;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


/* 
	Header-Styles 
*/

#header {
	padding-top:20px;
	padding-bottom:20px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/rnr_logo2.png);
	background-repeat:no-repeat;
	width:200px;
	height:98px;
}
ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	right:0px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}


#display {
	position:relative;
	width: 870px;
	height: 350px;
}
	
#display div {
	margin: 0px;
}




/* 
	Block-Styles 
*/

.block {
	border:0px solid #a3a09e;
	/*background-color:#ffffff;*/
	margin-bottom:20px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.block_inside { 
	display:block; 
	border:1px solid #d0cfce;
	background-color:#ccc;
	/*background:url(images/background_block_slice2.png) repeat-x;*/	
	padding:30px;
	overflow:auto;
}

.block_product { 
	display:block; 
	border:1px solid #d0cfce;
	background:url(images/background_block_slice2.png) repeat-x;	
	padding:30px;
	overflow:auto;
}


.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 1px 5px;
	float:left;
}
.image_block img {
	/*width:398px;*/
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}

#block_featuredblog .text_block { padding-top:5px }


/*
	Portfolio-Home-Styles
*/

#block_portfolio {
	overflow:auto;
	margin-bottom:20px;
}
#portfolio_items {
	width:615px;
	margin-right:25px;
	float:left;
	min-height:100px;
	padding-top:3px;
}
#text_column {
	float:right;
	width:310px;
}
#text_column img { margin-bottom:20px; position:relative; left:-3px;}

#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/kids.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	line-height:19px; 
}

.mini_portfolio_item {
	border:1px solid #d0cfce;
	margin-bottom:10px;
	position:relative;
}
.mini_portfolio_item .block_inside { 
	background:none; 
	background: url(images/background_block_slice.png) repeat-x;
	/*background-color:#e2dddc;*/ 
	padding:25px 30px 15px 30px; 
}
.mini_portfolio_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }


/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
}
#content_area .block_inside {
	min-height:400px;
}
#sidebar {
	float:left;
	width:281px;
	position:relative;
	left:-1px;
	margin-top:15px;
	background-color:#e2dddc;
	border:1px solid #a3a09e;
}
#sidebar .block_inside {
	background:none;
	background-color:#e2dddc;
}

#sidebar h3 {
	font-size:20px;
	line-height:23px;
}
#sidebar ul { margin:10px 0px 30px 0px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a { color:#7f7d78; }
#sidebar ul li a:hover { color:#0172dd; text-decoration:none; }


#content_area h2 { font-size:32px; line-height:31px; }

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}


/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:39px;
	letter-spacing:-1px;
}
h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#26689f;
	text-decoration:none;
}
small a {
	color:#007de2;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footertext{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	/*line-height:19px;*/ 
}

.footertext2{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	/*line-height:19px;*/ 
}


.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}






/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }





/*
	Alternate Styles
*/
body#dark {
	background-color:#1e1d1b;
}
body#dark #main {
	background:#000000 url(images/background_rnr_slice.jpg) repeat-x;
}
body#dark #main .container {
	background-image:url(images/background_rnr.jpg);
}
body#dark #main .container2 {
	background-image:url(images/background-rnr.jpg) no-repeat;
}
body#dark #footer {
	background-image:url(images/background_dark_footer.jpg);
}
body#dark ul#menu li a.active, ul#menu li a:hover {
	color:#ffffff;
}
body#dark .block, body#dark .mini_portfolio_item { 
	border-color:#1b1a19; 
}
body#dark #text_column  { 
	background-image:url(images/kids.jpg);
	height: 478px;
}

/** GENERAL PRODUCT POST STYLING **/
/* content boxes */
.c_box {float:left;display:inline;margin-left:15px;background:#f6f6f6;text-align:center;}
.secondary_content .c_box, .theCats .c_box, .pageCont .c_box {width:310px;} /*3 columns*/
.theProds .c_box {width:180px;}/*5 columns*/
.c_box_first {margin-left:0;}
.contentWrap {margin:10px;overflow:hidden;background:#eae7df;border:1px dashed #c8c1c1;position:relative;}
.c_box_padding {padding:10px;}
.contentWrap .hover_img, .contentWrap .hover_link {position:absolute;top:0;left:0;background:#eae7df url(../images/hover_link_bgd.png) no-repeat center top;}

/** FEATURED CONTENT **/
.featured {padding-top:36px;}
.hover_block {float:left;display:inline;width:320px;text-align:center;}
.featured .contentWrap, .subcatnavi {height:375px;}
.featured .contentWrap {margin:0;background:#f6f6f6;padding:10px;overflow:hidden;position:relative;border:0 none;border-left:1px solid #e6e6e6;}
.featured .contentWrap img {top:10px;left:10px;}
.featured .hover_block div a {display:block;}
.featured .hover_block  span {display:block;margin:18px 0 36px;height:30px;color:#5b4b4a;font-size:2.15em;text-indent:-9999em;}
.hover_block1 span {background:url() no-repeat center;}
.hover_block2 span {background:url() no-repeat center;}
.hover_block3 span {background:url() no-repeat center;}

.subcatnavi a {font-size:1.2em;color:#210300;letter-spacing:1px;padding:5px 0;}
.subcatnavi .sale a {color:#dc2406;}

/** SECONDARY CONTENT **/
.secondary_content {clear:both;}
.secondary_content .c_box_padding {padding:0;margin:10px;border:1px dashed #c8c1c1;background:#eae7df;}
.secondary_content .c_box a, .secondary_content .c_box_last p {display:block;height:114px;}
.secondary_content .c_box a {text-indent:-9999em;}
.secondary_content .c_box_first a {background:url() no-repeat top left;}
.secondary_content .c_box_middle a {background:url() no-repeat top left;}
.secondary_content .c_box a:focus, .secondary_content .c_box a:hover, .secondary_content .c_box a:active {background-position:bottom left;}
.secondary_content .c_box_last p {position:relative;background:url() no-repeat top left;}
.secondary_content .c_box_last p a {height:25px;width:100px;font-size:1.3em;letter-spacing:2px;}
.secondary_content .c_box_last p span, .secondary_content .c_box_last p a {position:absolute;}
.secondary_content .c_box_last p span {top:10px;left:10px;text-indent:-9999em;}
.secondary_content .c_box_last p .link1 {top:76px;left:12px;}
.secondary_content .c_box_last p .link2 {top:75px;left:187px;}
.secondary_content .c_box_last p .link1:focus, .secondary_content .c_box_last p .link1:hover, .secondary_content .c_box_last p .link1:active {background:url(../images/featured_imgs/coupon.png) no-repeat -12px -190px;}
.secondary_content .c_box_last p .link2:focus, .secondary_content .c_box_last p .link2:hover, .secondary_content .c_box_last p .link2:active {background:url(../images/featured_imgs/coupon.png) no-repeat -187px -189px;}

/** THE CATEGORIES  **/
.theCats .contentWrap, .subsubcatnavi  {height:136px;} /*adjust min-height when more content- adjust also the main_lte_ie6.css as well!!(line 3)*/
.theCats .c_box  {margin-top:15px;}
.theCats .hover_link  {width:290px;height:136px;color:#210300;letter-spacing:1px;text-align:center;font-size:2.475em;text-indent:-9999em;}
.theCats .sale {color:#dc2406;}
.theCats .hover_link:focus, .theCats .hover_link:hover {text-decoration:none;}
.subsubcatnavi a {display:block;color:#210300;letter-spacing:1px;text-align:center;font-size:1.1em;font-family:Tahoma;padding:4px 0;}
.subsubcatnavi li:first-child {border-bottom:1px solid #fff;}

/** THE PRODUCTS  **/
.theProds .contentWrap  {height:200px;border:0 none;} /*adjust min-height for longer pics*/
.theProds .c_box  {margin-top:15px;}

/** THE SINGLE PRODUCT PAGE  **/
#singleMainContent {clear:both;}
.imgSection {float:left;width:375px;}
.prodDetails {position:relative;float:right;width:480px;}
.prodDetails h1 {margin-bottom:18px;}
.tabsWrap {float:left;width:50px;background:#f6f6f6;}
.tabsWrap .tabs {background:#eae7df;margin:5px;}
.tabsWrap .tabs li {padding:5px;}
.tabsWrap .tabs li a {display:block;padding:5px;background:#80605d;border:1px solid #745452;text-align:center;color:#eae7df;}
.tabsWrap .tabs li a:focus, .tabsWrap .tabs li a:hover, .tabsWrap .tabs li a.current {background:#f6f6f6;border-color:#d6d1ca;color:#210300;text-decoration:none;}
.imgSection .c_box {float:right;margin:0 0 36px;}
.imgSection .c_box .contentWrap {border:0 none;} 

/*the zoom window*/
#zoom1-big {position:absolute;top:0px;left:0px;}

/*related*/
.related {clear:both;}
.related .tabs {overflow:hidden;}
.related .tabs li {display:inline;float:left;}
.related .tabs li a {display:block;float:left;width:167.5px;font-size:1.275em;text-align:center;padding:10px;color:#e6e2d7;}
.related .tabs li a:focus, .related .tabs li a:hover, .related .tabs li a.current {background:#f6f6f6;color:#3e201c;text-decoration:none;}
.related .panes {padding:10px 5px;background:#f6f6f6;position:relative;}
.related .panes img {padding:0 5px;}

/*product footnotes*/
#footnotes {padding:10px 0;border:1px solid #7b6360;border-right:0 none;border-left:0 none;text-align:center;margin-bottom:18px;}
#footnotes .l1 {display:table;margin:0 auto;}
#footnotes li {display:table-cell;width:25%;}
#footnotes li a {display:block;text-align:center;padding:0 9px;vertical-align:middle;}
#footnotes li a:focus, #footnotes li a:hover {color:#f6f6f6;text-decoration:none;}
#footnotes img {margin-right:10px;}

/*price and item ID*/
.price {font-size:1.375em;overflow:hidden;}
.itemID {font-size:0.875em;}

/*the form*/
.prodDetails form p {clear:both;}
.prodDetails input, .prodDetails select {display:inline;padding:0;margin:0;}
.prodDetails select {width:auto;}
.typeradioselect, .select, .quantityselect, .giftboxselect {margin-bottom:36px;}
.typeradioselect input, .giftboxselect input {margin-right:5px;float:none;}
/* Type Select */
.typeradioselect {float:left;width:100%;}
.typeradioselect span {display:block;float:left;width:100%;text-align:left;}

/*Colour Select / Size Select*/
.select {float:left;width:100%;}
.select li {float:left;margin:0 5px;padding:1px;background:#eae7df;}
.select li:first-child {margin-left:0;}
.select a {display:block;background:#eae7df;color:#210300;border:2px solid #eae7df;}
.sizeselect a {display:block;padding:5px 14px;background:#eae7df;color:#210300;border:2px solid #eae7df;}
.select a:focus, .select a:hover, .select a:active {border:2px solid #000;color:#210300;text-decoration:none;}

/*Action Buttons*/
.add {display:inline;float:left;margin-left:36px; margin-top: 20px;}
.addToCart {margin-left:0;}
.shopActionBtn , .shopActionBtn a {height:25px;cursor:pointer;overflow:hidden;padding:0;border:0 none;}
.addToCart .shopActionBtn {width:122px;}
.addToWishList .shopActionBtn {width:153px;}
.shopActionBtn a {display:block;text-indent:-9999em;}
#shoppingbagoverlay .shopActionBtn, .shopActionBtn .startShopping {width:153px;}
.shopActionBtn .startShopping {background:url(../images/start-shopping.png) no-repeat top left;}
.shopActionBtn a:hover, .shopActionBtn a:focus {background-position: 0 -25px;}
.shopActionBtn a:active {background-position: 0 -50px;}
.shopActionBtn:hover input, .shopActionBtn:focus input {margin-top:-25px;}
.shopActionBtn:active input {margin-top:-50px;}

/* overlay content */
.overlay .emailform-col {float:left;width:45%;}
.overlay .formbutton {clear:both;background:#210300;color:#f6f6f6;padding:4px;border:1px solid #000;}
.overlay .formbutton:focus, .overlay .formbutton:hover {background:#3e1f1c;border-color:#210300;}
.overlay .formbutton:active {background:#210300;}
.overlay a {color:#210300;font-size:1.2em;}
#myaccountoverlay a {font-size:1em;color:#900d05;}
.ico a {display:block;float:left;width:33.33%;font-size:1.3em;margin-top:18px;}
.subscribe_ico a {text-align:center;}
.share_ico img {margin-right:10px;float:left;}
#searchform label {font-size:1.2em;float:left;margin-right:6px;padding-top:6px;}
#searchform input {display:inline;}
#shoppingbagoverlay {background:#f8f8f8;width:auto;height:auto;}
#shoppingbagoverlay .close {top:-10px;right:-10px;}
