@font-face {
    font-family: 'dinmedium';
    src: url('dinpro-light.eot');
    src: url('dinpro-light.eot?#iefix') format('embedded-opentype'),
         url('dinpro-light.woff') format('woff'),
         url('dinpro-light.ttf') format('truetype'),
         url('dinpro-light.svg#dinpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face

{

font-family: SegoeUI;	 

src: url('SEGOEUI.TTF'),

url('SEGOEUI.eot'); /* IE9+ */

}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #F9F9F9;
	color: #504A4B;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight:300px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}

.welcome {
    color: #A7A7A7;
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);

}
h1{
    color: #A7A7A7;
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
	text-transform:uppercase;
	letter-spacing:-0.04em;
}
h2 {
    color: #808080;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
	font-weight: normal;
}

h5 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
    color: #198690;
	border-bottom: 1px dotted gray;

}
h5 a{
    color: #198690;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;

}
p {
    font-size: 14px;
	line-height:20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify;

}
a, a:visited, a b {
	color: #5facce;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}


select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    padding: 2px;
	color:#606060;
	min-width:250px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
     left: 50%;
    margin-left: -501px;
    margin-right: auto;
    position: absolute;
    text-align: left;
    width: 1002px;
    z-index: 50;
   top:0px;

}
#topContainer {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: auto;
    margin: 10px 0 15px 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:30px;
	padding-right:30px;
    position: relative;
    width: 940px!important;
	opacity:0.9;
	overflow:hidden;
	
}

#topContainer .slideshow{
opacity:1;
background: #FFFFFF;
}
#column-left {
  	background: none repeat scroll 0 0 #F4FAF8;
    border: 1px solid #C3E7E8;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 20px;
    padding: 15px;
    width: 160px;
}
#column-left .box .box-heading {

}

#column-left .box .box-heading a {
    background: url("../image/categories.png") no-repeat scroll center center transparent;
    display: block;
    height: 17px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 122px;
}

#column-left .box .box-content{

}


#column-customer_say {
    background: url("../image/whatourcustomerssay_bg.png") no-repeat scroll 0 0 #F9FCFD;
    border: 1px solid #C8E9ED;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    display: block;
    height: auto;
    margin-bottom: 15px;
    min-height: 158px;
    overflow: hidden;
    position: relative;
    width: 937px;
}





#content {
    margin-bottom: 25px;
    min-height: 400px;
    padding: 0;
}

#column-left + link + #content {
    margin-left: 210px;
}

/* header */
#header {
    height: 188px;
    margin-bottom: 20px;
    position: relative;
    width: 940px;
    z-index: 99;
}
#header #logo {
    display: block;
    float: left;
    padding-top: 24px;
    position: absolute;
}

#header .moneyback {
    left: 212px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#header .moneyback li{
 	float: left;
    padding-top: 15px;
}
#header .moneyback .devider {
    background: url("../image/devider.png") no-repeat scroll center center transparent;
    height: 93px;
    padding: 0 20px;
    width: 1px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
    color: #999999;
    display: none;
    left: 425px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    width: 75px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
    left: 460px;
    position: absolute;
    top: 15px;
    z-index: 9;
	
}
#header #cart .heading {
    background: url("../image/shopping-Cart.png") repeat-x scroll right top transparent;
    border-color: #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: left;
    height: 58px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    width: 170px;
    z-index: 1;
}
#header #cart .heading h4 {
    color: #95979C;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 7px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}

#header #cart .heading a span {
    background: none repeat scroll 0 0 transparent;
    color: #5FACCE;
    display: block;
    font-size: 13px;
    padding-right: 15px;
    width: 175px;
}
#header #cart .heading a.dropdown {
    background: url("../image/arrow-down.png") no-repeat scroll 3px 3px transparent;
    display: block;
    height: 10px;
    left: 165px;
    position: absolute;
    top: 24px;
    width: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -3px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #fcfcfc;
}



