html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1 {
	/* color: #222222; */
	color: #6AAE3B;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	
}
.welcome {
	color: #222222;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.welcome-text p{
	text-align: center;
	margin-bottom: 40px;
}
.seperate-border {
	background:  url("../image/seperate.png") no-repeat;
	height: 30px;
	display: block;
}
h2 {
	color: #222222;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 13px;
}
a, a b {
	color: #FFC60A;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	-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: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    width: 160px;
}	
select {
	border: 1px solid #E1E1E1;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#container-holder {
	margin-left: auto;
	margin-right: auto;
	width: 1160px;
}
#column-left {
	float: left;
	width: 171px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px;
	border: 1px solid #DDDDDD;
	border-top: none;
}
#column-right {
	float: right;
	width: 171px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px;
	border: 1px solid #DDDDDD;
	border-top: none;
}
#content {
	margin-bottom: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 233px;
}
#column-right + #content {
	margin-right: 233px;
}
/* header */
#top-holder {
	background: #111111;
	position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
	height: 38px;
}

#top-center {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 88px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	float: left;
}

#logo-holder {
	
}
#language {
	float: left;
	color: #9c9c9c;
	line-height: 17px;
	z-index: 1999;
	height: 38px;
	border-left: 1px solid #4C4C4C;
	padding-left: 20px;
	padding-right: 15px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	margin-top: 13px;
}
#currency {
	float: left;
	color: #9c9c9c;
	line-height: 12px;
	padding-left: 60px;
	padding-right: 10px;
	background:  url("../image/currency.png") no-repeat scroll 20px center;
	width: auto;
	margin-right: 8px;
	z-index: 1999;
	height: 38px;
	font-size: 11px;
	border-left: 1px solid #4C4C4C;
	margin-left: 20px;
}
#currency a {
	display: inline-block;
	color: #9c9c9c;
	text-decoration: none;
	margin-right: 5px;
	font-size: 11px;
	margin-top: 13px;
	-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;
}
#currency a:hover {
	color: #FFC60A;
}
#currency  a + a {
	border-left: 1px solid #9C9C9C;
    padding-left: 8px;
}

#currency a b {
	color: #FFC60A;
	text-decoration: none;
}

.tg-login {
    background: url("../image/login.png") no-repeat scroll 0 0 transparent;
    padding-left: 19px;
	
}

.tg-create {
    background: url("../image/create.png") no-repeat scroll 10px 2px transparent;
    padding-left: 30px;
	margin-left: 10px;
}

#header #welcome a:hover .tg-login {
	background: url("../image/login-hover.png") no-repeat scroll 0 0 transparent;
}

#header #welcome a:hover .tg-create {
	background: url("../image/create-hover.png") no-repeat scroll 10px 2px transparent;
	
}
#header #cart {
	top: 0px;
	right: 0px;
	z-index: 5000;
	float: right;
}
#header #cart .heading {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 5000;
	line-height: 38px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
		color: #9c9c9c;
	text-decoration: none;
}
#header #cart .heading a span {
    background: url("../image/cart.png") no-repeat scroll left 8px transparent;
    padding-left: 30px;
	height: 38px;
	float: right;
	font-size: 11px;
}

#header #cart .content {
	clear: both;
	display: none;
	overflow: hidden;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	-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;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #efefef;
	min-width: 300px;
	z-index: 5000;
}
#header #cart.active .heading {
	padding-top: 0px;
	padding-bottom: 0px;
	-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;
	background: #efefef;
	color: #990!important;
	z-index: 5000;
}

#header #cart.active .heading a {
	color: #3d3d3d;
}

