﻿html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
#content1 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#fff;
}
.content1{ padding:0px; border-bottom: 1px dotted #DBDBDB; margin-bottom:18px;}

#content1 .content1 {
    background: none repeat scroll 0 0 #F3F3F3;
    margin-bottom: 4px;
    overflow: auto;
    padding: 10px;
}
#product-description{ padding-bottom:15px; padding-top:10px;}
#footer_fax{ margin-top:5px;}
#cart_total{ color:#999;}

h1, .welcome {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	
}
h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
	color:#14bfe9;
}
h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
	font-weight:bold;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {

	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], input[type="password"], textarea {
    border: 1px solid #DBDBDB;
    margin: 0;
    padding: 5px;
}

.content input[type="text"] {
    margin-top: 4px;
}
.content input[type="text"], .content input[type="password"], {
background: none repeat scroll 0 0 #F9F8F8;
min-width: 180px;
}
select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #F8F8F8;
    padding: 5px;
    border-radius:2px;
      -moz-border-radius:2px;
        -webkit-border-radius:2px;
}
label {
	cursor: pointer;
}
.active{
	display:block !important;
}
::selection {
        background: #E1F6FD; /* Safari */
        }
::-moz-selection {
        background: #E1F6FD; /* Firefox */
}
::-webkit-selection {
        background: #E1F6FD; 
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* layout */
#content1 .content1 {
    background: none repeat scroll 0 0 #F3F3F3;
    margin-bottom: 4px;
    overflow: auto;
    padding: 10px;
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#fff;
}
#top_container .container {
    background-color: transparent;
}
#column-left {
	float: left;
	width: 190px;
	padding-right:18px;
}
#column-right {
	float: right;
	width: 198px;
	margin-left:20px;
}
#content {
	/* min-height: 400px;*/
	margin-bottom: 25px;
	overflow:hidden;
}
#column-left + #column-right + #content, #column-left + #content {
	}
#column-right + #content {
	margin-right: 10px;
}
#top_container {
    padding-top: 10px;
}

/* header */
#welcome {
    float: left;
    font-style: normal;
    margin-bottom: 3px;
    text-shadow: 1px 1px 1px #fff;
	color:#1cc3fa;
}
#welcome a {
	color:#1cc3fa;
}
#header {
	min-height: 90px;
	position: relative;
	z-index: 111;
	background:white;
	clear:both;
}
#header #logo {
    float: left;
    margin-left: 350px;
    margin-top: -14px;
    width: 23%;
    margin-bottom:15px;
}

#header #header_right {
    float: right;
    margin-right: 0px;
    width: 37%;
    position:relative;
}
#header #header_right #top {
    height: 50px;
}
#header #header_right #bottom {
    clear: both;
}

/*

SWITCHERS 

*/
div#header div#header_right div#top form#currency_form fieldset {
	
	display:none;
}
.switcher {
    background: url("../image/dropdown.png") no-repeat scroll 100% -2px white;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    height: 25px;
    padding-right: 38px;
    position: absolute;
    width: 100px;
    z-index: 10;
    color:#b5b5b5;
}
.switcher .option {
    background: none repeat scroll 0 0 white;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    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 {
    color: #F12B63;
}
#currency_switcher {
    right: 235px;
}
#currency_switcher_language {
    right: 368px;
     top: 15px;
}
#language_switcher {
    right: 214px;
     top: 15px;
}
.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: middle;
}
#currency_switcher {
    right: 217px;
    top: 15px;
}

#language {
		top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position:absolute;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {

	z-index: 9;
}
#header #cart .heading {
	float: right;
	position: relative;
	z-index: 1;
	line-height:8px;
}
#header #cart .heading h4 {
    background: url("../image/basket.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 8px;
    text-indent: -9999px;
    width: 20px;
    margin-right:5px;
}
#header #cart .heading a {
	color:#CCC;

}
#header #cart .heading a span {
	padding-right: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
}
#header #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: none;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size:10px;
}

#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 {
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart table.total tr:last-child td {
    font-size: 13px;
    padding: 3px 0;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
		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: 10px;
    margin-top: 5px;
}
#header #cart table.total td {
    font-size: 10px;
    line-height: 19px;
    padding: 0 0 0 30px;
}
#header #cart .content .checkout {
	text-align: right;
}
#cart .buttons {
    clear: both;
    margin: 10px 0;
    padding: 0;
}
#cart a.button {
    float: right;
    margin-left:10px;
}

