.toolbar li.welcome {
	line-height: 1;
	font-size: 11px;
	margin-top: 5px;
}
.main {
	width: 970px;
	margin: 0 auto;
	min-height: 400px;
	padding: 0;
	background: #fff;
	text-align: left;
}
#product .nomargin {
	margin: 0 0 0 56px;
}
.std .row {
	padding-left: 25px;
	padding-top: 45px;
	border-left: 1px solid #f1f1f1;
}
.premium_wording {
	color: #006c53;
	font-size: 19px;
	margin: 10px 0;
}
.btn.checkout {
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, #790909),  color-stop(1, #D90101) );
	background-image: -o-linear-gradient(bottom, #790909 0%, #D90101 100%);
	background-image: -moz-linear-gradient(bottom, #790909 0%, #D90101 100%);
	background-image: -webkit-linear-gradient(bottom, #790909 0%, #D90101 100%);
	background-image: -ms-linear-gradient(bottom, #790909 0%, #D90101 100%);
	background-image: linear-gradient(to bottom, #790909 0%, #D90101 100%);
	border: 1px solid #791010;
	border-radius: 3px;
	font-size: 16px;
}
#collection .col-main .std .row {
	border-width: 0;
	padding-top: 0;
}
.pagec, .productpage, .indexpage, .collectionpage {
	margin-top: 30px;
}
.desktopNav {
	display: block;
}
.mobileNav {
	display: none;
}
.mshow #main_navigation {
	display: none;
}
.mshow a {
	font-size: 18px;
	display: block;
	color: #fff !important;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #222;
}
.mshow a span {
	line-height: 0;
	font-size: 24px;
}
nav {
	width: 100%;
}
#main_navigation {
	width: 100%;
}
#mainSubNav #main_navigation ul li {
	display: block;
	float: none;
	text-align: left;
	border-top: 1px solid #636669;
	border-right: 0px solid #91989E;
}
#mainSubNav #main_navigation ul li a {
	display: block;
	float: none;
	text-align: left;
	border-top: 1px solid #91989E;
	border-right: 0px solid #91989E;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mainSubNav #main_navigation ul li a:hover {
	padding: 0 0 0 10px;
}
#mainSubNav #main_navigation ul li.child a {
	padding-left: 10px;
	font-size: 11px;
}
#mainSubNav #main_navigation ul li:first-child a {
	border-left: 0px solid #91989E;
}
/* Base Columns */
.col-left {
	float: left;
	width: 140px;
	padding: 0;
	margin-right: 20px;
}
.col-main {
	float: left;
	width: 800px;
	padding: 0 0 1px;
}
.col-right {
	float: right;
	width: 140px;
	padding: 0 0 1px;
	margin-left: 20px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 475px;
	margin-left: 17px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 687px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}
