/*
 * Author: http://www.martinwinkler.cz/
 */

/************************************************************************************
RESET
*************************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, figure, footer, header, hgroup, nav, section, img { display: block; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }

label, input[type=button], input[type=submit], button { cursor: pointer; overflow: visible; }

/************************************************************************************
FONT FACE
*************************************************************************************/

@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold-webfont.woff') format('woff'),
         url('../font/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light-webfont.woff') format('woff'),
         url('../font/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/opensans-semibold-webfont.eot');
    src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-semibold-webfont.woff') format('woff'),
         url('../font/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/************************************************************************************
GENERAL
*************************************************************************************/

html { height: 100%; width: 100%; min-width: 1200px; }

body {
	font-family: 'open_sansregular',arial,helvetica,sans-serif;
	font-size: 15px;
	color: #5c5f70;
	background: #f0f0f0 url('../img/bg.jpg') 0 -164px repeat-x fixed;
	margin: 0;
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

/* Anchors */

a { color: #ff8331; text-decoration: underline; }
a:hover { text-decoration: none; }

/* Heading */

h1 { font: normal 34px/38px 'open_sansregular',arial,helvetica,sans-serif; margin: 10px 0 20px 0; color: #4d5159; }
h2 { font: normal 26px/26px 'open_sansregular',arial,helvetica,sans-serif; margin: 0 0 20px 0; color: #4d5159; }
h3 { font: normal 24px/24px 'open_sansregular',arial,helvetica,sans-serif; margin: 0 0 20px 0; }
h4 { font: normal 20px/20px 'open_sansregular',arial,helvetica,sans-serif; margin: 0 0 20px 0; }
h5 { font-size: 17px; line-height: 17px; margin: 0 0 20px 0; }
h6 { font-size: 14px; line-height: 14px; margin: 0 0 20px 0; }

/* Paragraphs */

p { line-height: 23px; margin: 0 0 20px 0; }
address { font-style: normal; }
cite { font-style: normal; font-size: 12px; }

/* Lists */

ul, ol { list-style: none; margin: 0 0 20px 0; }
ul li { line-height: 20px; }
ul.unstyled li { line-height: 23px; }

dl { margin: 0 0 20px 0; line-height: 20px; }
dt { font-weight: bold; }

/* Tables */

table { line-height: 20px; }
th { padding: 5px 0; text-align: left; vertical-align: top; }
td { padding: 5px 0; vertical-align: top; }

/* Forms */

form { display: inline;}
fieldset { border: none; }
legend { display: none; }
label { font-weight: bold; }
input, select, button { vertical-align: middle; }

/* Various */

sup,sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 2em 0; padding: 0; }

p.small { font-size: 11px; }
p.big { font-size: 15px; font-weight: bold; }

.bold { font-weight: bold; }
.nowrap, .nobr { white-space: nowrap !important; }

/* Alignment */

.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.v-bottom { vertical-align: bottom; }

.l { float: left; }
.r { float: right; }
.a-l { text-align: left; }
.a-r { text-align: right; }
.a-c { text-align: center; }

/************************************************************************************
MAIN STRUCTURE
*************************************************************************************/

.main-wrap { min-height: 100%; }
.main { overflow: hidden; padding-bottom: 303px; min-width: 1200px; }
.footer-wrapper { position: relative; margin-top: -303px; height: 303px; clear: both; min-width: 1200px; }

.inner { width: 1180px; margin: 0 auto; position: relative; padding-left: 10px; padding-right: 10px; }

/************************************************************************************
HEADER
*************************************************************************************/

.header { font-size: 15px; background: url('../img/header.png') center 0 repeat-x; height: 164px; margin: 0 0 5px 0; min-width: 1200px; }
.header .inner { height: 159px; padding: 0 0 5px 0; }
.header a { text-decoration: none; }
.header a:hover { text-decoration: underline; }

/* Logo */

.logo { width: 285px; height: 79px; margin: 0; position: absolute; left: 0; top: 40px; }
.logo a { width: 285px; height: 79px; display: block; }
.logo span { width: 285px; height: 79px; position: absolute; left: 0; top: 0; display: block; background: url('../img/logo.png') 0 0 no-repeat; cursor: pointer; }

/* Main navigation */

.main-nav { margin: 0; position: absolute; left: 323px; height: 66px; bottom: 0; border-top: 1px solid #d5dae1; width: 865px; }
.main-nav ul { margin: 0; }
.main-nav ul li { line-height: 20px; float: left; margin: 0 60px 0 0; }
.main-nav ul li.last { margin-right: 0; }
.main-nav ul li a { font-size: 15px; line-height: 20px; float: left; padding: 20px 0; color: #535d70; text-decoration: none; border-top: 1px solid #d5dae1; position: relative; top: -1px; }
.main-nav ul li a:hover,
.main-nav ul li.active a { color: #eb672e; border-top: 1px solid #eb672e; }

/* Search */

.search-form { position: absolute; left: 323px; top: 27px; width: 209px; height: 42px; }
.search-form .text { font: italic 14px/20px open_sansregular,Helvetica,sans-serif; border: none; width: 185px; height: 20px; padding: 11px; background: url('../img/search-text.gif') 0 0 no-repeat; color: #565b6b; }
.search-form .submit { position: absolute; right: 0; top: 0; width: 42px; height: 42px; display: block; background: url('../img/search-btn.png') 0 0 no-repeat; border: none; text-indent: -80000px; }

/* Cart */

.mini-cart { position: absolute; left: 920px; top: 25px; width: 270px; }
.mini-cart p { line-height: 20px; margin: 0}
.mini-cart .subtotal a { 
	color: #535d70; 
	padding-left: 25px; 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	background: url('../img/cart-small.png') 0 2px no-repeat;
}
.mini-cart .subtotal a:hover { background-position: 0 -49px; }

.mini-cart .subtotal .price {
	font-weight: bold;
}

.mini-cart .currency-header {
	padding-left: 25px;
	padding-top: 2px;
}

.mini-cart .currency-header a {	
	padding-left: 2px;
	display: inline-block;
	color: #5C5F70;
	text-decoration: none;
	vertical-align: top;
	line-height: 50%;
	text-align: center;	
	width: 23px;
}

.mini-cart .currency-header a img {	
	width: 21px;
	opacity: 0.6;
    filter: alpha(opacity=6); /* For IE8 and earlier */
}

.mini-cart .currency-header a.active img, .mini-cart .currency-header a:hover img{	
	width: 23px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.mini-cart .currency-header a .label {	
	font-size: 10px;
}

.mini-cart .currency-header a.active .label, .mini-cart .currency-header a:hover .label{	
	color: #FF8331;
	font-weight: bold;
}

.mini-cart .currency-header select {
	height: 26px;
	padding: 1px;
	font-size: 14px;
}

/* Top links */

.links { position: absolute; left: 577px; top: 25px; margin: 0; }
.links li { margin: 0 20px 2px 0; }
.links li a { padding: 0 0 0 20px; color: #5b626f; }
.links li.first a { background: url('../img/account.png') 0 2px no-repeat;}
.links li.first a:hover { background-position: 0 -48px; }
.links li.last a { background: url('../img/account-login.png') 0 0 no-repeat; }
.links li.last a:hover { background-position: 0 -50px; }
.links li.last { margin: 0; }

/* Breadcrumbs */

.breadcrumbs { color: #fff; padding: 6px 20px; height: 30px; }
.breadcrumbs .label { font-family: 'open_sanssemibold'; font-weight: normal; display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.breadcrumbs ul { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.breadcrumbs li { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.breadcrumbs a { color: #fff; }

/* Price groups */

.price-groups-info { position: absolute; left: 704px; top: 26px; }
.price-groups-info p { margin: 0 0 1px 0; line-height: 20px; }
.price-groups-info b { color: #ff8331; }

/* Fixbar */

.fixbar { position: fixed; left: 0; top: 0; width: 100%; padding: 10px 0; height: 50px; background: url('../img/header.png') center bottom repeat-x; z-index: 100; display: none; }
.fixbar a { text-decoration: none; }
.fixbar a:hover { text-decoration: underline; }

.fixbar .logo { display: none; }

.fixbar .search-form { top: 0; left: 300px; }
.fixbar .links { top: 0; left: 560px; }

.fixbar .price-groups-info { top: 0; }
.fixbar .mini-cart { top: 0; }

/************************************************************************************
CONTENT
*************************************************************************************/

.page { background: #fff; padding: 20px 20px 40px 20px; margin: 0 0 40px 0; }
.page-title { text-align: right; }
.page-title h1 { float: left; }
.page-title h2 { float: left; }
.page-title h3 { float: left; }

/* Teaser slider */

.teaser-slider { width: 1140px; height: 231px; margin: 0 0 30px 0; position: relative; /*overflow: hidden;*/ }

.teaser-slider .nav { width: 235px; height: 231px; margin: 0; float: left; }
.teaser-slider .nav li { width: 234px; height: 76px; float: none; margin: 0 0 1px 0; }
.teaser-slider .nav li a { font-size: 14px; line-height: 20px; text-transform: uppercase; text-decoration: none; padding: 17px 20px 20px 20px; display: block; width: 194px; height: 39px; }
.teaser-slider .nav li a span { padding: 0 0 0 50px; min-height: 39px; display: block; }
.teaser-slider .nav li a.current { width: 195px; }
.teaser-slider .nav li.tab-1 a { background: #ff8331; color: #fff; }
.teaser-slider .nav li.tab-1 a.current { background: url('../img/tab-1.png') 0 0 no-repeat; }
.teaser-slider .nav li.tab-2 a { background: #ff8331; color: #fff; }
.teaser-slider .nav li.tab-2 a.current { background: url('../img/tab-2.png') 0 0 no-repeat; }
.teaser-slider .nav li.tab-3 { height: 77px; margin: 0; }
.teaser-slider .nav li.tab-3 a { background: #ff8331; color: #fff; padding-top: 18px; }
.teaser-slider .nav li.tab-3 a.current { background: url('../img/tab-3.png') 0 0 no-repeat; }

.teaser-slider .nav li.tab-1 a span { background: url('../img/tab-ico-1.png') 0 0 no-repeat; }
.teaser-slider .nav li.tab-2 a span { background: url('../img/tab-ico-2.png') 0 0 no-repeat; }
.teaser-slider .nav li.tab-3 a span { background: url('../img/tab-ico-3.png') 0 0 no-repeat; }

.teaser-slider .nav li a:hover { background: #fc6e31; }

/* Side navigation */

.side-nav { background: #fc6e31; color: #fff; padding: 10px 10px; margin: 0 0 30px 0; }
.side-nav ul { margin: 0; }
.side-nav ul ul { display: none; }
.side-nav li.nav-9 { background: none; }
.side-nav li { line-height: 20px; background: url('../img/dot-line.gif') 0 0 repeat-x; }
.side-nav li a { font-size: 14px; padding: 13px 20px 13px 10px; color: #fff; display: block; background: url('../img/side-arr.gif') right -82px no-repeat; }
.side-nav li a:hover,
.side-nav li.active a { background-position: right 18px; text-decoration: none; color: #67290e; }

.side-nav li.active ul { display: block; padding: 0 0 10px 0; }
.side-nav li.active ul li { background: none; }
.side-nav li.active ul li a { padding: 3px 10px 3px 30px; background: url('../img/li.gif') 10px 11px no-repeat; text-decoration: underline; color: #fff; }
.side-nav li.active ul li.active a { text-decoration: none; color: #67290e; }
.side-nav li.active ul li a:hover { text-decoration: none; }

/* Box */

.box { font-size: 14px; background: #EFEFEF; padding: 20px; color: #3c3c3c; }
.box h3 { font-size: 18px; }
.box a { color: #3c3c3c; }
.box-account .box .col2-set { margin-bottom: 0; }

.quick-contact .btn { margin: 20px 0 0 0; }
.quick-contact .btn a { width: 100%; padding: 0; text-align: center; }

.contact-list { margin: 0 0 10px 0; }
.contact-list li { margin: 10px 0; }
.contact-list li.phone { padding: 0 0 0 27px; background: url('../img/phone.png') 3px 0 no-repeat; }
.contact-list li.phone-old { padding: 0 0 0 27px; background: url('../img/phone-old.png') 3px 0 no-repeat; }
.contact-list li.mail { padding: 0 0 0 27px; background: url('../img/mail.png') 0 5px no-repeat; }

/* Intro */


/* Category navigation */

.category-nav { border-bottom: 1px solid #c3c3c3; margin: 30px 0; text-align: center; }

.intro .related {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 30px;  
	margin-bottom: 30px;
}

.intro .related .related-slider {
	width: 100%;
}

.category-nav .item-list { margin: 0 0 0 -30px; *zoom: 1; }
.category-nav .item { width: 204px; height: 230px; margin: 10px 0 10px 30px; float: left; position: relative; }

.category-nav .item .img { width: 204px; height: 154px; background: #e3e3e3; margin: 0 0 4px 0; display: block; overflow: hidden; }
.category-nav .item .img:hover { border: 2px solid #ff8331; position: relative; top: -2px; left: -2px; margin: 0 0 0 0; }
.category-nav .item .img a { width: 204px; height: 154px; display: block; }
.category-nav .item .img img { text-indent: -80000px; }
.category-nav .item h2 { font: bold 16px/20px Arial,Helvetica,sans-serif; color: #ff8331; }
.category-nav .item h2 a { display: block; padding: 0 20px; height: 55px;  }

.category-nav .item .mid-wrapper { display: table; width: 100%; height: 55px; }
.category-nav .item .mid { display: table-cell; width: 100%; height: 55px; line-height: 20px; vertical-align: middle; }

/* Why us */

.why-us h2 { margin: 0 0 30px 0; }
.why-us .item-list { margin: 0 0 0 -30px; *zoom: 1; background: url('../img/why-us.gif') 248px 0 repeat-y; }
.why-us .item { width: 204px; float: left; margin: 0 0 0 30px; text-align: center; }
.why-us .item img { display: block; margin: 0 auto 20px auto; }
.why-us .item h3 { font-size: 17px; color: #4d5159; margin: 0 0 10px 0; }
.why-us .item p { font-size: 13px; line-height: 20px; color: #8f909a; }

/* Flash messages */

.success-msg { padding: 15px 20px; background: #e5f6b6; border: 1px solid #cbdf92; color: #717f21; margin: 0 0 30px 0; }
.error-msg, .item-msg.error { padding: 15px 20px; background: #fad9e2; border: 1px solid #f3a9bc; color: #e64c76; margin: 0 0 30px 0; }
.notice-msg { padding: 15px 20px; background: #e9e9e9; border: 1px solid #cecece; color: #747474; margin: 0 0 30px 0; }

.success-msg ul,
.error-msg ul,
.notice-msg ul { margin: 0; }

/* Form contact */

.form-contact .form-list { margin: 0 0 0 -20px; *zoom: 1; }
.form-contact .form-list label { margin: 0 0 10px 0; }
.form-contact .form-list li { width: 275px; float: left; margin: 0 0 20px 20px; }
.form-contact .form-list li input { width: 253px; }
.form-contact .form-list li.wide { width: 100%; margin: 0 0 0 20px; }
.form-contact .form-list li.wide textarea { height: 100px; min-height: 100px; max-height: 300px; margin: 0 0 20px 0; max-width: 845px; min-width: 845px; width: 845px; }
.form-contact .required { float: left; margin: 0; }
.form-contact .button { float: right; }

/*================================= Various Content =================================*/

p.more { margin: 0; }
p.more a { display: inline-block; &display: inline; zoom: 1; padding: 5px 15px; }

.hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }

/*================================= Columns =================================*/

.col-1, .col-2, .col-3, .col-4 { float: left; }

.col2-set { margin: 0; }
.col2-set .col-1 { width: px; margin: 0; }
.col2-set .col-2 { width: px; margin: 0; }

.box-account .col2-set { margin: 0 0 30px 0; }
.box-account .col2-set .col-1 { width: 47.5%; margin: 0 5% 0 0; }
.box-account .col2-set .col-2 { width: 47.5%; margin: 0; }

.my-account .col2-set { margin: 0 0 30px 0; }
.my-account .col2-set .col-1 { width: 47.5%; margin: 0 5% 0 0; }
.my-account .col2-set .col-2 { width: 47.5%; margin: 0; }

.col3-set { margin: 0; }
.col3-set .col-1 { width: 360px; margin: 0 30px 0 0; }
.col3-set .col-2 { width: 360px; margin: 0 30px 0 0; }
.col3-set .col-3 { width: 360px; margin: 0; }

.col2-left-layout .col3-set { margin: 0 0 30px 0; }
.col2-left-layout .col3-set .col-1 { width: 282px; margin: 0 30px 0 0; }
.col2-left-layout .col3-set .col-2 { width: 282px; margin: 0 30px 0 0; }
.col2-left-layout .col3-set .col-3 { width: 282px; margin: 0; }

.col2-left-layout .col-left { width: 204px; float: left; }
.col2-left-layout .col-main { width: 906px; float: right; }

/************************************************************************************
CATALOG
*************************************************************************************/

/* Messages */

.note-msg { padding: 15px; border: 1px solid #cfcfcf; background: #f1f1f1; }

/* Product */

.essential { margin: 0; }
.variants { margin: 0 0 30px 0; }
.product-img { float: left; width: 200px; margin: 0 30px 0 0; position: relative; }
.product-info { float: right; width: 676px; }

.product-img .product-image { border: 1px solid #d8dce3; width: 198px; height: 198px; margin: 0 30px 30px 0; text-align: center; float: left; overflow: hidden; }
.product-img .product-image .mid-wrapper { height: 198px; width: 198px; display: table; }
.product-img .product-image .mid { height: 198px; width: 198px; display: table-cell; vertical-align: middle; }
.product-img .product-image img { display: inline; }

.product-img .more-views { width: 676px; float: left; }
.full-description { margin: 0 0 20px 0; }
.full-description .std { line-height: 26px; }

button.button.btn-cart { float: right; height: 50px; padding: 0 40px; background: url('../img/btn-big.png') 0 0 repeat-x; }
button.button.btn-cart:hover { background-position: 0 -50px; }

.product-img .new, .item .new {
	position: absolute;
	background: url( '../img/new.png') 0 0 no-repeat;
	width: 50px;
	height: 50px;
	top: 1px;
	left: 1px; 
}

/* Category */

.category-description { margin: 0 0 30px 0; }

/* Catalog - grid */

.products-grid { margin: 0 0 0 -30px; *zoom: 1; }
.products-grid .item { width: 204px; height: 300px; margin: 0 0 0 30px; float: left; border: none !important; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.products-grid .item.first { margin-left: 0; }
.products-grid .item h2 { font: normal 15px/24px open_sansregular,sans-serif; font-weight: bold; margin: 0 0 15px 0; text-align: center; }
.products-grid .item h2 a:hover { color: #000; text-decoration: underline; }
.products-grid .item .cat { font: normal 13px/20px open_sansregular,sans-serif; margin: 0 0 5px 0; }
.products-grid .item .cat a { color: #979797; text-decoration: none; }
.products-grid .item .cat a:hover { text-decoration: underline; }

.products-grid .item .img { width: 202px; height: 202px; margin: 0 0 15px 0; border: 1px solid #e3e3e3; position: relative; }
.products-grid .item .img:hover { border: 1px solid #fc6e31; padding: 0; }
.products-grid .item .img .mid-wrap { width: 100%; display: table; height: 202px; }
.products-grid .item .img .mid { width: 100%; display: table-cell; height: 202px; vertical-align: middle; }
.products-grid .item .img img { margin: 0 auto; }
.products-grid .item .price { font-size: 14px; color: #333; height: 24px; line-height: 24px; padding: 0 24px 0 10px; display: inline-block; *display: inline; *zoom: 1; background: url('../img/price-label.png') right 0 no-repeat; }
.products-grid .item .price-label { margin-right: 5px; }

.products-grid.last .item { border-bottom: none; }
.products-grid.last { margin-bottom: 50px; }

/* Product detail - related */

.related .item { width: 204px; height: 340px; margin: 0; float: none; border: none !important; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.related .item h3 { font: normal 15px/24px open_sansregular,sans-serif; font-weight: bold; margin: 0 0 15px 0; }
.related .item h3 a:hover { color: #000; text-decoration: underline; }
.related .item .cat { font: normal 13px/20px open_sansregular,sans-serif; margin: 0 0 5px 0; }
.related .item .cat a { color: #979797; text-decoration: none; }
.related .item .cat a:hover { text-decoration: underline; }

.related .item .img { width: 202px; height: 202px; margin: 0 0 15px 0; border: 1px solid #e3e3e3; }

.item-list .related .item .img { height: 154px; overflow: hidden; }

.related .item .img:hover { border: 1px solid #fc6e31; padding: 0; }
.related .item .img .mid-wrap { width: 100%; display: table; height: 202px; }
.related .item .img .mid { width: 100%; display: table-cell; height: 202px; vertical-align: middle; }
.related .item .img img { margin: 0 auto; }
.related .item .price { font-size: 14px; color: #333; height: 24px; line-height: 24px; padding: 0 24px 0 10px; display: inline-block; *display: inline; *zoom: 1; background: url('../img/price-label.png') right 0 no-repeat; }
.related .item .price-label { margin-right: 5px; }

/* Toolbar */

.toolbar { font-size: 13px; background: #e5e5e5; padding: 10px 20px; margin: 0 0 30px 0; text-align: center; }
.toolbar label { font-family: 'open_sansregular'; font-weight: normal; display: inline-block; *display: inline; *zoom: 1; line-height: 15px; padding: 5px 0 0 0; }
.toolbar select { font-family: 'open_sansregular'; border: none; padding: 4px; margin: 0 10px; display: inline-block; *display: inline; *zoom: 1; }
.toolbar .pager { float: right; }
.toolbar .sorter { float: left; }
.toolbar .sort-by a { display: inline-block; *display: inline; *zoom: 1; }

.my-account .toolbar { margin: 0 0 40px 0; }
.my-account .toolbar .pager { float: none; }
.my-account .toolbar .amount { float: right; margin: 0; }
.my-account .toolbar .limiter { float: left; }

.my-account #my-orders-table { margin: 0 0 40px 0; }

.toolbar .pages { display: inline-block; *display: inline; *zoom: 1; margin: 5px 0 0 0; }
.toolbar .pages strong { display: inline-block; *display: inline; *zoom: 1; }
.toolbar .pages ol { display: inline-block; *display: inline; *zoom: 1; margin: 0; }
.toolbar .pages li { display: inline-block; *display: inline; *zoom: 1; margin: 0 1px; width: 20px; height: 20px; line-height: 20px; vertical-align: top; }
.toolbar .pages li a { display: inline-block; *display: inline; *zoom: 1; margin: 0; font-size: 14px; width: 20px; height: 20px; background: #FC6E31; vertical-align: top; color: #fff; text-decoration: none; }
.toolbar .pages li a.next,
.toolbar .pages li a.previous { text-align: center; background: none; }
.toolbar .pages li a.next img,
.toolbar .pages li a.previous img { line-height: 20px; vertical-align: middle; display: inline; }

/************************************************************************************
ACCOUNT
*************************************************************************************/

.account-login h2 { font: normal 16px/24px open_sanssemibold,sans-serif; margin: 0 0 10px 0; }
.account-login .col2-set { margin: 0; }
.account-login .col2-set .col-1 { width: 330px; margin: 0 40px 0 0; }
.account-login .col2-set .col-2 { width: 530px; }

.account-login .form-list { margin: 0 0 20px -20px; *zoom: 1; }
.account-login .form-list li { width: 235px; margin: 0 0 0 20px; float: left; }
.account-login .form-list li.wide { width: 60% }
.account-login .form-list li .input-text { width: 215px; }
.account-login .button { float: left; }

/* Customer */

.address-book-info { margin: 0 0 30px 0; }

.addresses-list ol { margin: 0 0 0 -30px; *zoom: 1; }
.addresses-list ol .item { width: 398px; float: left; padding: 20px 20px 20px 20px; background: #EFEFEF; margin: 0 0 20px 30px; }
.addresses-list ol .item h3 { font-size: 20px; }
.addresses-list ol .item a { color: #3C3C3C; }

.edit { margin: 15px 0 0 0; }
.edit a { padding-left: 24px; background: url("../img/account.png") no-repeat scroll 0 4px transparent; }
.del { margin: 0; }
.del a { padding-left: 24px; background: url("../img/del.gif") no-repeat scroll 0 4px transparent; }

.block-account { color: #fff; padding: 20px; background: #fc6e31; margin: 0 0 20px 0; }
.block-account .block-title { font: normal 18px/24px open_sansregular,sans-serif; margin: 0 0 20px 0; }
.block-account a { color: #fff; }
.block-account ul { margin: 0; }
.block-account ul li { padding: 8px 0; background: url('../img/dot-line.gif') 0 0 repeat-x; }
.block-account select { padding: 8px; font-family: 'open_sansregular',sans-serif; }

.box-account .box-title { text-align: right; }
.box-account .box-title h3 { float: left; }

.box-account h3 { font-size: 20px; }
.box-account h4 { font-size: 16px; }


/* Layered nav */

.block-layered-nav { color: #fff; padding: 20px; background: #fc6e31; margin: 0 0 20px 0; }
.block-layered-nav a { color: #fff; }
.block-layered-nav ul { margin: 0; }

/************************************************************************************
TABLES
*************************************************************************************/

/* Data table */

.data-table { font-size: 13px; width: 100%; margin: 0 0 20px 0; }
.data-table h2 { font-family: 'open_sansregular'; font-size: 16px; margin: 0 0 10px 0; }
.data-table th { background: #ddd; color: #494949; padding: 15px 10px; vertical-align: middle; white-space: nowrap; }
.data-table tr.even td { background: #fafafa; }
.data-table td { border-bottom: 1px solid #ddd; padding: 10px 12px; vertical-align: middle; }
.data-table td .input-text { width: 40px; padding: 5px; font-size: 13px; float: left; }
.data-table td .input-text.r { float: right; }
.data-table td .qty-label { float: left; margin-left: 8px; line-height: 30px; }

.data-table tfoot td { background: #efefef; padding: 10px 20px; }
.data-table tfoot td .button { float: left; }
.data-table tfoot td .btn-update { float: right; }

/* Products table */

.best-price { float: left; padding: 0 0 0 30px; background: url('../img/best-price.png') 0 0 no-repeat; }

.products-table { font-size: 13px; width: 100%; margin: 0 0 20px 0; }
.products-table th { background: #ddd; color: #494949; padding: 15px 12px 5px 12px; vertical-align: middle; white-space: nowrap; }
.products-table td { border-bottom: 1px solid #ddd; padding: 10px 12px; vertical-align: middle; }
.products-table tr.free-delivery td { background: #ddd; padding-top: 0; white-space: nowrap; }

.products-table td p { margin: 0; }

.products-table th.your-price { color: #FF8331; /*background: #e2ccc3;*/ }
.products-table td.your-price { color: #FF8331; /*background: #ffe9e0; border-bottom: 1px solid #e2ccc3;*/ }
.products-table tr.free-delivery td.your-price { color: #FF8331; /*background: #e2ccc3;*/ }
.products-table tr.even td.your-price { color: #FF8331; /*background: #fae5dc;*/ }

.cart-table { margin: 0 0 40px 0; }
.cart-table td { padding: 10px 20px; }
.cart-table td.td-amount { width: 80px; }

.cart-collaterals .col-1 { width: 45%; margin: 0 5% 0 0; min-height: 1px; }
.cart-collaterals .col-2 { width: 50%; }

.cart-collaterals .totals { float: right; text-align: right; padding: 20px; background: #efefef; }
.cart-collaterals .totals table { margin: 0 0 10px 0; width: 100%; }
.cart-collaterals .totals table td { padding: 5px; }
.cart-collaterals .totals .checkout-types { margin: 0; }

.discount-form .input-box { float: left; }
.discount-form .button { float: left; margin-left: -5px; }

.checkout-types button.button.btn-proceed-checkout { float: right; height: 50px; line-height: 50px; width: 250px; background: url('../img/btn-big.png') 0 0 repeat-x; }
.checkout-types button.button.btn-proceed-checkout:hover { background-position: 0 -50px; }

/************************************************************************************
CART
*************************************************************************************/

.order-products-table h3 { font-size: 14px; margin: 0; }

.onepagecheckout_block { margin: 0 0 30px 0; }
.onepagecheckout_block .form_fields { padding: 20px; background: #eee; margin: 0 0 15px 0; }

.onepagecheckout_block .two_fields { margin: 0 0 0 -15px; *zoom: 1; }
.onepagecheckout_block .two_fields .short { width: 150px; margin: 0 0 20px 15px; display: inline-block; *display: inline; *zoom: 1; }
.onepagecheckout_block .two_fields .short .t1 { width: 128px; }

.onepagecheckout_block  .full { margin: 0 0 20px 0; }
.onepagecheckout_block  .full .t1 { width: 296px; }

select {
	font-size: 15px; 
	font-family: open_sansregular,helvetica,sans-serif;
	color: #565B6B; 
	height: 40px; 
	padding: 7px 10px; 
	border: 1px solid #d5dae1; 
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

.onepagecheckout_block  select { 
	width: 318px; 
}

.sp-methods dt { position: relative; padding: 0; }
.sp-methods dt label { display: inline-block; *display: inline; *zoom: 1; font-weight: bold; }
.sp-methods dt input { display: inline-block; *display: inline; *zoom: 1; position: relative; top: -5px; margin: 0 4px 0 0; }

.delivery-methods .method { margin: 0 0 8px 0; }
.delivery-methods .method label { float: left; margin: 0; font-weight: bold; }
.delivery-methods .method .input {  }
.delivery-methods .method .input input { float: left; width: 25px; margin: 0; position: relative; top: 3px; }
.delivery-methods .method .input ul { margin: 0; }

#shipping-by-agreement-info { display: block; margin-top: 5px; }

.no-display { display: none; }

.discount { margin: 0 0 20px 0; }

p.newsletter { position: relative; padding: 0 0 0 25px; }
p.newsletter input { position: absolute; left: 0; top: 4px; margin: 0; }

li.options { position: relative; padding: 0 0 0 25px; }
li.options input { position: absolute; left: 0; top: 4px; margin: 0; }

.order-products-table { width: 100%; margin: 0 0 40px 0; }
.order-products-table th { background: #ddd; color: #494949; padding: 15px 10px; }
.order-products-table td { border-bottom: 1px solid #ddd; padding: 10px; vertical-align: middle; }
.order-products-table tfoot td { padding: 10px 10px; }
.order-products-table tfoot td .button { float: left; }
.order-products-table tfoot td .btn-update { float: right; }
.order-products-table tr.even td { background: #fafafa; }
.order-products-table h2 { font-family: 'open_sansregular'; font-size: 16px; margin: 0 0 10px 0; }

/************************************************************************************
FORMS
*************************************************************************************/

.form-box { padding: 20px 20px 15px 20px; background: #efefef; }

.btn-set { padding: 15px 20px; background: #efefef; border-top: 1px solid #ddd; }
.btn-set a { color: #666; }
.btn-set .note { font-size: 13px; padding-top: 5px; margin-left: 25px; margin-bottom: 0; float: right; }

.input-text,
.t1 { font-size: 15px; font-family: open_sansregular,helvetica,sans-serif; color: #565B6B; height: 19px; padding: 7px 10px; border: 1px solid #d5dae1; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.input-text:focus,
.t1:focus { border: 1px solid #b8bcc3; }

button.button { font-size: 15px; font-family: open_sansregular,helvetica,sans-serif; border: none; background: url('../img/btn.png') 0 0 repeat-x; display: inline-block; *display: inline; *zoom: 1; color: #fff; height: 35px; padding: 0 20px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; }
button.button:hover { background-position: 0 -50px; }

.button.btn-checkout { font-size: 18px; font-weight: bold; width: 100%; padding: 0; height: 60px; line-height: 60px; background: url('../img/btn-checkout.png') 0 0 repeat-x; }
.button.btn-checkout:hover {  background: url('../img/btn-checkout.png') 0 -60px repeat-x; }

p.btn a { font-size: 15px; font-family: open_sansregular,helvetica,sans-serif; border: none; background: url('../img/btn.png') 0 0 repeat-x; display: inline-block; *display: inline; *zoom: 1; color: #fff; height: 35px; line-height: 35px; padding: 0 20px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; margin-left: -5px; }
p.btn a:hover { background-position: 0 -50px; }

label { font-family: 'open_sansregular'; font-weight: normal; margin: 0 0 12px 0; display: block; }
label.required em,
label.required sup { font-size: 11px; font-style: normal; color: #f7114d; position: relative; top: -4px; left: -2px; }

.validation-advice { font-size: 12px; margin: 20px 0 5px 0; color: #f7114d;}

.field { margin-bottom: 20px; }


p.required { font-size: 12px; }
p.required span { color: #f7114d; }

.fieldset { background: #EFEFEF; padding: 20px; }
.fieldset.space { margin-bottom: 30px; }
.fieldset .legend { font-size: 16px; font-weight: bold; }
.fieldset .form-list { margin: 0 0 0 -20px; *zoom: 1; }
.fieldset .form-list li { float: left; margin: 0 0 20px 20px; }
.fieldset .form-list li .field { margin: 0; margin-top: 3px;}
.fieldset .form-list li .field.button { margin-top: 36px;}
.fieldset .form-list li .empty { padding: 8px; }
.fieldset .form-list .validation-advice { margin: 0;}

.fieldset .form-list li select { padding: 8px; min-width: 190px; color: #565B6B; }
.fieldset .form-list li.control { width: 100%; padding-top: 10px; margin-bottom: 0; }
.fieldset .form-list li.control input { float: left; margin: 0 10px 0 0; position: relative; top: 3px; }
.fieldset .form-list li.control label { margin: 0; }

.buttons-set { background: #EFEFEF; border-top: 1px solid #DDDDDD; padding: 15px 20px; }
.buttons-set .required { font-size: 13px; padding-top: 5px; margin-left: 25px; margin-bottom: 0; float: right; }
.buttons-set .button { float: left; }
.buttons-set .back-link { float: right; margin: 0; padding-top: 5px; }

.ajax-loader {
	background: url('../img/ajax-loader.gif') 0 0 no-repeat;
	width: 17px;
	height: 17px; 
	float: left;
	margin-left: 12px;
	margin-top: 9px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.logos { background: #fff; height: 60px; display: none; }

.footer { background: #6b6b6b; color: #fff; padding: 40px 0; height: 184px; }
.footer h3 { font-family: 'open_sanslight'; font-size: 21px; }
.footer a { color: #d6d6d6; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer li { border-bottom: 1px solid #999898; padding: 8px 0; }

.footer .col4-set .col-1 { width: 457px; margin: 0 30px 0 0; }
.footer .col4-set .col-2 { width: 204px; margin: 0 30px 0 0; }
.footer .col4-set .col-3 { width: 204px; margin: 0 30px 0 0; }
.footer .col4-set .col-4 { width: 225px; }

.footer-bar { background: #5c5c5c; height: 39px; }

.mw { float: right; display: block; position: relative; top: 12px; width: 62px; height: 17px; background: url('../img/mw.png') left top no-repeat; }
.mw a { display: block; text-indent: -80000px; width: 62px; height: 17px; background: url('../img/mw.png') left -17px no-repeat; opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
.mw a:hover { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }

/************************************************************************************
SLIDERS
*************************************************************************************/

/* Slider */

.slider ul, .slider li.panel { margin: 0; padding: 0; list-style: none; position: relative; display: block; }
.slider, .slider li.panel { overflow: hidden; }

.controls { width: 100%; position: absolute; left: 0; top: 0; }
.controls ol { margin: 0; padding: 0; height: 28px; }
.controls ol li { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.controls ol li a { float: left; height: 28px; line-height: 28px; border: 1px solid #ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.controls ol li.current a { background: #5DC9E1; color: #fff; }

.prevBtn, .nextBtn { margin: 0; padding: 0; display: block; overflow: hidden; text-indent: -8000px; }

.prevBtn, .nextBtn { display: block; width: 16px; height: 31px; position: absolute; left: 12px; top: 75px; z-index: 1000; background: url('../img/prev.png') no-repeat 0 0; cursor: pointer; }
.nextBtn { left: auto; right: 12px; background: url('../img/next.png') no-repeat 0 0; }
.prevBtn:hover, .nextBtn:hover { background-position: left -31px; }

/* Teaser slider */

.teaser-slider .slider { overflow: visible !important; }
.teaser-slider .banner { float: left; }
.teaser-slider .banner, .teaser-slider .banner li.panel { width: 905px; height: 231px; }
.teaser-slider .banner li.panel { display: none !important; overflow: visible !important; }
.teaser-slider .banner li.panel.current { display: block !important; }
.teaser-slider .banner li.panel img { position: absolute; left: 0; bottom: 0; }
.teaser-slider .banner li.panel a { position: relative; width: 905px; height: 231px; display: block; }

.teaser-slider .banner li.tab-1 .visual { display: block; position: absolute; right: -50px; bottom: 0; width: 359px; height: 301px; background: url('../img/visual-1.png') no-repeat 0 0; }
.teaser-slider .banner li.tab-2 .visual { display: block; position: absolute; right: -20px; bottom: 0; width: 402px; height: 240px; background: url('../img/visual-2.png') no-repeat 0 0; }
.teaser-slider .banner li.tab-3 .visual { display: block; position: absolute; right: 20px; bottom: 0; width: 276px; height: 314px; background: url('../img/visual-3.png') no-repeat 0 0; }

/* Related slider */

.related-slider { width: 906px; height: 210px; position: relative; }
.item-list .related-slider { width: 204px; height: 154px; }
.related-slider .panel { width: 234px; float: left; }
.related-slider .prev { width: 28px; height: 42px; display: block; background: #ff853a url('../img/slider-nav.gif') no-repeat 0 0; position: absolute; left: 0; top: 80px; text-indent: -80000px; display: none; }
.related-slider .prev:hover { background-color: #ff6608; }
.related-slider .next { width: 28px; height: 42px; display: block; background: #ff853a url('../img/slider-nav.gif') no-repeat -28px 0; position: absolute; right: 0; top: 80px; text-indent: -80000px; display: none; }
.related-slider .next:hover { background-color: #ff6608; }

.item-list .related-slider .prev, .item-list .related-slider .next {
	top: 60px;
}

.related-slider:hover .prev,
.related-slider:hover .next { display: block; }

/************************************************************************************
TEMP FANCYBOX
*************************************************************************************/

.fancy-message { padding: 30px 30px 5px 30px; }

/************************************************************************************
GRADIENT AND RGBA CHEAT SHEET
*************************************************************************************/

.-gradient {
	background: -moz-linear-gradient(top, #fff, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fff', EndColorStr='#000', GradientType=0);
}

.-rgba {
	background: rgba(255,255,255,0.94); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFFFFFFF,endColorstr=#EFFFFFFF); /* hex calculator (0.94 x 255 = 240 -> EF) */
}

.-opacity {
	opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);
}

/************************************************************************************
TRANSITIONS & ANIMATIONS
*************************************************************************************/

.-submit {
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
}

.input-text {
	transition: border 0.4s;
	-moz-transition: border 0.4s;
	-webkit-transition: border 0.4s;
	-o-transition: border 0.4s;
	-ms-transition: border 0.4s;
}

.products-grid .item .img,
.related .item .img {
	transition: border 0.2s;
	-moz-transition: border 0.2s;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
	-ms-transition: border 0.2s;
}

.mw a {
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}

a {
	transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	-o-transition: color 0.1s;
	-ms-transition: color 0.1s;
}

.products-grid .item h2 a {
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-left-layout:after,
.col2-right-layout:after,
.item:after,
.item-list:after,
.toolbar:after,
.products-grid:after,
.form-list:after,
.page-title:after,
.btn-set:after,
.discount-form:after,
.essential:after,
.add-to-box:after,
.variants:after,
.buttons-set:after,
.delivery-methods .method:after,
.box-title:after,
.addresses-list ol:after  {
	content:".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix,
.col2-set,
.col3-set,
.col4-set,
.col2-left-layout,
.col2-right-layout,
.item,
.item-list,
.toolbar,
.products-grid,
.form-list,
.page-title,
.btn-set,
.discount-form,
.essential,
.add-to-box,
.variants,
.buttons-set,
.delivery-methods .method,
.box-title,
.addresses-list ol  {
	zoom: 1;
}

.shipping_arrival_date_container {
	padding-left: 10px;
}
.shipping_arrival_date_container label, .shipping_arrival_date_container input, .shipping_arrival_date_container img {
	display: inline;
}

.home_box {
	padding: 15px 30px;
	min-width: 300px;
}

.block-currency {
	margin-bottom: 30px;
}

.block-currency.box h3 {
	margin-bottom: 5px;
}

.image-in-description {
	float: right;
	width: 100px;
}

/* Cookie Notice */
.notice-cookie { 
	border-bottom:1px solid #cfcfcf; background:#3d3d3d; font-size:12px; line-height:1.25; text-align:center; color:#fff;
	position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.98; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ 
}
.notice-cookie .notice-inner { width:1180px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; padding:10px; }
.notice-cookie .notice-inner .actions { }


.products-table td.special-products-title-container {
	padding-left: 0;
}
h3.special-products-title {
	margin: 1em 0 0.5em 0;
}