/*
Quick.Cart default stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/ext_6.6/?id=en-design
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#7f7f7f;font-size:13px;font-family:Arial, Helvetica, sans-serif;}
body{padding:0; margin:0; background: url(img/bg-main.jpg) center 0 repeat-x #ededed;text-align:center;}

table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;font-size:100%;font:inherit;vertical-align:baseline;}

.input, select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#6c6c6c #cccccc #cccccc #6c6c6c;font-size:1em;font-family:Arial;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:0 none;background:#28a180;color:#fff;font-weight:normal; font-family: 'Oswald', sans-serif; font-size:13px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3); text-transform:uppercase}
.submit:hover{ background-color:#FFF;cursor:pointer; color:#333}
* html .submit{padding:3px 1px;} /* IE 6 hack */
* html .input{height:21px;} /* IE 6 hack */
.form label{font-size:1em;color:#28a180;font-weight:bold;}
.form label span{padding-left:10px;color:#949494;font-weight:normal;text-shadow:none;}
.form legend{display:none;}

.hide{display:none;}

a{color:#28a180;text-decoration:underline;}
a:hover{color:#333;text-decoration:underline;}

.clear{clear:both;height:0;font-size:0em;line-height:0;}
#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 30px;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1, #head2, #head3, #body .container, #foot .container{width:960px;margin:0 auto;text-align:left;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 .container{overflow:hidden;}
* html #head1 .container, * html #head2, * html #head3, * html #body{background:none;} /* IE 6 hack */

/* MENU TOP 1 */
#menu1 ul{float:right;margin:5px 3px 0 0;list-style:none;}
#menu1 li{float:left;padding:6px 2px 0 15px; border-left:1px solid #CCC; height:24px; display:block;font-family: 'Oswald', sans-serif; font-size:13px;}
#menu1 li a{padding-right:12px;font-weight:normal;text-decoration:none;color:#28a180;text-transform:uppercase;letter-spacing:1px;}
#menu1 li a:hover, #menu1 .selected a{text-decoration:none;color:#444;}
#menu1 li.lBasket{float:right;padding:0 0 0 20px;background:url('img/cart.png') 20px 1px no-repeat; display:block; height:30px; line-height:14px;}
#menu1 li.lBasket a{position:relative;padding:0 0 0 18px;background:none;color:#444; text-decoration:none;}
#menu1 li.lBasket a:hover{color:#28a180;}
#menu1 li.lBasket span{display:block;color:#444;font-size:11px;font-family:Arial, sans-serif; padding-top:2px;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{clear:both;}
#head2 .container{clear:both;overflow:hidden;}
#logo{text-align:center;padding:0;margin:-5px 0 25px;}
#logo #title a{color:#28a180;font-family: 'Oswald', sans-serif;text-decoration:none; font-size:37px;}
#logo #title a span{color:#ccc;background:inherit;}
#logo #title a strong{color:#303030;background:inherit; font-weight:normal;}
* html #logo #slogan{width:100%;} /* IE 6 hack */

/* HEADER WITH TOP MENU BELOW LOGO */
/*#head3{position:relative; z-index:101;}*/
#head3 .container{display:block;clear:both; height:150px; margin:0 0 48px;-webkit-box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.3);  box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.3);}
#head3 .container img{width:100%;}
#head3 #slogan{width:250px;font-family:'Oswald',sans-serif;letter-spacing:-1px; color:#333;font-size:30px; text-align:left;padding:60px 0 0 50px;line-height:140%;}

/* MENU TOP 2 */
#menu2{display:inline-block;float:left;clear:both;width:960px;margin-bottom:20px;background:url(img/li.jpg) 0 0 repeat-x #f7f7f7;
-webkit-box-shadow:  0 6px 12px 0 rgba(0, 0, 0, 0.2);  box-shadow:  0 6px 12px 0 rgba(0, 0, 0, 0.2);}
#menu2 ul{float:left;height:100%;margin:0;list-style:none;}
#menu2 li{position:relative;float:left;width:189px; margin:0;text-align:center;background:url(img/li.jpg) 0 0 repeat-x #f7f7f7;border-right:1px solid #ededed;}
#menu2 li.l1{border-left:none;}
#menu2 li a{font-family: 'Oswald', sans-serif; font-size:14px; line-height:15px; color:#3b3b3b; text-transform:uppercase; display:block; position:relative; padding:37px 0 34px;text-decoration:none;}
#menu2 li:hover, #menu2 .selected{border-top:4px solid #28a180;}
#menu2 li a:hover, #menu2 .selected a{padding-top:33px;}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:0;background:#f7f7f7;}

/* LEFT COLUMN STYLES */
#column{float:left;width:260px;padding:0;}
.order #column{display:none;}

#searchForm{padding:0 0 10px;text-align:left;}
#searchForm label, #searchForm legend{display:none;}
#searchForm .input{width:170px;padding:0; -webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3); border:none 0;line-height:25px; height:25px; float:left;}
#searchForm .submit{padding:0 10px;font-size:12px;font-style:normal;border:0 none;background:url(img/li.jpg) top repeat-x;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3); line-height:25px; height:25px; float:left; margin-left:10px; color:#333; text-transform:lowercase;}
#searchForm .submit:hover{background:#28a180;color:#FFF;}
*:first-child+html #searchForm .submit{padding:3px 3px 8px;} /* IE 7 hack */
* html #searchForm .submit{padding:3px 3px 8px;} /* IE 6 hack */

#column .type{margin-top:20px; margin-bottom:10px;padding:0px;color:#2a2a2a;font-weight:normal; font-family: 'Oswald', sans-serif; font-size:25px;}

/* LEFT MENU */
#menu3{padding:0;}
#menu3 ul{padding:9px 0;list-style:none;}
#menu3 li{padding:0 0 0 24px;margin:0; background:url(img/marker-1.png) 0 15px no-repeat; border-top:#dfdfdf 1px solid;line-height:43px;}
#menu3 a{font-size:13px; color:#7f7f7f; text-decoration:none;}
#menu3 a:hover, #menu3 .sub1 a:hover{color:#28a180;background:none;}
#menu3 .selected > a:first-child{color:#28a180;background:none;}
#menu3 .sub1{margin:0;padding:0;border:0;background:none;}
#menu3 .sub1 a{display:block;width:100%;}

/* RIGHT COLUMN STYLES */
#content{float:left;width:621px;padding:0 0 0 39px;text-align:center;margin-left:40px; background:url(img/colborder.gif) repeat-y;}
* html #content{width:621px;} /* IE 6 hack */
.order #content{width:100%; background:none; padding:0; margin:0;}
#page{position:relative;width:100%;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:0 0 10px;font-weight:normal; font-family: 'Oswald', sans-serif; font-size:25px; text-transform:uppercase;font-weight:normal; color:#28a180;}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb{padding:0;color:#28a180;background:inherit;font-size:11px; margin-top:10px; margin-bottom:5px; font-weight:normal;}
#page div.breadcrumb a{text-decoration:none; font-weight:normal;}
#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:13px;line-height:175%;}
#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;}

.tS{float:right;margin:15px 0 3px;}
.tS div{display:inline;}
.tS a{margin:0 4px;text-decoration:none;background:inherit;color:#28a180;font-weight:bold;font-family:Arial;}
.tS a:hover{color:#28a180;background:inherit;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.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{border:1px solid #999;-webkit-box-shadow:0 0 10px 0px rgba(0,0,0, 0.5);box-shadow:0 0 10px 0 rgba(0,0,0, 0.5);}
.subpagesList li img:hover, .imagesList li img:hover, .imagePreview img:hover, #products li .photo a:hover img{border-color:#28a180;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0, 0.7);box-shadow:0 0 10px 0 rgba(0,0,0, 0.7);}

#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;}
#filesList li{width:100%;float:left;clear:left;margin:5px 0;padding-left:0;}
#filesList li a{color:#28a180;background:inherit; text-decoration:none;}
#filesList li a:hover{color:#666;background:inherit;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;}


/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .description{margin:0;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;text-decoration:none;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0;}
#quick-box .next{right:0;}
#quick-box .close{position:absolute;top:0;right:0;padding:0 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUB PAGES LIST STYLES */
.subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
.subpagesList li{clear:left;float:left;width:96%;margin:10px 0;padding:13px 2%;background:url('img/items_shade.png') repeat-x left top;border:1px solid #e0e0e0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);}
* html .subpagesList li{width:100%;} /* IE 6 hack */
.subpagesList li .photo{float:left;margin:0 20px 5px 0;}
.subpagesList li h2{ppadding-bottom:20px;text-shadow:2px 2px 2px #d5d5d5;font-family: 'Oswald', sans-serif;}
.subpagesList li h2, .subpagesList li h2 a{color:#28a180;font-size:1.25em;font-weight:normal;background:none;text-decoration:none; padding-bottom:10px;}
.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 0 0;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;color:#666;background:inherit;}
#options a:hover{color:#28a180;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:#28a180;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h2 a{color:#28a180;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;}
#products ul.list{float:left;width:100%;list-style:none;}
#products .list li{float:left;width:190px;margin-left:25px;padding:30px 0;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;font-weight:bold;font-size:1.083em;text-shadow:2px 2px 3px #ddd;}
#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:#28a180;}
#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:#28a180;}
#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:#28a180;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:120px;margin:10px auto 0;padding-left:3px;font-size:13px;font-weight:normal;}
#products li .basket a{display:block;padding:0px 10px 0px 10px;color:#333;text-decoration:none;
font-size:13px;font-style:normal;border:0 none;background:url(img/li.jpg) top repeat-x;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3); line-height:24px; height:25px; font-family: 'Oswald', sans-serif;}
#products li .basket a:hover{ color:#FFF; background:#28a180}

#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:621px;margin:0;text-align:left;}
* html #product{margin:0;} /* IE 6 hack */
#product h1{padding:0 0 10px;background:inherit;color:#28a180;font-size:25px;font-weight:normal;font-family: 'Oswald', sans-serif;}
#product div.breadcrumb{margin:0 0 10px;padding:2px 0 7px;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:#28a180;}
#product div.breadcrumb em{padding:0 5px;}

#product #box{float:right;width:240px;margin:10px 0 10px 10px;padding:3px 0 10px;background:#FFF;text-align:center;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);}
#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;text-shadow:2px 2px 3px #ddd;}
#product #box #noPrice{color:#28a180;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;color:#28a180;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;border:0 none;background:#28a180;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3); line-height:23px; height:25px; font-family: 'Oswald', sans-serif; color:#FFF; padding:0}
#product #box #addBasket .submit:hover{ background:#FFF; color:#333}

#product div.content{clear:left;padding:10px 0;font-size:13px;line-height:175%;}
#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:1px solid #e0e0e0;font-size:1em;color:#28a180;text-shadow:none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding:11px 0 11px 11px;background:#28a180;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:#f0f6fa;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:#f0f6fa;text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep .submit{background:#28a180; border:0 none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);}
#orderedProducts tfoot .nextStep .submit:hover{ background:#FFF; color:#333}

#basket #orderedProducts table{margin:10px 0 0;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{background:#fff;border-bottom:1px 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{ border:0 none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);}
#basket .summaryProducts{font-size:1.36em;font-weight:normal;}
#basket .summaryProducts #summary{font-weight:normal;}
#basket .del{padding:0 5px 0 10px;}
#basket .del a{background:inherit;color:#666;}
#basket .del a:hover{background:inherit;color:#28a180;}
#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;}
#basket #save .submit{background:#f0f6fa;color:#666}
#basket #save .submit:hover{background:#28a180;color:#fff;}

#order legend{display:block;padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;color:#28a180;}
#order #personalData{padding:12px 0 12px 40px;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;overflow:hidden;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%; }
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#28a180;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%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;}

#order tfoot td, #orderPrint tfoot td{color:#28a180;}
#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:#28a180;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#28a180;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background:#fff;}
#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;height:70px;background:url(img/bg-foot.jpg) top repeat-x;font-family: 'Oswald', sans-serif; color:#666; font-size:13px; line-height:18px; text-transform:uppercase;}
#foot .container{width:960px;margin:50px auto 0 auto;padding:0;overflow:hidden;}
#foot a{background:inherit;color:#666;text-decoration:underline;}
#foot a:hover{color:#28a180;background:inherit;}

#copy{float:left;padding:0 0 25px;}
.foot{float:right;padding:0 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;}
  #head2 .container, #head2{width:17.2cm;}
  #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 div.breadcrumb{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 */
