html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #888888;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url("../image/bgr.jpg");
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	font-weight: 300;
}
input {
    border-radius: 0;
}
h1, .welcome {
	color: #000001;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}
h2 {
	color: #000001;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 300;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	}
a, a b {
	color: #000001;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    border-color: #DBDEE1 #EEEEEE #EEEEEE;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04) inset;
    color: #888888;
    margin-left: 0;
    margin-right: 0;
    padding: 6px;
    width: 160px;
}
select {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #8A8A8A;
    padding: 5px;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    border-color: #DBDEE1 #EEEEEE #EEEEEE;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04) inset;
}
label {
	cursor: pointer;
}
/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#content-wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1100px;
	clear: both;
	padding-top: 20px;
}
#content-wrapper-home {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1100px;
	clear: both;
}
#column-left {
	float: left;
	width: 220px;
	margin-bottom: 50px;
	border-bottom: 1px solid #EEEEEE ;
}
#column-right {
	float: right;
	width: 220px;
	margin-bottom: 50px;
	border-bottom: 1px solid #EEEEEE ;
}
#content {
	min-height: 400px;
	margin-bottom: 20px;
}
#content-product {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ededed;
	min-height: 400px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
#column-left + #column-right + #content-product, #column-left + #content-product {
	margin-left: 240px;
}
#column-right + #content {
	margin-right: 240px;
}
#column-right + #content-product {
	margin-right: 240px;
}
#content-tg-user3 {
	width: 460px;
	float: left;
	margin-bottom: 20px;
}
#content-tg-user4 {
	width: 460px;
	float: right;
}
#category-page-wrapper {
	background: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#category-page-holder {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#header {
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	background-image: url("../image/bgr.jpg");
}
#header-top {
	background: #000000;
	padding-bottom: 10px;
	padding-top: 6px;
}
#header-top-wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header-middle-wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	position: relative;
}
#header #logo img {
	height: auto;
	width: 100%;
}
#language {
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	position: relative;
	z-index: 1000;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	color: #B8B8B8;
	padding-top: 5px;
	float: left;
	padding-left: 30px;
	z-index: 1000;
	position: relative;
	background: url("../image/currency.png") no-repeat scroll left center transparent;
	padding-left: 32px;
	font-size: 11px;
}
#currency a {
	display: inline-block;
	padding: 0px 2px;
	color: #B8B8B8;
	text-decoration: none;
	font-size: 11px;
}
#currency a:hover {
	color: #000001;
}	
#currency a b {
	color: #000001;
	text-decoration: none;
	font-weight: normal;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 119;
	
}
#header #cart .heading {
	float: right;
	padding-right: 0px;
	background: #f9f9f9;
	position: relative;
	z-index: 129;
	line-height: 33px;
	padding-left: 8px;
	padding-right: 20px;
	margin-top: -36px;
    padding-bottom: 6px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #858585;
	text-decoration: none;
	font-size: 11px;
}
#header #cart .heading a span {
    background: url("../image/cart.png") no-repeat scroll left center transparent;
    padding-left: 36px;
	height: 30px;
	float: right;
}
#header #cart .content {
	clear: both;
	position: relative;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	background: #f9f9f9;
	display: none;
	min-width: 300px;
	z-index: 119;
}
#header #cart.active .heading {
}
#header #cart.active .content {
	display: block;
	position: relative;
	z-index: 119;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,Sans-Serif;
	color: #313131;
}
.mini-cart-info td {
	color: #727272;
	vertical-align: top;
	padding: 10px 5px;
	font-size: 14px;
}
.mini-cart-info td a {
	color: #727272;
	font-size: 14px;
	cursor: pointer!important;
	-webkit-transition: color 750ms ease-out 0s;
	-moz-transition: color 750ms ease-out 0s;
	-o-transition: color 750ms ease-out 0s;
	-ms-transition: color 750ms ease-out 0s;
}
.mini-cart-info td a:hover {
	color: #000001;
}
.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;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #313131;
	padding: 4px;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,Sans-Serif;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#site_search {
	position: absolute;
	top: 185px;
	right: 0px;
	z-index: 115;
}
#search {
	position: absolute;
	top: 13px;
	right: 20px;
	z-index: 15;
}

#search .left {
    background: url("../image/searchinput.png") no-repeat scroll left center transparent;
    border: medium none;
    color: #CACACA;
    float: left;
    height: 17px;
    padding: 10px;
    width: 135px;
}

#header .button-search {
	position: absolute;
	right: 14px;
	background: #000001;
	padding-top: 4.5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 1000;
	color: #FFFFFF;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
#header #search input {
	background: none;
	padding: 1px 33px 1px 5px;
	width: 142px;
	height: 17px;
	border: none;
	color: #777777!important;
	font-size: 12px!important;

}
#search_bar {
	z-index: 100;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	padding: 15px 10px 15px 15px;
	background: #f8f8f8;
	border: 1px solid #efefef;
}
#search_bar .active {
	display: block;
}
#search_bar input {
	float: left;
	width: 170px;
	margin-right: 70px;
	background: #ffffff;
	color: #B8B8B8;
	height: 19px;
	border: 1px solid #e9e9e9;
	padding: 3px!important;
}
.button-search {
	position: absolute;
	right: 14px;
	background: #000001;
	padding-top: 4.5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 1000;
	color: #FFFFFF;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}	
.button-search:hover {
	background: #000000;
}
#site_search .s_search_button {
  position: absolute;
  right: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 1000;
	bottom: 2px;
}
#header #welcome {
	z-index: 5;
	color: #cdcdcd;
	padding-top: 5px;
	float: left;
	font-weight: 300;
	font-size: 11px;
}
#header #welcome a{
	color: #e9e9e9;
	font-size: 11px;
}	
#header .links {
	line-height: 10px;
	padding-left: 30px;
	float: left;
	padding-top: 7px;
	font-weight: 300;
	margin-right: 30px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 5px;
	color: #cdcdcd;
	text-decoration: none;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	font-size: 11px;
}
#header .links a:hover {
	color: #939292;
}
#header .links a + a {
	margin-left: 6px;
	border-left: 1px solid #B8B8B8;
}
#notification {
		z-index: 3000;
		position: fixed;
		top: 39px;
		right: 0px;	
		line-height: 16px;
		font-size: 11px;
		color: #636363;
	}
	#notification > div {
		width: 220px;
		padding: 8px 12px;
		background-color: #fff;	
		margin-bottom: 10px;
		overflow: hidden;
		border: 1px solid #F2F2F2;
		
	}
	#notification .close {
		width: 8px;
		height: 8px;
		background: #ccc url('./../image/delete.png');
		cursor: pointer;
		float: right;
		margin: 5px 0 6px 6px;
	}
	#notification .close:hover {background-color: #66ccff;}
	#notification .icon {
		background: url('./../image/notification.png');
		float: left;
		width: 25px;
		height: 25px;
		margin: 3px 10px 3px 0;
	}
	#notification .success .icon {background-color: #000001;}
	#notification .warning .icon {background-color: #c42043;}
	#notification .attention .icon {background-color: #c42043;}
	#notification .information .icon {background-color: #2887be;}
	.messages {display: none;}
