@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:0.626em; }
body div, ul, ol, li, table, img {
	margin:0px;
	padding:0px; }
body p {
	margin:10px 0px 15px; }
body img {
	border:none; }
.display_none {
	display:none; }
.clear_div {
	display:none;
	height:0px;
	width:0px; }
body:last-child .clear_div {
	display:block;
	clear:both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear:both;
}



a img {border:0}


body{
	background:#000000 url(images/bg.jpg) no-repeat top center fixed;
	text-align:center;
	min-width:990px;
	margin:0 auto;
	font-family:Verdana;
	color:#FFFFFF;
}


p {
	padding:0px 15px;
	font:13px/14px Verdana;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}


/* HEADER */

#header_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	background:url(images/top_bg.jpg) no-repeat;
}
#top_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#top_left {
	width:600px;
	height:70px;
	float:left;
	font:bold 14px Georgia;
	color:#E1D873;
}
#top_right {
	width:390px;
	height:70px;
	float:right;
}
#top_nav {
	width:340px;
	padding:10px 50px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
}
#top_nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#top_nav a:hover {
	text-decoration:underline;
}
#top_search {
	width:340px;
	padding:3px 50px 0px 0px;
	text-align:right;
}
input.form_text {
	height:23px;
	*height:20px;
	width:200px;
	background:url(images/form_bg.jpg) repeat-x;
	border:thin solid #686868;
}
#lower_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#cat_left {
	width:210px;
	*width:200px;
	float:left;
	padding:0px;
	margin:0px;
}
#cat_list {
	width:190px;
	margin:50px 0px 0px 30px;
	background:#000000;
	text-align:center;
}
span#qstitle {
	font:bold 16px Georgia;
	color:#FFFFFF;
}

.category a {
	margin:5px 20px;
	display:block;
	font:bold 14px/18px Georgia;
	text-decoration:none;
	color:#FDFF00;
	text-align:left;
}
.category a:hover {
	color:#EFEFEF;
}
.subcat a {
	margin:5px 20px;
	display:block;
	font:bold 12px/18px Georgia;
	text-decoration:none;
	color:#DFDFDF;
	text-align:left;
}
.subcat a:hover {
	color:#EFEFEF;
}
.products a {
	margin:5px 20px;
	display:block;
	font:bold 12px/14px Trebuchet MS;
	text-decoration:none;
	color:#C9C9C9;
	text-align:left;
}
.products a:hover {
	color:#EFEFEF;
}
select.qs_search {
	margin:3px 0px 0px 5px;
	width:160px;
}
#marketing_window {
	width:780px;
	height:465px;
	margin-top:-40px;
}


/* PRODUCTS */

#products_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
#products_left {
	width:210px;
	float:left;
}
#products_right {
	width:740px;
	float:right;
	padding:40px 40px 0px 0px;
	margin:0px;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	height:53px;
	padding:70px 0px 0px 0px;
	background:url(images/footer_bg.jpg) top center no-repeat;
	font:11px/16px Verdana;
	color:#FFFFFF;
	text-align:center;
}

#footer_wrapper a {
	color:#FFFFFF;
}

#footer_wrapper a:hover {
	color:#E5E5E5;
	text-decoration:none;
}




/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin:5px 0px;
	font:bold 18px Verdana;
	color:#525252;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#525252;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin:0px 0px 0px 25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#FFFFFF;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width:100%;
	font:11px/20px Verdana;
	color:#FFFFFF;
	letter-spacing:0px;
}
#contact_table {
	width:400px;
	font:11px/20px Verdana;
	color:#FFFFFF;
	letter-spacing:0px;
	padding:0px 0px 0px 10px;
}
.contact_row {
	width:300px;
	height:25px;
}
.contact_field {
	float:left;
	width:45px;
	height:20px;
	padding:5px 5px 0px 0px;
	text-align:right;
}
.contact_box {
	float:right;
	width:250px;
	height:25px;
	text-align:left;
}
input.contactinput {
	width:250px;
	font:11px Verdana;
	color:#525252;
	background:#FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background:#FFFFFF;
}






/* DIGISHOP */

