span.oldPrice{
	font-size:14px;
	color:#000000;
	text-decoration: line-through;
}

span.price{
	font-size:18px;
	color:#FF6600;
	font-weight:bold;
}

span.whiteColor{
	color:#FFFFFF;
	font-weight:normal;
}

span.specPrice{
	font-size:25px;
	color:#FFFFFF;
	font-weight:normal;
}


table.basket{
	border-collapse:collapse;
	width:80%;
}

table.basket th{
	background-color:#DEDEDD;
	font-weight:bold;
	text-align:center;
	padding:7px;
	border:1px solid #F5F4F1;
	border-bottom:4px solid #F5F4F1;
}

table.basket th.bottom{
	background-color:#E6D5B9;
	font-weight:bold;
	text-align:right;
	padding:7px;
	border:1px solid #F5F4F1;
	border-top:4px solid #F5F4F1;
}

table.basket th.control{
	background-color:#DBCBB0;
	border:1px solid #F5F4F1;
	border-top:4px solid #F5F4F1;
}

table.basket td{
	background-color:#FADBC2;
	padding:7px;
	border:1px solid #F5F4F1;
}

table.basket input.button{
	width:100%;
	cursor:pointer;
	color:#686869;
	text-decoration:underline;
	border:0px;
	background:#DBCBB0;
}

form.basket{
	width:70%;
}
form.basket label{
	width:120px;
	float:left;
	margin:3px 4px;
	margin-left:30px;
	text-align:right;
	clear:both;
}

form.basket input{
	width:70%;
	margin:3px;
}

form.basket input.button{
	width:70px;
	border:1px solid #B7B8BA;
	background:#F5F4F1;
}
