/* CSS Document */

/* BODY */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: underline;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



/* IMAGE THUMB VIEWER */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 1px dashed #CCCCCC;
visibility: solid;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* END IMAGE VIEWER */




#container {
width:600px;
padding:10px;
text-align:left;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 26px;
}

h3 {
	margin-bottom: 6px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	line-height: 24px;
}


h4 {
	font-weight: bold;
	text-transform:capitalize;
}


#highlightbox{
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
background-color:#FFF;
padding:5px;
}

.disclaimertitle{
font-weight:bold;
color:#996600;
font-size:10pt;
}

.disclaimertext{
font-weight:normal;
font-size:7.5pt;
}


#attributetext {
font-size:7.5pt;
padding-bottom:5px;
}

#pricetext {
font-size:16px;
font-weight:bold;
}



/* TABLE FORMATING */

hr.line {
color:#EEE;
height:1px;
margin-top:15px;
margin-bottom:15px;
}


.headertable {
	height: 33px;
	margin: 0 0 15px 0;
	padding: 5px 15px 0 15px;
	background:  url("global/table_header.gif") repeat-x;
	border-bottom: 1px solid #8B8378;
	font-weight:bold;
	color:#8B8378;
}


#headertabletitle {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
	font-weight: normal;
	color: #8B8378;
	margin-bottom: 10px;
	font-size: 26px;
}


.whitetablewithborder {
	height: 26px;
	margin: 0 0 8px 0;
	padding: 5px 15px 0 15px;
	border-bottom: 1px solid #EEE;
	font-weight:normal;
}


.bordertable {
	padding: 10px;
	border: 1px solid #8B8378;
	border-bottom-color: #8B8378;
	font-weight:normal;
}


.errortable {
	height: 65px;
	margin-top: 15px;
	margin-bottom:30px;
	padding: 5px 10px 0 15px;
	border: 1px solid #CCCCCC;
	font-weight:normal;
	color:#990000;
	background-color:#FFFFCC;
}


#errortitle {
font-weight:normal;
font-size:16px;
}


#oldprice {
color:#999999;
text-decoration:line-through;
}



.shiptosame {
	height: 50px;
	margin-top: 15px;
	margin-bottom:30px;
	padding: 5px 10px 0 15px;
	border: 1px solid #8B8378;
	font-weight:normal;
	background-color:#FFFFFF;
}



/* Top Inline Menu */

#topmenu {
	height: 24px;
	padding: 10px;
	/* background: url(img3.gif) no-repeat right top; */
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
	padding-left: .5em;
	margin-left: .5em;
	border-left: 1px solid #DBDBDB;
}

#topmenu li.noline {
	border: 0em;
	margin-left: .5em;
	padding-left: .5em;
}

#topmenu a {
	padding: 0 8px 0 8px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 11px;
	color: #3B3B3B;
	text-decoration:none;
}

#topmenu a:hover {
	padding: 0 8px 0 8px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 11px;
	color: #999;
	text-decoration:none;
}



/* Side Menu */

#sidemenu {
}

#sidemenu ul {
	margin: 10px;
	padding: 5px;
}

#sidemenu li {
	display:list-item;
}

#sidemenu a {
	padding:0px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 11px;
	color: #3B3B3B;
	text-decoration:underline;
}

#sidemenu a:hover {
	padding:0px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 11px;
	color: #999;
	text-decoration:none;
}


#sidenavlogin {
	font-size: 8pt;
	font-weight: bold;
	color: #CC6699;
}


.navcattitle {
font-size:11pt;
font-weight:bold;
color:#8B8378;
margin-bottom:6px;
margin-top:10px;
padding-bottom:4px;
text-transform:capitalize;
border-bottom: dotted 1px #8B8378;
width:auto;
}


#cartcontents {
font-size:8pt;
color:#8B8378;
margin-bottom:15px;
}



/* FORM ELEMENTS */

label {
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
}

#submit {
	border: 1px solid #8B8378;
	border-bottom-color: #8B8378;
	background: #EEDFCC url("global/button_bkg.gif") repeat-x;
	text-transform:capitalize;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}

#smallbutton {
	border: 1px solid #8B8378;
	border-bottom-color: #8B8378;
	background: #EEDFCC url("global/button_bkg.gif") repeat-x;
	height:19px;
	padding-bottom:2px;
	margin:3px;
	text-transform:capitalize;
	font-size: 7.5pt;
	font-weight:normal;
	color: #333333;
}

#updatetextfield {
width:30px;
height:19px;
margin-bottom:0px;
}

.supersmalltext{
font-size:7pt;
font-family:"Verdana", Arial, Helvetica, sans-serif;
color:#666666;
}

.topnav{
font-size:7pt;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
padding-top:5px;
padding-right:8px;
}

.formfieldtitle{
font-weight:bold;
}


#search {
	border: 1px solid #C28B30;
	border-bottom-color: #C28B30;
	background: #FFFFFF url("global/button_bkg.gif") repeat-x;
	text-transform:capitalize;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

#searchfield {
	width: 125px;
	border: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/* TO BE USED ON A HORIZONTAL SEARCH BAR I.E. UNDER HEADER */

.searchbar {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003366;
	font-size: 12px;
}




/* Footer */

.footer {
}

.footer p {
	text-align: center;
	color: #777777;
}

.footer a {
	color: #5D5D5D;
	text-decoration:underline;
}

.footer a:hover {
	color: #5D5D5D;
	text-decoration:none;
}
