/*
Quick.Cart default stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/?id=en-design
*/
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);
/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul,ol{margin:0;padding:0;border:0;}
body,table{color:#333;font-size:0.75em;font-family:Verdana, Arial, sans-serif;}

body{padding:0;text-align:center; background:#f5f5f5;}

.input, select, textarea{padding:2px;border-width:1px;border-style:solid;font-size:1em;border-color:#aeb7bb #d8dbde #d8dbde #aeb7bb;font-family:Verdana}
.submit{padding:0 5px 3px;background:url(img/img_45.jpg) top repeat-x;color:#fff;font-weight:normal;font-size:1em;font-family:Verdana; border:none; height:29px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.submit:hover{background:#278edd;cursor:pointer;}
* html .submit{padding:3px 1px !important;}
* html .input{height:28px;}
.form{background:#f3f3f3;border:1px solid #c8cccf;}
.form label{font-size:1em;color:#01476f;font-weight:bold;}
.hide{display:none;}

a{color:#545151; text-decoration:none;}
a:hover{color:#8cac1c;text-decoration:underline;}

.skiplink{position:absolute;top:-500px;left:0;overflow:hidden;}

#container{position:relative;width:100%;margin:0 auto;padding:0;}
#header{background:#dfdfdf url(img/head.jpg) top repeat-x;height: 220px;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1{width:176px;margin:left;text-align:left;}
#head2{width:1200px;margin:0 auto;text-align:left;}
#head3{width: 100%;margin: 0 auto;text-align: right;}
#slideshow{width: 100%;margin: 0 auto;text-align: left;}
#head3 .subhead{width:1200px;margin: 0 auto;}
#body .container, #foot .container{width:1200px;margin:0 auto;text-align:left;}

/* MENU TOP 1 */
#head1 .container{overflow:hidden;float:right;}
* html #head1 .container{width:996px;}
.subhead1{
	float: right;
	width:1024px;
	height: 80px;
}
#menu1 ul{float:right;list-style:none;background:url(img/menu01.jpg) repeat-x;width:1024px;height: 80px;}
#menu1 li{float:right;height: 80px;}
#menu1 li a{float:right;height:80px;padding:30px 20px 0;color:#fff;font-size:16px;text-decoration:none;}
#menu1 li:hover, #menu1 li.selected {background:url(img/menu02.jpg) repeat-x;color:#fff;}
#menu1 li.lBasket{padding:0 10px 5px 5px;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:#6d8d7a;}
#menu1 li.lBasket span{display:block;color:#444;font-size:0.917em;font-family:sans-serif;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2 .container{height:105px; float:left;margin-bottom: 35px;}
#logo{float:left;padding:40px 0 0;}
* html #logo{width:965px;}
#logo #title{float:left;}
#logo #title a{color:#444;font-family: 'Oswald', sans-serif; font-size:40px; text-transform:uppercase;text-decoration:none;}
#logo #title a span{color:#444;background:inherit;}
#logo #title a strong{color:#2e91ec;background:inherit; font-weight:400;}
#logo #slogan{float:left;padding:10px 0 10px 40px;background:inherit; border-left:#c2c2c2 solid 1px; color:#666;font-size:11px; margin-left:40px; margin-top:15px;}
* html #logo #slogan{float:none;}
* html #logo #slogan{width:100%;} /* IE 6 hack */
#lang {float:right;margin-top:45px;}
#lang li { list-style:none; float:left; padding:0 0 0 8px;}

/* HEADER WITH TOP MENU BELOW LOGO */
#head3{clear:both;overflow:hidden;height:80px;background:url(img/menu01.jpg) repeat-x;
-webkit-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);
box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);}
/* MENU TOP 2 */
#menu2 ul{float:left;width:176px;height:80px;margin:0;list-style:none;background:url(img/menu02.jpg) repeat-x;}
#menu2 li{float:left;padding:0;}
#menu2 li a{float:left;height:80px;padding:27px 20px 0;color:#fff;font-size:20px;text-decoration:none;}
#menu2 li:hover, #menu2 li.selected {background:url(img/menu02.jpg) repeat-x;color:#fff;}
#menu2 li.l1:hover, #menu2 li.l1.selected{}
#menu2 li:hover a, #menu2 li.selected a{text-shadow:none;}

#slideshow{
	float:left;height:385px;padding:0;margin-top: 50px;margin-bottom:50px;
    -webkit-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);
    box-shadow: 0px 24px 40px -4px rgba(0,0,0,0.25);
}
#iklan{
	clear: both;
}
#iklan .container{
	height:200px;
}
.iklan1{
	display: block;
	float:left;
	width:400px;
	height:300px;
}
.iklan1 a:hover{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   -webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;	
}
.iklan2{
	display: block;
	float: left;
	width:400px;
	height:300px;
}
.iklan2 a:hover{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   -webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;	
}
.iklan3{
	display: block;
	float: left;
	width:400px;
	height:300px;
}
.iklan3 a:hover{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   opacity: 0.7;
   -webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;	
}
/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:10px 0 0; padding:0;background:none;}
#body .container{overflow:hidden;}

