
/* ---------------------------- no image borders ----------------------------------- */
.pcMainTable img {
	padding:0 !important;
	border:none !important;
}


/* ---------------------------- page title ----------------------------------- */
#content .pagination {
	display:block;
	height:20px;
	overflow:hidden;
	text-align:right;
	top:10px;
	right:0;
	position:absolute;
}

#content .breadcrumb {
	font-size:12px;
	top:50px;
	position:absolute;
}


/* ------------------------------------------------- Shopping Cart Sidebar ----------------------------------- */
#sidebarCart {
	width:250px;
	min-height:400px;
	/*height:400px;*/
	float:left;
	display:inline;
	margin:0;
	padding:20px 20px 30px 20px;
	border:0;
	background:url(../images/cart_leftnav_bg.jpg) bottom left no-repeat;
	z-index:3;
}

#sidebarCart h2 {
	color:#d15600;
	margin:0;
	padding:0 0 10px 0;
	font-size:18px;
	line-height:22px;
	display:block;
}

#sidebarCart h2 a {
	color:#d15600;
	display:block;
	width:100%;
}

#sidebarCart h2.shopCategory {
	text-indent:-1000em;
	background:url(../images/bg_cart_nav_category.jpg) 0 0 no-repeat;
}
#sidebarCart h2.shopSkinType {
	text-indent:-1000em;
	background:url(../images/bg_cart_nav_skintype.jpg) 0 0 no-repeat;
}
#sidebarCart h2.shopMakeup {
	text-indent:-1000em;
	background:url(../images/bg_cart_nav_makeup.jpg) 0 0 no-repeat;
}



#sidebarCart p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}




#subcatDisplay ul {
	font:normal 15px;
	line-height:28px;
	text-align:left;
	margin: 0 0 12px 0;
	padding: 0;
}
#subcatDisplay ul li {
	margin:0;
	padding: 0 0 0 22px;
	list-style:none;
}

#subcatDisplay ul li a {
	padding:0;
	text-decoration: none;
	color: #34160c;
	font-weight:bold;
}
#subcatDisplay ul li a:hover {
	color:#d15600; 
}




/* ----------------- cart level 1 links ----------------- */ 

#sidebarCart ul {
	font:normal 13px;
	line-height:18px;
	color:#34160c;
	text-align:left;
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebarCart ul li {
	margin:0;
	padding: 0 0 0 12px;
	list-style-type:none;
}

#sidebarCart ul li.selected {
	font-weight:bold;
	background: url(../images/nav_arrow.jpg) 2px 6px no-repeat;
}

#sidebarCart ul li a {
	padding:0;
	text-decoration: none;
	color: #34160c;
}
#sidebarCart ul li a:hover {
	color:#d15600; 
}

/* ----------------- cart level 2 links ----------------- */ 

#sidebarCart ul ul {
	margin:0 0 5px 12px;
}
#sidebarCart ul li.selected ul {
	font-weight:normal;
}






/* -------------------- Shopping Cart Products -------------------- 
.moreInfo a {
	line-height:12px;
	padding:4px;
	margin:10px 50px 0 0;
	background:#d15600;
	color:#fff;
	float:right;
}
.moreInfo a:hover {
	background:#87704a;
	color:#fff;
	text-decoration:none;
}
*/


/* ------------------------------------------------- product listings ----------------------------------- */
ul.productList img {
 	margin:0 !important;
	border:0 !important;
	padding:0 !important;
}

ul.productList li {
	float: left;
	list-style:none;
	display:block;
	padding:0;
	margin:5px;
}

ul.productList li a {
	width:132px;
	height:200px;
	overflow:hidden;
	display:block;
	padding:6px;
	border:1px solid #ccc;
	background:#f5f1e5;	
	color:#555;
	list-style:none;
	text-decoration:none;
}

ul.productList li a:hover {
	color:#e0791c;
	background:#a4b6c8 !important;
	text-decoration:none;
	display:block;
	cursor:hand;
}

ul.productList li a * {
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
	color:#036;
}
ul.productList li a h2 {
	font-weight:bold;
	display:block;
	height:40px;
	margin:5px 0;
}
ul.productList li a h3 {
	float:left;
	display:inline;
	font-weight:normal;
	color:#555;
}
ul.productList li a h4 {
	float:right;
	display:inline;
}


	

/* ------------------------------------------------- product details ----------------------------------- */

/* ----------------- main image ----------------- */ 
#detailLeft {
	width:316px;
	display:inline;
	float:left;
	padding:10px 0 0 0;
}

#detailLeft img {
	width:300px;
	height:300px;
	overflow:hidden;
}


/* ----------------- product info ----------------- */ 
#detailRight {
	width:299px;
	display:inline;
	float:left;
	padding:10px 0 0 15px;
}

#detailRight a {	color:#003366;}
#detailRight a:hover {	color:#d15600;}


#detailRight h2 {
	font-weight:normal;
}

#detailRight h3 {
	color:#5b2f16;
	font-size:14px;
	font-weight:normal;
	display:inline;
	float:left;
	margin:10px 10px 0 0;
	clear:left;
}

#detailRight h3.listPrice {
	margin:0;
	float:left;
	display:inline-block;
	width:275px;
}
#detailRight h3.ourPrice {
	font-weight:bold;
	color:#300;
	margin:0 0 10px 0;
	float:left;
	display:inline-block;
	width:150px;
	clear:none;
}
#detailRight h3.youSave {
	color:#900;
	margin:0;
	float:left;
	display:inline-block;
	clear:none;
	width:140px;
}

#detailRight input {
	display:inline;
	float:left;
	margin-top:8px;
}

#detailRight h4 a {
	text-indent:-1000em;
	background:url(../images/bg_addtocart.jpg) top left no-repeat;
	height:30px;
	width:130px;
	display:inline-block;
	float:right;
}


/* ----------------- cross selling ----------------- */ 

h2.suggestedTitle {
	text-indent:-1000em;
	background:url(../images/bg_suggestedTitle.jpg) bottom left no-repeat;
	height:30px;
	padding:20px 0 0;
	margin:0;
	display:block;
	clear:both;
}


.suggested {
	display:inline;
	float:left;
	padding:10px 0 20px;
}
.suggested #suggestedLeft {
	width:130px;
	display:inline;
	float:left;
}
.suggested #suggestedCenter {
	display:inline;
	float:left;
	width:380px;
}
.suggested #suggestedRight {
	display:inline;
	float:left;
	width:130px;
	padding:0;
}


.suggested #suggestedLeft img {
	padding:5px;
}
.suggested h2 {
	font-size:16px;
	font-weight:normal;
	color:#5b2f16;
	margin:0;
	padding:0;
}
.suggested h3 {
	font-size:14px;
	font-weight:normal;
	color:#5b2f16;
	margin:0;
	padding:0;
}
.suggested p {
	font-size:12px;
	margin:0 0 10px 0;
	padding:0;
}
#suggestedRight h4 a {
	text-indent:-1000em;
	background:url(../images/bg_addtocart.jpg) top left no-repeat;
	height:30px;
	width:130px;
	margin-top:20px;
	display:inline-block;
	float:right;
}












