
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #665353;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-image: url("../nico_theme_editor/patterns/brushed_alu.png");
	margin: 0px;
	padding: 0px;
	zoom:1;
	min-height:1000px;
}
ol,ul 
{
   list-style:none;
   padding:0px;
}
.clearfix:after,
.box-product:after,
.buttons:after,
.product-grid:after
 {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.box-product,
.buttons,
.product-grid 
 {
	display: inline-block;
}
 
html[xmlns] .clearfix,
html[xmlns] .box-product,
html[xmlns] .buttons,
html[xmlns] .product-grid 
{
	display: block;
}
 
* html .clearfix,
* html .box-product,
* html .buttons,
* html  .product-grid 
 {
	height: 1%;
}

.checkout-label
{
	display:block;
}

.checkout-label + input, .checkout-label + select
{
	margin:10px 0px;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}

td,th 
{
   font-size:12px;
   color: #777;
}

a {
	font-size: inherit;

}

h1, .welcome {
	color: #444;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 200;
	margin-top:0px;
}

h2 {
	color: #665353;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:200;
	background:#f7f7f7;
	padding:8px 15px;
	border:1px solid #F3F3F3;
}

.checkout h2
{
	margin-bottom:10px;
}

p {
	margin-top: 0px;
	margin-bottom: 30px;
	color:#555;
	font-size:13px;
	line-height:26px;
}
a, a:visited, a b {
	color: #7A7A7A;
	text-decoration: none;
	cursor: pointer;
	line-height:26px;
}

p a, .static a
{
	color:#2A7FD3;
}

a:hover
{
   color: #949494;
}
.content
{
   background:#FbFbFb;
   padding: 15px;
   margin: 5px 0px;
   border:1px solid #F3F3F3;
}
.breadcrumb a 
{
   color: #949494;
}
.breadcrumb a:hover
{
   color:#555;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password']  {

   height:20px;
   padding:4px;
   color:#100008;
   font-size:14px;
   margin-top:10px;
   border:1px solid #ccc; 
}
input[type='text'], input[type='password'], textarea:focus
{
   border:1px solid #ccc;
}
 textarea
{
   width:300px;
   margin-top:10px;
   border:1px solid #EEEEEE;
}

select {
	background: #fff;
	padding: 3px;
	border:1px solid #ccc;
	color:#100008;
	font-size:12px;
}
select:focus
{
   border:1px solid #777;
}
label {
	cursor: pointer;
}
/* layout */
#container {
   width:1000px;
   min-height:1000px;
   text-align: left;
   background-color:transparent;
   margin:0px auto;
   padding:0px;
   margin: 0px auto;
   box-shadow:0 0 8px -7px #000000, 0 0 50px -10px #FFFFFF;
   -webkit-box-shadow:0 0 8px -3px #000000;
   color: #665353;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
/*	float: right;
	width: 180px;*/
	background:#f8f8f8;
	background:rgba(255, 255, 255, 0.9);
	margin:0px;
	padding:0px;
	
	border-left: 20px solid #FFFFFF;
    border-right: 30px solid #FFFFFF;
    border-top: 30px solid #FFFFFF;
}
#content {
	min-height: 500px;
	padding:30px 30px;
	background:#fff;
	padding-bottom:20px;
	display:block;
}
#column-left + #column-right + #content, #column-left + #content {
	padding-left: 195px;
}

#column-right + #content {
	padding-top:20px;
	/*padding-right: 220px;*/
}


.static li
{
	padding:5px;
	margin:5px;
	background:#fbfbfb;
}

/* header */
#header {
	height: 120px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
	margin:0px;
	padding:10px 20px;
	background:#fff;
}

#header #logo a img
{
	vertical-align:text-bottom;
	margin-right:5px;
	display:none;
	float:left;
}

