/*** start generic ***/

body {

	min-height: 100vh; 

    display: flex;

    flex-direction: column;

	font-size: 13px;

	font-family: "myriad-pro",'Open Sans',Arial,sans-serif;

    color: #939393;

}

.hidden,*[hidden] { display:none; }

@media screen and (max-device-width: 480px) {

  body { -webkit-text-size-adjust: none; }

}

#content-outer { flex-grow: 1; display:flex; flex-direction: column; }

#content { flex-grow: 1; }

#sidebar ul,

ul.list-check {

    margin: 15px 0 20px 15px;

    list-style-image: url(../images/check.png);

	padding:0;

}

#sidebar ul li,

ul.list-check li {

    color: #898888;

    font-size: 13px;

    margin: 0 0 4px 0;

    list-style-image: url(../images/check.png);

}

#sidebar ul li strong,

ul.list-check li strong {

    font-weight: bold;

    color: #393939;

}



a { color: #87ae2e; }

a:hover { color: #57701d; }

#content h2 { font-size: 23px; text-transform: uppercase; color: #4c4c4c; font-weight: bold; }

#content h3, fieldset>legend.h3 { font-size: 18px; color: #666; font-style: italic; margin-bottom: 10px; font-weight: normal; }

#content h4 { font-size: 16px; text-transform: uppercase; color: #4c4c4c; font-weight: bold; }

#content h5 { font-size: 14px; text-transform: uppercase; color: #4c4c4c; font-weight: bold; }





#header {

	background: url('/images/bg_heade.png') center top no-repeat, url('/images/bg_header_repeat.png') center top repeat-x;

	/*min-height:151px;*/

	border-bottom:1px solid #abb3be;

	box-shadow: inset 0px -11px 0px -10px #fff;

}



div#problem { color:#cd0417; margin-top:20px; padding:8px; background:#f3e2e3; }

div#success { color:#639209; margin-top:20px; padding:8px; background:#eaf6d4; }



.bold-note { text-transform:uppercase; font-weight:bold; font-style:italic; }

xmp,pre { font-size:11px; min-height:calc(1.5em + 22px); /* line-height + padding + border */ max-height:400px; overflow:auto; padding:10px; border:1px solid rgba(0,0,0,0.2); border-radius:8px; background-color:rgba(0,0,0,0.05); margin:5px; }



.nav-tabs .nav-link, .alert,

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child),

.dropdown-menu, .form-control, .btn { border-radius:0; }



