@import "forms.css";
@import "infobox.css";

#wrapper{
	background-color:#ffffff; 
	margin:0 auto;
	width:670px;
}

#form{padding-top:25px;padding-left:0;}

#formcontent{
	margin:0px;
	padding:0 5px;
	margin-left:5px; padding-top:1px; font-family: Arial, sans-serif; 
	display:block;
	font-size: 12px;
	color:#582825;
	width:134px;
}

.shoppingcartbuttons{
	width:600px; 
	height:30px; 
	padding:5px 0 0 2px;
}

.shoppingcartbuttons a{
	float:left; 
	vertical-align:middle;
	display:block;
	color:#333333;
}

.checkoutbutton{
	float:right;
}

/* Table styling */

table{
	margin-bottom: 15px;
}

td {
	text-align:left;
	valign:middle;
	color:#555555;
}

table .clean td{
	background-color: White;
}

table .header td{
	background:#E5E5E5; 
	font-weight:bold; 
	padding-left:3px; 
	height:20px;
}

.formtable td {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #F8F8F8;
}

.formtable .empty{
	font-size: 14px;
	text-align: center;
}

td.totalamount { 
	color:#8F2624;
	font-weight: bold;
	font-size: 13px;
}

td.total{
	text-align:right; 
	background:#F8F8F8; 
	vertical-align:middle; 
	color:#8F2624; 
	font-weight:bold; 
	font-size:14px;
	padding-left:3px;
}

td.column1 {
	font-weight:bold;  width: 125px; height:20px;
}
 td.column2{
	font-weight:bold; width: 100px;
}

.checkoutbutton{
        float:right;
}

#formcontact{
	width:620px;
	color:#555555;
}
#formcontact a{
	text-decoration:underline;
}

#formcontact a:hover{
	text-decoration:none;
}

#formcontact h1{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#B04636; 
	padding-bottom:15px; 
	margin-bottom:20px; 
	border-bottom:1px solid #B04636;
}
#formcontact p{ 
	width:600px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#555555; 
	padding-top:15px; 
	padding-bottom:10px; 
}

