@CHARSET "ISO-8859-1";


table.cart {
	border :solid 1px #a80;
	border-collapse: collapse;
	font-size:11pt;
}

table.cart td {
	border :dotted 1px #a80;
	padding-left:2px;
	padding-right:2px;
}

table.cart th {
	border :dotted 1px #a80;
	background-color: #ffc;
	font-size:80%;
}

div.shipping {
	/*border : solid 1px #ccc*/;		
	float:left;
	text-align:center;
	margin-top:10px;
	height:20px;
}

a.changecountry {
	height:20px;
	color: #999;
	width:100px;
	font-size:70%;
	text-align:right;
}

div.bt-zone {
	margin:10px;
	height:30px;
}


a.next, a.back {
	float:left;
	width:205px;
	height:22px;
	margin:10px;
	padding-top:4px;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	background: url( /res/img/design/lehina2_bt_06.png ) no-repeat;
	color:#000;
}
a.next:hover, a.back:hover{
	background: url( /res/img/design/lehina2_bt_hover_06.png ) no-repeat;
}	