.breadcrumb-wrapper {
	background: #000001;
}	
.breadcrumb, .breadcrumb a {
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #888888;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #555555;
	font-size: 15px;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .left b {
	font-weight: normal;
	font-size: 13px;
	color: #555555;
}	
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 #EDEDED;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EDEDED;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover {
	color: #000001;
	border: 1px solid #000001;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #000001;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000001;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #7F7F7F;
}
/* button */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
a.button, input.button {
	cursor: pointer;
	font-size: 12px;
	background: #000001;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	-webkit-appearance: none;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
}
a.button:hover, input.button:hover{
	background: #5e5f5f;
}
input.addtocart {
	cursor: pointer;
	font-size: 12px;
	background: #000001;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	margin: 0;
	border: 0;
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
	-webkit-appearance: none;
}
 input.addtocart:hover{
	background: #5e5f5f;
}
.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;
}
.htabs {
	height: 30px;
	line-height: 16px;
}
.htabs a {
	background: #F5F5F5;
	padding: 4px 15px 6px 15px;
	float: left;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #6e6e6e;
	margin-right: 2px;
	display: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.htabs a.selected {
	background: #000001;
	color: #FFFFFF;
	
}
.htabs a:hover {
	background: #000001;
	color: #FFFFFF;
}
.tab-content {
	border: 1px solid #EFEFEF;
	padding: 20px;
	z-index: 2;
	overflow: auto;
	color: #898989;
}
.tab-content p{
	font-size: 12px;
}
/* box */
.box {
}
.box .box-heading {
	padding: 0px 0px 20px;
	font-size: 24px;
	font-weight: 300;
	color: #131313;
	text-transform: uppercase;
}
.box .box-content {
}
/* box products */
.box-product {
	margin-left: -40px;
	overflow: auto;
}
.box-product > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
}
div .mask {
	width: 243px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	margin-left: 40px;
	float: left;
	border: 1px solid #ededed;
	background: #FFFFFF;
	position: relative;
}
div.mask .mask-hover {
    background:#ffffff;
	text-align:center;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 243px;
	display: none;
}
div.mask .mask-hover .name a{
	color: #000000;
	position: absolute;
	top: 20px;
	text-align: center;
	display: inline;
	width: 218px;
	padding: 0 10px;
	left: 0;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
div.mask .mask-hover .name a:hover{
	color: #000000;
}
div.mask .mask-hover .price {
	color: #000000;
	position: absolute;
	top: 60px;
	text-align: center;
	display: inline;
	width: 243px;
	left: 0;
	font-size: 40px;
	font-weight: 300;
}
div.mask .mask-hover .price-old {
	color: #000000;
	position: absolute;
	top: 10px;
	text-align: center;
	display: inline;
	width: 243px;
	left: 0;
	font-size: 14px;
}
div.mask .mask-hover .price-new {
	color: #000000;
	position: absolute;
	top: 20px;
	text-align: center;
	display: inline;
	width: 243px;
	left: 0;
	font-size: 40px;
	font-weight: 300;
}
div.mask .mask-hover .cart {
	position: absolute;
	text-align: center;
	display: inline;
	width: 243px;
	left: 0;
	top: 150px;
}
div.mask .mask-hover a.addtowishlist {
	position: absolute;
	left: 65px;
	top: 220px;
	height: 28px;
	width: 28px;
	background: url('../image/addtowishlist.png') no-repeat;
}
div.mask .mask-hover a.addtowishlist:hover {
	background: url('../image/addtowishlist-hover.png') no-repeat;
}
div.mask .mask-hover .border {
	width: 1px;
	height: 23px;
	position: absolute;
	left: 109px;
	top: 222px;
	background: #FFFFFF;
}
div.mask .mask-hover a.addtocompare {
	position: absolute;
	right: 65px;
	top: 220px;
	height: 28px;
	width: 28px;
	background: url('../image/addtocompare.png') no-repeat;
}
div.mask .mask-hover a.addtocompare:hover {
	background: url('../image/addtocompare-hover.png') no-repeat;
}
div.mask:hover .mask-hover {
	display: block;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	padding: 10px;
	z-index: 100;
}
.box-product .image img {
}
.box-product .name a {
	color: #373737;
	text-decoration: none;
	display: block;
	min-height: 44px;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
}
.box-product .name a:hover {
	color: #000001;
}
.box-product .price {
	display: block;
	font-weight: normal;
	color: #1b1b1b;
	font-size: 24px;
	max-height:31px;
}
.box-product .price-old {
	color: #000001;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: 300;
	line-height: 6px;
}
.box-product .price-new {
	font-weight: normal;
}
.box-product .rating {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.box-product .description {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 20px;
    padding-right: 20px;
	color: #a8a8a8;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 20px;
}
.box-product .wishlist {
	display: block;
	margin-bottom: 15px;
}
#column-right .box, #column-left .box {
	margin: 0px;
}
/* box heading for category module on right */
#column-right .box .box-heading-category  {
	border: 1px solid #FFFFFF;
	padding: 9px 10px 9px 10px;
	padding-left: 20px;
	background: #faf9f9;
	color: #1F1F1F;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 300;
}
#column-left .box .box-heading-category  {
	border: 1px solid #FFFFFF;
	padding: 9px 10px 9px 10px;
	padding-left: 20px;
	border-bottom: none;
	background: #faf9f9;
	color: #1F1F1F;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 300;
}
#column-right .box .box-heading-border-category {
	font-size: 16px;
	color: #1f1f1f;
	text-transform: uppercase;
	border: 1px solid  #eeeeee;
	border-bottom: none;
	padding: 0px;
	font-weight: 300;
}
#column-left .box .box-heading-border-category {
	font-size: 16px;
	color: #1f1f1f;
	text-transform: uppercase;
	border: 1px solid  #eeeeee;
	border-bottom: none;
	padding: 0px;
}
#column-right .box .box-heading, #column-left .box .box-heading {
	border: 1px solid #FFFFFF;
	padding: 9px 10px 9px 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #faf9f9;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin-left: 0;
	color: #1F1F1F;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 300;
}
#column-right .box .box-heading-border, #column-left .box .box-heading-border {
	font-size: 16px;
	color: #1f1f1f;
	text-transform: uppercase;
	border: 1px solid  #eeeeee;
	border-bottom: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 0px;
}
.box .box-content {
}
#column-right .box .box-content, #column-left .box .box-content  {
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 0;
	border-bottom: none;
}
#column-right .box .box-content-border, #column-left .box .box-content-border {
	margin: 0px;
	border: 1px solid #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
