@charset "UTF-8";
/* CSS Document */
body
{
	color: #666666; /*gray*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 16px;
}

a:visited,
a:link { 
	color: #ff6633; /*orange*/
	text-decoration: none;
} 
a:hover  { 
	color: #ff6633; /*orange*/
	text-decoration: underline; 
}

td.dot_cell {
	background-image: url(img/dot.jpg);
	background-repeat: repeat-x;
}
td.footer {
	color: #ff6633; /*orange*/
	font-size: 20px;
}
td.product_description {
	color: #ff6633; /*orange*/
	font-size: 16px;
}
table.header_links {
	color: #ff6633; /*orange*/
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.main_content
{
	padding: 7px;
}
tr.checkout_header {
	background-color:#dfdfdd; /*lt gray*/
}
td.checkout_header {
	color: #ff6633; /*orange*/
	font-size: 16px;
	padding:5px;
	text-align:right;
}

td.checkout_list {
	border-bottom:2px #ff6633 solid; /*orange*/
	height:100px;
	text-align:right;
}
td.checkout_list img{
	float:left;
	padding-right:10px;
}

#checkout_prod_descr
{
	text-align:left;
}