#header #cart .empty {
	padding: 20px 0;
	text-align: center;
}
#header #search {
    position: absolute;
    right: 0;
    top: 15px;
    width: 200px;
    z-index: 15;
}
#header .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center transparent;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 0;
    width: 28px;
}
#header #search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dbdbdb;
      height: 23px;
    padding: 1px 1px 1px 7px;
    width: 178px;
    color: #b5b5b5;
}
#header #welcome {
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
}
#header .links {
float:right;
margin-top:15px;
margin-bottom:15px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 12px;
	color:#2CC1E6;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
	color:#2cc1e6;
}
#header #header_bottom {
    clear: both;
    height:40px;
}
#header_bottom_shadow {
    height: 2px;
    padding-bottom: 0px;
}

/* menu */
#menu {

	padding: 0px 5px 0px 240px;
	float:left;
	color:#FFF;

}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color:#FFF;
}

#menu ul li ul{
	list-style: disc outside url("../image/arrow-column-active.png");
	padding-left:25px;
	color:#FFF;
}
#menu > ul > li:hover a{
	color: #fff;
	
}




#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
	padding: 2px 5px;
}
#menu > ul > li > a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 11px 10px;
	z-index: 6;
	position: relative;
	color:#333;
}
#menu > ul > li > div {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 40px;
    z-index: 150;
	color:#333;
}
#menu > ul > li > div > ul {
	display: table-cell;
	color:#666;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
    display: block;
    font-size: 11px;
    min-width: 120px;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
}
#menu > ul > li > div > ul > li > a {
	
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.breadcrumb h1 {
	
	margin-bottom: 20px;
	margin-left:0px;
	margin-top:20px;
}
#bread {
    display: inline;
    left: -30px;
    padding-left: 20px;
    position: relative;
}
#bread.first {
    left: 0;
	margin-left:-20px;
}
#breadcrumbs
{
	height: 15px;
	padding-top:4px;
	margin-bottom:30px;
}
#breadcrumbs a {
    background-color: white;
    margin-right: -7px;
    padding: 12px 19px 8px 24px;
    text-decoration: none;
}
#breadcrumbs span {
    background-image: url("../image/breadcrumb2.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 12px 9px 8px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.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;
	color: #FF0000;
}
.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;
    border-left: 10px solid #F7F7F7;
    border-top: 10px solid #F7F7F7;
    margin-bottom: 20px;
    width: 100%;
}
table.list td {
	border-bottom: 10px solid #F7F7F7;
}
table.list thead td {
    background-color: #F7F7F7;
    font-size: 13px;
    padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	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: 20px;
}
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 {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 25px;
    width: 100%;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: 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 {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0px solid #a3ba66;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform:uppercase;
	
	

}
a.button span {
	/*display:none;*/
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 8px 14px;
}
.product-info .cart a.button span, a.button.larger span {
    font-size: 12px;
    padding: 8px 15px;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons.search {
    padding: 0;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#tabs{
	clear: both;
}
.htabs {
    border-bottom: 10px solid #F7F7F7;
    height: 46px;
    line-height: 16px;
    margin-top:40px;
}
.htabs a {
    background: none repeat scroll 0 0 #E4E4E4;
    display: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 0 none;
}
.tab-content {
    border-bottom: 10px solid #F7F7F7;
    border-left: 10px solid #F7F7F7;
    border-right: 10px solid #F7F7F7;
    margin-bottom: 40px;
    overflow: auto;
    padding: 10px;
    z-index: 2;
}
/* box */
.box {
	margin-bottom: 20px;
	clear:both;
}
.box .box-heading, #tab-review .box-heading, .box-heading-search {
    background: url("../image/heading.png") repeat-x scroll center center transparent;
    margin: 0 10px;
    overflow: auto;
    width: 960px;
}
 #tab-review .box-heading {
    margin-right: 10px;
    margin-left:0;
    width: 920px;
    margin-bottom:20px;
}
.box-heading-search{
	
	margin: 10px 0 20px 0;
	    width: 960px;
}
.search-filters {
    margin: 15px 0;
}

 #tab-review input[type="text"], input[type="password"], textarea {
    border: 1px solid #DBDBDB;
    margin: 10px 0;
    padding: 5px;
}


 .box .box-heading h2, #tab-review .box-heading h2, .box-heading-search h2 {
    background: none repeat scroll 0 0 white;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 0;
    padding-right: 20px;
}
.box .box-content {
clear:both;
	}