#header #logo a {
	position: absolute;
    font-size:45px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:normal;
	color: #80766F;
	cursor:pointer;
	text-decoration:none;
	line-height:65px;
	margin-top:25px;
	padding-left:5px;
}
#header #logo a :hover
{
   text-decoration:none;
}
#language {
	position: absolute;
	top: 38px;
	left: 440px;
	width: 80px;
	color: #949494;
	line-height: 18px;
	display:none;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	border:1px solid rgb(243,243,243);
	margin-top:2px;
	padding:3px;
}
#currency {
	width: 60px;
	position: absolute;
	top: 35px;
	left: 540px;
	color: #949494;
	line-height: 24px;
	display:none;
	
}
#currency a {
	display: inline-block;
	padding:0px 3px;
	border: 1px solid rgb(243,243,243);
	color: #ccc;
	text-decoration: none;
	margin-right: 1px;
	margin-bottom: 2px;
}
#currency a b {
	color: rgb(110,88,88);
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 220px;
	z-index: 9;
	margin-right:15px;
}
#header #cart .heading {
	margin-top: 50px;
	padding:5px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	z-index: 1;
	background:#fff;
}

#cart-total
{	
	color:rgb(153,153,153);
	font-weight:200;
}
#cart-total:hover
{
   color: #7D7D7D;
}

#header #cart .heading h4 {
	color: #100008;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
}
#header #cart .heading > a > img
{
  vertical-align:text-top;
   
}
#header #cart .heading a {
	color: #313942;
	text-decoration: none;
	font-size:12px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	/*top: -1px;*/
	margin:0px;
	padding: 8px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	background: #FFF;
	color: #9FBFDF;
}
#header #cart.active .heading {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
#header #cart.active .content {
	display: block;
}

.mini-cart-info 
{    
   max-height: 300px; 
   overflow: auto;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info td a 
{
    line-height:12px;
}
.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 .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;
	padding:0px 10px;
	background:#fbfbfb;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: rgb(102, 83, 83);
	padding: 4px;
}
.mini-cart-total td,th 
{
   font-size:12px;
   padding:4px;
   
}

th
{
	text-align:center;
	background:#fbfbfb;
}

#header #cart .checkout {
	text-align: right;
	clear: both;
	padding:0 10px;
	background:#fbfbfb;
}
#header #cart .empty {
	text-align: center;
	max-width:120px;
}
#header #search {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 235px;
	z-index: 15;
    margin-top:40px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	
	
}

.margin-bottom
{
	margin-bottom:20px;
}

.image > img
{
	display:block;
}

#header .button-search {
    background: url('../image/search.png') center center no-repeat;
	width: 30px;
	height: 38px;
	top:12px;
	cursor: pointer;
    float: right;
    position: absolute;
    right: 30px;
    
}
#header #search input {
	background: none repeat scroll 0 0 transparent;
	padding: 8px;
	width: 187px;
	
	border: 1px solid #EDECE5;
	color:rgb(153, 153, 153);
	font-size:12px;
	line-height:18px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#header #search input:focus
{
   border:1px solid #ccc;
   outline:none;

}
#header #welcome {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #949494;
	font-size:11px;
	margin-right:29px;
	display:none;
}

#header #welcome a 
{
   font-size:11px;
   text-decoration:none;
   color: #6587B5;
}
#header #welcome a:hover
{
   text-decoration:underline;
   color:#2A7FD3;

}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #668389;
	text-decoration: none;
	font-size: 12px;
}
#header .links a:hover
{
   text-decoration:underline;

}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	border-style:solid;
	border-width:1px;
	
	border-left:none;
	border-right:none;
	
	border-bottom:1px solid;
	border-top:1px solid;

	border-color:#f3f3f3;

	max-height:70px;
	display:block;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
    text-align: left;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding:5px 7px 0px 7px;
}
#menu > ul > li:hover {

}
#menu > ul > li > a {
	font-size: 18px;
	padding: 10px 25px;
	color: #555;
	line-height: 24px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s; 
	text-shadow: 0 1px #FFFFFF;
	
}
#menu > ul > li:hover > a {
	background:#2A7FD3;
	background: none repeat scroll 0 0 rgba(42,127,211, 0.4);
	color:#fff;
	/*text-shadow:0px 1px #999;*/
	text-shadow:none;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px;
	background:#949494;
	background:rgba(148,148,148, 0.9);
	color:#fff;
}

#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: #fff;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	font-weight:600;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s; 
}
#menu > ul > li ul > li > a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #3A3A3A;
    text-shadow: 0 1px #FFFFFF;
}
#menu > ul > li > div > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size:12px;
	padding:5px 15px;
	text-shadow:0px 1px #777;
}

#mobile_menu
{
	background:#fff;
	margin:0px auto;
	padding:10px;
}
#mobile_menu select
{
	width:100%;
}



.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.product-breadcrumb
{
	position:absolute;
	margin-top:-15px;
}