/* Box for columns */
.box-column {
}
 .box-column .box-column-heading {
	border: 1px solid #FFFFFF;
	padding: 9px 10px 9px 10px;
	padding-left: 30px;
	border-bottom: none;
	background: #f6f6f6;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-weight: normal;
}
 .box-column .box-column-heading-border {
	font-size: 16px;
	color: #1f1f1f;
	text-transform: uppercase;
	border: 1px solid  #eeeeee;
	border-bottom: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 0px;
}
.box-column .box-column-content {
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-bottom: none;
}
.box-column .box-column-content-border {
	margin: 0px;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-column-product {
	width: 100%;
	overflow: auto;
}
.box-column-product > div {
	width: 216px;
	float: left;
    position: relative;
    text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}
.box-column-product > div:hover {
	background: #000001;
}
.box-column-product > div:hover .name a, .box-column-product > div:hover .price, .box-column-product > div:hover .price-old {
	color: #FFFFFF;
}
.box-column-product .image {
	display: block;
    float: left;
	margin-right: 10px;
	padding-left: 20px;
}
.box-column-product .image img {
	border: 1px solid #e8e8e8;
	background: #FFF;
}
.box-column-product .name a {
	color: #626262;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
    -moz-transition: color 750ms ease-out 0s;
    -o-transition: color 750ms ease-out 0s;
    -ms-transition: color 750ms ease-out 0s;
}
.box-column-product .name a:hover {
	color: #000001;
	transition: color 350ms ease-in-out 0s;
}
.box-column-product .price {
	display: block;
	color: #191919;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 14px;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
    -moz-transition: color 750ms ease-out 0s;
    -o-transition: color 750ms ease-out 0s;
    -ms-transition: color 750ms ease-out 0s;
}
.box-column-product .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 12px;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
    -moz-transition: color 750ms ease-out 0s;
    -o-transition: color 750ms ease-out 0s;
    -ms-transition: color 750ms ease-out 0s;
}
.box-column-product .rating {
	display: block;
	margin-bottom: 10px;
}
/* box category */
.box-category {
	padding-top: 5px;
	padding-bottom: 15px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
		
.box-category ul li { position: relative;}
.box-category > ul > li a.active + .accordion { background: transparent url(../image/accordion-visited.png) no-repeat; }
.box-category > ul > li {
	padding: 6px 8px 6px 2px;
}
.box-category > ul > li + li {
	background: url(../image/category-border.png) repeat-x;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 14px;
	background: url("../image/category-list.png") no-repeat scroll 0px 8px transparent;
	padding-left: 10px;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.box-category > ul > li > a:hover {
	color: #000001;
	background: url("../image/category-list-active.png") no-repeat scroll 0px 8px transparent;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color: #000001;
	background: url("../image/category-list-active.png") no-repeat scroll 0px 8px transparent;
	font-weight: 300;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 5px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	padding-left: 25px;
	color: #4d4d4d;
	font-weight: 300;
	font-size: 12px;
}
.box-category > ul > li ul > li > a:hover {
	color: #000001;
}
.box-category > ul > li ul > li > a.active {
	background: none;
}
.box-category .accordion {
	top: 12px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	width: 9px;
	height: 9px;
	background: transparent url(../image/accordion.png) no-repeat;
	z-index: 10;
}
			
.box-category .accordion:hover {
	background: transparent url(../image/accordion-hover.png) no-repeat;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #1B1B1B;
}
ul.box-filter span {
	color: #1B1B1B;
	border-bottom:  1px dotted #CECECE;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	padding-top: 3px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info p {
	font-size: 14px;
	font-weight: 300;
	color: #3c3c3c;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: none repeat scroll 0 0 #F8F8F8;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ededed;
}
.product-filter .display {
	float: right;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #555555;
}
.product-filter .limit {
	margin-right: 15px;
	float: left;
	color: #555555;
}
#grid_a {
    background: #0d0b0d url("../image/grid.png") no-repeat;
    display: inline-block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
    margin-left: 10px;
	position:relative;
    top:4px;
}
#grid_b {
    background: #000001 url("../image/grid.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 10px;
	position:relative;
    top:6px;
}
#list_a {
    background: #0d0b0d url("../image/list.png") no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 18px;
	top: -1px;
	 position: relative;
}
#list_b {
    background: #000001 url("../image/list.png") no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    width: 18px;
	position:relative;
    top:4px;
}
#grid_a:hover {
   background-color: #000001;
}
#list_a:hover {
    background-color: #000001;
}
.product-compare {
	padding-top: 9px;
	margin-bottom: 10px;
}
.product-compare a {
	text-decoration: none;
	font-weight: 300;
	color: #7C7C7C;
	font-size: 12px;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.product-compare a:hover {
	color: #000001;
}
.product-list > div {
	overflow: hidden;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #ededed;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list .image {
	float: left;
	margin-right: 40px;
	padding: 3px;
}
.product-list .image img {
	
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #373737;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.product-list .name a:hover {
	color: #000001;
}
.product-list .description {
	line-height: 20px;
	margin-bottom: 5px;
	color: #a8a8a8;
	font-weight: 300;
	font-size: 12px;
}
.product-list .rating {
	color: #7B7B7B;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-list .price {
	height: 50px;
	text-align: left;
	color: #1B1B1B;
    font-size: 24px;
	font-weight: 300;
}
.product-list .price-old {
	color: #000001;
    font-size: 12px;
    font-weight: 300;
    line-height: 6px;
    text-decoration: line-through;
}
.product-list .price-new {
	font-weight: 300;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	float: left;
}
.product-list .cart {
	float: left;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	background: url("../image/addtowish-list.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #D2D2D2;
    display: block;
    float: left;
    height: 28px;
    margin-left: 60px;
    padding-right: 8px;
    width: 28px;
}
.product-list .wishlist a:hover {
	background: url("../image/addtowishlist-hover.png") no-repeat;
}
.product-list .compare a {
	background: url("../image/addtocompare-list.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    margin-left: 10px;
    width: 28px;
	float: left;
}
.product-list .compare a:hover {
	background: url("../image/addtocompare-hover.png") no-repeat;
}
.product-grid {
	overflow: auto;
	margin-left: -40px;
}
.product-grid > div {
	border: 1px solid #EDEDED;
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 40px;
    vertical-align: top;
    width: 243px;
	background: #FFFFFF;
	padding-bottom: 20px;
	float: left;
}
#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width: 258px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 288px;
}
#column-left + #content .product-grid .wishlist a,
#column-right + #content .product-grid .wishlist a {
	margin-left: 100px;
}
#column-left + #content .product-grid .compare a,
#column-right + #content .product-grid .compare a {
	margin-right: 99px;
}
#column-left + #column-right + #content .product-grid .wishlist a {
	margin-left: 113px;
}
#column-left + #column-right + #content .product-grid .compare a {
	margin-right: 112px;
}
.product-grid .image {
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.product-grid .image img {
}
.product-grid .name a {
	color: #373737;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	min-height: 38px;
}
.product-grid .name a:hover {
	color: #000001;
}
.product-grid .rating {
	display: block;
    text-align: center;
}
.product-grid .price {
	color: #373737;
    display: block;
	text-align: center;
    font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
.product-grid .price-old {
	color: #000001;
    font-size: 12px;
    font-weight: 400;
    line-height: 6px;
    text-decoration: line-through;
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display: block;
	text-align: center;
	clear: both;
}
.product-grid .wishlist a  {
	background: url("../image/addtowishlist2.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #D2D2D2;
    display: block;
    float: left;
    height: 20px;
    margin-left: 93px;
    padding-right: 9px;
    width: 20px;
	display: block;
    margin-bottom: 15px;
}
.product-grid .wishlist a:hover  {
	background: url("../image/addtowishlist2-hover.png") no-repeat scroll 0 0 transparent;
}
.product-grid .compare a  {
	background: url("../image/addtocompare2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    width: 20px;
	float: right;
	margin-right: 92px; 
}
.product-grid .compare a:hover  {
	background: url("../image/addtocompare2-hover.png") no-repeat scroll 0 0 transparent;
}
.product-grid .description {
    display: none;
}
/* Product */
.addtocompare-product-info {
    background: url("../image/addtocompare-list.png") no-repeat;
	display: block;
    height: 28px;
	float: left;
	padding-left: 40px;
	line-height: 28px;
	color: #32363B;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
.addtocompare-product-info:hover {
	color: #000;
	 background: url("../image/addtocompare-hover.png") no-repeat;
}
.addtowishlist-product-info {
	background: url("../image/addtowish-list.png") no-repeat;
	display: block;
    height: 28px;
	float: left;
	line-height: 28px;
    margin-right: 25px;
    padding-left: 40px;
	color: #32363B;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
.addtowishlist-product-info:hover {
	color: #000;
	background: url("../image/addtowishlist-hover.png") no-repeat;
}
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	position: relative;
}
.product-info .heading {
	font-size: 18px;
	color: #000001;
	margin-bottom: 5px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left  + .right {
	margin-left: 460px;
}
.product-info .image {
	margin-top: 20px;
	text-align: center;
	position: relative;
	z-index: 10;
	float: left;
	padding-bottom: 20px;
}
.product-info .image-additional {
	width: 100px;
	clear: both;
	overflow: hidden;
	float: left;
}
.product-info .image-additional img {
	border: 1px solid #ebebeb;
}
.product-info .image-additional img:hover {
	border: 1px solid #000000;
}
.product-info .image-additional a {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #414141;
	font-size: 12px;
}
.product-info .description span {
	color: #414141;
}
.product-info .description a {
	color: #181818;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.product-info .description a:hover {
	color: #000001;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	color: #292929;
    font-size: 24px;
}
.product-info .price-old {
	color: #000001;
    font-size: 12px;
    text-decoration: line-through;
}
.product-info .price-new {
	color: #292929;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #32363B;
}
.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: 1px solid #efefef;
	padding: 20px 5px 20px 5px;
	margin-bottom: 10px;
	color: #4D4D4D;
	overflow: auto;
	padding-left: 20px;
}
.product-info .cart input {
    display: inline-block;
    height: 19px;
    margin: 0 10px 0 8px;
    text-align: center;
    width: 30px;
	color: #000001;
	padding: 3px;
}
.product-info .button-icon {
    display: inline-block;
    margin-right: 15px;
	padding-top: 7px;
	color: #32363b;
}
.product-info .button-icon:hover {
	color:#000001!important;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	color: #999999;
    display: block;
    margin-left: 30px;
    padding-top: 5px;
	padding-right: 30px;
}
.product-info .cart .minimum {
	padding-top: 12px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin-bottom: 10px;
	
}
.product-info .review > div {
	padding: 10px;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
	color: #505050;
}
.product-info .review > div > a {
	color: #505050;
}
.product-info .review > div > a:hover {
	color:#000001;
}
.product-info .review > div > span {
	color: #505050;
}
.product-info .review .share {
	line-height: normal;
}
.product-info .review .share-text {
	float: right;
    line-height: 10px;
    padding-left: 10px;
	padding-right: 20px;
    padding-top: 2px;
}
.product-info .review .share a:hover {
	color:#000001;
}
.product-info .review .share a {
	text-decoration: none;
	color: #505050;
	float: left;
	padding-right: 10px;
}
.product-info .review .rating {
	display: block;
    float: left;
    margin-right: 20px;
	vertical-align: middle;
}
.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 #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #555555;
	font-weight: normal;
	font-size: 13px;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.compare-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
}
/* 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;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
.cart-info td {
	padding: 6px;
}
.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
    color: #555555;
    font-size: 14px;
}
.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 #EDEDED;
}
.cart-info tbody .image img {
	border: 1px solid #EDEDED;
}
.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 #EDEDED;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	padding: 8px;
	font-size: 14px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	padding-top: 40px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: auto;
	}
#footer-holder {
	background: #424242;
	clear: both;
}	
#footer-html-holder {
	clear: both;
}
#footer h3 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 300;
}
#footer .column:first-child {
	margin-left: 0px;
}
#footer .column {
	float: left;
	width: 180px;
	min-height: 100px;
	color: #ffffff;
	margin-bottom: 40px;
}
#footer .column ul {
	margin-top: 0px;
	list-style: none;
	padding-left: 0px;
	
}
#footer .column ul li {
	margin-bottom: 10px;
}
#footer .column a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 12px;
}
#footer .column a:hover {
	text-decoration: underline;
}
#footer .column3 {
	float: left;
	width: 220px;
	min-height: 100px;
	color: #ffffff;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 40px;
}
#footer .column3 ul {
	margin-top: 0px;
	list-style: none;
	padding-left: 0px;
	
}
#footer .column3 ul li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 34px;
	float: left;
}
#footer .column3 a {
	color: #ffffff;
	font-size: 14px;
	
}
#footer .column3 a:hover {
	text-decoration: underline;
}
#powered-wrapper {
	border-top: 1px #4D4D4D solid;
}
#powered {
	clear: both;
	color: #b6b6b6;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
#powered a {
	color: #b6b6b6;
}
.tg-Metro-footer-heading {
	color: #000001!important;
}
/*Payment Image */
#paymentimage {
    float: left;
    vertical-align: middle;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* Tg Metro Html Module */
#html-wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 25px;
}
#html-wrapper .html-1:first-child {
	margin-left: 0px!important;
	border-left: none!important;
	padding-left: 0px!important;
}
#html-wrapper .html-1  {
	display: inline-block;
    vertical-align: top;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
	padding-bottom: 0px!important;
	width: 220px;
	float: left;
	margin-bottom: 20px;
}
#html-wrapper .html-1 p {
	margin-bottom: 0px!important;
}
#html-wrapper .html-1 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#html-wrapper .html-1 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#html-wrapper .html-3:first-child {
	margin-left: 0px!important;
	border-left: none!important;
	padding-left: 0px!important;
}
#html-wrapper .html-3  {
	display: inline-block;
    margin-left: 20px!important;
    vertical-align: top;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
	padding-bottom: 0px!important;
	width: 220px;
	float: left;
	margin-bottom: 20px;
}
#html-wrapper .html-3 p {
	margin-bottom: 0px!important;
}
#html-wrapper .html-3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#html-wrapper .html-3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
a.addtocart {
	 background: url("../image/addtocart.png") repeat;
    cursor: pointer;
	color: #1b1b1b;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	 padding: 2px 10px 3px;
	 border-left: 1px solid #dfdfdf;
	 border-right: 1px solid #dfdfdf;
	 border-bottom: 1px solid #dfdfdf;
	margin-top: 6px;
		-webkit-appearance: none;
}
a.addtocart:hover {
	background: url("../image/addtocarthover.png") repeat;
	border-left: 1px solid #d9832d;
	border-right: 1px solid #d9832d;
	border-bottom: 1px solid #d9832d;
	color: #FFFFFF;
}
a.addtocartcategory {
	 background: url("../image/addtocart.png") repeat;
    cursor: pointer;
	color: #1b1b1b;
	font-size: 11px;
	text-transform: uppercase;
		-webkit-appearance: none;
	 padding: 2px 10px 3px;
	 border-left: 1px solid #dfdfdf;
	 border-right: 1px solid #dfdfdf;
	 border-bottom: 1px solid #dfdfdf;
	margin-top: 6px;
	
}
a.addtocartcategory:hover {
	background: url("../image/addtocarthover.png") repeat;
	border-left: 1px solid #d9832d;
	border-right: 1px solid #d9832d;
	border-bottom: 1px solid #d9832d;
	color: #FFFFFF;
}
a.viewcart {
    cursor: pointer!important;
	font-size: 11px;
	background: #000001;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
		-webkit-appearance: none;
}
a.viewcart:hover {
	background: #000000;
}
a.cart-checkout {
     cursor: pointer!important;
	font-size: 11px;
	background: #000000;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
		-webkit-appearance: none;
}
a.cart-checkout:hover {
	background: #000001;
}
a.save-button {
    cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	margin-top: 6px;
	background: url("../image/checkout.png") repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
		-webkit-appearance: none;
}
/* Tg Metro Footer Html Module */
#htmlfooter {
	background: #424242;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #4d4d4d;
}
#htmlfooter-wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
#htmlfooter-wrapper .htmlfooter-1  {
	 padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 0px!important;
	color: #7c7c7c!important;
	font-weight: normal;
	width: 299px;
	float: left;
	text-align: center;
	border-right: 1px solid #4D4D4D;
}
#htmlfooter-wrapper .htmlfooter-1 p {
	margin-bottom: 10px!important;
	line-height: 14px;
}
#htmlfooter-wrapper .htmlfooter-1 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#htmlfooter-wrapper .htmlfooter-1 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#htmlfooter-wrapper .htmlfooter-2  {
    padding-bottom: 10px;
    margin-left: 20px!important;
	color: #7c7c7c!important;
	font-weight: normal;
	width: 299px;
	float: left;
	padding-top: 20px;
	text-align: center;
	border-right: 1px solid #4D4D4D;
}
#htmlfooter-wrapper .htmlfooter-2 p {
	margin-bottom: 10px!important;
	line-height: 14px;
}
#htmlfooter-wrapper .htmlfooter-2 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#htmlfooter-wrapper .htmlfooter-2 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}	
#htmlfooter-wrapper .htmlfooter-3  {
    padding-bottom: 10px;
    margin-left: 20px!important;
	color: #7c7c7c!important;
	font-weight: normal;
	width: 300px;
	float: left;
	padding-top: 20px;
	text-align: center;
}
#htmlfooter-wrapper .htmlfooter-3 p {
	color: #ffffff;
	margin-bottom: 10px!important;
	line-height: 14px;
}
#htmlfooter-wrapper .htmlfooter-3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#htmlfooter-wrapper .htmlfooter-3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#htmlfooter-wrapper .htmlfooter-3 #site_subcribe li {
	list-style: none;
}
#site_subcribe input {
	border: none;
	color: #7c7c7c;
	float: left;
	height: 30px;
	width: 250px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#htmlfooter-wrapper .htmlfooter-3 #site_subcribe .button-s {
	cursor: pointer;
	float: left;
	text-transform: uppercase;
	height: 30px;
	width: 33px;
	background: url("../image/button-s.png") no-repeat;
}
.erros-newsletter {
	color: #FF0000;
	float: left;
}
/* Tg Metro Cart */
#tg_Metro_cart {
	padding: 0px;
	margin: 0px;
}
#tg_Metro_cart .empty {
	color: #636363;
	font-size: 14px;
}
#tg_Metro_cart .content {
	clear: both;
	position: relative;
	padding: 0px;
	min-height: 50px;
	background: #FFF;
	padding-top: 20px;
}
/*
------------ Metro's Cloud Zoom in Product Page ------------
*/
#tg-zoom{
    color: #414141;
    display: block;
    font-size: 10px;
    margin: 10px 0 0;
    text-align: right;
    text-transform: uppercase;
	margin-right: 6px;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
