html {

	overflow-y: scroll;

	margin: 0;

	padding: 0;

}

* {

  margin: 0;

  padding: 0;

}

body {

  background: #e6e7e6;

  color: #333;

  font: 11px/1.5 Arial,Helvetica,sans-serif;

}

body, td, th, input, textarea, select, a {

	font-size: 12px;

}

h1, .welcome {

	color: #636E75;

	font: Verdana;

	margin-top: 0px;

	margin-bottom: 20px;

	font-size: 32px;

	font-weight: normal;

	text-shadow: 0 0 1px rgba(0, 0, 0, .01);

}

h2 {

  color: #292929;

  font-size: 17px;

  font-weight: bold;

  margin: 0;

  padding: 0;

}

p {

	margin-top: 0px;

	margin-bottom: 20px;

}

a {

	   cursor: pointer;

  color: #333;

  font-size: 11px;

  margin: 0;

  padding: 0;

  text-decoration: none;

}

a:hover {

	text-decoration:underline;

}

a img {

	border: none;

}

form {

	padding: 0;

	margin: 0;

	display: inline;

}

input[type='text'], input[type='password'], textarea {

	background: #F8F8F8;

	border: 1px solid #CCCCCC;

	padding: 3px;

	margin-left: 0px;

	margin-right: 0px;

}

select {

	background: #F8F8F8;

	border: 1px solid #CCCCCC;

	padding: 2px;

}

label {

	cursor: pointer;

}

FIELDSET {

  border: 1px solid #cccccc;

  margin: 0.5em 0;

  padding: 0.5em;

  font-size:12px;

}

LEGEND {

  color: black;

  font-size: 13.2px;

  font-weight: bold;

  padding: 0.3em;

}

LABEL.inputLabel {

  float: left;

  line-height: 19.8px;

  width: 9em;

}

/* my */

#main {

  background: none repeat scroll 0 0 #fff;

  clear: both;

  margin: 2px auto 0;

  padding: 0;

  width: 1000px;

  float:left;

}

#main #main_content{

    color: #404040;

    font-size: 12px;

    padding: 3%;

    width: 94%;

}

/* layout */

#container {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

}

#column-left {

  float: left;

  margin-left: 5px;

  width: 188px;
  
  margin-top:3px;
  
}

#column-right {

	float: right;

	width: 180px;

}

#content {

	margin-bottom: 25px;

}

#column-left + #column-right + #content, #column-left + #content {

   float: right;

  margin: 0 0 0 0;

  width: 80%;

}

#column-right + #content {

	margin-right: 195px;

}

/* header */

#header {

  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

  margin: 0 auto;

  padding: 0;

  width: 1000px;

  float:left;

}

#model_header {

  height: auto;

  margin: auto;

  min-height: 90px;

  padding: 0 10px;

  position: relative;

  width: 980px;

  float:left;

}

.account {

  color: #000;

  float: left;

  height: 20px;

  line-height: 20px;

  padding: 5px 0 0 0;

  text-transform: uppercase;

  width: 980px;

}

.account a {

  color: #000;

  padding: 0 5px;

}

.account a:hover{

	text-decoration:underline;

}

.account_link {

  float: right;

  line-height: 20px;

}

.account_link li {

  float: left;

  padding: 0;

    display: inline-block;

  list-style: none outside none;

}

.account_link li a {

  padding: 0;

}

.header_bor {

  font-size: 11px;

  margin: 0 8px;

}

.header_authentic {

  float: left;

  margin: 41px 0 0 90px;

}

#header_box {

  float: right;

  margin-right: 0;

  margin-top: 10px;

  width: 300px;

}

#header #logo {

  float: left;

  margin-top: 20px;

}

#language {

	position: absolute;

	top: 15px;

	left: 320px;

	width: 80px;

	color: #999;

	line-height: 17px;

}

#language img {

	cursor: pointer;

	margin-right: 5px;

}

#currency {

  color: #000;

  float: right;

  text-transform: uppercase;

}

#currency a {

	display: inline-block;

	padding: 0 4px;

	border: 1px solid #CCC;

	color: #000;

	text-decoration: none;

	margin-right: 2px;

	margin-bottom: 2px;

}

#currency a b {

	color: #000;

	text-decoration: none;

}

#header #search {

  float: right;

  height: 21px;

  margin-top: 15px;

  padding: 2px;

  position: relative;

  width: 230px;

}

