/*
Quick.Cart corporate-clean stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/?id=en-design
*/
/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#666;font-size:0.75em;font-family:Verdana, Arial, sans-serif;}

body{padding:0;background:#efefef;text-align:center;}

.input, select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#6c6c6c #cccccc #cccccc #6c6c6c;font-size:1em;font-family:Verdana;text-shadow:1px 1px #e0e0e0;}
.input.warning-required, select.warning-required, textarea.warning-required{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
.input:focus, select:focus, .textarea:focus{text-shadow:none;}
.submit{padding:5px 14px;border-width:0px;border-style:solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;background:#bcbcbc;color:#fff;font-weight:bold;font-size:1em;font-family:Verdana;}
.submit:hover{background:#0093c5;cursor:pointer;}
* html .submit{padding:3px 1px;} /* IE 6 hack */
* html .input{height:21px;} /* IE 6 hack */
.form{}
.form label{font-size:1em;color:#3195d8;font-weight:bold;}
.form label span{padding-left:10px;color:#949494;font-weight:normal;text-shadow:none;}
.hide{display:none;}
.form legend{display:none;}

a{color:#3195d8;text-decoration:underline;}
a:hover{color:#666;text-decoration:underline;}

.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

#container{position:relative;float:left;width:100%;margin:0 auto;padding:0 0 0px;overflow:hidden;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{width:960px;margin:0 auto;text-align:left;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 .container{overflow:hidden;}
* html #header{background:#1d1d1d;}
* html #head1 .container, * html #head2, * html #head3, * html #body{background:none;} /* IE 6 hack */

/* MENU TOP 1 */
#menu1 ul{float:right;margin:8px 3px 3px 0;list-style:none;}
#menu1 li{float:left;padding:7px 0 0 20px;}
#menu1 li a{padding-right:12px;background:url('img/menu3_sub.gif') no-repeat right 5px;font-weight:bold;text-decoration:none;color:#3195d8;text-transform:lowercase;}
#menu1 li a:hover, #menu1 .selected a{text-decoration:underline;color:#dbdbdb;}

#menu1 li.lBasket{padding:0 8px 5px 20px;background:url('img/cart.png') no-repeat 20px 0;}
#menu1 li.lBasket a{position:relative;padding:2px 0 0 18px;background:none;color:#fff;}
#menu1 li.lBasket a:hover{color:#dbdbdb;}
#menu1 li.lBasket span{display:block;color:#fff;font-size:0.917em;font-family:sans-serif;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{background:#1d1d1d;}
#head2 .container{height:130px;position:relative}
#logo{float:left;padding:24px 10px 10px 30px;}
#logo #title{float:left;text-shadow:1px 1px 1px #330033;}
#logo #title a{color:#f8f8f8;font:bold 3.6em arial;text-decoration:none;}
#logo #title a span{color:#f8f8f8;background:inherit;}
#logo #title a strong{color:#019acd;background:inherit;}
#logo #slogan{float:left;clear:left;padding:6px 0 0 5px;background:inherit;color:#fff;font-size:1em;}
* html #logo #slogan{width:100%;} /* IE 6 hack */

/* HEADER WITH TOP MENU BELOW LOGO */
#head3{background:#222222;border-top:1px solid #353535;}
#head3 .container{height:50px;;position:relative;}

/* MENU TOP 2 */
#menu2 ul{float:left;height:100%;margin:0 auto;list-style:none;}
#menu2 li{float:left;padding:0;}
#menu2 li:hover, #menu2 .selected{}
#menu2 li.l1, #menu2 li.l1:hover, #menu2 li.l1.selected{border-left:none;}
#menu2 li a{float:left;height:40px;padding:11px 25px 0;color:#fff;font-size:1.17em;text-decoration:none;text-transform:uppercase}
#menu2 li a:hover, #menu2 .selected a{color:#1487d4;text-decoration:none;}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:0;}
#body .container{overflow:hidden;background:#efefef;border-bottom:1px solid #c9c9c9;}

/* LEFT COLUMN STYLES */
#column{float:left;width:270px;padding:20px 0;}
.order #column{display:none;}

#search{position:absolute;top:60px;right:0px;width:230px;background: url('img/search.png') no-repeat;}
#searchForm{padding:0px 15px 0 0px;margin:0;text-align:center;height:35px;}
#searchForm label, #searchForm legend{display:none;}
#searchForm .input{margin:0px 42px 0 0;width:170px;border:none;background:transparent;float:left;padding:10px 0 0 4px;outline:0;font-size:1.117em;}
#searchForm em input{position:relative;right:-5px;padding:6px 4px 9px;font-style:normal;border:0;background:transparent;float:right;}
*:first-child+html #searchForm .submit{padding:3px 3px 8px;} /* IE 7 hack */
* html #searchForm .submit{padding:3px 3px 8px} /* IE 6 hack */

#menu3{padding:0 20px 10px;}
#column .type{margin-top:10px;padding:7px 0px 10px;font-size:1.767em;font-weight:normal;color:#0097ca;/*background:#3195d8 url('img/menu3_bg.png') no-repeat left bottom;*/}

/* LEFT MENU */
#menu3 ul{padding:10px 0 30px 10px;list-style:none;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;margin:0;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;}
#menu3 li{margin:0 3px;padding:4px 0 4px 13px;border-bottom:1px solid #e0e0e0;}
#menu3 a{display:block;width:100%;padding:4px 0;color:#666;font-weight:bold;text-decoration:none;background:none;text-shadow:0px 1px 1px #fff,0px 2px 3px #eee,0px 3px 4px #ddd;}
#menu3 a:hover, #menu3 .sub1 a:hover{color:#3195d8;background:none;text-decoration:underline;}
#menu3 .selected > a:first-child{color:#3195d8;background:none;}

#menu3 .sub1{margin:0;padding:0;border:none;background:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
#menu3 .sub1 li{padding:2px 0 2px 20px;background:url('img/menu3_sub.gif') no-repeat 7px 8px;border:none;}
#menu3 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

/* RIGHT COLUMN STYLES */
#content{float:left;width:690px;padding:20px 0 10px;text-align:center;}
* html #content{width:658px;} /* IE 6 hack */
.order #content{width:100%;}
#page{position:relative;width:94%;margin:0 auto;text-align:left;}
* html #page{width:100%;} /* IE 6 hack */
* html .order #page{width:94%;} /* IE 6 hack */

/* PAGE TITLE */
#page h1{margin:18px 0 10px;padding-left:10px;background:inherit;color:#666;font-size:2.25em;font-weight:normal;background:inherit;text-shadow:2px 2px 3px #ddd;}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb{position:absolute;top:-25px;left:0px;padding:2px 0;font-size:1em;font-weight:normal;}
#page div.breadcrumb a{text-decoration:none;}
#page div.breadcrumb a:hover{text-decoration:underline;}
*:first-child+html #page div.breadcrumb{top:-5px;} /* IE 7 hack */
* html #page div.breadcrumb{top:-5px;} /* IE 6 hack */

/* PAGE CONTENT */
#page div.content{padding:5px 0;font-size:1.083em;line-height:1.5em;}
#page div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content li{margin:8px 0;padding:0;border-left:0;}
#page div.content p{padding-bottom:10px;}


.pages{padding:8px 0;text-align:right;font-size:1.083em;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 1px;font-size:1.083em;}

/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 15px 0;text-align:center;}
.imagesList li div{text-align:center;}
.subpagesList li img, .imagesList li img, .imagePreview img, #products li .photo img, .imagesGallery img, #subpagesGallery img {padding:1px;background:#c0bfbf;border:6px solid #f9f7f7;-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,.15);box-shadow:0 5px 5px -5px rgba(0,0,0,.15);}
.subpagesList li img:hover, .imagesList li img:hover, .imagePreview img:hover, #products li .photo a:hover img{border:6px solid #c9cdce;}

#imagesList1{float:left;margin:9px 20px 0 0;}
#imagesList2{clear:right;float:right;margin:8px 0 0 15px;}

.imagePreview div{margin:5px 0 10px;text-align:center;}
#imagesListPreview{float:left;margin:9px 20px 0 0;}
* html #imagesListPreview{margin-top:-5px;}
.imagesList#imagesListPreview li{margin-bottom:3px;}
.imagesList#imagesListPreview li img{border-width:2px;}
.imagesList#imagesListPreview li img:hover{border-width:2px;}

/* FILES LIST STYLES */
#filesList{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;border-left:2px solid #e0e0e0;}
#filesList li{width:100%;float:left;clear:left;margin:5px 0 5px 10px;padding-left:10px;}
#filesList li a{color:#3195d8;background:inherit;}
#filesList li a:hover{color:#666;background:inherit;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;}

/* SUB PAGES LIST STYLES */
.subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
.subpagesList li{clear:left;float:left;width:95%;margin:10px 0;padding:18px 2.5%;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;}
* html .subpagesList li{width:100%;} /* IE 6 hack */
.subpagesList li .photo{float:left;margin:0 20px 5px 0;}
.subpagesList li h2{padding-bottom:10px;text-shadow:2px 2px 3px #ddd;}
.subpagesList li h2, .subpagesList li h2 a{color:#3195d8;font-size:1.25em;font-weight:normal;background:none;}
.subpagesList li h2 a:hover{color:#666;background:none;}
.subpagesList li div.description{font-weight:normal;font-size:1em;line-height:1.4em;}
.subpagesList li ul, .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
.subpagesList li li{padding:0;border-bottom:0;background:none;-webkit-box-shadow:none;box-shadow:none;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}
.subpagesList li p{padding-bottom:10px;}

/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;color:#666;font-size:1em;text-align:right;}
*:first-child+html #options{width:94%;} /* IE 7 hack */
* html #options{width:94%;} /* IE 6 hack */
#options a{padding:0 10px 0;color:#3195d8;background:inherit;}
#options a:hover{color:#3195d8;background:inherit;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #e0e0e0;}

.message{padding:50px 0;text-align:center;}
.message h2{background:inherit;color:#3195d8;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h2 a{color:#3195d8;background:inherit;}
.message h2 a:hover{color:#666;background:inherit;}

/* PRODUCTS LIST */
#products{clear:both;float:left;width:100%;margin:10px 0;list-style:none;border-bottom:1px solid #e0e0e0;}
#products ul.list{float:left;width:100%;list-style:none;}
#products .list li{float:left;width:200px;margin-left:20px;padding:20px 0;border-top:1px solid #e0e0e0;text-align:center;}
/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */
#products .list li li{float:none;width:auto;margin-left:0px;padding:0;border-top:0px;text-align:left;}
#products li.column1{clear:both;margin-left:0;}
#products li .photo{margin-top:4px;font-size:0px;line-height:0px;}
#products li h2{padding:5px 0 5px 5px;font-weight:bold;font-size:1.283em;text-shadow:2px 2px 3px #ddd;text-align:left;}
#products li h2 a{text-decoration:none;}
#products li h2 a:hover{text-decoration:underline;}
#products li h3{padding-bottom:5px;font-weight:normal;font-size:0.917em;}
#products li h3, #products li h3 a{color:#666;}
#products li h3 a:hover{color:#3195d8;}
#products li h3 em{padding:0 5px;}
#products li div.description{margin:10px 0 0;text-align:justify;}
#products li div.description a{color:#666;}
#products li div.description a:hover{color:#3195d8;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{margin:5px 0 5px 0;background-color:inherit;color:#3195d8;font-weight:bold;text-decoration:none;text-shadow:2px 2px 3px #ddd;}
#products li .price em{padding:0 6px 0 0;background:inherit;color:#666;font-style:normal;}
#products li .price strong{font-size:1.167em;}
#products li .noPrice strong{font-size:1.083em;}
#products li .price span{padding-left:4px;font-size:1.083em;color:#666;}
#products li .basket{width:150px;margin:10px auto 0;padding-left:3px;font-size:0.917em;font-weight:bold;}
#products li .basket a{display:block;padding:6px 10px 8px 7px;color:#fff;text-decoration:none;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;background: #0093c5;background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;}
#products li .basket a:hover{text-shadow:0px 0px 5px #e9c0d1;}

#products .pages{float:right;width:100%;margin:0;padding:9px 0;border:0;background:none;text-align:right;font-size:1em;}
#products .pages li{margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products li.pages strong{padding:0 1px;font-size:1em;}
#products .pages .viewAll{padding-right:8px;border-right:1px solid #666;}
#products .pages .title{padding-left:8px;border:none;}
#products .pages#pagesBefore{clear:none;width:auto;}

#products .sort{float:left;width:auto;margin:0 10px 0 0;padding:10px 0;border:0;background:none;text-align:left;}
#products .sort ul{display:inline;list-style:none;}
#products .sort li{display:inline;padding:0 6px;font-weight:bold;border-right:1px solid #666;}
#products .sort li:last-child{border:none;padding-right:0;}
#products .sort li a{font-weight:normal;}

/* PRODUCTS DETAILS */
#product{float:right;display:block;width:650px;margin:0 20px;text-align:left;}
* html #product{margin:0;} /* IE 6 hack */
#product h1{padding:5px 0 5px;background:inherit;color:#3195d8;font-size:2.25em;font-weight:normal;text-shadow:2px 2px 3px #ddd;}
#product div.breadcrumb{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px solid #bebebe;font-weight:normal;font-size:0.917em;}
#product div.breadcrumb, #product div.breadcrumb a{background:inherit;color:#666;}
#product div.breadcrumb a:hover{background-color:inherit;color:#3195d8;}
#product div.breadcrumb em{padding:0 5px;}

#product #box{float:right;width:250px;margin:8px 0 10px 10px;padding:3px 0 10px;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;text-align:center;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:7px 0;border-bottom:1px solid #bebebe;background-color:transparent;color:#666;font-size:1.417em;text-align:center;}
#product #box #noPrice{color:#3195d8;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;color:#3195d8;font-weight:bold;}
#product #box #available{padding:8px 2px 0;background-color:transparent;color:#666;font-weight:bold;font-size:0.9em;}
#product #box #addBasket{padding:10px 0 5px;}
#product #box #addBasket .submit{width:176px;padding:6px 10px 8px 5px;border:0;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;background: #0093c5;background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;color:#fff;font-size:1.1em;font-weight:bold;}
#product #box #addBasket .submit:hover{}

#product div.content{clear:left;padding:10px 0 10px;font-size:1.083em;line-height:1.5em;}
#product div.content ul, #product div.content ol{margin:5px 0 0 30px;padding:0;}
#product div.content li{margin:8px 0;padding:0;border-left:0;}
#product div.content p{padding-bottom:10px;}

/* BASKET AND ORDER */
#orderedProducts table{width:100%;margin:0;border-bottom:2px solid #e0e0e0;font-size:1em;color:#3195d8;}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding-bottom:10px;background:#007ea8 url('img/table_head.png') repeat-x left bottom;color:#fff;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th, #orderedProducts tbody td{border-top:2px solid #fff;background:#ececec;border-bottom:1px solid #e0e0e0;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;}
#orderedProducts tbody .price, #orderedProducts tbody .summary{font-weight:bold;text-align:right;}
#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input{text-align:right;}
#orderedProducts tbody .quantity label{display:none;}
#orderedProducts tbody a:hover{background:inherit;color:#666;}
#orderedProducts tfoot{background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep .submit{-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;background: #0093c5;background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');-webkit-box-shadow: 0px 1px 2px #939da2;-moz-box-shadow: 0px 1px 2px #939da2;box-shadow: 0px 1px 2px #939da2;}
#orderedProducts tfoot .nextStep .submit:hover{background:#bcbcbc;}

#basket #orderedProducts table{margin:10px 0 0;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{background:#fff;border-bottom:2px solid #e0e0e0;}
#basket #recount td{border-bottom:1px solid #e0e0e0;text-align:right;}
#basket #recount .submit{padding:2px 3px;}
#basket #save{text-align:left;}
#basket #recount .submit:hover, #basket #save .submit:hover{background:#3195d8;}
#basket .summaryProducts{font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{font-weight:bold;}
#basket .del{padding:0 5px 0 10px;}
#basket .del a{background:inherit;color:#666;}
#basket .del a:hover{background:inherit;color:#3195d8;}
#basket .buttons #save .submit{padding:3px 5px;}
#basket .buttons .submit.continue{margin-right:5px;}
#basket #pageDescription{margin-top:20px;}
#basket legend{display:none;} 

#basket #continue{text-align:left;}
#basket #save{padding:6px 7px 0;text-align:left;}
#basket #save .submit{background:#fdfdfd;color:#666666;}
#basket #save .submit:hover{background:#0094c9;color:#fff;}

#order legend{display:block;padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;color:#3195d8;text-shadow:1px 1px 3px #e0e0e0;}
#order #personalData{padding:12px 3%;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;overflow:hidden;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#3195d8;text-shadow:1px 1px #e0e0e0;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}

#shippingAndPayments div{padding:11px 3%;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;}

#order tfoot td, #orderPrint tfoot td{color:#3195d8;}
#order .summaryProducts, #order .summaryShippingPayment, #orderPrint .summaryShippingPayment{font-size:1.182em;}
#order .summaryProducts th, #order .summaryShippingPayment th, #orderPrint .summaryShippingPayment th{font-weight:normal;text-align:right;}
#order .summaryOrder, #orderPrint .summaryOrder{color:#666;font-size:1.36em;font-weight:bold;}
#order .summaryOrder th, #orderPrint .summaryOrder th{text-align:right;}
#order .summaryOrder th, #order .summaryOrder td{border-top:1px solid #e0e0e0;}
#order #rulesAccept th{color:#666;font-weight:bold;text-align:right;}
#order #rulesAccept th, #order #nextStep th{border:0;text-align:right;}
*:first-child+html .nextStep .submit, *:first-child+html #basket #save .submit{padding:2px 0px;} /* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription{padding:10px 8px 20px;text-align:center;background:inherit;color:#3195d8;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#3195d8;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;background: #fdfdfd;border: 1px solid #ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;-webkit-box-shadow: 0 2px 6px #efefef inset;-moz-box-shadow: 0 2px 6px #efefef inset;box-shadow: 0 2px 6px #efefef inset;}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:40%;margin:0;padding:3px 0;}
#orderPrint dt{clear:left;text-align:right;}
#orderPrint dd{padding-left:3%;font-weight:bold;}
#orderPrint dd.orderComment, #orderPrint dd.orderIP{font-weight:normal;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;font-weight:bold;background:#232323}
#foot .container{width:960px;margin:0 auto;padding:15px 0;color:#3195d8;overflow:hidden;}
#foot a{background:inherit;color:#3195d8;text-decoration:underline;font-weight:bold;}
#foot a:hover{color:#3195d8;background:inherit;}
#powered img{vertical-align:middle}

#copy{float:left;padding:0 25px;}
.foot{float:right;padding:0 25px;}

@media print{
  /* PRINT STYLES */
  #rss{display:none;}
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;text-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;}

  body{margin:1cm 0;}
  #container{width:17.2cm;height:auto;}
  #head2 .container, #head2{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{border-width:0px !important;}

  #body{clear:none;}
  #body .container{overflow:visible;}
  #logo #title, #page h1{padding:0;}
  #page h4{position:relative;top:0;}

  #header .container, #body .container, #foot .container, #content, #page, #products, #product, .order #content{float:none;width:17.2cm;padding:0;margin:0;}
  #column, #head1, #head3, #back, #page .tS, #products li .basket, #product #box #addBasket .submit{display:none;}

}

/* PLUGINS */
/* PAYMENTS */
#paymentOuter{margin:10px 30px 20px;padding:20px;text-align:center;border:1px solid #bebebe;background:url('img/body.png');font-weight:bold;}
#paymentLink div{padding-bottom:10px;}
#productRating{margin:5px 0;text-align:center;}
#productRating .results{margin:5px 0 0;font-size:0.9em;}
#productRating .results strong{padding:0 0 0 2px;}
.ratingList{margin:0 auto;width:80px;height:16px;background:url('img/stars.gif') no-repeat 0 0;font-size:1px;}
.rating{width:80px;height:16px;margin:0 auto;padding:0;list-style:none;clear:both;position:relative;background: url(img/stars.gif) no-repeat 0 0;}
.stars0{background-position:0 0}
.stars1{background-position:0 -96px}
.stars2{background-position:0 -112px}
.stars3{background-position:0 -128px}
.stars4{background-position:0 -144px}
.stars5{background-position:0 -160px}
ul.rating li{cursor:pointer;float:left;text-indent:-999em;}
ul.rating li a {position:absolute;left:0;top:0;width:16px;height:16px;text-decoration:none;z-index: 200;}
ul.rating li.one a{left:0}
ul.rating li.two a{left:16px;}
ul.rating li.three a{left:32px;}
ul.rating li.four a{left:48px;}
ul.rating li.five a{left:64px;}
ul.rating li a:hover{z-index:2;width:80px;height:16px;overflow:hidden;left:0;background: url(img/stars.gif) no-repeat 0 0}
ul.rating li.one a:hover{background-position:0 -96px;}
ul.rating li.two a:hover{background-position:0 -112px;}
ul.rating li.three a:hover{background-position:0 -128px}
ul.rating li.four a:hover{background-position:0 -144px}
ul.rating li.five a:hover{background-position:0 -160px}
@media print{
  #productRating, .ratingList{display:none;}
}

#column .box{margin:0 20px 15px;}

#column .box .content{padding:8px 10px;list-style:none;border-bottom:2px solid #757575;line-height:1.5em;}

#newsletter .input{width:200px;}
#newsletter label{display:none;}
#newsletter fieldset{padding:0;margin:0;}
#newsletter p{text-align:center;margin-top:5px;}

#noticeAboutCookies{display:none;padding:7px 0;background:#fff;font-weight:bold;border-bottom:1px solid #555;}
#noticeAboutCookies .close{margin-left:20px;font-size:0.917em;color:#999;font-weight:normal;text-decoration:none;}
#noticeAboutCookies .close:hover{color:#f00;}

#lastProduct{margin-bottom:10px;padding:0 20px;}
#lastProduct .type{margin-top:10px;padding:5px 0px 10px;font-size:1.667em;font-weight:bold;}
#lastProduct .content{padding:8px 10px;list-style:none;border-bottom:2px solid #01476e;line-height:1.5em;text-align:center;}
#lastProduct img{padding:1px;background:#c0bfbf;border:4px solid #eee;-webkit-box-shadow:0 0 10px rgba(48,47,47,.4);box-shadow:0 0 10px rgba(48,47,47,.4);}
#lastProduct img:hover{border:4px solid #c9cdce;}
#lastProduct h3{font-size:1.1em;padding:5px 0;}
#lastProduct a{text-decoration:none;}
#lastProduct a:hover{background:inherit;color:#666;text-decoration:underline;}
#lastProduct .price, #lastProduct .noPrice{padding:2px 0 0;background:inherit;color:#c22463;}
#lastProduct strong{padding:0 2px 0 5px;font-weight:bold;}
#lastProduct .price em{padding:0;background:inherit;color:#666;font-style:normal;}
#lastProduct .price span{color:#666;font-weight:bold;padding-left:5px;}

#content .theme-default .nivoSlider{width:660px;margin:0 auto;}
.theme-default .nivo-controlNav{padding:5px 0;}
.nivoSlider a.nivo-imageLink {background:white; filter: alpha(opacity=0);opacity: 0;} /* modrhh+ IE link hack*/
@media print{ #content .theme-default{display:none;} }

/* ORDER STATUS LINK */
#orderPrint .orderStatusLink{margin:10px 30px 20px;padding:14px;text-align:center;border-top:1px solid #bebebe;border-bottom:1px solid #bebebe;}
#orderPrint .orderStatusLink div{padding:3px 0;}

#column .box{margin:0 20px 15px;}

#column .box .content{padding:8px 10px;list-style:none;border-bottom:2px solid #757575;line-height:1.5em;}
#column .box .visits{font-size:1.2em;}
#column .box .visits span{margin-right:15px;}
#column .box .visits em{font-style:normal;}
#fbSideTab{z-index:50;position:fixed;top:230px;left:-235px;padding:10px;padding-left:0;}
#fbSideTab .button{display:block;float:left;padding:0 10px 30px;}
#fbSideTab .fb{float:left;overflow:hidden;background-color:#2a2f34;-moz-border-radius-topright:10px;border-top-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}
@media print{
  #fbSideTab{display:none;}
#discountVoucher td{text-align:right;}
#orderedProducts tfoot #discountVoucher{color:#666;}
#products li .price{text-align:right;}
#products li .price .additionalCurrency2{margin-top:3px;font-size:1em;}
#products li .price .additionalCurrency2 span{font-weight:normal;font-size:1em;color:#666;}
#products li .price .additionalCurrency2 strong{font-weight:normal;font-size:1em;color:#666;}
#products li .price .additionalCurrency2 em{padding-right:2px;}

#product #box #price #additionalCurrency2{margin-top:5px;font-size:0.7em;color:#666;}
#product #box #price #additionalCurrency2 strong{padding:0 3px 0 0;color:#666;}
#product #box #price #additionalCurrency2 em{padding-right:2px;color:#666;}



}