/* *
 * Store Stylesheet
 * */
  
p.breadcrumb {
	font-size: 22px;
}
p.store-menu {
	text-align: center;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
}
input,
textarea,
select {
	padding: 2px;
	width: auto;
}
input[type="image"] {
	padding: 0px;
	border: none;
}

/* *
 * Main Categories
 * */
 
div#main-categories {
	margin-left: 20px;
}
div#main-categories div.tile {
	float: left;
	width: 160px;
	height: 165px;
	text-align: center;
	padding: 10px;
	margin: 0px 10px;
}
div#main-categories div.tile:hover {
	background-color: #F1EDD2;
}
div#main-categories div.tile div.image {
	padding-bottom: 5px;
	overflow: hidden;
}
div#main-categories div.tile div.image img {
	border: none;
	height: 110px;
}
div#main-categories div.tile div.cat-title {
	font-size: 17px;
}

/* *
 * Sub Categories
 * */

div#sub-categories {
	margin: 10px 0px 0px 20px;
}
div#sub-categories div.tile {
	float: left;
	width: 170px;
	height: 125px;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
}
div#sub-categories div.tile:hover {
	background-color: #F1EDD2;
}
div#sub-categories div.tile div.image {
	padding-bottom: 5px;
	overflow: hidden;
}
div#sub-categories div.tile div.image img {
	border: none;
	height: 90px;
}
div#sub-categories div.tile div.cat-title {
	font-size: 17px;
	line-height: normal;
}

/* *
 * New Products
 *
 *		and
 *
 * Products
 * */

div#new-products {

}
div#new-products div.row {
	border-top: 1px solid #D1CCAD;
	padding: 15px 0px;
	float: left;
	width: 295px;
	margin: 0px 10px;
}
div#new-products div.row div.image,
div#new-products div.row div.info {
	float: left;
}
div#new-products div.row div.image {
	width: 100px;
	margin-right: 20px;
}
div#new-products div.row div.image img {
	border: none;
	width: 100px;
}
div#new-products div.row div.info {
	width: 150px;
}
div#new-products div.row div.info p.title,
div#new-products div.row div.info p.price {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 110%;
	line-height: normal;
}
div#new-products div.row div.info p.price {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* *
 * Product Page
 * */

div.product-details div.left {
	width: 365px;
	float: left;
}
div.product-details div.right {
	width: 240px;
	float: right;
}
div.product-details div.product-image img {
	width: 365px;
}
div.product-details p.price {
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
div.product-details select.option-select {
	width: 180px;
	margin-left: 15px;
}
div.product-details input.store-button {
	padding: 5px;
	margin: 5px 15px 5px 0px;
	background-color: #F1EDD2;
	border: 1px solid #D1CCAD;
}
div.product-details input.store-button:hover {
	background-color: #D1CCAD;
	cursor: pointer;
}
div.product-details p.product-date {
	font-style: italic;
	font-size: 12px;
	color: #666666;
}

/* *
 * Shopping Cart
 * */
 
img.shopping-cart-image {
	border: 1px solid #333333;
	margin-right: 10px;
}

/* *
 * Reviews
 * */

div.review {
	border-top: 1px solid #D1CCAD;
}
div.review div.review-image {
	float: left;
	width: 200px;
	padding-top: 15px;
}
div.review div.review-image a img {
	width: 200px;
}
div.review div.review-text {
	float: left;
	width: 300px;
	margin-left: 15px;
}
div.review p.price,
div.review-detail p.price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.review-detail div.review-detail-text {
	float: left;
	width: 375px;
}
div.review-detail div.review-detail-photo {
	float: left;
	width: 200px;
	margin-left: 30px;
}
div.review-detail div.review-detail-photo img {
	border: none;
}
div.write-review-photo img {
	width: 150px;
	border: none;
}

/* *
 * Search
 * */

input.store-search {
	width: 175px;
}

/* *
 * Error
 * */

td.headerError {
	background: #ffffff;
	border: 1px solid red;
	font-size: 18px;
	padding: 10px;
	color: red;
}

/* *
 * Store Product Data Table
 * */

table.store-prod-data {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 630px;
	line-height: normal;
}
table.store-prod-data thead tr {
	background-color: #E0D0AF;
}
table.store-prod-data tbody tr.alt {
	background-color: #F2EEE1;
}
table.store-prod-data td,
table.store-prod-data th {
	padding: 5px 3px;
	text-align: center;
}
table.store-prod-data span.new {
	color: red;
	padding: 0px 2px;
	font-size: 14px;
	line-height: 11px;
}
