html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height:20px;
	background-size:100%;
	background-position:center, top;
}
body, td, th, input, textarea, select, a {
	/*font-size: 12px;*/
}
h1, .welcome {
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3{
	
	text-transform:uppercase;
}
h4{
	
	margin: 5px 0;
	
}
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 #E7E7E7;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background:#F8F8F8;
}
select {
    border: 1px solid #E7E7E7;
    padding: 5px;
}
label {
	cursor: pointer;
}
.button {
	
	cursor:pointer;
}
ul {
    list-style: disc outside url("../image/arrow1.png");
    padding: 0 0px 0 15px;
}
::selection {
	background: #6feff1; /* Safari */
	}
::-moz-selection {
	background: #6feff1; /* Firefox */
}
/* layout */
.float_right {
    float: right !important;
}

#column-left {
	float: left;
}
#column-right {
	float: right;
	padding-top:17px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
/* header */

#welcome {
    padding: 10px 0;
    text-align: right;
}

#header {
	min-height: 75px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	padding-top:20px;
}
#header #logo {
}

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;
    color: #B5B5B5;
    font-size: 11px;
    height: 25px;
    margin-right: 10px;
    padding-right: 26px;
    position: relative;
    width: 112px;
    z-index: 10;
    opacity: 0.8;
}
.switcher:hover {
	
	opacity: 1;
}
.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: 0;
    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: 26px;
    line-height: 24px;
    text-indent: 7px;
}
.switcher span.s_selected {
	z-index: 123456644;
	
	
}
.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;
}
#cart {
	z-index: 99999;
	position:relative;
	text-align:right;
	
}
#cart .heading {
	position: relative;
	z-index: 1;
	padding-top:10px;
	padding-right:20px;
}
#cart:hover:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    right: 60px;
    position: absolute;
    top: 35px;
}
#cart:hover:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 61px;
    position: absolute;
    top: 36px;
}

#cart .heading h4 {
    background: url("../image/basket.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    margin-top: 0;
    text-indent: -9999px;
    width: 20px;
}
#cart .heading a {
    font-size: 14px;
    text-transform: uppercase;
    float:right;
}
#cart .heading a span {
	}
#cart .content {
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#cart.active .heading {
	
	}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
div.mini-cart-info table tbody tr td.remove img{
    opacity: 0.2;
}
div.mini-cart-info table tbody tr td.remove img:hover {
    opacity: 1;
}

#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
    z-index: 15;
    opacity: 0.8;
}
#header #search:hover {
	
	opacity: 1;
}

#header .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 0;
    width: 28px;
	margin-right: -352px;
}
#header #search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dbdbdb;
    height: 23px;
    padding: 1px 1px 1px 7px;
    width: 237px;
    color: #b5b5b5;
    line-height: 23px;
    float:right;
	margin-right: -356px;
    
}
nav select {
  display: none;
}
#header .links {
	font-size: 10px;
	margin-top:15px;
	margin-bottom: 10px;
}
#header .links a {
    background: url("../image/arrow2.png") no-repeat scroll 0 center transparent;
    margin-left: 10px;
    padding: 0 0 0 15px;
    text-decoration: none;
}

a#wishlist-total span {
    padding: 1px 5px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}

 div.links ul {
    display: inline-block;
    float: right;
}
div.links ul li {
    display: inline-block;
}
div#header  form#currency_form {
	float:right;
}
/* menu */

 div#top_beam {
    /*min-height: 50px;*/
    clear: both;
    border-top-style:solid;
    border-top-width:3px;
     border-bottom-style:solid;
    border-bottom-width:6px;
    padding:9px 0 10px;

}

#menu {
	min-height: 37px;
	margin-left:9px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	float: left;
	z-index: 20;
}
#menu > ul > li ul > li > a:hover {
    background: url(../image/black-rect.png);
}
#menu > ul > li > a {
    display: block;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 6;
	color:white;
}
#menu > ul > li:hover > a {

	}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 99998;
	padding: 5px;
	 box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#menu > ul > li > div > ul {
    display: table-cell;
    list-style: disc outside url("../image/arrow1.png");
    padding-left:23px;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

div.slideshow {
	
	
	border-top: 0px none;
	border-bottom: 6px solid;
	position:relative;
}
div#my-carousel.carousel a.prev {
    background: url("../image/controls-small.png") repeat scroll 0 0 transparent;
    height: 17px;
    position: absolute;
    right: 24px;
    text-indent: -12345px;
    width: 17px;
     top: 0;
	 opacity: 0.8;
}
div#my-carousel.carousel a.prev.disabled {
    background-position: 0 -19px;
}
div#my-carousel.carousel a.next.disabled {
    background-position: 18px 16px;
}
div#my-carousel.carousel a.next {
    background: url("../image/controls-small.png") repeat scroll -16px 0 transparent;
    height: 17px;
    position: absolute;
    right: 0;
    text-indent: -12345px;
    top: 0;
    width: 17px;	
	opacity: 0.8;
}
div#my-carousel.carousel a.next:not(.disabled):hover, div#my-carousel.carousel a.prev:not(.disabled):hover {
	opacity: 1;
} 
div#my-carousel.carousel a.next.disabled, div#my-carousel.carousel a.prev.disabled{
	
	cursor:default;
	
}

