@charset "utf-8";
/* CSS Document */

@import url("resets.css"); /*Don't make any changes on this file*/
@import url("defaults.css"); /*Please make the necessary changes on this file*/
@import url("superfish.css"); /*Please make the necessary changes on this file*/

/* Overall Structure
-------------------------------------------------------------------------------- */
.container {
	width:940px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
}
#header .container { overflow:visible}
/* Header
-------------------------------------------------------------------------------- */
#header {
	 height: 167px;
}


.header-right{
	width:562px;
	margin:30px 0 0 0;
}
.header-links{
	display:inline;
	font-size:12px;
	color:#333;
	text-align:right;
}
.header-links li{
	float:left
}
.header-links li:first-child{
	padding-right:36px;
}
.header-links li.account-icon {
    padding-right: 20px;
}
.header-links a{
	font-size:12px;
	color:#333;
	line-height:19px;
}
.header-links .account-icon a{
	background:url(../images/account-icon.png) no-repeat 0 0; padding-left:25px; display:block;
}
.header-links a:hover{
	text-decoration:underline;
}
.header-links span{
	font-size:12px;
	color:#ffca31;
}
.header-links img{
	margin:0 8px -5px 13px;
}
form.search{
	clear:both;
	width:342px;
	height:22px;
	border:1px #e6e6e6 solid;
	background:#fff;
	position:relative;
	margin:8px 0 0 0;
}
form.search p input{
	position:absolute;
	top:0px;
	left:0px;
	border:1px #fff solid;
	width:256px;
	height:20px;
	padding:0 5px;
	font-size:13px;
	color:#939597;
}
form.search p button{
	position:absolute;
	top:0px;
	right:0px;
	width:74px;
	height:22px;
	border:0px;
	background:none;
	font-size:16px;
	color:#333;
	text-transform:uppercase;
	line-height:22px;
}

/* Main Menu
-------------------------------------------------------------------------------- */
#main-menu {
	width:563px;
	margin:14px 0 0 0;
}

/* Banner
-------------------------------------------------------------------------------- */
#banner {
	height:387px;
}
#banner .container{
	height:387px;
	position:relative; padding:0
}
#banner .container .banner-arrow{ position:absolute; top:50%; z-index:9999; background: none repeat scroll 0 0 #000;
    border-radius: 30px;
    box-shadow: 0 0 4px #f0efe7;
    color: #fff;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 50%;
    width: 30px; cursor:pointer}
#banner .container .banner-arrow:hover { background:#AB182F}
#banner .container #next2 { right:20px}
#banner .container #prev2 { left:20px}
#banner .container .img-holder{
	width:940px;
	height:387px;
	position:relative;
	z-index:1;
}
#banner .container .img-holder img{
	width:940px;
	height:387px;
}
#banner .container .caption{
	position:absolute;
	bottom:28px;
	left:32px;
	z-index:2;
	width:236px;
	border:1px #fff solid;
	padding:10px;
	background:url(../images/opcWhite-80.png) repeat;
	font-size:14px;
	color:#000;
}
#banner .container .caption a{
	display:block;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
#banner .container .caption a:hover{
	text-decoration:none;
}
#banner .container .caption p{
	padding:5px 0;
}
#banner .container .controller{
	position:absolute;
	bottom:28px;
	right:32px;
	z-index:3;
	height:29px;
}
#banner .container .controller li{
	display:inline;
	height:29px;
	overflow:hidden;
}
#banner .container .controller li a{
	display:inline-block;
	background:url(../images/opcWhite-75.png) repeat;
	height:29px;
	padding:0 10px;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:26px;
}
#banner .container .controller li a:hover, #banner .container .controller li a:focus, #banner .container .controller li a:visited{
	background:url(../images/opcWhite-95.png) repeat;
}
#banner .container .controller li a.prev, #banner .container .controller li a.next{
	width:30px;
	height:29px;
	padding:0px;
	text-indent:-9999px;
}
#banner .container .controller li a.prev{
	background:url(../images/arrow_left.png) no-repeat;
}
#banner .container .controller li a.next{
	background:url(../images/arrow_right.png) no-repeat;
}

/* Display-area
-------------------------------------------------------------------------------- */
#display-area {
	position:relative;	
	
}

