@charset "utf-8";
/* 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:#ffffff;
}
/* Global properties ======================================================== */
body { 
	height:100%;
	background-color:#ffffff;
	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.25em;
	color:#000;
}

#container {
	position:relative;
	max-width:1370px;
	padding: 0 20px;
	margin:0 auto !important;
}
#header{
	position: relative;
	top:0;
	width:100%;
	font-size:.75em;
	background:#fff;
	/*overflow:hidden;*/
	z-index:100000;
}
.header_fixed {
	position:fixed !important;
	top:-187px !important;
	left:0;
}
#header2{
	position: relative;
	font-size:.75em;
	height:220px;
	background:url(images/bg_header4.jpg) 0 0 no-repeat #000000;
}
#brand {
	position:relative;
	padding:10px 0;
}
#brand img {
	width:100%;
	max-width:500px;
	cursor:pointer;
}
#top_nav {
	position:absolute;
	top:14px;
	right:10px;
	text-align:right;
	min-width:280px;
}
#top_nav img{
	width:24px;
}
#top_nav a{
	position:relative;
	top:4px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#top_nav_login {
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
#top_nav_info {
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
#top_nav_cart {
	display:inline-block;
	margin:30px 10px 0 0;
	cursor:pointer;
}
#cart_amount {
	position:relative;
	top:4px;
	/*float:right;
	top:0px;*/
	display:inline;
	/*margin-right:10px;*/
	height:20px;
	padding:7px 4px 7px 10px;
	background:#dedddd;
	font-size:15px;
	font-weight:bold;
    border-radius: 5px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:right;
}
#cart_amount_currency {
	position:relative;
	top:4px;
	display:inline;
	height:20px;
	padding:7px 16px 7px 7px;
	background:#dedddd;
	font-size:15px;
	font-weight:bold;
    border-radius: 5px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-left:1px;
	cursor:pointer;
}
.triangle_12 {
	position:absolute;
	top:8px;
	right:4px;
	height:0;
	width:0;
	border-style:solid;
	border-width: 9px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
}
#top_nav_search {
	float:right;
	margin:38px 10px 0 0;
	width:calc(100% - 10px);
	text-align:right;
}
#top_nav_search_inp {
	height:20px;
	padding:7px;
	background:#dedddd;
	font-size:15px;
	border: none;
	outline:0;
    border-radius: 5px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    vertical-align: unset;
	width:202px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#top_nav_search_inp:focus {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
}
#top_nav_search img {
	margin-top:5px;
	cursor:pointer;
}
#top_search {
    background: transparent;
}
/* Navigation */
#nav {
	position:relative;
	width:100%;
	/*top:145px;
	left:0;
	height:46px;*/
	background-color:#000;
	color:#fff;
}
#nav ul {
	position:relative;
	display:inline-block;
	/*width:920px;*/
	/*float:left;
	height:42px;*/
	margin-top:8px;
	margin-bottom:7px
}
#nav li {
	position:relative;
	display:block; 
	float:left; 	
	/*height:40px; 
	width:40px;*/
	padding:0;
	margin:3px 0 3px 20px;
}
#nav li.long {
	width:83px;
	float:left;
	padding:0;
}
#nav li a {
	/*width:51px;*/
	height:20px;
	display:block; 
	*display:inline-block; 
	text-decoration:none;
	margin:0;
	text-align:center;
	font-size:17px;
	color:#c7c4c4;
	padding-top:4px;
	transition: color 0.5s ease;
}
#nav li a.active {
	color:#fff;
}
#li_cart {
	position:relative;
}
#li_cart img {
	position:absolute;
	top:-18px;
	left:0;
	width:60px;
	height:60px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#cart_top:hover {
	opacity:0; 
}

#nav li a.cart {
	position:relative;
	/*margin-left:52px;*/
}
#nav li.li_session { 
	display:inline;
}

#nav li a:hover {
	color:#ffffff;
}
#nav li a.menuselected {
	color:#ffffff;
}
#nav li p, #nav li table  {
	font-size:14px;
}
#showitem_pointer_container {
	position:relative;
	width:100%;
	height:20px;
	background:transparent;
	display:none;
	z-index:-1;
}
.bg_snp {
	/*background:#fff !important;*/
}
#showmenu_pointer {
	position:relative !important;
	/*display:none;*/
}
#sub_nav {
	position:relative;
	width:100%;
	/*top:145px;
	left:0;*/
	min-height:46px;
	text-align:center;
	background-color:#000;
	color:#fff;
	display:none;
}
#menu_gap {
	position:relative;
	width:100%;
	height:6px; 
}
#fscmno {
	background:#fff;
	overflow:hidden;
	border-bottom: 1px solid #e4dede;
}
#fsc, #gtmno, #mno {
	position:relative;
	float:left;
	font-size: 16px;
    font-weight: bold;
    margin: 0 0 2px 0px;
    padding: 15px;
}
#gtmno {
	background-color:#4c9bc6;
    margin: 4px 0 0 0;
	margin-left: calc(50% - 113px);
    padding: 12px;
    border-radius: 8px;	
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-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);
}
#gtmno a {
	color:#fff;
	text-decoration:none;
}
#mno {
	float:right;
}
#sub_li_info, #sub_li_currency, #sub_li_login, #sub_li_account {
	position:absolute;
	top:24px;
	right:10px;
	padding:30px 10px 10px 10px;
	text-align:center;
	font-size:17px;
	display:none;
	color:#fff;
	background:#000;
    border-radius: 8px;	
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-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);
	z-index:1000;
	cursor:default;
}
#sub_li_login, #sub_li_account {
	top:24px;
	right:135px;
	padding:36px 10px 10px 10px;
}
#sub_li_account {
	white-space:nowrap;
}
#sub_li_currency {
	top:85px;
	text-align:left;
	white-space:nowrap;
}
#sub_li_currency li {
	padding: 0 0 10px 0;
}
#sub_li_info a, #sub_li_account a {
	display:block;
	text-decoration:none;
	text-align:right;
	font-size:14px;
	color:#c7c4c4;
	margin: 0 0 8px 0;
	transition: color 0.5s ease;
}
#sub_li_account a {
	text-align:left;
}
#sub_li_info a:hover, #sub_li_account a:hover {
	color:#ffffff;
}
.menu_account {
	display:inline-block;
	text-align:left;
	margin-bottom: 5px;
}
#sub_li_account p , #sub_li_currency p{
	font-size:15px;
	color:#fff;
}
#sub_li_account a {
	display:block;
    line-height: 20px;
    color: #c7c4c4;
    text-decoration: none;
    margin-bottom: 4px;
    margin-right: 16px;
	transition: color 0.5s ease;
}
#sub_li_account a:hover {
	color:#fff;
}
a.menucart {
	background: url('images/login_cart.png') no-repeat 0 0;
}
a.menumyaccount {
	background: url('images/login_myaccount.png') no-repeat 0 0;
}
a.menumycollection {
	background: url('images/login_collection.png') no-repeat 0 0;
}
a.menumyfavorites {
	background: url('images/login_favorites.png') no-repeat 0 0;
}
a.menumywatchlist {
	background: url('images/login_watch.png') no-repeat 0 0;
}
a.menumyorders {
	background: url('images/login_orders.png') no-repeat 0 0;
}
a.menunewitems {
	background: url('images/login_new.png') no-repeat 0 0;
}
a.menusignout {
    padding-left: 31px;
	width:70px;
	background: url('images/login_signout.png') no-repeat 0 0;
}
a.menuupload {
	background: url('images/login_upload.png') no-repeat 0 0;
}

