/* 
 * Last update: 26/08/2013 10:03
 */

html, body {
	margin:0;
	padding:0;
	font-family: "Arial", sans-serif;
}

body {
	color:#777;
	font-size:12px;
	line-height:160%;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	padding:0;
	margin:12px 0 15px 0;
}

fieldset {
	padding:.5em;
	border:1px solid #444;
}

small {
	font-size:.85em;
}

.primary-define img {
	max-width:100%;
}

.primary-define input,
.primary-define select,
.primary-define textarea {
	color:#777;
	padding:3px 0;
	max-width:100%;
	font-size:15px;
	text-indent:10px;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
}

.primary-define textarea {
	padding:5px;
	text-indent:0;
	max-width:97%;
}

.primary-define input[type*="file"] {
	font-family:Arial, Helvetica, sans-serif;
}

.primary-define input[type*="radio"],
.primary-define input[type*="checkbox"] {
	top:1px;
	margin:0;
	border:none;
	position:relative;
}

.primary-define select {
	padding:3px;
	text-indent:0;
	cursor:pointer;
}

.primary-define label {
	cursor:pointer;
}
/* =============== DEFAULT HTML - CLEARING =============== */
.primary-define .clearbreak {
	clear:both;
}

.primary-define .clearafter:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}
/* =============== DEFAULT HTML - GRID LAYOUT =============== */
.primary-define .grid-2 {
	float:left;
	width:46.95%;
	margin:0 1.5%;
}

.primary-define .grid-3 {
	float:left;
	width:30.3%;
	margin:0 1.5%;
}

.primary-define .grid-4 {
	float:left;
	width:21.975%;
	/*width:17%;*/
	margin:0 1.5%;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
.primary-define h1,
.primary-define h2,
.primary-define h3,
.primary-define h4,
.primary-define h5,
.primary-define h6 {
	color:#555;
	line-height:120%;
	font-weight:400;
}

.primary-define h1 {
	color: #545454;
	font-size: 28px;
	padding-bottom: 25px;
	margin: 25px 0 5px 0;
	background: url(../image/backgrounds/bg-double-line-grey.png) left bottom repeat-x;
}

.primary-define h2 {
	font-size:24px;
	margin:15px 0 10px 0;
}

.primary-define h3 {
	margin:0.3em 0;
	font-size:17px;
}

.primary-define h4 {
	margin:0.3em 0;
	font-size:1.25em;
}

.primary-define h5,
.primary-define h6 {
	margin:0.3em 0;
	font-size:1.1em;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
.primary-define a {
	outline:none;
	cursor:pointer;
	text-decoration:none;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define a:hover {
	text-decoration:underline;
}

.primary-define a img {
	border:none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
.primary-define ul li {
	padding:0;
	margin:0.3em 0 0.3em 1.6em;
}

.primary-define ol li {
	padding:0;
	margin:0.3em 0 0.3em 2em;
}
/* =============== DEFAULT HTML - ICONS =============== */
.primary-define [class*="icon-"] {
	line-height:20px;
	padding-left:22px;
	display:inline-block;
}

.primary-define .icon-grid {
	background: url(../image/icons/icon-grid.png) left center no-repeat;
}

.primary-define .icon-list {
	background: url(../image/icons/icon-list.png) left center no-repeat;
}

.primary-define .icon-wishlist-white {
	background: url(../image/icons/icon-wishlist-white.png) left top no-repeat;
}

.primary-define .icon-wishlist-grey {
	background: url(../image/icons/icon-wishlist-grey.png) left 2px no-repeat;
    /*color: #FFF;*/
}

.primary-define .details .icon-wishlist-grey {
	background-image: none !important;
    padding-left:0;
	text-transform:uppercase;
	font-size:12px;
}

.primary-define .wishlist .icon-wishlist-grey:hover {
	/*background: url(../image/icons/icon-wishlist-white.png) left 2px no-repeat;*/
}

.primary-define .icon-wishlist-top {
	background: url(../image/icons/icon-wishlist-grey.png) left 2px no-repeat;
    color: #FFF;
}

.primary-define .icon-compare-grey {
	background: url(../image/icons/icon-compare-grey.png) left top no-repeat;
}

.primary-define .icon-compare {
	background: url(../image/icons/icon-compare.png) left center no-repeat;
}

.primary-define .icon-grid-grey {
	background: url(../image/icons/icon-grid-grey.png) left center no-repeat;
}

.primary-define .icon-list-grey {
	background: url(../image/icons/icon-list-grey.png) left center no-repeat;
}

.primary-define .icon-cart-grey {
	background: url(../image/icons/icon-cart-grey.png) left 1px no-repeat;
}

.primary-define .icon-cart-white {
	background: url(../image/icons/icon-cart-white.png) left 1px no-repeat;
}

.primary-define .icon-user-white {
	background: url(../image/icons/icon-user.png) left 2px no-repeat;
}

.primary-define .icon-checkout-white {
	background: url(../image/icons/icon-checkout-white.png) left top no-repeat;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.primary-define .button {
	color:#555;
	border:none;
	text-indent:0;
	cursor:pointer;
	font-size:13px;
	font-weight:normal;
	padding:9px 15px;
	display:inline-block;
	border:1px solid #ddd;
	background-color:#fff;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define .button:hover {
	color:#fff;
	text-decoration:none;
}

.primary-define .button.highlight {
	color:#fff;
}

.primary-define .button.highlight:hover {
	border-color:#777;
	background-color:#777;
}
/* LAYOUT */
.primary-define .wrapper {
	width:1120px;
	margin:0 auto;
}

.primary-define #column-left {
	float:left;
	width:240px;
}

.primary-define #column-right {
	float:right;
	width:240px;
}

.primary-define #column-left + #content,
.primary-define #column-right + #content {
	float:left;
	width:820px;
}

.primary-define #column-left + #content {
	margin-left:60px;
}

.primary-define #column-right + #content {
	margin-right:60px;
}

.primary-define #column-left + #column-right + #content {
	width:520px;
}

.primary-define #content form {
	margin:0;
}
/* HEADER */
.primary-define #header {
	z-index:2;
	/*padding-top:3px;*/
	text-align:right;
	position:relative;
}

.primary-define #header #topbar {
	padding: 1px 0;
	font-size: 12px;
	position: relative;
	background-image: url(../image/backgrounds/bg-overlay.png);
}