.success, .warning, .attention, .information {
	padding: 7px 10px 7px 33px;
	color: #555555;
}
.success {
	background: #F7F7F7 url('../image/success.png') 10px center no-repeat;
	/*border: 1px solid #A9C1D9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	color: #313942;
}

.warning {
	background: #fbfcff url('../image/warning.png') 10px center no-repeat;
	/*border: 1px solid #C9EAE6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
	color: #313942;
}
.attention {
	background: #fbfcff 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;*/
}



.success, .warning, .attention, .information  {
    background: #F7F7F7;
	background: rgba(247, 247, 247, 0.95);
    border: 1px solid #ddd;
    color: #555;
    float: right;
    margin:10px;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size:12px;
	line-height:24px;
	padding:15px;
    z-index: 1000;
}

.attention
{
    right: 50%;
    top: 50%;
}

.success .close, .warning .close, .attention .close, .information .close {
    background:#E9E9E9;
	float: right;
	cursor: pointer;
	margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
}

.required {
	color: #668389;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	font-size:12px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, 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: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 180px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	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: bold;
}
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:#9fbfdf;
	background: rgba(159,191,223,0.6);
	cursor: pointer;
	color:#fff;
}
.pagination {
	padding: 5px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background:#FBFBFB;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	text-decoration: none;
	color: #555;
	line-height:20px;
	background:#fff;
}

.pagination .links a:hover
{
	background:#2A7FD3;
	color:#fff;
}

.pagination .links b {
	display: inline-block;
	border: 1px solid #999;
	background:#999;
	padding: 3px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-weight:600;
	line-height:20px;
}
.pagination .results {
	float: right;
	padding: 5px 20px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #fff;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s; 
	background: #2A7FD3; 
	padding:10px 30px;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

input.button {
	margin: 0;
	border: 0;
    color: #fff;
    font-size:12px;
    text-align: left;
	background:#2A7FD3;
	padding:8px 15px;
	/* Old browsers */
}

.product-grid  .cart input.button ,.box-product .cart input.button 
{
	padding:8px 15px;
}

.product-info .right input.button
{
	padding:10px 25px;
	color:#fff;
	background:#2A7FD3;
	text-shadow:none;
}

.product-info .right input.button:hover 
{
	background: #aaa;
	color: #fff;
}

.product-info .product_wish_compare
{
	display:none;
}

.quote { margin: 15px 0px 15px 70px; background-repeat: no-repeat; background-position: top left; border-bottom: 1px solid #eee; }
.quote p { margin-bottom: 15px !important; margin-top: 15px !important; line-height: normal !important; font-size: 12px; }
.quote p a { line-height: 12px !important; }
.quote p a, a:visited { line-height: 12px !important; }
.quote p b { line-height: 12px !important; }
.quote-featured { 
    padding: 15px 0px 15px 70px; background-image: url('/image/data/double_qoute.jpg');
                background-repeat: no-repeat; background-position: top left; border-bottom: 1px solid #eee;
}
#twitter_update_list li {
    margin-bottom: 7px;
    border-bottom: 1px solid #eee;
    font-size: 11px;
}
#twitter_update_list li span a {
    line-height: 11px !important;
    color: #2A7FD3;
}

.explore {
	padding: 5px;
	border: solid 1px #EFEFEF !important;
}
a.exp:hover img.explore {
	border: solid 1px #CCC !important;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.desc_label {
    white-space: nowrap; text-align: right; vertical-align: top; padding-right: 5px
}
.desc_text { 
    vertical-align: top;
}
/*
 
 .box-product div.cart , .product-grid div.cart
 
 */
	.product_sale
	{
		padding: 3px 10px;
		background:#2a7fd3;
		background: rgba(42,127,211, 0.6);
		color:#fff;
		font-size: 12px;
		font-weight: 600;
		margin-left: 25px;
		margin-top: -230px;
		position: absolute;
		text-transform: uppercase;
		letter-spacing:0.5;
	}
	
.product-grid div.wishlist, .product-grid div.compare
{
   display:none;
}
a.button:hover, input.button:hover {
	color:#fff;
    background:#aaa;
    text-shadow:none;
}