#tg-zoom:hover{
	color: #000001;
}
.cloud-zoom-lens {
	border: 1px solid #ddd;
	margin:-1px;
	background-color:#fff;	
	cursor:move;	
	width: 50px;
	height: 50px;
}
.cloud-zoom-title {
	position:absolute !important;
	background-color:#444;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	bottom:0px;
	display: none;
}
.cloud-zoom-big {
	border: 1px solid #ffffff;
	webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.13);
	overflow:hidden;
	background: #FFFFFF;
}
.cloud-zoom-loading {
	color:white;	
	background:#444;
	padding:3px;
	border:1px solid #222;
	border-radius: 4px;
}
/* Tg SuperFish Menu */
#tg-menu {
  margin-top: 26px;
  float: left;
  width: 900px;
  display: inline;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: 1.0;
	float: left; 
	padding-left: 0;
	margin-bottom: 1em;    
	
}
.sf-menu ul {  
	width: 200px;   /* left offset of submenus need to match (see below) */	
	position:	absolute;
	top: -999em;
	padding-right: 10px;
	background:	#fff;
		padding-top: 10px;
	padding-bottom: 10px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position:	relative;
	 
	
}
.sf-menu li li {
 
}
.sf-menu li li li {
  background:	#fff;	 
}
.sf-menu a { 
	display: block;
	position: relative;
	padding: 0.75em 0 0.75em 0;
	text-decoration: none;	
	padding-right:  0px;
	margin-right: 1.5em;
}

