html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#181820;
}
#home {
			background: url(../image/subpages_bg.jpg)  transparent;
}

body {
	margin: 0px;
	padding: 0px;
		background: url(../image/subpages_bg.jpg)  transparent;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	 color: #9f7d47;
    font-family: "Museo";
    font-size: 16pt;
    font-weight: 500;
    margin: 0;
  
    

}
h1 {
	padding-bottom: 15px;
	color:#660099;
	}
h2 {
    color: #9f7d47;
    color:#660099;
    font-family: "Museo";
    font-size: 15pt;
    font-weight: 500;
    text-shadow: 1px 1px 1px #FEFEFF;
}
.grid_4 h11, .grid_4 h2 {
    color: #660099;
    font-family: "JennaSue",Arial;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height:20px;
	font-family: 'Droid Sans', arial, serif;
	font-size:13px;
}
.grid_4 h22, .grid_4 p {
  color: #181820;
  font-family: 'Droid Sans',arial,serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  text-shadow: none !important;
}
a, a:visited, a b {
	color:#4a4957;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
color: #660099;
}
a img {
	border: none;
}
a.like {
    background: url("../image/bul.png") no-repeat scroll left top transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    padding-left: 15px;
    text-decoration: none;
}
a.like span {
    background: url("../image/bur.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    height: 30px;
    padding: 8px 9px 7px 0;
}
a.like:hover {
    background: url("../image/bul_hover.png") no-repeat scroll left top transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    padding-left: 15px;
    text-decoration: none;
}
a.like:hover span {
    background: url("../image/bur_hover.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    height: 30px;
    padding: 8px 9px 7px 0;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'], input[type='password'], textarea {
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
input[type="checkbox"] {
    background: none repeat scroll 0 0 red;
}
select {
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	padding: 2px;
}
label {
	cursor: pointer;
}
ul {
    list-style: disc outside url("../image/list1.png");
    padding-left: 15px;
}
ul li {
    
}
/* layout */
#container {
     text-align: left;
     padding-top:10px;
}
#column-left {
	float: left;
	width: 220px;
	margin-bottom:30px;
}
#column-right {
	display:none;
}
#content {
	
	margin-bottom: 20px;
	
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
#column-right + #content {
	}
/* header */
#header {
	
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	overflow:auto;
	height:155px;
}
#header #logo {
	float:left;
	width:250px;
}
#header-right{
	float:right;
	width:520px;
	      
}
#language {
	line-height: 17px;
	float:right;
	margin-left:15px;
}
#language img {
	cursor: pointer;
	vertical-align:top;
}
#currency {
	line-height: 17px;
	float:right;
	margin-left:15px;
}
#currency a {
	display: inline-block;
	padding: 3px 5px;
	background:#dbe7fb;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	
	text-decoration: none;
}
#header #cart {
	z-index: 9;
	min-width: 300px;
	position:absolute;
	
}

/*Language and currency switcher */

.switcher {
    background: url("../image/dropdown.png") no-repeat scroll 100% 9px white;
    border-color: #e1e1e1;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    padding-right: 20px;
    position: absolute;
    width: 100px;
    z-index: 10;
}
.switcher .option {
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}
.switcher span.s_selected, .switcher li, .switcher li a {
    display: block;
    height: 24px;
    line-height: 24px;
    text-indent: 7px;
    font-size:11px;
}
.switcher li a{
	
	color:black;
}
.switcher li a:hover{
	color:#f12b63;
}
#currency_switcher {
right:235px;
 }
 
 #currency_switcher_language {
right:366px;
 }

#language_switcher {
 
    right:235px;
}

.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: middle;
}


#cart {
   
    position: absolute;
    right: 0;
    top:-20px;
}
#cart .heading h4 {
    background: url("../image/cart.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 25px;
    text-indent: -9999px;
    width: 30px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-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: #FFF;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#remove {
    background: url("../image/remove.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: 9999px;
    width: 18px;
    margin:7px 0 0 5px;
}
.remove {
text-align:right;
}
#header-bottom .total table, #header-bottom .cart {
   
    width: 100%;
}
#remove:hover {
    background-position: 0 -18px;
}
#header #search {
	
	z-index: 15;
	float:right;
}
#header .button-search {
  background: url("../image/search.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    height: 28px;
    text-indent: -9999px;
    width: 36px;
    }

