.product_box{
	position:relative;
}
.product_box h3 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	background-image: url(../../Images/generic/prod_box_header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 1.8em;
}
.product_box h3 em {
	font-size: 0.6em;
}
.product_box h3 a{
	font-size:0.5em !important;
	font-weight:normal;
}
.product_box img {
	float: right;
}
.product_box h3 a:link, .product_box h3 a:visited {
	color:#DDDDDD;
}
.product_box h3 a:hover, .product_box h3 a:focus, .product_box h3 a:active{
	color: #FFFFFF;
}
.product_box_content {
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	background-color: #FFFFFF;	
}
.product_box_content h4 {
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.product_box_footer {
	border: 1px solid #999999;
	background-color: #DEDEDE;
	padding-top: 5px;
	position:relative;
}
.product_box_content p {
	padding-right: 5px;
	padding-left: 5px;

}
.product_box_footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	position:relative;
}
.product_box_footer li {
	float: left;
	margin-right: 2px;
	background-color: #009999;
	background-image: url(../../Images/generic/prod_box_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	position:relative;
}
.product_box_footer a:link, .product_box_footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.product_box_footer a:hover, .product_box_footer a:focus, .product_box_footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.product_box_footer .progress{
	float:right;
	display:inline;
	margin-right:10px;

}
.testing .prduct_box_content{

}
.product_box{

}
.testing {
	padding: 0px 10px 10px;
	border: 1px dashed #009999;
	margin-top: 10px;
}
.testing_header{
	background-color: #EFEFEF;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009999;
}
.testing_header h2, .testing_header p {
	margin:0px;
}

