@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}
body {
	background: #a0bac8 url(/images/bg_body.jpg) top left repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	color: #403234;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

table {
	font-size: inherit;
}

#wrapper {
	width: 808px;
	margin: 0 auto;
}
div#header {
	overflow: hidden;
}
a#logo {
	float: left;
}
a#logo img {
	width: 410px;
	height: 110px;
}
div#cart_info {
	float: right;
	color: #FFF;
	line-height: 24px;
	text-align: right;
	padding-right: 8px;
	padding-top: 10px;
}
div#cart_info a {
	color: #FFF;
}
div#cart_info a img {
	vertical-align: middle;
}

#content {
	background-color: #FFF;
}
#content_header {
	height: 40px;
	background: url(/images/bg_header_menu.png) top left no-repeat;
}
#content_header a {
	display: block;
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 400px;
}
#content_header a:hover, #content_header a.current {
	background: url(/images/bg_header_menu_hover.png) top left no-repeat;
}

#content_text {
	text-align: justify;
	background: url(/images/bg_content_y.jpg) top right repeat-y;
	padding: 0;
	margin: 0;
}
#content_bg_overlay {
	min-height: 457px;
	background: url(/images/bg_content.jpg) top right no-repeat;
	padding: 20px;
	padding-right: 28px;
	line-height: 19px;
}
#content_footer {
	clear: both;
	height: 72px;
	background: url(/images/bg_footer.png) top left no-repeat;
	text-indent: -4000px;
	margin: 0;
}

.red {
	color: #E00;
}
.green {
	color: #090;
}
.button {
	padding: 8px 15px;
	margin: 0;
	margin-left: 15px;
	border: none;
	background: url(/images/bg_button.jpg) top left repeat-x;
	color: #FFF;
}
.text_button {
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: transparent;
}


/*
 *		Product listing
 */

.pages {
	text-align: center;
}
.pages a {
	display: inline-block;
	margin: 2px;
	min-width: 12px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	text-decoration: underline;
}
.pages a.current {
	font-weight: bold;
	text-decoration: none;
}
.product_listing {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0px;
}
.product_listing > li {
	overflow: hidden;
	margin: 0;
	margin-bottom: 5px;
}
.product_listing > li:hover {
	background-color: #f6f6f6;
}
.product_listing .product_description ul {
	margin-left: 0px;
	list-style-position: outside;
}
.product_listing .product_photo {
	float: left;
	width: 132px;
	height: 99px;
	margin-bottom: 24px;
	margin-right: 10px;
}
.product_listing .product_desc_header {
	background-color: #CCC;
 	padding: 2px;
 	overflow: hidden;
}
.product_listing .product_title {
	float: left;
}
.product_listing .product_no {
	float: right;
	padding-right: 5px;
}
.product_listing .product_dimension {
 	float: right;
 	padding-left: 5px;
 	border-left: 1px black solid;
}
.product_listing .product_price {
	width: 60px;
	padding: 2px;
	padding-left: 10px;
	float: right;
	background-color: #CCC;
	margin-top: 40px;
	text-align: left;
}
.product_listing .product_description {
	margin: 3px 85px;
	margin-left: 142px;
	min-height: 40px;
}
.product_listing .product_desc_footer {
	margin: 3px 85px;
	margin-left: 142px;
}
.product_listing .product_desc_footer .quantity {
	float: right;
}
.product_listing .product_desc_footer .quantity input[type="text"] {
	margin: 0;
	padding: 0;
	border: 1px #bbb solid;
}
.product_listing .product_desc_footer .cart_op {
	float: right;
	margin-left: 20px;
}
.product_listing .product_desc_footer .cart_op .text_button {
	width: 120px;
	display: inline-block;
}


/*
 *		Product details
 */

.product_details {
	overflow: hidden;
	margin-bottom: 10px;
}
.product_details .product_photo {
	width: 255px;
	margin: 10px;
	padding: 5px;
	float: left;
	text-align: center;
}
.product_details .desc {
	float: right;
	width: 450px;
	overflow: hidden;
}
.product_details .product_price {
}
.product_details .buy_opts {
	text-align: right;
}
.product_details .buy_opts img {
	vertical-align: middle;
}
.product_details .buy_opts input[type="text"] {
	margin: 0;
	padding: 0;
	border: 1px #bbb solid;
}
.product_details .buy_opts .button {
	width: 150px;
}

.product_details .additional_photos {
	text-align: left;
}
.product_details .additional_photos img {
	margin: 3px 7px;
}
.product_details .buy_opts_buttons {
	float: right;
}

/*
 *	CART
 */

.order_details {
	width: 100%;
}

.cart {
	width: 100%;
	border-collapse: collapse;
}
.product_quantity {
	width: 5%;
	text-align: right;
}
.product_price {
	width: 8%;
	text-align: right;
}
.action {
	width: 18%;
	text-align: right;
}
tr.even {
	background-color: #f2f2f2;
}
tr.summary th {
	text-align: right;
}

.contact_data {
	margin-top: 60px;
	margin-left: 60px;
}

.contact_form {
	float: right;
	overflow: hidden;
	margin-top: 60px;
	width: 275px;
	margin-right: 60px;
}
.contact_form label {
	display: inline-block;
	width: 90px;
	line-height: 20px;
}
.contact_form input[type="text"] {
	border: 1px #000 solid;
	width: 170px;
	margin: 2px;
}
.contact_form textarea {
	width: 270px;
	height: 70px;
	border: 1px #000 solid;
	margin-bottom: 5px;
}
.contact_form input[type="submit"], .contact_form input[type="reset"] {
	float: right;
	padding: 2px 3px;
	margin-right: 3px;
}
.contact_form .err {
	display: block;
	clear: both;
	color: #e00;
}

.contact_form_validation {
	text-align: center;
}
.contact_form_validation .recaptcha #recaptcha_area {
	margin: 0 auto;
}