.primary-define #header #toppanel {
	padding:25px 0;
}

.primary-define #topbar .wrapper {
	padding:9px 0;
}

.primary-define #topbar form {
	margin:0;
	float:left;
}

.primary-define #topbar #welcome a {
	font-weight:700;
}

.primary-define #topbar #welcome a:hover {
	color:#A63737;
}

.primary-define #topbar .links {
	float:left;
	color:#994300;
	/*margin-top:2px;*/
}

.primary-define #topbar .links a {
	/*opacity:0.7;*/
	margin-left:15px;
	/*text-decoration:none;*/
}

.primary-define #topbar .links a:hover {
	/*opacity:1;*/
	color:#fff;
}

.primary-define #topbar #language {
	margin-right:15px;
}

.primary-define #topbar #language br {
	display:none;
}

.primary-define #topbar #language img {
	cursor:pointer;
	margin-left:5px;
	vertical-align:middle;
}

.primary-define #topbar #currency a {
	color:#fff;
	padding:0 6px;
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.primary-define #topbar #currency a:first-child {
	margin-left:5px;
}

.primary-define #topbar #currency a.current {
	background-color:#555;
}

.primary-define #toppanel #logo {
	float:left;
	margin:8px 0;
}

.primary-define #toppanel #search {
	position: relative;
    top: 25px;
	float:right;
	text-align:left;
	margin:25px 50px 0 0;
}

.primary-define #toppanel #search-inner {
	margin-right:40px;
	position:relative;
	display:inline-block;
}

.primary-define #toppanel #search input {
	margin:0;
	height:22px;
	padding:7px;
	border-right: none;
	outline:none;
	text-indent:0;
	background-color:#fff;
	width:230px;
}

.primary-define #toppanel #search .button-search {
	top: 0;
	width: 40px;
	right: -40px;
	height: 36px;
	border: none;
	cursor: pointer;
	position: absolute;
	background: url(../image/icons/icon-search.png) center center no-repeat;
	border: 1px solid #ddd;
	border-left: none;
}

.primary-define #header #cart {
	float:right;
	text-align:left;
	position:relative;
	top: 43px;
	padding:10px 10px 10px 20px;
	transition:background-color 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-moz-transition:background-color 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-webkit-transition:background-color 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
}

/*.primary-define #header #cart.active {
	background-color:rgb(51, 51, 51);
	background-color:rgba(51, 51, 51, 0.96);
}*/

/*.primary-define #header #cart.active .heading a {
	color: #FFF;
}*/

.primary-define #header #cart .heading {
	line-height: 20px;
	cursor: pointer;
	padding-left: 35px;
	text-align: center;
	background: url(../image/icons/icon-cart.jpg) left center no-repeat;
}

/*.primary-define #header #cart.active .heading {
	background: url(../image/icons/icon-basket.png) left center no-repeat;
}*/

.primary-define #header #cart .heading h4 {
	display:none;
}

.primary-define #header #cart .heading a {
	color:#A63737;
	font-size:15px;
	padding:5px 10px;
	display:inline-block;
	text-decoration:none;
}

.primary-define #header #cart .content {
	right:0;
	top:100%;
	z-index:3;
	width:380px;
	overflow:hidden;
	position:absolute;
}

.primary-define #header #cart .inner {
	color:#ccc;
	padding:10px;
	margin-top:-999px;
	background-color:rgb(51, 51, 51);
	background-color:rgba(51, 51, 51, 0.96);
	transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-moz-transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-webkit-transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
}

.primary-define #header #cart.active .inner {
	margin-top:0;
}

.primary-define .mini-cart-total {
	margin-top:2px;
}

.primary-define .mini-cart-info td {
	padding:5px;
	text-align:center;
	border-bottom:1px solid #252525;
}

.primary-define .mini-cart-info .name {
	text-align:left;
}

.primary-define .mini-cart-info .name a {
	color:#ccc;
}

.primary-define .mini-cart-info .name a:hover {
	color:#fff;
}

.primary-define .mini-cart-info .name span {
	display:block;
	font-size:11px;
}

.primary-define .mini-cart-info .total {
	color:#CCC;
}

.primary-define .mini-cart-info .remove img {
	cursor:pointer;
	vertical-align:baseline;
}

.primary-define .mini-cart-total table {
	padding:5px 0;
	border-bottom:1px solid #252525;
}

.primary-define .mini-cart-total td {
	padding:2px 0;
}

.primary-define .mini-cart-total .total {
	color:#CCC;
	text-align:right;
}

.primary-define #header #cart .checkout {
	text-align:center;
	margin:15px 0 10px 0;
}

.primary-define #header #cart .checkout a {
	border-color:#000;
	background-color:#000;
}

.primary-define #header #cart .checkout a:hover {
	border-color:#222;
	background-color:#222;
}

.primary-define #header #cart .empty {
	padding:50px 0;
	text-align:center;
}
/* CONTAINER */
.primary-define #container {
	z-index:1;
	position:relative;
}
/* MENU */
.primary-define #menu {
	text-align:left;
	border-top:1px solid rgb(255, 255, 255);
	border-top:1px solid rgba(255, 255, 255, 0.15);
	border-bottom:1px solid rgb(255, 255, 255);
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
}

.primary-define .mainmenu {
	margin:0;
	padding:0;
	list-style-type:none;
}

.primary-define .mainmenu li {
	margin:0;
	padding:0;
	position:relative;
}

.primary-define .mainmenu > li {
	float:left;
}

.primary-define .mainmenu > #btn-mobile-toggle {
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	display:none;
	cursor:pointer;
	background:none;
	position:absolute;
}

.primary-define .mainmenu > li > a,
.primary-define .mainmenu li a {
    font-size:14px;
	color:#666;
	display:block;
	/*padding:10px 20px;*/
	padding:15px 20px;
	text-decoration:none;
    text-transform:uppercase;
	font-family: 'Roboto Slab', sans-serif;
}

.primary-define .mainmenu > li > a {
	line-height:110%;
	/*font-weight:600;*/
}

.primary-define .mainmenu > li.sale > a {
	color:#B0171F;
}

.primary-define .mainmenu > li:hover,
.primary-define .mainmenu > li.active,
.primary-define .mainmenu > li:hover > a,
.primary-define .mainmenu > li.active > a {
	background: url(../image/backgrounds/bg-overlay.png);
	background-color: #111;
	color: #FFF;
}