/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 48.5%;
}
.col2-set .col-2 {
	float: right;
	width: 48.5%;
}
.col2-set .col-narrow {
	width: 32%;
}
.col2-set .col-wide {
	width: 65%;
}
.col3-set .col-1 {
	float: left;
	width: 32%;
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3 {
	float: right;
	width: 32%;
}
.col4-set .col-1 {
	float: left;
	width: 23.5%;
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3 {
	float: left;
	width: 23.5%;
}
.col4-set .col-4 {
	float: right;
	width: 23.5%;
}
.main-container {
	margin-top: 20px;
}
.col2-left-layout .col-main {
	float: right;
}
.col-main {
	float: left;
	width: 800px;
	padding: 0px 0px 1px;
}
.col-left {
	float: left;
	width: 140px;
	padding: 0px;
	margin-right: 20px;
}
.left-title {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.left-nav-title {
	color: #006a52;
	margin: 25px 0;
	font-weight: bold;
	font-size: 12px;
}
.nav-container {
	padding: 1px;
	margin-bottom: 20px;
}
ul.nav li > ul {
	display: none;/* 	border:1px solid black; */
    margin: 0 0 20px 12px;
}
ul.nav li.active > ul {
	display: block;
}
ul.nav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
}
ul.nav li {
	position: relative;
	text-align: left;
	list-style: none;
	background: url("list-item.png") no-repeat scroll 0px 3px transparent;
	padding-left: 12px;
	margin-left: -12px;
}
ul.nav li a {
	font-weight: bold;
	display: block;
	cursor: pointer;
	white-space: normal;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}
.nav li a:hover {
	text-decoration: none;
	color: #006A52;
}
ul.nav li ul li a {
	font-size: 12px;
	line-height: 1.3;
	margin: 15px 0;
}
/*home page promotion table*/ 
div.p_table {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: normal !important;
}
/* --- hyperlinks --- */
div.p_table a {
	color: #444444;
	text-decoration: none;
}
/* --- lists --- */
div.p_table ul {
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
}
div.p_table li {
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
}
/* --- div aligns --- */
div.p_table .align_center {
	text-align: center;
}
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft {
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright {
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1, div.p_table h2, div.p_table h3 {
	margin: 0px;
	padding: 0px !important;
	/* font-weight: normal !important; */
	border: 0 !important;
	line-height: normal !important;
}
div.p_table h1 {
	font-family: Arial, sans-serif;
	font-size: 21px;
}
div.p_table h1 span {
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 39px;
	letter-spacing: -1px;
	font-weight: normal;
}
div.p_table h2 {
	font-family: arial, sans-serif;
	font-size: 12px;
}
div.p_table h3 {
	font-size: 13px;
}
/* ==================== COLUMNS  ==================== */

div.p_table div.caption_column li.header_row_1, div.p_table div.column_1 li.header_row_1, div.p_table div.column_2 li.header_row_1, div.p_table div.column_3 li.header_row_1, div.p_table div.column_4 li.header_row_1 {
	height: 40px;
	width: 100%;
	padding: 4px 0px 0px 0px !important;
}
/* ------ common styles ------  */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1, div.p_table div.column_1 li.header_row_1, div.p_table div.column_2 li.header_row_1, div.p_table div.column_3 li.header_row_1, div.p_table div.column_4 li.header_row_1 {
	height: 40px;
	width: 100%;
	padding: 4px 0px 0px 0px !important;
}
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2, div.p_table div.column_1 li.header_row_2, div.p_table div.column_2 li.header_row_2, div.p_table div.column_3 li.header_row_2, div.p_table div.column_4 li.header_row_2 {
	height: 133px;
	width: 100%;
	padding: 3px 0px 7px 0px !important;
}
.homecontent-for-small .p_table div.caption_column li.header_row_2, .homecontent-for-small .p_table div.column_1 li.header_row_2, .homecontent-for-small .p_table div.column_2 li.header_row_2, .homecontent-for-small .p_table div.column_3 li.header_row_2, .homecontent-for-small .p_table div.column_4 li.header_row_2 {
	height: 100%;
	padding-bottom: 30px !important;
}
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2 {
	height: 72px;
	width: 100%;
	padding: 32px 0px 6px 10px !important;
}
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column {
	/* width: 180px; */
	width: 195px;
	height: 100%;
	float: left;
}
/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1 {
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
}
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2 {
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
}
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3 {
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
}
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4 {
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
}
.homecontent-for-small .p_table div.column_1, .homecontent-for-small .p_table div.column_2, .homecontent-for-small .p_table div.column_3, .homecontent-for-small .p_table div.column_4 {
	width: 100%;
}
.homecontent-for-small .p_table div.column_1 li.header_row_1, .homecontent-for-small .p_table div.column_2 li.header_row_1, .homecontent-for-small .p_table div.column_3 li.header_row_1, .homecontent-for-small .p_table div.column_4 li.header_row_1 {
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	/*-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);*/
    /* --- border radius --- */	
    /* --- white triange bug fix --- */
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
/* ========== COLUMN HOVERS ========== */

div.p_table div.column_1, div.p_table div.column_2, div.p_table div.column_3, div.p_table div.column_4 {
	/* transitions */
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
	width: 150px;
}
div.p_table div.column_1:hover, div.p_table div.column_2:hover, div.p_table div.column_3:hover, div.p_table div.column_4:hover {
	position: relative;
	z-index: 100;
	left: -5px;
	top: -15px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	/* --- border radius --- */	
    /* --- white triange bug fix --- */
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.homecontent-for-small .p_table div.column_1:hover, .homecontent-for-small .p_table div.column_2:hover, .homecontent-for-small .p_table div.column_3:hover, .homecontent-for-small .p_table div.column_4:hover {
	position: relative;
	z-index: 100;
	left: 0px;
	top: 0;
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	/*-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);*/
    /* --- border radius --- */	
    /* --- white triange bug fix --- */
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
}
div.p_table div.column_1:hover li.row_style_1, div.p_table div.column_2:hover li.row_style_1, div.p_table div.column_3:hover li.row_style_1, div.p_table div.column_4:hover li.row_style_1, div.p_table div.column_1:hover li.row_style_2, div.p_table div.column_2:hover li.row_style_2, div.p_table div.column_3:hover li.row_style_2, div.p_table div.column_4:hover li.row_style_2, div.p_table div.column_1:hover li.row_style_3, div.p_table div.column_2:hover li.row_style_3, div.p_table div.column_3:hover li.row_style_3, div.p_table div.column_4:hover li.row_style_3, div.p_table div.column_1:hover li.row_style_4, div.p_table div.column_2:hover li.row_style_4, div.p_table div.column_3:hover li.row_style_4, div.p_table div.column_4:hover li.row_style_4 {
	min-height: 28px;
	padding-top: 12px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
div.p_table div.column_1:hover li.header_row_1, div.p_table div.column_2:hover li.header_row_1, div.p_table div.column_3:hover li.header_row_1, div.p_table div.column_4:hover li.header_row_1 {
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.homecontent-for-small .p_table div.column_1:hover li.header_row_1, .homecontent-for-small .p_table div.column_2:hover li.header_row_1, .homecontent-for-small .p_table div.column_3:hover li.header_row_1, .homecontent-for-small .p_table div.column_4:hover li.header_row_1 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
div.p_table div.column_1:hover li.header_row_2, div.p_table div.column_2:hover li.header_row_2, div.p_table div.column_3:hover li.header_row_2, div.p_table div.column_4:hover li.header_row_2 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.homecontent-for-small .p_table div.column_1:hover li.header_row_2, .homecontent-for-small .p_table div.column_2:hover li.header_row_2, .homecontent-for-small .p_table div.column_3:hover li.header_row_2, .homecontent-for-small .p_table div.column_4:hover li.header_row_2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.p_table div.column_1:hover li.footer_row, div.p_table div.column_2:hover li.footer_row, div.p_table div.column_3:hover li.footer_row, div.p_table div.column_4:hover li.footer_row {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1, div.p_table li.row_style_2, div.p_table li.row_style_3, div.p_table li.row_style_4 {
	width: 100%;
	height: 100%;
	min-height: 28px;
	padding-top: 9px !important;
	float: left;
}
div.p_table li.row_style_1 span, div.p_table li.row_style_2 span, div.p_table li.row_style_3 span, div.p_table li.row_style_4 span {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/* --- white ---  */
div.p_table li.row_style_1 {
	background-color: #ffffff;
}
/* --- light gray ---  */
div.p_table li.row_style_2 {
	background-color: #f6f6f6;
}
/* --- mid gray ---  */
div.p_table li.row_style_3 {
	background-color: #ebebeb;
}
/* --- dark gray ---  */
div.p_table li.row_style_4 {
	background-color: #e3e3e3;
}
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table li.footer_row {
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	border-top: 1px solid #d3d3d3;
	border-bottom: 2px solid #404040;
	background-color: #e2e2e2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f6f6f6, #d0d0d0); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE5.5 - 7 */
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE8 */
	background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0); /* Firefox */
	background: -o-linear-gradient(top, #f6f6f6, #d0d0d0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)); /* Chrome 10, Safari */
}
/* --- button --- */
div.p_table a.sign_up {
	width: 120px;
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */
	border: 1px solid #b5b5b5;
	background-color: #d8d8d8; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE5.5 - 7 */
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Firefox */
	background: -o-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #efefef), color-stop(1, #d8d8d8)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* font */
	font-weight: bold;
}
/* --- button hover --- */
div.p_table a.sign_up:hover {
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */
	border: 1px solid #b5b5b5;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE5.5 - 7 */
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE8 */
	background: -ms-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* IE9 */
	background: -moz-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Firefox */
	background: -o-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(0.05, #dedede), color-stop(1, #c9c9c9)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.home-other-item {
	float: left;
	width: 145px;
	padding-bottom: 20px;
	display: inline;
	margin-right: 15px;
}
.home-other-item h4 {
	color: red;
	padding-bottom: 15px;
}
.homepage-other-products-div h3 {
	color: #000;
	font-size: 22px;
	margin: 15px 0;
	font-weight: bold;
}
/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table h1.col1, div.p_table h1.col2, div.p_table h1.col3, div.p_table h1.col4 {
	color: #ffffff;
}
div.p_table h1 {
	margin-top: 10px;
}
.push h3 {
	margin-top: 5px;
	color: #fff;
}
div.p_table h1 span {
	color: #ffffff;
}
div.p_table h2.col1, div.p_table h2.col2, div.p_table h2.col3, div.p_table h2.col4 {
	color: #ffffff;
	margin: 10px;
	font-size: 12px;
}
div.p_table h2.caption {
	color: #999999;
}
div.p_table h2.caption span {
	color: #999999;
}
div.p_table h3.col1, div.p_table h3.col2, div.p_table h3.col3 {
	color: #0e5b56;
	font-weight: bold;
}
div.p_table h3.col4,  div.p_table h3.col3 {
	color: #96cd56;
}
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 {
	border-top: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1 {
	border-top: 0;
	border-bottom: 1px solid #83c145;
	background-color: #83c145;
}
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2 {
	border-top: 1px solid #96cd56;
	border-bottom: 1px solid #96cd56;
	background-color: #96cd56;
}
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1 {
	border-top: 0;
	border-bottom: 1px solid #44982b;
	background-color: #44982b;
}
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2 {
	border-top: 1px solid #55a938;
	border-bottom: 1px solid #55a938;
	background-color: #55a938;
}
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1 {
	border-top: 0;
	border-bottom: 1px solid #186f32;
	background-color: #186f32;
}
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2 {
	border-top: 1px solid #208240;
	border-bottom: 1px solid #208240;
	background-color: #208240;
}
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1 {
	border-top: 0;
	border-bottom: 1px solid #0a4945;
	background-color: #0a4945;
}
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2 {
	border-top: 1px solid #0e5b56;
	border-bottom: 1px solid #0e5b56;
	background-color: #0e5b56;
}
/* ================footer =================== */
.footer {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	background: none repeat scroll 0% 0% #6C7073;
	color: #DADEE0;
}
.footer .references {
	margin-top: 0;
	padding-top: 25px;
}
.footer .references ul {
	margin: 0 0 15px 0;
	list-style: outside none none;
}
.footer .references ul li {
	display: block;
	text-align: left;
	line-height: 23px;
	padding: 0px 10px 0px 6px;
	color: #DADEE0;
}
.footer .references ul li a {
	color: #DADEE0;
	text-decoration: none;
}
.footer .references ul li.mainFooterTitle, .footer .references ul li.mainFooterTitle a {
	font-size: 16px;
	color: #FFF;
}
.ft {
	border-bottom: 1px solid #565A5C;
}
.fb {
	border-top: 1px solid #7C8083;
}
.footer footer {
	padding: 20px 0px 25px 0;
}
.footer .mainFooterBottomCopy {
	background: url("main_sprite.png") no-repeat scroll 0% 0% transparent;
	height: 40px;
}
.footer .mainFooterBottomCopy p {
	padding-left: 46px;
	margin: 0px;
	color: #DADEE0;
	line-height: 18px;
}
.footer .mainFooterBottomLinks {
	margin-top: 16px;
}
.footer .mainFooterBottomLinks li {
	/*float: left;*/
	display: inline-block;
	border-left: 1px solid #BEC2C4;
	list-style: outside none none;
	padding: 0px 6px;
}
.footer ul.mainFooterBottomLinks li:first-child {
	border-left: 0px solid #BEC2C4;
}
.footer .mainFooterBottomLinks li a {
	color: #FFF;
}
/* ======== tabs =============================== */

.fd-product-tab-content {
	margin-top: 30px;
}
.fd-product-tab-pane p {
	margin-bottom: 24px;
	color: #333;
	line-height: 1.55;
	font-size: 12px;
}
.fd-product-tab-pane h4 {
	font-size: 15px;
	font-weight: bold;
	color: #018E78;
	margin-bottom: 10px;
}
.fd-product-tab-pane ul li {
	color: #333;
	margin-bottom: 15px;
}
.product .details a.product_btn {
	word-break: break-all;
	position: relative;
	min-width: 100px;
	padding-right: 17px;
	float: left;
	height: 34px;
	color: #006A52;
	font-size: 12px;
	padding-left: 13px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0px 1px 0px #FFF;
	line-height: 35px;
	border-radius: 3px;
	border-width: 1px 1px medium;
	border-style: solid solid none;
	border-right: 1px solid #C1C4C5;
	border-left: 1px solid #C1C4C5;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-color: #DDD #C1C4C5 -moz-use-text-color;
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.55);
	background: linear-gradient(to bottom, #FDFDFD 0%, #FDFDFD 16%, #DEE1E3 100%) repeat scroll 0% 0% transparent;
	overflow: hidden;
}
.product-add-options {
	background: url("add-to-cart-box.png") no-repeat scroll 100% 0px transparent;
	clear: left;
	padding-right: 20px;
	margin: 0;
	height: 86px;
}
.product-add-options-right {
	background: url("add-to-cart-box.png") no-repeat scroll 0px 0px transparent;
	height: 86px;
}
.selector-wrapper {
	padding: 0;
	margin: 0 25px 0 0;
	float: left;
	width: auto;
}
.product-options .purchase-section {
	float: right;
}
.product-options .select {
	padding: 35px 0 0 30px;
	width: auto;
	float: left;
}
.product-options .purchase .price {/*width: 10%;*/
	float: left;
	padding-top: 30px;
}
.selector-wrapper label {
	display: none;
}
.selector-wrapper select {
	vertical-align: middle;
	padding: 6px;
	height: 26px;
	font-size: 12px;
}
.product-options .purchase h2.price {
	font-weight: normal;
	color: #F00;
	line-height: 40px;
	margin-bottom: 0;
	width: auto;
}
.product-options .purchase-section {
	padding-top: 27px;
}
.product-options .purchase-section .btn.addtocart {
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #025040),  color-stop(1, #008465) );
	background-image: -o-linear-gradient(top, #025040 0%, #008465 100%);
	background-image: -moz-linear-gradient(top, #025040 0%, #008465 100%);
	background-image: -webkit-linear-gradient(top, #025040 0%, #008465 100%);
	background-image: -ms-linear-gradient(top, #025040 0%, #008465 100%);
	background-image: linear-gradient(to top, #025040 0%, #008465 100%);
	font-size: 22px;
	color: #fff;
	border-radius: 3px;
	font-weight: normal;
	padding: 15px 30px;
	height: 40px;
	line-height: 0.5;
}
h2.msg_title {
	margin: 0px;
	font-size: 26px;
	color: #005447;
	text-align: left;
	margin-bottom: 20px;
}
.block-list .block-content {
	margin-bottom: 5em;
}
.renew {
	background: #e2dfda;
	color: #006C53;
	border-radius: 3px;
	padding: 10px 20px;
	text-transform: capitalize;
	font-size: 15px;
}
.productpage #product {
	margin-top: 3em;
}
.productpage #product h1.title {
	margin-bottom: 1.5em;
}
.kaspersky-total-security-multi-device-installation-cd .product-options .purchase h2.price, .kaspersky-anti-virus-installation-cd .product-options .purchase h2.price, .kaspersky-internet-security-installation-cd .product-options .purchase h2.price, .kaspersky-multi-device-installation-cd .product-options .purchase h2.price, .kaspersky-pure-installation-cd .product-options .purchase h2.price {
	line-height: 30px;
	margin-left: 40px;
}
#tooltip {
	text-align: center;
	color: #fff;
	background: #444;
	position: absolute;
	z-index: 200;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	text-align: left;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #444;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