.buttons {
	background: #FFFFFF;
	overflow: visible;
	padding: 6px;
	margin-bottom: 20px;
	display:block;
}
.buttons .left {
	float: left;
	text-align: left;
	margin-top:0px;
}
.buttons .right {
	margin-top:0px;
	float:right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 40px;
	line-height: 16px;
	border-bottom: 1px solid #F7F7F7;
	display:block;
}
.htabs a {
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	background: #f5f5f5;
	background: rgba(245, 245, 245, 0.4);
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #6587B5;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #fff;
	color: #80766F;
}
.tab-content {
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	padding: 15px 15px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	width:auto;
}
#tab-description
{
   font-size:14px;
   line-height:26px;
   padding:15px 15px;
}
.tab-content h3
{
   color:#668389;

}
.tab-content b
{
   color:#949494;
   font-weight:600;

}
/* box */
.box {
	
	
}
.option select
{
    margin:5px;
}

.box .box-heading {	
	padding:20px 0px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	cursor:pointer;
	color: #555;
	font-weight: normal;
	line-height:32px;
}

.box .box-content {
	padding: 0px;
}
.box .box-content ul 
{
   list-style:none;
   padding:0px;
   margin:0px;
}

#column-right .box 
{
	border:1px solid #F3F3F3;
}

.box .box-content ul li
{
	display:inline-block;
	padding:5px;
}
#column-right .box .box-content ul li 
{
    border-right:1px solid #F0F0F0;
    padding: 0 8px;
}
 #column-right .box .box-content ul
 {
    padding:5px 0px;
 }
 .box-content li:hover a 
{   
    color: #FFFFFF;  
}
 .box .box-content ul li:hover { 
    background: none repeat scroll 0 0 #2A7FD3; 
    color: #FFFFFF;
}
 #column-right  .box .box-content ul li:last-child  
{    
    border-right: none;
}
 
#column-right .box-heading
{
	float:left;
	font-size:18px;
	margin:0px 10px 0px 20px;
	padding:0px;
	font-size:16px;
	margin:0 10px 0 0;
	padding:0 20px;
	line-height:36px;
	background:#fafafa;
	font-family:'Open Sans';
	font-weight:200;
}

/* box products */
.box-product ,
.product-grid
{
	width: 100%;
	overflow: visible;
	display:block;
}

.product-info .right .box-product 
{
	white-space:normal;
}

.box-content .box-product,  .box-content .product-grid  
{
    
}
.box-product > div, .product-grid > div
{
	text-align:center;
	float:left;
	vertical-align: top;
	margin-right: 12px;
	margin-left: 11px;
	margin-bottom: 20px;
	border:1px solid #eee; 
	padding-bottom:20px;
}
 #tab-related .box-product > div, #tab-related .product-grid > div
{
    margin-left:10px;
    margin-right:10px;
}
.box-product > div.first, .product-grid > div.first
{
    margin-left:0px;
}

.box-product > div.last, .product-grid > div.last
{
    margin-right:0px;
}
.box-product > div .cart, .product-grid > div .cart
{
	margin-top:10px;
	display:none;
}

.product-info > .right 
{    
    float: left;  
	width: 470px; 
}
.box-product > div:hover, .product-grid > div:hover
{
   border:1px solid rgba(42,127,211, 0.2);
   box-shadow:0 0 15px -8px #2A7FD3;
   -webkit-box-shadow:0 0 15px -4px #2A7FD3;
}
#column-left + #column-right + #content .box-product > div,
#column-left + #column-right + #content .product-grid > div  {
	width: 119px;
}
.box-product .image,
.product-grid .image
 {
	display: block;
	margin-bottom:0px;
	min-height:244px;
	min-width:175px;
	padding:20px 20px 0px;
}
.box-product .image img {
	
	
}
.box-product .name a,
.product-grid .name a 
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
    text-shadow: 0 0 1px #FFFFFF;
    font-size:16px;
	font-weight:200;
}
.box-product .name a:hover,
.product-grid .name a:hover
{
   color: #336699;
}
.box-product .price, 
.product-grid .price 
{
	display: block;
	color: #999;
	margin-bottom: 0px;
	font-size:14px;
}
.box-product .price .price-tax, 
.product-grid .price .price-tax
{
   color: #989488;
   font-size:11px;
}
.box-product .price-old,
.product-grid .price-old
 {
	color:#aaa;
	text-decoration: line-through;
	font-size:14px;
	margin-right:3px;
	
}
.box-product .price-new,
.product-grid .price-new
 {
	font-weight: normal;
	
}
.box-product .rating,
.product-grid .rating
 {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #484246;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	
	overflow: auto;
	margin-bottom: 20px;
	margin-top:0px;
	
}
#content .content .left {
	float: left;
	width: 49%;
	line-height:22px;
	margin-bottom: 5px;
	
}
#content .content .right {
	float: right;
	width: 49%;
	display:none;
}
/* category */
.cat-header
{
	background:#FBFBFB;
	margin-bottom:30px;
	margin-top:5px;
	padding:0px;
	display:block;
	border:1px solid #F3F3F3;
}

