@charset "utf-8";

.langbar {
	float:left;
	margin-top:-38px;
	margin-right:-20px;
}

.sign-in-form { border:0; margin-top:10px; }
  .sign-in-form td { padding:0 0 10px 0; font-size:14px; font-family: 'PT Sans', sans-serif; }
  .sign-in-form td.label { padding:4px 50px 0 30px; color:#333; }
  .sign-in-form td .txt { border:1px solid #ccc; padding:3px; width:250px; font-size:14px; font-family: 'PT Sans', sans-serif; }

#submenu { float:left; margin-top:30px; }

.ordercomments { border:1px solid #ccc; padding:10px; width:500px; height:100px; }
  
/*
 * Buttons
 */
.general-active-button-old { padding:3px 15px; background-color: #d5d5d5; color:#111; cursor:pointer; border:1px solid #979696; font-size:12px; font-family: 'PT Sans', sans-serif; border-radius:8px; font-weight:bold; }
.general-active-button-old:hover { background-color:#979696; }

.general-active-button { padding:10px 20px; background-color: #009fe3; color:#fff; cursor:pointer; border:0px solid #979696; font-size:12px; font-family: "Open Sans", sans-serif; border-radius:8px; font-weight:bold; }
.general-active-button:hover { background-color:#555555; color:#fff; text-decoration: none; }

.general-active-button-1 { padding:5px 20px; background-color: #009fe3; color:#fff; cursor:pointer; border:0px solid #979696; font-size:12px; font-family: "Open Sans", sans-serif; border-radius:8px; font-weight:bold; }
.general-active-button-1:hover { background-color:#555555; color:#fff; text-decoration: none; }

.general-inactive-button { padding:8px 30px; background-color: #ccc; color:#fff; cursor:pointer; border:1px solid #999; font-size:14px; font-family: 'PT Sans', sans-serif; }
.general-inactive-button:hover { background-color:#ccc; }

/*
 * Product Page
 */
#product-multizoom { float:left; width:415px;  }
  #product-image { display:block; width:375px; padding:0 20px; }
    #product-media {  width:375px; margin:0 0px; padding:0; }
  #product-thumbs { display:block; padding:10px 0 0 0; width:432px; margin-left:-8px }
#product-info { float:right; width:420px; font-family: 'PT Sans', sans-serif; }
  #product-info h1 { font-size:22px; }
  #product-info h3 { font-size:20px; padding:0 0 5px 0; border-bottom:1px solid #ccc; margin-top:10px; padding-top:10px; }
  #product-info p { font-size:13px; padding:3px 0 3px 1px; }
  #product-info .product-add-to-basket { padding:15px 0 5px 0; }
  #product-info .product-add-to-basket-button { padding:7px 15px; background-color: #d5d5d5; color:#111; cursor:pointer; border:1px solid #979696; font-size:12px; font-family: 'PT Sans', sans-serif; border-radius:8px; font-weight:bold; }
  #product-info .product-add-to-basket-button:hover { background-color:#979696; }
  #product-info .product-add-to-wishlist-button { width:150px; height:36px; background: transparent url('../images/addtowishlist.png') top left no-repeat; cursor:pointer;  font-size:12px; font-family: 'PT Sans', sans-serif; border:0; font-weight:bold; text-indent: -9999px; }
  #product-info .product-add-to-wishlist-button:hover { background: transparent url('../images/addtowishlisthover.png') top left no-repeat; }
  
  #product-info .product-view-more-ul { list-style-type: disc; margin:10px 0 0 0; }
  #product-info .product-view-more-ul a { display:block; padding:3px 0; }
  #product-info .product-view-more-ul a:hover { text-decoration:underline; }
/*
#product-default { display:block; padding:10px 0; }
  #product-thumbs { float:left; width:120px; padding:25px 0 0 0; height:405px; }
  #product-middle { float:left; }
    #product-media {  width:250px; margin:0 0px; padding:25px 0; }
    #product-colors { border-top:1px solid #ccc; }
  #product-info { float:right; width:360px; }
    #product-info h1 { font-size:19px; }
    #product-info p { font-size:14px; padding:3px 0 3px 1px; }
    #product-info .product-size { padding:0 0 15px 0; }
    #product-info .product-size-selector { border:1px solid #ccc; width:210px; padding:5px; }
      #product-info .product-size-selector .opta { padding:0 5px; }
      #product-info .product-size-selector .opti { padding:0 5px; color:#999; font-style:italic; }
    #product-info .product-add-to-basket { padding:15px 0 5px 0; }
    #product-info .product-add-to-wishlist { padding:5px 0 15px 0; }
    #product-info .product-add-to-basket-button { width:210px; padding:8px; background-color: #000; color:#fff; cursor:pointer; border:0; }
    #product-info .product-view-more-text { border-top:1px solid #ccc; margin-top:10px; padding-top:10px; }
    #product-info .product-view-more-ul { list-style-type: disc; margin:5px 0 0 20px; }
    #product-info .product-view-more-ul a { display:block; padding:3px 0; }
    #product-info .product-view-more-ul a:hover { text-decoration:underline; }
*/
/*
 * Shopping Cart
 */
#cart { float:right; width:72px; height:64px; margin:32px -105px 0 0; text-align:center; background: transparent url('../images/cart.png') top left no-repeat; color:#000; padding:0 0 0 42px; font-weight:bold; }
 #cart a { color:#000; font-weight:bold; display:block; padding:16px 0; text-decoration: none; font-size:22px;  }
#wishlist { float:right; width:72px; height:64px; margin:32px -105px 0 0; text-align:center; background: transparent url('../images/wishlist.png') top left no-repeat; color:#000; padding:0 0 0 42px; font-weight:bold; }
 #wishlist a { color:#000; font-weight:bold; display:block; padding:20px 14px 16px 0; text-decoration: none; font-size:22px;  }
 
.shopping-basket { border:0; width:100%; margin:20px 0; font-family: 'PT Sans', sans-serif; font-size:13px; }
  .shopping-basket th { padding:5px 5px; color:#999; font-weight:bold; text-align:left; vertical-align: middle; }
  .shopping-basket th.max { width:99%; }
  .shopping-basket th.full-r { white-space: nowrap; text-align: right; }
  .shopping-basket th.full-l { white-space: nowrap; text-align: left; }
  .shopping-basket td { width:1%; background-color: #dfdfdf; padding:5px; border-bottom:5px solid #fff; vertical-align: middle; }
  .shopping-basket td.max { width:99%; }
  .shopping-basket td.full-l { white-space: nowrap; text-align: left; }
  .shopping-basket td.full-r { white-space: nowrap; text-align: right; }
  .shopping-basket td.max a { color:#000; }
  .shopping-basket td.max a:hover { text-decoration:underline; }
  
@media (max-width: 1749px) {
  .shopping-basket th { padding:0px 5px; }
  .shopping-basket th.full-r { white-space: normal; }
  .shopping-basket th.full-l { white-space: normal; }
  .shopping-basket td.full-r { white-space: normal; }
  .shopping-basket td.full-l { white-space: normal; }
}
  
.shopping-basket-price { border:0; width:100%; font-family: 'PT Sans', sans-serif; font-size:14px; }
  .shopping-basket-price td { width:60px; text-align:right; font-weight:normal; color:#000; padding:2px 0; }
  .shopping-basket-price td.max { width:820px; }

/*
 * Order History
 */
#order-history { margin:15px 0; border:1px solid #ccc; padding:2px; border-radius: 5px; font-family: 'PT Sans', sans-serif; font-size:13px; }
  #order-history table { width:100%; border-radius: 5px; }
  #order-history table th { padding:10px; font-weight:bold; text-align:center; background-color: #ccc; width:1%; white-space: nowrap; vertical-align: middle; }
  #order-history table th.max { text-align:left; width:99%; }
  #order-history table th.first { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
  #order-history table th.last { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
  #order-history table td { padding:10px; text-align:center; border-bottom:1px dotted #ccc; width:1%; white-space: nowrap; vertical-align: middle; }
  #order-history table td.max { text-align:left; width:99%; }
  #order-history table td.subleft { border:0; font-weight: bold; text-align: left; font-style: italic; }
  #order-history table td.subright { border:0; font-weight: bold; text-align: right; }
  
/*
 * Popups
 */
#mask { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99998; background: transparent url('../images/trans-dot-80.png') top left repeat; }
#wishlistmask { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99998; background: transparent url('../images/trans-dot-80.png') top left repeat; }

#mask-rel-ok { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99998; background: transparent url('../images/trans-dot-80.png') top left repeat; }
#mask-rel-error { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99998; background: transparent url('../images/trans-dot-80.png') top left repeat; }

#wallet-mask { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999998; background: transparent url('../images/trans-dot-80.png') top left repeat; }

#basket-popup { float: left; font-size: 1.2em; position: fixed; top: 160px; left: 50%; z-index: 99999; margin-left:-180px; width:360px; }
  #basket-popup-content { background: #fff; border: 1px solid #999; border-top:0; padding:20px 30px; }
    #basket-popup-content h6 { text-align:center; font-size:21px; border-bottom: 1px solid #ddd; padding-bottom:15px; margin-bottom:20px; }
    #basket-popup-content p.title { font-size:13px; font-weight:bold; padding-bottom:5px; }
    #basket-popup-content p.code { padding-bottom:20px; color:#999; font-size:13px; }
    #basket-popup-content p.close { text-align:center; margin-top:15px; opacity:1; }
    #basket-popup-content p.close a { color:#333; font-size:13px; }
    #basket-popup-content p.close a:hover { color:#666; text-decoration: underline; }

#basket-popup-terms { float: left; font-size: 1.2em; position: fixed; top: 160px; left: 50%; z-index: 99999; margin-left:-380px; width:760px; }
  #basket-popup-terms-content { background: #fff; border: 1px solid #999; border-top:0; padding:20px 30px; }
    #basket-popup-terms-content h6 { text-align:center; font-size:21px; border-bottom: 1px solid #ddd; padding-bottom:15px; margin-bottom:20px; }
    #basket-popup-terms-content p.title { font-size:13px; font-weight:bold; padding-bottom:5px; }
    #basket-popup-terms-content p.code { padding-bottom:20px; color:#999; font-size:13px; }
    #basket-popup-terms-content p.close { text-align:center; margin-top:15px; opacity:1; }
    #basket-popup-terms-content p.close a { color:#333; font-size:13px; }
    #basket-popup-terms-content p.close a:hover { color:#666; text-decoration: underline; }
    
 #wallet-popup { float: left; font-size: 1.2em; position: fixed; top: 160px; left: 50%; z-index: 999999; margin-left:-260px; width:520px; }
  #wallet-popup-content { background: #fff; border: 1px solid #999; border-top:0; padding:20px 30px; }
    #wallet-popup-content p.left-button { float: left; }
    #wallet-popup-content p.left-button a { display:inline-block; width:210px; text-align:center; }
    #wallet-popup-content p.right-button { float: right; }
    #wallet-popup-content p.right-button a { display:inline-block; width:210px; text-align:center; }
 
@media (max-width: 799px) {
  #basket-popup-terms-content { padding:20px 10px; }
  #basket-popup-terms { top: 50px; left: 8%; z-index: 99999; margin:0 auto; width:84%; }
  #wallet-popup { top: 50px; left: 8%; margin:0 auto; width:84%; }
}

/*
 * Filter List
 */
#filterlist {  }
#filterlist li { list-style-image: url("../images/checkbox-off.gif"); }
#filterlist li.active { list-style-image: url("../images/checkbox-on.gif"); }

/*
 * Quick Search Form
 */
/*#quicksearchform { position:absolute; margin-left:680px; }*/
  #quicksearchformtext { height:35px; width:220px; display:inline; outline: none; border:2px solid #777; border-right:0px solid #fff; border-top-left-radius:5px; border-bottom-left-radius:5px; padding:2px 3px; font-size:12px; background-color:#fff; color:#333; }
  #quicksearchformbutton { height:35px; display:inline; cursor:pointer; width:25px; border:2px solid #777; border-left:0px solid #fff; border-top-right-radius:5px; border-bottom-right-radius:5px; padding:2px 3px; font-size:12px; background: #fff url('../images/search_16.png') top center no-repeat; background-position-y: 4px; }

/*
 * Classes
 */
.multiorder { margin:15px 0; border:1px solid #ccc; font-family: 'PT Sans', sans-serif; font-size:13px; }
.multiorder .hidetr { display:none; }
  .multiorder table { width:100%; }
  .multiorder table th { padding:5px; font-weight:bold; text-align:center; background-color: #ccc; width:1%; white-space: nowrap; vertical-align: middle; }
  .multiorder table th.max { text-align:left; width:99%; }
  .multiorder table td { padding:2px; text-align:center; border-bottom:1px dotted #ccc; width:1%; white-space: nowrap; vertical-align: middle; }
  .multiorder table td.max { text-align:left; width:99%; }
  .multiorder .txtc { width:110px; border:1px solid #ccc; font-size:12px; padding:3px; }
  .multiorder .txtq { width:50px; border:1px solid #ccc; font-size:12px; padding:3px; text-align:center; }
  .multiorder .txtd { width:226px; border:1px solid #fff; font-size:12px; padding:3px; }
  .multiorder .txta { width:180px; border:1px solid #fff; font-size:12px; padding:3px; text-align:center; }
  .multiorder .txtp { width:50px; border:1px solid #fff; font-size:12px; padding:3px; text-align:right; padding-right:10px; }
  
.contentul { list-style-type: disc; }
.contentul li { font-family: 'PT Sans', sans-serif; font-size:13px; line-height: 18px; }

.webstatsform { border: 1px solid #B4B4B4; border-radius: 10px; padding:0 15px 15px 15px; min-height: 200px; }
  .webstatsform h2 { border-left:4px solid #009fe3; font-size:17px; font-weight:600; padding-left:15px; padding-top:3px; padding-bottom:3px; }
  .webstatsform p.label { display:block; font-weight:bold; padding:10px 0 0px 0; color:#111; text-align:left; }
  .webstatsform p.elem { padding:0; }
  .webstatsform .txt { padding:5px; width:250px; border:1px solid #ccc; border-radius: 10px; }
  .webstatsform .slt { padding:5px; width:300px; border:1px solid #ccc; }
  .webstatsform .opt { padding:0 5px; width:300px; }
  .webstatsform p.error { padding:5px 0 0 0; }
  .webstatsform p.submitbutton { padding:0; position: absolute; bottom:60px;}

.webstatstable { padding:2px; border:1px solid #ccc; }
  .webstatstable table { width:100%; }
  .webstatstable table th { padding:8px; text-align:center; font-weight:bold; background-color: #ccc; font-family: 'Tahoma', sans-serif; font-size:13px; }
  .webstatstable table td { padding:5px 8px; text-align:center; border-bottom:1px solid #ccc; font-family: 'Tahoma', sans-serif; font-size:13px; }

.webstatstitle { padding:20px 20px 0 20px; font-weight:bold; font-size:14px; }

 .fixclear .clear { margin:0; padding:0; background-color: #f00; }

.cbxgrpdiv { z-index:99999; position:absolute; top:0px; left:75px; width:24px; height:24px; }
.cbxgrpdiv a {  width:24px; height:24px; background: transparent url('../images/zoom.png') top left no-repeat; }
.cbxgrpdiv a:hover { background: transparent url('../images/zoom-h.png') top left no-repeat; }

.projectdetailstiny h4 a { color:#111; text-decoration: none; }
.projectdetailstiny h4 a:hover { color:#999; }

.vpiframediv { }
.vpiframediv iframe { width:190px; height:110px; }

/*.vpprocatfiles { margin:0;padding:0; float:right; width:310px; }
.vpprocatfiles li { margin:0; padding:0 0 8px 0; font-size: 13px; color:#444; }
.vpprocatfiles a { display:block; text-decoration:none; }
.vpprocatfiles a:hover { text-decoration:underline; }*/
#vpprocatfiles {}
  #vpprocatfiles #vpselectprocatfiles { float:left; }
  #vpprocatfiles #vpselectprocatfiles select { border:1px solid #ccc; padding:1px; width:300px; font-size:10px; }
  #vpprocatfiles #vpselectprocatfiles select option { padding:1px 3px; }
  #vpprocatfiles #vpopenprocatfile { float:right; }
  
#vpproductfiles { padding:10px 0 0 0;}
  #vpproductfiles #vpselectproductfiles { float:left; }
  #vpproductfiles #vpselectproductfiles select { border:1px solid #ccc; padding:1px; width:395px; font-size:10px; }
  #vpproductfiles #vpselectproductfiles select option { padding:1px 3px; }
  #vpproductfiles #vpopenproductfile { float:right; }
  
.vebluelinks { }
.vebluelinks p a { color:#00c; }
.vebluelinks p a:hover { text-decoration:underline; }

#jqc { position:fixed; top: 0; right:10px; width:200px; height:65px; background-color: #fff; border:5px solid silver; border-top:0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding:3px 10px 7px 10px; font-family: 'Source Sans Pro', sans-serif !important; font-weight: 300; line-height: 7px; font-size: 25px; text-align:center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index:9999;}
#jqc .info { font-size:9px; line-height: 9px; text-shadow: none; display:block; padding-top:5px; padding-bottom:5px; }
#jqc .greenboxindicator { background-color: #0f0; width:45px; height:45px; float:left; border-radius: 6px; margin-top:5px; }
#jqc .orangeboxindicator { background-color: #FF9900; width:45px; height:45px; float:left; border-radius: 6px; margin-top:5px; }
#jqc .redboxindicator { background-color: #FF0000; width:45px; height:45px; float:left; border-radius: 6px; margin-top:5px; }

@media (max-width: 767px) {
  #clock1 .info { display:none; }
  #clock1 span { display:none; }
  #jqc { width:41px; height:40px; border:3px solid silver; border-top:0; padding:1px 5px 2px 5px; }
  #jqc .greenboxindicator { width:25px; height:25px; }
  #jqc .orangeboxindicator { width:25px; height:25px; }
  #jqc .redboxindicator { width:25px; height:25px; }
}

@media (max-width: 559px) {
  #clock1 .info { display:none; }
  #clock1 span { display:none; }
  #jqc { width:34px; height:30px; border:3px solid silver; border-top:0; padding:0px 5px 1px 5px; right:15px; }
  #jqc .greenboxindicator { width:18px; height:18px; }
  #jqc .orangeboxindicator { width:18px; height:18px; }
  #jqc .redboxindicator { width:18px; height:18px; }
}

.dimensionstable { width:200px; }
.dimensionstable tr td { padding:5px 10px 5px 0; border-bottom: 1px dotted silver; text-align:right; font-family: 'PT Sans', sans-serif !important; font-size:12px; }

.vesmall {}
.vesmall p { font-size:12px; padding:0; line-height:14px; font-family: 'Source Sans Pro', sans-serif !important;}
.vesmall2 p { font-size:13px; padding:0; line-height:17px; font-family: 'Source Sans Pro', sans-serif !important;}

.vp-fix-b-search { margin-top:100px;}

@media (max-width: 599px) {
  .vp-fix-b-search { margin-top:0px;}
}

.vphomeyoutube-wrapper { width:100%; clear:both; margin:0 auto; }
.vphomeyoutube {  display:block; width:100%;  position: relative;
    overflow: hidden;
    padding-top: 56.25%;}
.vphomeyoutube iframe { margin:0 auto; text-align: center; position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}

.vp-fix-home-video-gallery-left-space { margin-left:120px !important; }
@media (max-width: 479px) {
  .vp-fix-home-video-gallery-left-space { margin-left:0px !important; }
}

/* VIDEOS */
.i-video-box { display:block; width:100%; margin-bottom:30px;}
.i-container { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.i-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
 * MY WALLET
 */
.wallet-table { margin:15px 0; border:1px solid #ccc; padding: 15px; border-radius: 5px; font-family: 'PT Sans', sans-serif; font-size:13px; display: block; background-color: #f1f1f1; border-radius: 20px; box-shadow: 0 0 20px #999; }
  .wallet-table table { width:100%; border:1px solid #ccc; }
  .wallet-table table th { padding:8px; font-weight:bold; color:#fff; text-align:center; background-color: #009fe3; width:20%; vertical-align: middle; }
  .wallet-table table th.max { text-align:left; width:80%; }
  .wallet-table table td { padding:6px; text-align:center; border-bottom:1px solid #ccc; width:20%; vertical-align: middle; }
  .wallet-table table td.max { text-align:left; width:80%; }
  .wallet-table table td.subleft { border:0; font-weight: bold; text-align: right; }
  .wallet-table table td.subright { border:0; font-weight: bold; text-align: right; }
  .wallet-table #walletorder { border:1px solid #ccc; padding:5px 1px; width:100%; font-size:13px; background-color: #eeeeee; }
  .wallet-table #walletorder option { padding:2px 1px; }
  
 .s-form a.sbmt { font-weight:700; font-size:12px; padding-left:20px; margin-top:25px; background-color: #0072A3; color:#fff; }
 .s-form a.sbmt span.fa { background-color: #fff; color:#555; width:25px; height:25px; padding:3px; font-size:16px; margin-left:10px; }
 
 .s-form a.sbmt:hover { background-color: #555; color:#fff; }
 .s-form a.sbmt:hover span.fa { background-color: #009fe3; color:#fff; }
 
 .synergates-info-title { display: block; font-weight: 600; text-align: center; font-size:14px; padding-top:10px; }
 .synergates-info-desc { display: block; padding-bottom: 10px; }
 .synergates-info-desc p { margin:0; padding:0; font-size: 13px; line-height: 15px; text-align: center; }
 
 #termscontentinfo p.bottombnt-left { padding:30px 10px; float:left; }
 #termscontentinfo p.bottombnt-right { padding:30px 10px; float:right; }
 
 @media (max-width: 767px) {
   #termscontentinfo p.bottombnt-left { padding:30px 3px 5px 3px; float:none; display: block; text-align: center; }
   #termscontentinfo p.bottombnt-right { padding:5px 3px 30px 3px; float:none; display: block; text-align: center; }
 }
 
 .delivery-title-1 { font-weight:bold; font-size:17px; }
 .delivery-title-2 { font-weight:bold; font-size:17px; }
 @media (max-width: 767px) {
   .delivery-title-1 { display:inline-block; font-size:14px; background-color: #009fe3; border-radius: 15px; padding:5px 15px; color:#fff; }
   .delivery-title-2 { display:inline-block; font-size:14px; background-color: #67bafe; border-radius: 15px; padding:5px 15px; color:#fff; }
 }
 
.checkout-wallet-section { float:right; border: 1px solid #009fe3; background-color:#009fe3; font-weight:bold; color:#333; font-size:15px; margin-top:15px; padding:10px 20px; border-radius: 25px; font-family: 'PT Sans', Arial; color:#fff; }
.checkout-wallet-section .left-section { text-align: right; float:left; width:300px; padding-right:23px; }
.checkout-wallet-section .left-section span { font-weight:normal;font-size:11px;display:block;margin-top:-7px; }
.checkout-wallet-section .right-section { text-align: center; float:left; width:100px; padding:15px 0 0 20px; }
.checkout-wallet-section .right-section #mywalletamount { width:100%;text-align:right;border:1px solid #fff;border-radius:5px;display:none; color:#fff; background-color: #009fe3; outline: none; font-size:17px; }

@media (max-width: 767px) {
  .checkout-wallet-section .left-section { text-align: right; display:block; width:100%; padding-right:0; }
  .checkout-wallet-section .right-section { text-align: right; display:block; width:100%; padding:10px 0 0 0; }
  .checkout-wallet-section .right-section #mywalletamount { width:80px; float:right; }
}

