/* CSS Document */

/* E Store Styles */

#contentContainerStore {
	float:right;
	width:711px;
}

#contentStore {
	margin:16px 18px;
	font-size:11px;
	width:538px;
}

.enlarge {
	font-size:11px; 
	color:#969696;
	font-weight:normal;
	display:block;
	margin:0 0 5px 0;
}

#shoppingCart {
	background-color:#E6E6E6;
	width:554px;
	margin-top:5px;
	height:21px;
	padding:11px 0 0 20px;
}

#cartDetails {
	float:right;
	font-size:11px;
	padding-right:16px;
	line-height:11px;
}

.viewCart a {
	padding-left:11px;
	color:#000000;
	font-weight:bold;
}

.yourAre {
	color:#919191;
}

.location {
	font-size:11px;
	font-weight:bold;
}
.location a:hover { text-decoration:underline; }

/* Category View */

.categoryListRow {
	border-top:1px solid #CFCFCF;
	padding:8px 0;
	height:178px;
}

.categoryListRowFirst {
	border-top:none;
	padding:14px 0 8px 0;
}

.categoryListColumn {
	width:260px;
	float:left;
	
}

.rightCol {
	float:right;
	
}

.categoryListRow h2 {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding-bottom:7px;
}

.storeImgBorder {
	border:5px solid #E6E6E6;
}

.catViewDetails {
	float:right;
	width:125px;
	line-height:16px;
	color:#666666;
}

.strikeThrough {
	text-decoration:line-through;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.QTY {
	color:#000000;
	padding:10px 0 5px 0;
}

.QTY input.textinput, .QTY input.textinputhover {
	width:40px;
}

.addCart {
	margin-bottom:7px;
}

.page {
	color:#000000;
	text-align:right;
	font-size:12px;
	padding-top:7px;
}

.page img {
	margin-left:10px;
}


/* Product View */

#similarItems {
	clear:both;
}

#similarItems h3, #productViewDetials h1 {
	color:#000000;
	font-size:15px;
	font-weight:normal;
	padding:3px 0 10px 0;
}

#productViewDetials h2 {
	color:#000000;
	font-size:12px;
	padding-bottom:10px;
}

.hurry {
	color:#666666;
	font-weight:normal;
}

#similarItems img {
	margin-right:10px;
}

#productView {
	padding:12px 0;
}

#productView img {
	margin:5px 10px 5px 0;
}


#productViewDetials {
	float:right;
	width:240px;
	font-size:12px;
}

.QTYProductView {
	color:#000000;
	padding:15px 0 0 0;
}

.QTYProductView input.textinput, .QTYProductView input.textinputhover {
	width:60px;
}

.productViewWishlist {
	margin-left:104px;
}

.productViewDescription {
	border-top:1px solid #CFCFCF;
	margin-top:10px;
	padding-top:10px;
}

select { font-size:12px; }


.productViewDescription ul, .UL ul, #productViewDetials ul {
	list-style-type:disc;
	padding-left:20px;

}

.wishlistUL ul {
list-style-type:decimal;
padding-left:30px;

}


.page_on {
	color: #FFFFFF;
	background-color:#EA5B8E;
	padding:0 5px;
}

.page_off {
	color:#000000;
	background-color:#CCCCCC;
	padding:0px 3px;
}

.upselling li {
	display:inline;
	list-style:none;
}

