/* COMMON
// assume 2px border every side for images and Listings
*/
.listing p {
	padding: 5px;
	margin: 0 5px 10px;
	border: solid 2px #ddd;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	text-align: center;
	clear: none;
}
.listing p br {
	display: none;
}
.listing .left p {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.listing .right p {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
/* Name */
.listing .name {
	display: block;
	color: #900;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
}
.P-V .name, .P-H .name {
	font-size: 1.0em;
}
/* Brand */
.listing img {
	margin: 0 0 5px;
	border: solid 2px #ddd;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
}
.listing .promo {
	display: block;
	margin: 3px 0 0;
	padding: 3px 0 0;
	border-top: solid 2px #944;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.listing .promo br {
	display: block;
	margin-bottom: 0.5em;
}
/* DETAILS
*/
.listing .details {
	display: block;
	margin: 4px 0 0;
	padding: 2px 0 0;
	border-top: solid 1px #ddd;
	color: #000;
	font-weight: bold;
	text-align: right;
}
.listing.no-details .details{
	display: none;
}
.listing .new {
	float: left;
	margin-right: 3px;
	text-align: left;
	color: #900;
}
.listing .more {
	font-size: 0.9em;
}
.listing.no-price .price{
	display: none;
}
.listing .sale {
	display: block;
	color: #900;
}
.listing .details img {
	clear: left;
	float: left;
	margin: 2px 0 0;
	border: solid 1px #eee;
}

/* LARGE PICTURE VERTICAL
// LP-V p width = (img + img-border) + COMMON padding + COMMON margin
*/
.LP-V p {
	position: relative;
	width: 144px !important;
	width /*H !ie6Win*/: 164px; /*H ie5.xWin box*/
}
.LP-V .promo {
	font-size: 0.9em;
	line-height: 1.2em;
}
/* PICTURE VERTICAL
// same as LP-V, with extra 10px
*/
.P-V p {
	width: 104px !important;
	width /*H !ie6Win*/: 124px; /*H ie5.xWin box*/
}


/* OLD
*/
/* LARGE PICTURE VERTICAL
// LP-V p width = (img + img-border) + COMMON padding + COMMON margin
*/
.o_LP-V p {
	position: relative;
	width: 144px !important;
	width /*H !ie6Win*/: 164px; /*H ie5.xWin box*/
}
.o_LP-V .promo {
	font-size: 0.9em;
	line-height: 1.2em;
}
/* PICTURE VERTICAL
// same as LP-V
*/
.o_P-V p {
	width: 94px !important;
	width /*H !ie6Win*/: 104px; /*H ie5.xWin box*/
}
/* LARGE PICTURE HORIZONTAL
// LP-H .promo, .details = (img + img-border) + img margin-right 
*/
.o_LP-H p {
	width: 400px;
}
.o_LP-H img {
	float: left;
	margin-right: 6px;
}
.o_LP-H .promo, .LP-H .details{
	margin-left: 150px;
}
/* PICTURE HORIZONTAL
*/
.o_P-H p {
	width: 180px;
}
.o_P-H img {
	float: left;
	margin-right: 6px;
}
.o_P-H .promo {
	font-size: 0.9em;
	line-height: 1.0em;
}
/*H \!ie5Mac */
.o_P-H .promo {
	margin-left: 100px;
}



/* LINKS
*/
/* Listing Boxes */
.listing a:link,
.listing a:visited {
	text-decoration: none;
}
.listing a:hover .name {
	color: #090;
}
.listing a:active .name {
	color: #0d0;
}
/* Image */
.listing a:hover img {
	border-color: #090;
}
.listing a:active img {
	border-color: #0d0;
}
.listing a:hover .details img,
.listing a:active .details img {
	border-color: #eee;
}

/* ALTERNATE PAGE TYPES
*/
/* Store */
/*O
#store .LP-H p, #store .P-H p {
	float: left;
}
#store .LP-H p {
	margin-left: 0;
	margin-right: 10px;
	width: 62%;
}
#store .P-H p {
	margin-left: 0;
	margin-right: 0;
	width: 31%;
}
#store .LP-V p {
	margin-left: 0;
	margin-right: 10px;
}*/
#store .LP-H p, #store .LP-V p {
	float: left;
}
/* Subcategory View */
#scv .P-V p {
	float: left;
	margin: 0 5px 10px 0;
	width: 125px !important;
	border: 0;
	text-align: center;
}
#scv .P-V img {
	margin: 0 auto 3px;
}
#scv .P-V a:hover img {
	border-color: #090;
}
#scv .P-V a:active img {
	border-color: #0d0;
}
#scv .P-V .name {
	text-align: center;
	font-size: 0.9em;
	white-space: nowrap;
}