img.menu_close {
	position:absolute;
	top:7px;
	right:5px;
	width:20px !important;
	height:20px;
	cursor:pointer;
}
#signin {
	margin:0 auto;
	overflow:hidden;
}
#signin a {
	width:120px;
}
#signin1 {
	/*float:left;
	width:400px;*/
}
#signin1 .bll {
	/*float:left;*/
	display:inline-block;
	width:230px;
	text-align:left;
}
#signin1 .blr {
	/*float:right;*/
	display:inline-block;
	margin-top:2px;
	text-align:left;
}
#signin1 .bll li, #signin1 .blr li {
	vertical-align:middle;
	padding-bottom:5px;
}
#signin1 li.extra {
	font-size:12px;
	padding:4px 0 0 14px;
}
#signin1 .blr a{
	color:#7c7c7c;
}
#signin2 {
	/*float:right;*/
}
#signin input {
	width:100%;
	font-size:12px;
	color:grey;
	padding:4px;
}
#signin input.emailsignin {
	width:100%;
	font-size:12px;
	color:grey;
}
#signin input.emailchkbox {
	width:20px;
	height:20px;
	margin: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{
	width:150px;
	height:20px;
	font-size:12px !important;
	padding:0;
	margin:0;
}
a.pwdlost:hover{
	color:#fff;
}
#signin img.loader, #dropdown_currency img.loader {
	visibility:hidden;
	width:15px;
	height:15px;
}
#signup {
	margin-top:12px;
	padding-top: 10px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	border-top:1px solid #9e9c9c;
}
#signup span {
	display:block;
	font-size:12px;
	font-style:italic;
	margin-top:6px;
}

#info_login {
	position:absolute;
	top:20px;
	left:375px;
	display:none;
	z-index:10000;
	font-size:13px;
}
.info_bubble_arrow_up_left {
	position: relative;
	left:30px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.info_bubble_arrow_up_right {
	position: relative;
	left:290px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.info_bubble_content {
	background:#ffffff;
	color:#000000;
	padding:10px 0 10px 20px;
	text-align:left;
}
.info_bubble_content td {
	padding-right:30px;
}
.info_bubble a {
	color:#545454;
	text-decoration:none;
	line-height:25px;
	font-size:15px;
	transition: color 0.5s ease;
}
.info_bubble a:hover {
	color:#000;
}
#info_login.info_bubble a {
	line-height:30px;
	height:30px;
	font-size:15px;
	padding-left:30px;
	padding-bottom:5px;
}
#cart_amount.cart_amount2 {
	position:absolute;
	top:94px;
	right:110px;
	border:2px solid #000000;
	z-index:1200;
	cursor:pointer;
}
#filter_products {
	position:relative;
	overflow:hidden;
	text-align:center;
	padding-bottom: 5px;
}
#filter_products p{
	color:#fff;
	font-size:15px;
	text-align:center;
}
#filter_products p span{
	font-weight:bold;
	margin-left:5px;
}
#filter_products a{
	color:#fff;
	font-size:15px;
	text-decoration: none;
	display:block;
	margin-bottom:5px;
}
#filterl {
	display:inline-block;
	width:220px;
	height:100%;
	border-right:1px solid #676666;
}
#filter_search {
	display:block;
	text-align:center;
}
#filter_search_quick {
	display:none;
	text-align:left;
	padding:10px 26px;
}
#filter_cat {
	display:block;
	text-align:left;
	padding:10px;
	border-top:1px solid #676666;
}
#filter_cat_list {
	position:relative;
	margin:0 auto;
	height:80px;
	overflow:auto;
}
.sb-container{
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.sb-content {
  height:100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing:border-box;
}
.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 10px;
}
.sb-container-noscroll .sb-scrollbar-container {
    right: 15px;
}

.sb-scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  width: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.5);
}

.sb-scrollbar:hover {
    background: rgba(250, 250, 250, 0.5);
}
/*
.spec_scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #363636;
}

.spec_scrollbar::-webkit-scrollbar
{
	width: 12px;
	background-color: #363636;
}

.spec_scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #848484;
}
*/
#filter_cat ul{
	position: relative;
    display: inline-block;
    margin-left: 45px;
	font-size:13px;
}
.btn_apply_filter {
	margin-top:10px;
	width:80px;
	height:27px;
	cursor:pointer;
}
#filterr {
	display:inline-block;
	width: -moz-calc(100% - 226px);
	width: -webkit-calc(100% - 215px);
	width: -o-calc(100% - 226px);
	width: calc(100% - 226px);
}
.cfilter{
	display:inline-block;
	width:186px;
	height:134px;
	padding:5px;
	text-align:left;
	font-size:13px;
}
.pfilter_list {
	position:relative;
	margin:0 auto;
	max-height:135px;
	height:116px;
	/*overflow:auto;*/
}
.cfilter ul{
	position: relative;
    display: inline-block;
    /*margin-left: 45px;*/
	font-size:13px;
}
.cfilter ul li{
	padding-right:3px;
}
#filter0{
	height:100%;
	font-size:13px; 
	padding:10px 5px;
	border-right: 1px solid #676666;
	display:none;
}
#filter0 p {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:7px 0 40px 0;
}
#filter0 p span {
	font-weight:normal;
	display:block;
	margin-bottom:10px;
}
.ofilter{
	display:inline-block;
	min-height:120px;
	padding:5px;
}
#filter_product_header {
	position:relative;
	font-size: 15px;
    padding: 10px 0 0 0;
	border-bottom: 1px solid #676666;
}
#filter_product_header p{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#filter_product_header ul li {
	display:inline-block;
	text-align:center;
	padding:0 1%;
	vertical-align: top;
	padding-bottom: 10px;
}
#filter_products_new  {
	height:92px;
	padding-bottom: 0 !important;
	border-left: 1px solid #676666;
	text-align:left !important;
	padding-left:22px !important;
	padding-right:0 !important;
}
#filter_product_header img{
	position:relative;
	width:22px;
	height:22px;
	margin-right:10px;
	cursor:pointer
}

p.pfilter {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:0 0 5px 0;
}
#filter_products_search, #products_search {
	width:160px;
	margin-bottom:8px;
	margin-right:5px;
	font-size:10px;
	padding:3px;
}
#filter_products_size, #products_size {
	width:169px;
	margin-bottom:8px;
	margin-right:5px;
	font-size:10px;
	padding:3px 0;
}

#search_line {
	position:absolute;
	width:910px;
	top:188px;
	left:40px;
	height:30px;
}
#free_shipping {
	position:relative;
	float:left;
	top:5px;
	display:inline;
	color:#E22925;
	font-size:15px;
}
#free_shipping a{
	color:#E22925;
	font-size:15px;
	text-decoration:none;
}
#min_order {
	position:relative;
	float:right;
	margin-right:10px;
	top:5px;
	display:inline;
	color:#E22925;
	font-size:15px;
}
#payment_pending {
	position:relative;
	float:right;
	top:22px;
	display:inline;
	visibility:hidden;
}
#payment_pending a {
	text-decoration:none;
}
#payment_pending img {
	width:16px !important;
	height:16px !important;
}
input.prod_search {
	position:relative;
	width:130px;
	height:20px;
	margin:2px 0 0 5px;
	padding:0;
	border:0;
	color:#000000;
	font-size:12px;
	padding-left:5px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
}
input.prod_search_empty {
	color:grey;
}
input.prod_submit {
	border:0;
	background:url(images/magnifier_plus25.png) no-repeat;
	width:25px;
	height:25px;
	text-indent:-9000px;
	cursor:pointer;
}

