/*
########################
# RESET
########################
*/

body { font-family: arial, helvetica; }
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
a, a:hover, a:active, a:focus, object, embed { outline: none; }
img { border: 0px; display: block; }
td { vertical-align: top; }

/*
########################
# SHORTCUTS
########################
*/

.l { float: left; }
.r { float: right; }
.b { font-weight: bold !important; }
.npl { padding-left: 0px !important; }
.npr { padding-right: 0px !important; }
.w50p { width: 50%; }
.w100p { width: 100%; }
.w100 { width: 100% !important; }

.fl { float: left; }
.fr { float: right; }
.nb { border: 0px !important; }
.nw { white-space: nowrap !important; }
.ml0 { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb40 { margin-bottom: 40px !important; }
.pl0 { padding-left: 0px !important; }
.pl8 { padding-left: 8px !important; }
.pl12 { padding-left: 12px !important; }
.pl40 { padding-left: 40px !important; }
.pr0 { padding-right: 0px !important; }
.pr8 { padding-right: 8px !important; }
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt14 { padding-top: 14px !important; }
.pt18 { padding-top: 18px !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.w100p { width: 100% !important; }
.fs12 { font-size: 12px !important; }
.di { display: inline !important; }
.dn { display: none; }
.dni { display: none !important; }
.fwn { font-weight: normal !important; }
.fwb { font-weight: bold !important; }
.tdn { text-decoration: none !important; }
.cb { clear: both; margin: 0px; padding: 0px; height: 0px; display: block; }
.fs40 { font-size: 40px !important; }
.fsi { font-style: italic !important; }

/*
########################
# HEADER
########################
*/

#header {
	background: #000000;
	width: 100%;
	height: 65px;
}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header ul li {
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	text-align: center;
	display: inline;
	list-style-type: none;
}

#header ul li a {
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: auto !important;
	width: 45px;
}

#header ul li a:hover {
	color: #ff4623;
}

#header ul li div {
	width: 40px;
	height: 25px;
	overflow: hidden;
	display: block;
	margin: auto;
	margin-bottom: 7px;
	cursor: pointer;
}

#store { background: url('../img/menu.gif') 0px 0px; }
#marketplace { background: url('../img/menu.gif') 0px -50px; }
#blog { background: url('../img/menu.gif') 0px -100px; }
#twitter { background: url('../img/menu.gif') 0px -150px; }
#archive { background: url('../img/menu.gif') 0px -200px; }
#gallery { background: url('../img/menu.gif') 0px -250px; }
#subscribe { background: url('../img/menu.gif') 0px -300px; }
#contact { background: url('../img/menu.gif') 0px -350px; }
#search { background: url('../img/menu.gif') 0px -400px; }
#ebay { background: url('../img/menu.gif') 0px -500px; }
#wanted { background: url('../img/menu.gif') 0px -550px; }

#header a.selected {
	color: #727272 !important;
}

/*
########################
# CONTENT
########################
*/

.frame {
	margin: auto;
	width: 991px;
}

#content {
	width: 100%;
	padding-top: 48px;
}

#content .copy, div.content {
	width: 772px;
}

#content .copy h1, .callout h1 {
	margin: 0px 0px 0px -1px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 40px;
	line-height: 32px;
	color: #000000;
	font-style: italic;
	padding-bottom: 8px;
}

#content .copy hr, .callout hr {
	display: block;
	height: 12px;
	border: 0px;
	margin: 0px;
	color: #ffffff;
	border-bottom: 1px dashed #b2b2b2;
	background-color: transparent;
}

#content .copy p, #content .copy a, div.callout p, div.callout a {
	padding-top: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
}

#content .copy a, div.callout a, td a {
	color: #ff4623;
}

#content .copy a:hover, div.callout a:hover, td a:hover {
	color: #1aaae2;
}

#content table {
	margin-top: 42px;
	width: 100%;
}

#content th, #content td {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#content th {
	padding: 5px 12px;
	background: #000000;
	font-weight: bold;
	color: #ffffff;
}

#content td {
	padding: 12px;
	border-bottom: 1px dashed #b2b2b2;
}