#header .button-search {

  background: url("../images/go.gif") no-repeat scroll center center transparent;

  border: 0 none;

  cursor: pointer;

  float: right;

  height: 28px;

  text-indent: -999em;

  width: 61px;

}

#header #search input {

	  border-color: #987363;

  border-image: none;

  border-style: solid none solid solid;

  border-width: 1px 0 1px 1px;

  float: left;

  height: 14px;

  padding: 6px;

  width: 156px;

}

#header #welcome {

	position: absolute;

	top: 47px;

	right: 0px;

	z-index: 5;

	width: 298px;

	text-align: right;

	color: #999999;

}

#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: #38B0E3;

	text-decoration: none;

	font-size: 12px;

}

#header .links a + a {

	margin-left: 8px;

	border-left: 1px solid #CCC;

}

/* menu */

#menu {

  background: #000000;

  float: left;

  margin: 21px 0 0;

  padding: 0;

  width: 1000px;

}

#menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#menu > ul > li {

	position: relative;

	float: left;

	z-index: 20;

}

#menu > ul > li:hover {

}

#menu > ul > li > a {

  color: #fff;

  display: block;

  font-size: 14px;

  font-weight: bolder;

  height: 40px;

  line-height: 40px;

  overflow: hidden;

  padding: 0 25px;

  text-transform: uppercase;

}

#menu > ul > li:hover > a {

	color:#515151;

	background:#ccc;

}

#menu > ul > li > div {

	position: absolute;

  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  background: none repeat scroll 0 0 #fff;

  border-image: none;

  border-style: none solid solid;

  border-width: 0 1px 1px;

  display: none;

  left: -1px;

  padding: 10px;

  position: absolute;

  top: 40px;

  width: 408px;

  z-index: 1000;

}

#menu > ul > li:hover > div {

	display: table;

}

#menu > ul > li > div > ul {

	display: table-cell;

	width:100%;

}

#menu > ul > li ul + ul {

	padding-left: 20px;

}

#menu > ul > li ul > li{

  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

  border: 0 none;

  position: relative;

  width: 50%;

  float:left;

}

#menu > ul > li ul > li > a {

  background: none repeat scroll 0 0 #fff;

  color: #505050;

  display: block;

  float: left;

  font-size: 12px;

  font-weight: normal;

  height: 20px;

  line-height: 20px;

  padding: 0 10px;

  text-align: left;

  text-transform: capitalize;

}

#menu > ul > li ul > li > a:hover {

	color:#d3b076;

	text-decoration:underline;

}

.breadcrumb {

  background: none repeat scroll 0 0 #fff;

  color: #4d3519;

  font-size: 12px;

  line-height: 20px;

  padding: 5px 1%;

}

.product-name {

  height: auto;

  margin-bottom: 5px;

  width: 100%;

}

.product-name h2 {

  color: #37231c;

  display: block;

  font-size: 20px;

  font-weight: normal;

  overflow: hidden;

  padding: 0;

}

.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: #EAF7D9 url('../image/success.png') 10px center no-repeat;

	border: 1px solid #BBDF8D;

	-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;

}

.warning {

	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;

	border: 1px solid #F8ACAC;

	-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;

}

.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: 4px;

	padding-right: 4px;

	cursor: pointer;

}

.required {

	color: #FF0000;

	font-weight: bold;

}

.error {

	display: block;

	color: #FF0000;

}

.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: 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 {

	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;

}

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 {

  background: url("../images/title_bg.gif") repeat-x scroll left top transparent;

  border: 3px solid #eee;

  clear: both;

  color: #000;

  font-size: 12px;

  height: 31px;

  line-height: 31px;

  overflow: hidden;

  text-decoration: none;

  text-indent: 10px;

  text-transform: capitalize;

  width: auto;

}

.pagination .links {

	  color: #000;

    float: right;

    line-height: 31px;

    padding: 0 10px 0 0;

}

.pagination .links a {

   background: none repeat scroll 0 0 #ffffff;

    border: 1px solid #dddcdc;

    margin: 0;

    padding: 2px 7px;

}

.pagination .links b {

   padding: 2px 7px;

    text-decoration: underline;

	font-weight: bold;

}

.pagination .results {

  color: #000;

    float: left;

    line-height: 31px;

    padding: 0 0 0 10px;

}

/* button */

a.button, input.button {

  background: none repeat scroll 0 0 #404040;

  color: #fff;

  cursor: pointer;

  display: block;

  font-family: "AkzidenzGroteskBE-LightEx",Helvetica,Arial,sans-serif;

  font-size: 9px;

  letter-spacing: 1px;

  line-height: 24px;

  padding: 0 10px;

}

