/*
----------------------------------------------------
--- NIXONS MADE BY THEMEGLOBAL.COM OC 1.5.5.1 -----
----------------------------------------------------
*/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	background: url("../image/bgr.jpg") no-repeat scroll center 0 #313538;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #FC6F1A;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
h2 {
	color: #FC6F1A;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a b {
	color: #FC6F1A;
	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: #E9E9E9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    width: 160px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1160px;
}
#column-left {
	float: left;
	width: 235px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 20px;
	padding-top: 0px;
}
#column-right {
	float: right;
	width: 235px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 20px;
	padding-top: 0px;
}
#content {
	margin-bottom: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 295px;
}
#column-right + #content {
	margin-right: 295px;
}
/* header top */
#header-top {
	height: 45px;
	background: #2c241f;
	background: rgba(44, 36, 31, 0.4);
}
.holder-left {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#header-bottom {
	height: 45px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
}
/* header */
#header {
	height: 110px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 57px;
}
#header #text-holder {
	position: absolute;
	right: 0px;
	top: 66px;
}
#language {
	position: absolute;
	top: 8px;
	right: 425px;
	color: #ececec;
	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: #000000;
	width: auto;
	margin-right: 8px;
	z-index: 999;
	height: 28px;

}
#language img {
	cursor: pointer;
	margin-right: 5px;
		margin-top: 8px;
}
#currency {
	position: absolute;
	top: 8px;
	right: 225px;
	color: #ececec;
	line-height: 12px;
	padding-left: 45px;
	padding-right: 10px;
	background: #000000 url("../image/currency.png") no-repeat scroll 10px center;
	width: auto;
	margin-right: 8px;
	z-index: 999;
	height: 28px;
}
#currency a {
	display: inline-block;
	color: #ececec;
	text-decoration: none;
	margin-right: 5px;
	font-size: 11px;
	margin-top: 8px;
	-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: #fc6f1a;
}
#currency  a + a {
	border-left: 1px solid #CCCCCC;
    padding-left: 8px;
}

#currency a b {
	color: #fc6f1a;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	background: #fc6f1a;
	position: relative;
	z-index: 1;
	line-height: 28px;
	margin-top: 8px;
	margin-right: 12px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
    background: url("../image/cart.png") no-repeat scroll left 4px transparent;
    padding-left: 30px;
	height: 28px;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #FC6F1A;
	border-left: 1px solid #FC6F1A;
	border-right: 1px solid #FC6F1A;
	border-bottom: 1px solid #FC6F1A;
	-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: #FFF;
	right: 12px;
}
#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;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
a.viewcart {
    cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	margin-top: 6px;
	background: none repeat scroll 0 0 #FC6F1A;
	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 #FC6F1A;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	padding-bottom: 5px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header-bottom #search {
	position: absolute;
	top: 11px;
	left: 20px;
	width: 298px;
	z-index: 15;
}
#header-bottom .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 22px;
	cursor: pointer;
}
#header-bottom #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: none;
	color: #d2d2d2;
}
#header-bottom #welcome {
	position: absolute;
	right: 20px;
	z-index: 5;
	text-align: right;
	color: #cdcdcd;
	font-size: 11px;
	text-transform: uppercase;
	top: 15px;
}
#header-bottom #welcome a {
	color: #cdcdcd;
	font-size: 11px;
	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;
}
#header-bottom #welcome a:hover {
	color: #FC6F1A;
}

.tg-login {
    background: url("../image/login.png") no-repeat scroll 0 0 transparent;
    padding-left: 19px;
	
}
#header-bottom #welcome a:hover .tg-login {
	background: url("../image/login-hover.png") no-repeat scroll 0 0 transparent;
}
.tg-create {
    background: url("../image/create.png") no-repeat scroll 10px 2px transparent;
    padding-left: 30px;
	border-left: 1px solid #e2e2e2;
	margin-left: 10px;
}
#header-bottom #welcome a:hover .tg-create {
	background: url("../image/create-hover.png") no-repeat scroll 10px 2px transparent;
	
}
#header-top .links {
	font-size: 10px;
	padding-right: 10px;
}
#header-top .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	-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-top .links a:hover {
	color: #fc6f1a;
}
#header-top .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}

/* menu */
#menu {
	background: #fc6f1a;
	height: 37px;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
#notification {
		z-index: 3000;
		position: fixed;
		top: 20px;
		right: 20px;	
		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 #E9E9E9;
	}
	#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;}
	.messages {display: none;}
