* { margin:0; padding:0; }
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
html { overflow: -moz-scrollbars-vertical; margin: 0; padding: 0; }
body { background-color: #f6f6f4; color:#444; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; line-height:18px; }
body, td, th, input, textarea, select, a { font-size: 12px; }
h1 { color:#555; margin-top: 0px; margin-bottom: 20px; font-size:28px; font-weight:normal; }
.welcome { border-bottom: 1px solid #eaeae8; padding:0px 0px 6px 0px; font-size:20px; text-transform:uppercase; color:#666; margin-bottom:5px; }
h2 { color: #444; font-size: 16px; margin-top: 0px; margin-bottom: 5px; text-transform:uppercase; font-weight:normal; }
p { margin-top: 0px; margin-bottom: 20px; }
a, a:visited, a b { color:#444; text-decoration:none; cursor: pointer; }
a:hover { text-decoration:underline; }
a img { border:none; }
.clear { clear:both; }
*:focus { outline:none; }
form { padding: 0; margin: 0; display: inline; }
input[type='text'], input[type='password'] { background: #f6f6f4; border: 1px solid #e1e0e0; padding:0px 5px; height:28px; line-height:28px; margin-left: 0px; margin-right: 0px; width:250px; color:#444; font-size:14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
select { background: #f6f6f4; border: 1px solid #e1e0e0; padding:5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
textarea { background: #f6f6f4; border: 1px solid #e1e0e0; padding:0px 5px; line-height:20px; margin-left: 0px; margin-right: 0px; color:#444; font-size:14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus { background:#ededec; border: 1px solid #d1d1cf; color:#000; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
label { cursor: pointer; }
/* layout */
#container { width:100%; margin:0; padding:0 text-align: left;
}
.wrapper { width:980px; margin:0 auto; background:#fff; padding:0px; box-shadow:0 0 8px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2); }
#column-left { float: left; width:180px; margin-left:10px; }
#column-right { float: right; width:180px; margin-right:10px; position:relative; }
#content { min-height: 400px; overflow:hidden; padding:0 10px; position:relative; background-color:#f6f6f4;}
#column-left + #column-right + #content, #column-left + #content { margin-left:200px; }
#column-right + #content { margin-right:200px; }
/* header */
.top-part { background:url(../image/top-hpart-bg.jpg) left top repeat-x; }
.t-part { width:960px; margin:0 auto; height:60px; padding:0 10px; }
#header { padding:0px 0px 0px 0px; position: relative; z-index:1200; width:980px; margin:0 auto 20px auto; -webkit-transform: translate3d(0,0,0); }
#header #logo { float:left; margin:0; padding: 0px 0 10px 10px; }
#language { float:left; font-size:14px; color:#ccc; line-height:40px; margin-left:10px; padding-left:10px; padding-right:5px; }
<!--#language span { margin-right:5px; }-->
#language img { cursor: pointer; margin-right:5px; opacity:0.8; }
#language img:hover { opacity:1; }
#currency { float:left; color:#ccc; line-height:5px; font-size:14px; position:relative; margin-left:20px; }
#currency a { display:inline-block; padding:0px 4px; font-size:14px; color:#ccc; text-decoration:none; margin-right:2px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#currency a b { color:#ccc; text-decoration:underline; }
#currency a:hover { text-decoration:underline; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#header #cart { position:absolute; z-index:1199; top:82px; right:10px; line-height:32px; }
#header #cart .heading { float: right; padding:0 5px 0 0px; position: relative; }
#header #cart .heading h4 { background:#000; width:29px; height:27px; display:inline-block; float:left; margin:8px 8px 0 0; }
#header #cart .heading a { text-decoration: none; font-size:16px; height:36px; float:left; color:#444; }
#header #cart .heading a span { background:url('../image/arrow-down.png') 100% 50% no-repeat; padding-right: 15px; display:inline-block; }
#header #cart .content { clear: both; display:none; position:absolute; padding:8px; min-height: 150px; border:1px solid #eee; background: #FFF; width:350px; right:0; top:36px; box-shadow:0 2px 8px rgba(0, 0, 0, 0.2); }
#header #cart.active .heading { }
#header #cart.active .content { display: block; }
.mini-cart-info table { border-collapse: collapse; width: 100%; margin-bottom: 5px; }
.mini-cart-info td { color: #000; vertical-align: top; padding: 10px 5px; border-bottom: 1px solid #EEEEEE; }
.mini-cart-info .image { width: 1px; }
.mini-cart-info .image img { border: 1px solid #EEEEEE; 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:0px; margin:0; }
#header #cart .checkout { text-align: right; clear: both; }
#header #cart .empty { padding-top: 50px; text-align: center; }
.t-part #search { position:relative; float:right; z-index:15; line-height:25px; margin-left:10px; margin-top:7px; }
.t-part .button-search { position:absolute; right:0px; background: url('../image/button-search.png') center center no-repeat; width:28px; height:24px; cursor: pointer; }
.t-part #search input { background:#fff; opacity:0.5; padding:0px 30px 0px 12px; width:120px; height:25px; -webkit-border-radius:20px; -moz-border-radius:20px; -khtml-border-radius:20px; border-radius:20px; border:0px none; color:#111111; font-size:13px; line-height:25px; }
.t-part #search input:focus { opacity:1; color:#000; }
.t-part #welcome { text-align:right; float:right; color:#bbb; height:40px; line-height:40px; }
.t-part #welcome a { color:#ddd; text-transform:capitalize; text-decoration:underline; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.t-part #welcome a:hover { text-decoration:none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#header .links { float:right; font-size:14px; margin:20px 20px 0px 0; }
#header .links a { float: left; display: block; padding: 0px 0px 0px 7px; color:#292929; text-decoration: none; font-size: 13px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#header .links a + a { margin-left: 8px; border-left:1px dotted #666; }
#header .links a:hover { text-decoration:underline; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* menu */
#menu > span { display:none; }
#menu { background:#f16e50; height:36px; line-height:36px; padding:0px 5px; position:relative; margin:10px 10px 0 0px; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1) inset; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu > ul > li { position: relative; float: left; padding:0; }
#menu > ul > li > a { font-size:14px; color:#fff; text-transform:uppercase; text-decoration: none; display: block; padding:0px 10px; position: relative; z-index:1197; }
#menu > ul > li:hover > a { color:#F16E50; background:#fff; box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1) inset;}
#menu > ul > li > div { display: none; background:#fff; border:1px solid #f0f0ee; border-top:0; position: absolute; padding:5px; box-shadow:0 2px 8px rgba(0, 0, 0, 0.2); z-index:1196; }
#menu > ul > li:hover > div { display: table; }
#menu > ul > li > div > ul { display: table-cell; }
#menu > ul > li ul + ul { padding-left: 20px; }
#menu > ul > li ul > li > a { text-decoration: none; font-size:14px; padding:0 4px; line-height:22px; color: #ccc; display: block; white-space: nowrap; min-width: 120px; }
#menu > ul > li ul > li > a:hover { background: #F16E50; color:#fff; }
#menu > ul > li > div > ul > li > a { color: #333; }
.breadcrumb { color:#999; margin-bottom: 10px; }
.breadcrumb a { color:#999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.breadcrumb a:hover { color:#333; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.success, .warning, .attention, .information { padding: 10px 10px 10px 33px; margin:0px 10px 15px 10px; color: #555555; }
.success a, .warning a, .attention a, .information a { text-transform:uppercase; font-size:13px; font-weight:bold; }
.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; }
.success .close, .warning .close, .attention .close, .information .close { float: right; padding-top: 4px; padding-right: 4px; cursor: pointer; }
.required { color: #FF0000; font-weight: bold; }
.error { display: block; color: #FF0000; }
.help { color: #999; font-size: 10px; font-weight: normal; font-family: Verdana, Geneva, sans-serif; display: block; }
table.form { width: 100%; border-collapse: collapse; margin-bottom: 20px; background:#fff; }
table.form tr td:first-child { width: 150px; }
table.form > * > * > td { color: #000000; }
table.form td { padding:6px; }
input.large-field, select.large-field { width: 300px; }
table.list { border-collapse: collapse; width: 100%; border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; margin-bottom: 20px; }
table.list td { border-right: 1px solid #f0f0ee; border-bottom: 1px solid #f0f0ee; }
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: #F1FFDD; cursor: pointer; }
.pagination { border-top: 1px solid #EAEAE8; padding-top: 8px; display: inline-block; width: 100%; margin-bottom: 10px; }
.pagination .links { float: left; }
.pagination .links a { display: inline-block; border:1px solid #F0F0EE; background:#fff; padding: 4px 10px; text-decoration: none; color:#777; }
.pagination .links a:hover { color:#000; border:1px solid #ddd; }
.pagination .links b { display: inline-block; padding: 4px 10px; font-weight: normal; text-decoration: none; color: #fff; background:#F16E50; }
.pagination .results { float: right; padding-top: 3px; }
/* button */
a.button, input.button { cursor: pointer; color:#FFFFFF; line-height:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; background:#F16E50; text-transform:uppercase; }
a.button { display: inline-block; text-decoration: none; padding:10px 12px 8px 12px; }
input.button { margin: 0; border: 0; height:32px; padding:0px 12px 0px 12px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a.button:hover, input.button:hover { background:#66C9AD; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.buttons { solid #f0f0ee; overflow: auto; padding: 6px; margin-bottom: 20px; }
.buttons .left { float: left; text-align: left; }
.buttons .right { float: right; text-align: right; }
.buttons .center { text-align: center; margin-left: auto; margin-right: auto; }
.htabs { height: 30px; line-height: 16px; border-bottom: 1px solid #f0f0ee; }
.htabs a { padding: 7px 15px 6px 15px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; color: #777; margin-right: 2px; display: none; }
.htabs a.selected { border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; padding-bottom: 7px; background: #FFFFFF; color: #333; }
.htabs a:hover { color:#222; }
.tab-content { border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; border-bottom: 1px solid #f0f0ee; padding: 10px; margin-bottom: 20px; z-index: 2; overflow: auto; }
/* box */
.box { margin-bottom: 20px; }
.box .box-heading { border-bottom: 1px solid #eaeae8; padding:0px 0px 6px 0px; font-size:20px; text-transform:uppercase; color:#666; margin-bottom:5px; }
.box .box-content { padding:10px 0 0 0; }
/* box products */
.box-product { width: 100%; }
.contentbox { width: 100%; text-align: center; }
.box-product > div {display: inline-block; background:#fff; border:1px solid #f0f0ee; vertical-align: top; margin:0 5px 10px 5px; padding:7px; position:relative;}
.contentbox > div {display: inline-block; border:0px solid #f0f0ee; vertical-align: top; margin:0 5px 10px 5px; padding:7px; position:relative;}
/*#column-left + #column-right + #content .box-product > div { width: 119px; }*/
.box-product .image { display: block; margin-bottom:5px; text-align:center; }
.contentbox .box { display: inline-block; margin-bottom:5px; text-align:center; }
.contentbox .image { display: block; margin-bottom:5px; text-align:center; }
.contentbox .name { display: block; font-size: 20px; line-height: 100%; font-weight: bold;  margin-bottom:5px; text-align:center; }
.contentbox .bcontent { display: block; font-size: 14px; margin-bottom:5px; text-align:center; }
.content .image a img { display:inline-block; }
.box-product .image a img { display:inline-block; }
.contentbox .image a img { display:inline-block; }
.box-product .name a { color: #555555; font-size:15px; font-weight: normal; text-decoration: none; display: block; margin-bottom: 4px; text-align:center; width:210px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-product .name a:hover { color:#f07f60; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.contentbox .name a:hover { color:#f07f60; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-product .price { float:left; color:#2d2d2d; font-size:14px; padding:4px 5px; }
.box-product .price-old { color: #F00; text-decoration: line-through; }
.box-product .rating { display: block; text-align:center; }
.box-product .cart { float:right; }
.box-product .cart .button, .product-grid .cart .button { background:#F16E50; color:#fff; box-shadow:none; padding:0 6px; margin:0; font-size:12px; height:26px; line-height:26px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-product .cart .button:hover, .product-grid .cart .button:hover { background:#66C9AD; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/********** Comented for Right Part Start*******/

#column-left .box-product .image, #column-right .box-product .image { float:left; margin:0; padding:0; }
#column-left .box-product .price, #column-right .box-product .price { float:right; background:none; color:#555; font-size:12px; padding-right:0px; padding-left:0px; }
#column-left .box-product .cart, #column-right .box-product .cart { display:none; }
#column-left .box-product .name a, #column-right .box-product .name a { float:left; text-align:left; font-size:12px; width:166px; }
#column-left .box-product .name a:hover, #column-right .box-product .name a:hover { text-decoration:underline; color:#000; }
#column-left .box-product > div, #column-right .box-product > div { margin:0 8px 5px 0 }
#tab-description ul { margin-left:20px; }
#column-left .box-product .rating, #column-right .box-product .rating{text-align:right; float:right; display:inline-block;}
/********** Comented for Right Part End*******/

/* box category */
.box-category { margin-top: -5px; }
.box-category ul, .box-content ul, .sitemap-info ul, .listing { list-style: none; margin:0px; padding: 0; }
.box-category > ul > li, .box-content > ul > li, .sitemap-info ul > li, .listing > li { padding:0px; margin-left:16px; list-style-type:circle; }
.box-category > ul > li + li, .box-content > ul > li + li, .sitemap-info ul > li + li, .listing > li + li { border-top: 1px solid #EEEEEE; }
.box-category > ul > li > a, .box-content > ul > li > a, .sitemap-info ul > li > a, .listing > li > a { text-decoration: none; color: #292929; line-height:28px; display:block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-category > ul > li > a:hover, .box-content > ul > li > a:hover, .sitemap-info ul > li > a:hover, .listing > li > a:hover { color:#333; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-category > ul > li:hover, .box-content > ul > li:hover, .sitemap-info ul > li:hover, .listing > li:hover { list-style-type:disc; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box-category > ul > li ul { display: none; }
.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; }
.box-category > ul > li ul > li > a.active { font-weight: bold; }
/* content */
#content .content { padding: 10px; overflow: auto; margin-bottom:20px; border: 1px solid #f0f0ee; background-color: rgba(255, 255, 255, 0.8);}
#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; margin-right: 15px; }
.category-list { overflow: auto; margin-bottom: 20px; }
.category-list ul { float: left; width: 18%; }
.category-list .div a { text-decoration: underline; font-weight: bold; }
/* manufacturer */
.manufacturer-list { border: 1px solid #F0F0EE; overflow: auto; margin-bottom: 20px; }
.manufacturer-heading { background: #999; font-size: 15px; color:#eee; font-weight: bold; padding: 5px 8px; }
.manufacturer-content { padding: 8px; background:#fff }
.manufacturer-list ul { display:inline-block; width: 25%; margin: 0; padding: 0; list-style: none; margin-bottom: 10px; }
.manufacturer-list ul li { margin-left:15px; list-style-type:circle }
.manufacturer-list ul li:hover { list-style-type:disc }
/* product */
.product-filter select { width:125px; }
.product-filter { border:1px solid #F0F0EE; padding:5px; overflow: auto; background:#fff; }
.product-filter .display { margin-right: 15px; float: left; color: #333; margin-top:3px; }
.product-filter .display b { float:left; margin-right:5px; line-height:22px; }
.product-filter .display a { font-weight: bold; }
.product-filter .sort { float: right; color: #333; }
.product-filter .limit { margin-left: 15px; float: right; color: #333; }
.product-compare { padding-top: 6px; margin-bottom: 25px; font-weight: bold; }
.product-compare a { text-decoration: none; font-weight: bold; }
.product-list > div { overflow: auto; margin-bottom: 15px; background-color: rgba(255, 255, 255, 0.8); border:1px solid #F0F0EE; padding:7px; }
.product-list .right { float: right; margin-left: 15px; }
.product-list .left { float:left; width:610px; }
.product-list > div + div { }
.product-list .image { clear: both; float: left; display: block; position: relative;  }
.product-list .image a img { display:block }
.list-icon { background: url(../image/list-icon.jpg) left top no-repeat; width:22px; height:22px; display:block; text-indent:-9999px; float:left; margin-right:5px; }
.grid-icon { background: url(../image/list-icon.jpg) left -21px no-repeat; width:22px; height:22px; display:block; text-indent:-9999px; float:left; margin-right:5px; }
.list1-icon { background: url(../image/list-icon.jpg) left -43px no-repeat; width:22px; height:22px; display:block; text-indent:-9999px; float:left; margin-right:5px; }
.grid1-icon { background: url(../image/list-icon.jpg) left bottom no-repeat; width:22px; height:22px; display:block; text-indent:-9999px; float:left; margin-right:5px; }
.product-list .name { float: left; margin-bottom: 3px; text-align: left;}
.product-list .name a { color: #555; font-size:15px; font-weight: bold; text-decoration: none; }
.product-list .description { float: left; line-height: 15px; margin-bottom: 5px; color: #4D4D4D; width: 70%;}
.product-list .rating { color: #7B7B7B; }
.product-list .price { float: right; clear: right; height: 50px; margin-left: 8px; text-align: right; color: #333333; font-size: 13px; font-weight: bold; }
.product-list .price-old { color: #F00; text-decoration: line-through; }
.product-list .price-new { }
.product-list .price-tax { font-size: 16px; font-weight: normal; color: #CCCCCC; }
.product-list .price-total { font-size: 16px; font-weight: normal; color: #000000; }
.product-list .cart { margin-bottom: 3px; }
.product-list .wishlist, .product-list .compare { margin-bottom: 3px; }
.product-list .wishlist a { color: #333333; text-decoration: none; padding-left: 18px; display: block; background: url('../image/add.png') left center no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.product-list .compare a { color: #333333; text-decoration: none; padding-left: 18px; display: block; background: url('../image/add.png') left 60% no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.product-list .wishlist a:hover, .product-list .compare a:hover, .product-grid .wishlist a:hover, .product-grid .compare a:hover { color:#F18161; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.product-grid { width: 100%; overflow: auto; }
.product-grid > div { display: inline-block; vertical-align: top; margin:0px 5px 20px 5px; background:#fff; padding:7px; border:1px solid #F0F0EE; }
#column-left + #column-right + #content .product-grid > div { width: 125px; }
.product-grid .image { display: block; margin-bottom:5px; text-align:center;}
.product-grid .image img { display:inline-block; }
.product-grid .name a { color: #555555; display: block; font-size: 15px; font-weight: normal; margin-bottom: 4px; text-align: center; text-decoration: none; width: 210px; }
.product-grid .name a:hover { color:#F18161; }
.product-grid .description { display: none; }
.product-grid .rating { display: block; text-align:center; }
.product-grid .price { color: #2d2d2d; display: inline-block; font-size:14px; padding: 4px 5px; }
.product-grid .price-old { color: #F00; text-decoration: line-through; }
.product-grid .price-new { font-weight: bold; }
.product-grid .price .price-tax { display: none; }
.product-grid .price .price-total { display: none; }
.product-grid .cart { margin-bottom: 3px; float:right; }
.product-grid .wishlist { margin-top:3px; }
.product-grid .wishlist, .product-grid .compare { text-align:center; }
.product-grid .wishlist a { color: #333333; text-decoration: none; padding-left: 18px; background: url('../image/add.png') left center no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.product-grid .compare a { color: #333333; text-decoration: none; padding-left: 18px; background: url('../image/add.png') left center no-repeat; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* Product */
.product-info { overflow:hi; margin-bottom: 20px; }
.product-info > .left { float: left; margin-right: 15px; background:#fff; border:1px solid #f1f1ef; padding:10px 10px 0px 10px; }
.product-info > .left + .right { margin-left:350px; }
.product-info .image { float: left; margin-bottom: 15px; text-align: center; position:relative; }
.product-info .image_inside { margin:0px; position:relative; z-index:20; padding:0; }
.product-info .image .zoom_btn { position: absolute; bottom:6px; right:0px; width: auto; height: 11px; z-index:21; }
.product-info #zoom-image .zoom_bttn { font-size: 10px; line-height: 11px; color: #ababab; text-transform: uppercase; background: #fff url('../image/zoom-plus.png') 2px 2px no-repeat; padding: 1px 1px 1px 16px; }
.product-info #zoom-image { color: #ababab; }
.product-info .image-additional { width:330px; margin-left:-10px; clear: both; overflow: hidden; }
.product-info .image-additional img { width:98px; border:1px solid #F1F1EF; display:block; }
.product-info .image-additional a { float:left; display:block; margin-left:10px; margin-bottom:10px; }
.product-info .image-additional a:focus, .product-inf
.image-additional a:active { outline: 0; }
/*.product-info .image {float: left; margin-bottom:15px; padding:0px; text-align: center; }
.product-info .image a img{display:block;}
.product-info .image-additional { max-width:410px; margin-left: -10px; clear: both; overflow: hidden; }
.product-info .image-additional a img {display:block;}
.product-info .image-additional a { float: left; display: block; margin-left: 10px; margin-bottom: 10px; }*/

.product-info .description { border-bottom: 1px solid #f0f0ee; font-size:13px; padding: 5px 5px 10px 5px; margin-bottom: 10px; line-height: 20px; color: #333; }
.product-info .description span { color: #999999; }
.product-info .description a { color: #333; text-decoration: none; font-size:13px; }
.product-info .price { overflow: auto; border-bottom: 1px solid #f0f0ee; padding: 0px 5px 10px 5px; margin-bottom: 10px; font-size:20px; font-weight: normal; color:#222; }
.product-info .price-old { color: #F00; text-decoration: line-through; }
.product-info .price-new { }
.product-info .price-tax { font-size: 16px; font-weight: normal; color: #333; }
.product-info .price-downpayment { font-size: 16px; font-weight: normal; color: #333; }
.product-info .price-minimum { font-size: 16px; font-weight: normal; color: #F00; }
.product-info .price-total { font-size: 16px; font-weight: normal; color: #000; }
.product-info .price .reward { font-size: 14px; font-weight: normal; color: #999; }
.product-info .price .discount { font-weight: normal; font-size: 12px; color: #4D4D4D; }
.product-info .options { border-bottom: 1px solid #f0f0ee; padding: 0px 5px 10px 5px; margin-bottom: 10px; color: #000000; }
.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 { padding: 0px 5px 10px 5px; color: #4D4D4D; overflow: auto; }
.product-info .cart div { float: left; vertical-align: middle; }
.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 { color: #4D4D4D; border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; margin-bottom: 10px; padding-top:5px; }
.product-info .review > div { padding: 8px; border-bottom: 1px solid #f0f0ee; line-height: 20px; }
.product-info .review > div > span { color: #555555; }
.product-info .review .share { overflow: auto; line-height: normal; }
.product-info .review .share a { text-decoration: none; }
.review-list { padding: 10px; overflow: auto; margin-bottom: 20px; border: 1px solid #EEEEEE; }
.review-list .author { float: left; margin-bottom: 20px; }
.review-list .rating { float: right; margin-bottom: 20px; }
.review-list .text { clear: both; }
.attribute { border-collapse: collapse; width: 100%; border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; margin-bottom: 20px; }
.attribute thead td, .attribute thead tr td:first-child { color: #000000; font-size: 14px; font-weight: bold; background: #F7F7F7; text-align: left; }
.attribute tr td:first-child { color: #000000; font-weight: bold; text-align: right; width: 20%; }
.attribute td { padding: 7px; color: #4D4D4D; text-align: center; vertical-align: top; border-right: 1px solid #f0f0ee; border-bottom: 1px solid #f0f0ee; }
.compare-info { border-collapse: collapse; width: 100%; border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; margin-bottom: 20px; }
.compare-info thead td, .compare-info thead tr td:first-child { color: #fff; font-size: 14px; font-weight: bold; background: #999; text-align: left; }
.compare-info tr td:first-child { color: #000000; font-weight: bold; text-align: right; }
.compare-info td { padding: 7px; width: 20%; color: #4D4D4D; text-align: center; vertical-align: top; border-right: 1px solid #f0f0ee; border-bottom: 1px solid #f0f0ee; background:#fff; }
.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 #f0f0ee; border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; margin-bottom: 20px; }
.wishlist-info td { padding: 7px; }
.wishlist-info thead td { color: #fff; font-weight: bold; background-color: #999; border-bottom: 1px solid #eee; }
.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 #f0f0ee; background:#fff; }
.wishlist-info tbody .image img { border: 1px solid #f0f0ee; }
.wishlist-info tbody .image { text-align: center; }
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock { text-align: left; }
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action { text-align: right; }
.wishlist-info tbody .price s { color: #F00; }
.wishlist-info tbody .action img { cursor: pointer; }
.login-content { margin-bottom: 20px; overflow: auto; }
.login-content .left { float: left; width: 48%; }
.login-content .right { float: right; width: 48% }
.login-content .left .content, .login-content .right .content { min-height: 190px; }
/* orders */
.order-list { margin-bottom: 10px; }
.order-list .order-id { width: 49%; float: left; margin-bottom: 2px; }
.order-list .order-status { width: 49%; float: right; text-align: right; margin-bottom: 2px; }
.order-list .order-content { padding: 10px 5px; display: inline-block; width: 100%; margin-bottom: 20px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; border-left: 1px solid #EEEEEE; background:#fff; }
.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-product input, .return-captcha input { width:auto; }
.return-quantity { float: left; width: 31%; }
.return-detail { overflow: auto; margin-bottom: 20px; }
.return-reason { float: left; width: 31%; margin-right: 15px; }
.return-opened { float: left; width: 31%; margin-right: 15px; }
.return-opened textarea { width: 98%; vertical-align: top; }
.return-captcha { float: left; }
.download-list { margin-bottom: 10px; }
.download-list .download-id { width: 49%; float: left; margin-bottom: 2px; }
.download-list .download-status { width: 49%; float: right; text-align: right; margin-bottom: 2px; }
.download-list .download-content { padding: 10px 0px; display: inline-block; width: 100%; margin-bottom: 20px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.download-list .download-content div { float: left; width: 33.3%; }
.download-list .download-info { text-align: right; }
/* cart */
.cart-info table { width: 100%; margin-bottom: 15px; border-collapse: collapse; border-top: 1px solid #f0f0ee; border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; }
.cart-info td { padding: 7px; }
.cart-info thead td { color: #fff; font-weight: bold; background-color: #999; border-bottom: 1px solid #f0f0ee; }
.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 { vertical-align: top; border-bottom: 1px solid #f0f0ee; background:#fff; }
.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 #f0f0ee; overflow: auto; padding-top: 8px; margin-bottom: 15px; }
.cart-total table { float: right; }
.cart-total td { padding: 3px; text-align: right; font-size:15px; }
/* checkout */
.checkout-heading { background: #999; padding: 8px; font-weight: bold; font-size: 13px; color: #fff; margin-bottom: 15px; }
.checkout-heading a { float: right; margin-top: 1px; font-weight: normal; text-decoration: none; color: #fff; }
.checkout-content { padding:15px; display: none; overflow: auto; background:#fff; margin-bottom:15px; }
.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 #f0f0ee; border-left: 1px solid #f0f0ee; border-right: 1px solid #f0f0ee; margin-bottom: 20px; }
.checkout-product td { padding: 7px; }
.checkout-product thead td { color: #4D4D4D; font-weight: bold; background-color: #F7F7F7; border-bottom: 1px solid #f0f0ee; }
.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 #f0f0ee; }
.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 #f0f0ee; }
.contact-info { overflow: auto; }
.contact-info .left { float: left; width: 48%; }
.contact-info .right { float: left; width: 48%; }
.sitemap-info { overflow: auto; margin-bottom: 40px; }
.sitemap-info .left { float: left; width: 48%; }
.sitemap-info .right { float: left; width: 48%; }
/* footer */ 
.fpart { clear:both; width:980px; margin:0 auto; position:relative; -webkit-transform: translate3d(0,0,0); }
#footer { clear: both; overflow: auto; min-height: 100px; padding:10px; }
#footer h3 { color: #ccc; font-size: 16px; margin-top: 0px; margin-bottom: 8px; font-weight:normal; }
#footer .column { float: left; width:18%; min-height: 100px; }
#footer .column ul { margin-top: 0px; margin-left:2px; }
#footer .column ul li { margin-bottom: 3px; list-style-type:none; }
#footer .column a { text-decoration: none; color: #292929; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#footer .column a:hover { text-decoration:underline; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.social_wrap { margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid #393939; }
.social-part { width:31%; margin-right:20px; float:left; color: #777; line-height:17px; }

/* Facebook */
.fb-inner{position:relative;}
.fb-inner .line{ background: #2D2D2D; display: block; height: 6px; position: absolute; top: 67px; width: 100%; z-index: 1;}

#powered { color:#666; padding:0px 0; float:left; }
#powered a { color:#fff; }
#powered a:hover { text-decoration:underline; }
#powered .pow br { float:left; }
.social { margin-bottom:15px; }
.social a { display:inline-block; margin:2px 5px 0 0px; opacity:0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.social a:hover { opacity:1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* banner */
.banner div { margin:10px 5px; float:left; }
.banner div img { display:block; }
.fl { float:left; }
.fr { float:right; }
.w30 { width:25px!important; text-align:center; }

@media screen and (max-width:470px) {
<!-- #currency span, #language span {
display:none;
}-->
.product-info .image a img {
width:100%;
}
}
 @media screen and (max-width:768px) {
body {
-webkit-text-size-adjust: auto;
}
.wrapper {
margin:0px 0 0 0;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
.t-part, .wrapper, #footer, #header, .header-top, .fpart {
width:auto!important;
}
.t-part {
height:80px;
}
#header {
min-height:auto;
text-align:center;
margin:0 auto;
}
 #header .links {
font-size:13px;
margin:0 0 15px 0;
padding:0;
text-align:center;
float:none;
display:inline-block;
}
#header .links a {
font-size:13px;
}
#header .links a#wishlist-total {
display:none;
}
#header #logo {
float:none;
}
 .home, .banner, #column-right, #column-left, .back-to-top, .header-top #cart, .slideshow {
display:none!important;
}
 .t-part #welcome {
text-align:center;
width:100%;
}
 h1, .welcome {
text-align:center
}
 .login-content .left, .login-content .right, .checkout-content .left, .checkout-content .right {
width:auto!important;
float:none;
}
input[type="text"], input[type="password"], textarea {
width:96%;
padding:2px 4px;
}
select {
width:99%;
}
.breadcrumb a {
font-size:11px;
margin-bottom:10px;
display:inline-block
}
 .t-part #search input, .t-part #search:hover input {
float:left;
}
#header #cart {display:none;}

 #menu {
padding:0;
margin:0 10px 10px 10px;
}
#menu > ul > li {
float:none;
}
#menu > span {
text-transform:uppercase;
font-size:16px;
font-weight:bold;
padding:0px 13px 0px 8px;
height:36px;
margin:0;
cursor: pointer;
display:block;
color:#fff;
}
#menu > ul {
display:none;
text-align:left;
background:#fff;
box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);
}
#menu > ul > li > div {
display:block;
position:inherit;
z-index:auto;
border:1px solid #ddd;
border-width:1px 0px 0px 0px;
box-shadow:none!important;
margin:0!important;
}
#menu > ul > li > div > ul {
display:inline;
padding:0;
}
#menu > ul > li:hover > div {
display: block;
}
#menu > ul > li > a {
color:#222!important
}
 #footer .column {
float:none;
width:auto;
margin:0;
display:inline;
}
 #footer h3, #footer .info h3 {
cursor:pointer;
display:block;
text-align:center;
padding:5px 0;
}
#footer .column ul {
display:none;
}
#footer .column ul li {
text-align:center;
}
 #footer .info {
width:auto;
display:inline;
float:none;
}
#footer .info h3 {
padding:5px 0;
}
#footer .about-text {
display:none;
text-align:center;
padding:0 10px;
}
 .social_wrap {
display:none!important;
}
 #powered {
min-height:60px;
line-height:14px;
text-align:center;
width:100%;
}
#powered .fl {
float:none;
}
#column-right + #content {
margin-right:0;
}
#column-left + #content {
margin-left:0;
}
.product-list .left{width:auto; float:none;}
.social {
float:none;
margin-bottom:10px;
}
.social h3 {
display:none!important;
}
 #footer .column a {
font-size:13px;
}
 .jcarousel-skin-opencart {
display:none!important;
}
.product-info > .left {
float:none;
text-align:center;
margin-right:0px;
}
.product-info > .left + .right {
margin-left:auto
}
.product-info .image {
float:none;
}
.product-info .image a img {
display:inline!important; width:99%;
}
.mousetrap{width:99%;}
.product-info .image-additional {
width:auto;
margin-bottom:10px;
max-width:none;
}
.product-info .image-additional a {
display:inline-block;
float:none;
}
.product-info .cart div {
margin-bottom:10px;
}
.product-grid, .box, .box-product {
text-align:center;
}
.cart-info thead .price, .cart-info tbody .price {
display:none;
}
.sitemap-info .left, .sitemap-info .right, #content .content .left, #content .content .right, .return-comment, .return-captcha, .manufacturer-list ul, .order-list .order-content div {
float:none;
width:auto
}
.wishlist-product thead td {
font-size:11px;
}
.cart-info thead .model, .cart-info tbody .model, .wishlist-product thead .model, .wishlist-product thead .stock, .wishlist-product tbody .model, .wishlist-product tbody .stock {
display:none;
}
.mobile-name {
display:block!important;
}
.mobile-rating img {
width:70px;
}
.mobile-search {
margin-bottom:10px;
}
#footer-top-outside {
display:none;
}
}