#header #cart.active .heading a span {
    background: url("../image/cart-active.png") no-repeat scroll left 8px transparent;
}
#header #cart.active .content {
	display: block;
	z-index: 5000;
}
.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 td a {
	color: #000;
}
.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: 4px;
}
a.viewcart {
    cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	margin-top: 6px;
	background: none repeat scroll 0 0 #FFC60A;
	color: #FFFFFF!important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
a.viewcart:hover {
	background: none repeat scroll 0 0 #020202;
}
a.cart-checkout {
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	margin-top: 6px;
	background: none repeat scroll 0 0 #020202;
	color: #FFFFFF!important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
a.cart-checkout:hover {
	background: none repeat scroll 0 0 #FFC60A;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	padding-bottom: 5px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	margin-top: -47px;
	z-index: 889;
	float: right;
}
#header .button-search {
	position: absolute;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 30px;
	height: 28px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: none;
	color: #989898;
}
#header #welcome {
	z-index: 1000;
	text-align: right;
	color: #9C9C9C;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
}

#header #welcome  a{
	color: #9C9C9C;
	margin-top: 12px;
	display: inline-block;
	font-size: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#header #welcome  a:hover{
	color: #FFC60A;
}
#top-holder .links {
	position: absolute;
	top: 13px;
	font-size: 10px;
	padding-right: 10px;
	font-size: 11px;
	left: 10px;
}
#top-holder .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 11px;
	color: #9C9C9C;
	line-height: 12px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#top-holder .links a:first-child {
	padding: 0px;
}
#top-holder .links a:hover {
	color: #FFC60A;
}
#top-holder .links a + a {
	margin-left: 8px;
	border-left: 1px solid #949494;
}
#bottom-holder {
	background: url('../image/bottom-holder.jpg');
	height: 50px;
	position: fixed;
	z-index: 888;
	left: 0;
    position: fixed;
    top: 37px;
    width: 100%;
	border-bottom: 1px solid #b6b7bb;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
}
#menu-holder {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1160px;
}
/* menu */
#menu {
	z-index:115;
	min-height:58px;
	max-width: 950px;
}
#menu ul.tgmegamenu2 {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background-color:#ffffff;
}
#menu > ul.tgmegamenu2 > li {
	display: block;
	float: left;
	list-style: none;
	margin:0;
	position: relative;
	z-index:1099;
	line-height: 20px;
}
#menu > ul > li:hover {
	z-index:2099;
}
#menu > ul.tgmegamenu2 > li > a {
	color: #333;
	display: block;
	float: left;
	font-size: 16px;
	text-transform:uppercase;
	padding: 10px;
	text-decoration: none;
	white-space: nowrap;
}
#menu > ul.tgmegamenu2 > li:hover > a, #menu > ul#tgmegamenu > li:hover > a {
	transition-delay:0s;
	background: #FFFFFF;
}
#menu > ul.tgmegamenu2 > li > div, #menu > ul#tgmegamenu > li > div {
	position:absolute;
	display:block;
	top:40px;
	left:0;
	z-index:9998;
	padding:10px;
	margin:0;
	background-color:#ffffff;
	float:left;
	opacity: 0;
	visibility:hidden;
	border-bottom:4px solid #FF0551;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#menu > ul.tgmegamenu2 > li.custom_link_one > div, #menu > ul > li.custom_link_two > div, #menu > ul > li.custom_link_three > div, #menu > ul#tgmegamenu > li.custom_link_one > div, #menu > ul#tgmegamenu > li.custom_link_two > div, #menu > ul#tgmegamenu > li.custom_link_three > div {
	top:40px;
	right:0px;
	left:auto;
	float:right;
}
#menu > ul.tgmegamenu2 > li:hover > div, #menu > ul#tgmegamenu > li:hover > div {
	opacity: 1;
	visibility:visible;
}
#menu > ul.tgmegamenu2 > li > div > ul, #menu > ul#tgmegamenu > li > div > ul {
	display: table-cell;
	list-style:none;
	vertical-align:top;
}
#menu > ul.tgmegamenu2 > li ul + ul {
	padding-left: 20px;
}
#menu > ul.tgmegamenu2 > li ul > li > a, #menu > ul#tgmegamenu > li > div ul > li > a {
	display:block;
	width:140px;
	height:auto;
	padding:9px 8px 9px 8px;
	float:left;
	font-size:15px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#333333;
	border:none;
	margin:0;
	text-decoration:none;
	border-bottom:1px solid #e1e1e1;
}
#menu > ul.tgmegamenu2 > li ul > li > a:hover, #menu > ul#tgmegamenu > li div ul > li > a:hover {
	background:none;
	background-color:#ff0551;
	color:#ffffff;
}