#categoryGrid , #productGrid, #productDetail, #customerLogin, #checkoutBilling, #checkoutPayment, #checkoutConfirm, #clientAccount, #viewCart {
	margin:5px;
	font-family:Verdana;
}
#categoryGrid table, #productGrid table {
	text-align:center;
}
.photo {
	width:125px;
	margin:0px 5px 0px 0px;
	float:left;
	text-align:center;
}
.title {
	font:bold 14px/18px Verdana;
	text-decoration:none;
}
.title a {
	font:bold 14px/18px Verdana;
	color:#FF010F;
}
#btmOptions {
}
.pagination, #pageNote, .display, .sort, .search, #viewCart, #newCustomer, #existingCustomer, #passwordRemindCustomer, .form-field, .form-label, .form-label-required, .field-price, .myerror, .pageNote, #billInfo, #shipInfo, #paymentInfo, #orderDetails, .logout, #orderList, #myAccount {
	font:normal 11px/14px Verdana;
}
.label {
}
.option {
}
.description {
	font:10px/14px Verdana;
}
.details {
}
.sprice {
	font:bold 14px/18px Verdana;
	color:#CDCDCD;
}
#price {
	font:bold 30px/38px Verdana;
	color:#FF0000;
}
.buttons {
	padding:10px 0px 0px 0px;
}
.addToCartBtnNoImg {
	float:left;
	width:92px;
}
.detailBtnNoImg {
	float:left;
	width:131px;
}
.form-label, .form-label-required {
	clear:both;
	float:left;
	margin:0px 5px 5px 0px;
}
.form-field, .field-price {
	float:left;
	margin:0px 0px 5px 0px;
}
#productDescription, a.link {
	font:10px/14px Verdana;
}
.hdr-title {
	font:bold 14px/18px Verdana;
}

#product_detail_left {
	float:left;
	margin:0px 25px 0px 0px;
}
#product_detail_right {
	float:right;
}

a.link {
	font:bold 14px Verdana;
	color:#FFFFFF;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}

a.sublink {
	font:12px Verdana;
	color:#FFFFFF;
	text-decoration:none;
}
a.sublink:hover {
	text-decoration:underline;
}

#productsRelated {
	width:400px;
	margin:35px 0px 0px 0px;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .content-even {
	width:200px;
	float:right;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
}
#productsRelated .details a {
	display:block;
	width:90px;
	height:14px;
	padding:3px 0px 5px 0px;
	*padding:2px 0px 6px 0px;
	margin:5px 0px 0px 0px;
	text-align:center;
	background:#E89923;
	color:#000000;
	border:thin solid #000000;
	text-decoration:none;
}
#productsRelated .details a:hover {
	text-decoration:underline;
}



#product_left {
	float:left;
	width:255px;
}
#product_right {
	float:left;
	width:435px;
	margin-left:10px;
	text-align:left;
}

h6.product_title {
	font:bold 24px Verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
.field-label, .field-price {
	float:left;
}
.field-price {
	margin-left:5px;
}
#cartButtons {
	margin-top:8px;
}
td.content-odd2 {
	width:360px;
	text-align:left;
}
td.content-even2 {
	width:360px;
	text-align:left;
}
#productPhotos {
	float:left;
	width:250px;
	margin:0px 5px 10px 0px;
}
#extraDetails {
	float:left;
	width:500px;
}
#productDescription {
	padding:0px 15px 0px 0px;
}


#calendar_cta {
}
#calendar_cta a {
	display:block;
	height:200px;
	width:200px;
	background:url(images/calendar_cta.jpg) top left;
}
#calendar_cta a:hover {
	background-position:bottom left;
}






form, table, #cartInfo {
	margin:0px 10px;
}

#existingCustomer .form-label, #newCustomer .form-label {
	width:80px;
}

table#cartItems thead {
	border:thin solid #828295;
}
table#cartItems thead th {
	padding:2px;
}
table#cartItems tbody {
	border:thin solid #828295;
}
table#cartItems tbody td {
	padding:2px;
}

#billAddress table input, #shipAddress table input, #paymentInfo table input {
	width:300px;
}
#billAddress table select, #shipAddress table select, #paymentInfo table select {
	width:300px;
}



#checkoutBilling {
}
#checkoutBilling h2 {
	color:#FCFCFC;
}
#checkoutBilling .form-label-required {
	width:150px;
	text-align:right;
}
#checkoutBilling .form-label {
	width:150px;
	text-align:right;
}
#checkoutBilling .form-field {
}
#checkoutBilling .form-field input, #checkoutBilling .form-field select {
	width:245px;
}




#checkoutShipping {
}
#checkoutShipping h2 {
	color:#FCFCFC;
}
#checkoutShipping .form-label-required {
	width:150px;
	text-align:right;
}
#checkoutShipping .form-label {
	width:150px;
	text-align:right;
}
#checkoutShipping .form-field {
}
#checkoutShipping .form-field input, #checkoutShipping .form-field select {
	width:245px;
}




#checkoutPayment {
}
#checkoutPayment h2 {
	color:#FCFCFC;
}
#checkoutPayment .form-label-required {
	width:150px;
	text-align:right;
}
#checkoutPayment .form-label {
	width:150px;
	text-align:right;
}
#checkoutPayment .form-field {
}
#checkoutPayment .form-field input, #checkoutPayment .form-field select {
	width:265px;
}

#otherPaymentOptions {
}
td#oPOptions input {
	width:20px;
}

span.saleprice {
	font-size:30px;
}