.basket-top {
	background: url('../img/basket-top-shadow.gif') no-repeat top center;
	width: 952px;
	height: 25px;
	font-size: 0;
	margin-top: 10px;
}
.basket-bottom {
	background: url('../img/basket-bottom-shadow.gif') no-repeat bottom center;
	width: 952px;
	height: 28px;
	font-size: 0;
}

.shadow {
	background: url('../img/basket-both-sides-shadow.gif') repeat-y;
	width: 952px;
	/*font-size: 0;*/
}

.shadow .content-main {
	background: url('../img/basket-gradient.jpg') repeat-x bottom #f4f4f4;
	margin: 0 4px 0 4px;
	position: relative;
	/*padding-bottom: 40px;*/
	/*font-size: 0;*/
}

.shadow .content-main h2 {
	color: #e2327b;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -8px 20px 0px 20px;
}

.shadow .content-main .content h2 {
	margin: 0;
}

.shadow .content-main .intro {
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	margin: 10px 20px 30px 20px;
	letter-spacing: 0.2px;
}

.content-main .inner-top {
	background: url('../img/basket-inner-top.gif') no-repeat top center;
	width: 938px;
	height: 13px;
	margin: 15px auto 0 auto;
	font-size: 0;
}

.inner-content {
	background: url('../img/basket-inner-y.gif') repeat-y top center;
	width: 934px;
	margin: 0 auto;
}

.inner-content .item {
	border-bottom: 1px solid #99dff9;
	padding: 8px;
	margin: 0 8px;
}
.inner-content .item .col {
	float: left;
	margin-right: 20px;
}

.inner-content .item .first {
	width: 232px;
}

.inner-content .item .col h3 {
	margin-top: 20px;
	color: #e2327b;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	width: 250px;
	overflow: hidden;
}

.inner-content .item .col .descr {
	width: 240px;
	overflow: hidden;
	margin: 8px 0 0 3px;
	color: #333;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 1.4;
}

.inner-content .item .col .quantity {
	margin-top: 42px;
}
.inner-content .item .col .price {
	margin-top: 40px;
	text-align: right;
	width: auto;
}

.inner-content .item .price-c {
	width: 95px;
	text-align: right;
	padding-right: 2px;
}

.inner-content .item .col .remove {
	background: url('../img/remove-button.gif') no-repeat top center;
	width: 118px;
	height: 36px;
	display: block;
	margin-top: 40px;
}

.inner-content .item .last {
	margin: 0;

}

.inner-content .checkout {
}

.checkout .info {
	float: left;
	color: #333;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 1.1;
	padding: 25px 0px 11px 18px;
}
.checkout .price-total {
	float: right;
	margin: 0 !important;
	padding: 16px 159px 16px 50px;
	color: #1fb8f1 !important;
}
.checkout .price-total .price {
	color: #e2327b;
	margin-left: 5px;
}

.checkout-button-b {
	background: url('../img/checkout-button-small.gif') no-repeat;
	width: 175px;
	height: 45px;
	display: block;
	/*position: absolute;
	right: 20px;
	bottom: -23px;
	z-index: 5000;*/
	font-size: 0;
	float: right;
	margin: 10px 20px -20px 0;
}

#container #sign-up {
	padding-top: 25px !important;
}

/* Content page */

.content-page .inner-top {
	margin-top: 28px;
}
.content-page .inner-content {
	/*height: 585px;*/
}

.content-page .inner-content .content {
	display: block;
	font-size: 13px;
	padding: 0 20px;	
	overflow: hidden;

}
.content-page .inner-content .step {
	padding-top: 3px;
	padding-left: 14px;
}
.content-page .inner-content .step .img {
	width: 185px;
	height: 95px;
	float: left;
}
.content-page .inner-content .first {
	padding-top: 25px !important;
	height: 87px !important;
}
.content-page .inner-content .first .img {
	height: 85px !important;
}
.content-page .inner-content .step .descr {
	font-size: 20px;
	font-weight: bold;
	color: #818285;
	float: left;
	padding: 22px 0 0 25px;
	width: 665px;
	overflow: hidden;
}
.content-page .inner-content .first .descr {
	padding-top: 31px !important;	
}
.content-page .inner-content .step .v-center {
	padding-top: 36px !important;
}
.content-page .inner-content .info {
	font-size: 13px;
	color: #666;
	padding: 45px 0 20px 20px;
}