.sf-menu-home { 
	color: #000001!important;
}
.sf-menu a{ /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	0;
	top: 2.5em; /* match top ul list item height */
	z-index: 9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {  
  left: 180px;    /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { 
  left: 180px;   /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { 
	color: #000001;
}
.sf-menu li:hover a {
	color: #000001;
}
.sf-menu ul > li > a {
	color: #333333!important;
	padding-left: 1.5em;
}
.sf-menu ul > li > a:hover {
	color: #000001!important;
}
.sf-menu ul li> a {
	color: #333333!important;
	text-transform: none;
	font-size: 13px;
}
.sf-menu ul li:hover > a {
	color: #000001!important;
}
.sf-menu li:hover, .sf-menu li.sfHover { 
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:	absolute;
	display: block;
	right: 0em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow:	hidden;
	background:	url('../image/tg-header-arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 1em;
	background:	url('../image/arrows-down.png') no-repeat 0px 0px ; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background:	url('../image/arrows-down-hover.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { 
  background-position: -10px 0; 
}
.sf-menu ul a > .sf-sub-indicator { 
  background:	url('../image/arrows-down.png') no-repeat 0px 0px;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background:	url('../image/arrows-down.png') no-repeat 0px 0px;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	border: 1px solid #ededed;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* TG Metro LatestNews */
.news-bgr{
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ececec;
	overflow: auto;
	position: relative;
	min-height: 310px;
}
.news-name {
	font-size: 22px;
	font-weight: 300!important;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom: none;
}
.news-name a {
	float: right;
	color: #a1a1a1;
	font-size: 12px;
	text-transform: none;
	margin-top: 4px;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
    -moz-transition: color 750ms ease-out 0s;
    -o-transition: color 750ms ease-out 0s;
    -ms-transition: color 750ms ease-out 0s;
}
.news-name a:hover {
	color: #000001;
}
.news_4 div {
	display: inline-block;
	float: left;
	padding-bottom: 10px;
}
.news_left {
	float: left;
}
.news_right {
	float: left;
	margin: 0;
	margin-left: 25px;
	max-width: 300px;
	
}
.news_4 div .title  {
	padding: 0!important;
}
.news_4 div .title a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	float: left;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
	-moz-transition: color 750ms ease-out 0s;
	-o-transition: color 750ms ease-out 0s;
	-ms-transition: color 750ms ease-out 0s;
	font-weight: 300!important;
	padding: 0!important;
}
.news_4 div .title a:hover {
	color: #000001;
}
.news_4 div .readmore a {
	color: #999999;
	font-size: 12px;
	font-weight: 600;
	background: url("../image/readmore.png") no-repeat scroll left center transparent;
	padding-left: 18px;
}
.news_4 div .date {
	color: #bfbfbf!important;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 300;
	clear: both;
	border: none!important;
	padding: 0!important;
}
.news_4 div .icon {
	background: url("../image/newsdate.png") no-repeat scroll left center transparent;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 10px;
}
.news_4 div img {
	display: inline-block;
	float: left;
}
.news_4 div p {
	font-size: 12px;
	color: #a7a7a7;
	margin: 0;
	margin-bottom: 11px;
	font-weight: 300;
	clear: both;
	min-height: 34px;
}
.news_4 div + div {
	border-top: 1px dotted #dddddd;
	padding-top: 20px;
}
.tg_metro_latest_news-content {
	padding-top: 10px;
}
.icon {
	background: url("../image/newsdate.png") no-repeat scroll left center transparent;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 10px;
}
 .post_date {
    color: #A1A1A1 !important;
}	
.readmore a {
    color: #000001;
    font-size: 12px;
    font-weight: 300;
}
.news-title {
	margin-bottom: 10px;
}
.news-title a{
	color: #606060;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
	-moz-transition: color 750ms ease-out 0s;
	-o-transition: color 750ms ease-out 0s;
	-ms-transition: color 750ms ease-out 0s;
}
.news-title  a:hover {
	color: #000001;
}
.tg_metro_latest_news-unit-big {
    padding-bottom: 15px;
    padding-top: 15px;
}
.tg_metro_latest_news-unit-big:first-child {
    padding-top: 0px;
}
.tg_metro_latest_news-unit-big + .tg_metro_latest_news-unit-big {
    border-top: 1px solid #F0F0F0;
}
/* TG Metro Reviews */
.reviews-bgr{
	min-height: 310px;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ececec;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
}
.reviews-name {
	font-size: 22px;
	font-weight: 300!important;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom: none;
}
.reviews_4 > div {
	display: inline-block;
	float: left;
	padding-bottom: 10px;
	border-top: 1px dotted #dddddd;
	padding-top: 20px;
}
.reviews_4  .alpha{
	border-top: none!important;
	padding-top: 0px!important;
}
.reviews_left {
	float: left;
}
.reviews_right {
	float: left;
	margin: 0;
	margin-left: 25px;
	max-width: 300px;
	min-width: 300px;
	
}
.reviews_4 div .title  {
	padding: 0!important;
}
.reviews_4 div .title a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	float: left;
	transition: color 750ms ease-out 0s;
	-webkit-transition: color 750ms ease-out 0s;
	-moz-transition: color 750ms ease-out 0s;
	-o-transition: color 750ms ease-out 0s;
	-ms-transition: color 750ms ease-out 0s;
	font-weight: 300!important;
	padding: 0!important;
	border-top: none!important;
}
.reviews_4 div .title a:hover {
	color: #000001;
}
.reviews_4 div .readmore a {
	color: #999999;
	font-size: 12px;
	font-weight: 600;
	background: url("../image/readmore.png") no-repeat scroll left center transparent;
	padding-left: 18px;
}
.reviews_4  .rating {
	clear: both;
	float: left;
}
.reviews_4  .rating img {
	clear: both;
	border: none!important;
}
.reviews_4  .author {
	clear: both;
	float: left;
	margin-top:2px;
	margin-bottom: 5px;
	color: #BFBFBF;
}
.reviews_4 div img {
	display: inline-block;
	float: left;
	border: 1px solid #e8e8e8;
}
.reviews_4 div p {
	font-size: 12px;
	color: #a7a7a7;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 300;
	clear: both;
	min-height: 34px;
}
/* ---------------------------------------------------------------------- */
/*	Metro's Custom Featured
/* ---------------------------------------------------------------------- */
/*Featured*/
ul.btnfeatured, ul.btnspecial, ul.btnbestseller, ul.btnlatest, ul.btntgreviews { 
	z-index: 1000;
	float: right;
	padding: 0px;
	margin-bottom: 0px;
}
ul.btnfeatured li, ul.btnspecial li, ul.btnbestseller li, ul.btnlatest li, ul.btntgreviews li  { 
	display:inline; 
}
ul.btnfeatured li a, ul.btnspecial li a, ul.btnbestseller li a, ul.btnlatest li a, ul.btntgreviews li a { 
	display:inline-block;
	width:8px;
	height:21px;
	background:url(../image/l-inactive.png) 0 1px no-repeat;
	text-indent:-9999px; 
}
ul.btntgreviews li a { 
	display:inline-block;
	width:8px;
	height:21px;
	background:url(../image/l-inactive.png) 0 1px no-repeat;
	text-indent:-9999px; 
}
ul.btnfeatured li a:hover, ul.btnspecial li a:hover, ul.btnbestseller li a:hover, ul.btnlatest li a:hover, ul.btntgreviews li a:hover { 
	background:url(../image/l-active.png) 0 1px no-repeat;
}
ul.btntgreviews li a:hover { 
	background:url(../image/l-active.png) 0 1px no-repeat;
}
ul.btnfeatured li a.active, ul.btnfeatured li.active a,ul.btnlatest li.active a, ul.btnspecial li a.active, ul.btnbestseller li a.active, ul.btnlatest li a.active, ul.btntgreviews li a.active, ul.btntgreviews li.active a { 
	background:url(../image/l-active.png) 0 1px no-repeat;
}
ul.btntgreviews li a.active, ul.btntgreviews li.active a { 
	background:url(../image/l-active.png) 0 1px no-repeat;
}
ul.btnfeatured li a.prev, ul.btnlatest li a.prev, ul.btnspecial li a.prev, ul.btnbestseller li a.prev{ 
	display:inline-block;
	width: 20px;
	height: 21px;
	cursor: pointer;
	background: url('../image/featured-prev.png') center no-repeat; 
	vertical-align: top;
}
ul.btntgreviews li a.prev { 
	display:inline-block;
	width: 15px;
	height: 21px;
	cursor: pointer;
	background: url('../image/review-prev.png') center no-repeat; 
	vertical-align: top;
}
ul.btntgreviews li a.prev:hover { 
	background: url('../image/review-prev.png') center no-repeat; 
}
ul.btnfeatured li a.next, ul.btnlatest li a.next, ul.btnspecial li a.next, ul.btnbestseller li a.next, ul.btntgreviews li a.next { 
	vertical-align:top;
	display:inline-block;
	width: 20px;
	height: 21px;
	cursor: pointer;
	background: url('../image/featured-next.png') center no-repeat; 
}
ul.btntgreviews li a.next { 
	vertical-align:top;
	display:inline-block;
	width: 15px;
	height: 21px;
	cursor: pointer;
	background: url('../image/review-next.png') center no-repeat; 
}
ul.btntgreviews li a.next:hover { 
	background: url('../image/review-next.png') center no-repeat; 
}
/* Metro Social Icons */
.facebook-icon, .twitter-icon, .google-icon, .pinterest-icon, .youtube-icon {
	height: 36px;
	width: 36px;
	float: left;
	margin-right: 20px;
}
.facebook-icon {
	background:  url("../image/facebook.png") no-repeat;
}
.twitter-icon {
	background:  url("../image/twitter.png") no-repeat;
}
.google-icon {
	background:  url("../image/google.png") no-repeat;
}
.pinterest-icon {
	background:  url("../image/pinterest.png") no-repeat;
}
.youtube-icon {
	background:  url("../image/youtube.png") no-repeat;
}
/* Slider button */
a.sliderbutton {
	cursor: pointer!important;
	font-size: 12px;
	background: #0190c8 url("../image/slider-button.png") no-repeat scroll right 15px center;
	color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 300;
	border: none;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px 10px;
	-webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	padding-right: 45px;
}
a.sliderbutton:hover {
	background: #000000 url("../image/slider-button.png") no-repeat scroll right 15px center;
}
.slider-price {
	font-size: 30px;
	color: #FFFFFF; font-family: 'Roboto',sans-serif;
}
.slider-price-old {
	font-size: 20px;
	text-decoration: line-through;
	font-weight:300;
}	
.slider-name {
	font-size: 42px;
	color: #FFFFFF; 
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}	
/*
------------ TG Metro Featured Carousel ------------
*/	
.tg-featured-carousel {
   background: #E6E6E6;
   padding-top: 20px;
   padding-bottom: 5px;
   	margin-bottom: 20px;
}
.tg-featured-name {
	margin-bottom: 5px!important;
}
.tg-featured-name a {
   font-size: 16px!important;
   color: #3d3d3d!important;
   -webkit-transition: all 750ms ease-out 0s;
	-moz-transition: all 750ms ease-out 0s;
	-o-transition: all 750ms ease-out 0s;
	-ms-transition: all 750ms ease-out 0s;
	margin-bottom: 5px!important;
}
.tg-featured-name a:hover {
	color: #000001!important;
}
.tg-featured-description {
	padding-left: 10px;
	padding-right: 10px;
	color: #5b5b5b;
	margin-top: 5px;
}
/* ---------------------------------------------------------------------- */
/*	Tg metro Cart
/* ---------------------------------------------------------------------- */
#tg_metro_cart {
	padding: 0px;
	margin: 0px;
}
#tg_metro_cart .empty {
	color: #4D4D4D;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#tg_metro_cart .content {
	padding-top: 10px;
}
.tg_metro_checkout {
	clear: both;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: right;
}	
#column-right .mini-cart-total, #column-left .mini-cart-total {
	border-bottom: none;
	border-top: none;
}
/* ---------------------------------------------------------------------- */
/*	Tg METRO Responsive
/* ---------------------------------------------------------------------- */
.show-desktop {display: block !important;}
.hide-desktop {display: none !important;}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
		.show-tablet {display: block !important;}
		.hide-tablet {display: none !important;}	
		.jcarousel22-skin-opencart .jcarousel22-next-horizontal {
			right: 0px!important;
		}
		.jcarousel22-skin-opencart .jcarousel22-prev-horizontal {
			left: 0px!important;
		}
}
@media only screen and (max-width: 979px) {
html {
    -webkit-text-size-adjust: none;
}
.show-phone {display: block !important;}
.hide-phone {display: none !important;}
h1, .welcome, p { 
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], textarea {
	width: auto;
}
.buttons {
	margin-bottom: 0px;
}
		
/*
------------ Main Container ------------
*/		
#container , #header-middle-wrapper{
	width: auto;
	min-width: 260px;
}
#header-middle-wrapper {
	margin: 0;
	padding: 0;
}
#header-top-wrapper {
	width: auto;
	min-width: 260px;
	background: #FFFFFF;
}
#content, #content-product { min-height: 100px;}
#content-wrapper-home , #content-wrapper, #category-page-holder  {
	width: auto;
	min-width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}
