/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }
@font-face {
    font-family: 'trump_gothic_east_mediumRg';
    src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.eot');
    src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.woff') format('woff'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.svg#trump_gothic_east_mediumRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'airstream_nfregular';
    src: url('fonts/airstreamnf-webfont.eot');
    src: url('fonts/airstreamnf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/airstreamnf-webfont.woff') format('woff'),
         url('fonts/airstreamnf-webfont.ttf') format('truetype'),
         url('fonts/airstreamnf-webfont.svg#airstream_nfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'airstream_nfregular';
        src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.svg#trump_gothic_east_mediumRg') format('svg');
    }
    @font-face {
        font-family: 'airstream_nfregular';
        src: url('fonts/airstreamnf-webfont.svg#airstream_nfregular') format('svg');
    }    
}
#bar-notification{ height: 0;}    

body {
    font: 14px/21px 'Source Sans Pro', arial, sans-serif;
    color: #fff;
    background: #000;
    min-width: 1000px;

}

h1 {
font-size: 27px;
line-height:32px;
}

h2 {
font-size: 25px;
line-height:30px;
}

h3 {
font-size: 23px;
line-height:30px;
}

h4 {
font-size: 21px;
line-height:28px;
}

h5 {
font-size: 17px;
line-height:22px;
}


a { color: #d3561d; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family:'Open Sans', arial, sans-serif; font-weight: 700; color: #464747; }
textarea { overflow: auto; }
.clearfix { *zoom:1; }
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display:block; }


input.go:hover,
input.submit:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
a, 
div.product { -webkit-transition: color 0.5s; -moz-transition: color 0.5s; -o-transition: color 0.5s; -ms-transition: color 0.5s; transition: color 0.5s; -webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; -ms-transition: background-color 0.5s; transition: background-color 0.5s; }


.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

span#logo { font-size:0; line-height:0; width: 446px; position:absolute; top:0; left:0; }
span#logo a{ display:block; height: 103px; text-indent: -4000px; background:url(images/logo.png); }

.shell { width: 1000px; margin:0 auto; position:relative;  }

/* header */
.top-bar { background: url(images/top-bar-bg.png) repeat-x 0 0; height: 49px; font-family:'Open Sans', arial, serif; line-height: 49px;  }
div.phone { float: left; font-weight: 700; }
.top-nav { float: right; font-size: 12px; font-weight: 600; }
.top-nav ul { float: left; }
.top-nav ul li { list-style:none; list-style-position: outside; display: inline; padding-right: 20px; }

