html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, #menu ul li a, .name a, .htabs a, .box-heading {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight:400;
	}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	line-height:18px;
}
h1 {
    border-bottom: 1px solid #F5F5F5;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 5px;
}
.welcome h2 {
	font-size: 35px;
	margin-bottom: 24px;
	border-bottom: 0 none;
	}
h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom:1px solid #f5f5f5;
}
h3 {
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

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

p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height:18px !important;
}
a, a b {
	cursor: pointer;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type=text], input[type=password], textarea {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 2px;
}
label {
	cursor: pointer;
}
.active {
    display: block !important;
}
::selection {
	
	background:#F3F3F3;
}
::-moz-selection {
        background: #F3F3F3; 
        }
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top_container {
    padding-top: 15px;
    min-height:120px;
}
#column-left {
	float: left;
}
#column-right {
	float: right;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	margin:0 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 255px;
}
#column-right + #content {
	margin-right: 255px;
}
/* header */
#top {
	min-height: 70px;
	position: relative;
	z-index: 99;
}
#top #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
#logo {
    position: relative;
    top: 20px;
}

/* switchers */

.switcher {
    background: url("../image/switcher-bg.png") no-repeat scroll 100% -2px transparent;
    font-size: 11px;
    height: 25px;
    padding-left: 7px;
    padding-right: 38px;
    position: absolute;
    width: 93px;
    z-index: 10;
}
.switcher .option {
    background: url("../image/switcher-options-bg.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: 3px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    width: 138px;
}
.switcher span.s_selected, .switcher li, .switcher li a {
    display: block;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    text-indent: 7px;
}
.switcher li a {
    color: #B5B5B5;
}
.switcher li a:hover {
text-decoration:underline;
}
#currency_switcher {
    right: 235px;
}
#currency_switcher_language {
    right: 368px;

}
#language_switcher {
    right: 214px;
   
}
.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: middle;
}
#currency_switcher {
    right: 217px;
}
#language {
    color: #999999;
    left: 335px;
    line-height: 17px;
    top: 15px;
    width: 75px;
}
#language img {
    cursor: pointer;
}
#currency {
    position: absolute;
    width: 75px;
}
#currency a {
    border: 1px solid #CCCCCC;
    color: #999999;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 2px 4px;
    text-decoration: none;
}
#currency a b {
    color: #000000;
    text-decoration: none;
}
#bottom {
    clear: both;
    float: right;
    padding: 13px 0;
    position: relative;
}
#bottom #cart {
float:right;
	z-index: 9;
	min-width: 280px;
	padding-bottom:4px;
}
#bottom #cart .heading {
	float: right;
	font-size:15px;
	position: relative;
	z-index: 1;
}
#bottom #cart .heading h4 {
    background: url("../image/shopping-cart.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline;
    padding-left: 25px;
}
#bottom #cart .heading a {
	text-decoration: none;
}
#bottom #cart .heading a span {
font-size:15px;
}
#bottom #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-style: solid;
    border-width: 5px;
    clear: both;
    display: none;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 10000;
    min-width:400px;
}
.empty {
    text-align: center;
}

#bottom #cart.active .heading {
  }
#bottom #cart.active .content {
    display: block;
}
#bottom #cart .cart {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
#bottom #cart .cart td {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 5px;
    vertical-align: middle;
}
#bottom #cart table.total tr:last-child td {
    font-size: 13px;
    padding: 3px 0;
}
#bottom #cart .cart .image {
    width: 1px;
}
#bottom #cart .cart .image img {
    text-align: left;
}
#bottom #cart .cart .name small {
    color: #666666;
}
#bottom #cart .cart .quantity {
    text-align: right;
}
#bottom #cart .cart td.total {
    text-align: right;
}
#bottom #cart .cart .remove {
    text-align: right;
}
#bottom #cart .cart .remove img {
    cursor: pointer;
}
#bottom #cart table.total {
    border-collapse: collapse;
    clear: left;
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
}
#bottom #cart table.total td {
    font-size: 10px;
    line-height: 19px;
    padding: 0 0 0 30px;
}
#bottom #cart .content .checkout {
    text-align: right;
}
#cart .buttons {
    clear: both;
    margin: 10px 0;
    padding: 0;
}
#cart a.button {
    float: right;
    margin-left: 10px;
}
#remove {
    background: url("../image/remove.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    margin: 0 0 0 5px;
    position: relative;
    text-indent: 9999px;
    width: 18px;
}
.remove {
    text-align: right;
}
#remove:hover {
    background-position: 0 -18px;
}
#header #cart .empty {
    padding: 20px 0;
    text-align: center;
}



