@import 'prod_detail.css';
@import 'prod_autocomplete.css';

/* Filter Bar */
ul#prod_filterbar {
	background: #EBEBEB;
	padding: 0 15px;
	margin: 0 0 10px 0;
	behavior: url(/css/pie.htc);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#prod_filterbar li { float: left; height: 32px; line-height: 32px; margin: 0; padding: 0; }

ul#prod_filterbar li label {
	font-size: 12px; font-weight: bold; line-height: 22px; float: left; margin: 7px 10px 3px 0;
}

ul#prod_filterbar li select, ul#prod_filterbar li input { padding: 2px; border: 1px solid #999; height: 16px; font-size: 12px; float: left; margin: 7px 10px 3px 0; }
ul#prod_filterbar li select { height: 22px; } 

ul#prod_filterbar li.search { clear: left; width: 380px; }
ul#prod_filterbar li.search label, ul#prod_filterbar li.search input { margin-top: 3px; }

ul#prod_filterbar li a.button { line-height: 22px; float: left; margin: 3px 0; }


ul#prod_filterbar li#prod_views { float: right; }

ul#prod_filterbar li a#prod_view_list, ul#prod_filterbar li a#prod_view_grid {
	display: block;
	float: left;
	margin: 6px 0 0 7px;
	color: #BCBCBC;
	border: 1px solid #BCBCBC;
	line-height: 19px;
	padding: 0 4px;
	font-size: 11px;
}

ul#prod_filterbar li a#prod_view_list span, ul#prod_filterbar li a#prod_view_grid span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px 4px 0 0;
	float: left;
	background: url('/inc/modules/prod/images/listgrid.png') no-repeat left top;
}

ul#prod_filterbar li a#prod_view_list:hover, ul#prod_filterbar li a#prod_view_list.sel,
ul#prod_filterbar li a#prod_view_grid:hover, ul#prod_filterbar li a#prod_view_grid.sel {
	color: #5E5E5E;
	border: 1px solid #5E5E5E;
}

ul#prod_filterbar li a#prod_view_list:hover span, ul#prod_filterbar li a#prod_view_list.sel span {
	background-position: left bottom;
}

ul#prod_filterbar li a#prod_view_grid:hover span, ul#prod_filterbar li a#prod_view_grid.sel span {
	background-position: right bottom;
}

ul#prod_filterbar li a#prod_view_grid span {
	background-position: right top;
}

ul#prod_filterbar li a#prod_view_grid:hover span {
	background-position: right bottom;
}

/* Product lists */

ul#prod { margin: 0 0 20px 0; padding: 0; clear: both; }

ul#prod li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#prod li h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

ul#prod li h4 a { color: #000; }

ul#prod li h4 a:hover { color: #cc2406; }

ul#prod li p.desc {
	margin: 0;
}

ul#prod li div.img {
	background: url('/inc/modules/prod/images/prod_li_div.img.png') no-repeat center;
}

ul#prod li div.img a { display: block; text-indent: -9999px; }

ul#prod li div.img a.sale { background: url('/inc/modules/prod/images/prod_li_a.sale.png') no-repeat right top; }

ul#prod li a.moreinfo {
	display: block;
	background: url('/images/buttons/more_info.png') no-repeat left top;
	width: 77px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

a.moreinfo:hover {
	color: #fff;
	background-position: left bottom !important;
}

ul#prod li p.price_was {
	color: #494949;
	font-size: 12px;
	margin-bottom: 5px;
}

div.prod_con_top {
	height: 5px;
	background: url('/images/backgrounds/product_con_top.png') no-repeat left top;
}

div.prod_con {
	background: url('/images/backgrounds/prod_con_repeat.png') repeat-y left top;
	padding: 5px 10px 0;
	margin-bottom: -10px;
}

div.prod_con_bot {
	height: 10px;
	background: url('/images/backgrounds/product_con_bot.png') no-repeat left top;
}

ul#prod li p.price_was span { text-decoration: line-through; }

ul#prod li p.price_inc {
	color: #da2c0d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

ul#prod li p.price_inc span { font-size: 12px; color: #da2c0d !important; display: inline; }

ul#prod li p.price_exc { font-size: 10px; color: #494949; }

/* Grid & Home */