.primary-define .mainmenu li .dropdown-container {
	top:100%;
	overflow:hidden;
	position:absolute;
}

.primary-define .mainmenu li .dropdown {
	margin-top:-999px;
	transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-moz-transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-webkit-transition:margin-top 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
}

.primary-define .mainmenu li:hover .dropdown {
	margin-top:0;
}

.primary-define .mainmenu ul {
	margin:0;
	float:left;
	color:#ccc;
	width:200px;
	list-style-type:none;
}

.primary-define #container {
	z-index:1;
	padding-top:30px;
	position:relative;
	border-bottom:1px solid transparent;
	background:#fff url(../image/backgrounds/bg-overlay-dark.png) top left repeat-x;
}
/* BREADCRUMB */
.primary-define .breadcrumb {
	font-size: 14px;
	line-height: 120%;
	padding: 17px 0 25px 0;
	text-transform: uppercase;
	background: url(../image/backgrounds/bg-overlay-dark.png) left bottom repeat-x;
}

.primary-define .breadcrumb a {
	color: #999;
	margin-left: -15px;
	padding-left: 30px;
	text-decoration: none;
	background: #fff url(../image/icons/icon-forward-grey.png) 7px center no-repeat;
}

.primary-define .breadcrumb a:first-child {
	margin-left:0;
	padding-left:0;
	background:none;
}
/* NOTIFICATIONS */
.primary-define .success,
.primary-define .warning,
.primary-define .attention,
.primary-define .information {
	color:#555555;
	margin-bottom:15px;
	padding:10px 10px 10px 33px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.primary-define .success {
	background: #EAF7D9 url(../../default/image/success.png) 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.primary-define .warning {
	background: #FFD1D1 url(../../default/image/warning.png) 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.primary-define .attention {
	background: #FFF5CC url(../../default/image/attention.png) 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.primary-define .success .close,
.primary-define .warning .close,
.primary-define .attention .close,
.primary-define .information .close {
	float:right;
	cursor:pointer;
	margin:7px 4px 0 0;
}

.primary-define .required {
	color:#FF2626;
	margin-right:1px;
}

.primary-define .error {
	display:block;
	color:#FF0000;
}

.primary-define .help {
	color:#999;
	font-size:10px;
	font-weight:400;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
}
/* TABLE */
.primary-define table.form {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

.primary-define table.form td {
	padding:4px;
}

.primary-define table.form td:first-child {
	font-size:15px;
	white-space:nowrap;
}

.primary-define table.form td select,
.primary-define table.form td input[type*="text"],
.primary-define table.form td input[type*="password"] {
	width:100%;
}

.primary-define table.form td input[name*="postcode"] {
	width:auto;
}

.primary-define .left > table.form td,
.primary-define .right > table.form td {
	display:block;
}

.primary-define table.list {
	width:100%;
	margin-bottom:15px;
	border-collapse:collapse;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
}

.primary-define table.list td {
	padding:7px;
}

.primary-define table.list td {
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

.primary-define table.list td.name {
	text-align:left;
}

.primary-define table.list .right {
	text-align:right;
}

.primary-define table.list thead td {
	font-weight:700;
	border-bottom:1px solid #e3e3e3;
}

.primary-define table.list tbody td {
	vertical-align:middle;
	border-bottom:1px solid #e3e3e3;
}

.primary-define table.list tbody tr .vendor {
	/*background: #fff url(../image/backgrounds/bg-overlay-dark.png) top left repeat;*/
	background-color: #EEE;
}

.primary-define table.list tbody td.quantity input[type='text'] {
	min-width:35px;
}

.primary-define table.list tbody td.quantity input[type='image'],
.primary-define table.list tbody td.quantity img {
	top:4px;
	padding:0;
	border:none;
	position:relative;
	background-color:#fff;
}

.primary-define table.list tbody td.price,
.primary-define table.list tbody td.total {
	color:#C64132;
}

.primary-define table.list tbody span.stock {
	color:#F00;
	font-weight:700;
}

.primary-define table.radio {
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
}

.primary-define table.radio td {
	padding:5px;
	vertical-align:top;
}

.primary-define table.radio td label {
	display:block;
}

.primary-define table.radio tr td:first-child {
	width:1px;
}

.primary-define table.radio tr td:first-child input {
	margin-top:1px;
}

.primary-define .pagination {
	margin:10px 0;
	text-align:center;
}

.primary-define .pagination .links {
	padding:20px 0 10px 0;
}

.primary-define .pagination .links a,
.primary-define .pagination .links b {
	color:#fff;
	width:32px;
	height:18px;
	margin:0 1px;
	font-size:15px;
	line-height:18px;
	position:relative;
	text-decoration:none;
	display:inline-block;
	background-color:#ddd;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define .pagination .links a:before,
.primary-define .pagination .links b:before {
	left:0;
	top:-9px;
	width:0;
	height:0;
	content:"";
	position:absolute;
	/*border-bottom:9px solid #ddd;
	border-left:16px solid transparent;
	border-right:16px solid transparent;*/
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define .pagination .links a:after,
.primary-define .pagination .links b:after {
	left:0;
	bottom:-9px;
	width:0;
	content:"";
	position:absolute;
	/*border-top:9px solid #ddd;
	border-left:16px solid transparent;
	border-right:16px solid transparent;*/
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
/* BUTTONS */
.primary-define .buttons {
	border-top:1px solid #e3e3e3;
}

.primary-define .buttons:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define .buttons .left {
	float:left;
	text-align:left;
}

.primary-define .buttons .right {
	float:right;
	text-align:right;
}

.primary-define .buttons .center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.primary-define .buttons .button {
	color:#fff;
	margin:10px 0;
}

.primary-define .buttons .button:hover {
	border-color:#777;
	background-color:#777;
}
/* TABS */
.primary-define .htabs {
	margin-top:30px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
}

.primary-define .htabs a {
	float:left;
	display:none;
	font-size:15px;
	font-weight:700;
	padding:15px;
	text-align:center;
	text-decoration:none;
}

.primary-define .htabs a.selected {
	color:#fff;
}

.primary-define .tab-content {
	z-index:2;
	padding:20px 0;
	font-size:13px;
}

.primary-define .tab-content b,
.primary-define .tab-content strong {
	color:#444;
}

.primary-define .tab-content input[type*="radio"],
.primary-define .tab-content input[type*="checkbox"] {
	vertical-align:baseline;
}

.primary-define .tab-content .clearafter strong {
	float:left;
	width:200px;
	margin:5px 0;
}

.primary-define .tab-content .captcha-field .left,
.primary-define .tab-content .captcha-field .right {
	float:left;
}
/* BOX */
.primary-define .box {
	margin-bottom:30px;
}

.primary-define .box-heading {
	color: #555;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
	padding: 10px 0 30px 0;
	text-transform: uppercase;
	background: url(../image/backgrounds/bg-overlay-dark.png) left bottom repeat-x;
}

/* BOX - OUTSIDE CONTENT */
.primary-define #column-left .box-heading,
.primary-define #column-right .box-heading {
	margin-bottom:0;
}
/* BOX PRODUCTS */
.primary-define .box-product > div {
	position:relative;
	vertical-align:top;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define .box-product .image {
	min-width:185px;
	min-height:185px;
}

.primary-define .box-product .image img {
	vertical-align:middle;
}

.primary-define .box-product .image .no-image {
	display:block;
	text-align:center;
}

.primary-define .box-product .image .no-image img {
	width:80px;
	height:80px;
}

.primary-define .box-product .price div {
	/*font-weight:600;*/
	line-height:120%;
	/*letter-spacing:-1px;*/
}

.primary-define .box-product .special-price .price-old {
	text-decoration:line-through;
}

.primary-define .box-product .special-price .price-fixed {
	display:block;
	/*margin-bottom:-4px;*/
}

.primary-define .box-product .price-tax {
	display:none;
}

.primary-define .box-product .name a {
	color:#555;
	font-size:14px;
	text-transform:uppercase;
	/*font-weight:700;*/
	text-decoration:none;
}

.primary-define .box-product .rating {
	margin-top:5px;
}

.primary-define .box-product .rating img {
	vertical-align:middle;
}

.primary-define .box-product .wishlist a {
	z-index:1;
	position:relative;
	/*background-color: #A63737;
	border:1px solid #A63737;*/
	color:#555;
	border:1px solid #ddd;
	background-color:#fff;
	bottom:2px;
}

.primary-define .box-product .wishlist a:hover {
	border-color: #777;
	background-color: #777;
	color:#FFF;
}

.primary-define .box-product .wishlist a:before {
	top:0;
	left:0;
	width:0;
	content:'';
	z-index:-1;
	height:100%;
	position:absolute;
	/*transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;*/
}

/*.primary-define .box-product > div:hover .wishlist a:before {
	width:100%;
	border-color: #777;
	background-color: #777;
}*/

.primary-define .box-product > div:active .wishlist a:before {
	width:100%;
}

.primary-define .box-product > div:hover .wishlist span {
	/*color: #fff;*/
	/*background-image: url(../image/icons/icon-wishlist-white.png);*/
}

.primary-define .box-product > div:hover .details {
	opacity:1;
	visibility:visible;
}

/*.primary-define .box-product .wishlist a,*/
.primary-define .box-product .compare a {
	color:#555;
	text-decoration:none;
}
/* BOX PRODUCTS - OUTSIDE CONTENT */
.primary-define #column-left .box-product:after,
.primary-define #column-right .box-product:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define #column-left .box-product > div,
.primary-define #column-right .box-product > div {
	margin:0;
	float:left;
	border:none;
	display:block;
	padding:12px 0;
	text-align:left;
	width:100% !important;
	border-bottom:1px solid #eee;
	box-shadow:none;
}

.primary-define #column-left .box-product > div > div,
.primary-define #column-right .box-product > div > div {
	min-width:0;
	margin-left:95px;
}

.primary-define #column-left .box-product > div:before,
.primary-define #column-right .box-product > div:before {
	display:none;
}

/*.primary-define #column-left .box-product .cart,*/
.primary-define #column-left .box-product .wishlist,
.primary-define #column-left .box-product .compare,
/*.primary-define #column-right .box-product .cart,*/
.primary-define #column-right .box-product .wishlist,
.primary-define #column-right .box-product .compare {
	display:none;
}

.primary-define #column-left .box-product .image,
.primary-define #column-right .box-product .image {
	margin:0;
	padding:0;
	float:left;
	min-width:0;
	min-height:0;
	border:none;
	text-align:center;
}

.primary-define #column-left .box-product .image a,
.primary-define #column-right .box-product .image a,
.primary-define #column-left .box-product .image .no-image,
.primary-define #column-right .box-product .image .no-image {
	width:auto !important;
	line-height:normal !important;
}

.primary-define #column-left .box-product .image img,
.primary-define #column-right .box-product .image img {
	transform:none;
}