.breadcrumb {
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.breadcrumb a {
	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;
}
.breadcrumb a:hover {
	color: #FC6F1A;
}

.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 {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	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 {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #A2A2A2;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #3E4245;
	padding: 4px 10px;
	text-decoration: none;
	color: #A2A2A2;
		-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 b {
	display: inline-block;
	border: 1px solid #FC6F1A;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FC6F1A;
}
.pagination .links a:hover {
	border: 1px solid #FC6F1A;
	color: #FC6F1A;
}
.pagination .results {
	float: right;
	padding-top: 6px;
}
/* button */
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

a.button, input.button {
	cursor: pointer;
	color: #FFFFFF!important;
	font-size: 12px;
	font-weight: 300;
	background: #000000;
	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;
	border: none;
	-webkit-appearance: none;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 18px 5px 18px;
}
input.button {
	margin: 0;
	border: none;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

a.button:hover, input.button:hover {
	background: #FC6F1A!important;
}
.buttons {
	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: #FC6F1A;
	color: #FFFFFF;
	
}
.htabs a:hover {
	background: #FC6F1A;
	color: #FFFFFF;
}
.tab-content {
	border: 1px solid #EFEFEF;
	padding: 20px;
	z-index: 2;
	overflow: auto;
	color: #000000;
	margin-bottom: 20px;
}
.tab-content p{
	font-size: 12px;
}
/* box */
.box {
	overflow: auto;
	position: relative;
}
.box .box-heading {
	border-bottom: 1px solid #434343;
    color: #C7C7C7;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#column-left .box .box-heading, #column-right .box .box-heading  {
	border-bottom: none;
    color: #1f1f1f;
    font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: #efeded;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#column-left .box .box-heading-category, #column-right .box .box-heading-category  {
	border-bottom: none;
    color: #FFFFFF;
    font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: #FC6F1A;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: -20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#column-left .box, #column-right .box {
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.box .box-content {
	
}
/* box products */
.box-product {
	position: relative;
	margin-left: -20px;
}
.box-product > div {

}

.box-product .image {
	display: block;
	margin-bottom: 0px;
	font-size: 0px;
}
.box-product .image img {

}
.box-product-holder {
	float: left;
	margin-left: 20px;
	width: 275px;
	margin-bottom: 20px;
}
.box-product .name { 
	background: #1b1c1e;
	padding: 20px;
	clear: both;
		-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-title {
	color: #c5c5c5;
	font-weight: 400;
	font-size: 16px;
}

.box-product .price {
	display: block;
	font-size: 32px;
	color: #b6b6b6;
	margin-bottom: 4px;
	margin-top: 40px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 16px;
}
.box-product .price-new {

}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.box-product .rating img {
	border-top: 1px solid #45494d;
	border-bottom: 1px solid #45494d;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.box-product .description {
	color: #696969;
	font-size: 12px;
	min-height: 60px;
}
.box-product .name:hover  { 
	background: #FC6F1A;
	color: #FFFFFF!important;
}
.box-product .name:hover .description, .box-product .name:hover .price2  { 
	color: #FFFFFF!important;
}
.box-product .price2 {
	display: block;
	font-size: 16px;
	color: #C5C5C5;
	margin-top: 3px;
}
.box-product .price2-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 12px;
}
.box-product-related {
	width: 100%;
	overflow: auto;
}
.box-product-related > div {
	width: 238px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.box-product-related .image {
	display: block;
	margin-bottom: 0px;
}
.box-product-related .image img {
	
}
.box-product-related .name a {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	-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-related .name a:hover {
	color: #FC6F1A;
}
.box-product-related .price {
	display: block;
	color: #000000;
	font-size: 16px;
	margin-bottom: 4px;
}
.box-product-related .price-old {
	color: #F00;
	text-decoration: line-through;
}

.box-product-related .rating {
	display: block;
	margin-bottom: 4px;
}

.box-featured-heading {
    color: #C7C7C7;
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box-featured-product {
	width: 100%;
	overflow: auto;
}
.box-featured-product > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-featured-product > div {
	width: 119px;
}
.box-featured-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-featured-product .image img {

}
.box-featured-product .name a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	-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-featured-product .name a:hover {
	color: #FC6F1A;
}
.box-featured-product .price {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-bottom: 4px;
}
.box-featured-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-featured-product .price-new {
}
.box-featured-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* 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;
	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;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;

}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

#content-search {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#content-product {
	background: #FFFFFF;
	padding: 20px;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.category-info .image {
	float: left;
	margin-right: 20px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-info p {
    color: #a2a2a2;
}
/* manufacturer */
.manufacturer-list {
	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;
}
/* product */
.product-filter {
	background: #3e4245;
	overflow: auto;
	padding: 10px;
	border: 1px solid #292929;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #b3b3b3;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #b3b3b3;
}
.product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #b3b3b3;
}
.product-filter .limit select, .product-filter .sort select{
	background: #3d3e3f;
	border: 1px solid #343434;
	color: #B3B3B3;
}
.product-compare {
	padding-top: 3px;

	
}
.product-compare a {
	text-decoration: none;
	background: #3d3e3f;
	border: 1px solid #343434;
	padding: 2px;
	color: #B3B3B3;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 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;
}
.product-compare a:hover {
	color: #FC6F1A;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {

}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* 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 #FC6F1A;
}
.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: #000000;
}
.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: #000000;
}
.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: none repeat scroll 0 0 #FFFFFF;
    color: #FC6F1A;
    display: inline-block;
    height: 19px;
    margin: 0 0px 0 8px;
    padding: 3px;
    text-align: center;
    width: 30px;
}
.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;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #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: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #f1f1f1;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #f1f1f1;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	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 #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 #E9E9E9;
}
.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 #E9E9E9;
	padding: 8px;
	font-size: 14px;
	color: #000000;
	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: #000000;
	font-size: 14px;
	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 {
	clear: both;
	overflow: auto;
	min-height: 100px;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	background: #1e1e1e;
	text-align: center;
	clear: both;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #5e5e5e;
}
.powered-border {
	background: url("../image/powered-border.png") repeat-x;
	height: 2px;
}
/*
----------------------------------------------------
--------------- TG BACK TO TOP ---------------------
----------------------------------------------------
*/

#back-top {

	
}
#back-top a {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #e3e3e3;
	-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: 14px;
	font-weight: 400;
}
#back-top a:hover {
	color: #FC6F1A;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 41px;
	display: block;
	background:  url("../image/backtotop.png") no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	-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-top: -61px;
	padding-bottom: 20px;
}
#back-top a:hover span {
	background:  url("../image/backtotophover.png") no-repeat center center;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