#header #search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e1e1e1;
    border-radius: 3px 3px 3px 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
    float: left;
    height: 21px;
    padding: 2px 1px 1px 10px;
    width:160px;
}
#header #welcome {
    clear: right;
    float: right;
    line-height: 40px;
    min-height: 29px;
    overflow: auto;
    text-align: right;
     z-index: 5;
     margin-top:10px;
     font-size:13px;
     font-family: 'Droid Sans', arial, serif;
}
#header #welcome a {
    background: none repeat scroll 0 0 #24232d;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 13px;
    padding: 5px 10px;
}
#header #welcome a:hover{
	
	background:#4a4957;
}
#header-bottom {
    line-height: 30px;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
} .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	font-size: 13px;
    padding-right: 20px;
    text-decoration: none;
    font-family: 'Droid Sans', arial, serif;
}
#tab_home {
    background:url("../image/home.png") no-repeat scroll top left transparent;
    display: block;
    
    height: 47px;
    z-index:30;
    position:relative;
    text-indent: -9999px;
    top: 38px;
    width: 34px;
    left:15px;
    
    /*
    background: url("../image/home.png") no-repeat scroll 0 0 transparent;
height: 47px;
left: 15px;
position: absolute;
text-indent: -9999px;
top: 38px;
width: 35px;
z-index: 28;*/
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	height: 46px;
	margin-bottom: 9px;
	-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;
	background:url("../image/top-menu-bg.png") repeat-x scroll 0 0 transparent;
		
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:30px;
}
#menu > ul > li {
 
    float: left;
    position: relative;
    z-index: 20;
}

#menu > ul > li:hover {
	
}
#menu > ul > li > a {
   color: #e1e1e1;
    display: block;
    font-family: "Museo";
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
    padding: 16px 15px 16px 14px;
    position: relative;
    text-decoration: none;
    z-index: 6;
    }
#menu > ul > li > div {
    background: none repeat scroll 0 0 #FFFFFF;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
       -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 5px 10px;
    position: absolute;
    z-index: 120;
    border:3px solid #4a4957;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    top:38px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	padding-left:15px;
	list-style: disc outside url("../image/list1.png");
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
background:#4a4957;
color:white;
}
#menu > ul > li > div > ul > li > a {
	
}
#menu > ul > li:first-child {
     margin-left: 4px;
 
}
.breadcrumb {
    background: url("../image/spacer.png") repeat-x scroll center bottom transparent;

    margin-bottom: 10px;
    padding-bottom: 20px;
}
.breadcrumb a{
	
	font-size:8pt;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 40px;
	margin-bottom: 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
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 a {
	text-decoration: underline;
}
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.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
.button_add, .button_add:visited {
    background: url("../image/learn_more_bg_hover.png") repeat-x scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
}
  .button_add:hover, .button_add:visited:hover {
 background: url("../image/learn_more_bg.png") repeat-x scroll 0 0 #8BB6FC;
 color:#233146;
}

	
a.button:hover {

 color:#233146;
 	

	
}
a.button span:hover {
	
}

a.button:hover span {
	color: #FFFFFF;
	
}
.buttons {
	
	padding: 6px;
	margin-bottom: 20px;
}
.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;
}
#cart .button {
    margin-top: 10px;
}
.buttons .cart {
    padding-left: 20px;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	}
.htabs a {
  background: none repeat scroll 0 0 #F1F7FF;
    border-color: #F0F6FF;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #4a4957;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 6px 15px 3px;
    position: relative;
    text-decoration: none;
    top: 3px;
    z-index: 1;
    }
.htabs a.selected {
 background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    color: #9f7d47;
    padding-bottom: 8px;
    z-index: 3;
    }
