#cart{
	background:  url("../image/bg_gradient.gif") top left repeat-x;
	width: 730px !important;
	width: 750px;
	border: 1px solid #CA8B40;
	background-color: white;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	font-size:13px;
	letter-spacing: 0.20mm;
}
#cart ul{
	padding-left: 20px;
}
#cart li{
	list-style-image: url("../image/circle.gif");
}

#cart h1{
	font-size:16px;
	color: #90622C;
	margin:0px;
	padding:3px 5px 0px 10px;
	letter-spacing: 0.25mm;
}

#cart h2{
	font-size:14px;
	color: #90622C;
	margin: 10px 0px 10px 0px;
	padding:3px 5px 0px 10px;
	letter-spacing: 0.25mm;
}

#cart table{
	width: 100%;
}
#cart table td{
	border: 1px solid #90622C;
	padding:2px;
	text-align:center;
}

#cart table .heading td{
	font-weight: bold;
	color: #90622C;
	background-color: #FFF8EB;
}

#cart table .name{
	text-align:lefT;
}

.store_info{
	margin-top: 50px;
}
.store_info b{
	color: #90622C;
}

.phase_box{
	margin-top:70px;
	height: 150px;
}

.phase{
	font-size: 11px;
	width:122px;
	height:72px;
	float:left;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
	vertical-align:middle;
	background:  url("../image/phase.png") top left no-repeat;
}
.phase p{
	padding-top:20px;
	font-weight:bold;
	font-size: 12px;
}
.selected{
	background:  url("../image/phase_selected.png") top left no-repeat;
}

#cart .contact_table input{
	width:300px;
	background-color:white;
}

#cart .contact_table td{
	border: 1px solid #90622C;
	padding:2px;
	text-align:left;
}

#cart .contact_table .name_field{
	background-color: #FFF8EB;	
}	


#process_browser{
	width:100%;
	border:1px solid #90622C;
	padding-top: 5px;
	padding-bottom: 5px;
	background:  url("../image/bg_gradient.gif") top left repeat-x;
}

#process_browser a{
	font-size: 12px;
	font-weight:bold;
}
#process_browser img{
	margin-left:5px;
	margin-right:5px;
}

#process_browser .previous{
	text-align:left;
}

#process_browser .next{
	text-align:right;
}

#confirm{
	width:100%;
	border:1px solid #90622C;
	padding-top: 5px;
	padding-bottom: 5px;
	background:  url("../image/bg_gradient.gif") top left repeat-x;
	margin-bottom:50px;
	font-weight:bold;
}