#banner {
	position:relative;
	width:100%;
	background-color:#fff;
}
#banner img {
	width:100%;
}
#banner_text {
	position:absolute;
	top:0;
	text-indent:-9999px;
	z-index:-1;
}
#newsletter {
	position:relative;
	width:100%;
	background-color:#fff;
	overflow:hidden;
}
#newsletter img {
	display:block;
	float:left;
	width:100%;
	max-width:600px;
	margin:0 20px 10px 0;
}
#newsletter p.innew {
	margin-left:0;
	margin-right:0;
	padding-right:20px;
}

#content { 
	position:relative;
	top:0px;
	left:0;
	margin: 0 auto;
	margin-top:0;
	width:100%;
	min-height:500px;
	background:#ffffff;
	overflow: hidden;
}
#content_subcat {
	position:relative;
	display:block;
	background-color:#434242;
	color:#fff;
	font-size:16px;
	padding:14px 30px;
}
#sel_subcat {
	position:absolute;
	top:8px;
	left:188px;
	min-width:176px;
	background-color:#fff;
	color:#000;
	padding:6px 20px 6px 4px;
}
#sel_subcat_content {
	position:relative;
	margin:0;
	padding:0;
}
#sel_subcat_pointer {
	position:absolute;
	right:4px;
	top:8px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top: 12px solid black;	
}
#content_inside { 
	position:relative;
	margin: 0 5%;
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
}
#content_prod_list { 
	position:relative;
	margin: 0 1%;
	margin-top:10px;
	margin-bottom:20px;
	overflow: hidden;
}

#content.contentlarge {
	/*width:980px;
	padding:0 10px 10px 10px;*/
}
.topped {
	margin-top:93px !important;
}
#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;
}

h1 {
	font-size:20px; 
	font-weight:bold;
	margin:11px 0 15px 0;
	color:#000;
	line-height: 22px;
}
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;
	color:#000;
	border-top:2px dotted #E0DDDD;
	border-bottom:2px dotted #E0DDDD;
}
h2 {
	font-size:18px; 
	font-weight:bold;
	margin:16px 0 8px 10px;
	color:#000;
	text-align:left;
}
h3 {
	font-size:14px; 
	font-weight:bold;
	margin:10px 0 12px 0;
	color:#000;
}
h4 {
	font-size:13px; 
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#000;
}
p {
	font-size:12px; 
	margin:0 0 10px 0;
	color:#000;
}
p.gen {
	font-size:14px; 
	line-height:17px;
}
p.faq {
	color:#fff;
}
p.gen span {
	font-style:italic; 
}

a {
	color:#626261;
}
a:hover {
	color:#000000;
}

.dinline {
	display:inline-block;
}
.entry1, .entry2, .entry3 , .entry4 {
	position:relative;
	width:530px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
	background-color:#373636;
	color:#fff;
	padding: 20px 0 10px 0;
}
.entry1 h2 {
	color:#fff;
}
.entry1 p {
	color:#fff;
	text-align:left;
}
.entry1 a {
	color:#d9d7d7;
}
.entry1 a:hover {
	color:#fff;
}
.entry2 {
	width:90%;
	max-width:640px;
	padding: 20px 20px 10px 20px;
}
.entry3 {
	width:90%;
	max-width:640px;
	padding: 20px 20px 10px 20px;
	background-color:transparent;
	color:#000;
}
.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;
}
.entry5 {
	width:98%;
	padding: 0 0 7px 0;
	background-color:transparent;
	color:#000;
	text-align:center;
}

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

table.tentry2 {
	width:800px;
}
table.tentry2 tr {
	height:30px;
}
table.tentry2 th {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}
table.tentry1 td {   
	vertical-align:middle;
	text-align:left;
	font-size:13px;
}

table.tentry3 {
	width:100%;
	max-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;
}

table.tentry4 {
	width:100%;
	font-size:115%;
}
table.tentry4 tr {
	height:40px;
}
table.tentry4 th {
	width:170px;
	padding-right:5px;
	text-align:left;
	vertical-align:middle;
	padding:5px 4px 4px 0;
	font-weight:normal;
}
table.tentry4 td {   
	max-width:320px;
	vertical-align:middle;
	text-align:left;
	padding:4px 0;
}

.content_cart {
	max-width:900px !important;
	margin: 0 auto !important;
}
.content_cart h1{
	margin-left: 20px;
}
#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;
}
#qty_warning p {
	margin-left: 10px;
    font-size: 13px;
	font-weight:bold;
	line-height: 17px;
}
table.cart {
	position:relative;
	width:100%;
	background-color:#c0bebe;
	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 tr.intersize td{
	border-top:1px dashed #000;
}
table.cart th.nob, table.cart td.nob {
	border-right:0px dotted #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.tdes {
	position:relative;
}
img.photo_cart {
	width:50px;
	cursor:pointer;
}
img.cart_edit, img.cart_warning {
	width:16px;
	cursor:pointer;
	margin-bottom:3px;
}
img.warning {
	visibility:hidden;
}
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;
}

.magnifierp {
	position:relative;
	top:-5px;
	cursor:pointer;
	margin:0 0 0 20px;
}
.magnifierm{
	cursor:pointer;
	float:right;
	margin:0 0 0 10px;
}
.faq_answer {
	display:none;
	background-color:#474747; 
	padding: 10px 10px 40px 10px;
	margin-bottom:30px;
}
.faq_answer a{
	color:gold;
}

#cat_navigation {
	position:relative;
	width:100%;
	overflow:hidden;
	display:inline-block;
	margin:0 0 10px 4px;
}
#toporder_categories, #ban_slides {
	position:relative;
	margin:0 75px;
	overflow:hidden;
	padding:1px 1px 1px 1px;
}
#toporder_categories {
	margin:0;
}
#cat_slider, #ban_slider {
	position:relative;
	padding:0; 
	overflow:hidden;
}
#cat_slider a {
	position:relative;
	width:150px;
	height:86px;
	/*display:block; */
	display:inline-block; 
	text-decoration:none;
	margin:0px 2px 10px 2px;
}
#cat_slider a img {
	width:150px;
	height:86px;
	opacity:1.0;
}
#cat_slider a img.notactive {
	opacity:0.6;
}
#cat_slider a img:hover {
	opacity:1.0;
}
#cat_slider_pointer {
	width: 0;
	height: 0;
	border-style: solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;	
	position:absolute;
	top:86px;
	left:70px;
}
#ban_left_arrow {
	position:absolute;
	top:1px;
	left:0px;
	width:74px;
	max-width:74px;
}
#ban_right_arrow {
	position:absolute;
	top:1px;
	right:0;
	width:74px;
}
#ban_left_arrow, #ban_right_arrow {
	margin-top:76px;
}

#ban_slider .menu_products {
	width: 3648px;
}
#ban_slider ul {
	position:relative;
	display:block;
}
#ban_slider li { 
	position:relative;
	display:block; 
	float:left; 	
	width:300px;
	padding:0;
	margin:1px 12px 5px 0px;
}
#ban_slider li img{ 
	width:300px;
	min-width:300px;
	max-width: 300px;
}
#ban_slider li a {
	width:300px;
	/*height:84px;*/
	display:block; 
	*display:inline-block; 
	text-decoration:none;
	margin:0;
}

#ban_slider .banitem {
	width: 98%;
	padding:5px;
	text-align:justify;
}
#cat_hider {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/transparent_957x92.png) 0 0 repeat;
	text-align:center;
}
#cat_loader {
	margin-top:35px;
}
#cat_navigation h1 {
	margin-top:10px;
	margin-bottom:10px;
}

