/*
euronatura styles - winter 2007
basic colors are:
darkBrown:			#99845C  (standard text)
lightBrown			#CFB586  (menu text)
lilac:				#BB76B1  (areas) 
lilac:			   #BB76B1  (hilight text)		COLOR="#B09A72"
*/

body {
	background-color: #FFF;
	color: #99845C;
	margin: 0px 0px 0px 0px;
	background-image: url(/logos/logo.jpg);
	background-repeat: no-repeat;
}

#headercontainer {
	border: 0px solid #FF8C00;
	width: 980px; 
	height: 140px;
	background-color: #FFF;
}
#header {
	border: 0px solid Red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px; 
	height: 140px;
}

#logo {
	width: 980px; 
	height: 100px;
	border: 0px;
	background-image: url(../logos/logo.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration: underline;
	color: #99845C;
}

a:hover {
	text-decoration: underline;
}

.menu {
	border: 0px solid Red;
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #B09A72;
}

.menu a {
	border: 0px solid Blue;
	text-decoration: none;
	color: #B09A72;
}
.menu a:hover {
	text-decoration: underline;
	color: #BB76B1;
}
.menufocus {
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #BB76B1;
}

.menufocus a {
	border: 0px solid Red;
	text-decoration: none;
	color: #BB76B1;
}
#menucontainer #upsellarea {
	border: 0px solid Red;
	margin-left: 10%;
	padding: 10px 0px 10px 0px;
}

 #upsellarea p {
 	line-height: 1.3em;
	margin: 1.0em 0em 1.0em 0em;
 }
 
div.horizontalrule {
	width: 100%;
	height: 9px;
	margin: 0px 0px 1.0em 0px;
	background-color: #FFFFFF;
	font-size: 4px;
	border-width: 0px 0px 3px 0px;
	border-bottom: 3px solid #CFB586;
}

div.horizontalrule span {
	white-space: nowrap;
	background-color: #BB76B1;
	float: right;
	text-align: right;
	width: 60px;
	height: 9px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	/* background-image: url(../logos/box.gif); */
}

#contentcontainer > div.topic >span {
	height: 13px;
}

 img {
 	margin-top: 0.4em;
 }
#icons img {
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

 #logo {
 	margin-top: 0px;
}

#largeImageDiv {
	display: block; 
	border: 2px solid #99845C;
	height: 250px;
	width: 454px;
}

#productDiv{
	border: 0px solid Blue;
	float: right;
	width: 454px;
	margin-left: 20px;
	margin-top: 0px;
}
.booktitle {
	font-weight: bold;
}

.price {
	font-weight: bold;
	color: #99845C
}

.orderbutton {
	border: 1px solid #99845C;
	background-color: #FFF;
	color: #99845C;
	font-weight: bold;
	width: 6em;
}
.orderbuttonOS {
	border: 1px solid #99845C;
	background-color: #FFF;
	color: #FF0000;
	font-weight: bold;
	width: 6em;
}
h3 {
	color: #BB76B1;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 {
	color: #BB76B1;
}

#closewindow {
	float: right;
	margin: 4px 20px 0px 0px;
	font-size: 0.8em;
	}
#colorway {
	width: 420px;
	margin: 4px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#colorname{
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#coloroptionscontainer{
	visibility: hidden;
	display: none;
}

.searchTermsBox, .zoom_searchbox {
	border: 1px solid #99845C;
	
}

.searchButton, .zoom_button {
	border: 1px solid #99845C;
	background-color: #FFF;
	color: #99845C;
}
