#contactForm {
	width: 310px;
	float: right;
}	

#contactForm label {
	font-size: 11px;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

#contactForm input, #contactForm textarea {
	border-top: 1px solid #4c8fb5;
	border-left: 1px solid #4c8fb5;
	border-bottom: 1px solid #a5c6d9;
	border-right: 1px solid #a5c6d9;
	font-size: 9px;
	padding: 3px;
	width: 200px;
	margin-bottom: 10px;
}

#contactForm textarea {
	height: 100px;
}

#contactForm input.button {
	border: 0px;
	width: 100px;
	color: #0b3975;
	font-weight: bold;
	background-color: white;
	cursor: hand;
	background-image: url('../img/button.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: tahoma;
}

#basketAll {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

#basketAll td {
	margin: 0px;
	padding: 3px 5px;
	border: 0px;
	background-color: #e8f2f9;
}

#basketAll, #basketAll th, #basketAll a {
	color: #446ea2;
	font-size: 11px;
	font-weight: normal;
}

#basketAll input.inputText {
	width: 15px;
}

#basketAll form {
	width: 100px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#basketAll input {
	vertical-align: middle;
}

#basketAll tr.operations td {
	text-align: right;
	padding: 0px;
	border-bottom: 10px solid white;
}

#basketAll tr.operations td p {
	margin: 0px;
	padding: 10px;
}

#basketAll tr.operations td a {
	color: #0b3975;
	font-weight: bold;
	margin: 0px 10px;
	text-decoration: underline;
	background-image: url('../img/second_menu_a.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

#basketOper {
	width: 661px;
	text-align: center;
	padding: 15px;
	background-color: #d5edda;
}

#basketOper p {
	border: 0px;
	margin: 0px;
}

#basketOper a {
	color: #0b3975;
	font-weight: bold;
	margin: 0px 10px;
	text-decoration: underline;
	background-image: url('../img/second_menu_a.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}  

#basket {
	background-color: #28a040;
	float: right;
	width: 214px;
    margin-right: 5px;
	font-size: 11px;
}

#basket h1 {
	border-bottom: 0px;
	color: white;
} 

#basket label {
	
	font-size: 12px;
	color: black; 
	font-weight: normal;
	text-align: left !important;
	
}

#basket table {
	background-color: white;
	font-weight: bold;
	margin: 0px 10px;
	width: 194px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	height: 115px;
	margin-bottom: 10px; 
}

#basket table td.right {
	text-align: right;
}

#basket a {
   
}

