@charset "utf-8";


/* GRID PART */
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 0;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/* END GRID PART */



/* Getting the new tags to behave */
footer, header, colgroup, nav{ display: block; }
 

a, b, blockquote, big, body, center, caption, cite, div, dt, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, colgroup, html, i, iframe, img, label, legend, li, nav,
object, ol, p, pre, section, small, span, sub, sup, table, tbody, tfoot, thead, th, tr, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

html {
	background-color:#000000;
}
/* Global properties ======================================================== */
body { 
	max-width:980px;
	margin:0 auto;
	height:100%;
	background-color:#1f1f1f;
	/*background:url(images/bg_ojw.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	*/
	font-family:Arial, sans-serif;
	font-size:12px; 
	line-height:1.42857143;
	color:#000;
}

.tright {
	text-align:right;
}
#container {
	margin:0 auto;
	max-width: 100%;
	min-height: 100px;
	height: auto !important;
	margin-top:0;
	
}
#wrap_header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	/*height:116px;*/
	padding:0;
	margin: 0;
	/*background-color: #12596f;*/
	background-color:#cecece;
	border-bottom: 1px solid #494848;
	z-index:100000;
}
#header{
	position: relative;
	width:100%;
	height:58px;
	overflow:hidden;
}
#header_logo {
	position:absolute;
	top:4px;
	left:4px;
}
#header_logo2 {
	position:absolute;
	top:4px;
	left:60px;
}
#header_logo img{
	width:50px;
}
#header_logo2 img{
	width:163px;
}
#header img.bg{
	width:100%;
	height:19%;
}
#tempo {
	position:absolute;
	top:15px;
	left:223px;
	width:32px;
	height:32px;
	z-index: 10000;
}
#tempo img {
	position:relative;
	top:0;
	left:0;
	width:100%;
}
/* Navigation */
#top_nav {
	position:absolute;
	bottom:7px;
	right:9px;
}
#menunav, #backnav, #backtotop, #cartnav, #cart_amount {
	position:relative;
	float:right;
	/*top:7px;
	right:9px;*/
	/*width:130px;*/
	margin-left:9px;
	height:32px;
	line-height:25px;
	padding-top:7px;
	font-size:1.4em;
	text-transform:uppercase;
	text-align:center;
	color: #cfcfcd;
	background-color:#000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#menunav {
	width:42px;
}
#menunav div {
	width:24px;
	height:2px;
	background-color:#cfcfcd;
	margin: 5px 9px;
}
#topcart {
	position:relative;
	float:right;
	/*top:7px;
	right:9px;*/
	margin-left:9px;
}
#cartnav {
	/*top:7px;
	right:119px;*/
	width:42px;
	margin-left:3px;
	background-image: url('images/menu_cart.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#cart_amount {
	/*
	position:absolute;
	top:-7px;
	right:47px;*/
	background: none;
    height: 20px;
	border:2px solid #8e8c8c;
	text-align:right;
	line-height:19px;
	color:#000;
	font-size:14px;
	padding:8px 8px 7px 8px;
	white-space:nowrap;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#backnav {
	/*
	top:7px;
	right:64px;
	*/
	width:38px;
	padding-top: 7px;
    padding-right: 4px;
}
#backnav span.left {
	position: relative;
    top: 1px;
}
#backtotop {
	position:relative;
    top: 9px;
    right: 8px;
    width: 36px;
    padding-top: 9px;
    padding-right: 5px;
}
#backtotop span.top {
	position: relative;
    top: 4px;
}
#back_to_top {
	position:fixed;
	bottom:10px;
	right:10px;
	width:58px;
	height:58px;
	z-index:10000;
	background:rgba(153, 152, 152, 0.2);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:none;
}
.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.7em;
	width: 0.7em;
	left: 0.15em;
	position: relative;
	top: 0.2em;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
}
.chevron.right:before {
	left: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.chevron.bottom:before {
	top: 0;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.chevron.left:before {
	left: 0.25em;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#nav {
	position:absolute;
	top:145px;
	right:9px;
	background:rgba(0, 0, 0);
	background:rgba(0, 0, 0, 0.9);
	padding:10px 10px 0 10px;
	/*border:2px solid #7e433c;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	overflow:hidden;
	z-index:100000;
	display:none;
}
#nav ul {
	position:relative;
	display:block;
}
#nav li {
	position:relative;
	display:block; 
	height:30px; 
	margin-bottom:10px;
	padding:5px 10px 5px 0;
}
#nav li:hover {
	background-color:#525353;
}
#nav li a {
	height:23px;
	display:block; 
	text-decoration:none;
	margin:0;
	padding-top:7px;
	padding-left:40px;
	font-size:1.1em;
	color:#cfcfcd;
}
#nav li a.home {
	background: url('images/menu_home.png') no-repeat 0 0;
}
#nav li a.info {
	background: url('images/menu_info.png') no-repeat 0 0;
}
#nav li a.currency {
	background: url('images/menu_currency.png') no-repeat 0 0;
}
#nav li a.cart {
	background: url('images/menu_cart.png') no-repeat 0 0;
}
#nav li a.login {
	background: url('images/menu_login.png') no-repeat 0 0;
}
#nav li a.account {
	background: url('images/menu_account.png') no-repeat 0 0;
}
#nav li a.prod { 
	background: url('images/menu_prod.png') no-repeat 0 0;
}
#nav li a.prod_back { 
	width:83px;
	background: url('images/menu_prod_back.png') no-repeat 0 0;
}
#nav li a.search { 
	background: url('images/menu_search.png') no-repeat 0 0;
}
#nav li a.logout {
	background: url('images/menu_logout.png') no-repeat 0 0;
}
#nav li a.signup {
	background: url('images/menu_signup.png') no-repeat 0 0;
}
img.nav_close {
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
}

#menubtn {
	display:block;
	width:100%;
	text-align:right;
}
#menubtn li {
	display:inline-block;
	margin-bottom:5px;
}
#menucat, #menufilter, #menustyle {
	width:114px;
	height:32px;
	line-height:21px;
	padding-top:12px;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	background-color:#000000;
	color:#c3c3c0;
	/*border:2px solid #7e433c;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#menufilter, #menucat {
	right:20px;
}
#categories, #styles {
	position:absolute;
	top:10px;
	right:130px;
	/*width:130px;*/
	max-width:230px;
	background:rgba(0, 0, 0);
	background:rgba(0, 0, 0, 0.9);
	padding:35px 10px 0 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	overflow:hidden;
	z-index:10000;
	display:none;
}
#styles {
	right:9px;
}
#categories ul, #styles ul {
	position:relative;
	display:block;
}
#categories li, #styles li {
	position:relative;
	display:block; 
	height:20px; 
	margin:0 5px 15px 5px;
}
#categories li:hover, #styles li:hover {
	background-color:#525353;
}
#categories li a, #styles li a {
	height:20px;
	display:block; 
	text-decoration:none;
	margin:0;
	padding:2px 2px 0 2px;
	font-size:14px;
	color:#c3c3c0;
}
img.cat_close, img.filter_close, img.style_close {
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
}
#filter_products {
	position:relative;
	background:#fff;
	padding:10px 0 0 0;
	max-width:90%;
	margin:0 auto !important;
	margin-top: 10px !important;
	border: 1px solid #9c9a9a;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	overflow:hidden;
	display:none;
}
#filter_product_header {
	text-align:center;
}
#filter_product_header p, p.pfilter{
	text-align:center;
	font-size:1.6em;
}
#filter_product_header ul {    
	margin-bottom: 20px;
    border-bottom: 1px solid #7e433c;
    padding-bottom: 15px;
}
#filter_product_header li {
	padding:5px;
}
#filter_product_header input, #filter_product_header select{
	margin-right:5px;
	width: -moz-calc(90% - 22px);
	width: -webkit-calc(90% - 22px);
	width: -o-calc(90% - 22px);
	width:calc(90% - 22px);
}
#ofilter p.pfilter{
	margin-bottom:20px;
}
#ofilter li {
	margin:0 0 20px 10%;
	font-size:1.6em;
	text-align:center;
}
#ofilter ul, #ofilter ul ul {
	text-align:left; 
}
#ofilter li li{
	margin:8px 0 0 10px;
	font-size:14px;
	display:block;
	text-align:left;
}
#ofilter li li span{
    position: relative;
    top: 3px;
	font-size: 15px;
    margin-left: 5px;
}

