/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);


/*Category List*/
.pCategoryThumbnailWrapper {
	margin: 11px 0px 0px 0px;
	float:left;
	padding-right: 6px;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 169px;
	border-right: 0px solid #999999;
}

.pSubCategoryText {
	width: 159px;
	padding: 5px;
	text-align:center;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #527BAF;
}


.pSubCategoryText a, .pSubCategoryText a:active, .pSubCategoryText a:visited, .pSubCategoryText a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

/*List Products*/
.pThumbnailWrapper {
	margin: 11px 0px 0px 0px;
	float:left;
	padding-right: 6px;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 169px;
	border-right: 0px solid #999999;
}

.pThumbnail {
	width: 169px;
	text-align:center;
	padding-bottom: 1px;
}

.pThumbnailText {
	width: 159px;
	padding: 5px;
	text-align:center;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #527BAF;
}


.pThumbnailText a, .pThumbnailText a:hover, .pThumbnailText a:active, .pThumbnailText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/*Drilldown */
#pDrilldownText {
	padding: 5px 10px 10px 0px;
	float:left;
	width: 225px;
}


#pDrilldownPhotos {
	width: 295px;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

.pDrilldownLargePhoto {
	width: 295px;
}

.pDrilldownThumbnailPhotos {
	width: 70px;
	padding: 5px 5px 0px 0px;
	float:left;
}

.pDrilldownButtonBox {
	padding-top: 5px;
	text-align:center;
}

.pFeatureTitle {
	border-top: 1px solid #859E37;
	border-bottom: 1px solid #859E37;
	color: #859E37;
	font: bold 13px "Trebuchet MS" Arial, Helvetica, sans-serif;
	padding: 0px 5px;
	margin: 5px 0px;
}

.pFeatureBox {
	padding: 5px 0px 15px 0px;
}

.pFeatureHalfBox {
	padding: 5px 15px 15px 0px;
	width: 249px;
	float:left;
	border-right: 1px solid #859E37;
}

.pFeatureTable {
	width: 100%;
}

.pFeatureTable td {
	padding: 2px 5px;
}

.pFeatureTable tr.shade td {
	background-color: #E4E7DF;
}

.pFeatureTable tr td a {
	text-decoration:none;
}

.pFeatureLine {
	border-bottom: 1px solid #859E37;
	font-size: 0px;
	line-height:0px;
	margin-bottom: 15px;
}

/*Customize*/
#pCustomizeText {
	padding: 0px 10px 10px 0px;
	float:left;
}

.pLearnMore {
	float: right;
	font-weight:normal;
	padding-right: 10px;
	font-size: 11px;
}

.pCustomizeOptions {
}








