
#pHolder {
	/*min-height:310px;*/
	/*border:1px solid red;*/
}

.pBox {
	float:left;
	border:1px solid #DDD;
	width:140px;
	height:140px;
	margin:0px 7px 14px 7px;
	position:relative;
}

.pImg, .pName {
	text-align:center;
	height:80px;
}

.pName {
	height:32px;
	border-bottom:1px solid #DDD;
}

.pName a {
	/*color:#DAA8A7;*/
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:table-cell;
	margin-top:auto;
	height:28px;
	vertical-align:middle;
	width:134px;
	padding:0px 2px 0px 2px;
}

.pName a:hover {
	/*color:#000000;*/
	color:#DAA8A7;
}

.pFooter {
	padding:4px 3px 3px 3px;
	height:19px;
	background-color:#F4E8E8;
	border-top:1px solid #DDD;
}

.pControls {
	position:relative;
	float:left;
}

.pControls img {
	margin:0px 3px 0px 3px;
}

.pPrice {
	position:relative;
	float:right;
	font-size:11px;
	padding:0px 5px 0px 0px;
	color:#000000;
	font-weight:bold;
}

.pDescription {
	color:#555555;
}

.pLarge { text-align:center; border:1px solid #D8A4A2; background:#FFF; }
.pThumbs { text-align:left; margin-top:10px; }

.pDetails {
	border-top:1px solid #D8A4A2;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.pDetails a {
	padding:5px 10px 5px 30px;
	/*color:#FFFFFF;*/
	color:#000000;
	background-color:#e9b3b1;
	letter-spacing:1px;
	margin:0px 10px 0px 0px;
	font-size:11px;
	border-top:1px solid #D8A4A2;
	border-right:1px solid #b26966;
	border-bottom:1px solid #b26966;
	border-left:1px solid #D8A4A2;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display:block;
	float:left;
}

.pDetails a:hover {
	color:#e9b3b1;;
	background-color:#FFFFFF;
}

.pDetails td {
	font-size:14px;
}

.btnAddCart {
	background:#FFF url(/templates/main/images/buttons/cart_add.jpg) no-repeat left;
}

.btnBack {
	background:#FFF url(/templates/main/images/buttons/results.jpg) no-repeat left;
}

.btnContinue {
	background:url(/templates/main/images/buttons/shopping.jpg) no-repeat left;
}

.btnCheckout {
	background:#FFF url(/templates/main/images/buttons/cart_go.jpg) no-repeat left;
}

.nostock {
	padding:2px 0px 2px 22px;
	color:#CCCCCC;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	background:#FFF url(/templates/main/images/products/nostock.jpg) no-repeat left;
}

.nostockmsg {
	color:#FFF;
	display:block;
	margin-top:5px;
	padding:5px;
	background-color:#FD7373
}

.pImage {
	margin:15px 0px 0px 0px;
	background-color:#EEEEEE;
	padding:10px 10px 10px 10px;
	border:1px dashed #CCCCCC;
	/*text-align:center;*/
}

.pImage .pThumbs img { border:1px solid #D8A4A2; margin:0px 5px 0px 0px; }
.pImage .view_large { background:url(/templates/main/images/products/view_large.jpg) no-repeat left; padding-left:20px; font-size:11px; margin-top:5px; }

.pNoStock {
	background:#CCCCCC;
	height:62px;
	width:140px;
	position:absolute;
	top:32px;
	padding-top:20px;
	opacity:.5;
	filter:alpha(opacity=50)
}

.pNoStockMsg {
	color:#FFFFFF;
	background-color:#fd7373;
	padding:2px 5px 2px 5px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:60px;
	width:130px;
}

.pNav {
	text-align:center;
	margin:5px 0px 10px 0px;
	height:30px;
}

.pNav a {
	color:#000000;
	border:1px solid #FFFFFF;
	/*display:block;*/
	/*float:left;*/
	margin:0px 2px 2px 0px;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	outline:none;
}

.pNav a:hover {
	border:1px solid #D8A4A2;
	/*background-color:#D8A4A2;*/
	color:#D8A4A2;
	text-decoration:none;
}

.pNav a.selected {
	background-color:#D8A4A2;
	/*border:1px solid #D8A4A2;*/
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.pNumbers, .navLeft, .navRight {
	position:relative;
	display:inline;
}

#pLoading {
	position:absolute;
	/*margin:-310px 0px 17px 7px;*/
	width:470px;
	height:145px;
	background:#FFF url(/templates/main/images/ploader.gif) no-repeat center;
	z-index:99;
}


/****CART****/

#cartList td { /*border-bottom:1px dashed #CCCCCC;*/ font-size:11px; padding:5px 0px 5px 0px; }
#cartList th { text-align:left;	background-color:#e9b3b1; color:#000; padding:5px 10px 5px 10px; font-size:11px; }
#cartList tr.name td { border-top:1px solid #000; padding-left:10px; color:#D8A4A2; font-weight:bold; font-size:12px; }
#cartList tr.product td { padding:0px 10px 5px 10px; }
#cartList tr.wrapping td { border-top:1px dashed #444; border-bottom:1px solid #000; }

#cFooter { margin:10px 0px 0px 0px;	border-top:1px solid #D8A4A2; padding:10px 10px 0px 0px; }
.cMembership { font-size:12px; padding:10px 10px 5px 10px !important; background:#F4E8E8; border:1px solid #D8A4A2; color:#555; }
.cMembership p { margin-bottom:5px !important; }
.cMembership p.discount_msg { color:#000; }
.cMembership .number { width:150px; border:1px solid #333; }
.cMembership .submit { margin-left:5px; }
#cControls { float:left; }
#cControls a { font-weight:bold; padding:5px 10px 5px 30px; /*color:#FFFFFF;*/ color:#000; background-color:#e9b3b1; letter-spacing:1px; margin:0px 10px 0px 0px;	font-size:11px;	border-top:1px solid #D8A4A2;	border-right:1px solid #b26966;	border-bottom:1px solid #b26966;	border-left:1px solid #D8A4A2;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	display:block;	float:left; }
#cControls a:hover { color:#e9b3b1;	background-color:#FFFFFF; }
#cSummary { float:right; text-align:right; }
#cSummary td { font-size:11px; }
#cSummary td.discount { font-weight:bold; color:#3f874b; }

#cartList td div.wrapping_header { padding:2px 10px 2px 10px; }
#cartList td div.wrapping_header a { color:red; }
#cartList td div.wrapping_header .view_wrapping { color:#D08F8D; }
#cartList td div.wrapping_header .wrapped { height:20px; line-height:20px; background:url(/templates/main/images/products/wrapped.gif) no-repeat left; padding-left:20px; }
#cartList td div.wrapping_body { padding:10px 10px 10px 10px; background:#f6f0f0; margin-top:5px; border:1px solid #D8A4A2; }
#cartList td div.wrapping_body p { margin-bottom:5px; }
#cartList td div.wrapping_body img { margin:2px; border:1px solid #DDD; }
#cartList td div.wrapping_body label { width:100px; display:inline-block; line-height:1.8; vertical-align:top; }
#cartList td div.wrapping_body .wrap_textbox { width:170px; border:1px solid #D8A4A2; padding:2px; }
#cartList td div.wrapping_body input.apply { border:1px solid #D8A4A2; background:#e9b3b1; color:#FFF; width:120px; padding:2px; margin-top:10px; }
#cartList td div.wrapping_body textarea { font-family:Arial, Helvetica, sans-serif; font-size:11px; width:300px; border:1px solid #D8A4A2; padding:2px; }

#cartList td div.wrapping_holder { border:1px dashed #DDD; background:#FFF; padding:5px; margin-bottom:5px; }
#cartList td div.wrapping_holder div.container { width:55px; float:left; text-align:center; }
#cartList td div.wrapping_holder div.container div img.selected { border:1px solid #f1265f; }
#cartList td div.tag_holder div.container div img.selected { border:1px solid #f1265f; }
#cartList td div.free_holder { border:1px dashed #DDD; background:#FFF; padding:5px; margin-bottom:5px; }
#cartList td div.tag_holder { border:1px dashed #DDD; background:#FFF; padding:5px; margin-bottom:5px; }
#cartList td div.tag_holder div.container { width:55px; float:left; text-align:center; }
#cartList td div.tag_holder p.tag_price { padding-top:5px; }
