/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	
}

h2{

	

}

html	{
	height:100%
}

body 	{
	text-align:center
}

.bdr{
border:1px solid #a90909

}

table 	{
	/*border-collapse:collapse; 
	border:0px;
	*/ 
	width:100%;
}

a, object {
	outline:none;
}

td 		{
	vertical-align:top
}

th 		{
	text-align:left; 
	vertical-align:top
}


p	{
	padding:0px 0px 10px 0px;
}

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}

.width	{
	width:100%
}

.main	{
	margin:auto; 
	text-align:left
}

.ticklist{
padding-left:30px;
margin-top:20px;
font-size:17px;
line-height:15px;
font-weight:bold;
}

.ticklist li, .ticklist ul, .ticklist ul li{
list-style-type:none;
}

.ticklist li{
	list-style-type:none;
	list-style-image:url("../images/tick.png");
}

.bdr_r{
color:#ff0000;
border:1px solid #ff0000
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.product_title, .product_title a
{
	font-weight:bold;
	color:#b80100;
	padding-bottom:10px;
	text-decoration:none
}

.product_img{
text-align:left;
padding-right:10px;
padding-bottom:10px;
}

.product_link, .product_link a{
color:#b80100;
text-decoration:none;
}

.product_link .product_link a:hover{
color:#676767;
}


.submitbutton{
border:0px;
background-color:#c30000;
color:#fff;
font-weight:bold;
font-size:15px;
padding:5px;
float:right;
cursor:pointer;
}