#top #search {
  position: absolute;
    right: 0;
    z-index: 15;
    }
#top .button-search {
  background: url("../image/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0;
    width: 28px;
    }
#top #search input {
    /*background:url("../image/search_bg.png") repeat scroll 0 0 transparent;*/
	background:#f2f2f2;
	background:rgba(255,255,255,0.85);
    height: 23px;
    padding: 0 7px;
    width: 178px;
    border: 0 none;
}
#top #welcome {
	position: absolute;
	top: 41px;
	right: 0px;
	z-index: 5;
	text-align: right;
}
#bottom .links {
    float: left;
}
#bottom .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 13px;
}
#bottom .links a + a {
	margin-left: 8px;
}
/* menu */
#menu_container {
    margin-left: -5px;
}
#menu {
    clear: both;
    height: 42px;
    margin-bottom:5px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.2);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.2);
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu  ul  li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 15px;
    position: relative;
    text-decoration: none;
    z-index: 6;
 }
#menu  ul  li  div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	background: #fff;
	    border-width:5px;
    border-style:solid;

}	
#menu  ul  li ul li a{
	
	background:#fff;
}	
#menu> ul li:hover  div {
	display: table;
}
#menu ul li div ul {
    color: #F3F3F3;
    display:table-cell;
	vertical-align:top;
    list-style: square outside none;
    padding-left: 20px;
}
#menu  ul  li ul + ul {
	padding-left: 20px;
}
div#menu_container.grid_12 ul li div ul li a{
	
	background:#fff;
	font-size:12px;
	line-height:16px;

}
div#menu_container.grid_12 ul li div ul li a:hover {
	
	text-decoration:underline;
}
#menu  ul  li ul  li  a {
	text-decoration: none;
	padding: 6px 6px 6px 0;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu  ul  li ul  li  a:hover {
color:red;
}
#menu  ul  li  div  ul  li  a {
	color: #FFFFFF;
}

.breadcrumb {
    background: url("../image/bg/1.png") repeat scroll 0 0 transparent;
    color: #CCCCCC;
    height: 35px;
    margin-bottom: 6px;
    padding-top: 15px;
}



/* notofications

*/

#notification {
    position: fixed;
    right: 10px;
    top: 15px;
    width: 150px;
    z-index:12345;
}
.success, .warning, .attention, .information {
    color: #555555;
    padding: 10px 20px 10px 15px;
    border-radius: 5px;
    text-align: center;
}
#notification .success, #notification .warning, #notification .attention, #notification .information {
	 text-align: left;
}
.success {
	background: #EAF7D9;
}
.warning {
	background: #f99d3b;
}
.attention {
	background: #f2ce39;
}
.information {
	background: #E8F6FF;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    padding-right: 4px;
    padding-top: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.required {
	color: #FF0000;
	font-weight: 600;
}
.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: 600;
}
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;
	float: none;
}
.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 */
a.button, input.button, #welcome a, .button:visited {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	    background: url("../image/button-right.png") repeat-x scroll right top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 6px 12px 6px 13px;
}
input.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 6px;
}
#welcome a {
    padding: 5px 8px;
}
.buttons {
	background: #FFFFFF;
	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 {
    border-bottom: 5px solid #F7F7F7;
    height: 36px;
    line-height: 16px;
    margin-top: 40px;
}
#tabs {
    clear: both;
}
.htabs a {
    background: none repeat scroll 0 0 #E4E4E4;
    display: none;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
    padding: 9px 26px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
	background: #FFFFFF;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 0 none;
}
.tab-content {
    border-bottom: 5px solid #F7F7F7;
    border-left: 5px solid #F7F7F7;
    border-right: 5px solid #F7F7F7;
    margin-bottom: 40px;
    overflow: auto;
    padding: 15px 15px 0;
    z-index: 2;
}