a.button {

	display: inline-block;

	text-decoration: none;

}

input.button {

	margin: 0;

	border: 0;

	padding: 0px 12px 0px 12px;

}

a.button:hover, input.button:hover {

    background: none repeat scroll 0 0 #fff;

    color: #404040;

    text-decoration: none;

	border:1px solid #000;

}

.buttons {

	background: #FFFFFF;

	border: 1px solid #EEEEEE;

	overflow: auto;

	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;

}

.htabs {

	height: 30px;

	line-height: 16px;

	border-bottom: 1px solid #ccc;

}

.htabs a {

  background:  #eee;

  border-left: 1px solid #ccc;

  border-right: 1px solid #ccc;

  border-top: 1px solid #ccc;

  color: #000000;

  display: none;

  float: left;

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

  font-size: 13px;

  font-weight: bold;

  margin-right: 4px;

  padding: 7px 15px 6px;

  text-align: center;

  text-decoration: none;

}

.htabs a.selected {

	padding-bottom: 7px;

	background: #FFFFFF;

}

.relatespan {

  background: url("../images/title_bg.gif") repeat scroll 0 0 transparent;

  clear: both;

  color: #bb243b;

  height: 30px;

  padding-left: 15px;

  width: 98%;

}

.tab-content {

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	padding: 10px;

	margin-bottom: 20px;

	z-index: 2;

	overflow: auto;

}

/* box */

#column-left .box {

/*    border: 1px solid #bb243b;*/

    margin-bottom: 10px;

    margin-top: 0;

}

#column-left  .box .box-heading{

	color:#000;

}



.box {

	margin-bottom: 20px;

}

.box .box-heading {

  background: url("../images/title_bg.gif") repeat scroll 0 0 transparent;

  color: #333;

  font-size: 12px;

  font-weight: bold;

  height: 30px;

  line-height: 30px;

  margin: 0;

  padding: 0;

  text-indent: 10px;

  text-transform: uppercase;

}

.title_more {

  color: #bb243b;

  position: absolute;

  right: 10px;

  top: 7px;

}

.box .box-content h4{
    display: block;
    line-height: 15px;
    margin: 15px 0 7px 11px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	color:#000;
}

/* box products */

.box-product {

	width: 100%;

	overflow: auto;

}

#column-left .box-product > div {

	width:178px;

	border-right:none;

}

.box-product > div {



  display: inline-block;

  float: left;

  margin: 0;

  padding: 0;

  width: 195px;

}

#column-left + #column-right + #content .box-product > div {

	width: 119px;

}

#column-left .box-product .image{

   display: table-cell;


    height: 100px;

    min-width: 100px;

    vertical-align: middle;

	    position: relative;

    width: 100%;

	margin:0;

	width:auto;

}

.box-product .image {

  margin: 15px 5px 5px;

  width: 185px;

}

#column-left .box-product .image a{

	width:178px;

	   display: block;

    padding: 0;

    text-align: center;

    vertical-align: middle;

}

.box-product .image a{

	  display: table-cell;

  height: 180px;

  padding: 0;

  text-align: center;

  vertical-align: middle;

  width: 185px;

}

.box-product .image a img {

  vertical-align: middle;

}

#column-left  .box-product .name  {

  width: 178px;

}

.box-product .name  {

  height: auto;

  margin: 0 5px;

  text-align: center;

  text-transform: capitalize;

  width: 185px;

}

#column-left .box-product .name a{

	font-weight:normal;

    text-align: center;

    width: 100%;

}

.box-product .name a{

	  color: #000;

  display: block;

  font-size: 11px;

  font-weight: bold;

  height: 52px;

  line-height: normal;

  overflow: hidden;

  padding: 3px 0;

}

.box-product .price {

  margin: 0 5px;

  text-align: center;

  width: 100%;

    color: #bb243b;

  font-size: 14px;

  padding: 0;

  text-transform: capitalize;

  font-weight:bold;

}

.box-product .price-old {

	color: #aaa;

    font-size: 14px;

    margin-left: 15px;

    padding: 0;

	text-decoration: line-through;

}

.box-product .price-new {

	font-weight: bold;

}

.box-product .rating {

	display: block;

	margin-bottom: 4px;

}

.box-product b {

  border-bottom: 1px solid #ccc;

  float: left;

  height: 3px;

  margin: 20px 5% 10px;

  width: 90%;

}