#menu #tgmegamenu .custom_link_one, #menu #tgmegamenu .custom_link_two, #menu #tgmegamenu .custom_link_three {
	position:relative;
}
#menu #tgmegamenu .custom_link_one ul li a, #menu #tgmegamenu .custom_link_two ul li a, #menu #tgmegamenu .custom_link_three ul li a {
	text-transform:none !important;
}
#menu ul#tgmegamenu ul.children li.pic_name h3 a{
	float:left;
	margin:0 0 0 0;
	font-size: 12px;
	color: #1b1b1b;
	text-transform: uppercase;
	font-weight: 600;
}
#menu ul#tgmegamenu ul.children li.pic_name h3 a span {
	padding:30px 0 0 0;
}
#menu ul#tgmegamenu ul.children li.pic_name h3 a:hover {
	color:#FFC60A;
}
#menu ul#tgmegamenu {
	margin:0;
	padding:0;
	display:block;
	width:98%;
	position:relative;
}
#menu ul#tgmegamenu li:first-child {
	 border-left: 1px solid #b6b7bb;
	 border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#menu ul#tgmegamenu li:last-child {
	border-right: 1px solid #FFFFFF;
}
#menu ul#tgmegamenu li {
	display: block;
	float: left;
	list-style: none;
	margin:0 0 0 0;
	z-index:1099;
	line-height: 24px;
}

#menu ul#tgmegamenu > li > a {
	color: #303030;
	display: block;
	float: left;
	font-size: 12px;
	text-transform:uppercase;
	padding: 13px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 600;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #b6b7bb;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#menu ul#tgmegamenu li:hover {
	z-index:1600;
}

#menu ul#tgmegamenu ul.children {
	position:absolute;
	width:1140px;
	top:50px;
	left:0;
	z-index:9998;
	margin:0;
	background-color:#fff;
	float:left;
	opacity: 0;
	visibility:hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
#menu ul#tgmegamenu li.dropdown:hover ul.children, #menu ul#tgmegamenu ul.children li.dropdown:hover ul.children2 {
	opacity: 1;
	visibility:visible;
	transition-delay:0s;
}
#menu ul#tgmegamenu ul.children2 {
	position:absolute;
	top:63px;
	left:0px;
	z-index:9999;
	padding:5px 0px;
	margin:0;
	float:left;
	background-color:#fff;
	width:100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	opacity: 0;
	visibility:hidden;
}
#menu ul#tgmegamenu ul.children li {
	float:left;
	height:auto;
	position:relative;
	margin:0 0 2px 2px;
	padding:0;
	width:33%;
}
#menu ul#tgmegamenu ul.children li img {
	float:left;
	margin:10px 15px 0px 5px;
}
ul#tgmegamenu ul.children li a span {
	padding:30px 0;
	float:left;
}
ul#tgmegamenu ul.children li a {
	color: #181818;
}
#menu ul#tgmegamenu ul.children2 li {
	float:left;
	height:auto;
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	border:none;
}
#menu ul#tgmegamenu ul.children a, #menu ul#tgmegamenu li:hover ul.children a {
	display:block;
	height:auto;
	width:100%;
	padding:0px 0px 2px 0px;
	float:left;
	font-size:14px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	border:none;
	margin:0;
	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;
}
#menu ul#tgmegamenu ul.children2 a, #menu ul#tgmegamenu li:hover ul.children2 a {
	display:block;
	height:auto;
	padding:10px;
	font-size:15px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	text-decoration:none;
	color:#333;
	border:none;
	margin:0 10px;
	float:none;
	width:auto;
}