.cat_img_unselected  {
	border:0px;
}
.cat_img_selected {
	border:2px solid white;
}

#selected_category span {
	color:gold;
}

#subcat_selection {
	position:absolute;
	display:none;
	top:7px;
	left:188px;
	min-width:200px;
	overflow:hidden;
	z-index:1000000;
}
.subcat_fixed {
	/*position:fixed !important;
	top:165px !important;*/
}

.subcat_selection_choice {
	margin:0;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #000;
	color:#000;
}
.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;
}


.clear { clear:both;}

#category_banner {
	width:98%;
	margin:10px 1% 0 1%;
}
#category_banner img{
	max-width:100%;
}
#category_video {
	position:relative;
	margin: 10px 0;
	text-align:center;
}
#category_video_canvas {
	position:relative;
	float:left;
	width:398px;
	height:225px;
	margin:0 50px 10px 50px;
}
#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);
}
#category_video_text {
	position:relative;
	float:left;
	width:398px;
	height:225px;
	margin:0;
	text-align:left;
}
#products_show {
	position:relative;
	overflow:hidden;
	margin:0;
	margin-top:10px;
	padding:0;
	/*background-color:#272727;
	text-align:center;*/
}
#products_show h1 {
	margin:10px 0 10px 0;
}
#products_list {
	position:relative;
	width:100%;
}
#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:hover{
	border:1px solid #000;
}
.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 p.instock span {
	color:grey;
}
*/
.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;
	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;
}
.showitem_des_inner {
	max-width:350px;
	margin:0 auto;
	text-align:left;
}
#showiteml {
	min-width:210px;
	min-height:300px;
}
#showitemc {
	min-width:450px;
	min-height:300px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
#showitemo{
	width:170px;
	min-height:140px;
}
#showitemr{
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	justify-content: flex-end;
	/*width:299px;*/
	border-left:1px solid #fff;
	min-height:140px;
}
#showiteml p{
	font-size:15px;
	color:#fff;
}
#showiteml p span{
	position: relative;
    top: 1px;
	margin-left:10px;
	color: red;
}
#thumbview {
	width:100%;
	max-width: 200px;
	margin:20px 0;
	cursor:pointer;
}
.thumbview_mag {
	position:absolute;
	top:228px;
	left:11px;
	background:url(images/magnifier_plus25.png) no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
}
#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;
}
#showitemc td.bg {
	background-color:#E4E4E2;
}
#showitemc td.off {
	color:#1ABE20;
}
#showitemc td.qty {
	padding-top:0;
}
#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; 
	text-align:right;
}
#showitemc p, #showitemo p, #showitemr p {
	margin-left:10px;
	margin-right:10px;
	color:#fff;
}
.bl {
	position:relative;
	display:block;
}
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:13px;
	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 {
	text-align:justify;
}
#item_detlink {
	position:absolute;
	bottom:0;
	right:0;
	margin:10px;
	text-align:center;
}
#product_detail {
	position:relative;
	width:100%;
	color:#000;
	margin:10px 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#product_detail h1{
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px;
}

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

.product_detail_left {
	position:relative;
	width:60%;
	max-width:620px;
	text-align:center;
}
img.prodimg {
	float:none;
	width:100%;
	max-width:600px;
}
img.backfromdet {
	position:absolute;
	top:10px;
	left:10px;
	width:40px;
	height:40px;
	cursor:pointer;
}
.product_detail_mid {
	position:relative;
	width:238px;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	border-left:1px solid #000;
}
.product_detail_mid_p1 {
	margin: 0 10px;
}
.product_detail_mid_p2 {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	border-top:1px solid #000;
}

.product_detail_right {
	width:300px !important;
	text-align:center;
	border-left:1px solid #000;
}

.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.soldout {
	font-size:14px;
	font-weight:bold;
	color:red;
}
.p_sizes_content p.code {
	font-weight:bold;
}
.p_sizes_content p.note {
	font-weight:bold;
	border-bottom:1px solid grey;
}


.p_sizes_content table {
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
}
.product_detail_right table {
	position:relative;
	margin:10px auto;
}
.p_sizes_content table td, .product_detail_right table td {
	vertical-align:middle;
	padding:0 5px 0 5px;
}
.p_sizes_content table td.bg, .product_detail_right table td.bg {
	background-color:#E4E4E2;
}
.p_sizes_content table td.off, .product_detail_right table td.off {
	color:#1ABE20;
}
.p_sizes_content img.addtocart, .product_detail_right 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, .product_detail_right 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_det {
	display:inline-block;
	width:200px;
	max-width:200px;
	margin:5px;
}

