/*
	-- -- -- -- -- -- --
	Schiavi Shoes Ecommerce CSS file
	Author: Chris Pearce / Cornerstone Technologies
	Created: Jan 15 2007
	Comments: These styles are for the online shopping pages of the website.
	-- -- -- -- -- -- --
*/
												/****************************************************************************************
												>> HTML Elements << 
												*****************************************************************************************/
hr {margin: 1.4em 0;}

												/****************************************************************************************
												>> HTML TABLES << 
												*****************************************************************************************/

															/* ---------- Category Table ---------- */
table.categorytable {
	width: 555px;
	border: 0;
	border-bottom: 1px solid #ded7d8;
}
table.categorytable td.categorysub {
	padding: 10px 0 20px 0;
	vertical-align: top;
	font-size: 11px;
	width: 157px;
}
table.categorytable td.divider {
	width: 42px; 
	font-size: 30px;
	padding: 0;
}
table.categorytable td.categorysub p {
	margin: 0 0 3px; 
	line-height: normal;
}
table.categorytable td.categorysub p.product-desc {
	font-style: italic;
}
table.categorytable td.categorysub a:hover img {border: 1px solid #999;}
table.categorytable td.categorysub img {
	display: block;  
	border: 1px solid #ded7d8;
	width: 148px;
	height: 148px;
	margin-bottom: 8px;
}
table.categorytable td.categorysub a.product-details {
	color: #545454; 
	text-decoration: none;
	background: #fff url('http://dev.cstech.net.au/schiavishoes.com.au/_templateFiles/product-details.gif') no-repeat 0 50%;
	text-indent: 11px;
	display: block;
	width: 96px;
	margin-top: 6px;
	font-size: 11px;
}
table.categorytable td.categorysub a.product-details:hover {text-decoration: underline;}

/* Sub Category Table */
table.subcategorytable {margin-bottom: 15px;}
table.subcategorytable td.categorysub {padding-bottom: 12px; padding-top: 0;}
table.subcategorytable td.categorysub p {margin: 0;}
h3.subheader {
	font: 500 17px "Trebuchet MS", Tahoma, "Lucida Console", "Lucida Sans Unicode";
	color: #333;
	margin-bottom: 8px;
}
table.subcategorytable td.categorysub h6 {
	font: 500 16px "Trebuchet MS", Tahoma, "Lucida Console", "Lucida Sans Unicode"; 
	margin: 0 0 2px;
	color: #666;
}
															
															/* ---------- Product Table ---------- */
															
table.producttable {width: 555px; margin-top: 10px;}
/* Product Images */
table.producttable td.productimg {
	width: 285px; 
	vertical-align: top; 
	text-align: left;
}
table.producttable td.productimg a.product-img {
	width: 254px;
	border: 1px solid #D6CED6; 
	display: block;
	background: url('../img/enlarge.gif') no-repeat bottom left;
	padding-bottom: 17px;
	margin-bottom: 10px;
}
table.producttable td.productimg a.product-img:hover,
table.producttable td.productimg a:hover img.product-img-tmb {border: 1px solid #999;}
table.producttable td.productimg img.product-img-tmb {border: 1px solid #D6CED6; margin-right: 5px;}
table.producttable td.productimg p {font-size: 10px; margin-top: 5px; margin-left: 13px;}
/* Product Options */
table.producttable td.productinfo {width: 270px; vertical-align: top;}
table.producttable td.productinfo h1 {
	background: #EFEFEF;
	padding: 3px 0 3px 6px;
	font: 500 20px "Trebuchet MS", Tahoma, "Lucida Console", "Lucida Sans Unicode";
	margin: 0;
}
table.producttable td.productinfo table td {border-bottom: 1px solid #D6CED6; padding: 7px 0;}
table.producttable td.productinfo table td p {font-size: 11px; line-height: 1.2em;}
table.producttable td.productinfo table td ul.productdetail {
	margin: 0 10px 10px 26px;
	padding: 0;
}
table.producttable td.productinfo table td ul.productdetail li {margin-bottom: 2px; line-height: 1.2;}
table.producttable td.productinfo p.discount {
	padding-right: 2px; 
	font: italic 11px Georgia, "Times New Roman", Times, serif; 
	color: #666;
	margin-top: 4px;
}
div.grey-line,
table.producttable td.productinfo table td div.breaker {
	height: 1px; 
	background: #D6CED6; 
	width: 100%; 
	font-size: 1px; 
	margin: 7px 0; 
	clear: both;
}
div.option-caption { 
	font-weight: bold; 
	padding: 3px 0 0 0;
	width: 105px;
	float: left;
}
div.option-caption span {color: red; font-weight: bold;}
table.producttable td.productinfo table td div.breaker {
	background: #fff;
	margin: 1px 0;
}
table.producttable td.productinfo table td input.nostyle {border: 0;}

															/* ---------- Checkout Table ---------- */
															
table.checkoutTable {width: 555px; border-collapse: collapse;} 
table.checkoutTable td.submit-btn {padding: 5px 0 0 0;}
.checkoutTableAdmin {background-color: #CCC; border: 1px #CCC solid; width: 555px; padding: 1px;}
.checkoutHeadingRow {
	background: #333; 
	color: #fff; 
	padding: 3px 5px; 
	font: bold 16px "Trebuchet MS", Tahoma, "Lucida Console", "Lucida Sans Unicode";
	border: 1px solid #ccc;
}
.checkoutRow1 {background: #E0E0E0; padding: 4px 3px; border: 1px solid #ccc;}
.checkoutRow2 {background: #FFF; padding: 4px 3px; border: 1px solid #ccc;}
.checkoutRow3 {background: #DDE6E6; padding: 4px 3px; border: 1px solid #ccc;}
.checkoutSuccess {font-weight: bold; color: #33CC00;}
.checkoutFail {font-weight: bold; color: red;}

															/* ---------- Related Products Table ---------- */
table.related-products {}
table.related-products td {
	width: 137px;
	text-align: center;
	border-right: 1px solid #DEDED6;
	padding: 5px 0 7px 0;
}
table.related-products td a {text-decoration: none; color: #000;}
table.related-products td a:hover {text-decoration: underline;}
table.related-products td a img {
	border: 1px solid #D6CED6;
	width: 103px;
	height: 103px;
	display: block;
	margin: 0 auto;
}
table.related-products td a:hover img {border: 1px solid #999;}
table.related-products td p {margin-bottom: 10px; line-height: normal;}

												/****************************************************************************************
												>> UNIWIN CSS - This CSS has to be applied and is not created by the author << 
												*****************************************************************************************/
															
															/* ---------- Misc ---------- */
a.edit {color: #fff; text-decoration: none;}
a.edit:hover {background: #fff; color: #000;}
h1.also-like {
	background: #EFEFEF;
	border-top: 1px solid #ded7d8;
	border-bottom: 0;
	padding: 5px;
	margin-top: 25px;
	font: 500 18px "Trebuchet MS", Tahoma, "Lucida Console", "Lucida Sans Unicode";
}
ul.product-list {
	margin: 6px 15px 6px 20px;
	padding: 0;
}
ul.product-list li {
	margin-bottom: 1px;
	color: #666;
	font-size: 11px;
}
p.bodyTextError {font-weight: bold; color: red;}
ul.error-list {margin-top: 8px; padding-top: 0;}
.bodyTextBold,
.checkoutBodyTextBold {font-weight: bold;}
.bodyTextError {color: red;}
.bodyTextSmall {font-size: 10px;}
.bodyTextWhite {font-weight: bold; color: #FFF;}
.voucherHeading {font-size: 15px; font-weight: bold; color: #000;}