body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12pt;
	height: 100%;
	width: 100%;
	background-color: #00D6E8;
	padding: 0;
	margin: 0;
}

#header-holder {
	height: 310px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header_inner_background.png);
	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;
	font-weight: normal;
}

#conditions-link {
	background-image: url('../images/conditions_arrow.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#basket-link {
	background-image: url('../images/basket_img.jpg');
	background-repeat: no-repeat; 
	background-position: left;
	padding-left: 25px;
	padding-top: 5px; 
	padding-bottom: 2px;
}

#promo-text-header {
	color: #7ACDD7;
	font-size: 16px;
	line-height: 1em;
	position: absolute;
	left: 150px;
	top: 170px;
}

#send-to-friend-link {
	margin-left: 950px;
	margin-top: 20px;
	padding: 0;
	width: 124px;
	height: 60px;
}

#presents {
	margin-left: 960px;
	margin-top: 25px;
	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-top: 123px;
	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: 750px;
	position: relative; 
	top: -95px;
	margin-left: 40px;
}

#product-holder-main h1 {
	width: 90%;
	text-align: left;
	font-size: 16px;
	background-color: #E0E0E0;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#product-holder-main table {
	width: 90%;
	font-size: 12px;
	margin-top: 30px;
	border-top: none;
}

#product-holder-main table th {
	text-align: center;
	background-color: #DFDFDF;
	border-right: dashed 1px #C1C1C1;
}

#product-holder-main table td {
	text-align: center;
	border-right: dashed 1px #C1C1C1;
}

#product-holder-main table td a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#product-holder-main table td div {
	text-align: left;
	margin-left: 25%;
}

.delivery {
	color: #007DB1;
	font-size: 11px;
	font-weight: normal;
}

.old-price {
	color: #757B7A;
	font-size: 12px;
	text-decoration: line-through;
}

.new-price {
	color: #FF1B20;
	font-size: 16px;
	font-weight: bold;
}

.total-price {
	color: #FF1B20;
	font-size: 16px;
	font-weight: bold;
}

.totals {
	margin-left: 450px;
	margin-top: 30px;
	width: 375px;
}

.total-title {
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 200px;
}

.total-sums {
	text-align: right;
}

.total-price-to-pay {
	font-size: 16px;
	color: #FF1B20;
	font-weight: bold;
}

.total-price-to-ship {
	font-weight: bold;
	font-size: 16px;
}

.total-price-to-pay-2 {
	color: #FF1B20;
	font-size: 20px;
	font-weight: bold;
}

.buttons {
	margin-left: 565px;
	margin-top: 50px;
}

.button-back img {
	border: 0;
	float: left;
	padding-right: 20px;
}

.order-button img {
	border: 0;
}

.remove-product-button {
	background-color: transparent;
	background-image: url("../images/delete_product.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	border: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}

.current-step-block {
	margin-left: 200px;
	font-size: 26px;
	font-weight: bold;
	width: 215px;
}

.step-arrow {
	font-size: 26px;
	font-weight: bold;
	width: 77px;
}

.inactive-step {
	font-size: 26px;
	font-weight: bold;
	color: #E0E0E0;
	width: 200px;
}

/**************************************/
/* classes for the bottom of the page */
/**************************************/
#bottom {
	margin-left: 11%;
	width: 980px;
}

#bottom div {
	vertical-align: top;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}

/*******************/
/* General classes */
/*******************/
.cBoth {
	clear: both;
}