table.stockwatch_list {
	width:100%;
	background:#ffffff;
	border-collapse: collapse;
}
table.stockwatch_list td{
	text-align:center;
	padding:10px;
	border-top:1px solid #000;
}
table.stockwatch_list td.bord{
	border-right:1px dotted #000;
}
table.stockwatch_list p.sw{
	font-size:17px;
	color:#000000;
	line-height:40px;
	margin-top:50px;
}
#qty_message {
	position:absolute; 
	display:none; 
	width:590px; 
	top:115px;
	left: -moz-calc(50% - 280px);
	left: -webkit-calc(50% - 280px);
	left: -o-calc(50% - 280px);
	left: calc(50% - 280px);
	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;
}
#qty_message p {
	font-size:14px;
	line-height:1.80em;
	margin:12px 20px 20px 20px;
}


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.backtofavorites {
	width:184px;
	min-height:44px;
	background:url(images/backfavorites.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtomynew {
	width:184px;
	min-height:44px;
	background:url(images/backmynew.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtowatch {
	width:184px;
	min-height:44px;
	background:url(images/backwatch.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.backtodiscount {
	width:184px;
	min-height:44px;
	background:url(images/backdiscount.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 50px 0 10px 0;
}
img.backtoreduced {
	width:184px;
	min-height:44px;
	background:url(images/backreduced.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.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.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.backtodiscount:hover, img.backtoreduced:hover, 
img.backtochaoticinc:hover, img.continue_shopping:hover, img.request_refund:hover {
	background-position:0 -44px;
}

#animicon{
	position:absolute;
	display:none;
	width:75px;
	height:56px;
	z-index:1000000; 
}

#products_show_note {
	position:relative;
	width:960px;
	overflow:hidden;
	margin:0;
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
	color:#000000;
	display:none;
}

img.checkoutcart {
	width:184px;
	min-height:44px;
	background:url(images/checkoutcart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.updatecart {
	width:184px;
	min-height:44px;
	background:url(images/updatecart.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.addtocart2 {
	width:184px;
	min-height:44px;
	background:url(images/addtocart2.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 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.cancelupload {
	width:184px;
	min-height:44px;
	background:url(images/cancelupload.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.exportcsv {
	width:184px;
	min-height:44px;
	background:url(images/exportcsv.png) 0 0 no-repeat;
	cursor:pointer;
	margin: 5px 0 10px 0;
}
img.checkoutcart:hover, img.updatecart:hover, img.addtocart2:hover, img.cancelcart:hover, 
img.backcart:hover, img.nextcart:hover, img.prevcart:hover, img.checkitems:hover, img.cancelupload:hover, img.exportcsv:hover   {
	background-position:0 -44px;
}

#checkout_process_title {
	display:none;
	font-size: 20px;
    font-style: italic;
}
#checkout_process {
	position:relative;
	width:680px;
	height:50px;
	margin:0 auto;
	margin-top:10px;
}
#checkout_step0 {
	position:absolute;
	top:0;
	left:0;
	width:52px;
	height:50px;
	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:53px;
	width:589px;
	height:38px;
	margin-left:-11px;
	background:url(images/checkout_step.png) no-repeat;
	background-position:-540px 0px;
	border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
}
#checkout_step_count {
	position:absolute;
	top:0;
	left:631px; 
	width:50px;
	height:50px;
	background:url(images/checkout_step_count.png) 0 0 no-repeat;
	padding:17px 0 0 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#checkout_step_loader {
	position:absolute;
	top:10px;
	left:682px;
	width:30px;
	height:30px;
}
ul.steps {
	position:relative;
	width:600px;
}
ul.steps li {
	float:left;
	width:150px;
	min-width:150px;
	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:#5E5E5E;
}
ul.steps li.passed {
	color:#BBEAE5;
}
.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;
}
.checkout_detail_left {
	float:left;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	/*width:650px;*/
	min-height:250px;
	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:absolute;
	top:120px;
	right:10px;
	width:350px;
	background:#EEEBEB;
	border:1px solid #000000; 
	overflow:hidden;
}
#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;
}
table.shipby {
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: -o-calc(100% - 45px);
	width: calc(100% - 45px);	
	/*width:600px;*/
	margin-left:30px;
	padding-left:5px;
	padding-right:5px;
	background:#dce8e8;
}
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 {
	margin:0 0 20px 20px;
	padding:10px 10px 10px 10px;
	background-color:#A1C2C2;
	font-size: 14px;
	/*font-weight:bold;*/
	border:2px solid #000000;
}
.off_requested input[type='number'] {
	position:relative;
	margin-top:-5px;
	width:40px;
	text-align:right;
}
.off_requested input.checkbox {
    width:12px;
    height:12px;
	transform: scale(2,2);
    -webkit-transform: scale(2,2);
	-ms-transform: scale(2,2);
}
.off_requested p {
	margin:5px 0 0 0;
}

#panel_total {
	position:absolute;
	right:3px;
	bottom:3px;
	background-color:#96DBDF;
	margin:5px 5px 5px 0;
	padding:20px 20px 0 20px;
	text-align:center;
	color:#000000;
}
#panel_total table {
	display:block;
}
#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;
}

/*----- 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 -----*/
#iform {	
	position:relative;
}
#iform label {
	display:block;
	height:50px;
	overflow:hidden;
}
#iform input {
	background:#fff;
	width:250px;
	padding:2px 5px 2px 6px;
	border:none;
	border:1px solid #e1e1e1;
	color: #09176D;
	border-color:#303030 #cecece #e1e1e1 #585858;
}
#iform input.security {
	width:60px;
}
#iform textarea {
	width:250px;
	padding:2px 5px 2px 6px;
	height:104px;
	background:#fff;
	overflow:auto;
	border:1px solid #e1e1e1;
	border-color:#303030 #cecece #e1e1e1 #585858;
	color: #09176D;
	margin-bottom:17px;
}
#iform select {
	background:#fff;
	padding:1px 0 1px 2px;
	border:none;
	border:1px solid #e1e1e1;
	color: #09176D;
	border-color:#303030 #cecece #e1e1e1 #585858;
}
#iform input:focus, #iform textarea:focus, #iform select:focus {
	color: #09176D;
}
#iform input.loginform, #iform input.loginform:focus {
	background:#000000;
	color:#ffffff;
	width:220px;
}
#iform .alignright {
	padding-right:20px;
}
#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;
}
#iform input.button_submit {
	width:108px;
	height:36px;
	background:url(images/bg_button.png) 0 2px no-repeat;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	border:0;
}
#iform input.button_submit:hover {
	color:gold;
}
.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;
}

#iform input.checkbox {
    width:30px;
    height:30px;
	transform: scale(2,2);
    -webkit-transform: scale(2,2);
	-ms-transform: scale(2,2);
}
#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;
}

form.iform2 {	
	position:relative;
}
form.iform2 input[type="text"], form.iform2 input[type="email"], form.iform2 input[type="password"] {
	background:#fff;
	width:431px;
	padding:4px;
	border:none;
	border:1px solid #e1e1e1;
	color: #09176D;
	border-color:#303030 #cecece #e1e1e1 #585858;
	font-size:1.2em;
}
form.iform2 input.security {
	width:50px !important;
	margin-top: 4px;
}
form.iform2 img.refresh {
	margin: 6px 0 0 6px;
}
form.iform2 textarea {
	width:345px;
	padding:4px;
	height:104px;
	background:#fff;
	overflow:auto;
	border:1px solid #e1e1e1;
	border-color:#303030 #cecece #e1e1e1 #585858;
	color: #09176D;
	margin-bottom:17px;
}
form.iform2 select {
	background:#fff;
	width:441px;
	/*padding:4px 3px 4px 0;*/
	line-height:24px;
	height:30px;
	/*
	text-indent:4px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	*/
	border:none;
	border:1px solid #e1e1e1;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	color: #09176D;
	border-color:#303030 #cecece #e1e1e1 #585858;
	font-size:1.1em;
}
form.iform2 input:focus, form.iform2 textarea:focus, form.iform2 select:focus {
	color: #09176D;
}
form.iform2 input[type="checkbox"] {
	width:0;
}
form.iform2 label {
	display:inline-block;
}
.chkcontainer {
	display: block;
	position: relative;
	padding-top: 5px;
	padding-left: 35px;
	cursor: pointer;
	font-size: 110%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
    border: 1px solid #e1e1e1;
    border-color: #303030 #cecece #e1e1e1 #585858;
}
.chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}
.chkcontainer input:checked ~ .checkmark {
    background-color: #6a6b6c;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}
.chkcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

form.iform2 input.button_submit {
	text-align:center;
	font-size:15px;
	color:#525252;
	background:#c0c0c0;
	border:0;
	padding: 5px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:    1px 1px 2px 2px #8a8989;
	-webkit-box-shadow: 1px 1px 2px 2px #8a8989;
	box-shadow:         1px 1px 2px 2px #8a8989;
}
form.iform2 input.button_submit:hover {
	color:#000;
}
form.iform2 button.button_submit {
	position:relative;
	font-size:20px;
	color:#525252;
	text-transform:uppercase;
	background:#c0c0c0;
	border:0;
	padding: 7px 31px 4px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:    1px 1px 2px 2px #8a8989;
	-webkit-box-shadow: 1px 1px 2px 2px #8a8989;
	box-shadow:         1px 1px 2px 2px #8a8989;
	cursor:pointer;
}
form.iform2 button.button_submit:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 14px solid #525252;
	border-bottom: 8px solid transparent;
	right: 8px;
	top: 9px;
}
form.iform2 button.button_submit2 {
	position:relative;
	font-size:15px;
	color:#525252;
	text-transform:uppercase;
	background:#c0c0c0;
	border:0;
	padding: 4px 31px 3px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:    1px 1px 2px 2px #8a8989;
	-webkit-box-shadow: 1px 1px 2px 2px #8a8989;
	box-shadow:         1px 1px 2px 2px #8a8989;
	cursor:pointer;
}
form.iform2 button.button_submit2:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 12px solid #525252;
	border-bottom: 7px solid transparent;
	right: 5px;
	top: 5px;
}
form.iform2 button.button_submit3 {
	position:relative;
	font-size:15px;
	color:#525252;
	text-transform:uppercase;
	background:#c0c0c0;
	border:0;
	padding: 4px 20px 3px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:    1px 1px 2px 2px #8a8989;
	-webkit-box-shadow: 1px 1px 2px 2px #8a8989;
	box-shadow:         1px 1px 2px 2px #8a8989;
	cursor:pointer;
}
form.iform2 button.button_submit:hover, form.iform2 button.button_submit2:hover, form.iform2 button.button_submit3:hover {
	color:#000;
}
span.tr_right {
	margin: 0 10px;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;

	border-left: 20px solid #000;
}  