.primary-define #column-left .box-product .name,
.primary-define #column-right .box-product .name {
	margin-top:5px;
	width:auto !important;
}

.primary-define #column-left .box-product .rating,
.primary-define #column-right .box-product .rating {
	margin-top:0;
	text-align:left;
}

.primary-define #column-left .box-product .price div,
.primary-define #column-right .box-product .price div {
	color:#900;
	font-size:13px;
	margin-top:5px;
}

.primary-define #column-left .box-product .price .price-fixed,
.primary-define #column-right .box-product .price .price-fixed {
	margin:0;
	display:inline;
}

.primary-define #column-left .box-product .special-price .price-old,
.primary-define #column-right .box-product .special-price .price-old {
	color:#999;
	font-size:13px;
	margin-right:5px;
	text-decoration:line-through;
}

.primary-define #column-left .box-product .details,
.primary-define #column-right .box-product .details {
	display:none;
}
/* box products - has side columns */
.primary-define #column-left + #content .product-grid .image,
.primary-define #column-right + #content .product-grid .image {
	min-width:178px;
	min-height:178px;
}
/* products list */
.primary-define .product-list {
	padding:0;
	clear:both;
}

.primary-define .product-list > div {
	margin:5px 0;
	padding:25px 10px;
	border-width:1px;
	border-style:solid;
	border-color:transparent transparent #eee transparent;
}

.primary-define .product-list > div:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define .product-list > div:hover {
	margin:5px -10px;
	padding:25px 20px;
	border-color:rgb(221, 221, 221);
	border-color:rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
}

.primary-define .product-list > div:hover ~ div {
	border-style:dashed solid solid solid;
	border-color:#eee transparent transparent transparent;
}

.primary-define .product-list > div:hover ~ div:last-child {
	border-style:dashed solid dashed solid;
	border-color:#eee transparent #eee transparent;
}