.top-nav ul li a { color: #fff; }
a.request-btn { float: right; font-weight: 700; text-transform: uppercase; color: #fff; background: url(images/request-btn.png) repeat-x 0 0; height: 34px; line-height: 34px; margin-top: 5px; padding: 0 15px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
a.request-btn:hover
 { text-decoration:none; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80); }
.header-cnt .shell { padding: 30px 0 34px 0; }





.header-cnt .search {
background: #edeeee;
width: 291px;
position:relative;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
height: 38px;
margin-left: auto;
}


.header-cnt .search input.search-box-text { border:0; padding: 10px; background: transparent; width:  230px !important; float: left; }

.header-cnt .search input.search-box-button { background: url(images/go.png) no-repeat 0 0; top:4px; right:4px; position:absolute; width: 34px; height: 30px; border:0; float: right; font-size: 0; line-height: 0; text-indent: -4000px; 
 cursor: pointer; }

 .navigation { border-top:1px solid #626262; font-weight: 700; z-index: 99; position:relative; background: url(images/cart-bg.png) repeat-x 0 0; }
.navigation ul li {list-style:none; list-style-position: outside; float: left; text-transform: uppercase; border-right: 1px solid #2b2b2b; border-left: 1px solid #222; position:relative; }
.navigation ul li.cart { background: url(images/cart-bg.png) repeat-x 0 0; float: right; width: 155px; position:relative;  }
.navigation ul li.cart span.cart-ico { background: url(images/cart.png) no-repeat 0 0; display: block; width: 30px; height: 30px; position:absolute; top: 13px; left:29px; }
.navigation ul li.cart span.count { display: block; width:  19px; height: 19px; position:absolute; top: 11px; left:53px; background-color: #f36f32; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; text-align: center; line-height: 19px; font-weight: 700; }
.navigation ul li.cart a { padding:0; text-align: center; padding: 0 20px 0 77px; background: url(images/arr.png) no-repeat right center ; }
.navigation ul li.cart a:hover { text-decoration: underline; background-position: right center;  }
.navigation ul li:first-child { border-left:0; }
.navigation ul li a { float: left; color: #fff; padding:0 27px; height: 52px; line-height: 52px; background: url(images/navigation-link-bg.png) repeat-x 0 0;}
.navigation ul li a:hover,
.navigation ul li.active a { background-position: 0 bottom; text-decoration:none; }
.navigation ul li:last-child a{ padding:0 30px 0 31px;} 
.navigation ul li:first-child a{ padding:0 29px;}

.navigation ul li ul { position:absolute; top: 52px; left:0; background: #c34912;  font-weight: 400; width: 281px; padding: 25px 0; display: none; }
.navigation ul li ul li { display: block; float: none; text-transform: capitalize; border:0; padding: 0 0; width: 100%; }
.navigation ul li ul li a { border: 0;  float: none; display: block; color: #ffa487; background: transparent; height:28px; line-height: 28px;  padding:0 25px; }
.navigation ul li ul li a:hover { color: #d5d5d5; text-decoration:none; }

.main { margin-top: 6px; background: url(images/main-bg.png) repeat-y 0 0; }

/* sidebar */
.sidebar { width: 245px; float: left; background: #3f3f3f; padding-top: 3px;  } 
.sidebar ul li ul { display: none; }
/*.sidebar ul li ul.active { display: block; }*/
.sidebar ul li { list-style:none; list-style-position: outside; position:relative;  }
.sidebar ul li a { display: block; height: 34px; line-height: 34px; background: #3f3f3f url(images/sidebar-hover-bg.png) repeat-x 0 -50px; padding: 0 0 0 26px; color: #fff; border-top: 1px solid #353535; border-bottom: 1px solid #6f7175; position:relative; }
.sidebar ul li:first-child a { border-top:0;  }
.sidebar ul li.active > a { color: #f16e31; background-position: 0 0; }
.sidebar ul li span { display: block; width: 7px; height: 5px; position:absolute; top:15px; right: 18px; background: url(images/sidebar-arr.png) no-repeat 0 0; }
.sidebar ul li span.active { 
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg) 
}
.sidebar ul li ul li a {text-indent: 20px;}
.sidebar ul li.active span { background-position:0 bottom; }
.sidebar ul li a:hover { background-position:0 0; text-decoration:none;  }
.sidebar ul.subnav { padding: 6px 0 10px 0; background: #2d2d2d; position:relative; width: 100%; }
.sidebar ul.subnav li { border:0; font-size: 12px;  }
.sidebar ul.subnav li a { background-color: #2d2d2d; border:0; padding-left: 43px; height: 26px;  line-height:26px;  }
.sidebar ul.subnav li a:hover { background: #2d2d2d; color: #f16e31; }

/* content */
.content { width: 748px; float: right;position: relative; background: #1d1d1d;}
.bar-notification.error .content {
    font-size: 21px;
    position: relative;
    left: 50%;
    z-index: 99;
    border: 3px solid red;
    padding: 20px;
    float: none;
	width: 300px;
    text-align: center;
    margin: 5px 0 5px -150px;
}
.poster { background: url(images/poster-bg.png) repeat-x 0 0; padding: 8px 8px; margin-bottom: 5px; }
.poster-cnt { background: url(images/poster-img.jpg) no-repeat 0 0; height: 193px; position:relative;  }
.poster-cnt .txt { height: 87px; position:absolute; bottom: 22px; left:20px; background: url(images/transparent-bg.png) repeat 0 0; }
.poster-cnt .txt h2 { line-height: 87px; padding: 0 32px; font-size: 46px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif;  }

.mesage { background-color: #1d1d1d; padding: 10px }

.mesage-cart, .page-title{ background-color: #1d1d1d; padding: 10px;}
.mesage-cart .page-title, .mesage .page-title{ margin-bottom: 0;padding: 0;}
.page-title h1{ margin-bottom: 10px;}

.products .product { float: left; width: 209px; padding: 10px 10px 25px 10px; margin-right: 10px;min-height: 280px;}
.products .product:hover { cursor: pointer; background-color: #3c3c3c;  }

.product-list .product{ display: block;height: 204px;margin-bottom: 10px; }
.product-list .product .picture{height: 204px;width: 236px;overflow: hidden;float: left;}
.product-list .product .cnt{ float: left;}

.page {
    /*padding: 10px;*/
}
.page, .category-page { background: #1d1d1d }
.page-body { padding: 10px;}

.products .product .picture{ border: 0;min-height: 213px;}
.products .product a img, .product-list .product .picture img{ width: 100%;max-height: 204px;overflow: hidden;}
.products .product .cnt,.product-list .product .cnt { padding: 14px 8px 18px 8px; }
.products .product .cnt h5, .product-list .product .cnt h5 { font-size:17px; font-weight: 700; padding-bottom: 11px;  }
.products .product .cnt h5 a, .product-list .product .cnt a{ color: #fff;}
.products .product .cnt p, .product-list .product .cnt p { color: #6c6c6c; font-size: 12px; font-family:'Open Sans', arial, serif; line-height: 18px; font-weight: 700; padding-bottom: 17px;  }
.products .product .cnt .button-2, .product-list .product .cnt .button-2 { float: left; border: 2px solid #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; height: 31px; line-height: 26px; background: url(images/shop-btn.png) repeat-x 0 bottom; padding:0 10px; color: #2f2f2f; text-shadow: 1px 1px 0px #fff; font-family:'Open Sans', arial, serif; font-weight:700; font-size:12px;}
.products .product .cnt .button-2:hover, .product-list .product .cnt .button-2:hover { background-position: 0 0; text-decoration:none; color: #fff; text-shadow: 0px 0px 0px rgba(150, 150, 150, 0); }
.main .products { width: 753px; }  

.category-page .products{ }

.product-selectors .product-viewmode, .product-selectors .product-sorting, .product-selectors .product-page-size{ width: 236px;margin-right: 10px;float: left; }
.product-selectors .c2-sb-wrap,
.product-selectors .c2-sb-wrap .c2-sb-inner-wrap,
.product-selectors .c2-sb-wrap .c2-sb-text { min-width: 205px;width: 223px;}
.product-selectors .product-page-size{ margin-right: 0;}
.product-selectors{height:  65px;}

.product-selectors{ }

.pager{ display: block;position: absolute;top: 100%;right: 0;}
.pager ul{ list-style-type: none;}
.pager ul li{ float: left;padding-right: 5px;}

.footer-store-theme .c2-sb-wrap, .footer-store-theme .c2-sb-wrap .c2-sb-inner-wrap,
.footer-store-theme .c2-sb-wrap .c2-sb-text { min-width: 200px;}

.product-filters-wrapper{ background: #1d1d1d;}
.filter-content .available-items ul{ list-style-type: none;margin-left: 5px;}
.filter-content .available-items ul .title{ background: none;padding-left: 0;margin-bottom: 0;height: 20px;line-height: 15px;}
.filter-content .available-items ul  .item{ padding-left: 10px;}

/* footer */
.footer { padding:0 0 60px 0; }
.footer .section { float: left; width:  305px; font-size: 13px; padding-left:20px;  }
.footer .section iframe{ border: 0;}
.footer .section:first-child { padding-left:0 ; } 
.footer-top { padding: 30px 20px 30px 20px; }
.footer .section a.more-link { font-size:12px; text-transform: uppercase; }
.footer .section h4 { font-size:24px; text-transform: uppercase; line-height: 24px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif; padding-bottom: 10px; }
.footer .section ul li { list-style:none; list-style-position: outside; padding:0 0 16px 16px; background: url(images/ul-arr.png) no-repeat 0 6px;  } 
.footer .section li a { color: #fff; }
.footer .section li a:hover { color: #f36f32; text-decoration:none; }
.footer .section .sign-up { height: 28px; background: url(images/enter-email-bg.png) repeat-x 0 0;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
.footer .section .sign-up input.field, #newsletter-email { font-size: 13px; font-weight: 400; color: #fff; background: transparent;  border: 0; padding: 4px 17px; float: left; width: 185px; }
.footer .section .sign-up input.submit { float: right; height: 28px; border:0; background: url(images/request-btn.png) repeat-x 0 0; color: #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; padding: 0 10px; cursor: pointer; }

.footer .socials { padding: 56px 0 0 0; width: 330px; }
.footer .socials a { float: left; width: 48px; height: 46px; margin-left: 7px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/socials.png) no-repeat 0 0; }
.footer .socials a:hover { background-position:0 bottom; }

.footer .socials a.twitter-ico { background-position: -58px 0; }
.footer .socials a.youtube-ico { background-position: -115px 0;  }
.footer .socials a.hub-ico { background-position: -170px 0; }
.footer .socials a.email-ico { background-position: -225px 0; }
.footer .socials a.instagram-ico { background-position: -280px 0;}

.footer .socials a.twitter-ico:hover { background-position: -58px bottom; }
.footer .socials a.youtube-ico:hover { background-position: -115px bottom; }
.footer .socials a.hub-ico:hover { background-position: -170px bottom; }
.footer .socials a.email-ico:hover { background-position: -225px bottom; }
.footer .socials a.instagram-ico:hover { background-position: -280px bottom;}
.footer .socials a:first-child  { margin-left:0; }

.footer-slider {  padding:0px 0 41px 36px; text-align: center; border-top: 5px solid #1e1e1e; border-bottom: 5px solid #1e1e1e; position:relative; }
.footer-slider h3 { font-size: 30px; font-family:'trump_gothic_east_mediumRg', arial, serif;  line-height: 30px; text-transform: uppercase;  padding:27px 0;}
.footer-slider .carousel, .footer-slider .caroufredsel_wrapper{ height: 108px!important;}
.footer-slider .slide { width: 144px; height: 114px; background: url(images/footer-slide-bg.png) repeat-y 0 0; float: left; margin-right: 13px;  } 
.footer-slider .slide img { padding: 3px 0 0 4px; }
.footer-slider .slider-nav a { position:absolute; bottom: 83px;  width:  19px; height: 31px; display: block; background: url(images/footer-slider-nav.png) no-repeat 0 0; }
.footer-slider .slider-nav a.prev { left: 0; }
.footer-slider .slider-nav a.next { background-position: right 0; right: 0; }

.footer-bottom { padding-top: 33px; }
.footer-bottom p.copy { color: #474747; font-size:12px; }
.footer-bottom p.copy a { color: #474747; padding: 0 ;text-decoration: underline;}
.footer-bottom p.copy a:hover { color: #fff; text-decoration:none; }

.footer-bottom ul { padding-bottom: 10px; }
.footer-bottom li { float: left; list-style:none; list-style-position: outside; font-size: 13px; text-transform: uppercase; padding-right: 15px; }
.footer-bottom li a { color: #fff; float: left; }
.footer-bottom li a:hover { color: #d3561d; }

/* product-page detail */
.product-detail { padding:0 28px 34px 28px; background-color: #1d1d1d;  }
.breadcrumb { padding: 24px 0;}
/*.breadcrumb span { padding: 0 8px; }*/
.breadcrumb ul{ list-style-type: none;height: 20px;}
.breadcrumb ul li{ float: left;}
.breadcrumb ul li .delimiter{ padding: 0 8px;}
.product-title h3 { font-size: 24px; font-weight: 700; }
.product-title p { color: #6c6c6c; font-size: 12px; font-family:'Open Sans', arial, serif; padding: 12px 0; }

.product-detail .attributes label{ padding-bottom: 7px;}
.product-detail .attributes .c2-sb-wrap{ margin-bottom: 15px; }

.mesage .breadcrumb{ padding: 0;}
.product-detail .gallery { float: left; width: 373px; }
.big-img { width: 373px; height: 364px; overflow: hidden; background-color: #000;  }
.big-img img { width: 373px; height: 364px; }
.thumbnails { padding-top: 35px; }
.thumbnails ul li { list-style:none; list-style-position: outside; float: left; width: 86px; overflow: hidden; margin-left:9px; }
.thumbnails ul li:first-child { margin-left:0; }  
.thumbnails ul li a { float: left; }

.options { float: right; width: 317px; }
.options h6 { font-weight: 400; font-size: 16px; color: #fff; }
.options h5 { font-weight: 700; font-size: 16px;  } 
.select-hold { padding-bottom: 15px; }
.select-hold label { display: block; padding-bottom:7px;  }

.product-socials { border-top: 1px solid #2b2b2b;  border-bottom: 1px solid #2b2b2b; padding: 14px 0; }
.product-socials .add-this { float: left; }
.product-socials .right a { color: #fff; padding: 0 9px 0 0; float: left; position:relative; margin-left:32px;  }
.product-socials .right a span {display: block; width: 19px; height: 19px; position:absolute; top:0; left: -23px;  background: url(images/email-print.png) no-repeat 0 0; }
.product-socials .right a.print-btn span { background-position: right 0; }

.tabnav a { background: url(images/tabs-nav.png) repeat-x 0 0; height: 36px; line-height: 36px; float: left; padding: 0 25px; color: #fff; border-left: 1px solid #1d1d1d; }
.tabnav a:first-child { border-left:0; }
.tabnav a:hover { text-decoration:none; }
.tabnav a.active { background-position:0 bottom; }

.tab { border: 1px solid #2c2c2c; padding: 43px 30px;  }
.tab ul { padding: 10px 0;}
.tab ul li { list-style:none; list-style-position: outside; padding-left: 20px; background: url(images/ul-arr.png) no-repeat 0 6px; } 
.tabcnt { border-bottom:5px solid #3f3f3f;  }

.title { height: 46px;background-color: #000000; line-height: 46px; padding-left: 10px; margin-bottom: 10px; }
.title h3 { font-size:30px; font-family:'trump_gothic_east_mediumRg', arial, serif;  font-weight:normal; color: #000; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);text-transform: uppercase;}
.also-purchased-products-grid .title h3 {color: #fff; text-shadow: none;}

/* homepage */
.homepage { margin-top:2px ; }
.homepage .products { width: 1005px; }

.slider { height: 423px; background: url(images/homepage-slider-bg.png) repeat-x 0 0; padding: 9px; position:relative; }
.slider .slider-nav a { z-index: 90; display: block; position:absolute; top: 50%; margin-top: -36px; width: 75px; height:86px; background: url(images/slider-navigation.png) no-repeat 0 0; }
.slider .slider-nav a#prev { left: -11px; } 
.slider .slider-nav a#next { right: -20px; background-position: right 0;  }

.slider .slide { position:relative; float: left; }
.slider .slide .slide-txt { position:absolute; left:79px; bottom: 41px;  z-index: 1; background: url(images/transparent-bg.png) repeat 0 0;  padding: 20px 33px 30px 33px ; }
.slider .slide .slide-txt h2 { font-size: 115px; font-family:'trump_gothic_east_mediumRg', arial, serif; line-height: 100px;  font-weight:normal; padding-left: 30px; }
.slider .slide .slide-txt h3 { font-family:'airstream_nfregular', arial, serif; font-weight:normal; font-size: 76px; line-height: 60px; }
.slider .slide .slide-txt p { width: 390px; padding: 11px 0 0 30px; }
.slider .slide .slide-txt p a { font-weight: 700; font-size:16px; line-height:23px; }

.pagination { position:absolute; bottom: 22px; left: 50%;  }
.pagination a { float: left; font-size: 0; line-height: 0; text-indent: -4000px; width: 12px; height: 12px; background: url(images/pagination.png) no-repeat right 0; margin-right: 10px;  }
.pagination a.selected { background-position:0 0; } 

.features { margin-top: 9px; }
.feature { float: left; width: 327px; height:216px; background: #0d0d0d url(images/feature-bg.png) repeat-x 0 0; margin-left: 9px; position:relative;  }
.feature:first-child { margin-left:0; }
.feature .img-holder { position:absolute; top:0; right:0; }

.feature.last .img-holder { top: -5px; right: -1px; }

.feature .cnt { width: 130px; padding: 18px 0 0 27px; }
.feature .cnt h4 { text-transform: uppercase; font-family:'trump_gothic_east_mediumRg', arial, serif; font-weight:normal; font-size: 47px; line-height: 40px; }
.feature .cnt p { color: #989898; }
.feature .cnt a.more-link { display: block; height: 37px; line-height: 37px; color: #fff; padding: 0 15px; position:absolute; bottom: 15px; left: 26px; background: url(images/navigation-link-bg.png) repeat-x 0 -53px; border: 3px solid #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; text-transform: uppercase; font-size:13px; font-weight: 700;   }
.feature .cnt a.more-link:hover { text-decoration:none; opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); } 

.add-to-cart-panel .qty-label{ color: #ffffff;font-family: 'Source Sans Pro', arial, sans-serif;font-weight: normal !important;font-size: 14px;}
.qty-input, .search-input input, .inputs input, .gift-card-coupon-code,
.discount-coupon-code, .payment-info input[type="text"]{ background: #dedede;border: 0;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; padding: 5px 8px; color: #333;font-weight: normal;}

/*.options .product-collateral .variant-overview .button-1{ display: block;margin-top: 10px;}*/

.add-to-cart-panel  .add-to-cart-button,.add-to-cart-panel  .add-to-wishlist-button,
.email-a-friend .button-2,
.buttons .save-customer-info-button, .buttons .button-1,
.buttons .button-2, .add-button .button-1, .button-1, button-2, 
.inputs input.button-2{cursor: pointer;margin-bottom: 10px;color: #fff; background: url(images/request-btn.png) repeat-x 0 0;height: 25px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;border: 0;padding: 5px 8px; }

.advanced-search div{ margin-bottom: 5px;}
.block-newsletter .sign-up {}

.search-results .result{left: 10px;top: -15px;z-index: 5;position: relative;}

.customer-info-page h1, .account-page h1{ margin-bottom: 15px;}
.customer-info-page h2, .account-page h2{ margin-bottom: 5px;}
.dob{ height: 55px;}
.inputs{ margin-bottom: 10px;}
.inputs label{ display: block;width: 100%;}
.inputs input{ width: 200px;}
.inputs .gender input, .newsletter-sign input{ width: auto;}

.inputs-phone { display:none; }


.address-list-page .info{ list-style-type: none;margin-bottom: 15px;}

.cart{ width: 100%;margin: 15px 0;}
.cart th{ font-size: 16px;}
.cart td{border-bottom: 1px solid #000000;padding: 10px 2%; }
.cart .product{ width: 45%;} 
.cart .unit-price, .cart .end{ text-align: center;}
.cart .qty-input{ width: 50px;}

.cart-total, .cart-footer{ margin: 15px 0;}

.cart-footer .totals { float: right;}

.cart-total-right { padding-left: 10px;}

.cart .cart-header-row th:first-child{
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    overflow:hidden;
}
.cart .cart-header-row th:last-child{
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    overflow:hidden;
}
.cart .cart-header-row th{
    background: rgb(255,127,68);
    background: -moz-linear-gradient(top,  rgba(255,127,68,1) 0%, rgba(236,97,33,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,127,68,1)), color-stop(100%,rgba(236,97,33,1)));
    background: -webkit-linear-gradient(top,  rgba(255,127,68,1) 0%,rgba(236,97,33,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,127,68,1) 0%,rgba(236,97,33,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,127,68,1) 0%,rgba(236,97,33,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,127,68,1) 0%,rgba(236,97,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f44', endColorstr='#ec6121',GradientType=0 );
    zoom:1;
    padding:10px 0;
}

.checkout-data .address-grid{
    padding: 10px;
    background: rgba(255,255,255,0.1);
    margin:20px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.method-list .method-description{font-style:italic; padding-bottom:10px;}

.c2-sb-inner-wrap,
.c2-sb-inner-wrap .c2-sb-button{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.order-review-data ul{
    padding: 0 10px 10px 10px;
    background: rgba(255,255,255,0.1);
    margin: 20px 16px 20px 0;
    float: left;
    width: 45%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.order-review-data ul h3{
    padding:10px 0 0 0;
}

div.section.products h3 { padding-top: 10px;}
div.section.products table td { padding: 3px 10px;}

.mesage-cart h3{}
.mesage-cart ul{ list-style-type: none;}

.sidebar .order-progress li .active-step{ color: #f16e31; background-position: 0 0; }

.payment-info .info td{ padding-bottom: 10px;}

.address-edit-page .inputs{ min-height: 48px;} 

.order-details-area table{ width: 50%;}
.order-details-area ul{ list-style-type: none;}
.order-details-area ul li h3 {padding-top: 10px;}

.product-info {
margin-bottom: 20px;
}

.full-description p{
font-size: 14px;
line-height: 21px;
font-family: 'Source Sans Pro', arial, sans-serif;
color: #fff;
}

#AddProductReview_Title {
background: #dedede;
color: #333;
}

.write-review {
background: #1d1d1d;
padding: 20px;

}

.write-review .title {
margin-bottom: 20px;
}

.write-review textarea, #PersonalMessage {
background: #dedede;
border: 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
padding: 5px 8px;
color: #333;
font-weight: normal;
}

.review-rating {
margin: 10px 0px 20px 0px;
}

.review-rating ul {

}

.review-rating ul li {
display: inline-block;
float: left;
margin: 0px 10px 0px 0px;
}

.buttons {
clear: both;
margin: 10px 0px;
}

#RememberMe {
    float: left;
    width: 20px;
    margin-right: 10px;
    margin-top: 4px;
}
.write-product-review-button {
margin-top: 20px;
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading{background:#fff url(images/loading.gif) no-repeat center;}
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink{left:0;}
#lbPrevLink:hover{background:transparent url(images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink{right:0;}
#lbNextLink:hover{background:transparent url(images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCaption{font-weight:700;}

.picture {

overflow: hidden;
}

.ajaxCart .productAddedToCartWindowCheckout {
	padding: 1px 32px !important;
    border: 0 none;
    border-color: #999;
    background: #F76C2C !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F76C2C), to(#EC6222)) !important;
    background: -moz-linear-gradient(top, #F76C2C, #EC6222) !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F76C2C', endColorstr='#EC6222') !important;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
	text-decoration: underline;
}

.inputs input {
    width: 200px;
}
.inputs .input#As {
    width: auto;
    display: inline;
}
#Address_StateProvinceId, #Address_CountryId, #NewAddress_CountryId, #NewAddress_StateProvinceId {
    background: none repeat scroll 0% 0% #DEDEDE;
    border: 0px none;
    border-radius: 3px;
    padding: 5px 8px;
    color: #333;
    font-weight: normal;
    width: 200px;
}
.product-subtotal {
    margin-right: 10px;
}