#banner {
	position:relative;
	overflow:hidden;
}
#banner img{
	width:100%;
	height:auto;
}
#banner_text {
	position:absolute;
	top:0;
	text-indent:-9999px;
}
#top_banner_wrap {
	position:relative;
	overflow:hidden;
	/*margin-top:140px;*/
	/*margin-top:114px;*/
}
#top_banner_wrap p {
	margin-bottom:0;
}

#fsc, #mno {
	position:relative;
	float:left;
	max-height:10px;
	font-size: 12px;
	color:#fff;
    font-weight: bold;
    margin: 0;
    padding: 0 6px 6px 6px;
}
#mno {
	float:right;
}

.m-scene {
	position:relative;
	margin-top:92px;
	-webkit-animation-duration: 1s;
	animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
}

.content {
	position:relative;
	max-width:100%;
}
.tcontent {
	background:#fff;
	padding:10px 2% 10px 2%;
}
#content {
	position:relative;
	top:0px;
	left:0;
	margin: 0 auto;
	width:880px;
	min-height:500px;
	/*background:url(images/bg_content.jpg) 0 0 repeat-x #000000;*/
	background:#000000;
	overflow: hidden;
	padding:0 60px 10px 60px;
}

#content.contentlarge {
	width:980px;
	padding:0 10px 10px 10px;
}
#showpic {
	position:absolute; 
	display:none; 
	width:140px;
	height:140px;
	padding:0;
	border-left:1px solid #686767;
	border-top:1px solid #686767;
	border-right:1px solid #111111;
	border-bottom:1px solid #111111;
	z-index:100;
}
.blocnote {
	position:relative;
	border: 1px solid #c1c0c0;
    padding: 10px;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
}
.blocnote img {
	width:100%;
}

h1 {
	font-size:20px; 
	font-weight:bold;
	margin:1px 0 20px 0;
	padding-top:10px;
	line-height:25px;
}
h1.account {
	width:760px;
	margin:0 auto;
	font-size:20px; 
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
	padding:15px 0 15px 0;
	text-align:center;
	border-top:2px dotted #E0DDDD;
	border-bottom:2px dotted #E0DDDD;
}
h2 {
	font-size:16px; 
	font-weight:bold;
	margin:15px 0 10px 0;
}
h3 {
	font-size:14px; 
	font-weight:bold;
	margin:10px 0 6px 0;
}
h4 {
	font-size:13px; 
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#E0DDDD;
}
p {
	font-size:14px; 
	margin:0 0 10px 0;
}
p.intro {
	padding-top:20px;
}
p.gen {
	font-size:14px; 
	line-height:17px;
}
p.gen span {
	font-style:italic; 
}

a, a:hover {
	color: #636362;
    font-weight: 550;
    text-decoration: underline;
}

.entry1, .entry2, .entry3 , .entry4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding: 0 2% 10px 2%;
	border-left:1px solid #111111;
	border-top:1px solid #111111;
	border-right:1px solid #686767;
	border-bottom:1px solid #686767;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
}
.entry2 {
	width:640px;
	padding: 20px 20px 10px 20px;
}
.entry4 {
	position:relative;
	width:970px; 
	padding:2px 2px 2px 2px;
	margin-top:10px;
	overflow:hidden;
}
.entry4_left {
	float:left;
	width:630px;
	background-color:#4D4C4C;
	margin:5px 0 5px 5px;
	padding:5px 5px 5px 5px;
	text-align:left;
}
.entry4_right {
	float:right;
	width:465px;
	background-color:#4D4C4C;
	margin:5px 5px 5px 0;
	padding:5px 5px 5px 5px;
	text-align:left;
}

table.tentry1 {
	/*width:510px;*/
}
table.tentry1 tr {
	height:30px;
}
table.tentry1 th {
	/*width:190px;*/
	padding-right:5px;
	text-align:right;
	vertical-align:middle;
}
table.tentry1x td {   
	width:320px;
	vertical-align:middle;
	text-align:left;
}

