@charset "UTF-8";
/* CSS Document */

<style>
				 
	.dataProdTable  {
  	 	border: 1px solid #B2B0B0; padding:5px; font-family:Verdana; font-size:14px; line-height:17px; color:#000000; font-weight:normal; width:100%;
	}
	.dataProdTable tr {
   		border: 1px solid #B2B0B0; height:20px; 
	}
	.dataProdTable td {
   		border: 1px solid #B2B0B0; padding:5px; font-family:Verdana; font-size:14px; line-height:17px; color:#000000; font-weight:normal; 
	}
	.dataProdTable th {
   		border: 1px solid #B2B0B0; text-align:left;
	}
	.dataProdTable tr.alt td {
    	color: #000000;
    	background-color: #d4eaf7;
	}
	.dataProdTable td.columnOne {
    	width:70%;
	}
	.dataProdTable td.columnTwo {
    	width:15%;
	}
	.dataProdTable td.columnThree {
    	width:15%;
	}
	.dataProdTable td.columnFour {
    	width:15%;
	}
	.dataProdHR {
		border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
	}
	
	.dataProdImageContainer {
		float:right; width:145px; background-color:#fff; border: solid; border-width:1px; border-color: #B2B0B0; font-size:11px; height:145px; margin-right:10px; margin-left:10px;margin-bottom:10px;
	}
	
</style>
                 