#content-wrapper {
	padding-top: 10px;
}
select { max-width: 230px; padding-right: 0px; padding-left: 0px;}
#content .content { padding: 0; }
#header-bgr { padding-top: 10px; }
/*
------------ Layout ------------
*/	
#content {padding: 0px 0px; margin-bottom: 10px;}
#content-product { padding: 10px; }
#content-right,
#content-left {
	display: none;
}
#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 0px;}
#content-right + #content-center {margin-right: 0px;}
#column-left + #column-right + #content, #column-left + #content { margin-left: 0px;}
#column-right + #content { margin-right: 0px;}
table.form td { float: left; }
#column-right + #content, #column-right + #content-home, #column-right + #content-product, #column-right + #content-account {
    margin-right: 0px;
}
#column-left + #content-home .box .box-heading {
    padding-left: 10px;
}
#layerslider-container {
	margin-bottom: 10px!important;
}
.breadcrumb, .breadcrumb a {
	padding-left: 6px;
	width: auto;
}
/*
------------ Menu ------------
*/	
#tg-menu {padding: 0px; width: none;}
#tg-menu .item .light {padding: 8px 7px;}
#tg-menu .item .light div {
	width: 16px;
	overflow: hidden;
	padding: 4px 5px;
	line-height: 16px;
}
#tg-menu .item .light:hover div {background-color: #66ccff;}
#tg-menu .item .light div .icon {
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 6px;
	width: 16px;
	height: 16px;
}
		
