html, body {
height: 100%;
padding: 0px;
margin: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
	color: #484848;
	line-height: 14px;
}

h1{
	color: Black;
	margin: 5px;
}

form {margin: 0; 	padding: 0; }

img{border: none}

a {color: #3B699C; }

table { 
empty-cells:show;
padding: 0px;
border: 0px;
}

.bl_text {color:black;}
.bl_text12 {color: black; font-size: 12px;}

.vertdelim {background: url(/images/vertdelim_back.png) repeat-x bottom; height: 7px;
}

body.body-checkout { background:#fff!important;}

.regheader{
	width:80%;
	color:black;
	padding:3px;
	text-align:left;
	font-size:10px;
}

/*checkbox without margin*/
input.checknomarging{
	margin: 0px;
}

input.input_message{
	color: #aaaaaa;
}
input.input_message_focus{
	color: #000000;
}
ul.product_list{
 list-style-type:none;
 margin: 0px;
 padding: 0px;
 overflow: hidden;
 width: auto;
 text-align:center;
}

ul.product_list li{
text-align:center;
margin: 0px;
padding: 0px;
float: left;
}

#powered_by{
	font-size: 70%;
	text-align: center;
	color: #777777;
	padding-top: 10px;
	padding-bottom:5px;
}
#powered_by a{
	color: #777777;
	text-decoration: none;
}


/*  styles for the unit rater     */


.unit-rating_tr{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
}
	
.unit-rating_tr li{
	padding:0px;
	margin:0px;
	float: left;
}
	
.unit-rating_tr img{
	cursor: pointer;
}
.review_content {
	/*width: 90%;*/
	overflow:hidden;
		padding:0 85px 0 0;
	
}
@media print {
	input,.noprint {
		display: none;
	}
}