/* box category level0*/

ul.level0{

    list-style: none;

	margin: 0;

	padding:5px 4%;

}

.level0  b{

	font-weight:normal;

}

 ul.level0 ul {

	list-style: none;

	margin: 0;

	padding:0;

}

ul.level0 > li:first-child {

	padding: 0 2px 2px 10px;

}

ul.level0 > li {

	padding: 0 2px 2px 10px;

}

ul.level0 > li > a {

  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

  color: #000;

  font-size: 14px;

  padding: 3px 0;

  text-indent: 0;

}



ul.level0 > li ul {

	display:block;

}

ul.level0 > li a.active {

	font-weight: bold;

}

ul.level0 > li a.active + ul {

	display: block;

}

ul.level0 > li ul > li {

  padding: 5px 5px 0 0;

}

ul.level0 > li ul > li > a.hasb{

  background: url("../images/arrow_down.gif") no-repeat scroll left center transparent;

  color: #fff; 

}
ul.level0 > li ul > li > ul{
	margin-left:5px;
}
ul.level0 > li ul > li > a {

  text-indent: 14px;

  line-height: 22px;

  display: block;

  float: none;

  overflow: hidden;

  text-overflow: ellipsis;

  text-transform: capitalize;

  white-space: nowrap;

  background: url("../images/arrow.png") no-repeat scroll 2px center transparent;

  color: #fff;

  font-size: 12px;

  padding: 0;

  text-align: left;

}

ul.level0 > li ul > li > a.active {

	font-weight: bold;

}

ul.level0 > li ul > li > a.levela2{ font-size:10px;}

/* box filter */

ul.box-filter, ul.box-filter ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.box-filter span {

	font-weight: bold;

	border-bottom: 1px solid #EEEEEE;	

	display: block;

	padding-bottom: 5px;

	margin-bottom: 8px;

}

ul.box-filter > li ul {

	padding-bottom: 10px;

}

/* 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 {

	overflow: auto;

	margin-bottom: 20px;

}

.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: 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 {

  background: url("../images/title_bg.gif") repeat-x scroll left top transparent;

  border: 3px solid #eee;

  clear: both;

  color: #000;

  font-size: 12px;

  height: 31px;

  line-height: 31px;

  overflow: hidden;

  text-decoration: none;

  text-indent: 10px;

  text-transform: capitalize;

  width: auto;

}

.product-filter .display {

	margin-right: 15px;

	float: left;

	padding-top: 4px;

	color: #333;

}

.product-filter .display a {

	font-weight: bold;

}

.product-filter .sort {

 color: #000;

    float: left;

    line-height: 31px;

    padding: 0 0 0 10px;

}

.product-filter .limit {

   color: #000;

    float: right;

    line-height: 31px;

    padding: 0 10px 0 0;

}

.product-compare {

	padding-top: 6px;

	margin-bottom: 25px;

	font-weight: bold;

}

.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: 3px;

	border: 1px solid #E7E7E7;

}

.product-list .name {

	margin-bottom: 3px;

}

.product-list .name a {

	color: #38B0E3;

	font-weight: bold;

	text-decoration: none;

}

.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: #F00;

	text-decoration: line-through;

}

.product-list .price-new {

	font-weight: bold;

}

.product-list .price-tax {

	font-size: 12px;

	font-weight: normal;

	color: #BBBBBB;

}

.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 {



  display: inline-block;

  float: left;

  margin: 0;

  padding: 0;

  width: 195px;

}

#column-left + #column-right + #content .product-grid > div {



}

.product-grid .image {

    margin: 15px 5px;

    width: 185px;

}

.product-grid .image a{

    display: table-cell;

    height: 180px;

    padding: 0;

    text-align: center;

    vertical-align: middle;

    width: 185px;

}

.product-grid .image a img{

	vertical-align: middle;

}

.product-grid .name {

    height: auto;

    margin: 0 5px;

    text-align: center;

    text-transform: capitalize;

    width: 185px;

}

.product-grid .name a{

   color: #000;

    display: block;

    font-size: 11px;

    font-weight: bold;

    height: 60px;

    line-height: normal;

    overflow: hidden;

    padding: 3px 0;

}

.product-grid .description {

	display: none;

}

.product-grid .rating {

	display: block;

	margin-bottom: 4px;

}

.product-grid .price {

    margin: 0 5px;

    text-align: center;

    width: 185px;

	color: #bb243b;

    font-size: 14px;

    padding: 0;

    text-transform: capitalize;

	font-weight:bold;

}

.product-grid .price-old {

	color: #892741;

    font-size: 14px;

    margin-left: 15px;

    padding: 0;

	text-decoration: line-through;

}

.product-grid .price-new {

}

.product-grid b {

  border-bottom: 1px solid #ccc;

  float: left;

  height: 3px;

  margin: 20px 5% 10px;

  width: 90%;

}

.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 */