#footer .social-holder {
	text-align: center;
	background: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 25px;
	color: #999999;
}
#footer .social-holder p{
	margin: 0px;
}

#footer .social-border {
	border-top: 4px solid #FC6F1A;
	width: 110px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.facebook-icon, .twitter-icon, .google-icon, .pinterest-icon, .youtube-icon {
	height: 32px;
	width: 32px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 15px;
}
.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;
}

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

}
#site_subcribe input {
    background:  #292929;
    border: 1px solid #262626;
    color: #A7A7A7;
    height: 36px;
    width: 300px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style: none outside none;
	line-height: 36px;
}

#site_subcribe .button-s {
    cursor: pointer;
    text-transform: uppercase;
	padding: 8px 20px 8px 20px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background: #fc6f1a;
	font-size: 14px;
	margin-left: 2px;
}

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

/*
----------------------------------------------------
------------- TG NIXONS FOOTER -------------------
----------------------------------------------------
*/
.footer-default-holder {
	background: #272727;
	overflow: auto;
	padding: 20px;
	padding-top: 40px;
}
.footer-default-border {
	background: url("../image/footer-border.png") repeat-x;
	height: 2px;
}
#footer h3 {
    color: #FFFFFF;
    font-size: 14px;
	font-weight: 400!important;
	text-transform: uppercase;
	margin-bottom: 22px;
}
 .column_3:first-child {
	margin-left: 0px;
}
 .column_3 {
  	float: left !important;
    width: 210px !important;
	margin-left: 20px;
	list-style: none;
	padding-right: 10px;
}

 .column_3 p, .column_6 p {
	color: #8F8F8F;
	line-height: 21px;
    text-align: justify;
	margin-top: 20px;
}

 .column_3 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
 .column_3 ul {
	list-style: none;
	margin-left: 0;
    margin-top: 0;
    padding-left: 0;
	color: #8f8f8f;
}

#footer-inner .column_3 li {
	list-style: none;
}

 .header_3 {
    margin-right: 20px !important;
    width: 220px !important;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
	list-style: none;
	text-transform: uppercase;
	font-weight: 400;
}

 .column_6 {
  	float: left !important;
    width: 220px !important;
	list-style: none;
	margin-right: 20px;
}

 .column_6 p, .column_6 p {
	color: #8F8F8F;
	line-height: 21px;
    text-align: justify;
}

 .column_6 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
 .column_6 ul {
	list-style: none;
	margin-left: 0;
    margin-top: 0;
    padding-left: 0;
	color: #8F8F8F;
}