ul#prod.grid li, ul#prod.home li {
	width: 240px;
	height: 194px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 184px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 10px 0;
	background: url('/images/backgrounds/product_list_border.png') no-repeat left top;
}

ul#prod.grid li.last_col, ul#prod.home li.last_col {
	margin-right: 0;
}

ul#prod.home li h4, ul#prod.grid li h4 { height: 32px; }


ul#prod.grid li p.prod_note, ul#prod.home li p.prod_note {
	margin: 0 0 -8px;
	line-height: 16px;
	text-align: center;
}

ul#prod.grid li div.img, ul#prod.home li div.img {
	float: left;
	background: url('/images/backgrounds/no_image.png') no-repeat center top;
}

ul#prod.grid li div.img, ul#prod.grid li div.img a, ul#prod.home li div.img, ul#prod.home li div.img a {
	height: 120px;
	width: 130px;
}

ul#prod.grid li div.img, ul#prod.home li div.img {
	margin-right: 10px;
}

ul#prod.grid li p.price_inc, ul#prod.home li p.price_inc {
	text-align: center;
}

ul#prod.grid li p.price_was, ul#prod.home li p.price_was {
	text-align: center;
}

ul#prod.grid li a.moreinfo, ul#prod.home li a.moreinfo {
	float: right;
	margin: 20px 12px 0 0;
}

ul#prod.grid li p.prod_code, ul#prod.home li p.prod_code {
	clear: both;
	height: 10px;
	line-height: 10px;
	margin: 5px 0 0 3px;
}

ul#prod li p.price_was {
	color: #494949;
	font-size: 12px;
	margin-bottom: 5px;
}

ul#prod li p.price_was span { text-decoration: line-through; }

ul#prod li p.price_inc {
	color: #da2c0d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px
}

ul#prod li p.price_inc span { font-size: 10px; display: block; color: #4a4a4a; }

ul#prod li p.price_exc { font-size: 10px; color: #494949; }

/* List */

ul#prod.list li {
	padding-bottom: 10px;
	margin: 0 5px 15px 5px;
	border-bottom: 1px solid #DCDCDC;
	padding-left: 120px !important;
}

ul#prod li.last { padding-bottom: 0; border: none; }

ul#prod.list li h4 {
	font-size: 14px;
}

ul#prod.list li p.desc {
	margin: 0 0 6px;
	line-height: 15px;
}

ul#prod.list li div.img {
	margin-right: 20px;
	margin-left: -120px !important;
}

ul#prod.list li div.img, ul#prod.list li div.img a {
	width: 100px;
	height: 100px;
}

ul#prod.list li p.prod_code { float: left; margin: 7px 0 0; }

ul#prod.list li a.moreinfo {
	float: left;
}

ul#prod.list li p.price_inc { margin-bottom: 5px; }

ul#prod.list li p.prod_note { margin-left: 0; }

ul#prod.list li p.price_was { margin-bottom: 5px; text-align: left; }

ul#prod.list li p.price_inc span { display: inline !important; }

ul#prod.list li div.img {
	float: left;
	margin: 0 20px 0 0;
	background: url('/images/backgrounds/no_image.png') no-repeat center top;
}

/* Shared  */

div#special_offers {
	background: url(../../../images/backgrounds/special_offers.png) repeat-y left top;
	padding-top: 10px;
}

div#special_offers p {
	margin: 0 10px 10px;
}

div#special_offers ul {
	margin: 0 11px;
	width: 158px;
	padding: 10px 0 0;
}

div#specia_offers_foot {
	background: url(../../../images/backgrounds/special_offers_footer.png) no-repeat left bottom;
	height: 6px;
}


ul#prod.shared {
	margin: 0 10px;
	padding: 0;
	width: 160px;
}

ul#prod.shared li {
	padding: 20px 0 10px 0;
	margin: 0;
	width: 160px;
	border-bottom: 1px solid #c2c2c2;
}

ul#prod.shared li.first { padding-top: 0; }

ul#prod.shared li.last {  border-bottom: none; }

ul#prod.shared li h4 a { color: #000; }

ul#prod.shared li div.img { /*background: url('/images/backgrounds/no_image_grey.png') no-repeat center top;*/ }

