﻿#products
{
	width: 100%;
	margin-bottom: 10px;
}

div.product-overview
{
	width: 100%;
}

div.product-overview-brand-image { margin: 15px 0px 10px 0px; }
td.brand-image-right { color: #000; text-align: right; vertical-align: bottom; }
div.product-overview-brand-image img { border: 0px; }
td.brand-image-right a { color: #000; }

div.product-overview-box
{
	float: left;
	margin: 0px 1px 1px 0px;
	width: 282px;
	height: 186px;
	background: #FFF;
}

div.product-overview-box-inner
{
	padding: 5px;	
}

div.product-overview-box h1
{
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

div.product-overview-image
{
	float: left;
	width: 150px;
	height: 150px; 	
	text-align: center;
}

div.product-overview-image img
{
	margin-top: 8px;
}

div.product-overview-content
{
	float: right;
	width: 115px;
}

div.product-overview-content-inner
{
	padding: 10px 0px 0px 0px;
	text-align: left;
	color: #000;
	font-size: 11px;
}

td.product-overview-content-clicker
{
	background: #ffda80;
	width: 100px;	
	margin-bottom: 2px;
	height: 20px;
	border-bottom: 2px solid #FFF;
	
}

td.product-overview-content-clicker a.product-add
{
	display: inline;
	color: #000;
	padding: 0px 5px;
	font-weight: bold; 
	text-decoration: none;	
	font-size: 11px;
}

td.product-overview-content-clicker img
{
	display: inline;
	vertical-align: middle;
	float: right;
	font-size: 11px;
} 


/**/ 

td.product-overview-title, th.product-overview-title
{
	background: #000;
	color: #FFF;	
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
}

td.product-column
{
	padding: 4px 5px 4px 5px;
	font-size: 11px;	
}

td.product-column a
{
	color: #000;
}

td.product-column a.product-add
{
	color: #000;
	background: #ffda80;
	padding: 2px 5px 4px 5px;
	font-weight: bold; 
	text-decoration: none;
}

td.product-column img
{
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	margin: 0px 5px 0px 0px;
	border: 0;

}

tr.row-0
{
	background: #FFF;	
}

tr.row-1
{
	background: #FFF4D9;	
}

.highlight { background: #FFDA80 !important; } 
.product-discount { border-left: 2px solid #FFB500; }
.product-remove {border-left: 2px solid #e3e3e3; color: #666; }
.product-new { border-left: 2px solid #00c91c; }

/**/

div.product-information-box
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

div.product-information-box-header
{
	height: 20px;
	background: #FFF url(../images/product_header.gif) repeat-x top;
	padding-top: 10px;
} 

div.product-information-box-footer
{
	height: 20px;
	background: #FFF url(../images/product_footer.gif) repeat-x bottom;
	padding-bottom: 10px;
} 

div.product-information-box-inner
{
	padding: 0px 15px;
	background: #FFF;
}

div.product-information-box-inner h3
{
	background: #9BDAE8;	
	border-top: 1px solid #960000;
	color: #084F7B;
	padding: 2px 5px;	
}

div.product-detail-box
{
	background: #FFF url(../images/product_header.gif) repeat-x top;	
	padding: 40px 0px 0px 0px;
}

td.product-information-box-left
{
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;    
	padding-left: 10px;
	border-right: 1px solid #FFB500;
}

td.product-information-box-middle 
{
	vertical-align: top;
	padding: 15px 10px;
	font-size: 11px;
	line-height: 18px;
}

td.product-information-box-right
{
	vertical-align: top;
	font-size: 11px;
	border-left: 1px solid #FFB500;
	padding-top: 15px;
	padding-right: 10px;	
}           

td.product-information-box-right h3
{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	text-align: center;	
} 

div.product-information-price
{
	padding: 1px 0px;
	text-align: left;
	font-size: 11px;

}

div.product-information-box-left {   }
div.product-information-box-right { padding-left: 10px; }

div.product-information-price div,
div.product-information-action div 
{
	background: #FFF;
	padding: 5px;
}

div.product-information-action a { color: #000; display: block; background: #FFB500; padding: 2px 5px; text-decoration: none; font-size: 14px; font-weight: bold; }
div.product-information-action a img { border: 0; vertical-align: middle; display: inline; margin: 0px 0px 0px 5px;}
div.product-information-action a:hover {   background: #FFDA80; }

div.product-information-price div h4
{
	background: none; 
	margin: 0px; 
	padding: 0px;	
	color:#960000;
}

div.product-information
{
	padding: 0px 0px 15px 0px;
	text-align: center;		
	vertical-align: middle;
	font-size: 12px;
}

div.product-information a
{
	color: #000;
	font-size: 12px;
	margin: 0px 2px;	
	font-size: 11px;
}

div.product-information img
{
	vertical-align: middle;
	border: 0px;
}

div.product-information-brand
{
	border-top: 1px solid #FCC64E;
	padding: 5px 5px 25px 5px;
	background: #FFF url(../images/product_footer.gif) repeat-x bottom;
}          

td.product-information-brand-left
{
	text-align: left;	
	font-size: 11px;
}

td.product-information-brand-right
{
	text-align: right;	
	font-size: 11px;
	color: #000;
}

td.product-information-brand-left img
{
	display: inline;
	border: 0;	
	vertical-align: middle;
}

td.product-information-brand-right img
{
	border: 0;	
}

td.product-information-brand-right a,
td.product-information-brand-left a
{
	color: #000;
	font-size: 11px;
}

/**/

td.product-column-basket
{
	padding: 4px 5px 4px 5px;
	font-size: 12px;	
}

td.product-column-basket-total
{
	text-align: right;	
	padding: 4px 5px 4px 5px;
	font-size: 12px;	

}

td.product-column-basket-price
{
	padding: 4px 5px 4px 5px;
	font-size: 11px;
	border-top: 1px solid #000;		
	font-size: 12px;
}

div.product-step-previous
{
	float: left;	
	color: #000;
}

div.product-step-previous a
{	
	color: #000;
	margin-right: 15px;
}

div.product-notice-panel {  margin: 0px auto; border-bottom:  10px solid #FCC64E; border-top: 10px solid #FCC64E;   }
div.product-notice-panel table { padding: 1px;  }

/**/
td.media-image
{
	width: 160px;
	height: 110px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

td.media-spacer
{
    height:10px;
    background: url(../images/mediaspacer.gif) repeat-x;
}

td.media-text
{
	padding: 5px;
	float: left;
}

/**/

div.product-popup { position: absolute; z-index 9999; width: 170px; height: 170px; margin-top: 0px; }
div.product-popup-inner { padding: 5px; background: #FFF; text-align: center; border: 1px solid #ccc;}