#menu ul#tgmegamenu li:hover .children li ul.children2 a {
	color:#222;
}
#menu ul#tgmegamenu li:hover .children li ul.children2 a:hover {
	color:#FFC60A;
}
#menu ul#tgmegamenu ul.children li.dropdown, #menu ul#tgmegamenu li:hover ul.children li.dropdown {
	background:url(../image/nav_arrow.png) 94% 35px no-repeat;
}
#menu ul#tgmegamenu ul.children li a:hover {
	color:#FFC60A;
}
#menu ul#tgmegamenu ul.children li.pic_name {
	width:100%;
	min-height:75px;
	margin:0 0 15px 0;
	display:block;
	border: none;
}
#menu ul#tgmegamenu ul.children li.pic_name a:hover {
	background:none !important;
}
li.pic_name .menu_desc{
	margin:0 30px 0 0px;
	display:block;
	font-size:12px;
}
#menu ul#tgmegamenu ul.children li.pic_name img {
	float:left;
	margin:2px 10px 0 2px;
	border: none;
}
.breadcrumb {
	color: #666666;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.breadcrumb a {
	color: #666666;
	font-size: 18px;
	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;
}
.breadcrumb a:hover {
	color: #FFC60A;
} 
#notification {
		z-index: 800;
		position: fixed;
		top: 89px;
		right: 0px;	
		line-height: 16px;
		font-size: 11px;
		color: #636363;
	}

	#notification > div {
		width: 235px;
		padding: 20px;
		background-color: #fff;	
		margin-bottom: 10px;
		overflow: hidden;
		border: 1px solid #DDDDDD;
	}
	#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: #409915;}
	#notification .warning .icon {background-color: #c42043;}
	#notification .attention .icon {background-color: #c42043;}
	#notification .information .icon {background-color: #2887be;}
.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: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-size: 14px;
}
table.list tbody td {
	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;
}
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 #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #666666;
	-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;
}
.pagination .links a:hover {
	color: #FFC60A;
	border: 1px solid #FFC60A;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #FFC60A;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFC60A;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
a.button, input.button {
	cursor: pointer;
	color: #787878;
	line-height: 11px;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	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;

}
a.button {
	display: inline-block;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding: 0px 12px 0px 12px;
}
input.button {
	margin: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	color: #FFC60A;
	border: 1px solid #FFC60A;
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	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: 6px 15px 6px 15px;
	float: left;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
	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: #FFC60A;
	color: #FFFFFF;
	
}
.htabs a:hover {
	background: #FFC60A;
	color: #FFFFFF;
}
.tab-content {
	border: 1px solid #EFEFEF;
	padding: 20px;
	z-index: 2;
	overflow: auto;
	color: #000000;
	margin-bottom: 20px;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
/*	color: #222222;*/
	color: #6AAE3B;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
#column-left .box, #column-right .box {
	margin: 0px;
}
#column-left .box .box-heading, #column-right .box .box-heading  {
    color: #1b1c1e;
    font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: left;
	border-top: 1px solid #DDDDDD;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
#column-left .box .box-content, #column-right .box .box-content {
	padding: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.box .box-content {
	
}
/* box products */
.box-product {
	overflow: auto;
	margin-left: -20px;
}
.box-product > div {
	width: 213px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}
.box-product .image img {

}
.box-product .name a {
	color: #303030;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	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-product .name a:hover {
	color: #FFC60A;
}
.box-product .price {
	display: block;
	font-weight: 400;
	color: #ffc60a;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 10px;
}

/* box related products */
.box-related-product {
	overflow: auto;
	margin-left: -20px;
}
.box-related-product > div {
	width: 204px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.box-related-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}
.box-related-product .image img {

}
.box-related-product .name a {
	color: #303030;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	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-related-product .name a:hover {
	color: #FFC60A;
}
.box-related-product .price {
	display: block;
	font-weight: 400;
	color: #ffc60a;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.box-related-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-related-product .price-new {
	font-weight: bold;
}
.box-related-product .rating {
	display: block;
	margin-bottom: 10px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #C6C6C6;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	text-align: center;
}
.category-info .image {

}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DDDDDD;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
#grid_a {
    background:  url("../image/grid_a.png") no-repeat;
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    margin-left: 10px;
	position:relative;
	top: 3px;

}
#grid_b {
    background:  url("../image/grid_b.png") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 10px;
	position:relative;
	top: 3px;
}

