/* =IR
====================================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;text-align:left;vertical-align: baseline} a img,:link img,:visited img {border:0} button { padding:0; margin:0; border:0 }

body {
	background:#333;
	font-family:"Myriad Pro", sans-serif;
	color:#def;
	line-height:1.4;
}
#container {
	width:850px;
	margin:20px auto;
	background:#231f21;
	border:1px solid #333;
	box-shadow:2px 2px 5px #000;
	border-radius:0 25px 0 25px;
	-moz-box-shadow:2px 2px 5px #000;
	-moz-border-radius:0 25px 0 25px;
}

h1 a {
	background:url(images/logo.jpg) no-repeat center 0;
	width:750px;
	height:85px;
	display:block;
	position:absolute;
	text-indent:-999px;
	overflow:hidden;
}

#header h1 {
	width:750px;
	height:85px;
	position:relative;
	clear:both;
	margin:5px auto;
}

p {

}

.pics {
	text-align:center;
	vertical-align:middle;
	width:402px;
	height:352px;
	overflow:hidden;
	float:right;
	margin:0 25px;
}

.pics img {
	border:1px solid #444;
	margin:0 83px;
}

.pics img.landscape {
	margin:41px auto;
}


.pics img.landscape2 {
	margin:24px 24px;
}



address {
	float:right;
	width:350px;
	padding:10px 35px;
	clear:right;
}

a {
	color:#09f;
}

#footer {
	font-size:0.8em;
	text-align:center;
}

/* =CONTENT
====================================================== */


strong {
	font-weight:bold
}

em {
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	color:#6c6;
	font-weight:bold;
}

h2 {
	font-size:30px;
}

h3 {
	clear:both;
	font-size:24px;
	padding:0 5px 6px;
}

p, ol, dl, ul {
	padding:0.25em 35px 0.75em;
	line-height:1.5;
}

ul, ol {
	padding:0.25em 65px 0.75em;
	list-style:disc;
}

ol {
	list-style:decimal;
}


.right {
	float:right;
}


.left {
	float:left;
}
/* =HOMEPAGE
====================================================== */



#featuredBox ul {
	list-style:none;
	padding:0;
	margin:0;
}

#featuredBox {
	float:right;
	overflow:hidden;
	width:402px;
	margin:10px 0 10px 20px;
}

#featuredBox ul#imageFeature {
	width:402px;
	height:352px;
	overflow:hidden;
	position:relative;
}

#featuredBox ul#imageFeature li {
	position:absolute;
	text-align:center;
	width:402px;
	left:0;
	top:0;
	display:none;
}

#featuredBox ul#imageFeature img {
	border:1px solid #444;
	margin:0 auto;
}

#featuredBox #featureNav {
	padding:5px 0;
	overflow:hidden;
}

#featuredBox #featureNav li {
	float:left;
	color:#888;
	font-size:14px;
	line-height:14px;
	padding:2px 5px;
}

#featuredBox #featureNav li:hover {
	color:#fff;
	cursor:pointer;
}

#featuredBox #featureNav li.currentFeat {
	color:#eb6422;
}

/* =LAYOUT
====================================================== */


#nba_edit {
	position:absolute;
	right:0;
	top:0;
	outline:0;
	background:#fff url(/admin/assets/style/images/icon_edit.png) no-repeat 0 center;
	padding:2px 2px 2px 18px;
	border:1px solid #ccc;
	border-width:0 0 1px 1px;
	opacity:0.5;
}

/* =NAV
====================================================== */

#nav {
	position:relative;
	padding:0 7px;
	height:31px;
	clear:both;
	z-index:10;
	background:#000;
	overflow:hidden;
	border-bottom:3px double #666;
	border-top:3px double #666;
}

#nav li {
	height:31px;
	float:left;
	position:relative;
	list-style:none
}

#nav li a, #nav li em {
	display:block;
	color:#ccc;
	padding:0 25px 0 10px;
	height:31px;
	line-height:31px;
}

#nav li a:hover {
	color:#fff;
	background:url(images/nav.jpg) no-repeat right bottom;
}

#nav li.function {
	float:right;
	font-size:0.8em;
}

#nav li.function a {
	padding:0 20px 0 5px;
}


/* =SIDEBAR =MAINCONTENT
====================================================== */

#content {
	clear:both;
	padding:10px;
	overflow:hidden;
	position:relative;
	z-index:5;
}

/* =PRODUCTLIST
====================================================== */

.productList {
	padding:0;
}

.productList li {
	width:150px;
	text-align:center;
	float:left;
	list-style:none;
	margin:10px 20px 0 ;
}

.productList li .imgTag, .productList li .image {
	width:150px;
	height:150px;
	line-height:150px;
	text-align:center;
	padding:0 0 10px;
}

.productList li img {
	vertical-align: middle;
}

.productList li.clearIE6 {
	clear:left;
}