/* attributes */
#tab-attribute {padding:0;}
#tab-attribute table.attribute {
	margin-bottom:0;
	border-width:0;
	}
#tab-attribute .attribute thead td {
	background:#f7f7f7;
	color:#555;
	font-size:13px;
	line-height:15px;
	}
#tab-attribute .attribute tbody td {
	border-bottom:1px solid #f7f7f7;
	padding:7px 9px 7px 12px;
	line-height:1.6em;
	text-align:left;
	}
#tab-attribute .attribute tbody td:first-child {
	background:#fcfcfc;
	color:#555;
	width:25%;
	text-align:right;
}

/*

related

*/

#tab-related .box-product {
	
	width:auto;
}
.box .box-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* box */
div#column-right.grid_3 div.box, div#column-left.grid_3 div.box  {
    border: 5px solid #F3F3F3;
    margin-bottom: 20px;
}
div#column-right.grid_3 div.box div.box-heading, div#column-left.grid_3 div.box div.box-heading {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #E9E9E9;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 0 10px 5px;
    margin-bottom: 5px;
}
#column-left .box .box-content {
	}
/* box products */
.box-product {
	width: 960px;
	overflow: auto;
	margin-left:-20px;
	padding:10px 0;
}
	
.box-product > div {
	width: 136px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 15px;	
	position:relative;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	
}
.box-product .name a {
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	clear: both;
}
.box-product .price {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.price .sale,
.image .sale {
    height: 50px;
    position: absolute;
    top: 0;
    width: 50px;
	}
#product.sale {
    left: 20px;
    top: 65px;
}
.image .sale {
	left:-5px;
	top:-5px;
}
.product-list .price .sale {
    left: 5px;
    top:5px;
  }
.price-old{
	
	font-weight:normal;
}
.box-product .price-old {
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: 600;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category, .box-content {
	margin-top: -5px;
}
.box-category ul, .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li, .box-content > ul > li {
	padding: 8px 8px 8px 10px;
}
.box-category > ul > li:hover, .box-content > ul > li:hover {
	background: #f8f8f8;
}
.box-category > ul > li + li, .box-content > ul > li + li{
	border-top: 1px solid #f3f3f3;
}
.box-category > ul > li > a, .box-content > ul > li > a {
	text-decoration: none;
	display:block;
}
.box-category > ul > li ul, .box-content > ul > li ul{
	display: none;
}
.box-category > ul > li a.active, .box-content > ul > li a.active {
	font-weight: 600;
}
.box-category > ul > li a.active + ul, .box-content > ul > li a.active + ul{
	display: block;
}
.box-category > ul > li ul > li, .box-content > ul > li ul > li{
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a, .box-content > ul > li ul > li > a{
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active, .box-content > ul > li ul > li > a.active{
	font-weight: 600;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	}
#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;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: square outside none;
	color: #F3F3F3;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: 600;
}
/* manufacturer */
.manufacturer-list {
	border: 10px solid #F7F7F7;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: 600;
	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;
}
.product-filter .display a {
	font-weight: 600;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
#grid_a {
    background: url("../image/grid_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    text-indent: -9999px;
    width: 19px;
        margin-left: 10px;
    margin-right: 7px;

}
#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 19px;
    position:relative;
    top:2px;
}
#list_b {
    background: url("../image/list_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    margin-right: 7px;
    width: 19px;
}
#grid_b {
    background: url("../image/grid_b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    width: 19px;
        margin-left: 10px;
    margin-right: 7px;

}
#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-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: 600;
}
.product-compare a {
	text-decoration: none;
	font-weight: 600;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	position:relative;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #f5f5f5;
	padding-top: 16px;
	position:relative;
}
.product-list .image {
	float: left;
	margin-right: 20px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
}
.product-list .description {
	line-height: 19px;
	margin-bottom: 5px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 140px;
	margin-left: 30px;
	text-align: right;
	font-size: 12px;
	font-weight:600;
}
.product-list .price-old {
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: 600;
}
.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 .compare a, .product-list .wishlist a {
font-size:10px; 
	text-decoration: none;
	padding-left: 13px;
	display: block;
	background: url('../image/plus-sign.png') left 60% no-repeat;
}
.product-grid {
margin-left:-15px;
	overflow: auto;
}
.product-grid > div, .box-subcategory {
	width: 165px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 10px;
	position:relative;
}
.box-subcategory a {
    font-size: 16px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
}
.product-grid .name a, .box-subcategory a {
 display: block;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
    }
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
display: block;
    font-weight: 600;
    margin-bottom: 4px;
    }
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: 600;
}
.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, .product-grid .compare a  {
	text-decoration: none;
	padding-left: 13px;
	display: block;
	background: url("../image/plus-sign.png") no-repeat scroll left center transparent;
	font-size:10px;
	}