#list_a {
    background:  url("../image/list_a.png") no-repeat;
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
	position: relative;
	top: 3px;
}
#list_b {
    background:  url("../image/list_b.png") no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
	position:relative;
	top: 3px;
}

#grid_a:hover {
	background:  url("../image/grid_b.png") no-repeat;
}
#list_a:hover {
    background:  url("../image/list_b.png") no-repeat;
}
/* product */
.product-filter {
	border: 1px solid #DDDDDD;
	padding: 20px;
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-filter .display {
	float: right;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #333;
}
.product-filter .limit {
	margin-left: 20px;
	float: left;
	color: #333;
	margin-right: 20px;
}
.product-compare {
	margin-top: 3px;

}
.product-compare a {
	text-decoration: none;
	font-weight: 400;
	color: #7c7c7c;
	border: 1px solid #e1e1e1;
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	-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: #FFC60A;
	border: 1px solid #FFC60A;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px dotted #dcdcdc;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 5px;
}
.product-list .name {
	margin-bottom: 15px;
}
.product-list .name a {
	color: #303030;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: bold;
	-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: #FFC60A;
}
.product-list .description {
	line-height: 20px;
	margin-bottom: 15px;
	color: #a8a8a8;
	font-size: 13px;
}
.product-list .rating {
	color: #7B7B7B;
	margin-bottom: 5px;
}
.product-list .price {
	margin-left: 8px;
	text-align: left;
	color: #ffc60a;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 14px;
}
.product-list .price-new {
	
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #787878;
	text-decoration: none;
	display: block;
	-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 .compare a {
	color: #787878;
	text-decoration: none;
	display: block;
	-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 .compare a:hover, .product-list .wishlist a:hover {
	color: #FFC60A;
}
.product-grid {
	overflow: auto;
	margin-right: -20px;
    width: auto;
}
.product-grid > div {
	width: 213px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	text-align: center;
	margin-right: 20px;
}

.product-grid .image {
	display: block;
	margin-bottom: 0px;
	border-bottom: 1px solid #EBEBEB;
}
.product-grid .image img {
	
}
.product-grid .name a {
	color: #303030;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	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-grid .name a:hover {
	color: #FFC60A;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 10px;
}
.product-grid .price {
	display: block;
	font-weight: 400;
	color: #ffc60a;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 14px;
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	text-align: center;
}
.product-grid .wishlist a {
	color: #787878;
	text-decoration: none;
	display: block;
	text-align: center;
	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-grid .compare a {
	color: #787878;
	text-decoration: none;
	display: block;
	text-align: center;
	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-grid .wishlist a:hover, .product-grid .compare a:hover  {
	color: #FFC60A;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 385px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 370px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	-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 .image-additional img:hover {
	border: 1px solid #FFC60A;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #000000;
}
.product-info .description span {
	color: #000000;
}
.product-info .description a {
	color: #000000;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #FFC60A;
	font-family: 'Roboto', sans-serif;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 16px;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	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;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #787878;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #000000;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}

.product-info .cart input {
	background: #FFFFFF;
    display: inline-block;
    margin: 0 0px 0 8px;
    text-align: center;
}
.wishlist-product {
    background-image: url("../image/wishlist.png");
	height: 25px;
	width: 25px;
	cursor: pointer;
}	
	
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-size: 14px;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-size: 14px;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #000000;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {

}
.compare-info .price-old {

	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #000000;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
}
.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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #000000;
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-size: 14px;
	color: #787878;
	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 */ 
#contact {
	background: #fafafa;
	overflow: auto;
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
}
#contact-holder {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#newsletter {
	background: #303030;
	overflow: auto;
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
}
.newsletter-holder {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact-html1 {
	width: 580px;
	text-align: center;
	float:left;
}
.contact-html2 {
	width: width: 1160px;
	text-align: center;
}
#social {
	background: #292929;
	overflow: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.social-holder {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.facebook-icon, .twitter-icon, .google-icon, .pinterest-icon, .youtube-icon {
	height: 32px;2209
	display: inline-block;
	margin-left: 50px;
	margin-top: 15px;
	line-height: 32px;
	color: #9b9b9b;
	padding-left: 40px;
	-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-top: 6px;
	padding-bottom: 10px;
}
.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;
}

.facebook-icon:hover{
		background: url("../image/facebook-hover.png") no-repeat;
}
.twitter-icon:hover{
		background:  url("../image/twitter-hover.png") no-repeat;
}
.google-icon:hover{
		background:  url("../image/google-hover.png") no-repeat;
}
.pinterest-icon:hover{
		background:  url("../image/pinterest-hover.png") no-repeat;
}
.youtube-icon:hover{
		background:  url("../image/youtube-hover.png") no-repeat;
}
.facebook-icon:hover, .twitter-icon:hover,.google-icon:hover,.pinterest-icon:hover,.youtube-icon:hover {
	color: #f6e798;
}

#footer {
	clear: both;
	overflow: auto;
	padding: 20px;
	background: #1d1d1d;
}
.footer-holder {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none outside none;
	color: #8f8f8f;
    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;
}
#footer .column ul li {
	margin-bottom: 3px;
	line-height: 22px;
}
#footer .column ul li  a:hover {
	color: #f6e798;
	text-decoration: none!important;
}
#footer .column a {
	color: #8f8f8f;
    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;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	text-align: center;
	clear: both;
	background: #1d1d1d;
	padding: 20px;
	border-top: 1px solid #272727;
}
#powered a {
	color: #f6e798;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/*	TG AVADA Custom Banner