#footer-inner .column_6 li {
	list-style: none;
}

 .header_6 {
    margin-right: 20px !important;
    width: 220px !important;
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
	list-style: none;
	text-transform: uppercase;
	font-weight: 400;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none outside none;
}
#footer .column ul li {
	margin-bottom: 8px;
}
#footer .column ul li  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 ul li  a:hover {
	background: url("../image/footer-list-hover.png") no-repeat scroll left 7px transparent;
	color: #FC6F1A;
	text-decoration: none!important;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}

#footer .column_1 {
	float: left;
	width: 220px;
	min-height: 100px;
}
#footer .column_1 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none outside none;
}
#footer .column_1 ul li {
	margin-bottom: 8px;
}
#footer .column_1 ul li  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_1 ul li  a:hover {
	background: url("../image/footer-list-hover.png") no-repeat scroll left 7px transparent;
	color: #FC6F1A;
}
#footer .column_1 a {
	text-decoration: none;
	color: #000;
}

#footer .column_2 {
	float: left;
	width: 164px;
	min-height: 100px;
}
#footer .column_2 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none outside none;
}
#footer .column_2 ul li {
	margin-bottom: 8px;
}
#footer .column_2 ul li  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_2 ul li  a:hover {
	background: url("../image/footer-list-hover.png") no-repeat scroll left 7px transparent;
	color: #FC6F1A;
}
#footer .column_2 a {
	text-decoration: none;
	color: #000;
}

/* Tg SuperFish Menu */
#tg-menu {
  height: 52px;
  display: block;
  background: #FC6F1A;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: 1.0;
	margin-bottom: 1em;    
	
}
.sf-menu ul {  
	width: 220px;   /* left offset of submenus need to match (see below) */	
	position:	absolute;
	top: -999em;
	border: none;
}
.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;
	text-decoration: none;	
}
.sf-menu-home { 
	background: url("../image/home.png") no-repeat scroll center 14px #000000;
	height: 12px;
	width: 32px;
}

.sf-menu li  a.sf-menu-home:hover {
	background: url("../image/home.png") no-repeat scroll center 14px #000000!important;
}

.sf-menu a{ /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 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;
}
.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: #FFFFFF;
}
.sf-menu li:hover a {
	background: #303030;
}
.sf-menu ul > li > a {
	color: #333333!important;
}

.sf-menu ul > li > a:hover {
	color: #0bb3f3!important;
}
.sf-menu ul li> a {
	color: #ababab!important;
	text-transform: none;
	font-size: 13px;
	border-top: 1px solid #3D3D3D;
}
.sf-menu ul li:hover > a {
	color: #FC6F1A!important;
}
.sf-menu li:hover, .sf-menu li.sfHover { 
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 20px;
	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: 23px;
	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.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 { 
  top: 15px;
}
.sf-menu ul a > .sf-sub-indicator { 
  background:	url('../image/arrows-down-sub.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-sub-hover.png') no-repeat 0px 0px;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ---------------------------------------------------------------------- */
/*	TG NIXONS Custom Banner
/* ---------------------------------------------------------------------- */
.custom-banner-heading {
	font-size: 20px;
	text-transform: uppercase;
	color: #c7c7c7;
	padding-bottom: 5px;
	border-bottom: 1px solid #434343;
	margin-bottom: 25px;
}
.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 .title {
	position: absolute;
	top: 0px;
	background: #FFFFFF;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	padding: 5px;
	color: #323639;
	font-size: 18px;
	max-width: 265px;
	font-weight: 300;
}
.custom-banner .description {
	float: left;
	width: 255px;
	background: #FFFFFF;
	padding: 10px;
	text-align: center;
	margin-top: -4px;
}

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

/* ---------------------------------------------------------------------- */
/*	TG FEATURED MODULE
/* ---------------------------------------------------------------------- */
.overflow {
    overflow: hidden;
}
.element {

    transform: translate(0px, 0px);
}
.clear { clear: both; }
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }/* ----- clear fix for floats ----- */
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }/* hides clearfix from IE-mac */
.clearfix { display:block; }/* end hide from IE-mac */