ul#prod.shared li div.img, ul#prod.shared li div.img a {
	width: 75px;
	height: 75px;
	float: right;
	margin-left: 5px;
	display: block;
}

ul#prod.shared li p { margin: 0; }

ul#prod.shared li p.price_was { font-size: 11px; }
ul#prod.shared li p.price_inc {
	font-size: 15px;
	line-height: 16px;
	text-align: left !important;
}

ul#prod.shared li p.price_inc span { font-size: 11px; display: inline; }

ul#prod.shared li p.price_exc { font-size: 11px; margin: 0; }

ul#prod.shared li a.moreinfo {
	float: none;
	margin: 0 auto;
}

a.view_offer {
	background: url(../../../images/buttons/view_offers.png) no-repeat left top;
	display: block;
	width: 168px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

a.view_offer:hover { background-position: left bottom; }

/* recent / related */

ul#prod.recent, ul#prod.related { margin: 0 -10px 0 10px; }

ul#prod.recent li, ul#prod.related li {
	float: left;
	width: 124px;
	height: 260px;
	margin-right: 20px;
	text-align: center;
}

ul#prod.recent li h4, ul#prod.related li h4 {
	height: 30px;
	font-size: 12px;
}

ul#prod.recent li div.img, ul#prod.recent li div.img a,
ul#prod.related li div.img, ul#prod.related li div.img a {
	height: 110px;
	margin-bottom: 10px;
}

ul#prod.recent li a.moreinfo, ul#prod.related li a.moreinfo {
	margin: 0 auto;
}


/* Table Sorter */

table.tablesorter {
	background-color: #77b9ec;
	margin: 10px 0 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter.list_table {
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #f0f0f6;
}

div#middlecol table.tablesorter.list_table {
	margin-left: -120px;
	width: 540px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #77b9ec;
	border: none;
	font-size: 8pt;
	padding: 5px 4px;
	color: #fff;
}

table.tablesorter thead tr th.header {
	background: url(../../../images/icons/asc_desc.gif) no-repeat right center;
	cursor: pointer;
	padding: 8px 4px;
}

table.tablesorter thead tr th.header.header_left {
	background: url(../../../images/backgrounds/table_leftcorner.png) no-repeat left top;
	width: 3px;
}

table.tablesorter thead tr th.header.header_buynow {
	background: url(../../../images/backgrounds/table_rightcorner.png) no-repeat right top;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 5px 3px;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f6;
}
table.tablesorter tbody tr.last td { border-bottom: none; }

table.tablesorter thead tr th.header.headerSortUp {
	background: url(../../../images/icons/asc.gif) no-repeat right center;
}
table.tablesorter thead tr th.header.headerSortDown {
	background: url(../../../images/icons/desc.gif) no-repeat right center;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {}

a.var_buynow {
	background: url(../../../images/buttons/more_info.png) no-repeat left top;
	width: 77px;
	height: 23px;
	display: block;
	line-height: 23px;
	float: right;
	margin-right: 10px;
	text-align: center;
	color: #fff;
}

a.var_buynow:hover {
	background-position: left bottom;
	color: #fff;
}

table.tablesorter.list_table a.var_buynow {
	background: url(../../../images/buttons/more_info_small.png) no-repeat left top;
	width: 36px;
}

table.tablesorter tr:hover td { background-color: #fffddd; }

span.nostock {
	display: block;
	height: 23px;
	line-height: 23px;
}

table.tablesorter span {
	float: right;
	width: 77px;
	margin-right: 13px;
	text-align: center;
}

table.tablesorter.list_table span {
	width: 36px;
	float: right;
	line-height: 12px;
	margin-top: -1px;
	margin-right: 10px !important;
	text-align: center;
}

p.panelbywatt {
	margin: 0 0 0 -120px;
	padding: 0 0 0 25px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	background: url(../../../images/icons/panelsbywatt.png) no-repeat left top;
}

p.panelbywatt a {
	display: block;
}

/* Related Documents */

h3#related_doc_head {
	font-size: 13px;
	background: url(../../../images/backgrounds/document_bg.png) no-repeat left top;
	width: 350px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 340px;
}

ul#document_download {
	margin: 0;
	padding: 0
}

ul#document_download li {
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f0f0f6;
}

ul#document_download li.document_title h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

ul#document_download li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}