body.product .productList li {
	width:150px;
	margin:10px;
}

.productList li p {
	margin:0;
	font-size:0.8em;
	padding:0.25em 10px 0.75em;
	text-indent:0;
}

/* =FUNCTIONS CONTENT
============================================================= */



table.pricing {
	margin:5px 10px 15px;
	border-collapse:collapse;
	border:1px solid #777;
	-moz-border-radius:5px;
}

table.pricing td, table.pricing th {
	padding:3px;
	font-size:0.9em;
	border-left:1px solid #777;
	text-align:right;
}

table.pricing td.first, table.pricing td.last {
	border:0;
}

.cart {
	border-top:1px solid #777;
	
	margin:10px auto;
	width:650px;
}

 .cart td {
	padding:3px;
	font-size:0.9em;
	border-left:1px solid #777;
	border-bottom:1px solid #777;
}

.cart tr.even td {
	background:#333;
}

.cart tfoot td {
	background:#333;
}

#functions #miniCart td.subtotal, #functions #miniCart td.value,
	.cart td.subtotal, .cart td.value {
	border-right:1px solid #777;
}

#functions #miniCart td.blank,
	.cart td.blank, .cart td.noborder {
	border:0;
	background:none;
	color:#fff;
}

#functions #miniCart .img, .cart .img, .cart img {
	float:none;
	width:auto;
}

#functions #miniCart thead td, .cart thead td, .cart th {
	font-weight:bold;
	color:#fff;
	font-size:11px;
	background:#061;
}

.cart td input, #functions #miniCart tbody td input {
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	font-size:12px;
	padding:2px;
	color:#4d4d4d;
}

.cart td input.submit, .cart td input.button {
	padding:0;
	border:0;
}

#functions #miniCart tbody tr.giftwrap td {
	text-align:right;
	font-size:10px;
	font-style:italic;
}

#functions #miniCart tbody tr.giftwrap input {
	vertical-align:middle;
}

#functions #miniCart tbody td {
	border-bottom:1px solid #ccc;
}

#functions #miniCart tbody tr.nogiftwrap td {
	border-bottom-color:#efefef;
}

#functions #miniCart tbody tr.nogiftwrap td.subtotal {
	border-color:#ccc;
}

#mainContent .cart h4 {
	padding:3px 5px 0;
}


.cart td.estimated, #functions #miniCart  td.estimated {
	text-align:right;
	font-size:0.9em;
}

table td.pimg {
	width:85px;
	text-align:center;
}

p.btn_container-l {
	text-align:center
}

/* =PRODUCT
====================================================== */

body.product #product_image {
	width:375px;
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

#more_images {
	clear:both;
}

#more_images h3 {
	margin:0;
}

#more_images ul {
	list-style:none;
	padding:0 0 10px;
	overflow:hidden;
}

body.product table td {
	width:150px;
}


table.pricing {
	margin:5px 10px 15px;
	border-collapse:collapse;
	border:1px solid #777;
	-moz-border-radius:5px;
}

table.pricing td, table.pricing th {
	padding:3px;
	font-size:0.9em;
	border-left:1px solid #777;
	text-align:right;
}

table.pricing td.first, table.pricing td.last {
	border:0;
}

table.pricing th {
	background:#061;
	font-weight:bold;
	border-bottom:1px solid #777;
	border-right:1px solid #072;
}

/* =FORMS
====================================================== */

#mainContent fieldset {
	padding:10px 20px;
}

#mainContent label {
	display:block;
	overflow:hidden;
	font-size:13px;
}

#mainContent .giftwrap label {
	display:inline;
	font-weight:normal;
}

#mainContent label input[type="text"], #mainContent label input[type="password"], #mainContent textarea, #mainContent label select {
	display:block;
	margin:2px 0 10px;
	border:1px solid #ccc;
	padding:3px;
	font:14px/1.2 Arial, Helvetica, sans-serif;
}

* html #mainContent label input {
	display:block;
	margin:5px 5px 5px 0;
}

#mainContent label em, #mainContent label.error, #mainContent .req {
	color:#c66;
}

#mainContent p.error {
	clear:both;
	font-size:0.8em;
	text-indent:0;
	padding:0 0 10px;
}

/* =CHECKOUT
====================================================== */

.checkoutAccount, .checkoutNoAccount {
	width:35%;
	float:left;
	margin-top:25px;
}
.checkoutAccount {
	margin-left:10%;
}
.checkoutNoAccount {
	margin-left:10%;
}

.clear {
	clear:both;
}

.acceptance {
	float:right;
}

.checkoutPayment {
	width:350px;
	float:left;
}

.checkoutReview {
	width:270px;
	float:left;
}

.yourOrder .cart {
	width:550px;
}
div.yourOrder {
	float:left;
	width:550px;
}

.reviewOrder {
	width:550px;
	float:left;
}