table.tentry2 {
	width:800px;
}
table.tentry2 tr {
	height:30px;
}
table.tentry2 th {
	text-align:left;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 0;
}
table.tentry2 td {
	text-align:left;
	vertical-align:top;
	padding:5px 5px 5px 0;
}
table.tentry2 th.fixed, table.tentry2 td.fixed {
	position:absolute;
	left:0px;
	width:50px;
	/*line-height:40px;*/
	border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
table.tentry1 td {   
	vertical-align:middle;
	text-align:left;
	font-size:13px;
	padding:5px;
}

table.tentry3 {
	width:960px;
}
table.tentry3 tr {
	height:30px;
}
table.tentry3 th {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	padding:0 10px 0 0;
}
table.tentry3 td {   
	vertical-align:middle;
	text-align:left;
	font-size:13px;
	padding:0 10px 0 0;
}

img.warning {
	visibility:hidden;
}

#qty_warning {
	position:relative;
	width:100%;
	background-color:#7a7a7a;
	color:#000;
	overflow: hidden;
	border-bottom:4px solid #000;
	display:none;
}
#qty_warning h2 {
	font-size:20px;
	color:#ffffff;
	margin-left:10px;
}
#qty_warning p {
	margin-left: 10px;
    font-size: 13px;
	font-weight:bold;
	line-height: 17px;
}
p.pre_slide {
	text-align:right;
	margin-bottom:0;
}
.wrapper_showitem_slide {
	position:relative;
	max-width:100%;
	background:#fff;
}
.showitem_slide {
	overflow-x:scroll;
}
table.cart {
	/*position:relative;*/
	width:100%;
	background-color:#fff;
	text-align:center;
}
table.cart tr.inter {
	background-color:#7a7a7a;
	height:5px;
}
table.cart th, table.cart td {
	padding:5px;
	vertical-align:middle;
	border-right:1px dashed #000;
}
table.cart th {
	border-top:8px solid #7a7a7a;
	height:34px;
}
table.cart tr.intersize td{
	border-top:1px dashed #000;
}
table.cart td.fullline {
	border-top:8px solid #7a7a7a;
}
table.cart td.smallline {
	border-top:1px dashed #000;
	margin-top: 0 !important;
}
table.cart th.nob, table.cart td.nob {
	border-right:0px dotted #000;
}
table.cart th.fbl, table.cart td.fbl {
	border-left:1px dashed #000;
}
table.cart tr.inter td {
	padding:0;
	line-height: 8px;
}
table.cart th.la, table.cart td.la {
	text-align:left;
}
table.cart th.ra, table.cart td.ra {
	text-align:right;
}
table.cart td.bo {
	font-weight:bold;
}
table.cart td.nws, table.cart td.nws {
	white-space:nowrap;
}
table.cart td.tdes {
	position:relative;
}
table.cart th.fixed {
	position:absolute;
	left:0px;
	width:80px;
	padding-top:12px;
	margin-top:-4px;
}
table.cart th.fixed2 {
	position:absolute;
	left:91px;
	width:50px;
	padding-top:12px;
	margin-top:-4px;
	border-right:none;
}
table.cart td.fixed {
	position:absolute;
	left:0px;
	width:80px;
	margin-top:-4px;
	/*min-height:51px;*/
}
table.cart td.fixed2 {
	position:absolute;
	left:91px;
	width:50px;
	margin-top:-4px;
	border-right:none;
}
table.cart td.fixed.inter {
	position:absolute;
	left:0px;
	width:80px;
	background-color: #7a7a7a;
	padding:0 5px;
}
img.photo_cart {
	width:50px;
	cursor:pointer;
}
img.cart_edit, img.cart_warning {
	width:16px;
	cursor:pointer;
	margin-bottom:3px;
}
img.fa_sw {
	position:absolute;
	bottom:2px;
	right:2px;
	cursor:pointer;
}
.edit_qty {
	position:relative;
	margin-top:2px;
	color:#136da1;
	cursor:pointer;
	transition: color 0.5s ease;
}
.edit_qty:hover {
	color:#069bf2;
}
#qty_message {
	position:absolute; 
	display:none; 
	width:90%; 
	top:115px;
	left: 5%;
	z-index:200000;
	background: rgba(0, 0, 0, 0.7);
    border: 2px solid #b20808;
    border-radius: 10px;	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	overflow:hidden;
}
#qty_message h2, #qty_message p {
	color:#fff;
	margin-left:10px;
}
#qty_message p {
	font-size:14px;
	line-height:1.80em;
	margin:12px 20px 20px 20px;
}

.cart_detail {
	background:#fff;
	overflow:hidden;
}
.cart_detail_border {
	width:100%;
	height:10px;
	background:#7a7a7a;
}
.cart_detail_part1 {
	width:100%;
	display:block;
}
.cart_detail_part1 div {
	float:left;
	text-align:center;
	border-right:1px dashed #000;
	padding:5px;
	height:40px;
}
.cart_detail_photo {
	padding-top:0 !important;
	padding-bottom:0 !important;
	width:50px;
	border-right:0px !important;
}
.cart_detail_description {
	position:relative;
	width:calc(100% - 237px);
	text-align:left !important;
	border-left:1px dashed #000;
	max-height: 40px;
    overflow: hidden;
}
.cart_detail_part2 {
	width:100%;
	display:block;
}
.cart_detail_part2 div {
	float:left;
	text-align:center;
	border-top:1px dashed #000;
	border-right:1px dashed #000;
	padding:5px;
	background:#e6e6e6;
	height:35px;
}
.cart_detail_dummy {
	width:calc(100% - 323px);
}
.cart_title {
	font-weight:bold;
	line-height:25px;
	height:unset !important;
}
.cart_detail_sep {
	height:0px;
}

.magnifierp {
	position:relative;
	top:-5px;
	width:32px !important;
	cursor:pointer;
	margin:0 0 0 20px;
}
.magnifierm{
	width:32px !important;
	cursor:pointer;
	float:right;
	margin:0 0 0 10px;
}
.faq_answer {
	display:none;
	padding: 0 10px 40px 10px;
	font-style:italic;
}
.faq_answer a{
	color:gold;
}


.clear { clear:both;}

.menuprod {
	padding-top: 12px;
}

#category_video {
	position:relative;
	margin: 10px 0;
	text-align:center;
}
#category_video_canvas {
	position:relative;
	float:left;
	width:398px;
	max-width:98%;
	/*height:225px;*/
	margin:0 1% 10px 1%;
}
#category_video_frame {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#category_video_fs {
	position:absolute;
	width:30px;
	height:30px;
	top:10px;
	right:10px;
	cursor:pointer;
	background-image: url(images/fullscreen.png);
}
#cat_vdo {
	width:100%;
	max-height:100%;
}
#category_video_text {
	position:relative;
	float:left;
	width:398px;
	max-width:98%;
	/*height:225px;*/
	margin:0;
	text-align:left;
}
#content_subcat {
	position:relative;
	display:block;
	background-color:#434242;
	color:#fff;
	font-size:14px;
	padding:14px 5px;
	height:22px;
}
#sel_subcat {
	position:relative;
	display:inline-block;
	top:-5px;
	margin-left:1px;
	min-width:176px;
	max-width: -moz-calc(98% - 122px);
	max-width: -webkit-calc(98% - 122px);
	max-width: -o-calc(98% - 122px);
	max-width:calc(98% - 122px);
	max-height:22px;
	background-color:#fff;
	color:#000;
	padding:4px 20px 5px 4px;
	overflow:hidden;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#sel_subcat_content {
	position:relative;
	margin:0;
	padding:0;
	line-height:25px;
}
#sel_subcat_pointer {
	position:absolute;
	right:4px;
	top:10px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top: 12px solid black;	
}
#subcat_selection {
	position:absolute;
	display:none;
	top:8px;
	left:108px;
	min-width:200px;
	overflow:hidden;
	z-index:90000;
}
.subcat_fixed {
	/*position:fixed !important;
	top:165px !important;*/
}