.breadcrumb {
    border-bottom: 2px solid;
    margin: 15px 0 25px;
    padding-bottom: 20px;
    line-height: 14px;
}
.breadcrumb-cross {
    background: url("../image/cross.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 13px;
    margin-right: 10px;
    width: 13px;
}
div.breadcrumb a {
    margin: 0 4px;
}

/* 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: 2px;
    text-align: center;
    margin-bottom:20px;
}
#notification .success, #notification .warning, #notification .attention, #notification .information {
	 text-align: left;
}
.success {
	background: #EAF7D9;
}
.warning {
	background: none repeat scroll 0 0 #FFDBB3;
}
.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: #F70B0B;
	font-weight: bold;
}
.error {
	display: block;
	color: #F70B0B;
}
.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 #EFEFEF;
	border-left: 1px solid #EFEFEF;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #00D9DC;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top:20px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
.buttons {
	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;
}
#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: 10px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 0 none;
}
.tab-content {
      z-index: 2;
      padding:20px 0;
}
/* tags*/

.tags {
    clear: both;
    padding-top: 20px;
}
.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;
}


/* box */
.box {
	margin-bottom: 20px;
}
div.box-heading, h1 {
    margin: 0;
    padding-bottom: 30px;
}
div.box-heading{
margin-left: 5px;
}
div.grid_9 div.box-heading {
	
	padding-bottom:30px;
}

.box .box-content {
	border-left: 4px solid;
	padding: 0 10px;
	margin-bottom:30px;
}
/* box products */
.box-product {
	width: 100%;
	/*border-top: 1px solid;*/
}
.product_container, div.product_container_column, .product-grid > div {

    border: 1px solid;
    display: inline-block;
    margin: -1px -5px 0 0;
    padding: 0;
    vertical-align: top;
    width: 241px;
    position:relative;
}
.product_container, div.product_container_column {
	
	height: 270px;
}
.product-grid > div  {
	
	height:290px;
}
div.product_container_column {
   
   margin: -1px 10px 0 0;
   width:234px;
  
}

div.box-product div div.name, .product-grid > div div.name {
    left: 15px;
    position: absolute;
    top: 15px;
    width:50%;
}
div.box-product div div.cart, .product-grid > div .cart {
    display: none;
    left: 40px;
    margin-left: 24px;
    position: absolute;
    top: 50%;
    }
div.cart-module div#shipping.content table {
    margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image, .product-grid .image img {
    display: block;
    margin-left: 40%;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
	width: 60%;
}
.box-product .name a, .product-grid  .name a, div.product-list div div.left div.name a {
    text-transform: uppercase;
}
.box-product .price span.price-normal, div.price span.price-new
,  .product-grid .price span.price-normal
{
    padding: 2px 5px 4px;
    position: absolute;
    right: 15px;
    top: 14px;
}
.right div.price span.price-new {
display: block;
position: relative;
}

div.product-list div div.right div.price span {
	
	right:auto;
	top:auto;
	left:auto;
	bottom:auto;
	position:relative;
	display:block;
}
div.price span.price-normal {
	 font-size: 18px;
    padding: 4px 5px;	
}
div.price span.price-old {
    font-size: 14px;
    padding: 1px 3px;
    position: absolute;
    right: 15px;
    top: 44px;
    text-decoration: line-through;
}
 div.product-list div div.right div.price span.price-old {
    display: inline-block !important;
    margin: 5px 0 0 0;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul, #column-right div.box div.box-content ul {
    list-style: disc inside url("../image/arrow2.png");
    margin: 0;
    padding-left: 10px;
}
.box-category > ul > li{
	padding: 8px 8px 8px 0px;
	position:relative;
}
div.category-list h4 {
    margin-bottom: 10px;
}
#column-right div.box div.box-content ul li  {
	
	padding:4px 8px;
}
.box-category > ul > li > a {
	position: relative;
}
div#column-left.grid_3 div.carousel-container {
    position: relative;
}
ul#accordion-category .dcjq-parent-li a.expand {
    background: url("../image/plus-sign.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    opacity: 0.5;
}
div.box-content div#my-carousel.carousel div.mask ul#carousel {
    padding: 1px 0 0;
    list-style: none;
    margin-bottom:20px;
}