table h2 {
	padding: 0px;
	margin: 0px;
}

div.callout {
	min-height: 48px;
	margin-top: 20px;
	background: #e6e6e6 url("../img/callout.gif") no-repeat top left;
	padding: 16px 20px;
	padding-top: 4px;
}

div.callout p {
	width: 80%;
	padding-left: 90px;
	color: #000000 !important;
}

#lhs {
	width: 772px;
	float: left;
}

#rhs {
	width: 193px;
	float: right;
}

.error, div.callout p.error {
	color: #ff4623 !important;
}

.small {
	font-size: 11px !important;
}

/*
########################
# ITEM
########################
*/

.tn {
	display: block;
	margin-right: 1px;
	width: 192px;
}

.tn_info {
	background: #000000;
	display: block;
	height: 70px;
	margin-bottom: 1px;
	padding: 12px;
	padding-top: 10px;
	text-decoration: none;
}

.tn_section {
	height: 33px;
	display: block;
	border-bottom: 1px dashed #505050;
}

.tn p {
	width: 122px;
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
}

.tn_data {
	margin-right: 10px;
}

.item_data {
	margin-right: 20px;
}

.tn_data h1, .item_data h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	display: block;
}

.item_data h2 {
	color: #000000;
}

h2 span {
	font-size: 14px;
	line-height: 12px;
}

span.new {
	font-weight: bold;
	color: #ff4623 !important;
	font-size: 11px;
	line-height: 11px;
	display: block;
}

span.label {
	color: #727272;
	font-family: tahoma !important;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 13px;
	margin: 0px;
	display: block;
}

span.strike {
	line-height: 7px !important;
	color: #ff4623 !important;
	text-decoration: line-through;
	font-size: 11px !important;
	display: inline;
	font-weight: bold;
}

span.sale {
	color: #ffffff;
	font-size: 14px !important;
	font-weight: bold;
}

.item_data span.sale {
	margin-left: 5px;
	color: #000000;
}

.item_desc {
	width: 554px;
	height: 78px;
	display: block;
}

/*
########################
# CART
########################
*/

div.cart_header {
	background: #000000;
	display: block;
	width: 168px;
	height: 21px;
	padding: 10px 12px 0px 12px;
}

div.cart_header p {
	color: #ffffff !important;
	font-family: tahoma !important;
	font-size: 8px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

div.cart, div.checkout {
	margin-top: 1px;
	width: 168px;
	padding: 24px 12px 12px 12px;
	background: #ff4623 url("../img/cart.gif") no-repeat top center;
	display: block;
}

div.checkout {
	width: 748px;
	text-align: center;
	padding-top: 26px !important;
}

div.cart p, div.checkout p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff !important;
	padding-top: 0px !important;
}

table.cart {
	width: 192px;
	margin-top: 0px !important;
	display: block;
	margin-bottom: 20px;
}

table.cart td {
	padding-top: 6px !important;
	padding-right: 12px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dashed #b2b2b2;
}

table.cart p, table.cart a {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

table.cart a {
	color: #ff4623;
}

table.cart a:hover {
	color: #1aaae2;
}

#paypal_input, #paypal_input.rollover {
	border: 0px;
	margin: 0px;
	margin-top: 12px;
	width: 192px;
	height: 31px;
	background: #ff4623 url("../img/paypal.gif") 0px 0px;
	cursor: pointer;
}

#paypal_input.rollover {
	background: #ff4623 url("../img/paypal.gif") 0px -31px;
}

.checkout_button {
	width: 190px !important;
	line-height: 18px !important;
}

.total {
	font-weight: bold !important;
}

tr.selected #shipval_1, tr.selected #shipval_2, tr.selected #shipval_3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

tr.gray td {
	color: #b2b2b2 !important;
}

img.thumb {
	width: 48px;
	height: 64px;
}

img.thumbsmall {
	width: 24px;
	height: 32px;
}

/*
########################
# PAGINATION
########################
*/

div.pages, div.back {
	padding-top: 12px;
}

