/* Quick.Cart WebStyle008 stylesheet */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.0.3');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#181818;font-family:"Open Sans",Helvetica,sans-serif;font-size:13px;}

body{padding:0;text-align:center;font-family:"Open Sans",Helvetica,sans-serif;font-size:13px;line-height:1.5em;color:#555555;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%; background-color:#888888}

.input, select, textarea{ padding:5px; border:solid 1px #888}
.input.warning-required, select.warning-required, textarea.warning-required{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
.submit{font-style:normal;font-family:"Open Sans",Helvetica,sans-serif; padding:5px; background:#181818; border:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; color:#fff; cursor:pointer; overflow:hidden; text-decoration:none}
.submit:hover{background:#30a2be;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.form{}
.form label span{padding-left:10px;color:#949494;font-weight:normal;text-shadow:none;}
.hide{display:none;}

a{background-color:inherit;color:#181818;text-decoration:none;}
a:hover{text-decoration:underline;}

.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
#skiplinks{position:absolute;top:0px;left:0px;z-index:999999;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#000;}
#skiplinks a:focus{top:0;background:#fff;color:#000;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

#container{position:relative;width:100%;margin:0 auto;position:relative;overflow:hidden;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#header{z-index:777; margin:0;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,.5);box-shadow:0px 0px 15px 0px rgba(0,0,0,.5);padding:10px 0;background:#181818;min-height:90px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; position:fixed; top:0; left:0; width:100%}
* html #head1 .container, * html #head2, * html #body{background:none;} /* IE 6 hack */

/* MENU TOP 1 */
#head1{margin:0 auto;width:1100px;}
#head1 .container{ float:right}

#menu1 ul{float:right;margin:0 18px 0 0; padding:0;list-style:none;}
#menu1 li{float:left;padding:0 0 0 30px; margin:0; text-align:left; position:relative}
#menu1 li a{font-size:14px;color:#30a2be;}
#menu1 li a:hover, #menu1 .selected a{text-decoration:underline; color:#FFF}

#menu1 li.lBasket{text-align:left;}
#menu1 li.lBasket a{background:none;}
#menu1 li.lBasket a:before{content:"\f07a";font-family:'FontAwesome';font-weight:normal;font-style:normal;font-size:26px; position:absolute; top:5px; left:0;}
#menu1 li.lBasket span{padding:0px 0 0px 0px;display:block;font-size:10px;font-family:sans-serif; color:#888; margin:-7px 0 0 0}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{width:1100px;margin:0 auto;text-align:left; position:relative; }
#head2 .container{ float:left;}

#logo{padding:30px 0px 10px 0px; color:#30a2be;}
#logo #title a{font-weight:bold;font-size:50px;text-transform:capitalize;text-decoration:none; color:#30a2be;}
#logo #title a strong{color:#888; font-weight:normal}

/* HEADER WITH TOP MENU BELOW LOGO */
#head3{width:1100px;margin:0 auto;text-align:left;}
#head3 .container{float:right; clear:right; width:70% }

/* MENU TOP 2 */
#menu2 ul{margin:10px 0 10px 0;list-style:none; float:right; width:auto}
#menu2 li{float:left;padding:0;}
#menu2 li a{float:left;padding:14px 20px 14px 20px;color:#999999;font-size:14px;background:inherit;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#menu2 li a:hover, #menu2 .selected a{text-decoration:none;color:#ffffff !important;background:#888;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

/* SLIDER */
/* DL - 05082014 - changed colour from background:#30a2be to background:#C0C0C0 */
#banner{ width:100%; background:#C0C0C0; padding-top:105px;}
/* DL - 05082014 - changed height from height:190px; to height:20px; and font-size:50px; to font-size:15px; and line-height:90% to line-height:50% and padding:90px 0 0px 0px; to padding:80px 0 0px 0px; */
#slogan{width:1100px;margin:0 auto;text-align:center;padding:80px 0 0px 0px;color:#fff;font-size:15px; height:20px; line-height:50%}
/* DL - 05082014 - Take out the icon completely
#slogan:after{content: "\f0e6";font-family:'FontAwesome';font-weight:normal;font-style:normal; display:block; clear:both; margin-top:30px;} */

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;float:left;width:100%;margin:0 auto;background:#fff;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,.5);box-shadow:0px 0px 15px 0px rgba(0,0,0,.5);}
#body .container{overflow:hidden;width:1100px;margin:0 auto;text-align:left;}

/* LEFT COLUMN STYLES */
#column{float:left;width:29%;padding:10px 0;}
#column .type{margin-top:10px;padding:7px 0 7px 0px;color: #30A2BE;font-size:23px;}
.order #column{display:none;}

/* LEFT MENU */
#menu3{padding:22px 0px 10px 0; clear:both}
#menu3 ul{padding:10px 0;list-style:none;}
#menu3 li{padding:1px 0; width:100%; overflow:hidden}
#menu3 li a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block;width:98%;padding:0px 0 0px 2%;font-size: 16px; font-weight:bold;background:#30a2be; height:40px; line-height:40px; position:relative; color:#fff}
#menu3 li a:after{content: "\f00c";font-family:'FontAwesome';font-weight:normal;font-style:normal; background:#181818; text-align:center;width:40px;height:40px;line-height:40px;overflow:hidden; display:block; position:absolute; top:0; right:0;}
#menu3 li a:hover, #menu3 .sub1 a:hover{ text-decoration:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; background:#888;}

#menu3 .sub1{margin:0 0 10px 0;padding:0; background:none}
#menu3 .sub1 li{padding:0px 0 0px 24px;  margin:0; background:none}
#menu3 .sub1 a{display:block;padding:0px 0 0px 0; background:none; height:30px;color:#888;}
#menu3 .sub1 a:after{display:none}
#menu3 .sub1 a:hover{background:none; color:#30a2be;}

/* search form */
#searchForm{margin:12px 0px 10px 0px; height:20px; position:relative;}
#searchForm label, #searchForm legend{display:none;}
#searchForm .input{width:70%; height:34px; line-height:34px; padding:0 0 0 4px;  position:absolute; left:0;font-family:"Open Sans",Helvetica,sans-serif;}
#searchForm .submit{width:30%;height:36px; position:absolute; right:0; color:#FFF;font-family:"Open Sans",Helvetica,sans-serif; font-weight:bold; font-style:normal }


/* RIGHT COLUMN STYLES */
#content{float:right;width:67%;padding:20px 0 5px 0;text-align:left; position:relative}
* html #page{width:100%;}
#page{position:relative;text-align:left;clear:left; width:100%}

.order #content{width:100%;}
* html #page{width:100%;} /* IE 6 hack */
* html .order #page{width:94%;} /* IE 6 hack */
#body.order .container{width:1100px;background:#fff;border:0;}

/* PAGE TITLE */
/* DL - 05082014 - changed colour of h1 to black #page h1{margin:0px 0 15px 0;font-size:2.417em;font-weight:normal; color:#30A2BE} */
#page h1{margin:0px 0 15px 0;font-size:2.417em;font-weight:normal; color:#000000}

/* NAVIGATION PATH - TREE */
#page h4, #page h6.date{ padding-bottom:8px;}
#page h4 a{font-weight:normal;}
#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{padding-top:0px;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, .imagesList#imagesListPreview li img, .imagePreview img, #products li .photo img, #subpagesGallery td img, .imagesGallery td img, #productsRelated img{border:1px solid #888;}
.subpagesList li img:hover, .imagesList li img:hover, .imagesList#imagesListPreview li img:hover, .imagePreview img:hover, #products li .photo a:hover img, #subpagesGallery td img:hover, .imagesGallery td img:hover, #productsRelated img:hover{border-color:#30a2be; opacity:0.6;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

/* IMAGES STYLES - GALLERY */
#imagesGallery3{margin:0 0 15px;}
#imagesGallery4{margin:15px 0 0;}
.imagesGallery{clear:both;}
.imagesGallery .pages{clear:both;}
.imagesGallery table{width:100%;clear:both;padding:10px 0;font-size:1em;}
.imagesGallery td{padding:15px 7px 10px;text-align:center;vertical-align:top;}
.imagesGallery td div{font-weight:normal;font-size:1.1em;line-height:1.4em;}

#imagesList1{float:left;margin:7px 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:6px 20px 0 0;}
* html #imagesListPreview{margin-top:-5px;}
.imagesList#imagesListPreview li{margin-bottom:3px;}

/* 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 5px;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;background:inherit;}

/* 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%;}
* html .subpagesList li{width:100%;}
.subpagesList li .photo{float:left;margin:0 18px 5px 0;}
.subpagesList li h2{padding-bottom:10px;}
.subpagesList li h2, .subpagesList li h2 a{font-size:1.25em;font-weight:normal;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}
.subpagesList li p{padding-bottom:10px;}
.subpagesList li div.description{font-weight:normal;font-size:1em;line-height:1.4em;}

/* SUB PAGES LIST - NEWS and GALLERY */
.subpagesList li h6{padding:0 0 5px;font-weight:bold;font-size:1em;}
#subpagesGallery{width:100%;margin:5px 0 10px;padding:10px 0;font-size:1em;}
#subpagesGallery td{padding:15px 7px 10px;text-align:center;}
#subpagesGallery td h2, #subpagesGallery td h2 a{font-size:1.25em;font-weight:normal;margin:3px 0 0;}


/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;font-size:1em;text-align:right;}
*:first-child+html #options{width:95%;} /* IE 7 hack */
#options a{padding:0 10px 0;}
#options .back, #options .print{float:right;}

.message{padding:50px 0;text-align:center;}
.message h3{background:inherit;color:#181818;font-weight:normal;font-size:2.4em;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;height:80px;font-size:1.083em;float:left;width:100%;margin:0 auto;}
#foot .container{width:1100px;margin:0 auto;padding:27px 0;color:#fff;overflow:hidden;text-align:left;}
#foot a{background:inherit;color:#fff;}
#foot a:hover{text-decoration:underline;}

#copy{float:left;padding:0 0px;}
.foot{float:right;padding:0 0px;}

/* PRODUCTS LIST */
#products{float:left;width:100%;margin-bottom:10px;list-style:none;}
#products ul.list{float:left;width:100%;list-style:none;}
#products .list li{float:left;}
#products li .photo{font-size:0px;line-height:0px;}
#products li h2{padding:5px 0 5px 0;font-weight:bold;font-size:1.083em;}
#products li h3{padding:5px 0 9px;text-align:left;font-weight:normal;font-size:0.917em;}
#products li h3 em{padding:0 5px;}
#products li .price, #products li .noPrice{margin:5px 0 5px 0;background-color:inherit;color:#181818;font-weight:bold;text-decoration:none;}
#products li .price em{padding:0 6px 0 0;font-style:normal;font-weight: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;font-weight:normal;}
#products li .basket{width:150px;font-size:0.917em;display:block;font-weight:bold;text-align:center;line-height:30px;height:30px; overflow:hidden;border:0;margin:10px auto 0;}
#products li .basket a{color:#fff;background:#888;padding:0 0 0 5px; height:30px; line-height:30px; float:left; width:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#products li .basket a:after { content:"\f07a";font-family:'FontAwesome'; padding-right:16px; padding-left:9px; overflow:hidden; float:right;background:#181818; color:#FFF}
#products li .basket a:hover{background:#30a2be; text-decoration:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#products{clear:both;margin-top:10px;}
#products .list li{clear:none;width:30%;margin-left:4.9%;padding:20px 0;text-align:center;}
#products li.column1{clear:both;margin-left:0;}
#products li h3{text-align:center;}
#products li div.description{margin:10px 0 0;text-align:justify;}
#products li.pages#pagesAfter{clear:both;}
#products .list li li{float:none;width:auto;margin-left:0px;padding:0;border-top:0px;text-align:left;}

#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{display:block;text-align:left;}
* html #product{margin:0;} /* IE 6 hack */
#product h1{padding:5px 0 5px;font-size:2.25em;font-weight:normal;}
#product h4{margin:0 0 10px;padding:2px 0 7px;font-weight:normal;font-size:0.917em;}
#product h4 em{padding:0 5px;}

#product #box{float:right;width:250px;margin:5px 0 10px 5px;padding:3px 0 10px;border:1px solid #888;text-align:center;color:#30a2be;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:7px 0;font-size:1.417em;text-align:center;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;font-weight:bold;}
#product #box #available{padding:8px 2px 0;font-weight:bold;font-size:0.9em;}
#product #box #addBasket{padding:10px 0 5px;}
#product #box #addBasket .submit{width:176px;padding:5px;text-align:center;border:0;font-size:1.1em;font-weight:bold;}
#product #box #addBasket legend{display:none;}

#product div.content{clear:left;padding:0 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;font-size:1em;}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding-bottom:11px;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#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 tfoot{text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}

#orderedProducts table{margin:10px 0 0 0; border:1px #888 solid; width:99.6%}
#orderedProducts table thead td, #orderedProducts table .buttons td, #orderedProducts table #nextStep th{ background:#888; color:#fff}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount .submit{padding:2px 3px;}
#basket .summaryProducts{font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{font-weight:bold;}
#basket .del{padding:0 5px 0 10px;}
#basket #pageDescription{margin-top:20px;}
#basket #continue{text-align:left;}
#basket #save{text-align:left;}
#basket legend{display:none;}

#order legend{display:block;padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;}
#order #personalData{padding:12px 3%; margin-left:3%;overflow:hidden;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}

#shippingAndPayments div{padding:11px 3%;}

#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{font-size:1.36em;font-weight:bold;}
#order .summaryOrder th, #orderPrint .summaryOrder th{text-align:right;}
#order #rulesAccept th, #order #nextStep th{text-align:right;font-weight:normal;}
#order #rulesAccept th a{font-weight:bold;}
*: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;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;}
#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;}



@media print{
  /* PRINT STYLES */
 * {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;}
  #header {box-shadow:none; background:none}
  #head2 .container, #head2{height:auto; float:none; background:none}
  #logo{padding:0; float:none; background:none; left:0; position:absolute; top:0.5cm;font-family:'Signika',sans-serif;}
  #logo #title, #page h1{padding:0;}
  #slogan{font-size:40px;text-shadow:none;filter:none;color:#FFF;font-weight:600;width:100%;height:400px;top:60px; left:0; padding:0;text-align:left;position:absolute;}
 #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{border-width:0px !important;}

  #body{clear:none;margin:150px 0 0 0;}
  #body .container{overflow:visible;}
  #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 */