/* ---------------------------------------------------------------------- */
.custom-banner-heading {
	color: #222222;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.custom-banner {
	margin-left: -20px;
	display: block;
	clear: both;
	overflow: auto;
	position: relative;
}

.custom-banner .custom-banner-image {
	width: 275px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.custom-banner .custom-banner-image-holder {
	position: relative;
	width: 275px;
	text-align: center;
}

.custom-banner-image .title {
	position: absolute;
	bottom: 4px;
	background: #ec2125;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	max-width: 85px;
	font-weight: 300;
	text-align: center;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	overflow: auto;	
}
.custom-banner .description {
	float: left;
	width: 255px;
	padding: 10px;
	text-align: center;
}

.custom-banner .description p {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------- */
/*	TG AVADA New Collection Banner2
/* ---------------------------------------------------------------------- */
.custom-banner2-heading {
	color: #222222;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.custom-banner2 {
	margin-left: -20px;
	display: block;
	clear: both;
	overflow: auto;
	position: relative;
}

.custom-banner2 .custom-banner2-image {
	width: 275px;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}

.custom-banner2 .custom-banner2-image-holder {
	position: relative;
	width: 275px;
	text-align: center;
}

.custom-banner2-image .title {
	position: absolute;
	top: 20px;
	padding: 5px;
	color: #373737;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	left: 20px;
	overflow: auto;	
}
.custom-banner2 .description {
	position: absolute;
	top: 50px;
	padding: 5px;
	color: #373737;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	left: 20px;
	overflow: auto;	
}


/*
----------------------------------------------------
---------------- TG NEWSLETTER ---------------------
----------------------------------------------------
*/
#site_subcribe {

}
#site_subcribe input {
    background:  #292929;
    border: 1px solid #262626;
	border-bottom: 1px solid #3b3b3b;
    color: #535353;
    height: 40px;
    width: 550px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style: none outside none;
	line-height: 40px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#site_subcribe .button-s {
    cursor: pointer;
    text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	color: #292929;
	background: #f6e798;
	font-size: 14px;
	margin-left: 5px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.erros-newsletter {
    color:#aaaaaa;
	text-align: center;
	margin-top: -10px;
}
.newsletter-holder {
	list-style: none outside none;
	clear: both;
	background: #303030;
	text-align: center;
	padding: 15px 0 0;
	
}
.newsletter-holder .headingtext {
	padding: 10px;
	color: #a8a8a8;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 20px;
}


/*
----------------------------------------------------
------------- CATEGORY ACCORDION -------------------
----------------------------------------------------
*/
.box-category {
	padding-top: 5px;
}

.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: 8px 8px 8px 0px;
}
.box-category > ul > li + li {

}
.content .box-category > ul > li + li {
	border-top: none;
}

