


#cart_box {
	position: absolute;
	top: 104px;
	right: 0;
	color: #5d992b;
	background: url(../gfx/spa/cart.jpg) no-repeat center left;
	padding:6px 6px 6px 28px;
	font: 11px Arial;
	font-weight:bold;
	width: 220px;
	z-index: 6;
}

#cart_box a {
	color: #5d992b;
	font: 11px Arial;
	text-decoration: none;
}

#cart_box a:hover {
	text-decoration: underline;
}

#cart_box .go_to_cart {
	border: #6a8943 1px solid;
	position: relative;
	cursor: pointer;
	font: 11px Arial;
	padding: 2px 0 2px 0;
	width: 80px;
	color: #ffffff;
	background: #698844 url(../gfx/spa/button.jpg) repeat-x top left;
	margin: 6px 0 6px 0;
	text-decoration: none;
	display: block;
	float:right;
}

#cart_box span {
	float: left;
	top: 9px;
	position: relative;
}





#order_form .tbl1 {
	width: 100%;
}

#order_form .tbl2,
#order_form .tbl3 {
	margin-top: 22px;
}

#order_form .td1,
#order_form .td2 {
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

#order_form .td3,
#order_form .td4 {
	vertical-align: top;
}

#order_form .td6 {
	text-align: right;
}

#order_form .td5 textarea {
	border: #999999 1px solid;
	font: 11px Tahoma;
	color: black;
	padding: 0;
	width: 100%;
	height: 100px;
}

#order_form p {
	margin: 0 0 8px 0;
}

#order_form p b {
	font-size: 14px;

}


#order_form .tbl3 input {
	border: #999999 1px solid;
	font: 11px Tahoma;
	color: black;
	padding: 0;
	width: 200px;
}

#cart_form .citems {
	margin: 16px 0 16px 0;
}

#cart_form .contacts {
	

}

#cart_form .contacts .left_cell {
	text-align: right;
	padding: 2px 12px 2px 2px;
	font-size: 11px;
	width: 50%;

}

#cart_form .contacts .right_cell {
	text-align: left;
	padding: 2px 2px 2px 12px;
	font-size: 11px;
	border-left:  #b2bdc4 1px solid;
	width: 50%;
}

.delivery,
.total,
.agreement,
.proceed {
	text-align: right;
	padding: 8px 0 8px 0;
}

.total {
	padding: 12px 0 0 0;
	font: 16px Arial;
	color: black;
	font-weight: bold;
}

.delivery td {
	padding: 16px 0 8px 0;
}





#cart_history table {
	width: 100%;
}

#cart_history thead td {
	font-weight: bold;
}

#cart_history tr td {
	border-bottom:  #b2bdc4 1px solid;
}

#cart_history td {
	padding: 2px 8px 2px 8px;
}






#order_form .left_cell {
	text-align: left;
	padding: 2px;
	font-size: 11px;
	width: 130px;
}

#order_form .right_cell {
	text-align: left;
	padding: 2px;
	font-size: 11px;
	color: #505050;
	font-weight: bold;
}

#order_form .spacer {
	background: url(../gfx/spa/line.jpg) no-repeat center center;
	height: 20px;
}

#order_form .btn,
#cart_form .btn {
	border: #6a8943 1px solid;
	position: relative;
	cursor: pointer;
	font: 12px Arial;
	padding: 2px 0 2px 0;
	width: 100px;
	color: #ffffff;
	background: #698844 url(../gfx/spa/button.jpg) repeat-x top left;
	margin: 6px 0 6px 0;
}





#order_form a,
#cart_form a {
	color: #5d992b;
	text-decoration: underline;
}

#cart_form a:hover,
#order_form a:hover {
	text-decoration: none;
}





#cart_form,
#order_form {
	border: #b2bdc4 1px solid;
	padding: 15px 15px 30px 15px;
}

#cart_form table {
	width: 100%;
}

#cart_form table td {
	border: #b2bdc4 1px solid;
	border-left: 0;
	border-right: 0;
	color: #5a5a5a;
}

#cart_form table thead td {
	color: #515151;
	font: 11px Tahoma;
	font-weight: bold;
	border: 0;
	padding: 6px 6px 6px 10px;
}

td.image {
	vertical-align: middle;
	text-align: center;
	padding: 8px;
}

td.title {
	padding: 8px;
}

td.title a {
	color: #707070;
	text-decoration: underline;
}

td.title a:hover {
	text-decoration: none;
}

td.count input {
	border: #9d9d9d 1px solid;
	width: 35px;
	font: 12px Arial;
	text-align: center;
}

td.remove {
	text-align: center;
}

td.remove img {
	cursor: pointer;
}






.tabs,
#cart_main,
.usr_form {
	top:-10px;
	position:relative;
}

.tabs a {
	float: left;
	display:block;
	
	padding: 12px 24px 12px 18px;
	font: 11px Tahoma;
	color: #8199a5;
	text-decoration: none;
}

.tabs a.active_tab {
	background: #e8ebed url(../gfx/spa/tab.jpg) no-repeat top right;
}

* html .tabs {
	top: 46px;
	position: absolute;
}


* html #cart_main,
* html .usr_form {
	top:12px;
	position:relative;
}