HR {

  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: -moz-use-text-color -moz-use-text-color #e4e4e4;

  border-image: none;

  border-style: none none solid;

  border-width: medium medium 1px;

  height: 1px;

  margin: 5px 0;

}

.product-info {

	overflow: auto;

	margin-bottom: 20px;

}

.product-info > .left {

    float: left;

    line-height: 20px;

    min-height: 335px;

    padding: 0;

    width: auto;

}

.product-info > .left + .right {

    color: #222;

    float: left;

    font-size: 12px;

    line-height: 19px;

    padding: 0 0 0 10px;

    width: 410px;

}

.product_name {

  border: 0 none;

  padding: 0;

}

.product_name strong {

  color: #b72558;

  font: bold 16px/1.5 Arial,Helvetica,sans-serif;

}

.product-info .image {

    background: none repeat scroll 0 0 #fff;

    border: 1px solid #f5f5f5;

    margin-bottom: 10px;

    width: 348px;

}

.product-info .image-additional {

    margin: 0 10px;

    overflow: hidden;

    width: 300px;

}

.product-info .image-additional img {

	    border: 1px solid #ccc;

    display: block;

    height: 60px;

    margin: 0 auto;

}

.product-info .image-additional a {

	float: left;

	display: block;

	margin-left: 10px;

	margin-bottom: 10px;

}

.product-info .description {

  color: #3d3d3d;

    font-size: 11px;

    margin: 10px 0 0 0;

    padding: 1% 0;

    width: 100%;

}

.product-info .description span {

	font-weight:bold;

}

.product-info .description a {

	text-decoration: none;

}

.product-info .price {

   border: 0 none;

    clear: both;

    padding: 0;

    width: 100%;

	color: #b72558;

    font: bold 23px/2 Arial,Helvetica,sans-serif;

}

.product-info .price-old {

    color: #aaa;

    font-size: 15px;
text-decoration: line-through;
    font-weight: bold;

    line-height: 30px;

    padding-right: 20px;

}

.product-info .price-new {

	   color: #b72558;

    font: bold 23px/2 Arial,Helvetica,sans-serif;

	 padding-right: 5px;

}

.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 {

    background: none repeat scroll 0 0 #fcfcea;

    border: 1px solid #f3ecd9;

    margin: 10px 0;

    padding: 10px 14px;

}

.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 {



}

.product-info .cart div > span {

	color: #999;

}

.product-info .cart .links {

	display: inline-block;

	vertical-align: middle;

}

.product-info .cart .minimum {

	padding-top: 5px;

	font-size: 11px;

	color: #999;

}

.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: 10px;

	overflow: auto;

	margin-bottom: 20px;

	border: 1px solid #EEEEEE;

}

.review-list .author {

	float: left;

	margin-bottom: 20px;

}

.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: bold;

	background: #F7F7F7;

	text-align: left;

}

.attribute tr td:first-child {

	color: #000000;

	font-weight: bold;

	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: 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: top;

	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: 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: 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;

}

.return-model {

	float: left;

	width: 31%;

	margin-right: 15px;

}

.return-quantity {

	float: left;

	width: 31%;

}

.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 */

#cartDefaultHeading {

  border-bottom: 1px solid #c1c1c1;

  color: #404040;

  font-family: "AkzidenzGroteskBE-LightEx",Helvetica,Arial,sans-serif;

  font-size: 14px;

  font-weight: normal;

  letter-spacing: 1px;

  margin: 0;

  padding: 10px 0;

  text-align: left;

  text-transform: capitalize;

}

.cartTotalsDisplay {

  background: url("../images/cart_header_image.jpg") no-repeat scroll left center transparent;

  clear: both;

  color: #404040;

  font-size: 12px;

  font-weight: normal;

  height: 28px;

  line-height: 28px;

  margin-top: 30px;

  padding: 10px 0 5px 35px;

}



.cart-info table {

	width: 100%;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

}

