@charset "UTF-8";
/* CSS Document */

.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* ######### Style for TABS ######### */

#divTabs {
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 7px;
	background-color:#FFF;
}
/* the on tab */
#divTabs a {
	text-decoration: none;
	border: 1px solid #c4bba0;
	background-color:#f7f6f3;
	color: #000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#divTabs a:hover {
	background-color: #b59668;
	color: #FFF;
}
#divTabs a.current {
	border-bottom: 1px solid #FFF;
	background-color:#FFF;
	color: #000000;
}
#divPages {
	padding: 10px;
	border: 1px solid #c4bba0;
	margin: 2px;
}
#divDescriptions, #divSKUs, #divPhotoManagement, #divUpsell, .noJS {
	display:none;
}
#jsWarning {
	margin:5px 18px;
	background-color:#990000;
	padding:10px 20px;
	color:#FFF;
}
/* ######### Style for NAVBAR ######### */

.navlinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.navlinks a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.navlinks a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.navlinks a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.navlinks a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	line-height: 18px;
}
.navlinks2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #824b13;
	text-decoration: none;
	line-height: 18px;
}
a.navlinks2:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #824b13;
	text-decoration: none;
	line-height: 18px;
}
.navlinks2 a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #824b13;
	text-decoration: none;
	line-height: 18px;
}
.navlinks2 a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #824b13;
	text-decoration: none;
	line-height: 18px;
}
.navlinks2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #824b13;
	text-decoration: underline;
	line-height: 18px;
}
/* ######### Style for Drop Down Menu MAIN ######### */

.chromestyle {
	
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 636px;
	padding: 0px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	padding: 0px;
	text-decoration: none;
	margin: -2px;
	
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;

}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #b59668;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #b59668;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.fineprint a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : #336699;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #996633;
}
