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



/* main */
.main {
/*	margin-top: 9px;*/
}

/* border */
 
.ru_browse {
	background:url(../images/browseimages/ru.png) bottom right no-repeat;
}

.lu_browse {
	background:url(../images/browseimages/lu.png) bottom left no-repeat;
}

.ro_browse {
	background:url(../images/browseimages/ro.png) top right no-repeat;
}

.lo_browse {
	background:url(../images/browseimages/lo.png) top left no-repeat;
}

/* product image */
.product_image {
	vertical-align: middle; 
	text-align: center; 
	padding: 10px 5px 10px 5px;
}

/* product title */
.product_title {
	text-align:center; 
	height:26px; 
	background:url(../images/browseimages/product_title.png) repeat-x; 
	margin:0px 2px 0px 2px; 
	text-align:center; 
	padding-top:6px; 
	vertical-align: middle; 
	/*font-size: 16px; old font size for 2by2 products*/
	font-size:12px;
	font-weight: bold; 
	color: #666;
}

/* product price */
.product_price {
	margin:0px 2px 8px 2px;
	padding-top:5px; 
	text-align:center; 
	background:url(../images/browseimages/product_price.png) repeat-x;
	color:#393939;
}

/* product details start */
.product_details_start {
	text-align:center; 
	margin-top:5px;
}

.product_details {
	height:22px; 
	padding: 3px 0px 0px 0px; 
	text-align: center; 
	background:url(../images/browseimages/button.png); 
	background-repeat: no-repeat; 
	margin-bottom: 5px; 
	background-position: center;
}
div.product_details a, div.product_details a:active, div.product_detailsr a:focus {
	text-decoration:none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}

div.product_details a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

/* pagebreak */
.pagebreak {
	margin:0px 8px 5px 8px; 
	border-bottom-color: #CCCCCC; 
	height:8px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

.customer_review {
	text-align:center; 
	padding-bottom: 8px;
	color:#393939;
}

div.customer_review img {
	margin-top: -9px;
}


select.inputbox {
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:100%;
padding:0px;
}

h3 a img {
	margin-top: -10px;
	}



/* added */
#product_list{
	width:625px !important;
	margin:0 auto;
}


#prd_table td{
/*	width:50%; old width for 2by2 products*/
/*	width:33%; old Width for the 3by3 products*/
width:38%; /*Width for the 3by3 products*/
	padding:3px;
}

/*How Pass drug test page only*/
#pd_table_td td{
	width:33%;
    padding:3px;
}