/*
------------ Header ------------
*/		
	
#header {
	text-align: center;	
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#header #logo  {
	margin-top: 20px;
	position: relative;
	float: none;
	display: inline-block;
	top: 0px;
	left: 0px;
	text-align: center;	
	width: auto;
	min-width: 260px;
}
		
#header #welcome {
	position: static;
	width: auto;
	text-align: center;
	padding-top: 10px;
	float: none;
	color: #000000;
}
#header .links {
	position: static;
	text-align: center;	
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#header .links a {
	float: none;
	display: inline-block;
	color: #000000;			
}
#header .links a + a {
	border: none;
	margin-left: 0px;
}
#header .button-search {
	background: url('../image/search.png') no-repeat center center;
	z-index: 1000;
	height: 18px;
	width: 20px;
	right: 0px;
	bottom: 13px;
	position: absolute;
}
		
#header #logo {
	float: none;
	margin: 0;
	margin-top: 20px;
}	
#language {
	position: static;
	margin: 0;
	background: none;
	padding: 0;
}
#language img {
	margin: 0;
}
#currency {
	position: static;
	margin: 0;
	padding: 0;
	background: none!important;
	float: none;
	margin-bottom: 5px;
}
#currency a{
	color: #000000;			
}
	
#header #search {
	position: static;
}
#header #search input {
    width: 99.5%;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	color: #858585;
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	 float: none;
}
#search_bar input {
   width: 99.5%;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	color: #858585;
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0!important;
	padding-top: 6px!important;
	padding-bottom: 6px!important;
	margin-bottom: 10px;
	float: none;
	 
}
#search_bar {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	position: static;
}
		