.tab-content {
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0F6FF;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    z-index: 2;
    line-height:22px;
    }
/* box */
.box {
margin:10px 0;
}
.box-heading{
	 color: #9f7d47;
	  color:#660099;
    font-family: "Museo";
    font-size: 16pt;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    margin-bottom:10px;
}
#column-left .box .box-heading {
    background: url("../image/box_top.png") no-repeat scroll 0 0 transparent;
  
    font-size: 22px;
    padding-bottom: 15px;
     color: #e1e1e1;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    padding: 12px 0 8px 15px;
    text-transform: capitalize;
    margin-bottom:0;
}
#column-left .box .box-content {
    background: url("../image/box_bg.png") repeat scroll 0 0 transparent;
    border-radius: 0 0 5px 5px;
    overflow: auto;
    padding: 10px 10px 15px;
    margin-bottom:20px;
}
/* box products */
.box-product {
	width: 100%;
	/*overflow: auto;*/
}
	
.box-product > div {
    display: inline-block;

    margin-right: 21px;
    vertical-align: top;

}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
}
.box-product .image img {
	padding: 3px;
	
}
.box-product .name a {
    display: block;
    font-family: "Museo";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
       color: #660099;
    
}
.s_price, .price{
	font-family:"Museo";
}
.box-product .price {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
.box-product .price-new {
    font-size: 14px;
    font-weight: bold;
    color:#4a4957;
}
.s_price_h_before {
    color: #9f7d47;
    font-size: 12px;
    text-decoration: line-through;
}
.s_price {
    background: url("../image/s_price_bg.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 54px;
    left: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    top: -72px;
    width: 63px;
}
.price-old{
	
	color: #9f7d47;
    font-size: 11px;
    text-decoration: line-through;
}
.product_hidden .wishlist a, .product_hidden .compare a {
  
  font-size:11px;
}
.product_hidden .compare {
	
	margin-bottom:15px;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* product container */

.product_container {
    border: 1px solid #F0F6FF;
       border-radius: 2px 2px 2px 2px;
    height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 218px;
   
}

.product_visible {
    text-align: center;
}
.product_hidden {
    background: url("../image/prod_transparent.png") repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 260px;
    width: 180px;
}

.n_price {
    background: url("../image/n_price_bg.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 40px;
    left: 10px;
    padding-top: 23px;
    position: relative;
    text-align: center;
    top: -72px;
    width: 63px;
    color:#4a4957;
}
.product_hidden .product_name {
    color: #9f7d47;
    font-family: "Museo";
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}
.product_spacer {
    background: url("../image/prod_spacer.png") repeat-x scroll 0 0 transparent;
    height: 2px;
    margin: 8px 0;
}.product_hidden .n_price_h {
    color: #4a4957;
    font-family: "Museo";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/* box category */
.box-category {
	margin-left: 15px;
}
.box-category ul {
	list-style: disc outside url("../image/box_arrow.png");
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding-bottom: 4px;
	border-bottom:1px solid #4a4957;
}
.box-category > ul > li:last-child {
	
	border-bottom:none;
}
.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	 color: #e1e1e1;
    display: block;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-decoration: none;
    }
.box-category > ul > li ul {
	display: none;
	margin-left:15px;
	margin-top:3px;
}
.box-category > ul > li a.active {
	font-weight: bold;
	text-decoration:underline;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
    background: #2f2e3b;
    list-style: disc outside url("../image/inner_disc.png");
    margin-bottom: 1px;
    padding: 6px;
    text-indent: 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color:#e1e1e1;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
		margin-bottom: 20px;
	border: 1px solid #f6f6f6;
	font-family: 'Droid Sans', arial, serif;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content ul li {
    padding-bottom: 10px;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	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;
	padding-bottom: 10px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
#grid_a {
    background: url("../image/grid_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    width: 19px;
}
#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    width: 19px;
    margin-right:10px;
     margin-left:10px;
}
#list_b {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    width: 19px;
    margin-right:10px;
     margin-left:10px;
}
#grid_b {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    width: 19px;
}

#grid_a:hover {
	 background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;

	
}
#list_a:hover {
	 background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;

	
}

.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 15px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	border:1px solid #f6f6f6;
	padding:20px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	text-align:center;
	width:120px;
	border-left:1px solid #f6f6f6;
}
.product-list > div + div {
	
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	
}
.product-list .name {
	margin-bottom: 10px;
}
.product-list .name a {
    font-family: "Museo";
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
.product-list .description {
	line-height: 20px;
	margin-bottom: 5px;

}
.product-info .description span {
    font-weight: normal;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
padding-bottom:15px;
font-size:12px;
color:#9F7D47;
text-algin:right;
}
.product-list .price-old {
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 11px;
	font-weight: normal;
		}
.product-list .cart {
	margin-bottom: 12px;
}
.cart_right {
    float: right !important;
}
#shopping_cart_icon {
}
.heading h4 {
    font-size: 14px;
}
.heading a {
    font-size: 14px;
    text-decoration: none;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
		text-decoration: none;
		display: block;
		font-size:11px;
	}