/* box products */



.box-product {
	width: 100%;
}
	
.box-product > div {
    background: url("../image/box-shadow.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    margin: 10px 8px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 177px;
}
.product_outside_border {
	    border: 1px solid #E5E5E5; 
	
}
.product_outside {
	
	border: 1px solid white;
	background: #f7f7f7;
	padding: 8px;
	position:relative;
}
.product_outside:hover{
background: #e5f4f9;
}
 .product_inside {
background: #fff;
padding-bottom:10px;
height:100%;
}

.product-list .product_inside {
height:150px;
padding:20px 0;
}


.product_sale {
    background: url("../image/sale.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    position: absolute;
    right: 20px;
    top: -6px;
    width: 33px;
}
.product_sale_category {
    background: url("../image/sale.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    left: 120px;
    position: absolute;
    top: -6px;
    width: 33px;
}

.sale-top {
    background: url(../image/sale-top.png) no-repeat;
    width: 33px;
    height: 6px;
}
.sale-middle {
    -moz-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px;
    position: absolute;
    right: -7px;
    top: 13px;
}
.sale-bottom {
	background:url(../image/sale-bottom.png) no-repeat;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
}
.box-product .image img {
    border-bottom: 1px solid #E9E9E9;
    margin: 9px;
    padding-bottom:10px;
}
.product_inside, .product_inside .cart {
    margin-left: 0px;
}
.name{ text-align:center;}
.box-product .product_inside .cart {	
	text-align:center;
}
.product-list .product_inside .cart {
	margin-bottom:15px;
	clear: both;
}

.product_inside .cart {	
	float: none;
}
.product-grid .product_inside .cart{
	text-align:center;
	margin-bottom:10px;
	margin-left:0px;
	display: none;
}
#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;
	font-weight:bold;
}
.remove {
    text-align: right;
}
#remove:hover {
    background-position: 0 -18px;
}
.cart-info tbody .remove {
    vertical-align: middle;
}
.box-product .name a {
	display: block;
	margin-bottom: 13px;
	font-size:12px;
}
.box-product .price {
	display: block;
	margin-bottom: 4px;
	margin-right:0px;
	font-weight:bold;
	font-size:14px;
	margin-top:6px;
	text-align:center;
}
.box-product .price .price-old {
    margin-top: 0px;
}
.box-product .price-old {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    font-style:oblique;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li > a{
	
	position:relative;
}
.box-category > ul > li + li {
	border-top: 0px solid #EEEEEE;
}
.box-category > ul > li > a {
    text-decoration: none;
}
.box-category > ul > li ul {
	display: none;
	margin-left:18px;
	list-style: disc outside url("../image/arrow-column-active.png");
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 0;
	font-size:10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

 #column-right ul, .content ul {
	

  list-style: disc outside url("../image/arrow-column.png");
    margin: 0 0 0 22px;
    padding: 0;
    }
     #column-right ul li, .content ul li{
	
padding-bottom:8px;
    }


#column-left .box .box-heading, #column-right .box .box-heading {
    background: url("../image/heading.png") repeat-x scroll center bottom transparent;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    overflow: auto;
    padding-bottom: 30px;
    width: 195px;
    margin-bottom:10px;
}

.category-list .category_box {
    float: left;
    margin: 10px 20px 10px 0;
    text-align: center;
}

/* content */
#content .content {
	padding: 10px 10px 10px 0px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
	line-height:20px;
}
#content .content .right {
	float: right;
	width: 49%;
	line-height:20px;
}
/* category */
.category-info {
    background: url("../image/heading.png") repeat-x scroll center bottom transparent;
    margin-bottom: 20px;
    overflow: auto;
    padding-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	}