div.pages p, div.pages a {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

div.pages a {
	color: #ff4623;
	margin-left: 6px;
}

div.pages span {
	font-weight: bold;
}

div.pages a:focus {
	outline: none;
}

div.pages a:hover {
	color: #1aaae2;
}

/*
########################
# FORMS
########################
*/

form p {
	font-weight: bold;
}

div.input {
	height: 30px;
	width: 578px;
	display: block;	
}

.tableinput {
	width: 368px !important;
}

.tableinput a {
	margin-right: 0px !important;
}

form input.text {
	background: #e6e6e6;
	border: 1px solid #b2b2b2;
	color: #000000;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 26px;
	margin: 4px 0px;
	margin-right: 5px;
	padding: 0px 5px;
	width: 258px;
}

a.button {
	background: #ff4623;
	border: 1px solid #cf3518;
	color: #ffffff !important;
	display: block;
	margin: 0px;
	margin-top: 4px !important;
	margin-right: 5px;
	font-family: tahoma !important;
	font-size: 8px !important;
	height: 23px;
	padding-top: 6px !important;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 90px;
	font-weight: bold;
}

a.button:hover {
	background: #1aaae2;
	border: 1px solid #1375bb;
}

input.radio  {
	padding: 0px;
	margin: -2px -5px;
}

/*
########################
# ARCHIVE
########################
*/

div.box {
	margin-right: 1px;
	margin-bottom: 1px;
	background: #000000;
	width: 246px;
	height: 192px;
	display: block;
	overflow: hidden;
	float: left;
}

div.box img {
	margin-left: -5px;
}

div.box p {
	letter-spacing: 1px;
	margin: 8px;
	font-family: tahoma !important;
	font-size: 8px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

/*
########################
# FOOTER
########################
*/

#footer {
	width: 100%;
	margin-top:48px;
	text-align: center;
	height: 60px;
}

#footer ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#footer ul li {
	float: left;
	padding-left: 8px;
	height: 23px;
	color: #b2b2b2;
	display: inline;
	vertical-align: top;
}

#footer p, #footer a {
	font-size: 11px;
	color: #b2b2b2;
	line-height: 11px;
}

#footer a {
	padding-right: 7px;
	color: #ff4623;
}

#footer a:hover {
	color: #1aaae2;
}

#footer a.selected {
	color: #b2b2b2 !important;
	text-decoration: none;
}

#footer p {
	display: block;
	margin-top: 5px;
}

/*
########################
# FILTER
########################
*/

#filter {
	height: 13px; /*17*/
	background: #e6e6e6;
	padding: 10px 0px;
	border-bottom: 1px solid #d9d9d9;
}

#filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#filter ul li {
	float: left;
	display: inline;
	list-style-type: none;
	border-right: 1px dashed #b2b2b2;
}

#filter ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	display: block;
	padding: 2px 8px 3px;
}

#filter ul li a:hover {
	color: #ff4623;
}

#filter a.selected {
	color: #1aaae2 !important;
	font-weight: bold;
}

/*
########################
# SIMPLE
########################
*/

.simple, .simple *, .ofh {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

.simple {
	width: 100%;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.simple > div {
	min-height: 260px;
	width: 40%;
	float: right;
	background: rgba(0,0,0,.8);
}

.simple h2 {
	font-weight: normal;
	color: #fff;
	padding: 15px;
	width: 100%;
	display: block;
	background: rgba(0,0,0,.5);
	font-size: 22px;
}

.simple table {
	margin: 0px !important;
	width: 100%;
}

.simple th {
	font-size: 12px;
	line-height: 22px !important;
}
.simple th:first-child, .simple td:first-child { padding-left: 15px !important; }
.simple th:last-child, .simple td:last-child { padding-right: 15px !important; text-align: right !important; }
.simple td:last-child { font-weight: bold; }

.simple td {
	font-size: 12px;
	color: #fff;
	border: 0px !important;
	white-space: nowrap;
	padding-bottom: 0px !important;
}

.simple td > span {
	display: inline-block;
	border: 1px solid #fff;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 3px;
}

.simple p {
	padding: 30px 15px 15px 15px;
	color: #fff;
	font-size: 12px;
}

.simple p a {
	color: #ff4623;
}