.featured-col-three {
	width:940px;
	margin:10px 0 0 0;
}
.featured-col-three .featured-col-three-item {
	width:306px;
	margin-left:11px;
	background:#eee;
	position:relative;
}
.featured-col-three .featured-col-three-item:first-child {
	margin-left:0px;
}
.featured-col-three .featured-col-three-item .img-holder {
	width:306px;
	position:relative;
	z-index:1;
}
#display-area .featured-col-three .featured-col-three-item .img-holder img {
	width:306px;
}
.featured-col-three .featured-col-three-item .caption {
	position:absolute;
	bottom:12px;
	right:0px;
	z-index:2;
	width:260px;
	padding:10px;
	background:url(../images/opcWhite-80.png) repeat;
	font-size:14px;
	color:#000;
}
.featured-col-three .featured-col-three-item .caption a{
	display:block;
	margin:6px 0 0 0;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
.featured-col-three .featured-col-three-item .caption a:hover{
	text-decoration:none;
}
.featured-col-three {
	width:940px;
	margin:10px 0 0 0;
}
.featured-col-three .featured-col-three-item-yellow {
	width:306px;
	margin-left:11px;
	background:#eee;
	position:relative;
}
.featured-col-three .featured-col-three-item-yellow:first-child {
	margin-left:0px;
}
.featured-col-three .featured-col-three-item-yellow .img-holder {
	width:306px;
	position:relative;
	z-index:1;
}
#display-area .featured-col-three .featured-col-three-item-yellow .img-holder img {
	width:306px;
    }
.featured-col-three .featured-col-three-item-yellow .caption {
	position:absolute;
	bottom:12px;
	right:0px;
	z-index:2;
	width:260px;
	padding:10px;
	background:url(../images/opcYellow-80.png) repeat;
	font-size:14px;
	color:#000;
}
.featured-col-three .featured-col-three-item-yellow .caption a{
	display:block;
	margin:6px 0 0 0;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
.featured-col-three .featured-col-three-item-yellow .caption a:hover{
	text-decoration:none;
}
    

.featured-col-two{
	width:941px;
}
.featured-col-two .featured-col-two-item{
	width:465px;
	margin-left:11px;
}
.featured-col-two .featured-col-two-item:first-child{
	margin-left:0px;
}

form.newsletter{
	clear:both;
	width:484px;
	height:22px;
	background:#fff;
	position:relative;
	margin:8px 0 25px 0;
}
form.newsletter p{
	display:inline-block;
	height:22px;
	margin:0 0 0 5px;
	padding:0px;
}
form.newsletter p:first-child{
	margin-left:0px;
	border-left:0px;
}
form.newsletter p input{
	border:1px #e6e6e6 solid;
	width:222px;
	height:22px;
	padding:0 5px;
	font-size:13px;
	color:#333;
	line-height:22px;
}
form.newsletter p input:first-child{
	width:164px;
}
form.newsletter p.submit{
	position:absolute;
	top:0px;
	right:0px;
	height:22px;
	width:70px;
}
form.newsletter p.submit button{
	width:69px;
	height:22px;
	border:0px;
	background:none;
	font-size:16px;
	color:#333;
	text-transform:uppercase;
	line-height:24px;
}

.featured-info{
	font-size:14px;
}
.contact-details table{
	margin-bottom:25px;
	font-size:14px;
	line-height:20px;
}
.contact-details table td{
	padding-right:20px;
}


.bottom-menu-links{
	text-align:right;
	margin:0 10px 32px 0;
}
.bottom-menu-links li{
	display: block;
    float: right;
	height:23px;
	margin-left:50px;
	position:relative;
	padding:8px 0
}
.bottom-menu-links li:first-child{
	margin-left:0px;
}
#share_this{
	margin-right: 50px !important;
}
.bottom-menu-links li a{
	color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
}
.bottom-menu-links li a span{
	display:inline-block;
	width:23px;
	height:23px;
}
.bottom-menu-links li a span.facebook{
	background:url(../images/icon_facebook.png) no-repeat;
}
.bottom-menu-links li a span.share{
	background:url(../images/icon_share.png) no-repeat;
}
.bottom-menu-links li ul{
	position:absolute;
	top:24px;
	left:0px;
	padding:4px 5px;
	width:92px;
	background:#666;
	text-align:left;
}
.bottom-menu-links li ul li{
	display:block;
	margin:3px 0;
	height: 23px; padding:0 !important
}
.bottom-menu-links li ul li a{
	font-size:12px;
	color:#f6f7f9;
	text-transform:lowercase !important;
	line-height:18px;
}
.bottom-menu-links li ul li a span{
	display:inline-block;
	width:23px;
	height:18px;
}
.bottom-menu-links li ul li a span.share-email{
	background:url(../images/icon_share-email.png) center left no-repeat;
}
.bottom-menu-links li ul li a span.share-linkedin{
	background:url(../images/icon_share-linkedin.png) center left no-repeat;
}
.bottom-menu-links li ul li a span.share-facebook{
	background:url(../images/icon_share-facebook.png) center left no-repeat;
}
.bottom-menu-links li ul li a span.share-twitter{
	background:url(../images/icon_share-twitter.png) center left no-repeat;
}