.primary-define .product-list .left {
	float:left;
	text-align:center;
	margin-right:20px;
}

.primary-define .product-list .right {
	float:right;
	margin-left:20px;
	text-align:center;
}

.primary-define .product-list .image {
	margin:0;
	float:none;
	min-width:178px;
	min-height:178px;
}

.primary-define .product-list .name a {
	font-size:22px;
}

.primary-define .product-list .description {
	color:#666;
	font-size:13px;
	margin:10px 0 15px 0;
}

.primary-define .product-list .price {
	padding:25px 0;
}

.primary-define .product-list .price > div {
	color:#666;
	width:90px;
	height:50px;
	font-size:20px;
	line-height:50px;
	position:relative;
	display:inline-block;
	color: #900;
	/*background-color:#ddd;*/
}

.primary-define .product-list .price > div:before {
	left:0;
	top:-25px;
	width:0;
	height:0;
	content:"";
	position:absolute;
	/*border-bottom:25px solid #ddd;
	border-left:45px solid transparent;
	border-right:45px solid transparent;*/
}

.primary-define .product-list .price > div:after {
	left:0;
	width:0;
	content:"";
	bottom:-25px;
	position:absolute;
	/*border-top:25px solid #ddd;
	border-left:45px solid transparent;
	border-right:45px solid transparent;*/
}

.primary-define .product-list .price .special-price {
	color:#900;
	/*background-color:#FF7546;*/
}

.primary-define .product-list .price .special-price:before {
	border-bottom-color:#FF7546;
}

.primary-define .product-list .price .special-price:after {
	border-top-color:#FF7546;
}

.primary-define .product-list .special-price .price-fixed {
	line-height:65px;
}

.primary-define .product-list .special-price .price-old {
	left:0;
	top:5px;
	width:100%;
	color:#AAA;
	font-size:15px;
	line-height:14px;
	position:absolute;
}

.primary-define .product-list .wishlist {
	float:left;
}

/*.primary-define .product-list .wishlist,*/
.primary-define .product-list .compare {
	display:inline-block;
	margin:11px 0 11px 20px;
}
/* PRODUCTS GRID */
.primary-define .product-grid > div {
	padding:0;
	padding-bottom:3px;
	margin:0 13px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	border:1px solid transparent;
}

.primary-define #column-left + #content .product-grid  > div,
.primary-define #column-right + #content .product-grid  > div{
	margin-right: 7px;
	margin-left: 7px;
}

.primary-define .product-grid > div:before {
	left:0;
	right:0;
	top:-100%;
	bottom:0;
	z-index:-1;
	content:"";
	height:100%;
	display:block;
	position:absolute;
	background-color:#F8F8F8;
	transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
}

.primary-define .product-grid .price div {
	color:#900;
	font-size:14px;
}

.primary-define .product-grid .special-price .price-old {
	color:#aaa;
	font-size:14px;
	font-weight:400;
}

.primary-define .product-grid .image {
	float: none;
	padding: 25px 4px;
	margin: 0 0 10px 0;
	position: relative;
	background: #fff url(../image/backgrounds/bg-overlay-dark.png) left bottom repeat-x;
}

/*.primary-define .product-grid .image img {
	transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-webkit-transition:0.2s ease-out;
}*/

/*.primary-define .product-grid > div:hover .image img {
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}*/

.primary-define .product-grid .name {
	margin:0 auto;
	min-width:185px;
}

.primary-define .product-grid .description {
	display:none;
}

.primary-define .product-grid .wishlist {
	padding:15px 0;
}

.primary-define .product-grid .wishlist,.primary-define .product-grid .compare {
	padding-top:2px;
}

.primary-define .product-grid .details {
	height:0;
	top:25px;
	opacity:0;
	position:relative;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.primary-define .product-grid .details > div:last-child {
	padding-top: 8px;
	padding-bottom:8px;
}

.primary-define .product-grid > div:hover { /*NOTE!!!*/
	z-index:1;
	border-color:rgb(221, 221, 221);
	border-color:rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 2px 12px rgba(0, 0, 0, 0.1);
}

.primary-define .product-grid > div:hover:before {
	top:0;
}

.primary-define .product-grid > div:hover .details {
	top:0;
	opacity:1;
	z-index:1;
	border-color:#555;
}
/* TREEMENU */
.primary-define .treemenu {
	margin:0;
	padding:0;
	list-style-type:none;
}

.primary-define .treemenu li {
	margin:0;
	padding:0;
}

.primary-define .treemenu > li {
	border-bottom:1px solid #ddd;
}

.primary-define .treemenu li a {
	color:#999;
	display:block;
	font-size:15px;
	text-decoration:none;
	padding:8px 10px 7px 10px;
}

.primary-define .treemenu > li > a {
	font-weight:700;
	text-transform:uppercase
}

.primary-define .treemenu li ul {
	margin:0;
	display:none;
	list-style-type:none;
}

.primary-define .treemenu li a.active + ul {
	display:block;
}

.primary-define .treemenu ul li {
	border-bottom:none;
	border-top:1px solid #e3e3e3;
}

.primary-define .treemenu ul li a {
	padding-left:45px;
}

.primary-define .treemenu ul li a:hover,
.primary-define .treemenu ul li a.active {
	color:#fff;
}
/* CONTENT */
.primary-define #content .content:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define #content .content .left {
	float:left;
	width:48%;
}

.primary-define #content .content .right {
	float:right;
	width:48%;
}
/* CATEGORY */
.primary-define .category-info h1 {
	background:none;
	padding-bottom:10px;
}

.primary-define .category-info .image {
	float:left;
	padding:5px;
	margin-right:20px;
	border:1px solid #E7E7E7;
}

.primary-define .category-info .image img {
	vertical-align:middle;
}