.product-list .compare a {
	text-decoration: none;
		display: block;
		font-size:11px;
	}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
width: 400px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top:5px;
	margin-bottom: 20px;
	border:1px solid #f6f6f6;
	border-radius:2px;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	
}
.product-grid .name a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0;
    text-decoration: none;
    font-family:"Museo";
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	font-size:15px;
	color:#9f7d47;
	margin-bottom: 8px;
	
}
.product-grid .price-old {

	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
float:left;
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	float:right;
}
.product-grid .wishlist a, .product-grid .compare a {
font-size:11px;
}

.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 {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 20px;
}
.product-info > .left + .right {
    border: 1px solid #f6f6f6;
    margin-left: 360px;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.product-info .image {
	
	float: left;
		padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 360px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
    border-bottom: 1px solid #F6F6F6;
    font-family: 'Droid Sans';
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.product-info .description span {
	
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
    border-bottom: 1px solid #F6F6F6;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 5px 15px;
  color: #660099;
    font-family:"Museo";
}
.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 .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.options h2 {
    font-size: 17px;
}
.product-info .cart {
	overflow: hidden;
	padding-top:15px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.cart_right a {
    font-size: 11px;
}
.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 {
    background: url("../image/price_bg.png") repeat scroll 0 0 transparent;
          margin-bottom: 10px;
    margin-left: 360px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.product-info .review > div {
 
    margin: 0 20px;
    padding: 10px 0;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-top:1px solid #ebebeb;
}
.product-info .review .share a {
	text-decoration: none;
}
#captcha {
    margin-top: 10px;
}
.tags{
	
	margin:20px 0;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {

	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
		font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	line-height:20px;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
		text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.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: 20px;
	border-collapse: collapse;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}
.cart-info td {
	padding: 13px;
}
.cart-info thead td {
		font-weight: bold;
	background-color: #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
		border-bottom: 1px solid #f6f6f6;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;

	margin-bottom: 15px;
	cursor: pointer;
	background: #f6f6f6;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
#cart .content {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 230px;
    position: absolute;
    z-index: 100;
    padding:10px;
    border:3px solid #4a4957;
        border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    right:0;

}
.cart-total {
	border-top: 1px solid #f6f6f6;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;

	margin-bottom: 15px;
}
.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: 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: 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%;
}
#shipping td {
	
	padding-bottom:15px;
}

/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	
	}
#footer h2 {
    border-bottom: 1px solid #bfbfbf;
    margin-top: 0;
    padding-bottom: 5px;
}
#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 {
    clear: both;
    line-height: 22px;
    margin: auto;
    overflow: auto;
    width: 960px;
}
#footer-top-outside {
    background1: url("../image/upper_footer_bg.jpg") repeat-x scroll 0 0 #E9F1FF;
    margin-top: 20px;
   background:1 url(../image/subpages_bg.jpg) repeat-x transparent;
    overflow:auto;
}
#footer_outside, #powered-outside{
	 background: url("../image/bg_pattern.png") repeat scroll 0 0 transparent;
    border-top: 2px solid #bfbfbf;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top:15px;
        clear:both;

}
#footer-top-outside h2 {

    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