ul#accordion-category li.dcjq-parent-li a.expand.active,  ul#accordion-category li.dcjq-parent-li a.active + .expand {
	 background: url("../image/minus-sign.png") no-repeat scroll 0 3px transparent;
	 opacity: 0.5;
}
ul#accordion-category .dcjq-parent-li a.expand:hover,  ul#accordion-category li.dcjq-parent-li a.active + .expand:hover {
	  opacity: 1;
	
}
ul#accordion-category li.dcjq-parent-li a.expand.active:hover {
	 opacity: 1;
}


.box-category > ul > li ul {
    display: none;
    list-style: none outside none;
    padding-left: 0;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	position:relative;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 30px;
	border: 1px solid #F7F7F7;
}
#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;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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;
}
/* product */
.product-filter {
    background: url("../image/border3.png") repeat-x scroll center bottom transparent;
    margin: 30px 0;
    overflow: auto;
    padding-bottom: 10px;
	line-height: 16px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
div.product-filter div.display a.grid_active {
    background: url(../image/grid_a.png) no-repeat;
    text-indent: -1234px;
    display: block;
    opacity: 1;
    width:16px;
    height:16px;
    margin-left:10px;
}
div.product-filter div.display a.grid_active:hover {
	
	opacity: 0.6;
}
div.product-filter div.display a.list_active {
    background: url(../image/list_a.png) no-repeat;
    text-indent: -1234px;
    display: block;
    opacity: 1;
        width:16px;
    height:16px;
     margin-left:6px;

}
div.product-filter div.display a.list_active:hover {
	
	opacity: 0.6;
}
div.product-filter div.display span.grid_inactive {
	 background: url(../image/grid_a.png) no-repeat;
    text-indent: -1234px;
    display: block;
    opacity: 0.5;	
        width:16px;
    height:16px;
     margin-left:10px;

}
div.product-filter div.display span.list_inactive {
	 background: url(../image/list_a.png) no-repeat;
    text-indent: -1234px;
    display: block;
    opacity: 0.5;	
        width:16px;
    height:16px;
    margin-left:6px;

}
.product-filter .display a, .product-filter .display b, .product-filter .display span {
    float: left;
}


.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;

}
.product-filter .limit {
	margin-left: 15px;
	float: right;

}
.product-compare {
float:left;
}
.product-compare a {
line-height:24px;
		
}
.product-list > div {
	overflow: auto;
	margin-bottom: -1px;
	border:1px solid;
		padding: 15px;
		position:relative;
}
.product-list .right {
	float: right;
	margin-left: 15px;
    min-width: 115px;
	min-height:210px;
}
div.product-list div div.right div.invisible {
    display: none;
    min-height: 120px;
    min-width: 115px;
    text-align: right;
	clear: both;
}
.product-list .image {
	float: left;
	margin-right: 20px;
}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	text-decoration: none;
}
.product-list .description {
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.product-list .rating {
}
.product-list .price {
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
    text-align: right;
    min-height:30px;
}
.product-list .price-old {
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-list .cart {
	margin-bottom: 15px;
}
.product-list .wishlist, .product-list .compare {
	margin: 6px 0;
	
}
.product-list .wishlist a {
	text-decoration: none;
	padding-left: 18px;

	background: url("../image/plus-sign.png") no-repeat scroll left center transparent;
	font-size:11px;
	}
.product-list .compare a {
	text-decoration: none;
	padding-left: 18px;

background: url("../image/plus-sign.png") no-repeat scroll left center transparent;
	font-size:11px;
}
.product-list .wishlist a, .product-list .compare a {
	
	opacity: 0.7;
}
.product-list .wishlist a:hover, .product-list .compare a:hover {
	
	opacity: 1;
}
.product-list .price-tax {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
}
.product-grid {
	width: 100%;
	/*overflow: auto;*/
}
.product-grid > div {
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	min-height:210px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
/*	font-weight: bold;*/
	margin-bottom: 4px;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price-new {
	/*font-weight: bold;*/
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    bottom: 10px;
    display: none;
    float: left;
    margin-bottom: 3px;
    position: relative;
    top: 0;
    width: 50%;
}
.product-grid .wishlist a {
    background: url("../image/plus-sign.png") no-repeat scroll 5px center transparent;
    display: block;
    padding-left: 18px;
    text-decoration: none;
    opacity: 0.9;
}
.product-grid .compare a {
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url("../image/plus-sign.png") no-repeat scroll 5px center transparent;
	 opacity: 0.7;
}
.product-grid .compare a:hover, .product-grid .wishlist a:hover{
	
	opacity: 1;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
       border-style: solid;
    border-width: 1px 1px 4px;
    float: left;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 1px;
    padding-bottom:20px;

}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    display: block;
    float: left;
    /*margin-bottom: -6px;*/
    margin-left: -1px;
    margin-top: -1px;
}
div.price div.price_line {
    margin-top: 10px;
}
div.price_line span.price-new, div.price_line span.price-old {
    position: static;
    display: inline-block;
}
.product-info .description {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 15px 0;
}
.product-info .description span {

}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
    border-bottom: 1px solid #E7E7E7;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: auto;
    padding: 15px 0;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	margin-top:20px;
}
.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 {
    border-bottom: 1px solid #E7E7E7;
    color: #4D4D4D;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 15px 0;
}
div.cart div.wishlist-compare a {
    background: url("../image/plus-sign.png") no-repeat scroll left center transparent;
    font-size: 11px;
    line-height: 18px;
    opacity: 0.7;
    padding-left: 15px;
}
div.cart div.wishlist-compare a:hover {
	
	opacity: 1;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
div.cart div.wishlist-compare {
    float: right;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	margin-bottom: 10px;
}
.product-info .review > div {
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
    padding: 15px 0;
}
div.product-info div.grid_4 div.review div img {
    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;
}
.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;
}
div#tab-review.tab-content img#captcha {
	
	margin: 10px 0;
}
.attribute {
    border-collapse: collapse;
    border-left: 1px solid #F7F7F7;
    border-top: 1px solid #F7F7F7;
    margin-bottom: 20px;
    width: 100%;
}
.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 {
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.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 {
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    width: 20%;
}
.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 {
    border-top: 1px solid #F7F7F7;
    margin: 10px 0;
    overflow: auto;
    padding-top: 20px;
}
.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;
}
.login-content h4 {
font-weight:bold;
	
}
/* 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: 93%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
div.return-detail div.return-captcha img {
    margin-top: 10px;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
    border-collapse: collapse;
    border-left: 10px solid #F7F7F7;
    border-right: 10px solid #F7F7F7;
    border-top: 10px solid #F7F7F7;
    margin-bottom: 50px;
    margin-top: 20px;
    width: 100%;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 10px solid #F7F7F7;
    font-size: 17px;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	border-bottom: 1px solid #F7F7F7;
}
.cart-info tbody .image img {
	}
.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 {
	border-top: 1px solid #F7F7F7;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-remove {
    background: url("../image/remove.png") no-repeat scroll 0 0px transparent;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: -12345px;
    top: 1px;
    width: 18px;
}
.cart-remove:hover{
   background-position: 0px 0-18px;
   }
   .cart-update:hover{
	
	opacity: 1;
}
   .cart-update{
	
	opacity: 0.3;
}
/* checkout */
.checkout-heading {
    background: none repeat scroll 0 0 #F7F7F7;
    font-size: 16px;
    margin-bottom: 30px;
    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 #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}
.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 #F7F7F7;
}
.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 #F7F7F7;
}
.contact-info {
	overflow: auto;
}
 div#content.grid_12 form div.content img {
    margin-top: 10px;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