.primary-define .category-list {
	padding-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .category-list h2 {
	font-size:22px;
	padding:10px 0;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .category-list ul {
	margin:0;
	list-style-type:none;
}

.primary-define .category-list ul li {
	float:left;
	margin:5px 5px 5px 0;
}
/* MANUFACTURER */
.primary-define .manufacturer-list {
	border:1px solid #DBDEE1;
	padding:5px;
	overflow:auto;
	margin-bottom:20px;
}

.primary-define .manufacturer-heading {
	background:#F8F8F8;
	font-size:15px;
	font-weight:700;
	padding:5px 8px;
	margin-bottom:6px;
}

.primary-define .manufacturer-content {
	padding:8px;
}

.primary-define .manufacturer-list ul {
	float:left;
	width:25%;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}
/* PRODUCT */
.primary-define .product-filter {
	font-size:13px;
	padding:10px 15px;
	margin-bottom:20px;
	background-color:#f8f8f8;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .product-filter a {
	color:#666666;
	text-decoration:none;
}

.primary-define .product-filter select {
	margin-left:5px;
}

.primary-define .product-filter .display {
	float:left;
	margin-top:8px;
}

.primary-define .product-filter .display a,
.primary-define .product-filter .display span {
	font-size:13px;
	margin-right:15px;
	padding-left:25px;
}

.primary-define .product-filter .sort {
	float:right;
}

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

.primary-define .product-compare {
	float:left;
	margin-top:8px;
}
/* PRODUCT */
.primary-define .product-info {
	margin-top:30px;
	position:relative;
}

.primary-define .product-info:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define .product-info h1 {
	padding:0;
	font-size:28px;
	background:none;
}

.primary-define .product-info > .left {
	float:left;
}

.primary-define .product-info .image {
	padding:10px;
	text-align:center;
	border:1px solid #e3e3e3;
	float:right;
}

.primary-define .product-info .image img {
	vertical-align:middle;
}

#thumbs_list {
	/* float: left; */
	overflow:hidden;
	height:335px;
	width:80px;
	margin:7px 0;
}

#thumbs_list ul#thumbs_list_frame {
	list-style-type:none;
	//padding-left:0;
    margin-left:-23px;
	margin-top:0px;
	padding-top:0px;
}

#thumbs_list li {
	height:85px;
	width:80px;
	cursor:pointer;
    padding:0;
}

#thumbs_list li img {
	//margin:6 0px;  /*NOTE*/
	//border:1px solid #FFF;
}

#view_scroll_right {
	background:url(../image/icons/thumbs_down.gif) no-repeat center center transparent;
	text-indent:-3000px;
	display:block;
}

#view_scroll_left {
	background:url(../image/icons/thumbs_up.gif) no-repeat center center transparent;
	text-indent:-3000px;
	display:block;
}

.primary-define .product-info .image-additional a {
	float:left;
	padding:2px;
	display:block;
	margin:4px 0 0 4px;
	border:1px solid #e3e3e3;
}

.primary-define .product-info .image-additional a img {
	vertical-align:middle;
}

.primary-define .product-info .description {
	border-top:1px solid #E7E7E7;
	padding:10px 0 0 0;
}

.primary-define .product-info .description span {
	color:#666;
	margin:5px 0;
	min-width:120px;
	font-weight:700;
	display:inline-block;
}

.primary-define .product-info .description a {
	text-decoration:none;
}

.primary-define .product-info .minimum {
	margin:5px 0;
}

.primary-define .product-info .price {
	float:right;
	margin:5px 0;
	text-align:center;
	padding-left:10px;
	border-left: 1px solid #eee;
}

.primary-define .product-info .price > div {
	color:#900;
	/*width:90px;
	height:50px;
	margin:25px 0;*/
	font-size:20px;
	font-weight:600;
	line-height:50px;
	position:relative;
	letter-spacing:-1px;
	display:inline-block;
	/*background-color:#ddd;*/
}

.primary-define .product-info .price > div:before {
	left:0;
	top:-25px;
	width:0;
	height:0;
	content:"";
	position:absolute;
	/*border-bottom:25px solid #ddd;
	border-left:45px solid transparent;
	border-right:45px solid transparent;*/
}

.primary-define .product-info .price > div:after {
	left:0;
	width:0;
	content:"";
	bottom:-25px;
	position:absolute;
	/*border-top:25px solid #ddd;
	border-left:45px solid transparent;
	border-right:45px solid transparent;*/
}

.primary-define .product-info .price .special-price {
	color:#900;
	/*background-color:#FF7546;*/
}

.primary-define .product-info .price .special-price:before {
	border-bottom-color:#FF7546;
}

.primary-define .product-info .price .special-price:after {
	border-top-color:#FF7546;
}

.primary-define .product-info .special-price .price-fixed {
	line-height:60px;
}

.primary-define .product-info .special-price .price-old {
	left:0;
	top:3px;
	width:100%;
	color:#AAA;
	font-size:15px;
	line-height:14px;
	position:absolute;
	text-decoration:line-through;
}

.primary-define .product-info .reward,
.primary-define .product-info .price-tax,
.primary-define .product-info .discount {
	margin:0;
	color:#999;
	display:block;
	font-size:13px;
	line-height:160%;
}

.primary-define .product-info .price-tax {
	margin-top:5px;
}

.primary-define .product-info .options {
	float:left;
	width:100%;
	padding-bottom:0px;
	/*border-top:1px solid #eee;*/
}

.primary-define .product-info .option {
	overflow:hidden;
	margin:0px 0 15px 0;
}

.primary-define .product-info .option strong {
	width:111px;
	margin:5px 0;
	display:inline-block;
}

.primary-define .product-info .option select,
.primary-define .product-info .option input[type*="text"] {
	width:210px;
}

.primary-define .product-info .option textarea {
	width:270px;
}

.primary-define .product-info .option input[type*="button"] {
	padding:5px;
	text-indent:0;
}

.primary-define .product-info .multi div,
.primary-define .product-info .multi strong,
.primary-define .product-info .multi textarea,
.primary-define .product-info .multi .required {
	float:left;
	display:block;
}

.primary-define .product-info .multi div {
	margin-left:5px;
}

.primary-define .product-info .multi .required {
	margin:6px 6px 6px 4px;
}

.primary-define .product-info .multi:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define .product-info .option-image {
	margin-top:3px;
	margin-bottom:10px;
}

.primary-define .product-info .option-image label {
	display:block;
	width:100%;
	height:100%;
}

.primary-define .product-info .option-image img {
	margin-right:5px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}

.primary-define .product-info .cart {
	border-top:1px solid #eee;
    margin-top:10px;
	padding-top:10px;
	float:left;
	width:100%;
}

.primary-define .product-info .cart > div:first-child {
	margin-bottom:5px;
	padding-bottom:5px;
	/*border-bottom:1px solid #eee;*/
}

.primary-define .product-info .cart > div > a {
	color:#666;
	margin-right:15px;
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
}

