body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12pt;
	height: 100%;
	width: 100%;
	background-color: #00D6E8;
	padding: 0;
	margin: 0;
}

#header-holder {
	height: 582px;
	margin: 0;
	padding: 0;
	background-image: url(../images/background_image_left.jpg);
	background-repeat: repeat-x;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#header #contacts-header {
	margin-left: 600px;
}

#header #contacts-header span {
	color: #C5C5C5;
	font-size: 8pt;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

#header #contacts-header span a {
	text-decoration: none;
	color: #EE2323;
	font-size: 11px;
}

#promo-text-header {
	color: #7ACDD7;
	font-size: 16px;
	line-height: 1em;
	position: absolute;
	left: 150px;
	top: 170px;
}

#send-to-friend-link {
	margin-left: 945px;
	margin-top: 30px;
	padding: 0;
	width: 124px;
	height: 60px;
}

#presents {
	margin-left: 960px;
	margin-top: 15px;
	width: 133px;
	heigh: 55px;
	padding: 0;
}

#header ul li {
	list-style: none;
}

#header ul li img {
	border: none;
	text-decoration: none;
}

.promo-text-smaller {
	font-size: 14px;
}

#product-holder-top {
	background-image: url('../images/product_holder_upper.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	width: 980px;
	height: 100%;
	margin-left: 11%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#product-holder-bottom {
	background-image: url("../images/product_holder_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 980px;
	height: 100%;
	padding: 0;
}

#product-holder-main {
	height: 100%;
	margin-left: 20px;
	padding-top: 50px;
}

.product-zone div {
	float: left;
}

.product {
	width: 225px;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.prices {
	padding-left: 15px;
}

.prices span {
	line-height: 1em;
}

.original-price {
	color: #757B7A;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: bold;
}

.current-price {
	color: #FF1B20;
	font-size: 16px;
	font-weight: bold;
}

.savings {
	color: #757B7A;
	font-size: 9px;
}

.see-more a {
	color: #FF1B20;
	font-size: 10px;
	text-decoration: none;
}

.order-button input {
	background-color: transparent;
	border: 0;
	background-image: url("../images/order_button_inner_gray.jpg");
	width: 71px;
	height: 27px;
	margin-top: 10px;
}

.advantages-zone ul{
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0;
	text-align: left;
}

.advantages-zone ul li {
	list-style: none;
	font-size: 11px;
	background-image: url("../images/red_star.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	text-align: left;
}

.product-header h1{
	width: 90%;
	text-align: left;
	background-color: #E0E0E0;
	padding-left: 10px;
	margin-bottom: 5px;
}

.product-header h1 a {
	 font-size: 14px;
	 text-align: left;
	 text-decoration: none;
	 font-weight: bold;
	 color: #000000;
}

.hr-between-products {
	float: left;
	padding-right: 15px;
}

.additional-zone {
	padding-top: 10px;
	padding-left: 15px;
}

.send-to-friend-product {
	padding-top: 7px;
}

.send-to-friend-product img {
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
}

.send-to-friend-product-link {
	color: #EE2323;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.hHr-bottom {
	width: 95%;
	margin-left: 30px;
	background-image: url("../images/horizontal_hr_below_products.jpg");
	background-repeat: repeat-x;
	margin-top: 20px;
}

.promo-text-star {
	color: #007DB1;
	font-size: 12px;
	background-image: url("../images/blue_star.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.promo-text {
	color: #4A4A4A;
	font-size: 11px;
	width: 95%;
	padding-left: 30px;
	padding-bottom: 20px;
}

.out-of-stock {
	font-size: 11px;
	font-weight: bold;
	font-color: black;
}

#main {
	height: 100%;
}

#bottom {
	margin-left: 11%;
	width: 980px;
}

#bottom div {
	vertical-align: top;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}

/*************************/
/* General classes start */
/*************************/
.cBoth {
	clear: both;
}

/***********************/
/* General classes end */
/***********************/