.content .box-category {
	padding-top: 0px;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	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: #FFC60A;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color: #FFC60A;
	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: 10px;
	color: #000000;
	font-weight: 300;
	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;
}
.box-category > ul > li ul > li > a:hover {
	color: #FFC60A;
}
.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;
}

/*
----------------------------------------------------
-------------- TG AVADA CART --------------------
----------------------------------------------------
*/
#tg_avada_cart {
	padding: 0px;
	margin: 0px;
}
#tg_avada_cart .empty {
	color: #4D4D4D;
	font-size: 13px;
	padding-top: 10px;
}

.tg_avada_checkout {
	clear: both;
    text-align: right;
}	
#column-right .mini-cart-info td, #column-left .mini-cart-info td {
	padding-left: 0px;
	padding-right: 0px;
}
#column-right .mini-cart-total, #column-left .mini-cart-total {
	border-bottom: none;
	border-top: none;
	padding-right: 0px;
}


/*
----------------------------------------------------
-------------- BOX FOR COLUMNS ---------------------
----------------------------------------------------
*/
.box-column {

}
 .box-column .box-column-heading {
	color: #1b1c1e;
    font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: left;
	border-top: 1px solid #ededed;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}


.box-column-product {
	overflow: auto;
	border-top: none;
	border-bottom: none;
	margin-left: -20px;
	margin-right: -20px;
}
.box-column-product > div {
	width: 211px;
	float: left;
    position: relative;
    text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}
.box-column-product > div:hover {
	background: #FFC60A;
}

.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: #000000;
	font-size: 13px;
	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;
	padding-right: 20px;
}
.box-column-product .name a:hover {
	color: #FFC60A;
	transition: color 350ms ease-in-out 0s;
}
.box-column-product .price {
	display: block;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	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;
}


/* ---------------------------------------------------------------------- */
/*	TG AVADA Responsive
/* ---------------------------------------------------------------------- */
.show-desktop {display: block !important;}
.hide-desktop {display: none !important;}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
		.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: 1199px) {
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;
}
.product-info textarea {
	max-width: 220px;
}
.buttons {
	margin-bottom: 0px;
}
#container {
	width: auto;
}
#notification > div {
	width: 220px;
}


.seperate-border {
	display: none;
}

/*
------------ CheckOut ------------
*/
.checkout-heading {
	font-size: 13px;
}	
/*
------------ Header ------------
*/
	

#header #search {
	width: auto;
	margin: 0px;
}


#layerslider-container {
	margin-top: 0px!important;
}
/*
------------ Main Container ------------
*/		
#container, #container-holder{
	width: auto;
	min-width: 260px;
	padding-left: 5px;
	padding-right: 5px;
}
#menu-holder {
	width: auto;
	min-width: 260px;
	
}
#top-holder, #bottom-holder {
	position: static;
}
#top-holder {
	height: auto;
}
#content, #content-product { min-height: auto;}

select { max-width: 180px; padding-right: 0px; padding-left: 0px;}
#content .content { padding: 10px; }



/*
------------ Layout ------------
*/	
#content {padding: 0px 0px; margin-bottom: 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;
}

.ls-thumbnail-wrapper {
	display: none;
}