.primary-define .product-info .cart > div > a:hover {
    text-decoration: underline;
}

.primary-define .product-info .share {
	display:inline-block;
	vertical-align:middle;
}

.primary-define .product-info .share img {
	float:left;
	padding-right:5px;
}

.primary-define .product-info .share a {
	padding:0 2px;
	line-height:16px;
	text-decoration:none;
}

.primary-define .product-info .review {
	padding:0 0 5px 0;
}

.primary-define .product-info .review .show-review,
.primary-define .product-info .review .new-review {
	margin-left:20px;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
}

.primary-define .product-info .review .new-review {
	padding-left: 20px;
	background: url(../image/icons/icon-forward-grey.png) left center no-repeat;
}

.primary-define .product-info .review img {
	vertical-align:middle;
}

.primary-define .review-list {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.primary-define #qa {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.primary-define .review-list .author {
	display:inline;
}

.primary-define .review-list .author b {
	color:#000;
}

.primary-define .review-list .rating {
	display:inline;
	vertical-align:middle;
}

.primary-define .review-list .text {
	clear:both;
}

.primary-define .attribute {
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin-bottom:20px;
}

.primary-define .attribute thead td,
.primary-define .attribute thead tr td:first-child {
	color:#444;
	font-size:14px;
	background:#F7F7F7;
	text-align:left;
}

.primary-define .attribute tr td:first-child {
	color:#444;
	text-align:right;
	width:20%;
}

.primary-define .attribute td {
	padding:7px;
	color:#4D4D4D;
	text-align:center;
	vertical-align:top;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

.primary-define table.compare-info tr td:first-child {
	font-weight:700;
	text-align:right;
}

.primary-define table.compare-info thead td {
	color:#666;
}

.primary-define table.compare-info thead td,
.primary-define table.compare-info thead tr td:first-child {
	font-size:14px;
	background:#eee;
	text-align:left;
}

.primary-define table.compare-info thead td,
.primary-define table.compare-info tbody td {
	padding:7px;
}

.primary-define table.compare-info td {
	width:20%;
	text-align:center;
}

.primary-define table.compare-info td .button:hover span {
	background-image: url(../image/icons/icon-wishlist-white.png);
}

.primary-define table.compare-info td.name {
	text-align:center;
}

.primary-define table.compare-info td .no-image {
	display:block;
	margin:0 auto;
	text-align:center;
}

.primary-define table.compare-info td .no-image img {
	vertical-align:middle;
}

.primary-define table.compare-info .price-old {
	color:#CC4328;
	text-decoration:line-through;
}

.primary-define table.compare-info .price-fixed {
	font-weight:700;
}

.primary-define table.compare-info td.remove img {
	vertical-align:middle;
}
/* WISHLIST */
.primary-define .wishlist-info table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	margin:20px 0;
}

.primary-define .wishlist-info td {
	padding:7px;
	text-align:center;
}

.primary-define .wishlist-info thead td {
	font-weight:700;
	background-color:#E3E3E3;
	border-bottom:1px solid #E3E3E3;
}

.primary-define .wishlist-info thead .name {
	text-align:left;
}

.primary-define .wishlist-info tbody td {
	vertical-align:middle;
	border-bottom:1px solid #E3E3E3;
}

.primary-define .wishlist-info tbody .no-image {
	display:block;
	margin:0 auto;
	text-align:center;
}

.primary-define .wishlist-info tbody .name {
	text-align:left;
	font-weight:700;
}

.primary-define .wishlist-info tbody .price-old {
	color:#CC4328;
	font-weight:700;
	text-decoration:line-through;
}

.primary-define .wishlist-info tbody .price-fixed {
	font-weight:700;
}

.primary-define .wishlist-info tbody .action img {
	cursor:pointer;
}

.primary-define .login-content {
	font-size:15px;
}

.primary-define .login-content h2 {
	font-size:24px;
	font-weight:400;
}

.primary-define .login-content p strong {
	margin:4px 0;
	font-weight:400;
}

.primary-define .login-content > .left {
	float:left;
	width:48%;
}

.primary-define .login-content > .right {
	float:right;
	width:48%
}

.primary-define .login-content > .right a {
	margin:20px 0;
	display:inline-block;
}

.primary-define .login-content .left .content,
.primary-define .login-content .right .content {
	min-height:200px;
}

.primary-define .login-content .right p strong {
	display:block;
}

.primary-define .login-content .right p input[type*="text"],
.primary-define .login-content .right p input[type*="password"] {
	width:100%;
}

.primary-define .return-captcha:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}

.primary-define .return-captcha .left,
.primary-define .return-captcha .right {
	float:left;
}

.primary-define .return-captcha .left {
	margin:4px 10px 4px 0;
}

.primary-define .return-captcha .right {
	margin-bottom:10px;
}

.primary-define .return-captcha .right p {
	margin-bottom:5px;
}
/* ORDERS */
.primary-define .order-list table {
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}

.primary-define .order-list table td {
	padding:7px;
	text-align:center;
}

.primary-define .order-list thead td {
	font-weight:700;
	background-color:#e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .order-list tbody td {
	border-bottom:1px solid #E3E3E3;
}

.primary-define .order-list tbody td.order-status {
	font-weight:700;
}

.primary-define .order-list tbody td.order-total {
	color:#C64132;
	font-weight:700;
}

.primary-define .order-list tbody img {
	vertical-align:middle;
}

.primary-define .order-detail {
	background:#EFEFEF;
	font-weight:700;
}
/* RETURNS */
.primary-define .return-list {
	margin-bottom:10px;
}

.primary-define .return-list .return-id {
	width:49%;
	float:left;
	margin-bottom:2px;
}

.primary-define .return-list .return-status {
	width:49%;
	float:right;
	text-align:right;
	margin-bottom:2px;
}

.primary-define .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;
}

.primary-define .return-list .return-content div {
	float:left;
	width:33.3%;
}

.primary-define .return-list .return-info {
	text-align:right;
}

.primary-define #return-product table.form {
	margin:0;
}

.primary-define #return-product table.form input[type*="radio"] {
	margin-left:0;
}

.primary-define #return-product table.form label {
	margin-right:10px;
}

.primary-define .download-list {
	margin-bottom:10px;
}

.primary-define .download-list .download-id {
	width:49%;
	float:left;
	margin-bottom:2px;
}