.subcat_selection_choice {
	margin:0;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #9c9a9a;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	box-shadow: 3px 3px 5px 0px rgba(168,168,168,1);
	color:#000;
	margin-right: 5px;
    margin-bottom: 5px;
}
.subcat_selection_choice p {
	margin-bottom: 3px;
	color:#fff;
	text-align:center;
}
.subcat_selection_bottom {
	background:url(images/bg_cat_sel_bottom.png) 0 0 no-repeat;
	min-width:130px;
	min-height:7px;
}
#products_show {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	/*background-color:#272727;*/
}
#products_show h1 {
	margin:10px 0 10px 0;
}
#product_show_detail {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	/*background-color:#272727;*/
}
#products_list {
	position:relative;
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
}
#products_list ul {
	display:inline-block;
	width:100%;
	margin-top:25px;
}
#products_list ul#row1 {
	margin-top:0px;
}
#products_list ul li{
	float:left;
	width:25%;
	margin:0;
}


.item {
	position:relative;
	padding: 0 0 3px 0;
	text-align:center;
	border:1px solid #fff;
}
.item p {
	color:#000000;
	margin:0 0 2px 0;
}
.item p.item_promo {
	margin:0;
	line-height:33px;
	font-weight:bold;
	color:red;
	text-align:center;
}
.item p.item_promo img{
	width:25px;
	height:22px;
	margin:3px 5px 0 0;
}
.item span.instock {
	font-weight:bold;
	font-style: italic;
}
.item .detail {
	overflow:hidden;
}
.item p.thumbinfo {
	font-size:12px;
	padding: 0 5px;
}
.item p.title {
	font-size:13px;
}
.item p.title_signed {
	font-size:12px;
}
.item p.price_range {
	font-size:13px;
	margin-top:6px;
}
.item p.subtitle {
	margin:3px 0;
	max-height:15px;
	line-height:15px;
	overflow:hidden;
}
.item p.subtitle_signed {
	color:#7B7A7A;
	font-size:10px;
}
.item p.icon {
	height:18px;
	margin:0 0 5px 0;
}
.item div.thumb_container, .item_det div.thumb_container {
	padding:5%;
	transition: padding 0.2s ease;
}
.item div.thumb_container:hover, .item_det div.thumb_container:hover {
	padding:0;
}
.item img.thumb {
	width:100%;
	max-width:600px;
	cursor:pointer;
}
.item img.thumb_chaoticinc {
	width:200px;
	height:200px;
	cursor:pointer;
}
.sold_out {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:150px;
	background:url(images/sold-out.png) 0 0 no-repeat;
	cursor:pointer;
}
.sold_out:hover {
	background-position:0 -150px;
}
.item img.newr {
	position:absolute;
	top:1px;
	right:1px;
	width:50px;
	height:50px;
}
.item a.detail_link {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	text-decoration:none;
}
.item img.discount {
	position:absolute;
	top:125px;
	left:35px;
	width:80px;
	height:18px;
}
.item img.reduced {
	position:absolute;
	top:125px;
	left:31px;
	width:90px;
	height:18px;
}
.item img.updated {
	position:absolute;
	top:125px;
	left:26px;
	width:100px;
	height:27px;
}
.item img.dated {
	position:absolute;
	top:50%;
	left:50%;
	width:150px;
	height:150px;
	margin-top:-75px;
	margin-left:-75px;
	/*cursor:pointer;*/
}
.item input.chk {
    position:absolute;
    top:120px;
    left:10px;
    height:20px;
    width:20px;
}

.item_pre {
	width:150px;
	height:230px;
	background:url(images/loading.gif) 90px 55px no-repeat;
}
#endoflist {
	color:#000000;
	background-color: #C8C8C3;
	padding:9px 0 7px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#endoflist a{
	color:#000000;
}
.showitem {
	position:relative;
	display:none;
	background:#ffffff;
	color:#ffffff;
	width:100%;
	padding-top:15px;
}
.showitem_pointer {
	width: 0;
	height: 0;
	border-style: solid;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
    border-bottom: 20px solid #000000;	
	position:absolute;
	top:0px;
	left:70px;
}
.showitem_thumb {
	position:absolute;
	top:72px;
	left:0;
	width:100%;
	max-width:300px;
	border:1px solid black;
	z-index:10000;
	display:none;
}
.showitem_thumb img{
	width:100%;
}
.showitem_parts {
	/*position:absolute;
	top:15px;
	left:0;*/
	position:relative;
	width:100%;
	height:100%;
	background:#000;
	text-align:center;
	/*border-top:2px solid #000;
	border-bottom:2px solid #000;*/
	/*overflow:hidden;*/
	/*
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	*/
}
.showitem_des {
	position:relative;
	display:inline-block;
	background:#000;
	text-align:center;
	padding-bottom:12px;
	border-bottom:1px solid #fff;
}
#showiteml {
	width:92%;
	max-width:600px;
}
#showitemc {
	width:92%;
}
#showitemo{
	width:92%;
}
#showitemr{
	width:92%;
	border-bottom:none;
}
#showiteml p{
	font-size:15px;
	color:#fff;
}
#showiteml p span{
	margin-left:10px;
	color: red;
}
#thumbview {
	width:100%;
	max-width: 600px;
	margin-bottom:10px;
}
#thumb_extra {
	position:relative;
	text-align:center;
	width:100%;
	max-width:200px;
	margin:0 auto;
}
.extradet {
	border: 1px solid #c7c4c4;
    padding: 5px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#thumb_extra img {
	position:relative;
	width:20%;
	margin:1% 2%;
	cursor:pointer;
}
.showitem_name {
	position:relative;
}
#showitemc table {
	width:95%;
	margin:0 auto;
}
#showitemc td {
	text-align:right !important;
	padding:2px 0 0 0 !important;
	vertical-align:middle;
}
#showitemc td.bg {
	background-color:#E4E4E2;
}
#showitemc td.off {
	color:#1ABE20;
}
#showitemc td.qty {
	padding-top:0;
}
#showitemc hr {
	border:1px dashed #a9a6a6;
}
#showitemc img.addtocart {
	width:184px;
	min-height:44px;
	background:url(images/addtocart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 15px 0 10px 0;
}
#showitemc img.addtocart:hover {
	background-position:0 -44px;
}
.showitem_loader {
	position:relative;
	margin:16px 0 0 2px;
	width:20px;
	height:20px;
}
.showitem_qty {
	width:30px !important; 
	text-align:right;
}
#showitemc p, #showitemo p, #showitemr p {
	margin-left:10px;
	margin-right:10px;
	color:#fff;
}
a.similar {
	position:relative;
	margin:30px 0;
	display:block;
	font-size: 15px;
    line-height: 19px;
	text-decoration:none;
	color:#c7c4c4;
	transition: color 0.5s ease;
}
a.similar:hover {
	color:#fff;
}
.showitem_title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
	/*background:#292929;*/
	margin-left:0 !important;
	margin-right:0 !important;
	padding:5px;
	text-align:center;
}
p.item_description {
	position:relative;
	margin-left:0 !important;
	margin-right:0 !important;
	width:90%;
	margin:0 auto !important;
	text-align:justify;
}
#item_detlink {
	position:absolute;
	bottom:0;
	right:0;
	margin:10px;
	text-align:center;
}

