/* ----- MAIN SETTINGS FOR RRP ---- */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}

table {font: 12px Verdana, Arial, Helvetica, sans-serif;}

/* home page */
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f1f1f1;
	text-align:center; 
	font-size:10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----- */
.subDrop {border:2px solid #7da3d1; width:140px; top:-19px;}


em {font-style:italic}

a img {border:0}
a {text-decoration: none}

hr {color:#Efefef}



H1 {
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #965959; 
	font-weight:normal;
	margin-top:0;
}
H1.category {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #965959; 
	font-weight:bold;
	/*font-variant:small-caps;*/
	margin-top:5px;
}
H1.rightCol {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #965959; 
	font-weight:normal;
	margin-top:0;
}

H2 { 
	MARGIN-bottom: 3px;  
	FONT-WEIGHT: normal; 
}

H3 {
	PADDING: 0px; 
	MARGIN: 0px;  
	FONT-SIZE: 14px;
	font-weight:bold;
}
H4 {
	DISPLAY: block; 
	MARGIN: 0px;  
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
}
H5 {
	Display: block; 
	Margin:0px; 
	Padding:0px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
}

.grey {color:#efefef}
.topMenu {background:#7fbaff}
#parentstring {padding:0 0 25px 0;width:450px}
.parentstring {padding: 10px 0 0 0}



.newsdesk12 {font-weight:bold; COLOR: #2579CE; }


.style9 {color: #1751FF;}
.style10 {font-size: 9}



/* features */
.feature_type {font-size:14px}
.cat_title_small {font-size:14px; font-weight:bold}

.smalltext {font-size:10px}
.findMore {font-size:14px; font-weight:bold}

.listingtagline {color:black; font-size:11px}
.formtitle {font-weight:bold; font-size:14px}

#topnav {background:#cccccc}



/* left column */
#leftColumn {padding-bottom:20px}

.button1 {
	height:34px; 
	line-height:34px;
	FONT-SIZE: 14px;
	color:white;
	font-size:bold;
	background:#584B42;
	border-bottom:1px solid white; }
	
a:leftnav { font-size:9px; COLOR: #ffffff; text-decoration:none; }



/* general site links */
a:link {
	color: #306eab;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a52fa6;
}
a:hover {
	text-decoration: underline;
	color: #a52fa6;
}
a:active {
	text-decoration: none;
	color: #4180bc;
}

/*  disclaimer */
a.disclaimer {color:white; margin-left:20px}
a:hover.disclaimer {color:#c27995}
a:visited.disclaimer {color:white}

	

/* left column */
li.leftCol {margin-left:25px; color:white; font-size:11px}
.active {font-weight:bold}
A.leftNavButton2 {font-size:11px}
A:link.leftNavButton2 {COLOR: #ffffff;  text-decoration:none}
A:visited.leftNavButton2 {COLOR: #ffffff; text-decoration:none}
A:hover.leftNavButton2 {COLOR: #c37b96; text-decoration:underline;}
A:active.leftNavButton2 {COLOR: #cccccc; text-decoration:none; font-weight:bold }

/* right column */
#sidebar5 {margin:15px 0 5px 0}
#sidebar5 h1 {font-size:12px; font-weight:bold; COLOR: #666666;}
#sidebar5 h2 a { color:#666666; font-size:10px; font-weight:bold}
#sidebar5 p {font-size:10px; margin:3px 0 }
#sidebar5 p a {}





	
.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	/*COLOR: #DAA520;*/
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	/*COLOR: #DAA520;*/
	TEXT-DECORATION: none
}






/* This is the default font for the entire page body */

.mainpage {}



/* This is a smaller text used for the wishlist, etc. */

.smalltext {

	font-size : 9px;

}



/* Style for page breaks when printing */

P.pageEnd {page-break-before: always}



/* ----- PAGE SECTIONS & HEADERS -----*/

/* Header is a large separating bar used in page layout */

/* Sections are used for output areas */

.header {


}

.section_title {

	font-size: 12px;

	font-weight: bold;

	color : Maroon;

}



/* Used for the menu footer at the bottom of list and detail pages */

.section_footer {

	font-size: 11px;

	color : Maroon;

}

A.section_footer {

	text-decoration : none;

}



HR.thickline {

	size: 1;

	height: 2px;

	margin-bottom : 0px;

	margin-top : 0px;

	border: 0;

}

HR.thinline {

	size: 1;

	height : 1px;

	margin-bottom : 0px;

	margin-top : 0px;

	border: 0;

}



/* Wish list button */

.WishButton {

	BORDER-RIGHT: 1px outset;

	BORDER-TOP: 1px outset;

	FONT-WEIGHT: bold;

	FONT-SIZE: 11px;

	BORDER-LEFT: 1px outset;

	COLOR: white;

	BORDER-BOTTOM: 1px outset;

	BACKGROUND-COLOR: #999999;

	text-align : center;

}



/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */

.cat_title_large {

	font-family:  Arial, Helvetica, sans-serif;

	font-size: 28px;

}

.cat_title_small {

	font-family:  Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

}

.cat_title_list {

	font-family:  Arial, Helvetica, sans-serif;

	font-size:	12px;

	font-weight: bold;

	text-decoration: underline

}



.cat_text_large {}

.cat_text_featured {}

.cat_text_small {}

.cat_text_list {}



/* FEATURE:.Detail page -------------------------------- */



/* Style for detail item name, if no image defined   */

.FeatureTitle {

	font-size : 26px;

}

/* Style for product names, if no image defined   */

.FeatureTeaser {

	font-size : 16px;

	font-family : Arial, Helvetica, sans-serif;

}

.FeatureByline {

	font-size : 12px;

	font-style : italic;

	

}





/* PRODUCTS:. --------------------------------------------- */



/* Style for product names, if no image defined   */

.prodname {

	font-size : 16px;

	font-weight: bold;

}



/* Style for product names, if no image defined   */

.prodname_list {

	font-size : 14px;

	font-weight: bold;

}



/* Style for Product SKU line, if turned on */

.prodSKU {

	font-size : 11px;

	color : #666666;

}



/* Style for Product price, if turned on */

.prodprice {

	font-size : 12px;

}



/* Style for Product price emphasized words */

.prodprice2 {

	font-size : 12px;

	font-weight: bold;

	color: maroon;

}



/* Style for Product discount line, if turned on */

.proddisc {

	font-size : 12px;

	color : maroon;

}



/* Style for border around image on moreinfo page */

.listingimg {

	margin-right : 10px;

}



.moreimg {

	border-style : solid;

	border-width : 1px;

	border-color : Silver;

	padding : 10px;

	background-color: white;

}



.gallery_img {

	border-style : solid;

	border-color : Silver;

	margin-right : 3px;

	border-width : 1px;

}





/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/

.boxtitle {

	FONT-SIZE: 16px;
	line-height:24px;
	font-weight: bold;

}

.BoxText {
	FONT-SIZE: 13px;  
}





/* ----- SHOPPING CART  -----*/



/* Style for shopping cart text */

.carttext {

	font-size : 11px;

}



/* Style for small shopping cart text */

.smallcarttext {

	font-size : 10px;

}







/* ----- INPUT FORM ---------------------------------*/

.formtitle {

	FONT-SIZE: 14px;

	font-weight : bold;

}

.formtext {

	FONT-SIZE: 12px;

	vertical-align : baseline;
}



.formerror {

	FONT-SIZE: 12px;

	color : Red;

}



.formerrorsmall {

	FONT-SIZE: 10px;

	color : Red;

}



.formtextsmall {

	FONT-SIZE: 10px; 

}



.FormTextVerySmall {

	FONT-SIZE: 9px;

}



.formfield {

	BACKGROUND-COLOR: #fbfbfb;

	BORDER-BOTTOM: #999999 1px solid;

	BORDER-LEFT: #999999 1px solid;

	BORDER-RIGHT: #999999 1px solid;

	BORDER-TOP: #999999 1px solid;

	COLOR: #003163;

	FONT-SIZE: 12px;

}



.formfieldlogin {

	BORDER-RIGHT: #cccccc 1px solid;

	BORDER-TOP: #cccccc 1px solid;

	FONT-SIZE: 11px;

	BORDER-LEFT: #cccccc 1px solid;

	COLOR: #101F74;

	BORDER-BOTTOM: #cccccc 1px solid;

	width : 120px;

}



.formfieldcheckbox {

	FONT-SIZE: 10px;

	COLOR: #cccccc;

}


/* HTML form submit buttons */
.formbutton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFF;
	text-align : center;
	/*border-bottom:2px solid #dedcdc;
	border-right:2px solid #dedcdc;*/
	border:2px solid #bcdce9;
	background: url(../images/pageelements/button-bg.jpg) center bottom;
	padding:2px 8px 3px 8px;
}
A.formbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.formbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
}



/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/

.ResultHead {

	FONT-SIZE: 16px;

}

.listingHead {

	FONT-SIZE: 12px; 

	TEXT-DECORATION: none;

}

.ListingSmall {

	font-size:	10px;

}

.listingTitle {

	FONT-SIZE: 14px;

	TEXT-DECORATION: none;

	font-weight : bold;

}

A.listingTitle:link {

	FONT-SIZE: 14px;  TEXT-DECORATION: none

}

A.listingTitle:visited {

	FONT-SIZE: 14px;  TEXT-DECORATION: none

	}

A.listingTitle:hover {

	FONT-SIZE: 14px; ; TEXT-DECORATION: underline

	}

	

.listingsubtitle {

	FONT-SIZE: 12px; FONT-STYLE: italic;  

}

.listingtext {

	FONT-SIZE: 12px; 

}

.listingsubtext {

	FONT-SIZE: 12px;  

}

.listingtagline {

	FONT-SIZE: 12px; 

}

.listingdate {

	FONT-SIZE: 12px;  

}







/* MENUs --------------------------------------------- */

.menu_category {

	font-size: 12px;

	text-decoration : none;

	COLOR: gray;

}

a.menu_category

{

	font-size: 12px;

}



.menu_page {

	font-size: 12px;

	COLOR: gray;

}

a.menu_page

{

	font-size: 12px;

}



.menu_page_title {

	font-size: 12px;

	COLOR: gray;

	FONT-WEIGHT: bold;

}



a.menu_page_title

{

	font-size: 12px;

	COLOR: gray;

	FONT-WEIGHT: bold;

}





.menu_trail {

	font-size: 12px;

	text-decoration : none;

	COLOR: #808080;

}

a.menu_trail

{

	font-size: 12px;



}



.menu_footer {

	font-size: 10px;

	text-decoration : none;

	color : Gray;

}

a.menu_footer

{

	

}



.menu_admin {

	FONT-WEIGHT: normal;

	FONT-SIZE: 8px;

	COLOR: #DAA520;

	TEXT-DECORATION: none

}

A.menu_admin{

	FONT-WEIGHT: normal;

	FONT-SIZE: 8px;

	COLOR: #DAA520;

	TEXT-DECORATION: none

}









.caution {

	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700

}

.photocaption {

	COLOR: white; FONT-SIZE: 11px; 

}







/* ----- INPUT FORM ---------------------------------*/

TD.TopTierHeader {

}

.TopTierHeader {

	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 

}



A.TopTierHeader:link {

	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none

}

A.TopTierHeader:visited {

	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none

}

A.TopTierHeader:hover {

	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline

}





/* ----- top tier is tabs; TD produces height ---------------------------------*/

TD.TopTierNav {

	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none

}

.TopTierNav {

	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none

}

A.TopTierNav:link {

	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.TopTierNav:visited {

	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.TopTierNav:hover {

	FONT-SIZE: 11px;

	FONT-FAMILY: verdana,arial,sans serif;

	TEXT-DECORATION: none;

	background-color : transparent;

}



/* ----- the sub tier is for sort  ---------------------------------*/

.SubTierNav {

	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none

}

A.SubTierNav:link {

	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.SubTierNav:visited {

	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.SubTierNav:hover {

	FONT-SIZE: 11px;

	FONT-FAMILY: verdana,arial,sans serif;

	TEXT-DECORATION: none;

	background-color : transparent;

}





/* ---------- Links for the sitemap search --------------------- */

A.alphaon:link {

	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;

}

A.alphaon:visited {

	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;

}

A.alphaon:hover {

	FONT-SIZE: 13px;

	FONT-FAMILY: verdana,arial,sans serif;

	TEXT-DECORATION: none;

	Font-Weight: Bold;

	background-color : #F0F0F0;

}

A.alphaoff:link {

	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.alphaoff:visited {

	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none

}

A.alphaoff:hover {

	FONT-SIZE: 9px;

	FONT-FAMILY: verdana,arial,sans serif;

	TEXT-DECORATION: none;

	background-color : #F0F0F0;

}