.category-list {
    background: url("../image/heading.png") repeat-x scroll center bottom transparent;
    margin-bottom: 20px;
    overflow: auto;
    padding-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

.category-info p {
    margin-top: 20px;
}
.category-list .category_box .category_name a {
    font-size: 16px;
}

/* manufacturer */
.manufacturer-list {
    border: 10px solid #F7F7F7;
    margin-bottom: 20px;
    overflow: auto;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0 8px 7px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* category listing */

.category-list .product_inside {
    height: 155px;
    padding: 20px 0;
    text-align: center;
}
.category-list .box-product {
    float: left;
    width:auto;
}
 .category_name a {
    font-size: 13px;
    font-weight: bold;
}
 .category_name{	
	margin-top:4px;
}
/* product */
.product-filter {
    background: url("../image/heading.png") repeat-x scroll center bottom transparent;
    overflow: auto;
    padding-bottom: 32px;
    margin-bottom:15px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;

}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-compare {
    float: left;
    padding-top: 4px;
}
.product-compare a {
	text-decoration: none;
}
.product-list > div {
	margin-bottom: 15px;
    background: url("../image/product-list-shadow.png") no-repeat scroll center bottom transparent;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
    width:100%;
    position:relative;
}
.product-list > .no_shadow {
    background: none;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	width:150px;
	margin-right:15px;
}
.product-list > div + div {
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 20px 16px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
    font-size: 16px;
    font-weight: bold;
}
.product-list .description, .category-info p {
    line-height: 20px;
    margin: 5px 0;
}
.product-list .price {
	float: right;
	text-align: right;
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.product-list .price-old {
    font-size: 14px;
    font-weight: normal;
    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;
	float:right;
}
.wishlist a, .compare a  {
    font-size: 11px;
    }

#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-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
 background: url("../image/box-shadow.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    margin: 10px 8px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 174px;
    }
.product-grid .image {
    border-bottom: 1px solid #E9E9E9;
    display: block;
    margin: 0 10px 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.product-grid .image img {

}
.product-grid .name a {

	display: block;
	margin-bottom: 10px;
	font-size:12px;
	color:#999;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
 display: none;
 text-align:center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-right:0px;
	margin-top:3px;

    }
.product-grid .price-old {
	 display: block;
    font-size: 13px;
    font-style: oblique;
    font-weight: normal;
    text-decoration: line-through;
    }
   .product-grid .product_inside{
	
	height:auto;
	padding-bottom:10px;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	clear:both;
	display:inline;
}
.product-grid .wishlist a {

}
.product-grid .compare {
float:right;
}
.grid-spacer {
    border-top: 0px solid #E9E9E9;
    clear: both;
    margin: 10px 10px 0;
    overflow: auto;
    padding-top: 0px;
}

/* Product */
.product-info {
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 10px;
	width:400px;
	padding-top:10px;
	margin-left:8px;
}
.product-info > .left + .right {
    float: left;
    padding: 10px 10px 0px 10px;
    width: 540px;
    border: 0px solid #E5E5E5;
}
.product-info > .right > div {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    }
/* main image */

.product-info > .left > .image {
    background: url("../image/product-shadow.png") no-repeat scroll -3px bottom transparent;
    display: inline-block;
    margin: 0 8px 10px 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    vertical-align: top;
    width: 400px;
}
.product-info  .left  .image  .product_inside {
       overflow: auto;
    padding-bottom: 0px;
    height:auto;
}

.product-info .image {
	float: left;
	padding: 9px;
	text-align: center;
}

 .image-additional .image {
 background: url("../image/additional-shadow.png") no-repeat scroll 11px 76px transparent;
  }

 .image-additional .product_outside {
	
	padding:5px;
}

.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	}
.product-info .image-additional a {
	float: left;
	padding:3px 10px;
	display: block;
}
.product-info .right h1 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:0;
}
.right .top {
    width: 100%;
    overflow: auto;
}
#stock_info {
    background: none repeat scroll 0 0 #47B6DF;
    color: #FFFFFF;
    float: left;
    margin-left: 15px;
    margin-top: 3px;
    padding: 2px 10px 3px;
}

.stock_ribbon {
    background: url("../image/stock-span.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.product-info .description {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    line-height: 20px;
    padding: 25px 5px 10px;
    font-weight:bold;
}
.product-info .description span {
font-weight:normal;
	}
.product-info .description a {
	text-decoration: none;
}
.tab-content #author {
    font-weight: bold;
    margin-bottom: 0;
}


.tab-content p, #review .content {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.product-info .price {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    padding-top: 25px;
}
.product-info .price-old {
	text-decoration: line-through;
	font-weight:normal;
	font-size:13px;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.options input[type="text"], input[type="password"], textarea {
    margin-top: 8px;
}
.product-info .options {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    padding-top: 18px;
}
.product-info .cart {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    margin-bottom: 5px;
    overflow: auto;
    padding: 30px 5px 10px;
}
.product-info .cart div {
	float: none;
	vertical-align: middle;
	padding-bottom:0px;
}
.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 {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 30px;
}
.product-info .share div {
    float: left;
    padding: 0;
}
.fb_edge_widget_with_comment {
    margin-right: 40px;
    vertical-align:top;
}
.connect_widget div.connect_confirmation_cell_no_like {
    display: none !important;
}
.product-info .share > div > span {
	color: #38B0E3;
}
.product-info .share div {
    float: left;
}
.product-info .share {
    background: url("../image/heading.png") repeat-x scroll center top transparent;
    line-height: normal;
    overflow: auto;
    padding-top: 30px;
	margin-top:0px;
}
.product-info .review > div > img {
    vertical-align: bottom;
}
.product-info .cart #options {
    padding-top: 3px;
}
.product-info .cart #options a {
    font-size: 11px;
}
.product-info .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 8px;
    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 #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.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;
}

