/* CSS Document */

/* E Store Styles */

#shoppingCart {
	background:url(/images/backgrounds/cart_bg.gif);
	width:188px;
	height:52px;
	float:right;
	margin-left:23px;
	padding:9px 0 0 10px;
}

.viewCart {
	color:#FFFFFF;
	background:url(/images/spacers/view_arrow.gif) no-repeat top right;
	padding:1px 18px 5px 6px;
}

.checkout {
	color:#45351E;
	background:url(/images/spacers/checkout_arrow.gif) no-repeat top right;
	padding:1px 18px 5px 3px;
}

#estoreContent {
	width:673px;
	padding:12px 25px 12px 0;
	float:right;
}

.youAre {
	color:#F3A5A9;
	font-size:10px;
}

.breadCrumbs {
	font-size:10px;
	color:#45351E;
}

.breadCrumbs a {
	color:#45351E;
}

.breadCrumbs a:hover {
	text-decoration:underline;
}

.storeHeading {
	padding:18px 0 0 3px;
	color:#F3A5A9;
}

#page {
	color:45351E;
	font-size:11px;
	text-align:center;
	clear:both;
	padding-top:25px;
}

#page img {
	margin:0 15px;
}


/* Category View */

.catProductContainer {
	float:left;
	width:325px;
	width:100%;
	margin:20px 10px 0 0px;
	color:#45351E;
}

.catPCRight {
	padding-left:0px;
}

.catIMGContainer {
	background:url(images/backgrounds/cat_view_product_border.gif) no-repeat;
	padding:6px 6px 6px 6px;
	width:131px;
	height:121px;
	float:left;
	margin-right:13px;
	text-align:center;
}

.catProductContainer p {
	color:#808080;
	font-size:10px;
	line-height:13px;
	margin-bottom:3px;
}

.catProductContainer p a {
	color:#F3A5A9;
}

.catProductContainer p a:hover {
	color:#F26C61;
}

.catViewSave {
	/*color:#F3A5A9;*/
	color:#FF0000;
	line-height:20px;
	font-weight:bold;
}

.catAddToCart {
	background:url(/images/spacers/add_to_cart_arrow_small.gif) no-repeat;
	color:#F26C61;
	padding:1px 0 3px 18px;
	line-height:22px;
}

.catProductContainer input {
	width:65px;
}


/* Product View */

#productViewContainer {
	padding-top:23px;
	color:#808080;
	font-size:11px;
}

#productDetailsContainer {
	float:right;
	width:325px;
	line-height:13px;
	padding-bottom:25px;
}

#productDetailsContainer p {
	margin-bottom:10px;
}

#productDetailsContainer li {
	margin:0 0 5px 18px;
}

.productOrderDetails td {
	color:#45351E;
	padding:3px;
}

.productIMGsContainer {
	float:left;
	width:330px;
	padding-bottom:25px;
}

.productMainIMGContainer {
	text-align:center;
	padding:6px 0;
	background:url(/images/backgrounds/product_main_border.gif) no-repeat;
	width: 327px;
	height:300px;
}

.productSmallIMGContainer {
	text-align:center;
	padding:6px 0;
	background:url(/images/backgrounds/product_small_border.gif) no-repeat;
	width:98px;
	height:86px;
	margin:14px 16px 0 0;
	float:left;
}

.productSmallIMGContainerLast {
	margin:14px 0 0 0;
}

.productViewSave {
	color:#F26C61;
	line-height:20px;
}

.productAddCart {
	margin-top:20px;
}

.otherItems {
	clear:both;
}

.otherItemContainer {
	background:url(/images/spacers/blue_arrow.gif) no-repeat 0 142px;
	margin:10px 20px 0 0;
	width:143px;
	float:left;
}

.otherItemContainerLast {
	margin:10px 0 0 0;
}

.otherItemIMGContainer {
	background:url(/images/backgrounds/other_items_border.gif) no-repeat;
	padding:6px;
	text-align:center;
	height:121px;
}

.otherItemContainer h2 {
	margin:7px 0 0 23px;
}

.storeImgBorder {
	border:3px solid #E9F2F2;

}

.dothr {
	background:url(/images/backgrounds/dots_white.gif) repeat-x;
}

h4 { font-size:14px; }

