@charset "UTF-8";
/* CSS Document */


#content .bg {
	margin-left: 61px;
	margin-right: 51px;
}

#content .bg .top {
	background-image: url(/images/products_bg_top.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
	max-height: 1024px;
	height: 600px; /* change me */
}

#content .bg .bot {
	background-image: url(/images/products_bg_bot.jpg);
	height: 11px;
	clear: both;
}

#content .left {
	width: 284px;
	margin-left: 0;
	text-align: left;
	padding-top: 30px;
}

#content .right {
	width: 626px;
	margin-right: 0;
	padding-top: 65px;
	text-align: center;
}

/* BEGIN PRODUCT LEFT COLUMN */
/* > BEGIN PRODUCT MENU */
#products_menu_img {
	margin-left: 35px;
}

.products_menu {
	margin-left: 35px;
	margin-top: 10px;
	list-style: disc;
	list-style-position: inside;
	color: #ff3000;
	font-weight: bold;
}

.products_menu a {
	font-weight: normal;
	text-decoration: underline;
}

.products_menu li {
	margin-left: 12px;
}

.products_menu ul {
	list-style: url(/images/products_menu_dash.gif);
	margin-left: 24px;
}
/* > END PRODUCT MENU */

.products_menu_div {
	width: 100%;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/images/products_menu_dotted.gif);
	background-repeat: repeat-x;
}

.products_menu_text {
	margin-left: 35px;
	margin-right: 20px;
}

.products_menu_text p {
	margin-bottom: 15px;
}

.products_menu_cart {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	background-color: #cebe90;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.products_menu_cart div {
	line-height: 30px;
	color: #000;
	height: 30px;
}

.products_menu_cart img {
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

.products_menu_schemes {
	margin-left: 35px;
}

.products_menu_schemes span {
	width: 50%;
	text-align: left;
}

.products_menu_schemes span span {
	float: left;
	width: 50%;
	text-align: left;
}
/* END PRODUCT LEFT COLUMN */


#photobox {
	margin-left: auto;
	margin-right: auto;
	width: 533px;
	height: 482px;
	background-image: url(/images/products_photobox_bg.jpg);
	position: relative;
}

#photobox img {
	display: block;
	position: absolute;
}

#photobox1 {
	left: 16px;
	top: 15px;
}

#photobox2 {
	right: 16px;
	top: 15px;
}

#photobox3 {
	left: 16px;
	bottom: 15px;
}

.product_thumb {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 7px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.product_thumb:hover {
	background-position: 0 -45px;
}

.product_thumb span {
	display: none;
}

.product_info {
	margin-top: 10px;
	text-align: left;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.product_views {
	float: left;
	width: 312px; /* 6 * (45+7) */
}

.product_desc {
	color: #000;
	float: right;
	width: 200px;
	margin-top: 15px;
}

.product_desc p {
	margin-bottom: 10px;
}

.product_desc a {
	color: #000;
}

.product_desc a:hover {
	color: #ff3000;
}