#footer-middle-outside, #footer-bottom-outside {
    background: url("../image/bg_pattern.png") repeat scroll 0 0 transparent;
    border-top: 2px solid #bfbfbf;
    overflow: hidden;
    padding-bottom: 20px;
    
}#footer-top-outside ul {
    list-style: disc outside url("../image/list1.png");
    margin-top: 0;
    padding: 0 15px;
}#footer-top-outside h2 a
{
 color: #660099;
    font-family: "Museo";
    font-size: 15pt;
    font-weight: 500;
}

#contact_footer ul{
	
	list-style:none;
	padding-left:0;
}
#footer ul li, #categories_footer ul li {
    padding-bottom: 10px;
}

#footer_telephone,  #footer_telephone2, #footer_email, #footer_email2, #footer_skype, #footer_fax{
	
	 text-indent: 25px;
}
#footer_telephone {
   background: url("../image/tel_small.png") no-repeat scroll left center transparent;
   }
   #footer_email {
   background: url("../image/email_small.png") no-repeat scroll left center transparent;
   margin-top:15px;
   }
   #footer_skype {
   background: url("../image/skype_small.png") no-repeat scroll left center transparent;
   margin-top:15px;
   }
   #footer_fax {
   background: url("../image/fax_small.png") no-repeat scroll left center transparent;
   margin-top:15px;
   }

#footer_fax, #footer_telephone2, #footer_email2, #footer_fax {
     padding-bottom:8px;
}
#footer ul {
    list-style: disc outside url("../image/list1.png");
    padding-left: 15px;
}
#contact_footer ul li {
	padding-bottom:5px;
}

/* banner */

.banner {
    display: inline-block;
    margin-left:20px;
}


.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.spacer {
 }
.active{
	display:block !important;
}
#header-bottom {
    min-height: 40px;
    overflow: visible;
}

.no_right_margin {
	margin-right:0 !important;
}
.no_left_margin {
	margin-left:0 !important;
}

.cart_spacer {
    height: 1px;
}
.cart_total_td {
    min-width: 180px;
}
/* twitter */
#twitter_update_list li {
    padding-bottom: 10px;
    padding-top:5px;
    border-bottom:1px solid #EDEDED;
}
#twitter_update_list {
    padding: 0 !important;
    list-style: none !important;
    margin-top:0 !important;
    line-height:17px;
    font-style:italic;
}
#twitter_footer li:last-child {
    border: none !important;
}
#twitter_footer li:first-child {
   padding-top:0 !important;
}

#twitter_footer li span {
    display: block;
}
#twitter_footer li a {
    font-style: normal;
}
.no_image {
    height: 155px;
}
#customHome {
    clear: both;
    padding-bottom: 20px;
    overflow:auto;
    text-align:center;
    
}
#learn_more {
    background: url("../image/learn_more_bg.png") repeat-x scroll 0 0 #8BB6FC;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-family: "Museo";
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
    text-decoration: none;
}
#learn_more:hover {
    background: url("../image/learn_more_bg_hover.png") repeat-x scroll 0 0 transparent;
    color:#181820;
}
.extra, #header h1 {
  font-family: "JennaSue","Museo",Helvetica,Verdana,Arial;
  font-size: 42px;
  left: 160px;
  position: absolute;
  top: 50px;
}
#social {
    position: absolute;
    right: 30px;
    top: 100px;
}
h3, h3 a {
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 15pt;
    font-weight: 500;
    text-shadow: 1px 1px 1px #FEFEFF;
}
#footer h3 {
    border-bottom: 1px solid #BFBFBF;
    margin-top: 0;
    padding-bottom: 5px;
}.container_12 .grid_121 {
    padding: 10px 10px;
    width: 932px;
    clear:both;
}
.clearfix
{
	clear:both;
	
	}
.bgw {
    background-color: white;
}