@charset "utf-8";
/* CSS Document */

.Product_Box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	width: 525px;
	float: left;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 0px;
}
.Product_Box h3 {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#Container #Right_Content .Product_Box p {
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*.Product_Box img {

}*/
.Product_Box table {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top:	15px;
	margin-bottom: 10px;
	font-size: 14px;
	width: 525px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}
.Product_Box table .grey{
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.Product_Box table .white{
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.Product_Box table .table_header{
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}
.Product_Box img {
	border: 1px solid #000000;
}
.Product_Box .left_float_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Product_Box a:link {
	color: #336699;
	text-decoration: none;
}
.Product_Box a:visited {
	color: #336699;
	text-decoration: none;
}
.Product_Box a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.Product_Box a:active {
	color: #336699;
	text-decoration: none;
}
#Container #Right_Content .Product_Box ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	list-style-type: circle;
	list-style-position: outside;
	display: block;
}

