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

/* Global definitions */
body{
	text-align:left;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:white;
	margin:0;
	padding:0; 
	background:url(../../images/site_bg.jpg) top center no-repeat #24110b;
}
img{
	border:none;
}
p{
	text-indent:5px;
	margin:5px;
	padding:0;
}
a{
	color:#707AFE;
}
a:visited{
	color:#B7C6FF;
}
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}
form{
	margin:0;
	padding:0;
}
h1{
	font-size:20px;
	margin:5px 0;
	display:block;
	border-bottom:1px solid white;;
}

/* Template definitions */
.content{	
	padding:10px;
}
.content-left{
	padding-right:10px;
}
.content-right{
	padding-left:10px;
}
.container{
	margin:0 auto;
	width:900px;
}
.footer{
	padding:5px;
	margin-top:10px;
	background:#190c07;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.hr{
	border-bottom:1px dotted white;
	margin:10px 0;
}

/* News display */
.news_item{
	background:url(../../images/black_30perc.png);
	border:1px dotted black;
	margin:10px 0;
	padding:8px;
}
.news_date{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:10px;
	margin:5px 0;
}
.news_subj{
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

/* categories display */
.category_name{
	margin-top:5px;
	font-weight:bold;
}

/* Opt-in for special deals */
.specials_signup{
	padding:5px;
	border:dotted #666666;
	border-width:1px 0;
	background:url(../../images/black_30perc.png);
	font-size:12px;
	font-weight:bold;
}
.specials_signup input[type=text], .specials_signup input[type=submit]{
	width:265px;
}
.specials_signup label{
	display:block;
	margin:3px 0;
}

/* User log in */
.user_login{
	position:relative;
	background:url(../../images/yellow_10perc.png);
	border:1px dotted #CC6600;
	width:550px;
	height:125px;
	margin:50px auto;
	text-align:center;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:0 50px;
}
.user_login input[type=text], .user_login input[type=password]{
	width:225px;
}
.user_login .feedback{
	color:#990000;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	font-style:italic;
}

/* Form Definitions */
.text_field{
	background:white;
	margin:0;
	padding:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	border:1px solid #333333;
}
.text_field_sm{
	background:white;
	margin:0;
	padding:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
/* Admin Definitions */
.config_alt{
	background:url(../../images/yellow_10perc.png);
	padding:10px;
}
.config{
	border:1px dotted #333333;
	padding:10px;
}
.object_delete{
	display:block;
	margin:10px 0;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
}

/* Other stuff */
.table_bordered_cells td{
	border:1px dotted white;
}
.feedback{
	background:url(../../images/yellow_10perc.png);
	margin:10px;
	padding:3px 3px 3px 15px;
	font-size:12px;
	border:1px dotted #CC9900;
}
.feedback p{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	right:10px;
}
.tdarker{
	background:url('../../images/white_5perc.png');
}

/* Product Definitions */
.products_quick{
	padding:5px;
	border:dotted #666666;
	border-width:1px 0;
	background:url(../../images/black_30perc.png);
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
.products_quick a{
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	display:block;
}
.products_quick table td:hover{
	background:url(../../images/white_10perc.png);
}
.product_item{
	border:dotted #666666;
	border-width:1px 0;
	background:url(../../images/black_30perc.png);
	padding:10px;
	color:white;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.product_img img{
	max-width:100px;
	max-height:100px;
}
.product_item:hover{
	background:url(../../images/white_5perc.png);
}
.product_disabled{
	background:#CCCCCC !important;
}
.product_item table td{
	font-size:10px;
}
.product_item table td p{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.product_item .price{
	font-size:20px;
	font-weight:bold;
	float:right;
	padding:0 10px;
}
.product_item .name{
	font-size:16px;
	font-weight:bold;
}
.product_item .description{
	font-size:12px;
}
.product_item .product_actions, .product_full .product_actions{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:10px 0;
}
.product_item .product_actions a, .product_full .product_actions a{
	text-decoration:none;
}

.product_full{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../../images/black_30perc.png);
	border:dotted #666666;
	margin:10px 0;
	border-width:1px 0;
}
.product_full .price{
	font-size:24px;
	font-weight:bold;
}
.product_full .name{
	margin:10px 0;
	font-weight:bold;
	font-size:16px;
}
.product_full .description{
	font-size:12px;
}

.cart a{
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.cart_item{
	background:url(../../images/black_30perc.png);
	border:dotted white;
	border-width:1px 0;
	margin:5px 0;
	padding:5px;
}

.sub_nav{
	width:225px;
}
.sub_nav h2{
	font-size:14px;
	border-bottom:1px dotted white;
	padding-bottom:3px;
}
.sub_nav .cart_total{
	font-weight:bold;
	border:1px dotted white;
	padding:3px;
	background:url(../../images/black_30perc.png);
}
.subnav_1{
	background:url(../../images/subnav_bg.jpg) top repeat-y;
	margin-right:15px;
}
.subnav_2{
	background:url(../../images/subnav_top.png) top no-repeat;
}
.subnav_3{
	background:url(../../images/subnav_bottom.png) bottom no-repeat;
	min-height:60px;
	padding:18px;
}
.subnav_menu, .subnav_menu li{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
.subnav_menu li a{
	font-weight:bold;
	font-size:18px;
	color:white;
	text-decoration:none;
	display:block;
	padding:5px;
	border-top:1px dotted white;
}
.subnav_menu li a:hover{
	background:url(../../images/black_30perc.png);
}
.subnav_menu li .active{
	background:url(../../images/white_10perc.png);
}

.subnav_menu li:first-child a{
	border:none;
}