#cart table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color:#efeded;
	border-collapse: collapse;
	width: 100%;
	font:1.5em 'droid_sansregular';
}
#cart table th {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: #efeded;
	background-color:#e0dfdf;
	-moz-border-radius: ;
	color:#a2a1a1;
}
#cart table td {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: #efeded;
	-moz-border-radius: ;
}
#cart table td a{
	color:#C60;
	text-decoration:underline;
}
#cart table td a:hover{
	color:#666;
}
	
	
#cart{
	padding:  10px 15px;
}

label, select ,textarea{font:1.2em 'droid_sansregular';}
input{font:1.0em 'droid_sansregular';}
label { font-weight:bold;}

.error{ color:#F00 !important; clear:both !important;}

.title{font:2.5em 'droid_sansregular'!important;}