form.iform2 input.checkbox {
    width:30px;
    height:30px;
	transform: scale(2,2);
    -webkit-transform: scale(2,2);
	-ms-transform: scale(2,2);
}
form.iform2 input.myfile {
	position:relative;
	margin-top:-2px;
	background:#373636;
	width:80px;
	padding:0;
	border:none;
	color: #09176D;
}

form.iform2 table th {
    vertical-align:middle;
	width:170px;
}

form.iform2 input.shiping_empty {
	color:grey;
}
form.iform2 img.loader {
	visibility:hidden;
	width:15px;
	height:15px;
}

input.submit_2checkout {
	width:278px;
	height:65px;
	background:url(images/2checkout_button.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:30px;
	cursor:pointer;
}
input.submit_2checkout:hover {
	background-position: 0px -65px;
}

/*Account dashboard*/
ul.myaccount
{
	margin-left:115px;
}
ul.myaccount li {
	float:left;
	width:125px;
	height:98px;
	margin:0 50px 40px 0;
}
ul.myaccount li.cart {
	background:url(images/account_my_cart.png) 0 0 no-repeat;
}
ul.myaccount li.collection {
	background:url(images/account_my_collection.png) 0 0 no-repeat;
}
ul.myaccount li.watch {
	background:url(images/account_stock_watch.png) 0 0 no-repeat;
}
ul.myaccount li.favorites {
	background:url(images/account_my_favorites.png) 0 0 no-repeat;
}
ul.myaccount li.new {
	background:url(images/account_new_items.png) 0 0 no-repeat;
}
ul.myaccount li.discount {
	background:url(images/account_discount_items.png) 0 0 no-repeat;
}
ul.myaccount li.reduced {
	background:url(images/account_reduced_items.png) 0 0 no-repeat;
}
ul.myaccount li.orders {
	background:url(images/account_invoices.png) 0 0 no-repeat;
}
ul.myaccount li.profile {
	background:url(images/account_my_profile.png) 0 0 no-repeat;
}
ul.myaccount li.login {
	background:url(images/account_my_login.png) 0 0 no-repeat;
}
ul.myaccount li.news {
	background:url(images/account_news.png) 0 0 no-repeat;
}
ul.myaccount li.contact {
	background:url(images/account_contactus.png) 0 0 no-repeat;
}
ul.myaccount li.us {
	background:url(images/account_us.png) 0 0 no-repeat;
}
ul.myaccount li.photos {
	background:url(images/account_my_photos.png) 0 0 no-repeat;
}
ul.myaccount li.chaoticinc {
	background:url(images/account_chaoticinc.png) 0 0 no-repeat;
}
ul.myaccount li.ideas {
	background:url(images/account_my_ideas.png) 0 0 no-repeat;
}
ul.myaccount li.refund {
	background:url(images/account_refund.png) 0 0 no-repeat;
}
ul.myaccount li.uploadorder {
	background:url(images/account_upload_order.png) 0 0 no-repeat;
}
ul.myaccount li.gdpr {
	background:url(images/account_gdpr.png) 0 0 no-repeat;
}
ul.myaccount li.cart:hover, ul.myaccount li.collection:hover, ul.myaccount li.watch:hover, ul.myaccount li.watch.updated:hover, ul.myaccount li.favorites:hover, 
ul.myaccount li.new:hover, ul.myaccount li.orders:hover, ul.myaccount li.profile:hover, ul.myaccount li.login:hover, ul.myaccount li.news:hover, ul.myaccount li.discount:hover, ul.myaccount li.reduced:hover, 
ul.myaccount li.contact:hover, ul.myaccount li.us:hover, ul.myaccount li.photos:hover, ul.myaccount li.chaoticinc:hover, ul.myaccount li.ideas:hover, ul.myaccount li.refund:hover, 
ul.myaccount li.uploadorder:hover, ul.myaccount li.gdpr:hover {
	background-position:0px -98px;
}
ul.myaccount li.watch.updated {
	background-position:0px -196px;
}
ul.myaccount li a {
	width:125px;
	min-height:98px;
	line-height:98px;
}

 

/* Style for Usual tabs */
.usual {
	/*
	padding:30px 20px;
	width:680px;*/
	/*border:1px solid #222;*/
	/*margin:8px auto;*/
}
.usual li { 
	list-style:none; 
	float:left;
	background-color:#2F2F2F;
}
.usual ul {
	margin-top:10px;
}
.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	/*font:10px Verdana;*/
	color:#FFFFFF;
	background:grey;
}
.usual ul a:hover {
	/*color:#FFF;*/
	background:#0048AE;
}
.usual ul a.selected {
	margin-bottom:0;
	color:#000;
	background:#e1e1e1;
	border-bottom:1px solid snow;
	cursor:default;
}
.usual div {
	padding:10px 10px 8px 10px;
	*padding-top:3px;
	*margin-top:-15px;
	clear:left;
	background:#2F2F2F;
	color:#ffffff;
}
.usual div a { 
	color:#000; 
	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;
}
.material {
	position:relative;
	padding:10px 0 10px 0;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	overflow:hidden;
}
.usual {
	position:relative;
	overflow:hidden;
}
.material h2, .material p {
	color:#fff !important;
}
.mtitle {
	float:left;
	font-size:14px;
	font-weight:bold;
}
.usual .minfo {
	position:relative;
	float:right;
	top:-43px;
	margin: 0 0 -40px 10px;
	padding:10px;
	/*border-left:1px solid grey;
	border-bottom:1px solid grey;*/
	background:#3C3C3C;
	text-align:right;
}
.usual .minfo p {
	margin:0;
}
p.scname span {
	font-style:italic;
}
p.wikipedia a {
	color:#ffffff;
	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;
}

#filigree_left {
	position:absolute;
	top:0px;
	left:-40px;
	width:40px;
	/*height:100%;*/
	bottom:0;
	background:#000000; 
	overflow:hidden;
}
#filigree_left_top {
	width:40px;
	height:360px;
	background:url(images/filigree_left_bg_top.png) 0 0 no-repeat #000000;
}
#filigree_left_inside {
	width:40px;
	height:100%;
	background:url(images/filigree-left.png) repeat-y;
}
#filigree_right {
	position:absolute;
	top:0px;
	left:1000px;
	width:40px;
	/*height:100%;*/
	bottom:0;
	background:#000000; 
	overflow:hidden;
}
#filigree_right_top {
	width:40px;
	height:360px;
	background:url(images/filigree_right_bg_top.png) 0 0 no-repeat #000000;
}
#filigree_right_inside {
	width:40px;
	height:100%;
	background:url(images/filigree-right.png) repeat-y;
}
#pagination {
    position:relative;
    width:100%;
}
#pagination ul {
    margin:0 auto;
}
#pagination li {
    display:inline-block;
    margin: 0 20px 0 20px;
}

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