/* Product */
.product-info {
	margin-bottom: 20px;
	position:relative;
	margin-left:10px;
}

.product-info h1.name .sub-name {
	display:block;
	padding:4px 0 2px;
	font-size:20px;
	font-weight:200;
	line-height:24px;
	color:#aaa;
	}
#column-left + .product-info {
    margin-left: 250px;
}
.product-info > .left {
	float: left;
	margin-right: 20px;
	margin-bottom:30px;
}
.product-info > .left + .right {
	margin-left: 420px;
	margin-bottom:30px;
}
.product-info .image {
	border-bottom: 1px solid #f5f5f5;
	float: left;
	padding:10px 0;
	margin-bottom: 10px;
	text-align: center;
	position:relative;
	}
.product-info .image img {
	padding: 3px;
	display:block;
	background:#dadada;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	}
.product-info .image-additional {
	width: 400px;
	margin-left:-10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	padding:2px;
	background:#eaeaea;
	display:block;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 10px 5px 10px 0;
	margin-bottom: 10px;
	line-height: 20px;
	}
	.product-info .description + .description {
		margin-top:-10px;
		}
.product-info .description a {
	text-decoration: none;
}
product_info_right .product-info .price {
	

	font-size: 15px;
	font-weight: 600;
	overflow:auto;
}
.product-info .price-old {
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options h2 {
margin-top:15px;
}

.product-info .cart {
	overflow: auto;
	margin-top:15px;
}
.product-info .cart .add_to_cart {
    margin-top: 6px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart .share {
    margin-left: 20px;
}
.product-info .cart .share a {
    font-size: 10px;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	clear: both;
}
.product-info .review {
		margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px 0;
	line-height: 20px;
}
.product-info .review > div > a {
    margin-left: 8px;
    vertical-align: text-bottom;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
	padding:2px 0;
}
#product_info_right {
    border: 5px solid #F3F3F3;
    margin-bottom: 15px;
    padding: 15px;
}
#product_info_right .price {
    font-size: 16px;
}
#captcha {
    margin: 10px 0;
}
.attribute {
    border-collapse: collapse;
    border-color: #F5F5F5;
    border-style: solid;
    border-width: 0 5px 5px;
    margin-bottom: 20px;
    width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: 600;
	background: #f5f5f5;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: 600;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 7px solid #F7F7F7;
	margin-bottom: 20px;
	margin-top:10px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: 600;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: 600;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 7px solid #F7F7F7;
	border-bottom: 7px solid #F7F7F7;
}
.compare-info .name a {
	font-weight: 600;
}
.compare-info .price-old {
	font-weight: 600;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: 600;
}
/* 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 {
	font-weight: 600;
	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: 600;
}
/* returns */
 div.return-detail div {
    padding-top: 30px;
}