#header #cart.active .heading {
    background: url("../image/shopping-Cart.png") repeat-x scroll right top transparent;
    float: left;
    height: 58px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 170px;
    z-index: 1;
	border-bottom:none;
	border-radius: 7px 7px 3px 3px ;
}
#header #cart.active .content {
    display: block;
    min-width: 275px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #606060;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info td.name a{
color:#198690;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #606060;
	padding: 4px;
}
.mini-cart-total td.left {
	color: #95979c;
}

#header #cart .checkout {
	text-align: right;
	clear: both;
}

#header #cart .checkout a {
	color:#5799b6;
}

#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
    background: url("../image/search_bg.png") no-repeat scroll center center transparent;
    display: block;
    float: right;
    height: 28px;
    margin-top: 23px;
    position: relative;
    width: 300px;
}

#header .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    height: 24px;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    width: 28px;
}
#header #search input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #787878;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-style: italic;
    height: 22px;
    margin: 2px 0 0 11px;
    position: absolute;
    top: 0;
    width: 256px;
}

#header #welcome {
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 75px;
    width: 327px;
    z-index: 5;
}
#header #welcome a{
	color: #999999;
	font-size: 12px;
}

#header .slogan {
    background: url("../image/slogan.png") no-repeat scroll left top transparent;
    height: 20px;
    left: 212px;
    position: absolute;
    top: 108px;
    width: 300px;
}

#header .menu_wrapper {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 51px;
    left: 212px;
    position: absolute;
    top: 135px;
    width: 740px;
}

#header .menu_wrapper #menu {
	background: url("../image/menu_bg.png") repeat scroll left center transparent;
    border:none;
    box-shadow: none;
    display: block;
    float: left;
    height: 49px;
    margin: 0;
    padding: 0;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	min-width:728px;
}
#header .menu_wrapper #menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#header .menu_wrapper #menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
	z-index: 0;
	background:none;
}
#header .menu_wrapper #menu ul li a {
    color: #808184;
    display: block;
    font-family: dinmedium,Trebuchet MS,Lucida Grande,monospace,Open Sans;
    font-size: 16px;
    line-height: 49px;
    margin: 0;
    padding:0 19px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 6;
	background: url("../image/li_bg.png") no-repeat scroll left center transparent;
	height:49px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	text-align:center;
}
#header .menu_wrapper #menu ul li.first a {
background:none;
}

#header .menu_wrapper #menu ul li a:hover, #header .menu_wrapper #menu ul li a.active{
    padding:0 18px;
	background: url("../image/li_bg_active.png") repeat-x scroll left center transparent;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}

#header .menu_wrapper #menu ul li.first a:hover, #header .menu_wrapper #menu ul li.first a.active {
border-left:none;
 padding:0 18px 0 19px;
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-khtml-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}

#header .menu_wrapper #menu ul li.last a:hover, #header .menu_wrapper #menu ul li.last a.active {
border-right:none;
 padding:0 19px 0 18px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px 5px 5px 0;
}











#header .links {
    font-size: 10px;
    padding-right: 5px;
    position: absolute;
    right: 0px;
    top: 110px;
}
#header .links a {
    color: #5FACCE;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
#header .links a + a + a{
	display:none;
}