.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #EDECE5;
}
.category-info .image:hover
{
   border:1px solid #DCE2E2;
}
.category-list {
	overflow: visible;
	margin-bottom: 20px;
	display:block;
}
.category-list ul {
	float: left;
	/*width: 18%;*/
	margin-right:20px;
	margin-left:10px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	padding: 5px;
	overflow: auto;
    margin-bottom: 20px; 
}
.manufacturer-heading {
	background: #FBFBFB;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 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.clearfix {
	padding-bottom: 5px;
	overflow: auto;
	float:left;
}
.cat_heading
{
	float:left;
	color:#555;
	padding:10px;
	margin-bottom:0px;
	font-size:22px;
	/*background:#F7F7F7;*/
}

.product-filter
{
	float:right;
	margin:0px 0px 0px 0px;
	padding:10px;
	padding-top:13px;
}

.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #100008;
}
.product-filter .display a {
	font-weight: bold;
	color: #AFB299;
}
.product-filter .display a:hover
{
   color: #00A545;
}
.product-filter .sort {
	display:inline-block;
	color: #100008;
	margin-bottom:0px;
}

.product-filter
{
	float:right;
}

.product-filter b
{
	font-weight:normal;
}

.product-filter .limit {
	margin-left: 15px;
	display:inline-block;
	color: #100008;
	margin-bottom:0px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display:none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 10px 5px;
	border: 1px solid #EDECE5;
}
.product-list .image img:hover
{
   border:1px solid #DCE2E2;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #313942;
	font-weight: 600;
	font-size:14px;
}
.product-list .name a:hover
{
   color:#00A545;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #00A545;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #C6CAAD;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	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: 10px 5px;
	border: 1px solid #EDECE5;
}
.product-grid .image img:hover
{
    border:1px solid #DCE2E2;
}
.product-grid .name a {
	color: #313942;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-size:14px;
}
.product-grid .name a:hover
{
   color:#00A545;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #00A545;
	text-decoration: line-through;
	font-weight:normal;
}
.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-top: 20px;	
	display:block;
}
 .product-info .breadcrumb
 { 
 padding:0px;
 }
.product-info h1
{
	margin:0px 0px 40px;
	font-family: 'Open Sans', sans-serif;
	color:#555;
	font-weight:200;
	font-size:30px;
	line-height:26px;
}


.product-info > .left {
	float: left;
	padding-right: 15px;
	width:450px;
	background:#fff;
}
/*
.product-info > .left + .right {
	margin-left: 450px;
}*/
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}

.product-info .image #wrap
{
	z-index:0!important;
}