/*

TAGS

*/

.box .tags {
    clear: both;
    margin-left: 10px;
    padding-top: 20px;
}
.box .tags a {
    background: url("../image/tag.png") no-repeat scroll 0 0 transparent;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 39px;
    padding-top: 10px;
    line-height:50px;
}
/* RELATED
*/

.box.related {
    clear: both;
    margin-bottom: 20px;
}


/* 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: 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: 46%;
}
.return-captcha input {
    margin: 10px 0;
}
.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-total table tr:last-child td {
    font-size: 24px;
}

.cart-info table {
    border-collapse: collapse;
    border-left: 10px solid #F7F7F7;
    border-right: 10px solid #F7F7F7;
    border-top: 10px solid #F7F7F7;
    margin-bottom: 20px;
    width: 100%;
    margin-top:20px;
}.cart-info td {
	padding: 7px;
}
.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 10px solid #F7F7F7;
    font-size: 14px;
}
.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 {
	vertical-align: top;
	border-bottom: 10px solid #F7F7F7;
	vertical-align:inherit;
}
.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 {
    background: url("../image/arrow-right.png") no-repeat scroll 10px 50% #F7F7F7;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px 8px 12px 22px;
}
.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 {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
    padding: 5px 5px 10px 50px;
    text-align: right;
}
#shipping td {
    padding: 7px 0;
}
/* checkout */
.checkout-heading {
    background: none repeat scroll 0 0 #F7F7F7;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 14px;
}
.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 {
	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 {
	width:440px;
	float:left;

}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.contact input[type="text"], input[type="password"], textarea {
    margin: 2px 0;
    background: #f9f8f8;
}
.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: 2px 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");
    }



/* footer */ 
#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;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}

#powered #payment_images {
    float: left;
}
#powered #powered_text {
    
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size:12px;
	margin-top:-8px;
}


/* banner */
.banner {
    float: left;
}
#banner0 {
    margin-left: 10px;
}
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

#footer-border {
    width:100%;
    height:20px;
    background-image: url(../image/footer-bg.png);
    background-repeat: repeat-x;
    clear:both;
}
#footer-top-outside {
	
	overflow:auto;
}

#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding-top:20px;
	
	}
#footer h3, #footer-top-outside h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 15px;
}
#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;
}
#powered {
	margin-top: 5px;
	line-height:17px;
	clear: both;
	overflow:auto;
	padding:30px 0;
}

#footer-top-outside h2 {
        padding-bottom: 15px;
}
#footer-top-outside {
    margin: auto;
    overflow: auto;
    padding: 20px 0 10px;
    border-bottom:1px solid #e0e0e0;
   }
#footer-top-outside ul {
    list-style: disc outside url("../image/arrow.png");
    margin-top: 0;
    padding: 0 15px;
}
#contact_footer ul {
    list-style: none outside none;
    margin-bottom: 10px;
    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;
}
.contact_column {
    height: 35px;
}
#tel {
    background: url("../image/contact/telephone.png") no-repeat scroll left center transparent;
}
   #mail {
   background: url("../image/contact/mail.png") no-repeat scroll left center transparent;
   }
   #skype {
   background: url("../image/contact/skype.png") no-repeat scroll left center transparent;
   }
   #fax {
   background: url("../image/contact/fax.png") no-repeat scroll left center transparent;
   }

#footer_fax, #footer_telephone2, #footer_email2, #footer_fax {
     padding-bottom:8px;
}
#footer ul {
    list-style: disc outside url("../image/arrow.png");
    padding-left: 15px;
    line-height:14px;
}
#contact_footer ul li ul li {
	margin-left:23px;
	padding-top:8px;
}



/* 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;
}
#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;
}
.about_us_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#footer-top-outside li, #footer-top-outside p {
    font-size: 12px;
    line-height: 18px;
}