#footer{
	position:relative;
	margin: 0 auto;
	margin-top:15px !important;
	width:100%;
	min-height:150px;
	overflow: hidden;
	padding:10px 0;
}
#footer_logo {
	position:absolute;
	top:0;
	left:0;
	width:126px;
	height:150px;
	background:url(images/logo_footer.png) no-repeat 0 0;
}
#footer_content {
    display: block;
	margin:20px 0 0 60px;
    height: 90px;
	background:#000;
}
#footer_part1 {
	float:left;
	margin: 20px 0 0 110px;
}
#footer_part2 {
	float:right;
	margin: 11px 0 0 0;
}
#footer a.link {
	display:inline-block;
	font-size: 15px;
    line-height: 19px;
	text-decoration:none;
	color:#c7c4c4;
	margin: 0 8px 0 0;
	transition: color 0.5s ease;
}
#footer a.notlast {
	border-right: 1px solid #c7c4c4;
	padding-right: 8px;
}
#footer a:hover {
	color:#ffffff;
}
#footer p{
    margin-top:10px;
	text-align: center;
    font-size: 15px;
	color:#c7c4c4;
}
#footer a.link2 {
	display:inline-block;
	margin: 0 50px 0 0;
}

#pre_sign_off {
	position:absolute; 
	display:none; 
	top:115px;
	left:225px;
	width:552px; 
	height:150px;
	z-index:200000;
	background:url(images/bg_message.png) 0 0 no-repeat;
	overflow:hidden;
}
#remain_timeout {
    position:absolute;
    top:10px;
    right:10px;
    font-weight:bold;
}
#pre_sign_off p {
	font-size:14px;
	line-height:1.80em;
	margin:12px 20px 20px 20px;
}
#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 : 1255px) {
	#showitemc {
		min-width:420px;
	}
	.showitem_des_inner {
		max-width:280px;
	}
}
@media only screen and (max-width : 1240px) {
	.product_detail_left {
		max-width:549px;
	}
}
@media only screen and (max-width : 1190px) {
	.product_detail_mid {
		width:179px;
		font-size:13px;
	}
	.product_detail_mid p {
		font-size: 11px;
		margin-bottom: 2px;
		line-height: 14px;
	}
}
@media only screen and (max-width : 1170px) {
	.product_detail_left {
		max-width:459px;
	}
}
@media only screen and (max-width : 1144px) {
	#showitemo p{
		font-size:11px;
	}
}
@media only screen and (max-width : 1100px) {
	#showiteml {
		min-width:200px;
	}
	#showitemc {
		min-width:370px;
	}
	#footer a.link2 {
		margin: 0 40px 0 0;
	}
}
@media only screen and (max-width : 1080px) {
	.product_detail_left {
		max-width:499px;
	}
}
@media only screen and (max-width : 1050px) {
	.product_detail_left {
		max-width:409px;
	}
	#footer a.link2 {
		margin: 0 30px 0 0;
	}
}
@media only screen and (max-width : 1010px) {
	#nav li {
		margin-left:34px;
	}
	#footer a.link2 {
		margin: 0 20px 0 0;
	}
	#off_requested {
		margin-top:0;
	}
	#showiteml {
		min-width:180px;
	}
}
@media only screen and (max-width : 1000px) {
	#nav li {
		margin:3px 0 0 20px;
	}
	#nav li a {
		font-size:16px;
		padding-top:4px;
	}
	#sub_li_info a {
		font-size:16px;
		margin: 0 10px;
	}
	#del_preview {
		width:320px;
	}
	#del_preview p {
		margin:30px 15px;
	}
	#showiteml {
		min-width:160px;
	}
}
@media only screen and (max-width : 1080px) {
	.product_detail_left {
		max-width:359px;
	}
}
@media only screen and (max-width : 980px) {
	.showitem_des_inner {
		max-width:200px;
	}
}
@media only screen and (max-width : 970px) {
	.cfilter ul li{
		font-size:12px;
	}
	#footer_part1 {
		margin: 20px 0 0 90px;
	}
	#showiteml {
		min-width:160px;
	}
}
@media only screen and (max-width : 960px) {
	#nav li a {
		font-size:15px;
		padding-top:4px;
	}
	#sub_li_info a {
		font-size:15px;
		margin: 0 10px;
	}
	#del_preview {
		position:relative;
		width:350px;
		top: 0px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#del_preview p {
		margin:30px;
	}
	#showiteml {
		display:inline-block;
		width:200px;
	}
	#showitemo {
		clear:both;
		display:inline-block;
		width:200px;
		border-top:1px solid #fff;
	}
	#showitemc {
		display:inline-block;
		border-right: 0px solid #fff;
		min-width: -moz-calc(100% - 201px);
		min-width: -webkit-calc(100% - 201px);
		min-width: -o-calc(100% - 201px);
		min-width: calc(100% - 201px);
	}
	#showitemr {
		display:inline-block;
		border-right: 0px solid #fff;
		min-width: -moz-calc(100% - 201px);
		min-width: -webkit-calc(100% - 201px);
		min-width: -o-calc(100% - 201px);
		min-width: calc(100% - 201px);
		border-top:1px solid #fff;
	}
	.showitem_des_inner {
		max-width: 530px;
	}
	.showitem_parts {
		display:block;
		overflow:hidden;
	}
	#product_detail {
		display:block;
	}
	.product_detail_left {
		display: block;
		margin: 0 auto !important;
		margin-bottom:20px !important;
		width:100%;
		max-width:600px;
	}
	.product_detail_mid {
		display:inline-block;
		margin-left:10%;
		width:200px;
		border-left:0px solid #000;
		border-right: 1px solid #000;
	}
	.product_detail_mid p {
		margin-bottom: 5px;
		line-height: 14px;
	}
	.product_detail_mid_p2 {
		position: relative;
		margin-top: 10px;
	}
	.product_detail_right {
		display:inline-block;
		width:459px !important;
		border-left:0px solid #000;
	}
}
@media only screen and (max-width : 950px) {
	#footer_part1 {
		margin: 20px 0 0 80px;
	}
}
@media only screen and (max-width : 940px) {
	#footer_content {
		height:120px;
	}
	#footer_part2 {
		width:315px;
	}
	#footer a.link2 {
		margin: 0 40px 0 0;
		width:109px;
		text-align:center;
	}
	#footer_part1 {
		margin: 34px 0 0 110px;
	}
}
@media only screen and (max-width : 930px) {
	#nav li {
		margin-left:30px;
	}
	#filterl {
		display:none !important;
	}
	#filterr {
		width:100%;
	}
	.cfilter {
		width:22%;
	}
}
@media only screen and (max-width : 900px) {
	#container {
		padding: 0;
	}
	#nav li {
		margin:1px 0 0 20px;
	}
	#nav li a {
		font-size:14px;
		padding-top:5px;
	}
	#sub_li_info {
		padding-top:14px;
	}
	#sub_li_info a {
		font-size:14px;
		margin: 0 10px;
	}
}
@media only screen and (max-width : 880px) {
	table.tentry3 th {
		font-size:13px;
	}
	table.tentry3 td {   
		font-size:12px;
	}
}
@media only screen and (max-width : 860px) {
	#content_inside {
		margin-right:4%;
		margin-left:4%;
	}
	table.tentry3 th {
		font-size:12px;
	}
	table.tentry3 td {   
		font-size:11px;
	}
}
@media only screen and (max-width : 840px) {
	#nav li a {
		font-size:13px;
		padding-top:5px;
	}
	#sub_li_info a {
		font-size:13px;
		margin: 0 10px;
	}
}
@media only screen and (max-width : 840px) {
	#brand img {
		width:400px;
	}
	#top_nav_cart {
		margin:22px 10px 0 0;
	}
	#top_nav_search {
		margin:30px 10px 0 0;
	}
	#footer_content {
		height:150px;
	}
	#footer_part2 {
		width: 100%;
		text-align: center;
		margin: 0
	}
	#footer a.link2 {
		margin-right:10px;
		margin-left:10px;
	}
	#footer_part1 {
		text-align: center;
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media only screen and (max-width : 820px) {
	#content_inside {
		margin-right:3%;
		margin-left:3%;
	}
}
@media only screen and (max-width : 800px) {
	#nav li a {
		font-size:12px;
		padding-top:6px;
	}
	#sub_li_info a {
		font-size:12px;
		margin: 0 10px;
	}
	.product_detail_right {
		display:inline-block;
		width:409px !important;
	}
	#newsletter img {
		float:none;
		margin:0 auto !important;
	}
	#newsletter h1 {
		margin-left:1%;
	}
	#newsletter p.innew {
		margin-left:20px;
		margin-right:20px;
		padding-right:0px;
	}
}
@media only screen and (max-width : 780px) {
	table.tentry3 th {
		font-size:10px;
	}
	table.tentry3 td {   
		font-size:10px;
	}
	.entry1 {
		overflow-x:scroll !important;
	}
	.showitem_des_inner {
		max-width: 430px;
	}
}
@media only screen and (max-width : 760px) {
	#nav li {
		margin-left:25px;
	}
	#signin1 .blr {
		padding-right:0px;
		border-right:0px solid #5d5c5c;
	}
	#signup {
		display: block;
		border-top: 2px solid #5d5c5c;
		width: 290px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#checkout_process {
		display:none;
	}
	#checkout_process_title {
		display:block; 
	}
	#del_preview {
		margin-left: 50px;
	}
	.item p.price_range {
		font-size:12px;
	}
}
@media only screen and (max-width : 740px) {
	li#li_info {
		display:none;
	}
	#fsc, #mno {
		font-size:15px;
	}
}
@media only screen and (max-width : 720px) {
	#brand img {
		width:300px;
	}
	#top_nav_cart {
		margin:6px 10px 0 0;
	}
	#top_nav_search {
		margin:14px 10px 0 0;
	}
	#nav li {
		margin-left:20px;
	}
	#content_inside { 
		margin: 0 2%;
	}
	.content_cart h1{
		font-size: 18px;
	}
	.product_detail_right {
		display:inline-block;
		width:349px !important;
	}
	table.tentry4 {
		font-size:100%;
	}
	table.tentry4 tr {
		height:40px;
	}
	table.tentry4 th {
		width:109px;
	}
	table.tentry4 td {   
		max-width:320px;
		vertical-align:middle;
		text-align:left;
		padding:4px 0;
	}
	form.iform2 input[type="text"], form.iform2 input[type="email"], form.iform2 input[type="password"] {
		width:321px;
		font-size:1.1em;
	}
	form.iform2 textarea {
		width:321px;
	}
	form.iform2 select {
		width:330px;
		height:25px;
		line-height:20px;
		font-size:1.0em;
	}
	.checkmark {
		top: 2;
		height: 20px;
		width: 20px;
	}
}
@media only screen and (max-width : 690px) {
	#footer a.link2 {
		margin-right:5px;
		margin-left:5px;
	}
	#fsc, #mno {
		font-size:14px;
	}
}
@media only screen and (max-width : 670px) {
	#nav li {
		margin-left:15px;
	}
	.item p.price_range {
		font-size:11px;
	}
	.pfilter_list {
		max-height:98px !important;
	}
	.cfilter {
		width:45%;
	}
	.product_detail_mid {
		margin-left:5%;
		width:180px;
		border-left:0px solid #000;
	}
	.showitem_des_inner {
		max-width: 330px;
	}
}
@media only screen and (max-width : 640px) {
	#fsc, #mno {
		font-size:13px;
	}
	.content_cart h1{
		font-size: 16px;
	}
	#content_inside { 
		margin: 0 1%;
	}
	#footer_content {
		height:190px;
	}
	#footer a.link2 {
		margin-right:40px;
		margin-left:40px;
	}
	.showitem_des_inner {
		max-width: 280px;
	}
	p.item_description {
		font-size:10px;
		line-height: 11px;
	}
}
@media only screen and (max-width : 610px) {
	#brand img {
		width:200px;
		margin-top:14px;
	}
	#top_nav_cart {
		margin:1px 10px 0 0;
	}
	#top_nav_search {
		margin:12px 10px 0 0;
	}
	#nav {
		margin-top:12px;
	}
	.product_detail_mid {
		width:90%;
		border-right:0px solid #000;
		border-bottom:1px solid #000;
		margin-bottom:20px;
	}
	.product_detail_mid_p1 {
		float:left;
		padding-right:10px;
		width:50%;
		border-right:1px solid #000;
	}
	.product_detail_mid_p2 {
		float:right;
		width:40%;
		margin-top: 0;
		border-top:0px solid #000;
	}
	.product_detail_right {
		display:inline-block;
		width:100% !important;
		border-left:0 solid #000;
	}
}
@media only screen and (max-width : 600px) {
	#content_inside { 
		margin: 0;
	}
	h1 {
		margin-left:20px;
	}
	#newsletter h1 {
		margin-left:20px;
	}
	#gtmno {
		background-color:#4c9bc6;
		margin: 4px 0 0 0;
		margin-left: 0;
	}
}
@media only screen and (max-width : 580px) {
	li#li_filter {
		display:none;
	}
	#fsc, #mno {
		font-size:12px;
	}
	.content_cart h1{
		font-size: 14px;
	}
	.content_cart h1 select{
		font-size: 12px;
		margin-top:0 !important;
	}
	.entry2 {
		width:100%;
		padding: 20px 5px 10px 5px;
	}
	.checkout_detail_left {
		padding-bottom: 250px;
		width: 95%;
	}
	#panel_total {
		left:20px;
		right:unset;
	}
	#showitemc table {
		font-size:11px;
	}
}
@media only screen and (max-width : 540px) {
	#top_nav a, #cart_amount, #cart_amount_currency, #top_nav_search_inp {
		font-size:12px
	}
	#cart_amount_currency_sel {
		top:6px;
	}
	#fsc {
		display:none;
	}
}
@media only screen and (max-width : 510px) {
	#showiteml {
		display:block;
		width:100%;
	}
	#showitemc {
		display:block;
		width:100%;
		border-right: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	#showitemo {
		display:block;
		width:100%;
		border-top:1px solid #fff;
	}
	#showitemr {
		display:block;
		width:100%;
		border-top:1px solid #fff;
		border-right: 0px solid #fff;
		border-left: 0px solid #fff;
	}
	.showitem_parts {
		display:block;
		overflow:hidden;
	}
	.showitem_des_inner {
		max-width: 90%;
	}
	p.item_description {
		font-size:10px;
		line-height: 11px;
	}
	#item_detlink {
		position:relative;
		float:right;
	}
}
@media only screen and (max-width : 500px) {
	#nav li a.cart {
		display:none;
	}
	form.iform2 input[type="text"], form.iform2 input[type="email"], form.iform2 input[type="password"] {
		width:251px;
		font-size:1.0em;
	}
	form.iform2 textarea {
		width:251px;
	}
	form.iform2 select {
		width:260px;
		font-size:0.9em;
	}
}
@media only screen and (max-width : 460px) {
	#footer a.link2 {
		margin-right:20px;
		margin-left:20px;
	}
}
@media only screen and (max-width : 449px) {
	#showitemc table {
		font-size:10px;
	}
}
@media only screen and (max-width : 380px) {
	#footer a.link2 {
		margin-right:10px;
		margin-left:10px;
	}
}
		
#through_target, #through_target2{
	background: #ffffff;
	border: 0px;
	width: 300px;
	height: 100px;
	overflow: none;
	border: 0px groove #006;
	display: none;
}
