* {
	font-family:Arial;
	font-size:11px;
}
strong {font-weight:normal; color:#5C5C5C;}
body,#main_section,#main_cont,#homeouter { background-color: #FFFFCC;}
#maindiv,#logodiv {border-width:0px; width:870px;}
#header_left { background-color:#7E8073;		}
#header_right {	background-color:#7E8073;	}
#footer_top {background-color:#7E8073;;}
#footer_bottom {}


#outerdiv {
	width:100%;
	text-align:center;
	padding-top:32px;
	background-image:url(/images/tabg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#footer_links, #footer_links a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer_copy {
	padding-top:5px;
}
#footer_copy, #footer_copy a, #footer_copy a:hover {
	color:#7E8073;
	text-decoration:none;
	font-size:11px;
}


label.overTxtLabel {
	font-weight: normal;
	font-size: 12px;
	color: #999;
}



body, div, span, p, td {	color: #666666; }

#maindiv { background: #FFFFFF;}

#header_right_links a, #header_right_links a:hover,
#header_right td, #header_links a, #header_links a:hover, #footer_bottom, #footer_bottom a {color:#FFF; }

#categories_list table {background-color:#FFFFFF;}
#menu a, #menu a:hover, #categories_list a, ul.tabbernav li a:link, ul.tabbernav li a:visited { color:#FFFFFF; font-weight:normal;}

#categories_list, #categories_list td, ul.tabbernav li a {background-color:#5C5C5C;}


#product_desc input.input,
a.add_wishlist,
.side_link:link, .side_link:visited,
ul.tabbernav li a:hover,
#catlist_level1 a,  #catlist_level1 span,
#catlist_level1 a:hover, 
#cat_heading {
	color:#5C5C5C;
	color:#52270E;
	color:#7E8073;
}

#catlist_level1 a,  #catlist_level1 span,
#catlist_level1 a:hover{
	color:#666666;
	color:#CC6633;		
	color:#52270E;
}


.orange_button input, .orange_button button,
.yellow_button input, .yellow_button button,
#productbottom h2,
a:link, a:visited,
.product_price, .product_options,
#selected_cat a, #atitle1,
#selected_cat a:hover, 
#cat_heading,  #fleveldesc,
#product_title{
	color:#3A3A3A;
}

#selected_cat a,#selected_cat a:hover {
	color:#E5DECB;
}


.review_spacer b,
#category_title, .category_title,
#pages_title, .pages_title,#product_title,
#catcrumb1, 
#catcrumb2,  
#sideheader {
    color:#5C5C5C;
	color:#3A3A3A;
}

.required,
#requiredmessage {
color:#FF0000;
}

#menu ul ul a,
a#bottomcatlist, .account_head,
a#bottomcatlist:hover, 
a#productlist, 
a#productlist:hover, 
.navpage a,
.navpage a:hover, 
.highlightpage, .relatednav,
.navpageselected {
	color:#5C5C5C;
}

#menu ul ul li, #menu ul ul,
.tabberlive .tabbertab, ul.tabbernav, ul.tabbernav li a {
	border-color:#5C5C5C;
	color:#FFFFFF;
}


ul.tabbernav li a { 
	color:#FFFFFF;
	background-color: #8E9277;;
}

#menu ul ul a,
ul.tabbernav li a:hover {
	background-color: #DAB368;
	background-color: #8E9277;;	
    color: #FFFFFF;
}

td#review_left, td#review_right {
	border-color:#DDDDDD;	
}



ul.tabbernav li.tabberactive a {
	background-color: #fff;
	color: #5C5C5C;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #5C5C5C;
	background: white;
	border-bottom: 1px solid white;
}

#menu ul ul a:hover,
.content th {
	
}

.content td#cartitem {
	background-color: #FCCF97;
	background-color: #FFFFFF;	
	color:#010101;
}

#menu ul ul a {
color:#010101;
}

a#relatedlist{
color:#666666;
}



div#pagesnav a, div#pagesnav a:hover {
color:#999B76;
}


.orange_button input, .orange_button button,
.yellow_button input, .yellow_button button,
#menu ul ul a:hover,
.content th,
#menu ul ul a {
	background-color: #E5DECB;
	color:#5A5A5A;
	font-weight:normal;
}

#menu ul ul a {color:#DAB368;}
#menu ul ul ul a, #menu ul ul a:hover {background-color:#623C18;}
#menu ul ul li {border-color:#333;}
#menu ul ul ul li {border-color:#000;}


.yellow_button input, .orange_button input, .yellow_button button, .orange_button button {
 background-color:#FFFFFF;
 color:#5C5C5C;
 border: solid #5C5C5C 1px;
}


.list_tile_submit {
	border-width: 1px;
	text-decoration: none;
	border: solid #5C5C5C 1px;
}

#cartitem a, #cartitem a:hover {
 color:#5C5C5C;
 text-decoration:underline; font-size:11px;
}






/* DROPDOWN MENU  */
#maindropdown *, #maindropdown a, #maindropdown a:hover {
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}