.primary-define .download-list .download-status {
	width:49%;
	float:right;
	text-align:right;
	margin-bottom:2px;
}

.primary-define .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;
}

.primary-define .download-list .download-content div {
	float:left;
	width:33.3%;
}

.primary-define .download-list .download-info {
	text-align:right;
}
/* CART */
.primary-define .cart-info {
	margin:20px 0;
}

.primary-define .cart-info table {
	border-right:1px solid #e3e3e3;
}

.primary-define .cart-info table td {
	border-right:none;
	text-align:center;
}

.primary-define .cart-info table td.quantity {
	white-space:nowrap;
}

.primary-define .cart-info a {
	font-weight:700;
}

.primary-define .cart-module {
	padding-bottom:20px;
}

.primary-define .cart-module > div {
	display:none;
}

.primary-define .cart-total {
	border-top:1px solid #DDDDDD;
	overflow:auto;
	padding-top:8px;
	margin-bottom:15px;
}

.primary-define .cart-total table {
	float:right;
}

.primary-define .cart-total td {
	padding:3px;
	min-width:100px;
	text-align:right;
}

.primary-define .cart-total td.total {
	color:#E15452;
}
/* CHECKOUT */
.primary-define .checkout {
	margin-top:30px;
}

.primary-define .checkout-heading {
	font-size:15px;
	padding:7px 15px;
	margin-bottom:10px;
	border:1px solid #ddd;
}

.primary-define .checkout-heading a {
	float:right;
	text-decoration:none;
}

.primary-define .checkout-content {
	display:none;
	padding-bottom:25px;
}

.primary-define .checkout-content .left {
	width:48%;
	float:left;
}

.primary-define .checkout-content .right {
	width:48%;
	float:right;
}

.primary-define .checkout-content .buttons {
	clear:both;
}

.primary-define .checkout-product table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	margin-bottom:20px;
}

.primary-define .checkout-product td {
	padding:7px;
	text-align:center;
}

.primary-define .checkout-product td.name {
	text-align:left;
}

.primary-define .checkout-product td.name a {
	font-weight:700;
}

.primary-define .checkout-product td.total {
	color:#E15452;
	text-align:center;
}

.primary-define .checkout-product thead td {
	color:#666;
	font-weight:700;
	background-color:#e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .checkout-product thead td.total {
	color:#666;
}

.primary-define .checkout-product tbody td {
	vertical-align:top;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .checkout-product tbody td.price {
	color:#E15452;
}

.primary-define .checkout-product tfoot td {
	text-align:right;
	border-bottom:1px solid #e3e3e3;
}

.primary-define .contact-info {
	overflow:auto;
}

.primary-define .contact-info .left {
	float:left;
	width:48%;
}

.primary-define .contact-info .right {
	float:left;
	width:48%;
}

.primary-define .sitemap-info {
	overflow:auto;
	margin-bottom:40px;
}

.primary-define .sitemap-info .left {
	float:left;
	width:48%;
}

.primary-define .sitemap-info .right {
	float:left;
	width:48%;
}
/* BOTTOM */
.primary-define #bottom {
	padding: 10px 0 25px 0;
	background: #fff url(../image/backgrounds/bg-overlay-dark.png) left top repeat-x;
}

.primary-define #bottom h3 {
	font-weight:600;
	padding:30px 0 5px 0;
	text-transform:uppercase;
}

.primary-define #shop-contact h3 {
	margin-bottom:5px;
}

.primary-define #shop-contact ul {
	margin-top:0;
	list-style-type:none;
}

.primary-define #shop-contact ul li {
	margin:0;
	padding:12px 0 12px 45px;
	background-repeat:no-repeat;
}

.primary-define #shop-contact ul li.contact-phone {
	background: url(../image/icons/icon-phone-grey.png) left center no-repeat;
}

.primary-define #shop-contact ul li.contact-mobile {
	background: url(../image/icons/icon-mobile-grey.png) left center no-repeat;
}

.primary-define #shop-contact ul li.contact-fax {
	background: url(../image/icons/icon-fax-grey.png) left center no-repeat;
}

.primary-define #shop-contact ul li.contact-email {
	background: url(../image/icons/icon-email-grey.png) left center no-repeat;
}

.primary-define #shop-contact ul li.contact-skype {
	background: url(../image/icons/icon-skype-grey.png) left center no-repeat;
}

.primary-define #shop-contact ul li span {
	display:block;
	line-height:32px;
}

.primary-define #shop-contact ul li.multiple span {
	line-height:16px;
}

.primary-define #shop-twitter h3 {
	margin-bottom:5px;
}
/* FOOTER */
.primary-define #footer {
	/*padding-bottom:25px;
	border-bottom:1px solid rgb(255, 255, 255);
	border-bottom:1px solid rgba(255, 255, 255, 0.15);*/
}

.primary-define #footer h3 {
	color:#666;
	/*font-weight:600;*/
	padding:15px 0 2px 0;
	text-transform:uppercase;
	font-size: 14px;
}

.primary-define #footer .column ul li {
	margin:12px 0;
	list-style-type:none;
}

.primary-define #footer a {
	color:#666;
}

.primary-define #powered {
	padding:0px 0 10px;
}

.primary-define #powered a {
	color:#fff;
}

.primary-define #footer-payments {
	float:right;
	margin:12px 0;
	list-style-type:none;
}

.primary-define #footer-payments li {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}

.primary-define #footer-payments li a {
	margin-left:10px;
}

.primary-define .swu table td {
    width:33.33%;
}

.swu {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.swu table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.swu tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.swu table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.swu table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.swu tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.swu tr:hover td{
	
}
.swu tr:nth-child(odd){ background-color:#aad4ff; }
.swu tr:nth-child(even)    { background-color:#d3e9ff; }.swu td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
}.swu tr:last-child td{
	border-width:0px 1px 0px 0px;
}.swu tr td:last-child{
	border-width:0px 0px 1px 0px;
}.swu tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.swu tr:first-child td{
		background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);

	background-color:#0057af;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.swu tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);

	background-color:#0057af;
}
.swu tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.swu tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1120px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		/*margin:0px 0;*/
		left:6px;
		top:-60px;
		position: relative;
		height:28px;
		float:right;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		/*border:1px solid #ccc;*/
		background:#FFF;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		opacity:0.5;
		}
	ol#controls li.current a, ol#controls li a:hover{
		background: #E25552;
		color:#fff;
		opacity:1;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */