/* CSS Document */

body{
margin: 0px;
padding: 0px;
}

a{
color: #9C9C9C;
font-weight: normal;
}

a:hover{
color: #666666;
}

body, td{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.main_content_td{
	padding-left: 65px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	
}

.no_padding_td{
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	
}

h1{
	color: #9C9C9C;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

h2{
color: #99CC66;
font-size: 14px;
}

.right_border{
 border-right: 1px solid #B1B6B2;
}

.both_border, .main_content_td, .no_padding_td{
	border-left: 1px solid #B1B6B2;
	border-right: 1px solid #B1B6B2;
}

.left_border{
	border-left: 1px solid #B1B6B2;
}

.product_image img{
	border: 2px solid #9C9C9C;
	margin-bottom: 20px;
}

.product_description{
	border: 2px dotted #9C9C9C;
	padding: 15px;
	font-size: 11px;
}

.product_description ul{
	padding-left: 15px;
	list-style:disc;
}

.product_description bold{
	font-size: 12px;
}

.product_description select{
	border: 1px solid #9C9C9C;
}

.product_description_small_images img{
	border: 2px solid #9C9C9C;
	margin-right: 25px;
}

.other_products td{
	padding-bottom: 45px;
}

.other_products td, .other_products a{
	color: #9C9C9C;
	font-size: 12px;
	text-align: center;
}

.other_products img{
	padding-bottom: 10px;
}
.other_products td{
	padding-right: 10px;
	padding-left: 10px;
}