/* CSS definition file containing site wide stylesheets */

.normal_bold {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	padding: 0px
}

.product-orange-inline {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

.RightBoxHeading {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	text-transform: uppercase;
 	font-weight: bold;
 	text-decoration: none ;
 	text-indent: 15px;
 	background-color: rgb(104,104,100);
 	padding-top: 10px;
 	padding-bottom: 10px
}