
/*
################# PRODUCT LIST PAGE ###################
*/

#prodlistholder {
}
.cppagehead {

}
.cppagenav {

}
.cppagenavleft {
	float:left;
	width:31%;
}
.cppagenavmiddle {
	float:left;
	width:38%;
	text-align:center;
}
.cppagenavright {
	float:right;
	width:31%;
	text-align:right;
}
.prodlistrow {
	clear:both;
	padding:10px 0;
}
h2.cpproddesc {
}
.cpprodsku {
}
.cpproddesclong {
}
.pricinglist {
}
.pricinglist li {
}
.prodimage {
	width:200px;
	float:right;
	text-align:right;
}
.prodimage img {
}
span.addbutton {
}
input.smallbutton {
	width:40px;
	line-height:20px;
	height:20px;
	font-size:10px;
	padding:0px;
}

/*  -------------- RECENTLY VIEWED -----------  */

#recentlyviewedholder {
	clear:both;
	padding:10px;
}
#recentlyviewedholder h3 {
}
#recentlyviewedholder ul {
}
#recentlyviewedholder li {
	display:inline;
	padding:0 10px;
	text-align:center;
}

/* ------------- Product View Page -------------- */
#prodviewholder {
}
#proddetailsholder {

}
#prodpricingoptionsholder {
	float:right;
	width:30%;
}

/* -------- Product Recommendation ------- */

#productrecommendations {
	clear:both;
	padding:10px 0;
}