body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table{
	font-size: 11px;
}

table.product_container{

}

table.product_description_container{
	padding: 2px;
	margin: 2px;
}

table.product{
	background-color: #ffffff;
	border: 1px solid #F59906;
	padding: 2px;
	margin: 2px;
}

tr.cart_header{
	background-color: #F59906;
}

td.cart_header{
	padding: 2px;
	margin: 2px;
	color: #ffffff;
	font-weight: bold;
}

tr.cart_row{
	background-color: #ffffff;
}

td.cart_row{
	padding: 2px;
	border: 1px solid #BDCEEA;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 2px;
	color: #000000;
}

td.cart_row_errors{
	color: #ff6600;
}


img{
	border: 0px;
}

td.product_image{
	background-color: #ffffff;
	border: 3px solid #ffffff;
	text-align: center;
}

td.product_line{
	background-color: #F59906;
}

td.product_name{
	background-color: #F59906;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-bottom: 0px;
}

td.product_details{
	background-color: #F59906;
	border: 3px solid #ffffff;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

td.shop_body{
	background-color: #BDCEEA;
}

a:link, a:active, a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.cart_row_link:link, a.cart_row_link:active, a.cart_row_link:visited{
	color: #F59906;
	text-decoration: none;
	font-weight: bold;
}

a.cart_row_link:hover{
	color: #F59906;
	text-decoration: underline;
	font-weight: bold;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}