#product_detail {
	position:relative;
	/*background-color:#272727;*/
	color:#ffffff;
	padding:10px 5px 10px 5px;
}
#product_detail h1{
	color:#ffffff;
	font-size:18px;
	margin: 10px 0 20px 5%;
}

#product_detail img.back {
	width:54px;
	height:25px;
	margin:0 0 10px 10px;
	cursor:pointer;
}
#product_detail img.prodimg {
	width:100%;
	max-width:500px;
	height:auto;
	margin:0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
	display:block;
}

#cart_sizes {
	position:absolute; 
	display:none; 
	top:10px; 
	left:10px; 
	min-width:242px; 
	margin:0;
	background:#ffffff;
	border:1px solid #000000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	z-index:200000;
}
img.p_sizes_close {
	position:relative;
	float:right;
	margin:5px 0 0 0;
	width:30px;
}

.p_description_left {
	position:relative;
	width:90%;
	font-size:14px;
	margin: 0 auto !important;
	line-height:18px;
}
.metalfree {
	font-weight:bold;
	color:#25ca25;
}
.p_sizes_container {
	width:242px;
	overflow:hidden;
}
.p_sizes_content {
	margin:0 8px 0 8px;
	text-align:center;
	color:#000000;
	overflow:hidden;
}
.p_sizes_content p, .p_sizes_content a, .p_sizes_content table {
	color:#000000;
}
.p_sizes_content p.code {
	font-weight:bold;
}
.p_sizes_content p.note {
	font-weight:bold;
	border-bottom:1px solid grey;
}

.detail_product_sizes {
	position:relative; 
	width:90%; 
	margin:10px 5% 10px 5%; 
	text-align:center;
}
.detail_product_sizes p{
	font-size:1.2em;
	line-height:20px;
}