.logo_distributor-holder{
	clear:both;
	text-align:right;
	height:77px;
	font-size:14px;
	color:#333;
}
.logo_distributor-holder img{
	margin:0 0 15px 0;
}

/* Content 
-------------------------------------------------------------------------------- */
.content{	
	width:640px;
	font-size:14px;
}
.content h2{
	margin-bottom:15px;
}
.content p{
	margin-bottom:18px;
}

.content-with-image{
	margin:30px 0 10px 0;
}
.content-with-image table{
	width:100%;
}
.content-with-image table td{
	text-align:justify;
}
.content-with-image table th{
	text-align:right;
	padding-left:20px;
}
.content-pad{
	padding-right:40px;
}

/* Sidebar
-------------------------------------------------------------------------------- */
.sidebar { 
	width:248px;
}
.sidebar-featured{
	width:248px;
	overflow:hidden;
}
.sidebar-featured img{
	width:248px;
	margin-bottom:15px;
}
.sidebar-featured a{
	display:block;
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:22px;
}
.sidebar-featured a:hover{
	text-decoration:underline;
}

.sub{
	margin-bottom:15px;
}
.sub li a.sub-title{
	display:block;
	padding:0 0 6px 0;
	font-size:17px;
	color:#000;
}
.sub ul li a{
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:22px;
}
.sub ul li a:hover{
	text-decoration:underline;
}

.sub2{
	margin-bottom:15px;
}
.sub2 li a.sub2-title{
	display:block;
	padding:6px 8px;
	margin-bottom:10px;
	background:#e6e6e6;
	font-size:17px;
	color:#000;
}
.sub2 ul li a{
	display:block;
	padding:6px 8px;
	background:#fff;
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:20px;
}
.sub2 ul li a:hover, .sub2 ul li a:focus, .sub2 ul li a.active{
	background:#ffca31;
}

.sub2-title{
	display:block;
	padding:6px 8px;
	margin-bottom:10px;
	background:#e6e6e6;
	font-size:17px;
	color:#000;
}

/* Footer
-------------------------------------------------------------------------------- */
#footer {
	margin-top:15px;
	font-size:13px;
	color:#000;
	text-align:left;
}
#footer .container{
	border-top:1px #e1e1e1 solid;
	padding:15px 0;
}

#eway-container{ 
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 30px 0; 
    border: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    outline:none; }

#eway { 
    float:right;
	width:187px;
    padding: 0 0 10 10; 
    border: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    outline:none; }
#eway img{ width:100%} 
#secure { float:left; padding-top:10px}
#fb-logo { 
    float:left;
padding-top: 31px;
    border: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    outline:none; }


/* ADDITIONAL STYLES */
.separator1{
	clear:both;
	height:27px;
	background:url(../images/dot1.png) center repeat-x;
}

.back-top{
	display:block;
	width:600px;
	height:28px;
	background:#e6e6e6;
	position:relative;
	margin-bottom:18px;
}
.back-top span{
	display:block;
	width:104px;
	height:28px;
	background:url(../images/icon_back-top.png) center left no-repeat;
	padding-left:23px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:26px;
}

.inner .breadcrumbs{
	margin-bottom:30px;
	font-size:13px;
	color:#000;
}
.inner .breadcrumbs .container p{
	background:#e6e6e6;
	padding:5px 10px;
}

.inner #banner{
	height:294px;
	margin-bottom:30px;
}
.inner #banner .container{
	height:294px;
}
.inner #banner .container .img-holder{
	height:294px;
}
.inner #banner .container .img-holder img{
	width:940px;
	height:294px;
}
.inner #banner .container .caption .caption-bor-bot{
	width:70px;
	border-bottom:2px #000 solid;
	padding-bottom:7px;
}
.inner #banner .container .caption h1{
	line-height:24px;
	width:236px;
}

.inner .content #banner{
	width:640px;
	height:247px;
	margin-bottom:30px;
}
.inner .content #banner .container{
	width:640px;
	height:247px;
	padding:0px;
}
.inner .content #banner .container .img-holder{
	width:640px;
	height:247px;
}
.inner .content #banner .container .img-holder img{
	width:640px;
	height:247px;
}
.inner .content #banner .container .caption{
	bottom:18px;
	left:20px;
	padding:5px 10px;
}
.inner .content #banner .container .caption .cat-name{
	font-size: 18px;
	color: #000000;
}
.inner .content #banner .container .caption .cat-name a{
	display:inline;
	font-size: 18px;
	color: #000000;
	text-decoration:none;
}
.inner .content #banner .container .caption .cat-name a:hover{
	border-bottom:1px #000 solid;
}
.inner .content #banner .container .caption h1{
	line-height:24px;
	width:236px;
}
.inner .content #banner .container .caption p{
	margin:0px;
}