/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
    border-bottom: 1px dotted #D8D8D8;
    color: #95979C;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.breadcrumb img.separator {
    bottom: 1px;
    margin: 0 5px;
    position: relative;
}
.breadcrumb a {
    color: #36959D;
    font-size: 14px;
    text-decoration: none;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


.success {
	background: url("../image/success.png") no-repeat scroll 10px center #F3F9F6;
	border: 1px solid #D9EBE2;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success a{
color:#429a72;
}

.warning {
	background: url("../image/warning.png") no-repeat scroll 10px center #FCF5F5;
	border: 1px solid #F7E2E2;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	 margin: 0 0 15px;
}




.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 0px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: normal;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
    color: #606060;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 725px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: normal;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
    background: url("../image/pagingactive.png") no-repeat scroll 0 0 transparent;
    color: #AEAEAE;
    display: block;
    float: left;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 32px;
}
.pagination .links a img {
    margin-top: 10px;
}
.pagination .links b {
    background: url("../image/pagingInactive.png") no-repeat scroll 0 0 transparent;
    color: #AEAEAE;
    display: block;
    float: left;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 32px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
.box-product > div .cart {
    bottom: -2px;
    position: absolute;
}

a.more_info {
    background: url("../image/more_button.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    text-decoration: none;
    width: 106px;
}
a.view_product {
    background: url("../image/view_product.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    text-decoration: none;
    width: 106px;
}
a.checkout {
    background: url("../image/checkout.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 46px;
    line-height: 12px;
    width: 171px;
}
a.button {
    background: url("../image/abutton.png") no-repeat scroll left top transparent;
    border: none;
    color: #3393bd;
    cursor: pointer;
    display: block;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 12px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 106px;
}
a.continue_shopping {
    background: url("../image/continue_shopping.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 48px;
    width: 203px;
}

a.continue {
    background: url("../image/button-right.png") repeat-x scroll left top transparent;
    border: 1px solid #7AB5CF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 2px 2px #DDDDDD;
    color: #5FACCE;
    cursor: pointer;
    display: block;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 12px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

input.button {
    background: url("../image/abutton.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #3393bd;
    cursor: pointer;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    margin: 10px 0 0;
    padding: 0 0 2px;
    width: 107px;
}

input[disabled="disabled"] {
	background: url("../image/abutton_disabled.png") no-repeat scroll left top transparent;
}
input.add_to_cart {
    background: url("../image/add_to_cart.png") no-repeat scroll left top transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    cursor: pointer;
    height: 48px;
    margin: 0;
    text-indent: -999px;
    width: 160px;
}

.buttons {
    border-top: 1px dotted #C2C2C3;
    margin-bottom: 0;
    overflow: auto;
    padding: 15px 0 0;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    border-bottom: medium none;
    height: auto;
    line-height: 16px;
    overflow: hidden;
}
.htabs a {
    background: none repeat scroll 0 0 #EDF1F9;
    border-left: 1px solid #BAD8E6;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #BAD8E6;
    border-top: 1px solid #BAD8E6;
    color: #3D91B6;
    float: left;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
    padding: 13px 24px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #F8F7F8;
    border-left: 1px solid #DBDDDD;
    border-right: 1px solid #DBDDDD;
    border-top: 1px solid #DBDDDD;
    color: #9A9A9A;
    position: relative;
    z-index: 12;
}
.tab-content {
    background: none repeat scroll 0 0 #F8F7F8;
    border-color: #DBDDDD #DDDDDD #DBDDDD #DBDDDD;
    border-radius: 0 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    margin-top: -1px;
    overflow: auto;
    padding: 10px;
    position: relative;
    z-index: 10;
}
/* box */
#content .box {
    background: url("../image/product_bg.png") repeat scroll 0 0 transparent;
    display: block;
    height: 319px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 939px;
}
#content .box .box-heading {
    color: #A7A7A7;
    font-family: DINMedium,'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 14px;
    padding: 20px 24px 10px;
    text-transform: uppercase;
}
#content .box .box-content {
    padding: 5px 10px 10px;
}
/* box products */
#content .box-product {
    overflow: auto;
    width: 100%;
}
.box-product > div {
    display: inline-block;
    height: 260px;
    margin-bottom: 5px;
    padding-left: 35px;
    padding-right: 31px;
    position: relative;
    vertical-align: top;
    width: 161px;
}
.box-product > div + div {
    background: url("../image/product_devider.png") no-repeat scroll left top transparent;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
    padding: 10px;
}
#header #cart {
    left: 435px;
    position: absolute;
    top: 15px;
    z-index: 9;
}
.box-product .name a {
    color: #606060;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}
.box-product .price {
    color: #22ADBA;
    display: block;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: normal;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
    border-top: 1px dotted #A7DFC4;
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.box-category > ul > li > a {
    color: #606060;
    font-size: 17px;
    text-decoration: none;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: normal;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
    background: url("../image/cat_li_bg.png") no-repeat scroll left 8px transparent;
    margin-left: 2px;
    margin-top: 10px;
    padding: 0 5px 0 10px;
}
.box-category > ul > li ul > li > a {
    color: #198690;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.box-category > ul > li ul > li > a.active {
	font-weight: normal;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
    display: none;
    margin-bottom: 20px;
    overflow: auto;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    display: none;
    overflow: auto;
    padding-bottom: 5px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	float: right;
	color: #333;
}

.product-filter .sort select {
    max-width: 145px;
    min-width: 100px !important;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}

.product-filter .limit select {
    max-width: 145px;
    min-width: 100px !important;
}
.product-compare {
    display: none;
    font-weight: normal;
    margin-bottom: 25px;
    padding-top: 6px;
}
.product-compare a {
	text-decoration: none;
	font-weight: normal;
}
.product-list > div {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 15px;
    margin-top: 0;
    overflow: auto;
    padding: 10px;
}
.product-list .right {
    float: right;
    margin-left: 15px;
    margin-top: 57px;
}
.product-list .left {
    border-right: 1px dotted #DCDCDC;
    height: auto;
    min-height: 150px;
    overflow: hidden;
    padding-right: 15px;
}
.product-list > div + div {
}
.product-list .image {
    background: url("../image/listing.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    height: 141px;
    margin-right: 10px;
    padding: 10px;
    width: 141px;
}
.product-list .image img {
    padding: 0;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
    color: #36959D;
    font-size: 20px;
    text-decoration: none;
}
.product-list .description {
    color: #4D4D4D;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: justify;
	font-size:14px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
    color: #333333;
    display: none;
    float: right;
    font-size: 12px;
    height: 50px;
    margin-left: 8px;
    text-align: right;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: normal;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    display: none;
    margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: normal;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: normal;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: auto;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}










.product-info > .left  div.facebook{
	float: left;
}
.product-info > .left div.tweet {
    float: left;
    margin-left: 15px;
    width: 100px;
}
.product-info > .left a.pin-it-button {
    float: left;
    margin-right: 10px;
}

.product-info > .left div.sharethis {
    float: left;
    margin-top: 2px;
}








.product-info > .left + .right {
    margin-left: 330px;
}
.product-info .image {
    background: url("../image/product_info_bg.png") no-repeat scroll left top transparent;
    float: left;
    height: 306px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    width: 295px;
}
.product-info .image  a{
float:left;
}
.product-info .image-additional {
    clear: both;
    margin-left: -5px;
    overflow: hidden;
    width: 320px;
}
.product-info .image-additional img {
	border: none;
}
.product-info .image-additional a {
     background: url("../image/related_ing_bg.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 74px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 3px;
    width: 69px;
}
.product-info .description {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    color: #606060;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 5px 0 10px;
}
.product-info .description span {
    color: #95979C;
    display: block;
    float: left;
    font-size: 14px;
    width: 100px;
}
.product-info .description span.error {
    color: #FF0000;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 100px;
    width: 275px;
}
.product-info .description a {
    color: #606060;
    font-size: 14px;
    text-decoration: none;
}
.product-info .price {
    border-bottom: 1px solid #E7E7E7;
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 0 10px;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}




.product-info .price .discount ul {
	list-style:none;
	margin:0;
	padding:0;
}
.product-info .price .discount ul li {
    color: #FFFFFF;
    float: left;
    font-weight: normal;
    height: 25px;
    line-height: 24px;
    margin-right: 3px;
    text-align: center;
    width: 112px;
}
.product-info .price .discount ul li.price1 {
	background: url("../image/discount1.png") no-repeat scroll left top transparent;
}
.product-info .price .discount ul li.price2 {
	background: url("../image/discount2.png") no-repeat scroll left top transparent;
}
.product-info .price .discount ul li.price3 {
	background: url("../image/discount3.png") no-repeat scroll left top transparent;
}
.product-info .price .discount ul li.price4 {
	background: url("../image/discount1.png") no-repeat scroll left top transparent;
}
.product-info .price .discount ul li.price5 {
	background: url("../image/discount2.png") no-repeat scroll left top transparent;
}
.product-info .price .discount ul li.price6 {
	background: url("../image/discount3.png") no-repeat scroll left top transparent;
}




.product-info .options {
    color: #606060;
    margin: 0;
    padding: 0;
}

.product-info .options select {
    max-width: 200px;
    min-width: 100px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
    color: #4D4D4D;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 0 10px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}


.product-info .cart div input.add_to_cart{
float:left;
}
.product-info .cart div + div {
display:none;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 20px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEE;
	background-color: white;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .author b{
font-weight:600;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: normal;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: normal;
}
.compare-info .price-old {
	font-weight: normal;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: normal;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: normal;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 725px;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: normal;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
    clear: both;
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-quantity {
	float: left;
	width: 31%;
	clear: both;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
}
.cart-info td {
    padding: 15px 10px 10px;
}
.cart-info thead td {
    color: #0F8185;
    font-weight: normal;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info thead .price{
width:65px;
}
.cart-info tbody td {
    border-top: 1px dotted #B4DDC9;
    vertical-align: top;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
    width: 50px;
}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .name {
    width: 170px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: normal;
}

.cart-info tbody .model {
    width: 130px;
}

.cart-info tbody .quantity {
    width: 90px;
}

.cart-info tbody .name {
    width: 190px;
}
.cart-module > div {
	display: none;
}
.cart-total {
    margin-bottom: 10px;
    overflow: auto;
    padding-top: 0;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 12px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: normal;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight:normal;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
div.welcome{
display:none;
}


.Join_our_mailing_list {
    background: url("../image/Join_our_mailing_list.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    height: 83px;
    margin: 20px auto 0;
    position: relative;
    width: 1000px;
}
.Join_our_mailing_list h2 {
        color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 19px 0 0 20px;
    padding: 0;
    width: 200px;
}

.inputtext_wrapper {
    display: block;
    float: left;
    height: 63px;
    margin-left: 7px;
    margin-top: 11px;
    width: 597px;
}
.inputtext_wrapper input[type="text"] {
    background: url("../image/search_fild.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #787878;
    display: block;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    width: 247px;
}

.inputtext_wrapper span{
    display: block;
    float: left;
    height: auto;
    margin-left: 20px;
    margin-top: 18px;
    overflow: hidden;
}


.inputtext_wrapper span label.error{
	bottom: 10px;
    clear: both;
    margin-left: 10px;
    position: absolute;

}
.Join_our_mailing_list .Submit {
    background: url("../image/submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 32px;
    margin-left: 24px;
    margin-top: 25px;
    width: 120px;
}

.sociallink_bottom {
    background: url("../image/sociallink_bottom_bg.png") no-repeat scroll center bottom transparent;
    clear: both;
    display: block;
    margin: 20px auto 0;
    min-height: 180px;
    position: relative;
    width: 1000px;
}

.sociallink_bottom .first {
    margin: 0 !important;
}
.sociallink_bottom .first div.ourDetails {
    display: block;
    height: auto;
    line-height: 23px;
    overflow: hidden;
    padding-left: 10px;
    width: 275px;
}

.sociallink_bottom .first div.ourDetails a{
	color:#198690;
	text-decoration:none;
}
.sociallink_bottom .first div.ourDetails a:hover{
	text-decoration:underline;
}
.sociallink_bottom .first p {
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.sociallink_bottom .first p a{
    color:#198690;
	text-decoration:none;
}

.bottom_culmn h2 {
    background: url("../image/bottom_culmn_title_bg.png") no-repeat scroll center bottom transparent;
    color: #606060;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 0 0 7px 10px;
    width: 280px;
}

.bottom_culmn ul.Our_details {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.bottom_culmn ul.Our_details li {
     color: #606060;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 25px;
    list-style: none outside none;
    padding-left: 10px;
}
.bottom_culmn ul.Our_details li span {
    color: #198690;
    padding-left: 10px;
}
.first {
    margin: 0 !important;
	 background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

.bottom_culmn {
    display: block;
    float: left;
    margin-left: 55px;
    min-height: 155px;
    width: 296px;
}

.bottom_culmn ul.follow_us {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.bottom_culmn ul.follow_us li {
    float: left;
    list-style: none outside none;
    padding: 11px;
}
.bottom_culmn ul.follow_us li.fb {
	width:85px;
}
.bottom_culmn ul.follow_us li.tw {
    width:95px;
}
.bottom_culmn ul.follow_us li.pi {
    width:45px;
}

.bottom_culmn ul.Payment_options {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.bottom_culmn ul.Payment_options li {
    float: left;
    list-style: none outside none;
    padding: 10px;
}

.bottom_menu {
    clear: both;
    display: block;
    margin: 35px auto 0;
    min-height: 24px;
    position: relative;
    width: 1000px;
}
.products_contain_nicotine {
    background: url("../image/sociallink_bottom_bg.png") no-repeat scroll center bottom transparent;
    clear: both;
    color: #606060;
    display: block;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 13px;
    height: auto;
    line-height: 22px;
    margin: 23px auto 0;
    padding-bottom: 10px;
    text-align:center;
    width: 1000px;
	position:relative;
}

.coppyright {
    clear: both;
    color: #757575;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    margin: 23px auto 0;
    text-align: center;
    width: 1000px;
	position:relative;
}
.designBy {
    clear: both;
    color: #757575;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    margin: 23px auto 0;
    text-align: center;
    width: 1000px;
	position:relative;
}
.designBy a{
text-decoration:none;
color:#198690;
}
.designBy a:hover{
text-decoration:underline;
}
.bottom_menu ul {
    display: table;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.bottom_menu ul li {
    background: url("../image/bottom_menu_devider.png") no-repeat scroll 0 5px transparent;
    float: left;
    list-style: none outside none;
    margin-left: 20px;
    padding-left: 20px;
}

.bottom_menu ul li a {
    color: darkBlue;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.bottom_menu ul li.first {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

.box-product .image {
    background: url("../image/listing.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 161px;
    width: 161px;
}
#content .why_magici {
        display: block;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 656px;
}
#content .why_magici h2 {
    color: #A7A7A7;
    float: left;
    font-family: DINMedium,'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

#content .why_magici ul {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#content .why_magici ul li {
  	color: #606060;
    display: table;
    font-family: 'Open Sans',"Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    height: 45px;
    list-style: none outside none;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 55px;
    width: 586px;
}
#content .why_magici ul li strong{
	font-weight:bold;
}

#content .why_magici ul li span {
    display: table-cell;
    padding-bottom: 4px;
    vertical-align: middle;
}

#content .why_magici ul li  { 
    background: url("../image/icon1.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li {
    background: url("../image/icon2.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li {
    background: url("../image/icon3.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li  {
    background: url("../image/icon4.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li+li {
    background: url("../image/icon5.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li+li+li  {
    background: url("../image/icon6.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li+li+li+li  {
    background: url("../image/icon7.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li+li+li+li+li  {
    background: url("../image/icon8.png") no-repeat scroll left center transparent;
}
#content .why_magici ul li+li+li+li+li+li+li+li+li  {
    background: url("../image/icon9.png") no-repeat scroll left center transparent;
}


#content .calculaotr {
     background: none repeat scroll 0 0 #ECF6F8;
    border: 1px solid #B7D9E4;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: auto;
    margin-left: 22px;
    margin-top: 20px;
    width: 258px;
}

#content .calculaotr .calculatorResult {
    float: left;
    margin-top: -20px;
    padding: 10px;
    width: 236px;
}


#content .calculaotr .calculatorResult span {
    display: block;
    margin-bottom: 12px;
    text-align: justify;
    width: 100%;
}


#content .calculaotr .calculatorResult span b {
	font-weight:normal;
	color:#FF0000;
}

#container #notification {
    padding: 0;
}
.name {
    margin-top: 5px;
    min-width: 190px;
}

input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #606060;
    height: 20px;
	width:250px;
}

input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #606060;
    height: 20px;
	width:250px;
}

textarea {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #606060;
}

.product-info .description input[type="text"] {
    text-align: center;
    width: 30px;
}


td.quantity input[type="text"] {
    text-align: center;
    width: 30px;
}
#content div.tags{
display:none;
}

#content div.cart-info {
    background: none repeat scroll 0 0 #F4FAF8;
    border: 1px solid #C3E7E8;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.product_name{
color:#198690!important;
font-size:16px;
}
.price_color {
    color: #0F8185;
    font-size: 16px;
}

#content  div.wouldYouLike {
    background: none repeat scroll 0 0 #FEFDFE;
    border: 1px solid #E2E1E2;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 20px;
}
#content div.wouldYouLike h2 {
    color: #78ADC4;
    font-size: 18px;
}

#content div.wouldYouLike .content{
	border:none;

}
table#total td.leftText{
    color: #AAAAAA;
	font-size:14px;
}

table#total td.rightText{
    color: #606060;
	font-size:14px;
}


table#total td.leftLast {
    color: #AAAAAA;
    font-size: 20px;
    font-weight: normal;
}

table#total td.rightLast{
    color: #198690;
	font-size:20px;
	font-weight: normal;
}





ul.myaccount{
	 list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.myaccount li{
    background: url("../image/cat_li_bg.png") no-repeat scroll left 7px transparent;
    margin: 5px 0 7px;
    padding: 0 5px 0 10px;
}

ul.myaccount li a{
	 color: #606060;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

ul.myaccount li a:hover{
}


span.faqTitle {
    color: #36959D;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
}


#tab-description ul{
list-style: none outside none;
padding-left:10px;
}
#tab-description ul li{
background: url("../image/cat_li_bg.png") no-repeat scroll left 7px transparent;
margin: 5px 0 7px 0;
padding: 0 5px 0 10px;
}
#chrome-plugin-npapi-helper{
display:none;
}

input#button-quote{
margin-left:107px;
}

h3 {
font-weight:normal;
}

b{
font-weight:normal;
}

strong{
font-weight:600;
}
italic {
font-weight:400italic;
}

#shipping tr td {
    padding-bottom: 10px !important;
}







ul.faqs {
    background: none repeat scroll 0 0 #F7F8F8;
    border: 1px solid #E4E4E8;
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    margin: 0;
    padding: 32px;
}

ul.faqs li {
    background: url("../image/friquently_li_bg.png") no-repeat scroll left 7px transparent;
    margin: 5px 0 7px;
    padding: 0 5px 0 10px;
}

ul.faqs li a {
    color: #5FACCE;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
ul.faqs li a:hover{
color:#36959D;
}


div.faqsWrapper {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    border-style: none none dotted;
    border-width: medium medium 1px;
    height: auto;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0 0 10px;
}



a.button_right {
    float: right;
    position: relative;
}

.news-image {

}
.news-image img {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 10px;
    width: 168px;
}
.news_info_image{

}
.news_info_image img {
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 10px;
    width: 416px;
}
#content .news_data{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px dotted #d8d8d8;
	clear: both;
	display: block;
	height: auto;
	margin: 0 0 28px;
	overflow: hidden;
	padding: 0 0 10px;
	 position: relative;
}

#content .news_data span.news-content {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: justify;
	font-size:14px;
}


#content .news_data span.news-content span{
	line-height:32px;
	color:#ababab;
	font-size:13px;
	}
#content .news_data span.news-content h3 {
    border-bottom: 1px dotted gray;
    color: #198690;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
#content .news_data span.news-content h3 a{
    color: #198690;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}



h1.news_info{
	color: #36959D;
	font-size: 36px;
	margin:0;
}

div.news_info b {
    display: block;
    font-size: 16px;
    text-align: justify;
}
span.news_info_date{
	color:#ABABAB;
	display:block;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.notUppercas{
text-transform:none;
}





.saving_calculatu ul{
	margin:0;
	padding:0;
	float:left;
	list-style:none;

}
.saving_calculatu ul li {
    background: url("../image/saving_calculatu_devider.png") no-repeat scroll center bottom transparent;
    float: left;
    list-style: none outside none;
    padding: 0 25px 5px;
    width: 208px;
}
.saving_calculatu_title{
	height:56px;
}
.saving_calculatu_title h2 {
    background: url("../image/saving_calculatu_title_bg.png") no-repeat scroll left center transparent;
    color: #22ADBA;
    float: left;
    font-size: 16px;
    margin: 20px 0 0;
    padding: 0 0 0 22px;
    text-transform: uppercase;
}

.saving_calculatu ul li.amount_1, .saving_calculatu ul li.amount_2 {
    padding: 10px 25px 20px;
}
.amount_1 p {
	background: url("../image/euro.png") no-repeat scroll 140px center transparent;
    color: #606060;
    float: left;
    font-size: 13px;
    margin: 0;
    padding-right: 24px;
    text-align: justify;
    width: 126px;
}

.amount_2 p {
    color: #606060;
    float: left;
    font-size: 13px;
    margin: 0;
    padding-right: 24px;
    text-align: justify;
    width: 126px;
}
.Calculate{
	height:72px;
	background:none!important;
}

.amount_1 .text, .amount_2 .text {
    background: url("../image/amount_bg.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 29px;
    margin-left: 0;
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    width: 55px;
}
.calculateBatton {
    background: url("../image/Calculate_now_batton.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 32px;
    margin-left: 42px;
    margin-top: 20px;
    width: 120px;
	cursor:pointer;
}

div.newsSearch {
    background: url("../image/newsSearch.png") no-repeat scroll left top transparent;
    float: right;
    height: 28px;
    margin-top: -88px;
    overflow: hidden;
    padding-left: 10px;
    width: 215px;
}


div.newsSearch input.text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #787878;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-style: italic;
    height: 28px;
    padding: 0 2px;
    width: 171px;
}


div.newsSearch input.submit {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    width: 38px;
	border:none;
}



.left100{
margin-left:100px;
}
.option > span + input.left100{
margin-left:0;
}

a.email{
text-decoration:none;
}
a.email:hover{
text-decoration:underline;
}

.newsNuttonRight {
    float: right;
    margin-top: -50px;
}


.homePageSocialLink {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-left: 22px;
    margin-top: 20px;
    position: relative;
    width: 258px;
}

.homePageSocialLink span.text {
    display: block;
    padding-bottom: 6px;
}

.homePageSocialLink .facebookLike {
    border-right: 1px dotted #CCCCCC;
    float: left;
    margin: 10px 14px;
    width: 100px;
	color:#3A5896;
	font-size:14px;
}


.homePageSocialLink .twitterLike {
    color: #2A8DB3;
    float: left;
    font-size: 14px;
    margin: 10px 5px 10px 0;
    width: 115px;
}

#join_success .warning{
	margin-bottom:0px;
}

#cccwr.ccc-dark .ccc-inner p{
font-size:12px;
}


#content #payment .form select{
max-width:150px;
min-width:150px;
}

#background {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
width:100%;
height:2000px !important;
}

.twitter_follow_bg{
    background: url("../image/twitter_follow.png") no-repeat scroll -3px -6px transparent;
    display: block;
    height: 21px;
    text-decoration: none;
    width: 120px;
}