.cart-info td {

	  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #c1c1c1 -moz-use-text-color;

  border-image: initial;

  border-style: solid none;

  border-width: 1px medium;

  color: #404040;

  font-family: "AkzidenzGroteskBE-LightEx",Helvetica,Arial,sans-serif;

  font-size: 10px;

  font-weight: normal;

  letter-spacing: 1px;

  padding: 11px 10px 11px 0;

  text-align: left;

  text-transform: uppercase;

  width: auto;

}

.Quantity_product {

  border-bottom: 1px dashed #c1c1c1;

  float: left;

  margin-bottom: 3px;

  padding: 5px 10px 0 3px;

  width: 70px;

}

.Quantity_product .shoppingcart_qty_product {

  float: left;

  margin: 4px 0;

}

.Quantity_product .shoppingcart_update_product {

  float: right;

  margin-top: 4px;

}

.quantity .shoppingcart_del_product {

  background: url("../images/shoppingcart_del_product.png") no-repeat scroll left 4px transparent;

  height: 13px;

  line-height: 13px;

  margin-left: 4px;

  overflow: hidden;

  padding-left: 7px;

}

.shoppingcart_button {

  border-top: 1px solid #c1c1c1;

  float: left;

  margin-top: 1.5em;

  padding-top: 1.5em;

  text-transform: uppercase;

  width: 100%;

}

.shoppingcart_button .back {

  background: url("../images/shoppingcart_del_product.png") no-repeat scroll left 3px transparent;

  height: 13px;

  line-height: 13px;

  margin-left: 4px;

  overflow: hidden;

  padding-left: 7px;

}

.back a {

  color: #404040;

  font-family: "AkzidenzGroteskBE-LightEx",Helvetica,Arial,sans-serif;

  font-size: 9px;

  letter-spacing: 1px;

}

.cart-info thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info thead .image {

	text-align: center;

}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {

	text-align: left;

}

.cart-info  .quantity{

	width: 4.7em;

}

.cart-info thead .price, .cart-info thead .total {

	text-align: right;

}

.cart-info tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info tbody .image img {

	border: 1px solid #DDDDDD;

}

.cart-info tbody .image {

	text-align: center;

}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {

	text-align: left;

}

.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: bold;

}

.cart-module > div {

	display: none;

}

.cart-total {

	overflow: auto;

}

.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;

	color: #555555;

	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 ul {
  margin: 0 20px;
}
.sitemap-info .left {

	float: left;

	width: 48%;

}

.sitemap-info .right {

	float: left;

	width: 48%;

}

/* footer */ 

#footer {

  background: url("../images/foot.png") repeat-x scroll 0 0 transparent;

  height: 160px;

  margin: auto;

  padding: 30px 0 0;

  width: 1000px;

  clear:both;

}

#model_footer {

  height: auto;

  margin: 0 auto;

  padding: 0;

  width: 980px;

}

#footer_link {

  float: left;

}

.footer_link_1 {

  float: left;

}

.footer_link_m {

  float: left;

  margin: 20px 50px 35px 10px;

  width: auto;

}

.footer_link_m .hh1 {

  color: #000;

  font-size: 14px;

  font-weight: normal;

  padding: 7px 0;

  text-transform: uppercase;

}

.footer_link_m ul {

  float: left;

  width: 100%;

  margin:0;

}

.footer_link_m li {

  float: left;

  font-size: 13px;

  line-height: 17px;

  list-style: none outside none;

  display:inline-block;

}

.footer_link_m li a {

  color: #333;

  font-size: 12px;

  padding: 0;

  text-transform: uppercase;

}

.footer_link_m .bor_r {

  color: #d7c6bf;

  margin: 0 7px;

}

#footer_copyright {

  color: #333;

  float: left;

  font-size: 13px;

  margin: 10px 0 0 10px;

  padding: 0;

  position: relative;

  text-align: left;

}

#footer_copyright a {

  color: #333;

  font-size: 13px;

}

.backToTop {

  background: url("../images/go_to_top.png") no-repeat scroll 0 0 transparent;

  bottom: 0;

  cursor: pointer;

  display: none;

  height: 48px;

  position: fixed;

  right: 50px;

  width: 52px;

}

#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;

}

#tab-description table 
{ 
border-collapse: collapse; 
border: none;
width:100%;
} 
#tab-description img{ width:100%}
#tab-description td 
{ 
border: solid #ccc 1px;
height:28px;
} 
.slideshow .nivoSlider{margin-bottom:5px;}
.levelli0 a:hover{ text-decoration:none; color:#db540a;}