.inner .content .box-col-three{
	width:675px;
}
.inner .content .box-col-three-item{
	 height: 312px;
    margin: 0 35px 35px 0;
    width: 190px;
}
.inner .content .box-col-three-viewall{
	display:block;
	padding:2px 8px;
	height:20px;
	background:#e6e6e6;
	margin-bottom:15px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
	text-align:right;
}
.box-col-three-item .img-holder{
	width:190px;
	height:210px;
	position:relative;
}
.box-col-three-item .img-holder img.new-badge{ display:none; position:absolute; top:0; left:0}
.box-col-three-item.new .img-holder img.new-badge{ display:block}
.box-col-three-item .img-holder img.more-badge{ display:none; position:absolute; bottom:50px; right:0}
.box-col-three-item.multicol .img-holder img.more-badge{ display:block}

.box-col-three-item .img-holder table{
	width:190px;
	height:210px;
	vertical-align:middle;
	text-align:center;
}
.box-col-three-item .img-holder img{
	max-width:190px;
	max-height:210px;
}
.inner .content .box-col-three-item .cat-prod-caption{
	border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    height: 51px;
    padding: 10px 0 30px;
    width: 190px;
}
.inner .content .box-col-three-item a.cat-prod-name{
	display:block;
	width:150px;
	color:#000;
}
.inner .content .box-col-three-item span.cat-prod-price{
	display:block;
	width: 50%;
	font-weight:bold;
	text-align:left;
	margin-top: 10px;
	font-size:1.1em;
	font-weight: bold;
    line-height: 1.2em;
}
.inner .content .box-col-three-item span.cat-prod-price.retail { color:#AB182F; text-decoration:line-through}
.inner h1.title{
	background:url(../images/dot1.png) bottom repeat-x;
	margin-bottom:30px;
}
.inner h1.title span{
	background:#fff;
	padding-right:10px;
}
.inner h2.title{
	border-bottom:1px #ebebeb solid;
	padding-bottom:15px;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
}
.inner .full-content{
}
.inner .full-content h2{
	margin:20px 0 20px 0;
}
.inner .full-content p{
	margin-bottom:26px;
}
.inner .full-content ul{
	list-style:disc;
	margin:0 0 20px 20px;
}

.inner form.online-form{
	width:640px;
	padding-top:20px;
}
.inner form.online-form690{
	width:690px;
	margin-bottom:20px;
}
.inner p.ccpi-select{
	width:314px;
}
.inner form.online-form div.title{
	height:44px;
	position:relative;
	margin:0 0 28px 0;
}
.inner form.online-form div.title span{
	display:block;
	width:34px;
	height:44px;
	background:#000;
	border-left:1px #b4b4b4 solid;
	border-right:1px #b4b4b4 solid;
	margin-right:20px;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:44px;
}
.inner form.online-form div.title p{
	padding:11px 0 0 0;
	font-size:16px;
	font-weight:bold;
}
.inner form.online-form div.title p img{
	margin:0 0 -5px 20px;
}
.inner form.online-form div.title a{
	position:absolute;
	bottom:-4px;
	left:56px;
	font-size:13px;
	color:#000;
	text-decoration:underline;
}
.inner form.online-form p{
	margin-bottom:10px;
}
.inner form.online-form p.title{
	margin-bottom:20px;
}
.inner form.online-form p.bot-con{
	width:268px;
	margin:10px 0 5px 0;
}
.inner form.online-form p label{
	display:block;
	font-size:14px;
}
.inner form.online-form p label input{
	width:20px;
}
.inner form.online-form p input, .inner form.online-form p textarea{
	background:url(../images/field-area_bg.png) top left no-repeat;
	border:1px #e6e6e6 solid;
	padding:4px 10px;
	width:248px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
.inner form.online-form p input:focus, .inner form.online-form p textarea:focus{
	border:1px #ffa404 solid;
	-webkit-box-shadow: #ffa404 0px 0px 3px;
	-moz-box-shadow: #ffa404 0px 0px 3px;
	box-shadow: #ffa404 0px 0px 3px;
}
.inner form.online-form p textarea{
	height:124px;
}
.inner form.online-form p input.input292{
	width:292px;
}
.inner .form-select2{
	width:470px;
	margin:25px 0 25px 210px;
}
.inner .form-select2 form{
	width:407px;
}
.inner .form-select2 form p{
	margin-bottom:18px;
}
.inner .form-select2 form label{
	display:block;
	margin-bottom:5px;
}
.inner form.online-form p button{
	width:97px;
	height:32px;
	background:url(../images/button_97_bg.png) 0 0 no-repeat;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.inner p button:hover{
	background-position:0 100%;
}

.inner a.button97{
	display:block;
	width:97px;
	height:32px;
	background:url(../images/button_97_bg.png) 0 0 no-repeat;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:32px;
}
.inner a.button97:hover{
	background-position:0 100%;
}

.inner .total-order{
	background:#e6e6e6;
	padding:16px;
	margin-bottom:20px;
	text-align:right;
}

.inner button.checkout{
	width:161px;
	height:44px;
	background:url(../images/button_checkout_bg.png) 0 0 no-repeat;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.inner button.checkout:hover{
	background-position:0 100%;
}

.inner button.checkoutTN{
	width:118px;
	height:32px;
	background:url(../images/button_checkoutTN_bg.png) 0 0 no-repeat;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.inner button.checkoutTN:hover{
	background-position:0 100%;
}

.inner .fit-size-col-two{
	width:940px;
	margin:10px 0;
}
.inner .fit-size-col-two p{
	margin-bottom:1px;
}
.inner .fit-size-col-two-item{
	width:390px;
	margin-left:20px;
	padding:10px 0 0 70px;
	min-height:61px;
}
.inner .fit-size-col-two-item:first-child{
	margin-left:0px;
}
.inner .fit-size-col-two-tight{
	background:url(../images/img_tight.png) top left no-repeat;
}
.inner .fit-size-col-two-loose{
	background:url(../images/img_loose.png) top left no-repeat;
}

.inner .fit-size-box{
	margin:25px 0;
	background:#f4f4f4;
	font-size:14px;
	color:#000;
}
.inner .fit-size-box table{
	width:100%;
}
.inner .fit-size-box table th, .inner .fit-size-box table td{
	padding:10px 20px;
}
.inner .fit-size-box table th{
	background:#000;
	color:#fff;
	text-align:left;
}




.inner .page-controller{
	width:640px;
	margin:20px 0 30px 0;
}
.inner .page-controller a{
	color:#333;
}
.inner .page-controller a:hover{
	text-decoration:underline;
}
.inner .page-controller span a{
	padding:0 2px;
}
.inner .page-controller span a:focus{
	text-decoration:underline;
	font-weight:bold;
}




.inner .prod-detail{
	width:940px;
}
.inner .prod-detail-slider{
	width:450px;
}
.inner .prod-detail-slider .img-holder{
	width:448px;
	height:313px;
	border:1px #e6e6e6 solid;
	overflow:hidden;
}
.inner .prod-detail-slider .img-holder table{
	width:448px;
	height:313px;
	vertical-align:middle;
	text-align:center;
}
.inner .prod-detail-slider .img-holder img{
	max-width:448px;
}
.inner .prod-detail-slider-controller{
	width:450px;
	height:68px;
	margin:21px 0;
	position:relative;
}
.inner .prod-detail-slider-controller .arrow{
	display:block;
	width:35px;
	height:35px;
	border:1px #e6e6e6 solid;
	position:absolute;
	top:15px;
	text-indent:-9999px;
}
.inner .prod-detail-slider-controller .arrow-prev{
	background:url(../images/arrow_slider_left.png) center no-repeat;
	left:0px;
}
.inner .prod-detail-slider-controller .arrow-next{
	background:url(../images/arrow_slider_right.png) center no-repeat;
	right:0px;
}
.inner .prod-detail-slider-controller ul{
	width:348px;
	height:68px;
	margin:auto;
}
.inner .prod-detail-slider-controller ul li{
	display:inline-block;
	width:79px;
	height:68px;
	margin:0 2px;
}
.inner .prod-detail-slider-controller ul li a{
	display:block;
	width:77px;
	height:66px;
	border:1px #e6e6e6 solid;
	text-align:center;
}
.inner .prod-detail-slider-controller ul li a img{
	max-width:77px;
	max-height:66px;
	
	min-width:60px;
	min-height:50px;
}

.inner .prod-detail-content{
	width:408px;
	margin:0 0 40px 40px;
}

.inner .prod-detail-content ul li{
	list-style-position:outside;
	list-style-type:square;
}

.inner .prod-detail-content h1{
	margin-bottom:12px;
	font-size:24px;
}

.inner .prod-detail-content h2{
	font-size:26px;
	margin:0 0 10px 0;
}

.inner .prod-detail-content h3 {
    font-size:20px; 
    color: #ab182f; 
    text-decoration: line-through; 
    margin:0 0 20px 0;
    
}

.inner .fit-feature{
	width:336px;
	height:61px;
	padding-left:72px;
	line-height:61px;
}
.inner .fit-loose{
	background:url(../images/img_loose.png) top left no-repeat;
}
.inner .fit-tight{
	background:url(../images/img_tight.png) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.inner .rain{
	background:url(../images/water-resistant.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .navy{
	background:url(../images/navy.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;	
}
.inner .mil-spec{
	background:url(../images/mil-spec.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .light-weight{
	background:url(../images/light-weight.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .mid-weight{
	background:url(../images/mid-weight.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .fr{
	background:url(../images/fr.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .nasa{
	background:url(../images/nasa.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .air-force{
	background:url(../images/air-force.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .army{
	background:url(../images/army.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .marine-corps{
	background:url(../images/marine-corps.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .heavy-weight{
	background:url(../images/heavy-weight.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .made-in-usa{
	background:url(../images/made-in-usa.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
    padding-top: 10px;
}
.inner .prod-detail-content form{
	width:407px;
}
.inner .prod-detail-content form p{
	margin-bottom:18px;
}
.inner .prod-detail-content form label{
	display:block;
	margin-bottom:5px;
}
.inner .prod-detail-content form p span.select2{
	display:block;
	width:407x;
	height:21px;
	background:url(../images/select2_bg.png) center no-repeat;
	overflow:hidden;
	position:relative;
}
.inner .prod-detail-content form p span.select2 select{
	width:426px;
	height:25px;
	border:0px;
	background:none;
	outline:none;
	position:relative;
	top:1px;
	left:-6px;
	z-index:1;
	font-size:13px;
	color:#000;
	text-indent:5px;
}
.inner .prod-detail-content form p span.select3{
	display:block;
	width:82px;
	height:23px;
	background:url(../images/select3_bg.png) center no-repeat;
	overflow:hidden;
	position:relative;
	margin:0 22px 0 12px;
}
.inner .prod-detail-content form p span.select3 select{
	width:102px;
	height:25px;
	border:0px;
	background:none;
	outline:none;
	position:relative;
	top:2px;
	left:-6px;
	z-index:1;
	font-size:13px;
	color:#000;
	text-indent:5px;
}
.inner .prod-detail-content form p button{
	width:144px;
	height:32px;
	background:url(../images/button_add-cart_bg.png) 0 0 no-repeat;
	border:0px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.inner .prod-detail-content form p button:hover{
	background-position:0 100%;
}
.inner .prod-detail-content form p.pro-det-bot{
	position:relative;
	top:6px;
}
.inner .prod-detail-content form p.pro-det-bot .select-option3{
	margin:-2px 20px 0 20px;
}
.inner .prod-detail-content form p.pro-det-bot button{
	top:-6px;
}


.inner .full-panel{
	width:940px;
}
.inner .full-panel .nav{
	width:940px;
	height:40px;
	border-bottom:2px #e6e6e6 solid;
}
.inner .full-panel .nav a{
	display:block;
	height:40px;
	padding:0 20px;
	border-top:1px #e6e6e6 solid;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	margin-left:3px;
	font-size:16px;
	color:#010101;
	text-shadow:1px 1px #e6e6e6;
	text-transform:uppercase;
	font-weight:bold;
	line-height:40px;
}
.inner .full-panel .nav a:first-child{
	margin-left:0px;
}
.inner .full-panel .nav a:focus, .inner .full-panel .nav a.active{
	background:#e6e6e6;
}
.inner .full-panel .content{
	width:860px;
	margin:auto;
}
.inner .full-panel .content h2{
	margin-left:20px;
}
.inner .full-panel .content .fit-size-box{
	font-size:13px;
}



.inner .cart-sum-box{
	width:100%;
	margin-bottom:15px;
}
.inner .cart-sum-box th, .inner .cart-sum-box td{
	text-align:left;
	vertical-align:top;
}
.inner .cart-sum-box th{
	padding:10px 20px;
}
.inner .cart-sum-box td{
	padding:23px 20px;
}
.inner .cart-sum-box th:first-child, .inner .cart-sum-box td:first-child{
	padding-left:0px;
}
.inner .cart-sum-box th{
	background:#e6e6e6;
}
.inner .cart-sum-box .img-holder{
	width:158px;
	height:158px;
	border:1px #e6e6e6 solid;
	text-align:center;
	vertical-align:middle;
}
.inner .cart-sum-box .img-holder td{
	padding:0px;
}
.inner .cart-sum-box .img-holder img{
	max-width:158px;
	max-height:158px;
}
.inner .cart-sum-box-content{
	margin:16px 0 0 0;
}
.inner .cart-sum-box .col-1{
	width:166px;
}
.inner .cart-sum-box .col-2{
	width:auto;
}
.inner .cart-sum-box .col-3{
	width:90px;
}
.inner .cart-sum-box .col-4{
	width:90px;
}
.inner .cart-sum-box .col-5{
	width:120px;
}



.inner .ret-pol{
	line-height:22px;
}
.inner .ret-pol p{
	margin-bottom:12px;
}
.inner .features{
	line-height:18px;
}
.inner .features td{
	text-align:left;
	vertical-align:center;
	padding-left:30px;
}
.inner .features img{
	border:none;
	padding:0px;
	margin:0px;
}



.customStyleSelectBox {
	line-height:24px;
	color:#000;
	font-size:12px;
	height:22px;
}
.customStyleSelectBoxInner {
	height:22px;
	line-height:22px;
	padding:0 0 0 10px;
	background:url(../images/select-arrow.png) center right no-repeat;
}

.select-option1 select { width:173px; }
.select-option1 .customStyleSelectBox {
	background:url(../images/select1_bg.png) no-repeat;
	width:173px;
}
.select-option1 .customStyleSelectBoxInner {
	width:163px !important;
}

.select-option2 select { width:407px; }
.select-option2 .customStyleSelectBox {
	background:url(../images/select2_bg.png) no-repeat;
	width:407px;
	height:21px;
}
.select-option2 .customStyleSelectBoxInner {
	width:397px !important;
	height:21px;
}

.select-option3 select { width:82px; }
.select-option3 .customStyleSelectBox {
	background:url(../images/select3_bg.png) no-repeat;
	width:82px;
	height:23px;
}
.select-option3 .customStyleSelectBoxInner {
	width:72px !important;
	height:23px;
}

.select-option4 select { width:147px; }
.select-option4 .customStyleSelectBox {
	background:url(../images/select4_bg.png) no-repeat;
	width:147px;
	height:22px;
}
.select-option4 .customStyleSelectBoxInner {
	width:137px !important;
	height:22px;
}

/**start of tabs styles**/

ul.tabs {
	width:940px;
	height:60px;
	border-bottom:2px #e6e6e6 solid;
	margin: 0 !important;
	list-style: none !important;
}
.li-right {
	float: right !important;
}
ul.tabs li:first-child {
	margin-left: 0;
}
ul.tabs li {
	float: left;
	padding: 0;
	height:60px;
	line-height: 31px;
	border-top:1px #e6e6e6 solid;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	margin-left:3px;
}
ul.tabs li a {
	display:block;
	padding:8px 30px;
	text-align:center;
	font-size:16px;
	color:#010101;
	text-shadow:1px 1px #e6e6e6;
	text-transform:uppercase;
	font-weight:bold;
	line-height:22px;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:#e6e6e6;
}
.tab_container {
	width:860px;
	margin:auto;
	font-size: 14px;
}
.tab_content {
}
.tab_content h2 {
	font-weight: normal;
	/*padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;*/
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.inner .full-panel{
	width:940px;
}
ul.tabs li a:first-child{
	margin-left:0px;
}
.inner .full-panel .tab_container h2{
	margin:20px;
}
.inner .full-panel .tab_container {
	font-size:13px;
}
.inner .full-panel .tab_container .fit-size-box {
    font-size: 13px;
}
.cart-sum-box{
 margin-bottom: 15px;
 width: 100%;
}
.cart-sum-box .productitemcell{
 height:175px;
 margin:0 0 20px 0;
  display:block !important;
}
.cart-sum-box .productitemcell img{
 width:158px;
 height:158px;
 border:1px solid #E6E6E6;
 padding:5px;
 background:#fff;
}
.box-sum-button a{
 background: url("../images/button_97_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 97px;
}

/**end of tab styles**/


.bottom-menu-links li ul li a span{
	width:100px !important;
}
.addthis_floating_style.addthis_16x16_style{
	width: 113px !important;
	margin:0px;
}
.addthis_floating_style.addthis_16x16_style .addthis_internal_container{
	width: 100px !important;
}
.at16nc.at16t_gmail{
	background:url(../images/icon_share-email.png) center left no-repeat !important;
}
.at16nc.at16t_linkedin{
	background:url(../images/icon_share-linkedin.png) center left no-repeat !important;
}
.at16nc.at16t_facebook{
	background:url(../images/icon_share-facebook.png) center left no-repeat !important;
}
.at16nc.at16t_twitter{
	background:url(../images/icon_share-twitter.png) center left no-repeat !important;
}

/* Ganea 140828 */
.logo-container { height:103px; width:526px; margin:30px -110px 0 -39px; background:url(../images/logos-container.png) no-repeat; position:relative}
.logo-container a {  display: block; position: absolute; top: 18px;height: 83px; text-align:center}
.logo-container a.alpha {height: 83px;left: 41px; width: 187px;}
.logo-container a.alpha > img {margin-top: 6px;}
.logo-container a.sisley {  display: block;right: 129px; width: 166px;}
.logo-container a.sisley > img {margin-top: 21px;}

.gray-bg { background:#383838; height:40px;margin: 10px 0 15px;}
.footer-menu li { float: left; height: 20px; line-height: 20px; margin-right: 25px; padding: 9px 0;}
.footer-menu li a { color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif}
.footer-menu li a:hover { text-decoration:underline}
.pro-det-bot .qty-label{ font-size:15px;}
.total-price {font-size: 16px;font-weight: bold; padding-right: 16px; text-transform: uppercase;}
.inner .prod-detail-content form p.pro-det-bot .select-option3 { margin:-2px 15px 0 5px}

/* NEW MENU */
#nav_714623 {
	margin: 0;
	padding:1px 0 00;
	width:730px;
	height:48px; position:relative; font-family:Arial, Helvetica, sans-serif !important
}
#nav_714623 > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:none;
	float:left;margin-left:13px;
}
#nav_714623 > li:first-child{
	margin:0px;
}
#nav_714623 > li a  {
	display: block;
	text-decoration: none;
	padding: 7px 12px;
	color: #000;
	font-weight:bold;
	font-size:14px;
	line-height:1;
	font-style:normal;
	text-transform:uppercase;
}
#nav_714623 a:hover,
#nav_714623 .p7PMmark,
#nav_714623 .p7PMon {
	background-color: #ffca31;
	color: #000;
}
#nav_714623 li.menu-title > a,#nav_714623 li.menu-title { font-size:14px; color:#9c151b; padding-bottom:5px; padding-top:5px; font-weight:bold}
#nav_714623 li.menu-title ul li a { font-size:11px; font-weight:normal; text-transform:none !important }
#nav_714623 li.menu-title > ul > li > a {padding:3px 0 3px 25px}
#nav_714623 li.menu-title > ul > li > a:hover { background:none; color:#000; text-decoration:underline}
#nav_714623 li.menu-title > ul > li.sub-head-menu > ul > li > a { padding:3px 0 3px 25px}
#nav_714623 li.menu-title > ul > li.sub-head-menu > ul > li > a:hover { background:none; text-decoration:underline}
#nav_714623 li.menu-title > ul > li.sub-head-menu > a { margin-top:5px; font-size: 13px; font-weight: bold; padding:5px 0 5px 15px}

.login-container { float:left; width:502px; background:#e6e6e6; padding:0 25px 15px; margin-right:75px;}
.register-container { float:left; width:295px;}
.inner .account-page form.online-form { width:100%}
.account-page { padding-bottom:40px;}
.inner .account-page h1.title { background: url("../images/dot2.png") repeat-x scroll center bottom}
.account-page .separator1 {background: url("../images/dot2.png") repeat-x scroll center bottom; clear: both; height: 19px; margin-top: 4px;}
.clearfix{clear:both;}

/* Attributes */

.catProductAttributeGroup:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.catProductAttributeGroup {	display: inline-block;}
html[xmlns] .catProductAttributeGroup {display: block;}
* html .catProductAttributeGroup {height: 1%;}
.img-attr { float:left; width:50px; height:50px; margin:0 9px 9px 0;-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.4);box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.4); position:relative; font-size:0; line-height:0; cursor:pointer}
.img-attr.last { margin-right:0}
.img-attr input[type=checkbox] { display:none}
.img-attr span > span { display:none}
.select-option2.checked { }
.img-attr label { margin:0 auto; position:absolute; top:0px; left:0; width:50px; height:50px; cursor:pointer}
.select-option2.checked label {border:4px solid #a42c2f; margin:0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; top:-4px;left:-4px}


.img-attr.hover .attr-description { display:block; position:absolute;top:63px; right:0; background:#a42c2f; color:#fff; text-transform:uppercase; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; width:79px; padding:5px 15px; line-height:20px; display:block; z-index:999;-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.4);box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.4); }
.img-attr.hover.first .attr-description { right:auto; left:0}
.img-attr .attr-description .arrow { background:url(../images/popup-arrow-bg.png) no-repeat; position:absolute; margin-top:-13px; right:16px; width:22px; height:13px; display:block; top:0}
.img-attr.hover.first .attr-description .arrow { right:auto; left:16px;}
.select-option2 img { cursor:pointer}
.pro-det-bot .qty-label{ font-size:15px;}
.total-price {font-size: 16px;font-weight: bold; padding-right: 16px; text-transform: uppercase;}
.inner .prod-detail-content form p.pro-det-bot .select-option3 { margin:-2px 15px 0 5px}