/**
 * cfd27.com
 * 	- Products Slave Stylesheet
 * 
 * @version 1.0
 * @author Grace Pok (www.gracepok.com)
 * 
 * Basic structure:
 */


#content {
	padding-top: 10px;
}
.pagenote {
	width: 630px;
	margin: 15px auto 0 auto;
	font-size: 80%;
	text-align: justify;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif; 
}



/* Main Grid
 * -----------------------------------------*/

.pathcrumb { /* holds current MasterCat + SubCat text */
	text-align: left;
	float: left;
	padding: 5px 0px 0px 136px ;
	height: 20px;
}
.prodpagelinks {
	text-align: right;
	float: right;
	padding: 5px 132px 0px 0px;
	min-height: 20px;
}
.prodpagelinks a {
	text-decoration: none;
}
.prodpagelinks .pagenum {
	padding: 0 8px;
	margin: 0 1px;
}
.prodpagelinks a:hover { text-decoration: underline; }
.prodpagelinks .cur {
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
}
.prodpagelinks a.cur:hover {
	text-decoration: none;
}
/* product table and arrow */
.tablewrap {
	width: 752px;
	margin: 0 auto;
}

a.arrow, p.arrow{
	display: block;
	width: 25px; height: 50px;
	margin-top: 190px;
	float: left;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
}
p.arrow {
	 visibility: hidden; /*  these are place holders */
}
a.arrow:hover {
	background-color:#888;
}
a.arrow span {	display: none; }
a.prev {	background-position: center left; background-image: url("../assets/l_arrow_mask.gif"); }
a.next {	background-position: center right; background-image: url("../assets/r_arrow_mask.gif"); }
table.products {
	width: 702px;
	float: left;
	border: 0px;
}
table.products td {
	width: 240px;
	height: 224px;
	text-align: center;
}
table.products p {
	margin:0; padding: 4px 0 0 0 ;
	
	height: 28px;
	font-size: 85%;
	line-height: 1.1;
	
}
table.products a {
	border: 1px solid #999;
	display: block;
	width: 160px;	height: 160px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 0;	
	overflow: hidden;

}
table.products a:hover {
	text-decoration: none;
	border: 1px solid yellow;	
}
table.products img {
	border: 0;
}