.product-info .image-additional {
/*	width: 260px;*/
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #DCE2E2;
	width:74px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
    display: none;
	padding: 5px 5px 10px 5px;
	margin-top: 20px;
	line-height: 20px;
	color: #3A3A3A;
	
    border-style:solid;
	border-width:1px;
	border-color:#eee;
	
	border-left:none;
	border-right:none;
	
	border-bottom:none;
	border-top:1px solid #eee;
	
}
.product-info .description span {
	color: #949494;
	
}
.product-info .description a {
	color:#3A3A3A;
	text-decoration: none;
	font-weight:400;
	font-size:12px;
}
.product-info .description a:hover
{
   color: #6587B5;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height:20px;
}
.product-info .price-p
{
    color: #555;
    font-size: 26px;
    vertical-align:text-bottom;
    line-height:26px;
}
.product-info .right > .price .price-old {
	color: #949494;
	text-decoration: line-through;
	font-size:18px;
	margin-left:5px;
	vertical-align:text-bottom;
}
.product-info .right > .price  .price-new {
   color:#555;
   font-size:26px;
   margin-left:5px;
   vertical-align:text-bottom;
}
.product-info .price-tax {
	font-size: 10px;
	font-weight: normal;
	color: #949494;
	font-weight:600;
}
.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 .options {
/*	border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 10px 5px;
	margin-bottom: 0px;
	color: #000000;
}
.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 .right .cart {
	border-top: 1px solid #eee;
	padding: 20px 5px 10px ;
	margin-bottom: 20px;
	color: #4D4D4D;
	display:block;
}

.product-info .right .tab-content .cart {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
.product-info .right .tab-content .price
{
    margin:0px;
	font-size:12px;
	font-weight:normal;
	padding:0px;
}
.product-info .right .tab-content .image
{
    margin:0px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 20px;
	display: block;
	color: #5B5D50;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #5B5D50;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div img
{
    vertical-align:middle;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.share
{
    display:none;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#review-title 
 {
 font-size:14px;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute, .static table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.attribute thead td, .static thead td,
.attribute thead tr td:first-child, .static thead tr td:first-child
{
	color: #6E5858;
	font-size: 12px;
	font-weight: 600;
	background: #FBFBFB;
	text-align: left;
}
.attribute tr td:first-child,
.static tr td:first-child {
	color: #6E5858;
	font-weight: 600;
	text-align: right;
	width: 20%;
	white-space: nowrap;
    font-size: 12px;
}
.attribute td,
.static td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* 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: bold;
	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: middle;
	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: 100%;
	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: bold;
}
/* 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;
	color:#484246;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
	color:#484246;
}
.return-quantity {
	float: left;
	width: 31%;
	color:#484246;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
	color: #668389;
}
.return-reason b 
{
   color: #484246;

}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
	color:#484246;
}
.return-opened textarea {
	width: 98%;
	vertical-align: middle;
}
.return-captcha {
	float: left;
	color:#484246;
}
.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 {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #313942;
	font-weight: bold;
	background-color: #FBFBFB;
	border-bottom: 1px solid #F7F7F7;
}
.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 tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #F7F7F7;
}
.cart-info tbody .image img {
	border: 1px solid #F7F7F7;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
	vertical-align:middle;
}
.cart-info tbody .quantity input[type="text"]
{
    margin:0px;
}
.cart-info tbody .name a 
{
    font-size:14px;
	color:#3A3A3A;
}
.cart-info tbody .name a:hover
{
    color:#336699;
}
.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;
	vertical-align:middle;
	color:#777;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout > div
{	
	margin-bottom:15px;
}

.checkout p
{
	margin:0px;
}

.checkout-heading {
    background:#f5f8fb;
	/*background: rgba(159,191,223, 0.1);*/
/*	border: 1px solid #eee;*/
	padding: 0px;
	padding-left:15px;
	font-weight: 600;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	line-height:36px;
}
.checkout-heading a {
	background:#e3ecf5;
	color:#555;
	float: right;
	font-weight: normal;
	text-decoration: none;
	line-height:18px;
	margin-left:10px;
	padding:9px 15px;
	display:block;
	visibility:hidden;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	margin-top:15px;
	overflow: auto;
	zoom:1;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}

.checkout-content .buttons .right 
{
	width:auto;
	padding:0px 10px;
	text-align:right;
	
}

.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: bold;
	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: middle;
	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 ul
{
   margin-left:15px;
   background: #FBFBFB;
}


.sitemap-info .left > ul > li > a, .sitemap-info .right > ul > li > a
{
   list-style:none;
   font-weight:600;
   text-decoration:none;
   font-size: 12px;
   line-height:28px;
   color: #333;
   background: #F3F3F3;
   padding:5px 10px;
   margin:10px 0px;
   display:block;
  
}
.sitemap-info ul li a
{
   font-size: 12px;
   list-style:none;
   color:#555;
}
.sitemap-info  a:hover
{
    color: #2A7FD3;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
    background:#fcfcfc;
	
	border-style:solid;
	border-width:1px;
	border-color:#f3f3f3;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #eee;
	
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding:30px 20px ;
	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
	
}

#footer h3 {
	color: #555;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0px;
	font-weight:400;
	text-align:left;
	display:inline;
}

