.productListContainer {
	margin: 0;
	padding: 20px 0 0 20px;
	border: 1px solid #ebebeb;
	width: 740px;
}

.productList {
	width: 185px;
	height: 310px;
	float: left;
	margin-right: 0px;
	margin-left: 00px;
	margin-bottom: 20px;
}

.productList div {
	width: 175px;
}

.productListThumbnail {
	margin-bottom: 4px;
}

.productListThumbnail a {
	width: 175px;
	height: 175px;
	display: block;
	border: 1px solid #cccccc;
	background-color: white;
	background-position: center;
	background-repeat:no-repeat;
	text-align: center;
}

.productListThumbnail a:hover {
	border: 1px solid #666666;
}

.productListThumbnail a img {
	display: none;
}

.productListInfo {
	line-height: 100%;
}

.productListTitle {
	margin-bottom: 4px;
}

.productListTitle {
	color: black;
	font-weight:normal;
	font-size: 11px;
}

.productListTitle:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}

.productListDesc {
	font-size: 8px;
}

.productListPrice {
	color:#f26623;
	font-weight: bold;
	font-size: 14px;
}

.txtOutOfStock {
	color: red;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.txtOldPrice {
	text-decoration: line-through;
}

.txtSale {
	color: green;
	font-weight: bold;
	font-size: 13px;
}

.cart_icon {
	font-size: 11px;
	color: #545454;
	text-decoration: none;
}

.cart_icon:hover {
	text-decoration: underline;
	color: black;
}


/* Product Details Page */

#productPhoto {
	width: 390px;
	height: auto;
	border: 1px solid #cccccc;
	background-color: white;
	text-align: center;
	float: left;
	display: block;
	margin-bottom: 5px;
	padding: 20px;
}

#productDetails {
	width: 287px;
	height: auto;
	float: right;
}

#productTitle {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#productPrice {
	color:#f26623;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
}

.separator {
	margin: 5px 0 5px 0;
}

.fseparator {
	width: 100%;
	height: 20px;
	display: block;
	background-image: url(../styleImages/dotted-line-h.gif);
	background-repeat: repeat-x;
	clear: both;
}

.productRating,
.txtProductRating {
	font-size: 11px;
	color: #707070;
}

.productRating:hover {
	color: #f26623;
	text-decoration: none;
}

#storeOptions {
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 130%;
	font-size: 12px;
}

#storeOptions a {
	color: #f26623;
	text-decoration: underline;
}

#storeOptions a:hover {
	font-weight: bold;
	text-decoration: none;
}

#imgThumbSpace {
	/*width: 704px;*/
	width: 388px;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	float: left;
}

#imgThumbSpace img {
	border: 1px solid #cccccc;
	vertical-align: middle;
}


#writeReview {
	clear: both;
	width: 740px;
	padding: 5px;
	margin: 5px 0 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

.RatingTop {
	font-size: 14px;
	padding-bottom: 5px;
}

.ReviewDate {
	font-size: 12px;
}

.RatingBottom {
	padding-bottom: 5px;
}

.RatingMain {
	padding-bottom: 25px;
}

/***************/




/*Sub categories*/

#subCats {
	width: 740px;
	padding: 5px;
	margin: 5px 0 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

.txtSubCat {
	padding-right: 10px;
}

.txtSubCatLink {
	color: #f26623;
	text-decoration: underline;
}
.txtSubCatLink:hover {
	text-decoration: none;
}

/***************/

.pagination {
	font-size: 10px;
	width: 100%;
	clear: both;
	margin-top: 10px;
	font-weight: bold;
	visibility: hidden;
}

.pagination a {
	padding: 4px 0 0 0;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	color: #707070;
	text-decoration: none;
	font-size: 10px;
	width: 20px;
	height: 16px;
	display: block;
	float: left;
	text-align: center;
	margin: 2px 3px 0 0px;
	visibility: visible;
}

.pagination strong {
	padding: 4px 0 0 0;
	background-color: #f26623;
	border: 1px solid #cccccc;
	color: white;
	text-decoration: none;
	font-size: 10px;
	width: 20px;
	height: 16px;
	display: block;
	float: left;
	text-align: center;
	margin: 2px 3px 0 0px;
	visibility: visible;
}