.images img {width:100%; display: block; z-index:9 }
.infos {width:273px; top:0; left:0px; border:0; padding:0;z-index:1; position: absolute; border: 1px solid #434343; text-align: center;height: 250px;}
.movable-content {z-index:11; position:relative; width:275px;}

.infos .addtocart {
	position: absolute;
	bottom: 30px;
	left: 40px;
	background: url("../image/addtocart.png") no-repeat;
	height: 55px;
	width: 55px;
}
.infos .addtocart:hover {
	background: url("../image/addtocart-hover.png") no-repeat;
}
.infos .addtowishlist {
	position: absolute;
	bottom: 30px;
	left: 109px;
	background: url("../image/addtowishlist.png") no-repeat;
	height: 55px;
	width: 55px;
}
.infos .addtowishlist:hover {
	background: url("../image/addtowishlist-hover.png") no-repeat;
}
.infos .addtocompare {
	position: absolute;
	bottom: 30px;
	right: 40px;
	background: url("../image/addtocompare.png") no-repeat;
	height: 55px;
	width: 55px;
}
.infos .addtocompare:hover {
	background: url("../image/addtocompare-hover.png") no-repeat;
}

.col1-3 { width:275px; position:relative;}
.col1-3.border { width:298px; height:298px; margin:10px; position:relative; border:1px solid #47484b; }
.col1-3.clients {background:none }



/*
------------ TOOLTIP ------------
*/

.tf-tooltip {
	position: absolute;
	z-index: 10000;
	font-size: 12px;
	line-height: 12px;
	background-color: #FFFFFF;
	color: #1B1C1E;
	padding: 8px 12px;
	margin-top: -10px;
	}

.tf-tooltip:after {
	position: absolute;
	bottom: -8px;
	z-index: 10000;
	left: 50%;
	margin-left: -4px;
	width: 0px;
	height: 0px;
	content: '\00a0';
	border: 4px solid transparent;
	border-top-color: #FFFFFF;	
}

/*
----------------------------------------------------
------------- 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: #FC6F1A;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color: #FC6F1A;
	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: #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: #FC6F1A;
}
.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 nixons CART --------------------
----------------------------------------------------
*/
#tg_nixons_cart {
	padding: 0px;
	margin: 0px;
}
#tg_nixons_cart .empty {
	color: #000000;
	font-size: 13px;
	font-weight: 300;
}

.tg_nixons_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 {
	border-bottom: none;
    color: #1f1f1f;
    font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: #efeded;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}


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

.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: #FC6F1A;
	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 NIXONS 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;
}
.buttons {
	margin-bottom: 0px;
}
#container {
	width: auto;
}
#notification > div {
	width: 220px;
}


a.button, input.button, input.tg-button {
	padding: 5px 10px!important;
}
/*
------------ CheckOut ------------
*/
.checkout-heading {
	font-size: 13px;
}	
/*
------------ Header ------------
*/
	
.holder-left {
	float: none;
	width: auto;
	margin: 0px;
	padding-top: 10px;
}	
#header #text-holder {
	position: static;
}

#header #search {
	width: auto;
}
/*
------------ Main Container ------------
*/		
#container{
	width: auto;
	min-width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}

#content, #content-product { min-height: auto;}
#content-wrapper-home , #content-wrapper, #category-page-holder  {
	width: auto;
	min-width: 260px;
	padding-left: 0px;
	padding-right: 0px;
}
#content-wrapper {
	padding-top: 10px;
}
select { max-width: 230px; padding-right: 0px; padding-left: 0px;}
#content .content { padding: 0; }



/*
------------ 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;
}

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

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

		
/*
------------ Header ------------
*/		
	
#header {
	text-align: center;	
	height: auto;
	padding-top: 0px;
}
#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: #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: #fc6f1a;
}
#header .links a + a {
	border: none;
	margin-left: 8px;
}

		
#header #logo {
	float: none;
	margin: 0;
	margin-top: 10px;
}	
#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-bottom #search input {
	width: auto;
}

#header-bottom {
	margin-bottom: 10px;
}

#header-bottom #search {
	width: auto;
}


/* 
----------- 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;
	min-width: 0px;
}

#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 0 transparent;
	float: none;
	text-align: center;
	padding-top: 0px;
	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-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 {
	float: left;
	margin-right: 0px;
	padding: 0px;
}
	
.product-filter {
	padding-left: 10px;
	padding-right: 10px;
}

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


.product-compare {
	float: right;
	margin: 0px;
}
.product-compare a{
	margin: 0px;
}
.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;
	background: #FFFFFF;
	margin-left: 0px;
	border: 1px solid #EDEDED;
	clear: both;
}
.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-list > div {
	padding: 0px;
}
.product-list .left {
	margin: 0px;
}
.product-list .wishlist a {
	margin-left: 15px;
}
.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: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;
}
	
/*
------------ Footer ------------
*/		
.footer-default-holder {
	padding-top: 20px;
}
#footer {
    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; 
}

#footer .column ul li a, #footer .column ul li a:hover {
	background: none;
	padding-left: 0px;
}	
#footer .column_1 ul li a, #footer .column_1 ul li a:hover {
	background: 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;}












/*
----------------------------------------------------
--- NIXONS MADE BY THEMEGLOBAL.COM OC 1.5.5.1 -----
----------------------------------------------------
*/