.breadcrumb, .breadcrumb a {
	padding-left: 0px;
	width: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

		
/*
------------ Header ------------
*/	

#top-holder  {
	position: static;
	width: auto;
}	
#top-center {
	position: static;
	width: auto;
}	
	
#header {
	text-align: center;	
	height: auto;
	padding-top: 0px;
}
#header #logo  {
	margin-top: 0px;
	position: relative;
	float: none;
	display: inline-block;
	top: 0px;
	left: 0px;
	width: auto;
}
		
#header #welcome {
	position: static;
	width: auto;
	text-align: center;
	float: none;
	color: #FFFFFF;
}
#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: #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 .links a:hover {
	color: #FFC60A;
}
#header .links a + a {
	border: none;
	margin-left: 8px;
}

		
#header #logo {
	float: none;
	margin: 0;
	margin-top: 0px;
	left: 0px;
	position: relative;
}	
#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;
	border: none;
	line-height: 12px;
}

#language {
	float: none;
	position: static;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 12px;
}
	
#header #search {
	width: auto;
	float: none;
}

#header #search input {
	width: auto;
	padding: 0px;
	border: none;
	text-align: center;
	
}

.ls-borderlesslight .ls-bottom-slidebuttons, .ls-borderlesslight .ls-bottom-slidebuttons a, .ls-borderlesslight .ls-nav-sides, .ls-borderlesslight .ls-nav-next, .ls-borderlesslight .ls-nav-prev  {
	display: none!important;
}

/* 
----------- Box Product ---------
*/

.box-product {
	margin: 0px;
}

.box-product > div {
	width: 49%;
	margin-left: 0px;
	margin-right: 0px;
}

.box-product .image img, .box-related-product .image img {
    height: auto;
    max-width: 100%;
}

.box-related-product {
	margin: 0px;
}
.box-related-product > div {
	width: 49%;
	margin-left: 0px;
	margin-right: 0px;
}

/*
------------ Cart ------------
*/		
#header #cart  {
	position: static;
	text-align: center;	
	margin: 0;
	padding: 0;
	min-width: 0px;
	float: none;
}

#header #cart .content {
	min-width: 200px;
	text-align: center;
}
#header #cart .heading {
	float: none;
	background: none!important;
	z-index: 1;
	line-height: 33px;
	padding-bottom: 16px;
	margin: 0;
	border: none;
	padding: 0;
}

#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 0px transparent;
	float: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
}


/*
------------ 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-featured-product > div {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.box-featured-product .image img {
	padding: 0px;
}
.box-featured-product > div:hover {
	border: none;
}
.box-featured-product .image img {
	 height: auto;
    max-width: 100%;
}	
.box-featured-product {
	background: #FFFFFF;
	border: 1px solid #ededed;
	width: auto;
}
		
.category-info .image {
	padding: 0px;
}


	
.product-filter {
	padding-left: 10px;
	padding-right: 10px;
}

.product-filter .display {
	padding: 0;
}


.product-compare {
	
	margin: 0px;
}
.product-compare a{
	margin: 10px;
	clear: both;
	float: left;
}
.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 .image img {
	padding: 0px;
}

.product-grid {
    margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
.product-grid .name a  {
	margin-bottom: 5px;
	min-height: 0px;
}
.product-grid .rating  {
	margin-bottom: 0px;
}
.product-grid .image img, .product-list .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-list > div {
	padding: 0px;
}
.product-list .left {
	margin: 0px;
}
.product-list .wishlist a {
	
}
.product-filter .sort { clear: right }
.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: 5px;
	padding-bottom: 5px;
	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;
}
	
/*
------------ Footer ------------
*/		
.footer-default-holder {
	padding-top: 20px;
}
.footer-holder {
    overflow: auto;
	width: auto;
}
#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: 14px;
}
#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 .rating { margin-right: 0px; }
.product-info .cart, .product-info .review > div { padding: 10px;}
.product-info .options { padding: 0px;}
}