﻿/* M4 Orange: #ee7202 */
.logo img
{
	z-index: 10000;
}
.infoBar
{
	width: 960px;
	background-color: #050505;
	color: #E6DCC6;
	height: 38px;
}
.infoBar div
{
	padding: 10px;
}

.infoBar div.infoBox
{
	float: left;
}

.infoBar div.timeBox
{
	float: right;
	color: #ee7202;
}

.infoBar div h4
{
	font-size: 14px;
}
.infoBar div h5
{
	font-size: 12px;
}

.infoBar .email
{
	background-image: url(../images/info_icons/mail.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 23px;
	margin-left: 10px;
}

.infoBar .mobile
{
	background-image: url(../images/info_icons/blackberry.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 23px;
	margin-left: 10px;
}

.infoBar .phone
{
	background-image: url(../images/info_icons/phone.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 23px;
	margin-left: 10px;
}

.infoBar a
{
	color: #E6DCC6;
}
.infoBar a:hover
{
	color: #ee7202;
	text-decoration: underline;
}

.searchBox_container
{
	margin-top: 15px;
	height: 65px;
	float: left;
	width: px;
	background: url(../images/search_bg.png) no-repeat scroll right bottom transparent;
	border-right: 1px solid #EFEFEF;
}

.contactus_container
{
	margin-top: 15px;
	height: 65px;
	width: 150px;
	float: left;
	background: url(../images/contact.png) no-repeat scroll center bottom transparent;
	border-right: 1px solid #EFEFEF;
	text-indent: -9999px;
}

.searchBox
{
	float: left;
	overflow: visible;
	padding: 8px;
}

.searchBox ul.search
{
	list-style: none;
	background-image: url(../images/input_bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	width: 340px;
	height: 30px;
	border: #cbcbcb solid 1px;
	padding-top: 3px;
}
.searchBox ul.search li
{
	float: left;
	position: relative;
}
.searchBox ul.search li input.bar
{
	border: none;
	background-color: transparent;
	width: 320px;
	height: 25px;
	margin: 2px 0px 0px 5px;
	font-size: 16px;
}
.searchBox ul.search li input.go
{
	float: left;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 10px;
	border: none;
	font-size: 0px;
	margin-top: 8px;
}
.searchBox ul.search li p
{
	display: block;
}

/* Main menu */
.navigation
{
	height: 32px;
	background: url(../images/main_nav_bg.gif) repeat-x 0 0 #F6F6F6; /* margin:0px 10px 0px 10px;*/
	position: relative;
	z-index: 800;
}

#main_menu
{
	height: 31px;
	border-right: 0;
	float: left; /*border-left:1px solid #e2e2e2;*/
}
#main_menu li
{
	display: block;
	float: left;
	position: relative;
	margin-top: -8px;
}
#main_menu li a
{
	display: block;
	float: left;
	position: relative;
	height: 39px;
	line-height: 30px;
	color: #f06501;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
}
#main_menu li a span
{
	padding: 9px 15px 0 10px;
	display: block;
	height: 39px;
	float: left;
	position: relative;
	z-index: 102;
}
#main_menu li a:hover
{
}
#main_menu li:hover, #main_menu li.hover
{
}
#main_menu li:hover a, #main_menu li.hover a
{
	z-index: 10008;
	border-left: 0;
	color: #1f1a17;
	height: 39px;
	background: url(../images/bg/bg_main_menu_l.png) no-repeat 0 0;
}
#main_menu li:hover a span
{
	background: url(../images/bg/bg_main_menu_r.png) no-repeat top right;
}
#main_menu li:hover .submenu, #main_menu li.hover .submenu
{
	left: 0;
	z-index: 10005;
	border: 0;
	border: 1px solid #8d8d8d;
}
#main_menu li .submenu
{
	overflow: hidden;
	float: left;
	top: 39px;
	left: -9999px;
	width: 420px;
	padding: 10px;
	position: absolute;
	background: #fff;
	margin-top: -1px;
}
#main_menu li .submenu h2 span
{
	background: none;
}
#main_menu li .submenu .section
{
	float: left;
	border: 0;
}
#main_menu li .submenu .section h3
{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px dotted #fff;
	color: #333;
	margin-bottom: 10px;
	margin-right: 10px;
}
#main_menu li .submenu .section ul
{
	border: 0;
}
#main_menu li .submenu .section ul li
{
	clear: both;
	border: 0;
	margin: 0;
	line-height: 20px;
}
#main_menu li .submenu .section ul li:hover
{
	background: #333;
	color: #f2f2f2;
	border: 0;
}
#main_menu li .submenu .section ul li a
{
	color: #333;
	line-height: normal;
	text-transform: none;
	padding: 0 3px;
	margin: 0;
	border: 0;
	height: auto;
	background-image: none;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}
#main_menu li .submenu .section ul li a:hover
{
	color: #fff2d7;
	text-decoration: none;
}
#main_menu li .submenu .l
{
	width: 160px;
	border-right: 1px solid #ccc;
}
#main_menu li .submenu .r
{
	width: 250px;
}
#main_menu li .submenu .r .menu_featured_item
{
	overflow: hidden;
	padding: 10px;
	height: 100px;
}
#main_menu li .submenu .r .image_thumbnail
{
	position: relative;
	z-index: 150;
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #000 !important;
	background: none;
	margin: 0 10px 10px 0;
	padding: 0;
}
#main_menu li .submenu .r .image_thumbnail img
{
	display: block;
	margin: 0 auto;
}
#main_menu li .submenu .r .image_thumbnail:hover
{
	background: none;
}
#main_menu li .submenu .r h2
{
	font-size: 14px;
	padding-bottom: 3px;
}
#main_menu li .submenu .r h2 a
{
	display: block;
	background: none;
	height: auto;
	width: 100%;
	float: none;
	line-height: normal;
}
#main_menu li .submenu .r h2 span
{
	background: none;
}
#main_menu li .submenu .r p
{
	font-size: 11px;
	padding-bottom: 3px;
}
#main_menu li .submenu .r .featured_price
{
	width: 80px;
	position: absolute;
	top: 60px;
	height: 20px;
	background: url(../images/bg/bg_transparent_blck.png) repeat;
	color: #fff;
	line-height: 20px;
}
#main_menu li .submenu .r .featured_price em
{
	font-style: normal;
	display: block;
	text-align: center;
}


.featured_container
{
	height: 280px;
	background: #efefef;
	border-bottom: 1px solid #E2E2E2;
}
.featured_container .sec_1
{
	float: left;
	width: 600px;
	position: relative;
	height: 280px;
}
.featured_container .sec_2
{
	width: 360px;
	margin-left: 600px;
}
.featured_container .sec_2_top, .featured_container .sec_2_bot
{
	height: 140px;
	position: relative;
}
.featured_container .sec_2_top
{
}
.featured_container img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.featured_container .sec_1 a.next
{
	z-index: 10;
	border: 2px solid #d3000a;
	position: absolute;
	top: 115px;
	right: 0;
	display: block;
	width: 26px;
	height: 46px;
	background: #d3000a url(../images/bg/ico_next.png) no-repeat center center;
	text-indent: -9999px;
}
.featured_container .sec_1 a.prev
{
	z-index: 10;
	border: 2px solid #d3000a;
	position: absolute;
	top: 115px;
	left: 0;
	display: block;
	width: 26px;
	height: 46px;
	background: #d3000a url(../images/bg/ico_prev.png) no-repeat center center;
	text-indent: -9999px;
}
.featured_container .sec_1 a.prev:hover, .featured_container .sec_1 a.next:hover
{
	border: 2px solid #b70009;
}
.featured_container .featured_text
{
	position: relative;
	height: 70px;
	top: 230px;
	left: 0;
	color: #fff;
	z-index: 10;
}
.featured_container .featured_text_2
{
	position: relative;
	height: 70px;
	top: 90px;
	left: 0;
	color: #fff;
	z-index: 10;
}
.featured_container .featured_text h2, .featured_container .featured_text_2 h2
{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
.featured_container .featured_text .description, .featured_container .featured_text_2 .description
{
	position: absolute;
	padding: 10px;
	background: url(../images/bg/bg_transparent_blck.png) repeat;
	color: #fff;
	marign-top: -50px;
	position: relative;
	z-index: 11;
}

#slider
{
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

/***
 *   Newsletter first page 
 **/
#actionBox
{
	width: 928px;
	float: left;
	padding: 7px 10px 0px 0px;
	height: 34px;
	background-color: #fbfbfb;
	border: #dcdcdc solid 1px;
	margin: 10px 0px 10px 10px;
}
ul.newsletterAction
{
	float: left;
	list-style: none;
	color: #323232;
	font-weight: bold;
}
ul.newsletterAction li
{
	float: left;
	padding: 0px 10px;
}

ul.network
{
	float: right;
	list-style: none;
	color: #666;
}
ul.network li
{
	float: left;
	padding: 0px 5px;
}
ul.network li.last
{
	background-image: none;
}
ul.network li a
{
	color: #3b9fd5;
}
ul.network li a:hover
{
	color: #666;
	text-decoration: underline;
}

.newsletterAction input
{
	margin-top: -4px;
}
.newsletterAction #email
{
	width: 300px;
	background-color: #FFF;
	border: #cfcfcf solid 1px;
	height: 23px;
	background-image: url(../images/input_bar.gif);
	background-repeat: repeat-x;
	margin-bottom: 6px;
	padding: 0px 0px 0px 3px;
	float: left;
}

.col1_2
{
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.col2_2
{
	width: 220px;
	float: right;
}

.listings ul li a
{
	float: none;
	display: block;
	color: Black;
}
.listings ul li a img
{
	float: none;
}

.listings ul li b
{
	height: 40px;
	display: block;
	color: Black;
}
/*
.listings ul li p
{
	display: block;
	margin-bottom: 0px;
}
*/

.listings ul li p.price
{
	padding: 0px 0px 2px 5px;
	color: #767676;
	font-size: 11px;
}


.listings ul li p.price span
{
	color: #D3000A;
	font-size: 15px;
	font-weight: bold;
}
.listings ul li a.thumb
{
	float: none;
	display: block;
	height: 100px;
}
.listings ul li a.thumb img
{
	float: none;
}

.listings h2
{
	/*  color: #0595C4;*/
}

/***
 * Product Guide Box 
 ***/
.product_guide
{
	width: 210px;
	padding: 0px;
	background-image: url(../images/bg/gradient_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	height: 225px;
	border: 1px solid #DCDCDC;
	margin-top: 55px;
}

.product_guide h4
{
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px 10px 15px 50px;
	background-image: url(../images/help_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #D3000A;
}
.product_guide p
{
	padding: 10px;
	color: #323232;
}
/*.product_guide h2.box_title { background: url(../images/vprasanja.png) no-repeat left top;height: 60px;}*/
/*.product_guide .box_title span {text-indent: -99999px;display:inline;position: absolute;}*/

.product_guide ul
{
	padding: 5px;
	list-style: none;
	color: #323232;
}
.product_guide ul li
{
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 17px;
	margin-left: 2px;
}
ul li.phone
{
	background-image: url(../images/ico/mobile.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul li.mobile
{
	background-image: url(../images/ico/mobile.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul li.mail
{
	background-image: url(../images/ico/mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul li.address
{
	background-image: url(../images/ico/store.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* Category Menu */

#prod_nav
{
	position: relative;
	z-index: 1;
	padding: 0px 0px 10px 0px;
}

#prod_nav li.top
{
	display: block;
	height: 25px;
	z-index: 101;
}

/*
border-bottom:1px solid #666666;
color:#9A9A9A;
display:block;
padding:6px 0 6px 0;
position:relative;
text-decoration:none;
width:auto;
*/
#prod_nav li a.top_link
{
	font-size: 11px;
	display: block;
	padding-left: 11px;
	margin: 0px 10px 0px 10px;
	color: #9A9A9A;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-bottom: 1px solid #666666;
}

#prod_nav li.top:hover
{
	background: #fff;
}
#prod_nav li:hover a.top_link
{
	/*color:#f06501;*/
	color: #F06501;
	background: #fff;
}

#prod_nav li:hover a.top_link span, #prod_nav li:hover a.top_link span.down
{
	background: url(../images/productmenu-arrow-hover.gif) no-repeat right center;
}

/* Default list styling */

#prod_nav li:hover
{
	position: relative;
	z-index: 200;
}

#prod_nav li:hover ul.sub
{
	left: -385px;
	top: -1px;
	background: #fff url(../images/border_sub_r.png) no-repeat right 14px;
	border: 1px solid #CBCBCB;
	white-space: nowrap;
	width: 384px;
	height: auto;
	z-index: 0;
	border-right: none;
}

#prod_nav li:hover ul.sub li
{
	display: block;
	position: relative;
	float: right;
	width: 363px;
	font-weight: normal; /*background: url(../images/productmenu-section-bg.png) no-repeat left bottom;*/
	background-image: url("../images/bg/subbg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 10px 0px 10px 20px;
	margin-right: 1px;
}

#prod_nav ul, #prod_nav li:hover ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
}

/* Overwrite the above settings */
#prod_nav li:hover ul.sub ul
{
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	float: left;
	width: 152px;
	padding-right: 20px;
	background: none;
	z-index: 0;
}

#prod_nav li:hover ul.sub ul li
{
	background: none;
	padding: 8px 0;
	margin-right: 20px;
	width: 132px;
	z-index: 0;
}

#prod_nav li:hover ul.sub ul li a
{
	color: #f06501;
	text-decoration: none;
	white-space: normal;
}

#prod_nav li:hover ul.sub li a:hover
{
	color: #f06501;
	text-decoration: underline;
}

#prod_nav li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover li:hover a.fly, #prod_nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	background: none;
}

#prod_nav li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li:hover li a.fly
{
	background: none;
}

#prod_nav ul.sub li
{
	z-index: 0 !important;
}

.col2_2 .category .small_heading
{
	height: 30px;
	clear: both;
	display: block;
}

.col2_2 .category
{
	background-image: url(../images/backgr.gif);
	background-repeat: repeat;
	padding: 0px;
	width: 212px;
}
.col2_2 .category h5
{
	padding: 10px;
	float: none;
	margin-bottom: 7px;
}

.news
{
	background-image: url("../images/backgr.gif");
	background-repeat: repeat;
	float: left;
	margin-bottom: 10px;
	min-height: 100px;
	width: 212px;
}

.news h5
{
	padding: 10px;
	float: left;
	margin-bottom: 0px;
	color: White;
}

.news h6.option
{
	background-position: center bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	color: White;
}

.news ul
{
	margin: 0px;
}
.news ul li
{
	list-style: none;
	margin: 10px;
	line-height: 25px;
	height: 25px;
	clear: left;
}

.news ul li.content
{
	float: none;
	clear: none;
	line-height: normal;
	height: auto;
}

.news .newsItem
{
	height: auto;
}

.news .readMore a
{
	color: #ee7202;
	line-height: normal;
	height: auto;
}

/* new footer */
#footer
{
	background-image: url("../images/backgr.gif");
	background-repeat: repeat;
	border-top: 10px Solid #ee7202;
	min-height: 100px;
}

#footer .left
{
	float: left;
	padding: 20px;
}

#footer .left ul
{
	margin-top: 10px;
	list-style: none;
	list-style-position: outside;
	float: left;
	margin-right: 20px;
}

#footer .left ul li
{
	padding-left: 7px;
}

/*#footer .left ul li a { color: #0595C4;}*/

#footer .right
{
	float: right;
	width: 400px;
	padding: 20px;
}

#footer .right a
{
	/*color: #D3000A;*/
	color: #0595C4;
}

/* #0595C4 */

.shopby .last
{
	border: none;
}

.shopby .last ul
{
	margin-left: 10px;
}
.shopby .last ul li
{
	padding: 3px 0;
	width: 180px;
}
.shopby .last b
{
	color: #E6DCC6;
	font-weight: bold;
}
.parentCategory a
{
	padding-left: 15px;
	background-image: url(../images/minus.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.small_banner .anythingSlider .wrapper ul
{
	background-color: White !important;
}

.products_list ul
{
	list-style: none outside none;
	display: block;
}

.products_list #featured li
{
	border: 1px solid #C9C9C9;
	float: left;
	height: auto;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	position: relative;
	width: 150px;
}

.products_list #featured li img
{
	margin-bottom: 15px;
	vertical-align: middle;
}
.products_list #featured li div.image_wrapper
{
	width: 120px;
	height: 120px;
	margin: auto;
	text-align: center;
}
.products_list #featured li h4
{
	font-weight: normal;
	color: Gray;
	padding-top: 5px;
}
.products_list #featured a
{
	color: /*#F06501*/ Black;
	text-decoration: none;
}
.products_list #featured a:hover
{
	text-decoration: underline;
}

.products_list #featured li h3
{
	text-decoration: underline;
}

.products_list #featured ul
{
	padding-top: 15px;
	margin: 0;
	padding: 10px 5px 0px 0px;
}
.products_list #featured ul li
{
	color: #666666;
	clear: left;
	width: auto;
	border: none;
	border-bottom: 1px dashed #d7d7d7;
	height: auto;
	position: relative;
	padding: 4px 5px 4px 0px;
	margin: 0;
	width: 100%;
	text-align: right;
}
.products_list #featured ul li span
{
	color: #4C7A92;
	float: left;
	padding: 0px 0px 0px 3px;
	max-width: 80%;
	text-align: left;
}
.products_list #featured ul li.r0
{
	background-color: #e7e7e7;
}
.products_list #featured ul li.r1
{
	background-color: #e7e7e7;
}
.products_list #featured ul li.last
{
	border: none;
}


.products_list #featured ul li.price span
{
	color: Black;
	font-size: x-small;
}
.products_list #featured ul li.price
{
	/*background-color: #D7d7d7;*/
	background: url("../images/products_box_bg.gif") repeat-x scroll left top transparent;
	color: #D3000A;
	padding: 10px 5px 10px 0px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.products_list ul.classic
{
	padding: 10px 10px 10px 10px;
}
.products_list ul.classic li
{
	color: #666666;
	clear: left;
	width: auto;
	border: none;
	border-bottom: 1px dashed #d7d7d7;
	height: 50px;
	position: relative;
	padding: 4px 5px 4px 0px;
	margin: 0;
	width: 100%;
	text-align: left;
}
.products_list ul.classic h3
{
	font-size: x-small;
	color: Black;
	text-decoration: underline;
}

.products_list h6
{
	text-align: center;
	font-size: 11px;
}

/* SEARCHRESULTS */
#searchResults
{
	position: absolute;
	width: 360px;
	margin: 5px 0px 0px 0px;
	height: 500px;
	z-index: 1000;
	padding: 0px;
	top: 30px;
	left: 0;
	overflow: hidden;
	height: auto;
	zoom: 1;
}
#internalSearchResults
{
	width: 340px;
	border: 1px solid black;
	background: #fff;
}
#internalSearchResults .searchCategory
{
	display: block;
	background: #a0a0a0;
	color: #fff;
	font-size: 12px;
	padding: 5px;
}
#internalSearchResults a
{
	display: block;
	border-bottom: 1px dotted #e2e2e2;
	height: 60px;
	text-decoration: none;
	color: #000;
}
#internalSearchResults a:hover
{
	background: #e0e0e0;
}
#internalSearchResults .imageContainer
{
	float: left;
	padding: 5px;
	width: 50px;
	height: 50px;
	margin: 0 !important;
}
#internalSearchResults .imageContainer img
{
	border: 0;
}
#internalSearchResults .searchheading
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 65px;
	padding: 2px 0;
}
#internalSearchResults .searchtext
{
	display: block;
	font-size: 12px;
	margin-left: 65px;
}
#internalSearchResults .searchtext strong
{
	color: #d3000a;
}
#internalSearchResults a:hover .searchheading
{
	text-decoration: underline;
}
#internalSearchResults .normal_links
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 0;
}
#internalSearchResults .normal_links li
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	padding-left: 10px;
	display: block;
	float: left;
	clear: both;
}
#internalSearchResults .normal_links li.last
{
	padding-bottom: 15px;
}
#internalSearchResults .normal_links li a
{
	display: inline;
	height: auto;
	border: 0;
	color: #ee7202;
	text-decoration: underline;
}
#internalSearchResults .normal_links li a:hover
{
	text-decoration: none;
	background: none;
}



.product_options
{
	background: url(../images/product_options_bg.gif) repeat-x;
	padding: 10px;
	height: auto !important;
	height: 45px;
	min-height: 45px;
	margin-top: 10px;
}
.product_options span
{
	float: none !important;
}
.product_options p
{
	margin-left: 10px;
	color: #A2A2A2;
	margin-bottom: 10px;
	text-align: right;
}
.product_options h2, .rating_holder
{
	color: #464646;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0;
	height: 20px;
	float: right;
}


.product_options h2.price
{
	color: Black;
}
.product_options h2 strong
{
}
.product_options .rating_holder span
{
	float: left;
}
.product_options .add-to-basket
{
	float: right;
}

.product_options h4
{
	font-weight: normal;
	color: #A2A2A2;
	float: right;
}

.product_options .addtocart
{
	float: left;
	overflow: hidden;
	/*text-indent: -9999px;*/
	width: 167px;
	height: 39px;
/*    background-image: url(../images/addtocart_03.png); */
	padding: 0px;
	margin: 0px;
	border: none;
}

.product_options span
{
	float: left;
	clear: left;
	padding: 10px 0px 5px 5px;
	color: #A2A2A2;
}

#big_image_container
{
	width: 362px;
	height: auto;
	overflow: hidden;
	text-align: center;
	border: 1px solid #E2E2E2;
}

#big_image_container img
{
	text-align: center;
	padding: 5px;
}

.addthis_toolbox
{
	float: right;
}

.addthis_button_expanded
{
	color: #F06501;
	vertical-align: baseline;
	text-decoration: none;
	float: right;
}

.addthis_button_expanded:hover
{
	text-decoration: underline;
}

.sharethis_container
{
	float: left;
	width: 100%;
	overflow: auto;
	padding-top: 10px;
}

.sharethis_container .info
{
	float: left;
	bottom: 0px;
	padding: 5px 5px 0px 5px;
}

.shopping_info
{
	border: 1px solid #E2E2E2;
	float: left;
	margin-top: 5px;
	background-image: url(../images/help_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: auto;
}

.shopping_info h2
{
	margin-left: 66px;
	border-bottom: none !important;
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.shopping_info p
{
	font-size: 10px;
	margin: 5px 10px 5px 66px;
}

.shopping_info ul
{
	padding: 5px 5px 5px 66px;
}
.shopping_info ul li
{
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 17px;
	margin-left: 2px;
	color: #666666;
}





/******/
.comparison_container
{
	float: left;
	clear: both;
}
/*.comparison_container th {  background: url(../images/product_options_bg.gif) repeat-x; height:90px; }*/
.comparison_container th
{
	background-color: #EFEFEF;
	height: 90px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #D7D7D7;
}
.comparison_container th h3
{
	margin-bottom: 15px;
	color: #0595C4;
}
.comparison_container th .image_container
{
	width: 110px;
	height: 110px;
	background-color: White;
	padding: 5px;
	border: 1px solid #E2E2E2;
	margin: auto;
}
.comparison_container td.main_product
{
	width: 344px;
	height: auto !important;
	height: 45px;
	min-height: 45px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
}

.comparison_container td.compare_blank
{
	width: 15px;
}

.comparison_container h2
{
	color: #0595C4;
	font-size: 14px;
}

.comparison_container td.main_product div
{
	padding-top: 20px;
	font-weight: bold;
}

/** Comparison table **/

.comparison_container table
{
	margin: 10px 5px 0px 0px;
	border-collapse: separate;
	border: 1px Solid #D7D7D7;
	border-top: none;
	border-bottom: none;
}
.comparison_container table tr
{
	color: #666666;
	clear: left;
	width: auto;
	border-bottom: 1px dashed #d7d7d7;
	height: auto;
	position: relative;
	padding: 4px 5px 4px 0px;
	margin: 0;
	width: 100%;
	text-align: right;
}
.comparison_container table tr td
{
	padding: 5px 10px 5px 5px;
	border-bottom: 1px dashed #d7d7d7;
	background-color: #fafafa;
	text-align: left;
}
.comparison_container table .r0
{
}
.comparison_container table .r1
{
}
.comparison_container table .last td
{
	border-bottom: 1px Solid #D7D7D7;
}
.comparison_container table .attLabel
{
	background-color: #E4E4E4;
	border-bottom: 1px dashed White;
	border-collapse: separate;
	text-align: right;
}
.comparison_container table .product
{
	font-weight: bold;
	background-color: #F5F5F5;
}
.comparison_container table .comparison
{
}
.comparison_container table tr:hover td
{
	background-color: #0595C4;
	color: White;
}
.comparison_container table .compare_blank
{
	border: 1px Solid #D7D7D7;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: White;
}
.comparison_container table .last .compare_blank
{
	border-bottom: 1px solid white;
}
.comparison_container h3
{
	font-size: 13px;
}

.comparison_container table div
{
}
.comparison_container .tPrice td
{
	text-align: right !important;
	padding: 10px;
	border-bottom: 1px Solid #D7D7D7;
}
.comparison_container .tPrice td.comparison
{
	color: #D3000A;
	font-size: 13px;
}
.comparison_container .tPrice h5
{
	font-size: 12px;
}
.comparison_container .tPrice .compare_blank
{
	border-bottom: 1px solid White;
}
.details_container
{
	display: block;
	height: auto;
	float: left;
	clear: both;
	margin-top: 15px;
}
.details_container h2
{
	color: #0595C4;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.details_container p
{
	color: #666666 !important;
}
/* #D7D7D7 */

li .sharethis_container
{
	padding-top: 0px !important;
	margin: 0px;
}

.pager
{
	width: 100%;
	display: block;
	height: 25px;
}

.pager h4
{
	font-size: 11px;
	font-weight: bold;
	float: left;
}
ul.page_nav
{
	float: right;
}
ul.page_nav li
{
	display: inline;
	float: left;
	margin-right: 4px;
	color: #a1a1a1;
}
ul.page_nav li a
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: url(../images/page_nav-btn_bg.gif) repeat-x left bottom;
	border: 1px solid #d7d7d7;
	height: 15px;
	padding-top: 3px;
	width: 22px;
	text-align: center;
}
ul.page_nav li a:hover
{
	color: #f7941d;
	background: url(../images/page_nav-btn-hover_bg.gif) repeat-x left bottom;
	border: 1px solid #999;
}
ul.page_nav li.prev a, ul.page_nav li.next a
{
	width: auto;
	position: relative;
}
ul.page_nav li.prev a
{
	padding-left: 12px;
	padding-right: 6px;
}
ul.page_nav li.next a
{
	padding-right: 12px;
	padding-left: 6px;
}
ul.page_nav li.prev a img, ul.page_nav li.next a img
{
	position: absolute;
	top: 6px;
	right: 4px;
}
ul.page_nav li.prev a img
{
	left: 4px;
}
ul.page_nav li.current_page a, ul.current_page li.next a:hover
{
	background: #fff;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
}
ul.page_nav li.prev
{
	/*margin-right: 10px;*/
}
ul.page_nav li.skip_pages
{
	font-weight: bold;
	padding-top: 4px;
}

/** Category Browsing **/
.category_list ul
{
	list-style: none outside none;
	display: block;
}

.category_list ul li
{
	border: 1px solid #C9C9C9;
	float: left;
	height: 115px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	position: relative;
	width: 150px;
	cursor: pointer;
}

.category_list ul li:hover a
{
	text-decoration: underline;
}
.category_list ul li h3
{
	text-align: center;
	padding: 5px 0 2px 0;
}
.category_list ul li a
{
	text-decoration: none;
	font-size: 12px;
	padding-top: 5px;
	color: #252525;
}
.category_list ul li .imageWrapper
{
	height: 70px;
	text-align: center;
}

.construction
{
	height: 30px;
	background: #FFFFE7;
}
.construction .text
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 960px;
	padding: 5px;
}
.construction h3
{
	font-size: 13px;
	font-weight: bold;
}
.construction_header
{
	float: left;
	width: px;
}

/*** SEARCH PAGE ***/
ul.product_search
{
	list-style: none outside none;
	float: left;
	width: 100%;
}

ul.product_search li
{
	height: 83px;
	padding: 5px;
	border-bottom: 1px dotted #e2e2e2;
	overflow: hidden;
}

ul.product_search li:hover
{
	background-color: #efefef;
}


ul.product_search li:last-child
{
	border: none;
}

ul.product_search li .imageContainer
{
	width: 82px;
	height: 82px;
	text-align: center;
	border: 1px solid #C9C9C9;
	float: left;
	overflow: hidden;
	background-color: White;
}

ul.product_search li h3
{
	float: left;
	margin-left: 10px;
	font-size: 14px;
}

ul.product_search li p
{
	color: #767676;
	font-size: 11px;
	float: right;
	clear: left;
	margin-left: 10px;
	margin-top: 5px;
}

ul.product_search .price
{
	color: #D3000A;
	font-size: 12px;
	font-weight: bold;
}

.product_search .infoContainer
{
	float: left;
	width: 430px;
	padding: 0px 10px 0px 10px;
}

.featured_search .infoContainer
{
	width: 670px !important;
}

.product_search .infoContainer h3
{
	font-size: 14px;
	float: none;
	padding-bottom: 10px;
	margin-left: 0px;
	color: Black;
}

.product_search .infoContainer h3 a
{
	color: Black;
	text-decoration: none;
}

.product_search .infoContainer h3 a:hover
{
	color: Black;
	text-decoration: underline;
}

.product_search .priceContainer
{
	float: left;
	margin: 10px;
}

p.staticWrapper
{
	margin: 10px;
}

.cont_sec ul li
{
	list-style-position: inside;
}

.recommended
{
	width: 960px !important;
}

.recommended .last
{
	margin-right: 20px !important;
}


#contentsec_news img
{
	float: left;
	padding: 5px;
}

.staticWrapper
{
	font-size: 12px;
}
.staticWrapper ul
{
	padding: 10px;
}
.staticWrapper ul li
{
	list-style-position: inside;
}

.staticWrapper h2
{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.staticWrapper h3
{
	font-size: 14px;
	color: #D3000A;
}

.staticWrapper p
{
	padding: 3px;
	font-size: 12px !important;
	font-family: Arial,Helvetica,sans-serif !important;
}

.staticWrapper .productContainer
{
	background-image: url("../images/prod_bg.gif");
	background-repeat: no-repeat;
	float: left;
	height: 189px;
	margin: 0 20px 20px 0;
	padding: 10px 10px 0;
	width: 140px;
}

.staticWrapper .productContainer .heading
{
	height: 40px !important;
	color: Black;
	display: block;
	width: 140px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	border: 0;
	font-size: 11px;
}

.staticWrapper .productContainer .thumb
{
	width: 140px;
	height: 100px;
	display: block;
	text-align: center;
}

.staticWrapper .productContainer .price
{
	color: #767676;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	display: block;
	width: 140px;
	height: 30px;
}

.staticWrapper .productContainer .price i
{
	font-weight: bold;
	color: #D3000A;
	font-size: 15px;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
}

.cat_home h5 a
{
	color: Black;
	font-weight: bold;
}
.cat_home .red
{
	color: #D3000A;
	font-weight: bold;
}
.cats .cat_home
{
	border: 1px solid Black;
}

p.credit
{
	font-size: 12px;
	color: #D3000A !important;
	font-weight: bold;
}
p.credit a
{
	color: #ee7202;
	text-decoration: underline;
}

fieldset
{
	margin: 10px;
	border: none;
}

form div 
{
	display: block;
	overflow:hidden;
	margin-bottom: 5px;
}

form label
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 3px;
	color: Black;
}

form .checkbox label
{
	display: inline;
	margin-left: 5px;
}

form .checkbox input 
{
	margin-top: 3px;
	float: left;
}

form .textfield input
{
	border: 1px solid #898989;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 5px;
	width: 380px;
	display:block;
	line-height:22px;
}

form .textfield input.half 
{
	width: 182px;
	margin-right: 5px;
	float: left;
}

form .hint 
{
	float:left;
	clear:left;
	display: block;
}

form .textfield textarea 
{
	border: 1px solid #898989;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 5px;
	width: 380px;
	display:block;
	line-height:14px;
}

.required label:after {content:" *"; color:Red;}

.actions button 
{
	padding: 3px;
	font-size: 14px;
	border: 1px solid #64A21B ;
}

.shoppingcart .blue
{
	color: #008BD3 !important;
}

.watermark { color: #666666; }

button.simplebtn {
	height:28px;
	display:inline-block;
	color:#FFF;
	padding:3px 10px;
	background-color:#ff5400;
	border:#c84f14 solid 1px;
	cursor: pointer;
}

button.simplebtn:hover {
	background-color:#c84f14;
	border:#c84f14 solid 1px;
}

.help 
{
	font-size: 12px;
	padding: 10px;
}

.sidecart_price 
{
	float:right;
	display:block;
}

.sidecart_price .hint 
{
	clear:both;
	display:block;
}

.sidecart_price .price 
{
	color: White;
	font-weight: bold;
}

.contact_details_container 
{
	width:940px;
	display:block;
	padding: 0px 20px 0px 30px;
}

.contact_details_container .col1, .contact_details_container  .col2
{
	width:470px;
	margin: 10px 0px;
}

.summary_container 
{
	width:900px;
	background-color: #efefef;
	border-top: #6666;
	padding: 10px 20px 0px 20px;
}

.summary_container .col1
{
	width:440px;
	margin: 0px 0px;
}

.summary_container .col1 .price { font-weight: bold; }
.summary_container .col2 
{
	width:420px;
	font-size:14px !important;
}

.summary_container .col1 h5 {color: #458C26;font-weight:bold;font-size:15px;}
.summary_container .col1 ul li { display: block; list-style:none;border-bottom:1px solid #DDDDDD; padding: 20px 0px 5px 0px;font-size:12px;}
.summary_container .total { font-size:16px !important; color: #458C26; font-weight: bold;border-bottom: none !important;padding: 10px 0px 5px 0px !important;border-top: 2px solid #ddd;}
.summary_container .total .price { color: Black; }
.summary
{
	
	margin-bottom: 0 !important;
}

.summary_container .col2  { color: Black; font-size:12px; }
.summary_container .col2 textarea { height:100px;}

.cta { width: 900px; float:left;padding:20px 0px 20px 0px; }

.cta button { border: none;  cursor: pointer;}

.mycart h5 { background-image: url("../images/basket.png"); width: 180px; background-repeat: no-repeat; background-position: right bottom;}

.emptyBasket { width: 890px; background-color: #e0e0e0; padding: 50px;text-align: center;font-weight:bold;font-size:12px;}

.user_nav {
	background:url("../images/user-nav_bg.png") no-repeat scroll left top transparent;
	float:right;
	height:21px;
	padding:11px 10px 0 20px;
	width:131px;
}

.user_nav a
{
	font-weight: bold;
	padding: 0 5px;
	display:block;
	float:left;
	text-align: center;
	color:#333333;
}

.user_nav a:hover 
{
	text-decoration: underline;
	color: #666666;
}

.validation-summary-errors
{
	color: Red;
	font-size:12px;
	font-weight: bold;
	padding-left:10px;

}

.input-validation-error
{
	color: Red;
	border: 1px solid Red !important;
}

.banner_l 
{
/*    float: left;
	width: 174px;
	display:block;
	padding-top:100px;*/
	left: -180px;
	top:5px;
	position:absolute;
}

.banner_r 
{
	/*right:-166px;*/
	top:50px;
	right:-1px;
	width:1px;
	position:absolute;
}

.wrapper_ad #wrapper_sec 
{
	margin: 0 auto;
}

.wrapper_ad 
{    
	/*width:1308px;*/
	margin: 0 auto;
}

.promo_sec 
{
	left:-249px;
	top:90px;
}

.sorter 
{
	padding-left: 50px;
}

.sorter form { width: auto; }
.sorter span { float: left; }
.sorter select { float: left; }

p.promo 
{
	display:block;
}
.col1_promo { height:130px;}
.col2_promo {	height:132px;}
.col3_promo { height: 335px; }

.shopby select { width: 190px; padding:2px;margin:4px;}

#personalPickupRow { font-weight: bold;}

span.bigger { color:White; background:Black; font-size:12px; padding:5px; margin:0px;}

p.pricepoint 
{
	font-size: 12px;
	color: #D3000A !important;
	font-weight: normal;
}




/***** HEADER ****
Cufon.replace('.infoBar h1, .infoBar h2,.infoBar h3,.infoBar h4,.infoBar h5');
Cufon.replace('#contentsec h1, #contentsec h2,#contentsec h3,#contentsec h4,#contentsec h5,#contentsec h6');
Cufon.replace('#footer h3, #footer h4')
*/
.infBar h1, .infoBar h2, .infoBar h3, .infoBar  h4, .infoBar h5 { font-family: Trebuchet MS; }
#contentsec h1, #contentsec h2,#contentsec h3,#contentsec h4,#contentsec h5,#contentsec h6 { font-family: Trebuchet MS; }
#footer h3, #footer h4 { font-family: Trebuchet MS; }

.additionalCategory 
{
    margin-bottom: 10px;
    font-style: italic;
}
.additionalCategory a
{
    color: #D3000A;
}

.label{padding:1px 3px 2px;background-color:#bfbfbf;font-size:9.75px;font-weight:bold;color:#ffffff;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.label.important{background-color:#c43c35;}
.label.warning{background-color:#f89406;}
.label.success{background-color:#46a546;}
.label.notice{background-color:#62cffc;}

.listings ul li { background: none; float: left; height: 170px; width: 138px; border: 1px solid #c9c9c9;  
                    -moz-box-shadow:    0px 0px 10px #ccc;
                    -webkit-box-shadow: 0px 0px 10px #ccc;
                     box-shadow:        0px 0px 10px #ccc;
                 }

.listings ul li:hover { border: 1px solid #ee7202; }

.listings .positional { position: absolute; width: 138px; height:170px;}

.listings ul li a.thumb { margin-top: 10px; text-align: center;}
.listings .price { position: absolute; bottom: 0px; width:135px; text-align: right;}
.listings ul li p.price span { font-size: 13px; }
.listings h3 
{
    bottom: 28px;
    color: Black;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
}

.tag-container { padding-top:10px; }

.infoContainer .label { vertical-align: middle; }

hr.shadow { margin: 10px; border: 1px solid #ccc; height: 1px;}


.article-container { width: 730px; overflow:hidden; position: absolute; left:0; }
.article-container-shadow-faker  
{
     border-top: 1px solid #ccc; 
                    -moz-box-shadow:    0px -0px 12px #ccc;
                    -webkit-box-shadow: 0px -0px 12px #ccc;
                     box-shadow:        0px -0px 12px #ccc;
                     padding-bottom:10px;    
}
ul.article-banner { height: 100px; 
                    border-bottom: 1px solid #ccc; 
                   
                    margin: 0 0 10px 0px;
                    -moz-box-shadow:    0px 0px 12px #ccc;
                    -webkit-box-shadow: 0px 0px 12px #ccc;
                     box-shadow:        0px 0px 12px #ccc;
                  }
                     
h2.article-heading { padding: 10px 0px 0px 0px; margin: none; border: none; color: #0595c4; text-transform:uppercase; font-size: 25px; 
                      border-top: 1px solid #ccc; height: 30px; margin-top:50px;}
                     

ul.article-banner li { list-style: none; width: 220px; color: #61bcda; border-right: 1px solid #ccc; height: 90px; padding: 10px 10px 0px 10px; float: left;}
ul.article-banner li:hover  
{
    
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 43%, rgba(239,239,239,1) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,rgba(255,255,255,1)), color-stop(96%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(239,239,239,1) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(239,239,239,1) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(239,239,239,1) 96%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(239,239,239,1) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
cursor: pointer;

    }

ul.article-banner li:last-child { border-right: none; }
ul.article-banner li h2 { font-size: 18px; z-index: 1;}
ul.article-banner li h3 { font-size: 16px; padding-top: 5px; z-index:2; }

.article-arrow { border-width:9px; 
                 border-style: solid; 
                 width:0px;
                 border-right-color: transparent;
                 border-top-color: #ccc;
                 border-left-color: transparent;
                 border-bottom-color: transparent; 
                 position: absolute;
                 bottom: -8px;
                 left:102px;
               }
               
.arrow-positional 
{
    position: absolute;
    height: 111px;
    position: absolute;
    width:220px;
    top: 0px;
    z-index: 0;
    visibility: hidden;
}

ul.article-banner .selected .arrow-positional { visibility: visible; }
ul.article-banner .selected h2, ul.article-banner .selected h3 { color: #666666; }
ul.article-banner li.selected:hover { background: none; cursor: default; }

.article-arrow-fill { border-width:9px; 
    border-style: solid; 
    width:0px;
    border-right-color: transparent;
    border-top-color: White;
    border-left-color: transparent;
    border-bottom-color: transparent; 
    bottom: -7px;
    position: absolute;
    left: 102px;
}

.news h5 { color: #FF5400; }
.news a { color: #ccc; }
.news a:hover { text-decoration: underline;color: #FF5400; }

.newsletterAction ul { list-style: none; }
.newsletterAction ul li { float: left; padding: 3px 15px 0px 20px; font-weight: normal;} 
#actionBox { background-color: #E6DCC6; }

.article-text { padding: 20px; }
.article-text h2 { padding: 0px 0px 10px 0px; }
.article-text img { float: right; clear: right; padding: 20px;}
.article-text p { padding: 0px 0px 10px 0px; text-align: justify; }

.article-button  
{
    background: rgb(239,129,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,129,50,1) 45%, rgba(241,80,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(239,129,50,1)), color-stop(100%,rgba(241,80,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,129,50,1) 45%,rgba(241,80,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,129,50,1) 45%,rgba(241,80,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,129,50,1) 45%,rgba(241,80,18,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(239,129,50,1) 45%,rgba(241,80,18,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8132', endColorstr='#f15012',GradientType=0 ); /* IE6-9 */
    
    -moz-box-shadow:    5px 5px 12px #ccc;
    -webkit-box-shadow: 5px 5px 12px #ccc;
    box-shadow:        5px 5px 12px #ccc;

    width: 250px;
    height: 30px;
    margin: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
}

.article-button a { color: White; padding: 20px; font-size:15px; font-weight: bold;}
.article-button div { padding: 6px 0px; }

.article-hidden { visibility: hidden; display:none; }

.new-year-left { left: -260px; top: 200px;}
.new-year-right { top: 200px;}

