/* ------- */
/* Product */
/* ------- */

div.product_list {
	margin-bottom: 12px;
	height: 100%;
}

div.product td.thumb_image {
	width: 113px;
	height: 110px;
	text-align: center;
}
div.product td.title {
	vertical-align: top;
	height: 36px;
	width: 173px;
	color: #EB4B4F;
}
div.product td.short_desc {
	height: 55px;
}
div.product td.price {
	width: 100px;
	height: 40px;
	font-size: 20px;
	color: #EB4B4F;
}
div.product td.stock {
	height: 20px;
	font-weight: bold;
}
div.product td.manufacturer_name {
	height: 20px;
	font-weight: bold;
}
div.product td.num {
	text-align: center;
	font-size: 9px;
	height: 20px;
}
div.product td.buttons {
	text-align: center;
	height: 20px;
}

div.product {
	float: left;
	width: 286px;
	height: 155px;
	overflow: hidden;
	background-image: url(../images/product/background.png);
	margin: 2px;
	padding: 3px;
}

/* ------------ */
/* Product Zoom */
/* ------------ */

div.product_zoom {
}
div.product_zoom div.title {
	font-weight: bold;
}
div.product_zoom div.sku {
}
div.product_zoom div.short_desc {
}

/* ------------ */
/* Product Tile */
/* ------------ */

div.product_tile_list {
	padding: 16px;
	height: 100%;
}

div.product_tile {
	float: left;
	width: 123px;
	height: 183px;
	overflow: hidden;
	background-image: url(../images/product/tile_background.png);
	margin: 6px;
	text-align: center;
	padding: 3px;
}

div.product_tile td.title {
	height: 16px;
	font-weight: bold;
}
div.product_tile td.num {
	height: 16px;
}
div.product_tile td.thumb_image {
	height: 104px;
}
div.product_tile td.price {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.product_tile td.more_info {
	height: 16px;
}

/* --------------- */
/* Product Sorting */
/* --------------- */

div.product_sort,
div.product_sort select {
}
div.product_sort span {
	letter-spacing: 1px;
	font-weight: bold;
}

/* -------------- */
/* Product Detail */
/* -------------- */

table#product_detail tr.detail_image td {
	text-align: center;
	width: 250px;
}
table#product_detail tr.title td {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #EB4B4F;
}
table#product_detail tr.sku td {
	height: 20px;
	font-size: 11px;
}
table#product_detail tr.price td {
}
table#product_detail tr.priceht td {
	height: 20px;
}
table#product_detail tr.quantity td {
	height: 20px;
}
table#product_detail tr.option td {
}
table#product_detail tr.add_cart td{
	height: 20px;
}

/* ------------------- */
/* Product Detail Tabs */
/* ------------------- */

div#product_detail div#related {
	padding-left: 32px;
}

/* --------------------- */
/* Product Detail Images */
/* --------------------- */

div#product_detail div#images {
	height: 100%;
}

div#product_detail div.images_item {
	float: left;
	margin: 10px;
	text-align: center;
}
