/* product table*/
table#product td{
	padding:6px;
	vertical-align: top;
}
.prbox{
	width:730px;
	height:220px;
	border: 1px solid #CCCCCC;
}
.prboxin{
	margin:10px;
}
h2.product{
	margin:0 0 10px;
	padding:0;
	color:#666666;
	font-size:120%;
	border:none;
}
.price{
	color:#ea77b0;
	font-size:130%;
}

.productmain img{
	padding:5px;
	border: 1px solid #CCCCCC;
}
.productsm img{
	width:70px;
	padding:2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
select {
	width:100px;
 	background-color: #F9D5E7;
 	color: #000;
}
hr {
	border-top: 1px solid #F9D5E7;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-bottom:10px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
/*catagory intro page*/
.catintro{
	margin-left:10px;
	width:720px;
	text-align:center;
}
.catagory table {
	margin:0;
	padding-bottom:10px;
	border: 1px solid #CCC;
	border-collapse:separate;
	background: #FFFFFF;
}
tr.pink td{
	margin-left:10px;
	height:25px;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #ea77af;
}	
tr.white td, tr.white th{
	height:100px;
	background: #fff;
}	
.catagory td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: text-top;
	}
.catagory th {
	height:80px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: text-top;
	font-weight: normal;
}
.catagory p{
	padding-top:0px;
	padding-left:5px;
	font-size:90%;
	text-align:left;
}
.catagory  h3{
	width:90%;
	margin-left:5px;	
}
.catagory img{
	width:220px;
}
h1.catagory{
	padding-left:10px;
}
.maincatpic{
	width:740px;
	height:200px;
	background: url(../images/mcatpicbg.gif);
}
h1.productheader{
	width:730px;
	height:44px;
	border:none;
	color:#fff;
	text-align:right;
	background: url(../images/grbar.jpg);
	margin: 10px 0px;
	padding: 15px 10px 0px 0px;
}
h1.productheader span{}
.promo{
	float:right;
	margin:0px 20px 20px;
	padding-top:10px;
	width:300px;
	height:80px;
	text-align:center;
	background: #f7c7de;
	border: 1px solid #ea77af;
}