.p_sizes_content table, .detail_product_sizes table {
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
}
.p_sizes_content table td, .detail_product_sizes table td {
	vertical-align:middle;
	padding:0 5px 0 5px;
}
.p_sizes_content table td.bg, .detail_product_sizes table td.bg {
	background-color:#E4E4E2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.p_sizes_content table td.off, .detail_product_sizes table td.off {
	color:#1ABE20;
}
.p_sizes_content img.addtocart, .detail_product_sizes img.addtocart {
	width:184px;
	min-height:44px;
	background:url(images/addtocart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
.p_sizes_content img.addtocart:hover, .detail_product_sizes img.addtocart:hover {
	background-position:0 -44px;
}
.p_sizes_content img.updatecart {
	width:184px;
	min-height:44px;
	background:url(images/updatecart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
.p_sizes_content img.updatecart:hover {
	background-position:0 -44px;
}

.p_description_bottom {
	float:left;
	font-size:14px;
	margin: 5px 20px 20px 20px;
	line-height:18px;
	text-align:justify;
}

#item_view {
	position:fixed; 
	display:none; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	margin:0;
	z-index:200000;
	background-color:#393838;
}
.item_view_detail {
	width:90%;
	margin:20px 5% 0 5%;
	color:#ffffff;
	overflow:hidden;
	z-index:10000;
}
.item_view_detail img.item_view_close {
	position:relative;
	float:right;
	margin:4px 4px 0 0;
	cursor:pointer;
	z-index:100;
}
.item_view_container {
	width:100%;
	overflow:hidden;
}
.item_view_content {
	margin:0;
}
.item_view_content img.thumb {
	float:left;
	width:250px;
	height:250px;
	margin:0 auto !important;
}
.item_view_content p {
	color:#ffffff;
}
.item_view_content p.code {
	font-weight:bold;
}
.item_view_content a {
	float:right;
}


img.backtosearch {
	width:184px;
	min-height:44px;
	background:url(images/backsearch.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtocollection {
	width:184px;
	min-height:44px;
	background:url(images/backcollection.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtodated {
	width:184px;
	min-height:44px;
	background:url(images/backdated.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtochaoticinc {
	width:184px;
	min-height:44px;
	background:url(images/backchaoticinc.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.cancelcart {
	width:184px;
	min-height:44px;
	background:url(images/cancelcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.paymentcart {
	width:184px;
	min-height:44px;
	background:url(images/paymentcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.backcart {
	width:184px;
	min-height:44px;
	background:url(images/backcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.nextcart {
	width:184px;
	min-height:44px;
	background:url(images/nextcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.prevcart {
	width:184px;
	min-height:44px;
	background:url(images/prevcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.checkitems {
	width:184px;
	min-height:44px;
	background:url(images/checkitems.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.continue_shopping {
	width:184px;
	min-height:44px;
	background:url(images/continue_shopping.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 20px 0 10px 0;
}
img.checkoutcart {
	width:184px;
	min-height:44px;
	background:url(images/checkoutcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.request_refund {
	width:184px;
	min-height:44px;
	background:url(images/request_refund.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 20px 0 10px 0;
}
img.backtosearch:hover, img.backtocollection:hover, img.backtofavorites:hover, img.backtomynew:hover,
img.backtowatch:hover, img.backtodated:hover, img.backtochaoticinc:hover, img.continue_shopping:hover {
	background-position:0 -44px;
}

#animicon{
	position:absolute;
	display:none;
	width:75px;
	height:56px;
	z-index:200000; 
}
#animation img {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#products_show_note {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
	color:#1e1d1d;
	font-size:1.0em;
	display:none;
}

/*----- form defaults -----*/
/*
input, select, textarea { 
	font-family:Arial, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


input.inp_checkout, select.inp_checkout, textarea.inp_checkout { 
	font-size:12px;
}
input.inp_checkout, textarea.inp_checkout { 
	font-size:12px;
	width:344px;
}
*/
/*----- forms -----*/
input[type="text"], input[type="number"], input[type="password"], input[type="email"], select, textarea {
	width:264px;
	padding: 6px 8px 7px 8px;
	outline: none;
    font-size: 14px;
	border: solid 1px #fff;
	-moz-box-shadow: inset 1px 1px 2px 0 #707070;
	-webkit-box-shadow: inset 1px 1px 2px 0 #707070;
	box-shadow: inset 1px 1px 2px 0 #707070;
	-webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
input[type="number"] {
	width:40px;
	text-align:right;
}
select {
	width:284px;
	height:31px;
	background: #fff;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-image: url(images/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
}
input[type="text"].xdate {
	width:80px;
}
textarea {
	/*min-height:150px;*/
}
input[type=radio] {
    width:10px;
    height:10px;
	transform: scale(3, 3);
	-moz-transform: scale(3, 3); 
	-ms-transform: scale(3, 3); 
	-webkit-transform: scale(3, 3); 
	-o-transform: scale(3, 3);	
}
input.myfile {
	position:relative;
	width:80px;
}
input.security {
	width:90px;
}


#iform {	
	position:relative;
}
#iform input.long_button { 
	display:inline-block;
	height:36px;
	width:108px;
	background:url(images/long_button.png) no-repeat 0 0;
	padding:5px 19px 9px 19px;
	font-size:13px;
	position:relative;
	text-decoration:none;
	font-family:Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	margin-bottom:2px;
	border:0px;
}
#iform input.long_button:hover {
	color:#126A14;
}
#iform input.short_button { 
	display:inline-block;
	height:25px;
	width:75px;
	background:url(images/short_button.png) no-repeat 0 0;
	padding:0;
	text-align:center;
	font-size:13px;
	position:relative;
	text-decoration:none;
	font-family:Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:2px;
	border:0px;
}
#iform input.short_button:hover {
	color:#121C6A;
}
.button_submit {
	background: #aab1b5;
	background-image: -webkit-linear-gradient(top, #aab1b5, #3f4447);
	background-image: -moz-linear-gradient(top, #aab1b5, #3f4447);
	background-image: -ms-linear-gradient(top, #aab1b5, #3f4447);
	background-image: -o-linear-gradient(top, #aab1b5, #3f4447);
	background-image: linear-gradient(to bottom, #aab1b5, #3f4447);
	border-width: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	font-weight:600;
	padding: 8px 14px 8px 14px;
	margin:0 10px;
	text-decoration: none;
}
.button_submit:hover {
	color:gold;
	background: #b7bec2;
	background-image: -webkit-linear-gradient(top, #b7bec2, #515659);
	background-image: -moz-linear-gradient(top, #b7bec2, #515659);
	background-image: -ms-linear-gradient(top, #b7bec2, #515659);
	background-image: -o-linear-gradient(top, #b7bec2, #515659);
	background-image: linear-gradient(to bottom, #b7bec2, #515659);
	text-decoration: none;
}

.button {
	-moz-box-shadow: 1px 1px 0px 0px #42454d;
	-webkit-box-shadow: 1px 1px 0px 0px #42454d;
	box-shadow: 1px 1px 0px 0px #42454d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b6b6b8), color-stop(1, #2e2e2e));
	background:-moz-linear-gradient(top, #b6b6b8 5%, #2e2e2e 100%);
	background:-webkit-linear-gradient(top, #b6b6b8 5%, #2e2e2e 100%);
	background:-o-linear-gradient(top, #b6b6b8 5%, #2e2e2e 100%);
	background:-ms-linear-gradient(top, #b6b6b8 5%, #2e2e2e 100%);
	background:linear-gradient(to bottom, #b6b6b8 5%, #2e2e2e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b8', endColorstr='#2e2e2e',GradientType=0);
	background-color:#b6b6b8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	margin-left:10px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:8px 15px;
	text-decoration:none;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e2e2e), color-stop(1, #b6b6b8));
	background:-moz-linear-gradient(top, #2e2e2e 5%, #b6b6b8 100%);
	background:-webkit-linear-gradient(top, #2e2e2e 5%, #b6b6b8 100%);
	background:-o-linear-gradient(top, #2e2e2e 5%, #b6b6b8 100%);
	background:-ms-linear-gradient(top, #2e2e2e 5%, #b6b6b8 100%);
	background:linear-gradient(to bottom, #2e2e2e 5%, #b6b6b8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#b6b6b8',GradientType=0);
	background-color:#2e2e2e;
}
/*
.button:active {
	position:relative;
	top:1px;
}
*/
/*
#iform input.checkbox {
    width:30px;
    height:30px;
	transform: scale(2,2);
    -webkit-transform: scale(2,2);
	-ms-transform: scale(2,2);
}
#iform input[type=radio] {
    width:20px;
    height:20px;
	transform: scale(3, 3);
	-moz-transform: scale(3, 3); 
	-ms-transform: scale(3, 3); 
	-webkit-transform: scale(3, 3); 
	-o-transform: scale(3, 3);	
}
#iform input.myfile {
	position:relative;
	margin-top:-2px;
	background:#373636;
	width:80px;
	padding:0;
	border:none;
	color: #09176D;
}
*/

#iform table th {
    vertical-align:middle;
}

#iform input.shiping_empty {
	color:grey;
}
#iform img.loader {
	visibility:hidden;
	width:15px;
	height:15px;
}
/*
#iform input[type='checkbox'] {
	visibility:hidden;
}
*/
/*
.form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
*/
.form-group {
	position:relative;
	margin-top: 14px;
	vertical-align:middle;
}
.fg-multiple {
	display:inline-block;
}
.form-group span {
  position:relative;
  display:inline-block;
  font-size:15px;
  padding-top:5px;
}
/*
.form-control:focus {
  border-color: #f7b412;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
*/
.form-control::-moz-placeholder {
  color: #9c9898;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9c9898;
}
.form-control::-webkit-input-placeholder {
  color: #9c9898;
}
/* SLIDE THREE */
.slidechk {
	width: 66px;
	height: 30px;
	display:inline-block;
	background-color: #fefefe;
	margin-left:5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #c9c2c1;

	/*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);*/
}

.slidechk:after {
	content: 'No';
	color: #ec3737;
	position: absolute;
	top: 4px;
	right: 8px;
	z-index: 0;
	font-size:14px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.slidechk.any:after {
	content: 'Any';
}

.slidechk:before {
	content: 'Yes';
	color: #1fc71d;
	position: absolute;
	top: 4px;
	left: 5px;
	z-index: 0;
	font-size:14px;
	font-weight: bold;
}

.slidechk label {
	display: block;
	width: 30px;
	height: 26px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	background: #82878c;

	background: -webkit-linear-gradient(top, #9ea4a7 0%, #82878c 40%, #414a51 100%);
	background: -moz-linear-gradient(top, #9ea4a7 0%, #82878c 40%, #414a51 100%);
	background: -o-linear-gradient(top, #9ea4a7 0%, #82878c 40%, #414a51 100%);
	background: -ms-linear-gradient(top, #9ea4a7 0%, #82878c 40%, #414a51 100%);
	background: linear-gradient(top, #9ea4a7 0%, #82878c 40%, #414a51 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ea4a7', endColorstr='#414a51',GradientType=0 );
}

.slidechk input[type=checkbox] {
	visibility:hidden;
}
.slidechk input[type=checkbox]:checked + label {
	left: 33px;
}

p.shipment {
	position:relative;
	margin:10px 0 10px 0;
}
p.shipment img {
	float:left;
	margin:0 10px 10px 0;
}

ul.myaccount li{
	margin:0 1% 5px 1%;
	padding:10px 10px 10px 10px;
	height:76px;
	background:url(images/rarrow.gif) no-repeat;
	background-color:#f1f1ed;
	background-position:95% 50%;
	border:1px solid #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul.myaccount li a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
ul.myaccount li a img{
	float:left;
	margin-right:5px;
	max-width:100px !important;
}

/* Style for Usual tabs */
.usual {
}
.usual li { 
	list-style:none; 
	display:inline-block;
}
.usual ul {
	margin:10px 0;
	text-align:center;
}
.usual ul a {
	display:block;
	padding:7px 10px 5px 10px;
	text-decoration:none!important;
	margin:3px;
	border:1px solid #000;
	font-size:12px;
	color:#000;
	background:#c7c4c4;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.usual ul a.selected {
	background:snow;
	cursor:default;
}
.usual {
	/*
	padding:0px 1% 8px 1%;
	clear:both;
	border-radius:0px 3px 3px 3px;
	-webkit-border-radius:0px 3px 3px 3px;
	-moz-border-radius:0px 3px 3px 3px;
	*/
}
.usual div a { 
	font-weight:bold; 
}

.usual table {
	position:relative;
	width:550px;
	margin:0 auto;
}
.usual tr {
	height:25px;
}
.usual td {
	padding:0 5px 0 5px;
}
.usual td.r {
	text-align:right;
}
.usual td.v {
	vertical-align:top;
}
.usual td.b {
	font-weight:bold;
}
.usual td.nw {
	white-space:nowrap;
}
.usual input[type="text"] {
	width:300px;
}
.usual textarea {
	width:302px;
}
.usual .material {
	position:relative;
	padding:10px 0 10px 0;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	overflow:hidden;
}
.mtitle {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
.usual .minfo {
	position:relative;
	float:right;
	padding:10px;
	margin-bottom:10px;
	background:#ecebeb;
	text-align:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.usual .minfo p {
	margin:0;
}
p.scname span {
	font-style:italic;
}
p.wikipedia a {
	color:#000;
	font-style:italic;
	text-decoration:underline;
}

ul.paymentinfo {
	margin:20px 0 0 0;
}
ul.paymentinfo li{
	margin-bottom:20px;
	vertical-align:middle;
	font-size:15px;
	clear:both;
	overflow:hidden;
}
ul.paymentinfo li img{
	float:left;
	margin-right:10px;
}

#pagination {
    position:relative;
    width:100%;
	padding:5px 0;
}
#pagination ul {
    text-align:center;
}
#pagination li {
    display:inline-block;
    margin: 0 15px 0 15px;
    font-size:1.2em;
}
#pagination li a{
    font-size:1.2em;
}
#pagination select {
	width:55px;
}
#pagination span {
	position:relative;
	top:5px;
}
ul.mob_menu li{
	margin:0 1% 5px 1%;
	padding:10px 10px 10px 10px;
	background:url(images/rarrow.gif) no-repeat;
	background-color:#f1f1ed;
	background-position:95% 50%;
	border:1px solid #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul.mob_menu li a{
	width:100%;
	line-height:50px;
	font-size:2em;
	color:#000000;
	text-decoration:none;
	display:block;
}

#checkout_process_title {
	display:none;
	font-size: 20px;
    font-style: italic;
}
#checkout_process {
	position:relative;
	height:30px;
	margin:0 auto;
	margin-top:5px;
}
#checkout_step0 {
	position:absolute;
	top:0;
	left:0;
	width:31px;
	height:30px;
	background:url(images/checkout_step0.png) 0 0 no-repeat;
	cursor:pointer;
}
#checkout_step0:hover {
	background-position:0 -50px;
}
#checkout_steps {
	position:absolute;
	top:-6px;
	left:36px;
	height:38px;
}
#checkout_step_loader {
	position:absolute;
	top:10px;
	left:682px;
	width:30px;
	height:30px;
}
ul.steps {
	position:relative;
}
ul.steps li {
	display:inline-block;
	width:70px;
	text-align:center;
	padding-top:10px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}
ul.steps li.current {
	color:#000000;
}
ul.steps li.tocome {
	color:#c3c3c3;
}
ul.steps li.passed {
	color:#c3c3c3;
}
.checkout {
	width:970px;
	height:95px;
	background:url(images/bg_checkout.png) no-repeat;
	background-position:center;
}
#checkout_thumb_cart {
	position:absolute;
	top:25px;
	/*left:250px;*/
	left:0;
	width:51px;
	height:40px;
	background:url(images/menu_cart.png) 0 0 no-repeat;
	display:none;
}
.checkout_detail {
	position:relative;
	width:99%;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	padding: 2px;
	margin-top:10px;
	overflow:hidden;
	border-left:1px solid #111111;
	border-top:1px solid #111111;
	border-right:1px solid #686767;
	border-bottom:1px solid #686767;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.checkout_detail_left {
	margin:5px 0 5px 5px;
	padding:5px;
	text-align:left;
	color:#000000;
}
.checkout_detail_left h2{
	color:#000000;
	font-size:18px;
}
.checkout_detail_left table {
	width:650px; 
	float:left;
	display:block;
}
.checkout_detail_left table tr {
	height:30px;
}
.checkout_detail_left table th {
	text-align:right;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	padding:0 5px 0 5px;
}
.checkout_detail_left table td {   
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	padding:0 5px 0 0;
}
.checkout_detail_left p {
	color:#000000;
}
.checkout_detail_left a {
	color:#4A4A4A;
}
.checkout_detail_left table.gen {
	width:100%;
}
.checkout_detail_left table.gen th {
	width:100px;
}
.opt_payment {
	float:left;
	margin-top:22px;
}
.opt_payment_img {
	float:left;
	margin-left:5px;
}
.opt_payment_txt {
	margin-left:28px;
}
.opt_payment_hr {
	margin:5px 0 10px 0;
}
#del_preview {
	position:relative;
	overflow:hidden;
	background: #EEEBEB;
}
#del_preview h3 {
	text-align:center;
	color:#000000;
	background:#96DBDF;
	margin-top:0;
	padding:10px;
}
#del_preview p {
	text-align:left;
	line-height:25px;
	font-size:16px;
	margin:30px;
	padding:10px;
	background:#ffffff;
}
.shipby {
	background:#dce8e8;
}
.shipby p {
	margin-left:30px;
}
span.option_free {
	font-size:20px;
	font-weight:bold;
	color:#D52F2F;
}
#ems_ack {
	width:490px;
	margin-left:40px;
	height:50px;
	background:#ff0000;
	color:#ffffff;
	padding-top:5px;
}
#ems_ack table {
	width:490px;
}

.off_requested {
	background-color:#A1C2C2;
}
.off_requested input[type='number'] {
	/*margin-top:-5px;*/
	width:40px;
	/*text-align:right;*/
}


#panel_total {
	background-color:#96DBDF;
	padding:20px 5px;
	text-align:center;
	color:#000000;
}
#panel_total table {
	position:relative;
	margin:0 auto;
}
#panel_total table tr {
	height:25px;
}
#panel_total table th {
	text-align:right;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
	padding:0 5px 0 5px;
}
#panel_total table td {   
	vertical-align:middle;
	text-align:right;
	font-size:15px;
	padding:0 5px 0 0;
}
#panel_total table td.tot {
	font-weight:bold;
}
input.submit_2checkout {
	width:278px;
	height:65px;
	background:url(images/2checkout_button.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
}
input.submit_2checkout:hover {
	background-position: 0px -65px;
}


/* Login
---------------------------------------- */
#login_overlay {
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:210000;
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.8);
	display:none;
}
#login_inner {
	position:relative;
	width:96%;
	max-width:330px;
	margin:0 auto;
	margin-top:20px;
	padding:2%;
	color:#4E4C4C;
	background:#f3f3f3; 
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
}
#login_inner img.login_close {
	position:relative;
	width:30px;
	height:30px;
	float:right;
	margin:-5px -5px 10px 0;
	cursor:pointer;
}

#signin {
	width:100%;
	overflow:hidden;
}
#signin a {
	/*width:120px;*/
}
.sbll {
	position: relative;
	margin:0 auto;
}
.sbll li {
	vertical-align:middle;
}
#signin input {
	width:95%;
	font-size:14px;
	color:grey;
}
#signin input.emailchkbox {
	width:20px;
	height:20px;
	margin:0 5px 5px 0;
	font-size:10px;
	color:grey;
	-ms-transform: scale(0.7); /* IE */
	-moz-transform: scale(0.7); /* FF */
	-webkit-transform: scale(0.7); /* Safari and Chrome */
	-o-transform: scale(0.7); /* Opera */}
a.pwdlost{
	position: relative;
    float: right;
    margin: 12px 0 0 0;
    padding-right: 12px;
	font-size:13px;
    color: #4e4c4c;
    text-decoration: underline;
}
#signin img.loader, #dropdown_currency img.loader {
	visibility:hidden;
	width:15px;
	height:15px;
}
#signup {
	border-top:2px solid #000000;
	margin:20px 0 10px 0;
	padding: 24px 0 0 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#signup span {
	position:relative;
	top:10px;
	font-size:11px;
	font-style:italic;
}

/* Footer
---------------------------------------- */

#footer{
	width:100%;
	margin: 0;
	padding:10px 0 10px 0;
	background-color:#000000;
	/*border-top:1px solid #FBCE47;*/
	text-align:center;
	overflow: hidden;
}
#footer a {
	color:#E0DDDD;
	text-decoration:none;
}
#footer a:hover {
	color:#FBCE47;
}

#footer ul {
	margin:0 0 10px 0;
}		
#footer li {
	display:inline;
}
#footer li a {
	margin:0 7px 0 11px;
	font-size:1.2em;
	line-height:2em;
	white-space: nowrap;
}

#footer p {
	text-align:center;
}
#footer img {
	float:right;
	margin:0;
}
#footerpayment_paypal {
	position:absolute;
	top:5px;
	left:-168px;
	width:216px;
	height:50px;
	background:url(images/paypal-payment.jpg) 0 0 no-repeat;
	margin:0;
}
#footerpayment_2co {
	position:absolute;
	top:5px;
	right:-168px;
	width:216px;
	height:50px;
	background:url(images/2co-payment.jpg) 0 0 no-repeat;
	margin:0;
}
#pop_message {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
	display:none;
	z-index:300000;
}
#pop_container {
	position:fixed;
    top: 0px;
	left:0px;
	max-width:80%;
	width:400px;
	padding:16px 0 0 0;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
	visibility:hidden;
	overflow:hidden;
}
#pop_content {
	color:#000000;
	font-size:15px;
	margin:10px;
}
#pop_message_close {
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	cursor:pointer;
}
#pop_message_ok {
	position:relative;
	float:right;
	margin:20px 0 10px 0;
}
#pop_precontent {
	display:none;
}
.pop_message_buttons {
	float:right;
	margin-bottom: 10px;
}