.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: 100%;
}
.return-opened {
	float: left;
	width: 100%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 100%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 100%;
}
.return-captcha {
	float: right;
	width: 100%;
}
.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 {
    margin-top: 20px;
}
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 10px solid #F7F7F7;
	border-left: 10px solid #F7F7F7;
	border-right: 10px solid #F7F7F7;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight: 600;
	background-color: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.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 .unit-price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: middle;
	border-bottom: 10px solid #F7F7F7;
}
.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 .unit-price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: 600;
}
.cart-module .cart-heading {
	border: 1px solid #F7F7F7;
	padding: 8px 8px 8px 22px;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F7F7F7 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.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-total {
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total table tr:last-child td {
    font-size: 25px;
	padding: 16px 0 5px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
	font-size: 15px;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: 600;
	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: 600;
	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%;
}
#contact img {
    margin: 10px 0;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;

}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul li {
    padding: 8px 0;
}
.sitemap-info ul {
    list-style: disc outside url("../image/arrow-column.png");
}
.sitemap-info ul li ul {
    list-style: disc outside url("../image/arrow-column-active.png");
    }
div.sitemap-info ul li a{
	font-size: 140%;
}
div.sitemap-info ul li ul li a {
	font-size: 120%;
}
 div.sitemap-info ul li ul li ul li a {
 font-size: 100%;
 }
/* footer */ 
#footer-top-outside {
    overflow: auto;
    margin-top: 20px;
}
#footer h3 {
	
	border-bottom: 1px solid #F5F5F5;
}
#footer {

	}
#footer  div ul {
	margin-top: 0px;
	padding-left: 12px;
	list-style:disc outside url("../image/list-arrows.png");
}
#footer  div ul li {
	margin-bottom: 3px;
}
#footer  div a {
	text-decoration: none;
}
#footer  div a:hover {
	text-decoration: underline;
}
#powered {
    clear: both;
    line-height: 22px;
    overflow: auto;
    padding-bottom: 20px;
}
#powered #payment_images {
    float: left;
}
#powered #powered_text {
    float: right;
    font-size: 11px;
    text-align: right;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#footer-border {
    background: url(../image/footer-border.png);
    width: 100%;
    height: 7px;
    clear: both;
    margin-bottom:15px;
}

/*

 TWITTER

*/
#twitter_update_list {
    list-style: none;
    padding-left: 0;
}
#twitter_update_list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
#twitter_update_list li:last-child {
    border-bottom: 0 none;
}
/*

FOOTER CONTACT 

*/

#contact_footer ul {
    list-style: none outside none;
    margin-bottom: 10px;
    padding-left: 0;
}
#about_us_footer img {
    float: left;
    margin: 0 10px 10px 0;
}

#contact_footer ul li ul {
    border-bottom: 1px solid #E8E8E8;
     margin-bottom: 5px;
    padding-bottom: 5px;
}
#footer ul li, #categories_footer ul li {
    padding-bottom: 5px;
}
#footer_telephone, #footer_telephone2, #footer_email, #footer_email2, #footer_skype, #footer_fax {
    text-indent: 25px;
}
.contact_column {
    height: 35px;
}
#tel {
    background: url("../image/contact/telephone.png") no-repeat scroll left 3px transparent;
}
#mail {
    background: url("../image/contact/mail.png") no-repeat scroll left 3px transparent;
}
#skype {
    background: url("../image/contact/skype.png") no-repeat scroll left 1px transparent;
}
#fax {
    background: url("../image/contact/fax.png") no-repeat scroll left 1px transparent;
}
#footer_fax, #footer_telephone2, #footer_email2, #footer_fax {
    padding-bottom: 8px;
}
#contact_footer ul li ul:last-child {
    border-bottom: 0 none;
}
/* banner */
.banner {
    margin-left: -20px;
}
.banner div {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.banner div img {
	margin-bottom: 20px;
}
.cart-module > div {
    display: none;
}
.cart-info tbody .quantity input[type="image"], .cart-info tbody .quantity img {
    cursor: pointer;
    position: relative;
    top: 4px;
}
#customHome div {
    padding-top: 20px;
}