#footer .column {
	text-align:left;
	display:inline-block;
	padding:10px 50px;
	min-height: 100px;
	vertical-align:top;
	max-width:14%;
}
#footer .column.first 
{  
   padding-left:0px
}
#footer .column.last
{ 
    padding-right:0px
}
#footer .column.last ul li
{
    margin-bottom:8px;
}
#footer .column ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-left:0px;
	list-style:none;
}
#footer .column ul li {
	margin-bottom: 5px;
	text-align:left;
}
#footer .column a {
	text-decoration: none;
	color: #777;
	font-size:13px;
	line-height:24px;
}
#footer div.links
{
    display: block;
    overflow: hidden;
}
#footer div.links span
{
    white-space: nowrap;
    padding-right: 10px !important;
    display: inline-block;
}
#footer div.links span after
{
    content:" | ";
}
#footer div.links span a
{
    text-decoration: underline !important;
}
#footer div.links span a:hover
{
    text-decoration: none !important;
}
#footer div.links span.last
{
    white-space: nowrap;
    padding-right: 0px !important;
}
#footer div.links span.last:after
{
    content:"";
}
.column #google
{
    display:none;
}

#footer .column a:hover {
	
	color: #3A3A3A;
}

.column a img {
    
    vertical-align:middle;
}
.column span
{
    background:#ccc;
	padding:3px;
	margin-right:10px;
	display:inline-block;
	line-height:14px;
}
.column a:hover span
{
    background:#2a7fd3;
    background:none repeat scroll 0 0 rgba(42, 127, 211, 0.7);
}
#powered {
    background:#fcfcfc;
	text-align: right;
	clear: both;
	font-size:11px;
	color:#999;
	padding: 0px 30px 30px;
}

#powered a { 
	color:#777;
	font-size:11px;
}
#powered a:hover
{
    color:#6587B5;
}

#powered
{
	padding:0px 30px;
}

#powered:last-child
{
	padding-bottom:30px;
}

ul.payment-icons 
{
	margin:0px;
    background: none repeat scroll 0 0 #FCFCFC;
    clear: both;
    color: #999999;
    font-size: 11px;
    padding: 0 30px 30px;
    text-align: right;
}

ul.payment-icons li 
{
    display:inline;
	margin-left:5px;
}
.payment-icons img
{
    height:20px;
}
 .payment-icons 
 {
   margin-top:3px;
 }

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display:none;
}
.banner div img {
	margin-bottom: 20px;
}




.flex-viewport .slides img
{ width:100%}




::selection 
{
	background: #2A7FD3; 
	color:#fff;
}
::-moz-selection 
{
	background: #2A7FD3;
	color:#fff;
}

#first_visit_message 
{
    background: #FBFBFB;
    background: rgba(251, 251, 251, 0.8);
    border-bottom: 1px solid #CCCCCC;
    left: 0;
    padding: 10px;
    position: fixed;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 0;
    width: 100%;
    z-index:100;
    display:none;
}

#first_visit_message a
{
	color:#2A7FD3;
}

#first_visit_message a#first_message_close {
    background: none repeat scroll 0 0 #F0F0F0;
    margin: 10px;
    padding: 5px;
}



.not_mobile_tablet /* not mobile or tablet */
.not_mobile /* not mobile */
{
	display:block !important;
}


.tablet_port, /* tablet portrait, below 1024px*/
.tablet_land, /* large desktop max-device-width: 1024px */
.mobile_land,  /* mobile landscape, below 767px width */
.mobile_port, /* mobile portrait, below 480px widt h*/
.mobile, /* show only if mobile, both landscape and portrait */
.tablet, /* show only if tablet, both landscape and portrait */
.mobile_tablet, /* show only if tablet or mobile, both landscape and portrait */
.large_screen
{
	display: none !important;
}
.video-banner { 
    display: block;  
    border-top: solid 1px #EFEFEF !important; 
    border-bottom: solid 1px #EFEFEF !important; 
    border-left: solid 0px #EFEFEF !important; 
    border-right: solid 0px #EFEFEF !important; 
    width: 100%;
}
.video-banner:hover { 
    border-top: solid 1px #EFEFEF !important; 
    border-bottom: solid 1px #EFEFEF !important; 
    border-left: solid 0px #EFEFEF !important; 
    border-right: solid 0px #EFEFEF !important;
    -moz-box-shadow: 1px 1px 5px #999; 
    -webkit-box-shadow: 1px 1px 5px #999; 
    box-shadow: 1px 1px 5px #999; 
}
.video-banner a { display: block; }