/* Begin Structure Styles =============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #573d1a;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical;
}

#wrapper {
	padding: 0;
	width: 759px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/wrapper_shim.gif) repeat-y;
}

#header {
	text-align: left;
	height: 142px;
	width: 759px;
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.gif) no-repeat;
}

#product_nav_container {
	font-size: 10px;
	font-weight:bold;
	padding: 8px 5px 0 10px;
	top: 0;
	height: 26px;
}

#product_nav {
	list-style-type: none;
	float: left;
	padding: 2px;
	width:600px;
}

#product_nav ul li {
	display: inline;
	border-right: 1px solid #969696;
	padding-right: 9px;
	margin-left: 9px;	
}

#product_nav ul li.last {
	border: 0;
	padding: 3px 2px;
}

#product_nav a {
	text-decoration: none;
	color: #969696;
}

#product_nav a:hover {
	color: #969696;
	text-decoration: underline;
}

#basket {
	text-align: left;
	float:right;
	padding-top:2px;
}

#basket a {
	text-decoration: underline;
	color: #969696;
}

#basket a:hover {
	color: #969696;
	text-decoration: none;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x;
	width: 759px;
	font-size: 10px;
	color: #bd9898;
	text-align: center;
	padding: 8px 0 0 0;
	height: 50px;
}

#footer a {
	text-decoration: none;
	color: #bd9898;
}

#footer a:hover {
	color: #bd9898;
	text-decoration: underline;
}

/* End Structure Styles =============================================== */

#outer_content_container {
	text-align: left;
	float: left;
	width: 759px;
}

#content_container {
	float: right;
	margin: 0;
	width: 606px;
}

.main_content {
	margin: 0;
	padding: 15px 10px 7px 10px;
	float: left;
	width: 586px;
}

.main_title {
	margin: 0;
	padding: 8px 0 10px 10px;
	float: left;
	width: 596px;
	border-bottom: 1px solid #573d1a;
}

.main_title h1 {
	font-size: 18px;
	font-weight: bold;
}


/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0 0 4px 0;
	padding: 6px 0 4px 4px;
	float: left;
	border-bottom: 1px dashed #969696;
	font-size: 10px;
	width: 602px;
	height: 18px;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	border-right: 1px solid #7D7D7D;
	padding-right: 4px;
	margin-left: 4px;	
}

#breadcrumb ul li.last {
	border: 0;
	padding: 0;
}

.numbering {
	float: right;
	border: 1px solid #b9c1c5;
	text-align: right;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 564px;
}

.numberingtop {
	float: right;
	border: 1px solid #b9c1c5;
	text-align: right;
	padding: 6px 10px 1px 10px;
	margin: 2px 0 4px 0;
	width: 564px;
}

#productdetail_image {
	float: left;
	border: 1px solid #b9c1c5;
	text-align: left;
	width: 300px;
	margin: 0 10px 0 0;
}

a.enlarge_image:link, a.enlarge_image:visited, a.enlarge_image:active {
	display: block;
	background:#efe8dc;
	text-decoration: none;
	color: #a89071;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0 0;
	height: 20px;
}

a.enlarge_image:hover {
	text-decoration: underline;
	color: #a89071;
}

#productdetail_details {
	float: left;
	color: #636363;
	text-align: left;
	width: 275px;
}

#productdetail_details h3 {
	color: #d13683;
	padding: 0 0 10px 0;
}

#productdetail_paymentarea{
	border-top: 1px dashed #636363;
	padding: 10px 0 0 0;
}

/* End Breadcrumb Styles =============================================== */

/* Begin Left Menu Styles =============================================== */

#left_nav_container {
	margin: 0;
	padding: 0;
	width: 152px;
	float: left;
}

.left_content_nav_container {
	width: 152px;
	float: left;
	text-align: center;
	padding: 10px 0 2px 0;
	background:url(../images/leftnav_bg.gif) no-repeat;
}

.left_content_nav {
	width: 152px;
	float: left;
	margin-top: 5px;
	padding-top: 8px;
}

.left_content_nav ul li {
	list-style-type: none;
}

.left_content_nav ul li a {
	color: #969696;
	text-align: left;
	font-size: 10px;
	font-weight:bold;
	display: block;
	padding: 1px 0 3px 25px;
	text-decoration: none;
	height:20px;
}

.left_content_nav ul li a:visited {
	text-decoration: none;
	color: #969696;
}

.left_content_nav ul li a:active {
	text-decoration: none;
	color: #969696;
}

.left_content_nav ul li a:hover {
	color: #969696;
	text-decoration: underline;
}

/* End Left Menu Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #999999;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #b02003;	
}

.backgroundblack {
	background: #000000;
}

.backgroundred {
	background: #AE0035;
}

.border {
	border: 1px solid #E19FB3;
}

.borderred {
	border: 1px solid #AE0035;
}

.bordergrey {
	border: 1px solid #7D7D7D;
}

.borderrightdashed {
	border-right: 1px dashed #E19FB3;
}

.borderbottomdashed {
	border-bottom: 1px dashed #E19FB3;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #969696;
}

a:hover, a {
	text-decoration: none;
	color: #573d1a;
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}

a.white:hover, a.white {
	color: #FFFFFF;EBD5DD
}

/* End Class Styles =============================================== */

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #FFFFFF;
	background: #bc9c67;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #FFFFFF;
	padding: 3px;
	background: #bc9c67;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #9a7c4d;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #9a7c4d;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 160px; 
	font-weight: bold; 
}

.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #7D7D7D solid;
	color: #9a7c4d;
}

.inputsmall {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #7D7D7D solid;
	color: #9a7c4d;
}

.textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #7D7D7D solid;
	color: #9a7c4d;
}

/* End Form Styles =============================================== */