@media only screen and (max-width : 520px) {
	#header {
		height:96px;
	}
	#header_logo {
		position:absolute;
		top:1px;
		left:62px;
	}
	#header_logo2 {
		position:absolute;
		top:44px;
		left:10px;
	}
	#tempo {
		top:8px;
		left:50%;
	}
	.m-scene {
		margin-top:130px;
	}
}
@media only screen and (max-width : 450px) {
	#cartnav {
		position:absolute;
		bottom:45px;
		right:0;
	}
	#cart_amount {
		position:absolute;
		bottom:45px;
		right:50px;
	}
}
@media only screen and (max-width : 380px) {
	#header_title {
		width:150px;
		height:72px;
		top:14px;
		left:115px;
	}
	.item .info {
		font-size:0.8em;
		margin-top:20px;
	}
	.item .info span {
		font-size:1.1em;
	}
	.item .info span.sold {
		font-size:0.8em;
	}
	.item .des {
		width:47%;
		height:45px;
	}
}
@media only screen and (max-width : 290px) {
	#header_logo {
		position:absolute;
		top:1px;
		left:10px;
	}
}

@media only screen and (min-width : 381px) and (max-width : 610px) {
	.item .des {
		width:52%;
		height:32px;
	}
}

@media only screen and (min-width : 521px) {
	.item .des {
		width:63%;
		height:32px;
	}
}
@media only screen and (min-width : 660px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.6em;
	}
}
@media only screen and (min-width : 760px) {
	.item .des {
		width:74%;
		height:32px;
	}
}
@media only screen and (min-width : 772px) {
	.cart_detail_part1 {
		width:calc(100% - 307px);
	}
	.cart_detail_description {
		width:calc(100% - 249px);
		text-align:left !important;
	}
	.cart_detail_part2 {
		width:312px;
		display:inline-block;
		float:right;
	}
	.cart_detail_part2 div {
		border-top:0px dashed #000;
		background:none;
	}
	.cart_detail_dummy {
		width:0;
		padding-left:0 !important;
		padding-right:0 !important;
		border-right:0px !important;
	}
	.cart_detail_sep {
		height:1px;
		border-top:1px dashed #000;
	}
}
@media only screen and (max-width: 940px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3.content {
		width: 100%; 
	}
	.span_1_of_3.colinfo {
		width: 100%; 
	}
}
@media only screen and (max-width: 850px) {
	#category_video_text {
		width: 300px; 
	}
}
@media only screen and (max-width: 742px) {
	#category_video_text {
		width: 100%; 
	}
}
@media only screen and (max-width: 350px) {
	ul.steps li {
		width:61px;
		font-size:14px;
	}
	#is_2co_img img, #is_paypal_img img, #is_transfer_img img, #is_cash_img img {
		width:230px;
	}
}
@media only screen and (min-width: 940px) {
	.item .des {
		width:80%;
		height:32px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
	#menu ul {
		font-size: 1.2em;
	}
}
@media only screen and (min-width : 1300px) {
	.item .des {
		width:85%;
		height:32px;
	}
}




#through_target, #through_target2{
	background: #ffffff;
	border: 0px;
	width: 300px;
	height: 100px;
	overflow: none;
	border: 0px groove #006;
	display: none;
}