/* LEFT COLUMN STYLES */
#menufoot{
	margin: 0 auto;
	width:1200px;
	border-bottom: 1px solid #b4b4b4;
}
#column{float:left;width:300px;background:none;}
#column .type{margin-top:30px;padding:5px 13px 10px 0;font-size:18px;color:#515151;}
#menu3{padding:0 0px 10px;}
#menu4{padding:0 0px 10px;}
#menu5{padding:0 0px 10px;}
.order #column{display:none;}
#searchcontent{
	width:600px;
	float:right;
}
#searchForm{
	float: right;
	margin:40px 0px 0px 0px;
	}
#searchForm label{display:none;}
#searchForm .input{width:150px;outline: none;}
#search {

}

#searchForm input[type="text"] {
    background: url(img/search-icon.png) no-repeat 10px 15px #bababa;
    border: 0 none;
    font: bold 18px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:200px;
    padding: 12px 15px 12px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(245, 245, 245, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(245, 245, 245, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(245, 245, 245, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
#searchForm input[type="text"]:focus {
    background: url(img/search-icon.png) no-repeat 10px 15px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(245, 245, 245, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(245, 245, 245, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(245, 245, 245, 0.9) inset;
    text-shadow: 0 2px 3px rgba(245, 245, 245, 0.1);
    }
*:first-child+html #searchForm .input{width:127px;} /* IE 7 hack */
*:first-child+html #searchForm .submit{padding:3px 0;} /* IE 7 hack */

/* LEFT MENU */
#menu3 ul{padding:10px 0;list-style:none;background:none;margin-bottom: 20px;}
#menu3 li{margin:0;}
#menu3 a{display:block;width:100%;padding:8px 0;color:#515151;text-decoration:none;background:none;font-size:13px;}
#menu3 a:hover, #menu3 .sub1 a:hover{color:#8cac1c;background:none;}
#menu3 .selected > a:first-child{color:#8cac1c;background:none;}
#menu3 .sub1{margin:0;padding:0;border:0;background:none;}
#menu3 .sub1 li{padding:2px 0 2px 20px;border:0; margin-left:12px;}
#menu3 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

#menu4 ul{padding:10px 0;list-style:none;background:none;margin-bottom: 20px;}
#menu4 li{margin:0;}
#menu4 a{display:block;width:100%;padding:8px 0;color:#515151;text-decoration:none;background:none;font-size:13px;}
#menu4 a:hover, #menu4 .sub1 a:hover{color:#8cac1c;background:none;}
#menu4 .selected > a:first-child{color:#8cac1c;background:none;}
#menu4 .sub1{margin:0;padding:0;border:0;background:none;}
#menu4 .sub1 li{padding:2px 0 2px 20px;border:0; margin-left:12px;}
#menu4 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

#menu5 ul{padding:10px 0;list-style:none;background:none;margin-bottom: 20px;}
#menu5 li{margin:0;}
#menu5 a{display:block;width:100%;padding:8px 0;color:#515151;text-decoration:none;background:none;font-size:13px;}
#menu5 a:hover, #menu5 .sub1 a:hover{color:#8cac1c;background:none;}
#menu5 .selected > a:first-child{color:#8cac1c;background:none;}
#menu5 .sub1{margin:0;padding:0;border:0;background:none;}
#menu5 .sub1 li{padding:2px 0 2px 20px;border:0; margin-left:12px;}
#menu5 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

/* RIGHT COLUMN STYLES */
#content{float:left;width:1200px;padding:0 0 5px;text-align:center;}
* html #content{width:1200px;} /* IE 6 hack */
.order #content{width:100%;}
.order #page{position:relative;width:1008px;margin:0;text-align:left;overflow:hidden;padding-bottom:19px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
#page{position:relative;clear:left;float:left;width:100%;margin:0;padding:0 0 18px;text-align:left;overflow:hidden;}
* html #page{width:100%;} /* IE 6 hack */
* html .order #page{width:94%;} /* IE 6 hack */

/* PAGE TITLE */
#page h1{margin:0 19px 0;color:#454545;font-size:1.833em;font-weight:normal; font-family: 'Oswald', sans-serif;background:#fff url(img/bg_title.png)repeat-x bottom;height:80px;padding:20px 0 20px 30px;}
.order #page h1{margin:0 0 10px;padding:12px 0 10px; border-bottom:dashed 1px #999;color:#454545;font-size:22px;font-weight:normal; font-family: 'Oswald', sans-serif; background:#FFF}

/* NAVIGATION PATH - TREE */
#page h4{position:absolute;top:10px;right:20px;padding:15px 0;font-size:1em;font-weight:normal;}
#page h4 a{text-decoration:none;}
#page h4 a:hover{text-decoration:underline;}
*:first-child+html #page h4{top:-5px;} /* IE 7 hack */
* html #page h4{top:-5px;} /* IE 6 hack */

/* PAGE CONTENT */
#page div.content{margin:10px 19px 0;font-size:12px; color:#606060;line-height:160%;}
#page div.content ul, #page div.content ol,.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:17px 0 3px;}
.tS div{display:inline;}
.tS a{margin:0 4px;text-decoration:none;background:inherit;color:#2e6a97;font-weight:bold;font-family:Arial;}
.tS a:hover{color:#278edd;background:inherit;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.pages{padding:8px 17px;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:6px solid #e0e0e0;-webkit-border-radius: 3px;-moz-border-radius: 3px;
border-radius: 3px;}
.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 17px;}
#imagesList2{clear:right;float:right;margin:8px 17px 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 19px;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:#278edd;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 */
#page .subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
#page .subpagesList li{clear:left;float:left;width:92%;margin:10px 2.5%;padding:13px 1.25%;background:#e0e0e0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
#page * html .subpagesList li{width:100%;} /* IE 6 hack */
#page .subpagesList li .photo{float:left;margin:0 20px 5px 0;}
#page .subpagesList li h2{padding-bottom:10px;text-shadow:2px 2px 3px #ddd;}
#page .subpagesList li h2, .subpagesList li h2 a{color:#278edd;font-size:1.25em;font-weight:normal;background:none;}
#page .subpagesList li h2 a:hover{color:#666;background:none;}
#page .subpagesList li div.description{font-weight:normal;font-size:1em;line-height:1.4em;}
#page .subpagesList li ul, .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
#page .subpagesList li li{padding:0;border-bottom:0;background:none;-webkit-box-shadow:none;box-shadow:none;}
#page .subpagesList li ul{list-style:disc;}
#page .subpagesList li ol{list-style:decimal;}
#page .subpagesList li p{padding-bottom:10px;}

.listHome .subpagesList{float:left;width:100%;margin:0 0 10px;list-style:none;}
.listHome .subpagesList li{float:left;margin:0 1.25% 0 0;padding:15px 1.25% 10px;background:url(img/img_20b.jpg) repeat-x left top; width:30%; height:176px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;overflow:hidden;}
.listHome .subpagesList li:last-child {margin-right:0;}
.listHome .subpagesList li.lL {margin-right:0;}
.listHome .subpagesList li .photo{float:left;margin:0 18px 5px 0;}
.listHome .subpagesList li h2{padding-bottom:15px; font-family:'Oswald', sans-serif;}
.listHome .subpagesList li h2 a{padding-left:35px;color:#fff;font-size:22px;font-weight:normal;background:url(img/img_20a.jpg) no-repeat left top;text-decoration:none;}
.listHome .subpagesList li h2 a:hover{color:#3598e6;text-decoration:underline;}
.listHome .subpagesList li div.description{font-weight:normal;font-size:1em;line-height:160%; color:#CCC}
.listHome .subpagesList li ul, .subpagesList li ol{float:left;width:96%;margin:5px 0 0 4%;padding:0;}
.listHome .subpagesList li li{padding:0;border:0;background:none;-webkit-box-shadow:none;box-shadow:none;}
.listHome .subpagesList li ul{list-style:disc;}
.listHome .subpagesList li ol{list-style:decimal;}
.listHome .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:#2e6a97;background:inherit;}
#options a:hover{color:#278edd;background:inherit;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #e0e0e0;}

.message{padding:50px 0;text-align:center;}
.message h3{background:inherit;color:#278edd;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h3 a{color:#2e6a97;background:inherit;}
.message h3 a:hover{color:#666;background:inherit;}

/* PRODUCTS LIST */
#products{clear:both;float:left;width:100%;margin:0;list-style:none;}
#products ul.list{float:left;width:100%;list-style:none;margin-left: 20px;}
#products .list li{float:left;width:270px;margin-left:10px;padding:20px 6px;text-align:center;background:#fff;margin-bottom: 10px;}
/* 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:normal;font-size:18px; font-family:'Oswald', sans-serif;}
#products li h2 a{text-decoration:none;}
#products li h2 a:hover{text-decoration:none;}
#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:#278edd;}
#products li h3 em{padding:0 5px;}
#products li div.description{margin:10px 6px 0 6px;text-align:justify;}
#products li div.description a{color:#666;}
#products li div.description a:hover{color:#278edd;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{margin:20px 5px 0 5px;background-color:inherit;text-decoration:none;background: #8cac1c;}
#products li .price em{padding:0 6px 0 0;background:inherit;color:#fff;font-style:normal;}
#products li .price {font-size:20px;color:#fff;font-family:tahoma;padding:10px 0;}
#products li .noPrice strong{font-size:20px;color:#fff;font-family:tahoma;padding:10px 0;}
#products li .price span{padding-left:4px;font-size:1.083em;color:#fff;}
#products li .basket{width:110px;margin:10px auto 0;padding-left:3px;font-size:0.917em;font-weight:bold;}
#products li .basket a{display:block;padding:8px 5px 8px 5px;color:#fff;background:url('img/img_45.jpg') top repeat-x;text-decoration:none;-webkit-border-radius: 3px;
-moz-border-radius: 3px;border-radius: 3px;}
#products li .basket a:hover{text-shadow:0px 0px 5px #CCC; }

#products .pages{float:right;width:100%;margin:0;padding:9px 20px;border:0;background:none;text-align:right;font-size:1em;}
#products .pages li{float:none;clear:none;display:inline;width:auto;margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products li.pages strong{padding:0 1px;font-size:1em;}
#products .pages#pagesBefore{clear:none;width:auto;}

#products .sort{float:left;width:auto;margin:0 10px 10px 20px;padding:10px 0;border:0;background:none;text-align:left; text-decoration:none}
#products .sort div{display:inline;padding:0 4px;}

/* PRODUCTS DETAILS */
#product{position:relative;width:1165px;margin:0;text-align:left;overflow:hidden; padding:0 19px 19px 19px;}
* html #product{margin:0;} /* IE 6 hack */
#product h1{margin:0;color:#454545;font-size:1.833em;font-weight:normal; font-family: 'Oswald', sans-serif;background:#fff url(img/bg_title.png)repeat-x bottom;height:80px;padding:20px 0 20px 30px;}
#product h4{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px dashed #bebebe;font-weight:normal;font-size:0.917em;}
#product h4, #product h4 a{background:inherit;color:#666;}
#product h4 a:hover{background-color:inherit;color:#278edd;}
#product h4 em{padding:0 5px;}

#product #box{float:right;width:250px;margin:10px 0 10px 10px;padding:3px 0 10px;text-align:center;background:#e0e0e0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius: 3px;}
#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:#41a5f1;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;color:#41a5f1;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:5px 5px 8px 5px;border:0;background:url(img/img_45.jpg) top repeat-x;color:#fff;font-size:1.1em;font-weight:bold;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius: 3px;}
#product #box #addBasket .submit:hover{text-shadow:0px 0px 5px #e9c0d1;}

#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 */

#basket{width:95%;margin-left:2.5%;}
#basket #pageDescription{margin-left:0;}
#orderedProducts table{width:100%;border-bottom:1px solid #e0e0e0;font-size:1em;color:#278edd;text-shadow:1px 1px #e0e0e0;background:url(img/img_45.jpg) top repeat-x;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
#orderedProducts td, #orderedProducts th{padding:7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding-bottom:8px;color:#fff;text-shadow:1px 1px #17344b;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th, #orderedProducts tbody td{background:#f3f3f3 ;border-bottom:1px solid #e0e0e0;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;}
#basket #orderedProducts table tbody tr.l1{border:1px solid red;}
#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:#f3f3f3;text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep .submit{background:url(img/img_45.jpg) top repeat-x;text-shadow:1px 1px #630d2f;}
#orderedProducts tfoot .nextStep .submit:hover{background:#278edd;text-shadow:1px 1px #17344b;}

#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:#278edd;}
#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:#278edd;}
#basket .buttons #save .submit{padding:3px 5px;}
#basket .buttons .submit.continue{margin-right:5px;}
#basket #pageDescription{margin-top:20px;}

#basket #continue{text-align:left;}
#basket #save{padding:6px 7px 0;}
#basket #save .submit{background:#f3f3f3;color:#444444;}
#basket #save .submit:hover{background:#4b4b4b;color:#fff;}

#order legend{padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;color:#2e6a97;text-shadow:1px 1px 3px #e0e0e0;}
#order #personalData{padding:12px 3%;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#f3f3f3;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#2e6a97;text-shadow:1px 1px #e0e0e0;}
#order #personalData #company label, #order #personalData #comment label{font-weight:normal;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}

#shippingAndPayments fieldset{padding:11px 3%;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#f3f3f3;}

#order tfoot td, #orderPrint tfoot td{color:#278edd;}
#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 0;} /* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription{padding:10px 8px 20px;text-align:center;background:inherit;color:#278edd;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#2e6a97;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:#f3f3f3;}
#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:54px;background:url(img/bg_footer.png) top repeat-x;color:#454545;font-size:1.083em;}
#foot .container{width:1200px;margin:0 auto;padding:35px 0 35px;overflow:hidden;}
#foot a{background:inherit;color:#454545;text-decoration:none;}
#foot a:hover{color:#8cac1c;background:inherit;}
#copy{float:left;padding:0;}
.foot{float:right;padding:0;}

@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;}
}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1023px){ /* RWD Step 1 */
  #body{width:100%;}
  #head1{width:100%;}
  #head2{width:100%;}
  #head3{width:100%;}
  #body .container, #foot .container{width:100%;}
  #head3 .container{height:auto;}
  #head-img img{width:100%;}
  #head2 .container{overflow:hidden;height:auto;background:none;}
  #menu2{width:100%;}
  #menu2 ul{background:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
  #menu2 li{margin-top:2px;background:url(img/img_14.jpg) top repeat-x;}
  #menu2 li.l1{-webkit-border-radius:3px 0 0;-moz-border-radius:3px 0 0;border-radius:3px 0 0;}
  #menu2 li.lL{border-right:none;-webkit-border-top-right-radius:3px;-moz-border-top-right-radius:3px;border-top-right-radius:3px;}
  #menu2 li.lL:hover, #menu1 li.lL.selected {-webkit-border-top-right-radius:3px;-moz-border-top-right-radius:3px;border-top-right-radius:3px;}
  #menu2 li a{padding-top:15px;font-size:1.17em;}
  #column{width:100%;margin-right:100%;}
  #column #menu3{width:100%;}
  #content{width:100%;}
  #foot .container{padding:15px 0;}
  #page{width:100%;}
  #searchForm {padding:15px 3%;margin-left:0;}
  #searchForm .input{width:85%;margin:0;}
  #searchForm .submit{margin:5px 0 0;}
  *:first-child+html #searchForm .input{width:80%;} /* IE 7 hack */
  #basket .buttons .submit.continue{margin-bottom:5px;}
  #iklan .container{height:auto;}
  #iklan .container{width:100%;}
  #iklan {display:flex; flex-wrap:wrap; gap:20px;}

  .iklan1,
  .iklan2,
  .iklan3{
  flex:1 1 300px;
  height:auto;

  .order #page{width:94%;padding-left:3%;padding-right:3%;}

  #orderedProducts td{padding:2px;}
  #orderedProducts #recount td{padding:2px 0px;}
  #orderedProducts #recount .submit{font-size:0.83em;}
  #orderedProducts thead .name{padding-left:7px;}
  #orderedProducts thead .price span{display:none;}
  #continue .submit{width:70px;}
  #basket #save{padding:6px 4px 0;}
  #orderedProducts tbody .quantity input{width:25px;}
  #orderedProducts .del{overflow:hidden;width:16px;padding:0;vertical-align:center;font-size:1px;line-height:1px;}
  #orderedProducts .del a{display:inline-block;width:16px;height:16px;font-size:0px;line-height:1px;color:transparent;background:url('img/close.png') no-repeat 0px 0px;text-decoration:none;}
  #orderedProducts .del a:hover{color:transparent;background:url('img/close.png') no-repeat 0px -16px;}

  #order #personalData #setBasic, #order #personalData #setExtend{width:100%;}
  #order #personalData #oComment{height:80px;}

}

@media screen and (max-width:800px){ /* RWD Step 1a */
  #head2 .container{height:auto;}
  #logo #slogan{clear:left;padding-left:10px;margin:10px 10px 15px;background:inherit;font-size:1.167em;}
  #menu3 li{background-position:7px 9px;}  
  #menu3 a{font-size:1.2em;}
  .listHome .subpagesList{margin-bottom:20px;}
  .listHome .subpagesList li{margin:5px 2% 0 0;padding:5px 0 0;background:url(img/img_20b.jpg) repeat-x left top; width:32%; height:56px;}
  .listHome .subpagesList li.lL{margin-right:0;}
  .listHome .subpagesList li h2 a{display:block;margin:0;padding:10px 0 0 50px;background:url(img/img_20a.jpg) no-repeat 10px 9px;}
  .listHome .subpagesList li .description,.listHome .subpagesList li .photo{display:none;}

  #promoted .photo img{width:150px;}

  #products .list li{margin-left:20px;clear:none;}
  #products .list li:nth-child(2n-1){clear:both;}

  #basket #continue .continue{width:90%;}
}

@media screen and (max-width:481px){
  #head3 .container{background-image:none;}
  #menu2 li {font-size:1.2em;clear:left;width:100%;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
  #menu2 li.l1{border-radius:3px;}
  #menu2 li.lL{border-radius:3px 3px 0 0;}
  #menu2 li a{width:auto;text-decoration:none;background:transparent;text-shadow:0 1px 1px #000;}
  #menu2 li:hover, #menu2 li.selected, #menu2 li.l1:hover, #menu2 li.selected.l1 {border-radius:3px;}
  #menu2 li.lL:hover, #menu2 li.selected.lL, #menu2 li.lL:first-child:hover, #menu2 li.selected.lL:first-child {-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
  #column, #content{clear:left;width:100%;}
  #content{padding-top:5px;}
  #menu3, #column .type{margin-top:5px;}
  #menu3 ul{padding:5px 15px 15px;}
  #menu3 li{white-space:nowrap;margin-top:10px;padding:0 10px;border-left:1px solid #000;background-image:none;}
  #menu3 a{display:block;width:100%;padding:0;font-size:1.5em;}
  #menu3 .sub1{display:none;}
  .listHome .subpagesList li{clear:left;width:100%;}
  #page div.breadcrumb, #page h6.date{position:static;margin:2px 20px;padding:3px 0;}

  .productsList li.column1{clear:none;}
  #foot {height:auto}
  .foot {float:left; clear:both}
  #powered{padding-top:5px;}
}

@media screen and (max-width:320px){ /* RWD Step 3 */
  #logo{padding:10px 5px;}
  #logo #title a{font-size:2em;}
  #imagesList1{padding-right:5px;}
  #imagesList2{padding-left:5px;}
  .imagesList li{width:75px;}
  .subpagesList li img, .imagesList li img{width:65px;}
  .foot{float:left;padding-top:10px;}

  #order #personalData #setBasic, #order #personalData #setExtend, #order #personalData #vrn{width:100%;}
  #order #personalData #invoice{margin:0px;padding:0px;}
  #order #personalData .input{width:98%;}

  #orderedProducts thead .price{font-size:10px;padding:0px;}
}

/* PLUGINS */
#content .theme-default .nivoSlider{width:100%;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;} }

/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:10px;}
#backToTop a{display:block;width:49px;text-align:center;text-transform:uppercase;text-decoration:none;color:#606060;font-size:0.917em;-webkit-transition:1s;-moz-transition:1s;transition:1s;opacity:0.6;filter:alpha(opacity=60);}
#backToTop a:hover{color:#8cac1c;opacity:1;filter:alpha(opacity=100);}
#backToTop span{display:block;width:49px;height:49px;margin-bottom:7px;background:#939393 url('img/back_to_top.png') no-repeat center center;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#backToTop a:hover span{background-color:#8cac1c;}
@media screen and (max-width:1180px){
  #backToTop a{opacity:0.4;filter:alpha(opacity=40);}
}

