


/*------------------cart-------------------*/

table {
	width:80%;
	margin-top: 10px; 
	margin-left: 10px; 
}

#cart_border{
	border-bottom: solid 1px white;
}

td input{
	text-align: center;
	height: 18px;
	border: solid 1px #7F9DB9; 
	color: #34629B;
}

#noitems{
	margin-left: 10px;
	padding-top: 30px; 
	width: 80%; 
	height: 90px; 
	text-align: center; 
}

#update_button{
	margin-left: 10px; 
}

#update{
	
    background: white;
	color: #34629B;
	border: solid 1px #7F9DB9; 
	font: normal 10px "Verdana";
	padding: 1px 0 2px 0;
	height: 21px;
	border: solid 1px #7F9DB9;
	margin-left: 6px; 
	width: 54px; 
}

#remove {
	border: solid 1px #7F9DB9; 
    background: white;
	color: #34629B;
	font: normal 10px "Verdana";
	padding: 1px 0 2px 0;
	height: 21px;
	width: 64px; 
}

#proceed {
	text-align: left;
	width: 146px;
	float: left; 
	position: relative; 
}

#continue {
	text-align: left;
	width: 130px;
	float: left; 
	position: relative;
}

#cart_buttons_holder{
	position: relative;
	margin-left: 10px; 
}

table th {
	text-align:left;
}

table td {
	text-align:left;
}

table td p{
	padding-top: 6px; 
	padding-bottom: 6px; 
	margin: 0;
}