/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:3px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	width:105px;
	background-color:#7E8073;
	cursor:pointer;
	padding:4px 0px 5px 0px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFB119;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #DDDCA3;
	border-top:0px;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:#7E8073 center left no-repeat;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#7E8073 center right no-repeat;
	width:105px;
}

#maindropdown li {
	background:#7E8073;
}
#maindropdown li ul li {
	background:#FFFED5;
	padding:0px;
	border-width:0px 1px 1px 1px;
}
#maindropdown li ul li a, #maindropdown li ul li a:hover {
	color:#60615B;
	font-size:11px;
	line-height:20px;
}
#maindropdown li ul li a:hover {
	background-color:#FFB119;
}





#homeouter {
	padding-top:5px;
	padding-bottom:5px;
}
#homeflash {
	background-color:#FFFFFF;
	padding:8px;
	border: 1px #7E8073 solid;

	overflow:visible;
}


#bgimage {
	width:732px;
	height:420px;
	background-repeat:no-repeat;
	padding:20px 60px 20px 60px;
}
#pcontent {
	background-color:#FFFFFF;
	border: 1px #7E8073 solid;
	padding:10px;
	text-align:left;
	overflow:visible;
}
#whitemaindiv {
	background-color:#FFFFFF;
	padding-bottom:20px;
	padding:8px;
	border: 1px #7E8073 solid;
}
#pages_title {
	border-bottom: 1px #7E8073 solid;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
	overflow:inherit;
	margin-bottom:10px;
}


input.navinput {color:#5C5C5C;}

.sbutton{
}
input.navsubmit,.sbutton,
.orange_button input, .orange_button button,
.yellow_button input, .yellow_button button {
	background-color:#5C5C5C; color:#D2CFC6;
	font-weight:normal;
	font-size:12px;
	border:1px solid #5C5C5C;
}
.orange_button input, .orange_button button,
.yellow_button input, .yellow_button button {
}


#catimageouter {
	margin-top:10px;
	background-color:#FFFFFF;
	padding:8px;
	border: 1px #7E8073 solid;
	width:630px;
}
#catdetails {
	padding-top:20px;
	padding:20px;
	text-align:center;
}
#cathr {
	width:130px;
	border-bottom: 1px #7E8073 solid;
	margin-top:10px;
	margin-bottom:10px;
}
#cattitle {
	padding-top:20px;
	font-family:Arial;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
}
#cattitlelisting {
	font-family:Arial;
	font-size:22px;
	text-transform:lowercase;
	text-align:center;
	color:#A9A9A9;
	
}
a#product_title_text, a#product_title_text:hover {
	font-family:Tahoma; 
	text-transform:uppercase;
	color:#A9A9A9;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}


#catdesc,#catdesc p {
	font-family: 'Bookman Old Style', serif;
	text-align:center; 
	line-height:24px;
	font-size:16px;
	font-style:italic;
}
#catsubs ul, li	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#catsubs a {
	font-size:14px;
	font-family:Arial;
	text-transform:uppercase;
	text-decoration:none; 
	color:#7E8073;
}
#product_title {
	padding-top:20px;
	font-family: 'Bookman Old Style', serif;
	line-height:24px;
	font-size:18px;
	font-style:italic;
	color:#A9A9A9;
}
#product_sdesc {
	font-family:Arial;
	padding-top:10px;
	font-size:13px;
	line-height:16px;
	color:#5C5C5C;
}
#product_ldesc {
	padding-top:10px;
	font-size:13px;
	line-height:16px;
	color:#5C5C5C;
}
#product_price {
	font-family:Arial;
	font-weight:normal;
	color:#5C5C5C;
}
a.add_wishlist {
	font-family:Arial;
	text-decoration:underline;
	color:#A9A9A9;
}
#pagesnav {
	background-color:#8E9277;
	padding:10px;
	text-align:left;
	width:150px;
	margin-bottom:150px;
}
#pagesnavheader {
	background-color:#8E9277;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:1px;
	height:14px;
	padding:4px;
}
#pagesnav div a, #pagesnav div a:hover{
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	text-transform:lowercase;
}
#pagesnav #selected_cat a {
	color:#FFFED5;
}





/* SLIMBOX */

#lbOverlay, .lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, .lbCenter, #lbBottomContainer, .lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://github.com/anutron/clientcide/raw/master/Assets/slimbox/loading.gif) no-repeat center;
}

#lbImage, .lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, .lbPrevLink, #lbNextLink, .lbNextLink {
	display: block;
	position: absolute;
	bottom: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink, .lbPrevLink {
	left: 0;
}

#lbPrevLink, .lbPrevLink, #lbPrevLink:hover, .lbPrevLink:hover {
	background: transparent url(http://github.com/anutron/clientcide/raw/master/Assets/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink, .lbNextLink {
	right: 0;
}

#lbNextLink, .lbNextLink, #lbNextLink:hover, .lbNextLink:hover {
	background: transparent url(http://github.com/anutron/clientcide/raw/master/Assets/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom, .lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink, .lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://github.com/anutron/clientcide/raw/master/Assets/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber, .lbCaption, .lbNumber {
	margin-right: 71px;
}

#lbCaption, .lbCaption {
	font-weight: bold;
}