.text-info { color:#62a5d0!important; }

.text-info-light { color:#a1d1ef!important; }

.text-medium { color:#4c4c4c!important; }

.border-info { border-color:#62a5d0!important; }

.border-info-light { border-color:#a1d1ef!important; }



.hr-3d { border-top: 1px solid rgba(0,0,0,.2); border-bottom: 1px solid rgba(255,255,255,.2); }

.shadow-bottom { box-shadow: 0 .75rem .75rem -.5rem rgba(0,0,0,.15)!important; }



.plus-end::after,

.dropdown-toggle::after {

    display: inline-block;

    margin-left: .3em;

    vertical-align: 0;

    content: "";

    border: 0;

    height: 9px;

    width: 9px;

    background: url('/images/bg_header_nav_li.png') no-repeat 50% 100%;

}

.btn-xxs { padding: 2px 4px!important; line-height:normal; font-size: .625rem!important; }

.btn-success {

    padding: 3px 8px;

	text-transform:uppercase;

	background-color: #86ad2d;

	background-image: linear-gradient(to top, #698a00 5%, #8faf00);

	color:#fff;

	text-decoration:none;

}

.btn-success:hover {

	text-decoration:none;

	color:#fff;

	background-color: #698a00;

	background-image: linear-gradient(to top, #547500 5%, #698a00);

}

.logout,

.btn-success-flat {

    padding: 3px 8px;

    font-weight: bold;

	text-transform:uppercase;

	background-color: #86ad2d;

	color:#fff;	

    font-size: .8em;

	text-decoration:none;

	border: 0;

}

.logout:hover,

.btn-success-flat:hover {

	text-decoration:none;

	color:#fff;

	background-color: #698a00;

}

.link_button {

    background: #86ad2d;

    font-family: Arial;

    font-size: 10px;

    font-weight: bold;

    color: white;

    text-decoration: none;

    text-transform: uppercase;

    padding: 2px 5px;

}

.link_button:hover {

	text-decoration:none;

	color:#87ae2e;

	background-color: #fff;

}

.text-success { color: #87ae2e!important; }

a.text-success:hover { color: #698a00!important; }



.text-normalize { text-transform: none!important; }



.bg-grey { background-color: #e7e7e8!important; }

.bg-success-3d { background-image: linear-gradient(to top, #698a00 5%, #8faf00); }

a.bg-success-3d:hover { background-image: linear-gradient(to top, #547500 5%, #698a00); }

.bg-fade-light { background-image: linear-gradient(to bottom, #fff, #e7e7e8)!important; }

.bg-fade-lighter { background-image: linear-gradient(to bottom, #fff 20%, #ececec)!important; }



.inner-border {

	border-top: 1px solid rgba(0,0,0,.1);

	position: relative;

	flex-grow:1;

	display:flex;

	align-items:center;

	padding: .25rem .5rem;

}

.inner-border::before { left: 0; }

.inner-border::after { right: 0; }

.inner-border::before,

.inner-border::after {

	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent);

	content: "";

	width: 1px;

	height: 100%;

    display: block;

    position: absolute;

	top:0;

	bottom:0;

}



#content *[class^='col-']:not(*[class^='col-12']) p { margin:0; }

#content *[class^='col-12'] strong { color: #666; }

#content .column-content img { max-width:100%; }

#content .column-content ul, #content .column-content ul {

    list-style-image: url(../images/list.png);

    margin: 0 0 0 18px;

	padding: 0;

}

#content .column-content ul li, #content .column-content ul li {

    font-size: 12px;

    list-style-image: url(../images/list.png);

    font-weight: bold;

    text-transform: uppercase;

    margin-bottom: 2px;

    color: #606060;

}

p.subheadone {

    font-size: 16px;

    color: #42719a;

    font-style: italic;

    line-height: 18px;

    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 15px;

    margin-left: 0px;

}



/*** end generic ***/



/*** start forms ***/

.form h3 {

    font-size: 15px !important;

    text-transform: uppercase;

    color: #3c3b40 !important;

    font-weight: bold;

    font-style: normal !important;

}

.form-group {

    margin-bottom: .5rem;

}

.form-control {

    height: calc(1.5em + .25rem + 2px);

    padding: .15rem .5rem;

    font-size: .875rem;

    line-height: 1.15;

}

form label {

    text-transform: uppercase;

    color: #333;

    font-family: Arial;

    font-weight: bold;

    display: block;

    margin: 6px 0 2px 0;

    font-size: 11px;

}

form .required::after { content:"*"; margin-left:.2rem; }

form .required::after,

.label-required {

    font-family: Arial;

    color: #cd0417;

    font-style: italic;

    font-size: 1em;

    font-weight: bold;

    text-transform: uppercase;

}

form label.flex-grow-1 {

    display: flex;

    align-items: flex-end;

}

/*** end forms ***/



/*** start nav ***/

#header .call_us_toll_free { display:none; }

#header .container { position: relative!important; display:block; /*overflow: visible;*/ }

#header .container .navbar-brand { float:left; }

#header .container>.navbar-toggler { position: absolute; right: 0; }

#header .logo { min-height:88px; }

#header .nav-search { width:100%; text-align:right; clear:left; }

#header .dropdown { position: inherit!important; }

#header .dropdown-menu {

	background-color: rgba(0,0,0,.1);

}

#header .dropdown-menu a { color:#fff; }

#header .nav_inner_right .img_box {

    background-color: rgba(255,255,255,.15);

}

#mainnav>ul>li>a { font-size: 16px; }

.form_list .form-control {

    border: 1px solid #cacaca;

    padding: 2px 10px;

    height: 20px;

    text-align: left;

    line-height: 18px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #939393;

    background: #ff;

    margin-right: 5px;

}

.nav_inner_left { color: rgba(255,255,255,.5); }

.nav_inner_right h4 {

    font-family: "myriad-pro", Arial, sans-serif;

    font-size: 16px;

    text-transform: uppercase;

    color: #fff;

    font-weight: bold;

}

.nav_inner_right h4 span {

    font-weight: normal;

    text-transform: none;

	color: rgba(255,255,255,.5);

}

.nav_inner_left ul.list_text,

.nav_inner_right ul.list_text,

.tabs_content_box ul.list_text {

    padding: 0;

	margin: 0;

	list-style: none;

}

.nav_inner_left ul.list_text { margin-bottom:1rem; margin-left:-12px; margin-right:-12px; }

.nav_inner_left ul.list_text li:not(.first) a,

.nav_inner_right ul.list_text li:not(.first) a,

.tabs_content_box ul.list_text li a {

    display: block;

    padding: 2px 10px 2px 25px;

	background: url('/images/bg_list_text_a_light.png') 12px 8px no-repeat;

    color: #86ad2d!important;

    font-weight: bold;

    font-size: 14px;

    text-transform: uppercase;

}

.nav_inner_left ul.list_text li:not(.first) a:hover, .nav_inner_left ul.list_text li:not(.first) a.over,

.nav_inner_right ul.list_text li:not(.first) a:hover, .nav_inner_right ul.list_text li:not(.first) a.over,

.tabs_content_box ul.list_text li a:hover, .tabs_content_box ul.list_text li a.over {

    background: url('/images/bg_list_text_a_white.png') 12px 8px no-repeat, linear-gradient(to bottom, #a9c430, #8dae00);

    color: #fff!important;

    text-decoration: none;

}

.nav_inner_right ul.list_text li.first {

    text-transform: uppercase;

    font-size: 16px;

    font-weight: bold;

    margin: 0 0 3px 6px;

	color: #fff;

}

.nav_inner_right ul.list_text li.first a {

    float: right;

    background: none;

    margin: 0 10px 0 0;

    font-size: 12px;

    font-weight: normal;

	color: #87ae2e!important;

}

@media (min-width: 340px) {

	#header .call_us_toll_free { display:inline; }

	#header .container>.navbar-toggler { position: initial; margin-top: .5rem; }

}

@media (min-width: 576px) {

	#header .nav-search { clear:none; }

	.nav_inner_left[class^=col-sm] ul.list_text { margin: 0; }

}

@media (min-width: 768px) {

	.nav_inner_left[class^=col-md] ul.list_text { margin: 0; }

}

@media (min-width: 992px) {

	#header .nav-search { width:auto!important; }

	#header .nav-search input { min-width: 528px; }

	#header .container>*:not(.navbar-brand) { float:right; }

	#header .dropdown-menu {

		background-color: #fff;

		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);

		min-height: 150px;

		min-width: 300px;

		width:60%;

		right: 0px;

		left:auto;

	}

	#header .dropdown-menu a { color:#000; }

	.nav_inner_left, .nav_inner_right ul.list_text li.first { color: #212529; }

	.nav_inner_right h4, .nav_inner_right h4 span { color: #4c4c4c; }

	.nav_inner_left[class^=col-lg] ul.list_text { margin: 0; }

	.nav_inner_left ul.list_text li:not(.first) a,

	.nav_inner_right ul.list_text li:not(.first) a {

		background: url('/images/bg_list_text_a_dark.png') 12px 8px no-repeat;

	}

}

/*** end nav ***/



/*** start video ***/

.video_box { border: 3px ridge #e9e8e6; background-color: #000; padding:1px; position:relative; }

.video_box .video_box_framing { border: 2px solid #201f1f; background-color: #000; position:relative; overflow:hidden; padding:13px; }

.video_box #video_container { border: 4px solid #252626; background-color: #000; position: relative; }

.video_box .text_box {

	position: absolute; bottom:0; left:0; right:0; width:100%; z-index:1;

	background-color: rgba(103,168,212,.8);

	border-top: 1px solid rgba(174,206,227,.8);

	box-shadow: inset 0 0 1px 1px rgba(74,137,188,.8);

}

.video_box .edge_horn {

	position: absolute;

    top: -45%;

    right: -15%;

    width: 100%;

    height: 60%;

	z-index: 1;

	transform: rotate(20deg);

	background-image: linear-gradient(to right, transparent 25%, rgba(252,255,255,.4));

}

#watchtrailer {

    position: absolute;

    top: -1.75em;

    right: 0;

	font-style: italic;

	font-size: 85%;

}



.video_nav { margin-top:-3px; }

.video_nav_box { position:relative; padding-top:3px; padding-bottom:3px; }

.video_nav_box::after { display: block; clear: both; content: ""; }

.video_nav_box:hover { background-image: linear-gradient(to right, #ececec 50%, transparent); }

.img_box { border:1px solid #b3b1b0; padding:3px; }

.img_box img { border:1px solid #928a8a; width:100%; }

.video_nav_box .slide_box { position:absolute; left:-100%; right:100%; top:0; bottom:0; display:none; z-index: 3; }

.video_nav_box:hover .slide_box { background-color: #ececec; display:block; }

.video_nav_box:hover .slide_box .bg-grey { background-color: #ececec!important; }



/*** end video ***/



/*** start tabs ***/

.tabs_wrapper {

    background: url('../images/bg_tabs_wrapper.png') center bottom repeat-x;

}

.tab-content>.container>.tab-pane { display: none; }

.tab-content>.container>.tab-pane.active { display: block; }

/*.tabs_wrapper .container { position: relative; }

.tabs_wrapper .container::before { background: url('/images/bg_tabs_content_left.png') right bottom no-repeat; left: -205px; }

.tabs_wrapper .container::after { background: url('/images/bg_tabs_content_right.png') left bottom no-repeat; right: -205px; }

.tabs_wrapper .container::before,

.tabs_wrapper .container::after {

	content: "";

	width: 221px;

	height: 199px;

    display: block;

    position: absolute;

    z-index: 1;

    bottom: -156px;

}*/

.side-bg { display: flex; }

.tabs_wrapper::before { background: url('/images/bg_tabs_content_left_top.png') right bottom no-repeat; margin-right: -16px; }

.tabs_wrapper::after { background: url('/images/bg_tabs_content_right_top.png') left bottom no-repeat; margin-left: -16px; }

.tab-content::before { background: url('/images/bg_tabs_content_left_btm.png') right top no-repeat; margin-right: -16px; }

.tab-content::after { background: url('/images/bg_tabs_content_right_btm.png') left top no-repeat; margin-left: -16px; }

.side-bg::before,

.side-bg::after {

	content: "";

    display: block;

    position: relative;

    z-index: 1;

    flex-grow: 1;

}

.side-bg .container { margin-left:0; margin-right:0; }



.nav-tabs { border-bottom: 0; display:flex; position: relative; z-index: 2; }

.nav-tabs li { display:flex; align-items:center; justify-content:center; }

.nav-tabs .nav-link {

	background-image: linear-gradient(to top right, #b5b5b5, #d2d2d2 30%, #f0f0f0);

	border: 1px solid #919090;

	border-bottom:0;

	flex-grow:1;

	display:flex; align-items:center; justify-content:center;

    font-weight: bold;

    font-size: .75rem;

    color: #878787;

    text-transform: uppercase;

    text-shadow: 1px 1px 1px #fff;

	text-align: center;

	padding: 1px 2px 0;

}

.nav-tabs .nav-link:hover,

.nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #000;

    background-color: #fff;

	background-image: linear-gradient(to bottom, rgba(0,0,0,.025), transparent);

    border-color: #919090;

}

.nav-tabs .nav-link .inner-border { justify-content:center; padding: .25rem 1.85rem; }

.nav-tabs .nav-link .inner-border::before { left: -1px; }

.nav-tabs .nav-link .inner-border::after { right: -1px; }

.nav-tabs .nav-link:hover .inner-border,

.nav-tabs .nav-item.show .nav-link .inner-border,

.nav-tabs .nav-link.active .inner-border {

    background-color: #fff;

}

.tabs_wrapper .nav-tabs li { flex-grow:1; }

.tabs_wrapper .nav-tabs .nav-link { font-size: 1rem; padding: 2px 3px 0; }

.tabs_wrapper .nav-tabs .nav-link .inner-border { justify-content:center; padding: .333rem .5rem; }

@media (min-width: 768px) {

	.tabs_wrapper .nav-tabs .nav-link { font-size: 20px; }

	.tabs_wrapper .nav-tabs .nav-link .inner-border { padding: .5rem 1rem; }

}



.tabs_content_box .feature_monthly .feature_inner h4 {

    font-size: 1rem;

    color: #4c4c4c;

    font-weight: bold;

    text-transform: uppercase;

    padding-bottom: 5px;

}

.tabs_content_box .feature_monthly .feature_inner h4 a {

    font-weight: normal;

    text-transform: none;

    font-size: .8rem;

	float:right;

}

.monthly_detail img {

    float: left;

    margin: 0 10px 10px 0;

    border: solid 2px #fff;

    outline: solid 1px #c1bfbf;

}

.monthly_detail h5 {

    font-size: 14px;

	font-weight: 400;

}

.monthly_detail h5 a {

    color: #333;

}

.monthly_detail p {

    font-size: 11px;

    font-weight: normal !important;

    /*color: #999999 !important;*/

    padding: 0 0 10px 0;

}

#blog_news .month_list { padding-left:30px; padding-right:30px; }

@media (min-width: 992px) {

	#blog_news .month_list { padding-right:15px; }

}

/*** end tabs ***/



/*** start tab contents ***/

.tabs_content_box {

	background-color:#e7e7e7;

	background-image: linear-gradient(to bottom, #fff, #e7e7e7);

	border-left:1px solid #fff;

	border-right:1px solid #fff;

}

.feature {

    border-right: 30px solid white;

    border-left: 30px solid white;

}

.feature_newrelease { position: relative; }

.feature_newrelease { display:flex; flex-direction: column; }

.feature_newrelease h6 { margin-bottom:auto; }

.feature_newrelease a.feature_video { align-self: start; }

@media (min-width: 768px) {

	.feature_newrelease:nth-child(1),

	.feature_newrelease:nth-child(3) { border-right: 1px solid transparent; }

	.feature_newrelease:nth-child(1)::after,

	.feature_newrelease:nth-child(3)::after {

		background-image: linear-gradient(to bottom, transparent, #bdbfbe, transparent);

		content: "";

		width: 1px;

		height: 100%;

		display: block;

		position: absolute;

		top:0;

		bottom:0;

		right: -1px;

	}

}

@media (min-width: 992px) {

	.feature { border: 0; }

	.feature_newrelease:not(:last-of-type) { border-right: 1px solid transparent; }

	.feature_newrelease:not(:last-of-type)::after {

		background-image: linear-gradient(to bottom, transparent, #bdbfbe 60%);

		content: "";

		width: 1px;

		height: 100%;

		display: block;

		position: absolute;

		top:0;

		bottom:0;

		right: -1px;

	}

}

/*** end tab contents ***/



/*** start section ***/

.section_wrapper { background: #609dc8 url('/images/bg_section_wrapper.png') left top repeat-x; }

.section_text_box {	background-color: #467ea7; margin-top:1px; border-top: 1px solid #a0c6e2; position: relative; overflow:hidden; }

.section_text_box::before { background: url('/images/bg_section_text_box_left.png') right top no-repeat; left: -14px; }

.section_text_box::after { background: url('/images/bg_section_text_box_right.png') left top no-repeat; right: -14px; }

.section_text_box::before,

.section_text_box::after {

	content: "";

	width: 15px;

	/*height: 215px;*/

    display: block;

    position: absolute;

    z-index: 1;

    top: 0;

    bottom: 0;

}

.best_sellers h6 .inner-border { padding: .5rem .825rem; }

@media (min-width: 576px) {

	.section_text_box {	overflow:inherit; }

	.best_sellers h6 { font-size:1em!important; }

    .best_sellers h6 .inner-border { padding: .333rem .666rem; }

}

@media (min-width: 768px) {

	.best_sellers h6 { font-size:.825em!important; }

    .best_sellers h6 .inner-border { padding: .25rem .5rem; }

}

/*** end section ***/



/*** start sidebar ***/

#sidebar {

	background-image: linear-gradient(to bottom, #e8e8ea, transparent);

	border-top: 1px solid rgba(0,0,0,.15);

	position: relative;

	box-shadow: inset 0px 11px 0px -10px #fff;

}

#sidebar h4 {

    font-size: 11px;

    color: #4b4b4b;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 13px;

    margin: 0 0 4px 0;

}

#sidebar p { margin:0; }

#sidebar a>img { background-color:#fff; border:1px solid #b3b1b0; padding:3px; width:100%; height:100%; margin-bottom:3px; }

@media (min-width: 576px) {

	#sidebar::before { background: url('/images/sidebar_left.png') right top no-repeat; left: -12px; }

	#sidebar::after { background: url('/images/sidebar_right.png') left top no-repeat; right: -12px; }

	#sidebar::before,

	#sidebar::after {

		background-size: 12px 100%;

		content: "";

		width: 12px;

		height: 100%;

		display: block;

		position: absolute;

		z-index: 1;

		top: 0;

		bottom: 0;

	}

}

@media (min-width: 768px) {

	#sidebar { border-top: 0; box-shadow: none; };

}

/*** end sidebar ***/



/*** start title ***/

#price-outer {  border: solid 1px #d0d4d8; padding: 1px;  width:100%; position:relative; }

#price { width:100%; overflow:hidden; position:relative; }

#price table {  top:0px; position:relative;  width:100%; }

#price-button { background:red; height:28px; cursor:pointer; }

#price table tr { background:#5990be; font-family:Arial, Helvetica, sans-serif; font-size:13px; height:25px;  color:#FFF; }

#price table tr.alt { background:#336894; color:#FFF; }

/*#price table tr:hover { background:#234a6b; cursor:pointer !important; color:#FFF; }*/

#price table tr td { padding:1px 0px 0 8px; cursor:pointer; color:#FFF !important; }

#price table tr td strong { font-weight:bold; color:white; }

#price_arrow { width:17px; height:18px; background:url(../images/price_arrow.jpg) no-repeat; position:absolute; right:4px; top:4px; cursor:pointer; }



.product_tabs_title { margin-bottom:-1px; }

.product_tabs_title .nav-link { position:relative; }

.product_tabs_title .nav-link.active { border-bottom: solid 1px #fff; }

.product_tabs_title .nav-link:not(.active) { border-bottom: solid 1px #919090; }

.product_tabs_title .nav-link:not(.active):hover { border-bottom-color: #fff; }

.product_tabs_title .nav-link:not(.active):hover::after {

	background-image: linear-gradient(to right, transparent, rgba(0,0,0,.1), transparent)!important;

	content: "";

	width: 100%;

	height: 1px;

	display: block;

	position: absolute; left:0; right:0; bottom:-1px; }

.product_tabs_content { border: solid 1px #919090; padding: 1rem; }

.product_tabs_content h6 {

    font-family: "myriad-pro", Arial, sans-serif;

    color: #0eb6e7;

    font-style: italic;

    font-size: .85em;

    font-weight: bold;

}

#product_sub_details hr {border-top: dashed 1px #CCC; }

li.awardtab { position:relative; }

li.awardtab::after {

	background: url('/images/award.png') left top no-repeat;

	content: "";

	width:16px;

	height:21px;

	position:absolute;

	top:0;

	right:10px;

}

/*** end title ***/



/*** start sigh-in ***/

a.account-action {

    font-size: 14px;

    text-transform: uppercase;

    color: #86ad2d;

    font-weight: bold;

    display: block;

    margin-bottom: 5px;

}

/*** end sign-in ***/



/*** start advanced search ***/

.adsearch label { font-size:12px; }

/*** end advanced search ***/



/*** start product list ***/

.filter_list a {

    display: inline-flex;

    padding: .25rem;

}

.list_item .list_item_details p { margin-bottom:20px!important;font-size:12px; }



.list_item { border-bottom:solid 1px #b6b5b4;  }

.list_item h4 a span { text-transform:none; font-weight:normal; } 

.list_item a img { border:solid 1px silver; padding:2px; width:100%; display:block; margin: 0 10px 0 0; }

.list_item_details a.cart { margin-right:10px; font-size:13px; font-weight:bold; color:#4c4c4c; background:url(../images/cart.jpg) no-repeat top left; padding:12px 0 0 38px; width:140px; }

.list_item_details a.star { font-size:13px; font-weight:bold; color:#4c4c4c; background:url(../images/mon.jpg) no-repeat top left; padding:12px 0 0 32px; width:130px; height:90px; }



.list_item_details a.addtocart { margin-right:3px; font-size:11px; text-transform:uppercase; font-weight:bold; color:#FFF; background:url(../images/add-to-cart-bg.png) no-repeat left 6px; padding:11px 12px 6px 34px; width:114px; height:26px; line-height:26px; }

.list_item_details a.addtowishlist { font-size:11px; text-transform:uppercase; font-weight:bold; color:#FFF; background:url(../images/add-to-whishlist-bg.png) no-repeat top left; padding:7px 16px 10px 34px; width:202px; height:28px; line-height:28px; }



.list_item .list_item_specs {

	font-size:11px;

	line-height:16px;

	background-image: linear-gradient(to bottom, #fdfdfd, #efefef);

	padding:0px 10px;

	/*height:115px;

	width:138px;

	float:right;

	position:relative;

	bottom:-15px;*/

}

.list_item .list_item_specs::before {

	background-image: linear-gradient(to bottom, #c4c4c4, #fff);

	content: "";

	width: 1px;

	height: 100%;

    display: block;

    position: absolute;

	top:0;

	bottom:0;

	left: -1px;

}

.list_item .list_item_specs span { font-size:11px; color:#4c4c4c;  text-transform:uppercase; font-weight:bold;}

.list_item .list_item_specs em { color:#7b0e09; font-weight:bold; }

.list_item h4 a { font-size:13px; text-transform:uppercase; color:#4c4c4c; font-weight:bold; display:block; }



#product_list h2 { font-size:23px; text-transform:uppercase; color:#4c4c4c; font-weight:bold; display:block; margin:0 0 15px 0; }



#product_list .jump label { font-weight:bold; text-transform:uppercase; color:#333; }

#product_list .jump select { display:block; width:100%; background-color:#306996; color:#FFF; font-weight:bold; }



#product_list ul{ border:0; }



#product_list #pagination { border:0; width:375px; font-size:13px; }

#product_list #pagination ul { text-align:right !important; float:right; }

#product_list #pagination li{ border:0; margin:0; padding:0; font-size:13px; list-style:none;  }



#product_list #pagination a{ border:solid 1px #DDDDDD; margin-right:2px; }

#product_list #pagination .previous-off, #product_list #pagination .next-off { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px; }

#product_list #pagination .next a, #product_list #pagination .previous a { font-weight:bold; border:solid 1px #DDDDDD; } 

#product_list #pagination .active{ color:#FFF; background-color:#AEAEAE; font-weight:normal; display:block; float:left; padding:3px 6px; border:solid 1px #DDDDDD; margin-right:2px; font-size:13px;  }

#product_list #pagination a:link, #product_list #pagination a:visited { color: #666; display:block; float:left; padding:3px 6px; text-decoration:none; }

#product_list #pagination a:hover{ border:solid 1px #666666; }





#product_filter h5 { font-size:11px; letter-spacing:3px; color:#c9c9c9; text-transform:uppercase; font-weight:bold; display:block; margin-bottom:5px; }

#product_filter span.filter_head {

	display:block;

	border: 1px solid #e9e9e9;

	background-image: linear-gradient(to bottom, #fff 20%, #ececec);

	margin:0 auto 0 auto;

	padding:2px 10px 0;

	text-transform:uppercase;

	font-size:14px;

	color:#4c4c4c;

	font-weight:bold;

    box-shadow: 0 1px 1px rgba(0,0,0,.15);

}



#product_filter ul {  margin:5px 0 20px 20px; padding:0;  }

#product_filter ul li { cursor:pointer; color:#4c4c4c; text-transform:uppercase; list-style-image:url(../images/bg_header_nav_li.png); font-weight:bold; margin:0 0 7px 0; font-size:11px; }

#product_filter ul li ul {  margin:3px 0 10px 5px;   }

#product_filter ul li ul li { font-size:12px; cursor:pointer; color:#7d7c7c; font-weight:normal; text-transform:none; list-style-image:url('/images/bg_list_text_a_light.png'); margin:0 0 3px 0; }

#product_filter ul li ul li a, #product_filter ul li a { color:#7d7c7c; font-size:12px; }



.filter_list {

	background-image: linear-gradient(to bottom, #f6f6f6, #fff);

	border-top: 1px solid #eaeaea;

	position:relative;

	padding:7px 10px 15px 10px;

	font-weight:bold;

	color:#000;

	line-height:17px;

}

.filter_list::before { left: 0; }

.filter_list::after { right: 0; }

.filter_list::before,

.filter_list::after {

	background-image: linear-gradient(to bottom, #eaeaea, transparent);

	content: "";

	width: 1px;

	height: 100%;

    display: block;

    position: absolute;

	top:0;

	bottom:0;

}

/*** end product list ***/



/*** start cart ***/

.request th, #carttable th { text-align:left; border-bottom:solid 2px #333; color:#333; padding:4px; font-weight:bold; }

.request td, #carttable td { text-align:left; border-bottom:solid 1px #CCC; padding:4px; }

#carttable td.right, #carttable th.right { text-align:right !important; }

#carttable td.right strong { color:#333; font-weight:bold; }

/*** end cart ***/



/*** start icon sprites ***/

a.icon {

	background: url(../images/social.png);

	display: block;

	width: 32px;

	height: 32px;

	float:left;

	margin-top: 10px;

	margin-right: 5px;

}

#footer a.icon {

	display: inline-block;

    float: none;

    margin: 10px 2px 0;

}

a.icon_fb { background: url(../images/social-fb.png); background-position: 0% top; }

a.icon_fb:hover { background-position: 0% bottom; }

a.icon_yt { background: url(../images/social-yt.png); background-position: 0% top; }

a.icon_yt:hover { background-position: 0% bottom; }

a.icon_st { background: url(../images/social-st.png); background-position: 0% top; }

a.icon_st:hover { background-position: 0% bottom; }

a.icon_pi { background: url(../images/social-pi.png); background-position: 0% top; }

a.icon_pi:hover { background-position: 0% bottom; }

a.icon_ln { background: url(../images/social-li.png); background-position: 0% top; }

a.icon_ln:hover { background-position: 0% bottom; }

a.icon_tw { background: url(../images/social-tw.png); background-position: 0% top; }

a.icon_tw:hover { background-position: 0% bottom; }

a.icon_su { background: url(../images/social-su.png); background-position: 0% top; }

a.icon_su:hover { background-position: 0% bottom; }

a.icon_ri { background: url(../images/social-ri.png); background-position: 0% top; }

a.icon_ri:hover { background-position: 0% bottom; }

/*** end icon sprites ***/



/*** start footer ***/

#footer_wrapper {

    background: url('/images/bg_footer_wrapper.png') center top repeat;

}

#footer {

    background: url('/images/bg_footer.png') center bottom no-repeat;

    padding-bottom: 61px;

}

.footer_box .contact li,

#footer a {

    color: #90adc7;

}

/*** end footer ***/





/*** start border-fade ***/

/* color */

.border-fade-dark::before,

.border-fade-dark::after { background-image: linear-gradient(to top, rgba(0,0,0,.3), transparent, rgba(0,0,0,.3))!important; }

.border-fade-up-dark::before,

.border-fade-up-dark::after { background-image: linear-gradient(to top, rgba(0,0,0,.3), transparent)!important; }

.border-fade-down-dark::before,

.border-fade-down-dark::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.3), transparent)!important; }

.border-fade-light::before,

.border-fade-light::after { background-image: linear-gradient(to top, rgba(255,255,255,.3), transparent, rgba(255,255,255,.3))!important; }

.border-fade-up-light::before,

.border-fade-up-light::after { background-image: linear-gradient(to top, rgba(255,255,255,.3), transparent)!important; }

.border-fade-down-light::before,

.border-fade-down-light::after { background-image: linear-gradient(to bottom, rgba(255,255,255,.3), transparent)!important; }



/* model */

.border-fade-left::before,

.border-fade-left-invert::before,

.border-fade-up-left::before,

.border-fade-down-left::before,

.border-fade-right::after,

.border-fade-right-invert::after,

.border-fade-up-right::after,

.border-fade-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

.border-fade-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

.border-fade-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

.border-fade-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

.border-fade-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

.border-fade-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

.border-fade-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

.border-fade-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

.border-fade-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

@media (min-width: 576px) {

	.border-fade-sm-left::before,

	.border-fade-sm-left-invert::before,

	.border-fade-sm-up-left::before,

	.border-fade-sm-down-left::before,

	.border-fade-sm-right::after,

	.border-fade-sm-right-invert::after,

	.border-fade-sm-up-right::after,

	.border-fade-sm-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-sm-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-sm-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-sm-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-sm-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-sm-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-sm-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-sm-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-sm-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-sm-left-0::before,

	.border-fade-sm-right-0::after { background-image: none!important; }

}

@media (min-width: 768px) {

	.border-fade-md-left::before,

	.border-fade-md-left-invert::before,

	.border-fade-md-up-left::before,

	.border-fade-md-down-left::before,

	.border-fade-md-right::after,

	.border-fade-md-right-invert::after,

	.border-fade-md-up-right::after,

	.border-fade-md-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-md-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-md-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-md-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-md-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-md-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-md-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-md-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-md-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-md-left-0::before,

	.border-fade-md-right-0::after { background-image: none!important; }

}

@media (min-width: 992px) {

	.border-fade-lg-left::before,

	.border-fade-lg-left-invert::before,

	.border-fade-lg-up-left::before,

	.border-fade-lg-down-left::before,

	.border-fade-lg-right::after,

	.border-fade-lg-right-invert::after,

	.border-fade-lg-up-right::after,

	.border-fade-lg-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-lg-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-lg-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-lg-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-lg-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-lg-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-lg-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-lg-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-lg-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-lg-left-0::before,

	.border-fade-lg-right-none::after { background-image: none!important; }

}

@media (min-width: 1200px) {

	.border-fade-xl-left::before,

	.border-fade-xl-left-invert::before,

	.border-fade-xl-up-left::before,

	.border-fade-xl-down-left::before,

	.border-fade-xl-right::after,

	.border-fade-xl-right-invert::after,

	.border-fade-xl-up-right::after,

	.border-fade-xl-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-xl-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-xl-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-xl-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-xl-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-xl-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xl-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xl-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xl-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xl-left-0::before,

	.border-fade-xl-right-0::after { background-image: none!important; }

}

@media (min-width: 1400px) {

	.border-fade-xxl-left::before,

	.border-fade-xxl-left-invert::before,

	.border-fade-xxl-up-left::before,

	.border-fade-xxl-down-left::before,

	.border-fade-xxl-right::after,

	.border-fade-xxl-right-invert::after,

	.border-fade-xxl-up-right::after,

	.border-fade-xxl-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-xxl-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-xxl-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-xxl-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-xxl-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-xxl-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xxl-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xxl-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xxl-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xxl-left-0::before,

	.border-fade-xxl-right-0::after { background-image: none!important; }

}

@media (min-width: 1600px) {

	.border-fade-xxxl-left::before,

	.border-fade-xxxl-left-invert::before,

	.border-fade-xxxl-up-left::before,

	.border-fade-xxxl-down-left::before,

	.border-fade-xxxl-right::after,

	.border-fade-xxxl-right-invert::after,

	.border-fade-xxxl-up-right::after,

	.border-fade-xxxl-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-xxxl-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-xxxl-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-xxxl-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-xxxl-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-xxxl-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xxxl-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-xxxl-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xxxl-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-xxxl-left-0::before,

	.border-fade-xxxl-right-0::after { background-image: none!important; }

}

@media (min-width: 1900px) {

	.border-fade-2k-left::before,

	.border-fade-2k-left-invert::before,

	.border-fade-2k-up-left::before,

	.border-fade-2k-down-left::before,

	.border-fade-2k-right::after,

	.border-fade-2k-right-invert::after,

	.border-fade-2k-up-right::after,

	.border-fade-2k-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-2k-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-2k-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-2k-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-2k-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-2k-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-2k-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-2k-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-2k-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-2k-left-0::before,

	.border-fade-2k-right-0::after { background-image: none!important; }

}

@media (min-width: 2980px) {

	.border-fade-4k-left::before,

	.border-fade-4k-left-invert::before,

	.border-fade-4k-up-left::before,

	.border-fade-4k-down-left::before,

	.border-fade-4k-right::after,

	.border-fade-4k-right-invert::after,

	.border-fade-4k-up-right::after,

	.border-fade-4k-down-right::after { content: ""; width: 1px; height: 100%; display: block; position: absolute; top:0; bottom:0; }

	.border-fade-4k-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); left: -1px; }

	.border-fade-4k-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent, rgba(0,0,0,.1)); right: -1px; }

	.border-fade-4k-left-invert::before { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); left: -1px; }

	.border-fade-4k-right-invert::after { background-image: linear-gradient(to top, transparent, rgba(0,0,0,.2), transparent); right: -1px; }

	.border-fade-4k-up-left::before { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-4k-down-left::before { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); left: -1px; }

	.border-fade-4k-up-right::after { background-image: linear-gradient(to top, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-4k-down-right::after { background-image: linear-gradient(to bottom, rgba(0,0,0,.1), transparent); right: -1px; }

	.border-fade-4k-left-0::before,

	.border-fade-4k-right-0::after { background-image: none!important; }

}

/*** end border-fade ***/

li a.online-catalog {
    background: #5cb82f;
    padding: 3px 20px 5px !important;
    margin-top: 6px;
    color: white !important;
    font-size: 15px !important;
}