#site_search {
	position: static;
}
/* 
----------- Featured ---------
*/
.box-product .name a {
	margin-bottom: 5px;
	min-height: 0px;
}	
.box-product .rating {
    margin-bottom: 0px;
}
.box-product .price {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
}	
.box-product .price-new {
    font-weight: 300;
}
.box .box-heading {
	padding-bottom: 10px;
}
/*
------------ Cart ------------
*/		
#header #cart  {
	position: static;
	text-align: center;	
	margin: 0;
	padding: 0;
}
#header #cart .content {
	min-width: 200px;
	text-align: center;
}
#header #cart .heading {
	float: none;
	padding-right: 0px;
	background: #FFF;
	z-index: 1;
	line-height: 33px;
	padding-bottom: 16px;
	margin: 0px;
}
#header #cart.active .heading {
	padding:0;
	background: none;
}
#header #cart.active .content {
	display: block;
}
#header #cart .heading a span {
    background: url("../image/cart.png") no-repeat 0 0 transparent;
	float: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
}
#header #cart .heading a {
	color: #000000;
}
/*
------------ Checkout ------------
*/		
.checkout-content .left, .checkout-content .right, .login-content .right, .login-content .left {
	float: none;
	width: auto;
}
.checkout-product td { padding: 6px; }
input.large-field, select.large-field {
	max-width: 200px;
	height: auto;
}
.checkout-content { overflow: hidden;}
/*
------------ Return Page ------------
*/		
#content .content .left, #content .content .right, .return-name, .return-model, .return-quantity , .return-reason, 
.return-opened, .return-captcha, .sitemap-info .left, .sitemap-info .right 
{
	float: none;
	width: auto;
}
	
/*
------------ Category ------------
*/	
.product-list .left {
	margin-left: 10px;
	margin-right: 10px;
}
.category-list ul {
    list-style: none outside none;
    text-transform: uppercase;
	margin: 0px;
	padding: 0;
	float: none;
	width: 100%;
}
.text-refine { 
	margin-bottom: 10px;
}
.box-category > ul > li > a { font-size: 14px; }
.box-product > div {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-product .image img {
	 height: auto;
    max-width: 100%;
}	
.box-product {
	margin-right: 0px;
	background: #FFFFFF;
	margin-left: 0px;
	border: 1px solid #ededed;
}
		
.category-info .image {
	float: left;
	margin-right: 0px;
	padding: 5px;
}
	
.product-filter {
	padding-left: 10px;
	padding-right: 10px;
}
.product-filter .display {
	padding: 0;
}
.product-compare {
}
.product-filter .limit {
	margin-left: 0px;
}
	
.product-grid > div {
    padding-bottom: 20px;
    margin-right: 0px;
	margin-left : 0px;
    text-align: center;
	width: 49%;
	padding: 0;
	border: none;
	float: none;
}
.product-grid {
    margin-right: 0px;
	background: #FFFFFF;
	margin-left: 0px;
	border: 1px solid #EDEDED;
}
.product-grid .name a  {
	margin-bottom: 5px;
	min-height: 0px;
}
.product-grid .rating  {
	margin-bottom: 0px;
}
.product-grid .image img{
   max-width: 100%;
	height: auto;
}
.product-grid .price {
	margin-bottom: 5px;
	font-size: 15px;
}
.product-grid  .cart-phone, .product-list  .cart-phone { margin-top: 10px;}
.product-grid  .wishlist-phone, .product-list  .wishlist-phone { margin-top: 2px; clear: both;}
.product-grid  .compare-phone, .product-list  .compare-phone { margin-top: 2px;clear: both;}
.product-list > div {
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}
.product-list .image {
    float: none;
    margin: 0;
    padding: 0;
}
.product-filter .sort { clear: left }
.pagination {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: none;
	padding: 0;
}
/*
------------ Navigation Menu ------------
*/		
.nav-phone {
	position: relative;
	z-index: 30;
}
.nav-phone div {
	padding: 0px 16px;
	padding-top:10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	background: #000000;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.nav-phone select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
	max-width: none;
}
	
/*
------------ Custom Payment Images ------------
*/	
#powered { text-align: center; padding-left: 10px; padding-right: 10px; padding-top: 10px; line-height: 16px; height: auto; width: auto;}
#paymentimage { float: none; text-align: center;margin-top: 10px;}
	
/*
------------ Footer ------------
*/		
.tg-bottom-shadow { 
	background: none;
}
.tg-footer-shadow {
   background: none;
}
#footer {
    overflow: auto;
    padding: 15px 10px 0px;
	width: auto;
	margin-bottom: 5px;
}
#footer .column { width: 100%; min-height: 10px;text-align: center; margin: 0px; }
#footer .column ul li {
	margin-bottom: 0px;
}
#footer h3 {
    padding: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
}
#footer ul.content { 
	display: none; 
}
/*
------------ Tabs ------------
*/	
.tabs {
	border-left: 1px solid #eee;
	padding: 10px 0;
	height: auto;
}
.tabs a {
	float: none;
	height: 36px;
	line-height: 36px;
}
.tabs a.selected {
	border-radius: 0 3px 3px 0;
	border: 1px solid #eee;
	border-left-width: 0;
	margin-left: -1px;
	margin-bottom: 0px;
	line-height: 36px;
	padding: 0px 8px;
}
/*
------------ Table ------------
*/	
.table td,
.table th {
	padding: 6px 8px;
}
	
/*
------------ Order List ------------
*/		
.order-list li div {
	float: none;
	width: auto;
}
	
/*
------------ Product Page ------------
*/	
.tab-content {	
	margin: 0;
	padding: 10px;
}
.product-info {
	margin: 0;
	padding: 0;
}
.product-info > .left + .right {
	margin-left: 0px;
}
.product-info > .left {
	float: none;
	margin-right: 0px;
	overflow: hidden;
	text-align: center;
}
.product-info .image {
	padding: 0;
	float: none;
	border: none;
	height: auto;
	max-width: 100%;
}		
.product-info .image img {
	height: auto;
	max-width: 100%;
}
		
.product-info .left {
	float: none;
	margin-bottom: 10px;
}
.product-info .right {margin: 0 0 30px 0;}
.product-info .image {
	display: inline-block;
	margin-bottom: 0px;
}
.product-info .image-additional {
	width: auto;
	text-align: center;
	margin-right: 0px;
	float: none;
}
.product-info .image-additional a {
	display: inline-block;
	float: none;
	margin: 0px 4px 6px 4px;
}
.product-info .price-default,
.product-info .price-new {
	font-size: 22px;
}
.tab-content {
	clear: both;
}
.product-info .description, .product-info .price { padding: 0; clear: both; }
.product-info .review > div { text-align: center; }
.product-info .review .rating { margin-right: 0px; }
.product-info .cart, .product-info .review > div { padding: 10px;}
.product-info .options { padding: 0px;}
/*
------------ TG Metro Slider ------------
*/	
a.sliderbutton {
	background: #0190c8;
	font-size: 24px;
	font-weight: normal;
}
a.sliderbutton:hover {
	background: #000000;
}
.slider-price {
	font-size: 24px!important;
}
.slider-price-old {
	font-size: 16px!important;
}	
.slider-name {
	font-size: 24px!important;
	color: #FFFFFF; 
}	
}
