#titleCategory {
	width: 685px;
	height: 22px;
	background-color: #F58426;
	font-size: 18px;
	font-weight: normal;
	color: #660000;
	text-indent: 9px;
	line-height: 130%;
}

#shopLocations {
	width: 685px;
	height: 23px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#breadcrumb {
	color: white;
	font-size: 10px;
	width: 550px;
	float: left;
	line-height: 200%;
	text-indent: 3px;
}

#breadcrumb a {
	color: white;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#btnViewBasket {
	width: 100px;
	height: 23px;
	float: right;
	margin-right:1px;
}

/** PRODUCT ROWS **/
#rowProducts {
	width: 685px;
	/*height: 210px;*/
	clear: both;
	font-size: 62.5%;
}

.panelProduct {
	float: left;
	width: 164px;
	height: 220px;
	background-color: white;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 15px;
}

.panelProductPhoto {
	width: 135px;
	height: 135px;
	border: 0px solid blue;
	text-align: center;
	padding-top: 7px;
	padding-left: 0px;
	margin: 0 auto;
}

.panelProductPhoto img {
	vertical-align: middle;
}

.panelProductName {
	width: 164px;
	height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	
}

.panelProductName a {
	color: black;
	text-decoration: none;
}

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


.panelProductPrice {
	width: 164px;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

div.btnMoreInfo {
	height: 25px;
	width: 164px;
	display: block;
	text-align: center;
}
/****/

/** PRODUCT DETAIL PAGE **/
#productDetails {
	font-size: 62.5%;
}

#productTitle {
	width: 685px;
	height: 45px;
	color: white;
	font-size: 2.0em;
	font-weight: normal;
	clear: both;
}

#productPhoto {
	width: 390px;
	height: 390px;
	float: left;
	background-color: white;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	position: relative;
}

#btnMoreImages {
	position: absolute;
	width: 385px;
	bottom: 0;
	right: 0;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

#btnMoreImages a {
	text-decoration: none;
}

#btnMoreImages a:hover {
	font-weight: bold;
}

#productInfoPanel {
	width: 265px;
	float: right;
	margin-bottom: 15px;
}

#productInfoBoxOuter {
	width: 263px;
	border: 1px solid #990000;
}

#productInfoBoxInner {
	width: 237px;
	background-color: #990000;
	margin: 4px;
	padding: 9px;
	font-size: 1.2em;
	color: white;
}


#productPrice {
	font-size: 1.1em;
}

.txtProductInfo {
	font-size: 1.1em;
	color: white;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}