/* =BUTTONS
====================================================== */
button, .button {
	background:#061;
	color:#fff;
	padding:5px;
	border:1px solid #666;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

button:hover, .button:hover {
	background:#082;
	cursor:pointer;
}

/* =REGISTER
====================================================== */
#nbp_register {
	background:url(images/bg_sidebar.gif) repeat-y 380px 0;
}

#mainContent fieldset.address {
	float:left;
	width:350px;
}

#mainContent label.name, #mainContent label.city, #mainContent label.state, #mainContent label.zip {
	float:left;
}

#mainContent label.address {
	clear:both;
}

#mainContent label.phone input, #mainContent label.name input {
	width:153px;
}
#mainContent label.name { width:165px }
#mainContent label.city { width:138px }
#mainContent label.state { width:112px }
#mainContent label.city input { width:125px }
#mainContent label.state input {	width:100px }
#mainContent label.zip input { width:5em }
#mainContent label.address input {	width:320px }

#mainContent input#billingAddress1, #mainContent input#shippingAddress1 {
	margin-bottom:0;
}

#mainContent label.country {
	clear:both;
}

div.error {
	font-size:0.9em;
	margin:10px;
	border:2px solid #c66;
	background:#ecc;
	color:#000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

div.error h3 {
	color:#600;
	font-size:1.2em;
	margin:0;
	padding:10px 25px 5px;
	clear:none;
}

div.error a {
	color:#600;
}

div.pricingError {
	margin-left:385px;
}

/* =DISTRIBUTORS
====================================================== */

ul.distributors {
	padding:15px 10px;
}

ul.distributors p {
	padding:5px 10px 0;
}

ul.distributors p.link {
	font-size:0.8em;
	float:right;
}

ul.distributors li {
	border-bottom:1px solid #666;
	list-style:none;
	padding:5px 10px;
}

ul.distributors li.odd {
	background:#333;
}


/* =INSTRUCTIONS
====================================================== */
ol.instructions img {
	width:250px;
	float:left;
}

ol.instructions li {
	clear:both;
	margin:15px 0;
	min-height:200px;
}

ol.instructions img {
	margin-right:10px;
}

ol.instructions p {

}



/* =IMAGE VIEW
==================================================== */

.screen {
	width:100%;
	min-height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	z-index:98;
}

#loading {
	position:fixed;
	top:50%;
	left:50%;
	width:208px;
	height:13px;
	margin-left:-104px;
	margin-top:-7px;
	background:url(images/loading.gif) no-repeat 0 0;
	z-index:999;
}

#mc-error {
	position:absolute;
	width:350px;
	background:#fff;
	border:3px double #ccc;
	top:50px;
	left:50%;
	margin: 0 0 0 -175px;
	z-index:99;
	color:#A84950;
}

.notification {
	position:fixed;
	width:450px;
	border:3px double #ccc;
	background:#fff;
	top:50px;
	left:50%;
	margin: 0 0 0 -225px;
	z-index:99;
	color:#4d4d4d;
}

.quickNotify {
	height:80px;
	width:300px;
	position:fixed;
	background:url(images/bg_quickNotify-top.gif) no-repeat 0 0;
	top:50%;
	left:50%;
	margin: -40px 0 0 -150px;
	z-index:99;
	color:#fff;
	cursor:pointer;
	padding-top:10px;
}

.quickNotify .notifyContainer {
	background:url(images/bg_quickNotify-bottom.gif) no-repeat left bottom;
	padding-bottom:10px;
}

.quickNotify img {
	display:none;
}

.quickNotify p {
	font-size:1.75em;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin:0;
}

.quickNotify p span {
	font-size:10px;
	display:block;
}
.notification h2 {
	color:#8B343C;
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:1.2em;
}

.notification h3, .notification h4 { color:#3E7449; }

#mc-error h3, #mc-error h4, .notification h3, .notification h4 {
	padding:5px 10px 0;
	font-weight:bold;
}

#mc-error p, .notification p {
	padding:5px 15px;
}

#mc-error ul, .notification ul {
	padding:5px 35px;
	list-style:disc;
}

#mc-error .btn_container {
	text-align:center;
	padding:5px 0 10px;
}


#close, #imgViewer div#close {
	width:22px;
	height:22px;
	overflow:hidden;
	position:absolute;
	right:-6px;
	top:-6px;
	background:url(images/close.png) no-repeat 0 0;
	cursor:pointer;
	text-indent:-9999px;
}

#viewer {
	width:750px;
	position:absolute;
	top:10px;
	left:50%;
	margin: 0 0 0 -375px;
	z-index:99;
	text-align:center;
}

#imgViewer {
	cursor:pointer;
	background:#fff;
	-moz-box-shadow:2px 2px 3px #333;
	-webkit-box-shadow:2px 2px 3px #333;
	box-shadow:2px 2px 3px #333;
}

#imgViewer img {
	border:3px double #666;
	display:block;
}

#imgViewer div {
	position:relative;
}