div.login-content div.contact-info div {
    margin-bottom: 20px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul {
    list-style: disc outside url("../image/arrow2.png");
    margin-bottom: 15px;
}
.sitemap-info ul li ul {
    list-style: disc outside url("../image/arrow1.png");
}
 div.sitemap-info > div > ul > li > a {
    font-weight: bold;
}

/* footer */ 
#footer {
  /*  border-left: 5px solid white;
    border-right: 5px solid white;*/
    clear: both;
    min-height: 100px;
    overflow: auto;
    padding-left:22px;
	background-image:url("../image/footerbg.jpg");
	
}
#footer h3 {
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer ul, div#categories_footer ul {
    list-style: disc outside url("../image/arrow2.png");
    margin-left: 8px;
    margin-top: 0;
    padding-left: 12px;
}
div#categories_footer ul {
	 list-style: disc outside url("../image/arrow1.png");
	
}
#footer ul li, div#categories_footer ul li {
	margin-bottom: 3px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover, #footer-top-outside a:hover {
	text-decoration: underline;
}
#powered {
    background: url("../image/border3.png") repeat-x scroll center top transparent;
    clear: both;
    overflow: auto;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: right;
	line-height: 17px;
}
div.container div#payment_images {
    float: left;
}
ul#twitter_update_list {
    list-style: none outside none;
    padding: 0;
}
#footer-top-outside{
	
	  word-wrap: break-word;
}
#customHome{
	
	overflow:auto;
}
div.contact-header{
text-transform:uppercase;
	margin-bottom:5px;
	padding:2px 5px;
	display:inline;
	font-size: medium;
}
div.contact-value {
	
	margin: 5px 0 15px;
}

div#about_us_footer img.about_us_image {
    margin: 0 10px 10px 0;
    float: left;
}
 div#twitter_footer ul#twitter_update_list li {
    margin-bottom: 15px;
}
div#footer-border {
    height: 6px;
    overflow: auto;
    width: 100%;
}

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