body {
	margin: 0px;
	padding: 0px;
	background: #1d1d1d url(images/black_background.jpg) repeat-x left top;
	text-align: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}


h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {

	line-height: 160%;
}

a {
	color: #000000;
}

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

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	
}

/* Header */

#header {
	width: 920px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #939445;
}

.jump {
	background-image:url(images/jump.png);
	width:251px;
	height:450px;
	position: relative;
	top: 120px;
	left:-200px;
	z-index: -1;
	display:hidden;
}


/* Logo */

#logo {
	float: left;

}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo img {
	padding: 20px 0px 0px 0px;
}

#logo p {

}

/* Menu */

#menu {
	float: right;
	font-size: 1.1em;
	top:15px;
	position: relative;
}

#menu ul {

}

#menu li {


}

#menu a {

	color: #ffffff;

}

#menu a:hover {

}

#menu .active {
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 635px;
}

#content_full {
	float:left;
	width:885px;
	background:#FFFFFF;
}

.post {
	background: #f4f4f4;
   
   	margin: 0px 0px 15px 0px;
	padding-bottom:10px;
}

.post .title {
	background-image: url(images/post_title.jpg);
	background-repeat: no-repeat;

	border-bottom-style: none;
	margin: 0px;
	font-weight:bold;
	color:#585757;
	padding: 10px 13px 0px 13px;
	font-size: 1.4em;
	color:#000000;
	padding-left:13px;
}

.post .title a {
	text-decoration:none !important
}

.post .title h1 {
}
.post .title img {
}

.post .entry {
	padding: 0px 13px 0px 13px;
	margin:0px
}

.post .entry .whereline {
	color:#999 !important;
	font-weight:none !important;
	margin-bottom:5px;
	text-align:right;
	font-size:0.9em;
}
.post .entry .whereline a:link, .post .entry strong a:active, .post .entry strong a:visited {
	color:#444 !important;
	font-weight: bold;
}

.post .entry .author_img {
	width:20px;
	height:20px;
	vertical-align: bottom;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

.post .links {
	text-align:right;
	font: 11px Arial, Helvetica, sans-serif;	
}

.post .meta .links img {
	vertical-align: bottom;
}

.more {
	padding:2px;
	color:#000B72;
}

.flash_banner {
	margin-bottom:10px;
}

/* top login */

#top_login {
padding:2px;
/**
background-color: #f2f2f2; 
**/

float:right;
font-size:0.9em;
font-weight:bold;
/**
color: #a7aaa4 !important; 
**/
color: #ffffff !important;
}

#top_login a {
color: #ffffff !important;
}
#top_login a:hover {
text-decoration:underline;
}

/* login */

#login_box {

float:left;
border-color: #cfcfcf;
border-style: solid;
border-width: 1px;
padding:3px;
width:302px;
}

#login_box h3 {

margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
margin-top: 0px;

padding: 2px;
}
#login_box label {
float:left;
width:150px;
}
#login_box INPUT {


}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background-color: #7b7a39;

	color:#ffffff;
	padding: 3px 7px;
	font-size: 1.1em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */
.searchbox {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	padding:5px;
	border-color: #d7d7d7;

	border-style: solid;

}
.searchbox .searching {
width:232px;
font-style:italic;
color:grey;
}

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

.banners img {
	width:250px;
	margin-bottom:10px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url(images/img08.jpg) no-repeat left top;
	color: #979797;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #979797;
}

/*  slider container(s) */
#slider, #container2, #container3 { 
	position: relative; 
	width: 635px; 
	height: 200px; 
	overflow: auto;
	margin-bottom:10px; 
}
#slider .item { 
	display: block; width: 585px; height: 200px; 
}
#slider .item h3 { 
	font-size: 16px; margin: 10px; color: #0CF; 
}
#slider .item p { 
	font-size: 13px; padding: 6px 10px 12px; 
}

#slider img {
	width:635px;
	height:250px;
}

/**** home about ***/

.home_about {
	border:#504f4f solid 2px;
	padding:7px;
	background-color: #f6f7fa;
/**	background-color: rgba(167,169,86,0.5); **/

	margin-bottom: 10px;
	text-align: justify;
	clear:both;
}

/*** header title and links ***/

.cat_header .product_header {
	float:left;
	width:635px;
}
.cat_header .product_name {
	float:left;
	width:347px;
}
.cat_header .prod_cat_links {
	float:right;
	padding-top:5px;
	width:288px;
}


.cat_header h1 {
	font-size:1.5em;
}

.cat_header img {
	width:288px;
	padding-left:10px;
	
}

.cat_header .prod_cat_links {
	color: #646464;
	text-align:right;
	font-size:0.85em;
}

.cat_header .prod_cat_links a {
	color: #646464;
	text-decoration:none;
}

.cat_header .prod_cat_links a:hover {
	text-decoration:underline;
}

/******* product stuff *********/

.product_details .product_header {
	float:left;
	width:635px;
}
.product_details .product_name {
	float:left;
	width:347px;
}
.product_details .prod_cat_links {
	float:right;
	padding-top:5px;
	width:288px;
}


.product_details h1 {
	font-size:1.5em;
}

.product_details img {
	width:288px;
	padding-left:10px;
	
}

.product_details .prod_cat_links {
	color: #646464;
	text-align:right;
	font-size:0.85em;
}

.product_details .prod_cat_links a {
	color: #646464;
	text-decoration:none;
}

.product_details .prod_cat_links a:hover {
	text-decoration:underline;
}
/* options */
.extra_cell {
cursor:pointer; 
}
.product_options table {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	width:635px;
	vertical-align: text-top;
}
.product_options table th {

	background-color: #dbdbdb;

	padding: 4px;

	font-weight: bold;

	text-align: center;

}

.product_options table td {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-top: 4px;
	background-color: #e9e9e9;
}

.product_options table td ul {
margin:0px;

}

.option_extra_small {
	margin-left:10px;
	font-size:0.85em;
	font-style:italic;
}

.product_options {
	float:left;
	width:600px;
	font-size:0.9em;
}

.product_options h3 {
	margin-bottom:-5px;
}
.product_option {

	width:635px;
	float:left;
	margin-bottom:2px;
	background-color: #dbdcca;	
}
.product_option_details {
	border-right-color: #484848;
	border-right-width: 1px;
	border-right-style: dashed;
	float:left;
	width:350px;
	padding:3px;

}

.admin_option_extras {
	font-size:0.85em;
	font-style:italic;
}

.product_option_price {
	margin-left:20px;
float:left;
	padding:3px;
}
.product_options_edit {
	padding:3px;
}

.product_options_edit input, .product_options_edit form {
	width:30px;


}
.product_options_edit form, .product_options_edit input {


}
.product_option_price input {
	width:60px;

}


/*** extra images ****/
.product_images {
	float:right;
	width:287px;
	margin-left:3px;
}

.extra_images {
	float:right;
	width:290px;
	margin-top:3px;
}
.extra_images img {
	border-color: #898989;
	border-width: 1px;
	border-style: solid;
	width:54px;
	margin-left:2px;
	margin-top:2px;
	padding:0px;
	float:right;
	height:41px;
	
	
}

/** category styles **/

.header_details .product_header {
	float:left;
	width:635px;
}
.header_details .product_name {
	float:left;
}
.header_details .prod_cat_links {
	float:right;
	padding-top:5px;
	width:250px;
}
.header_details h1 {
	font-size:1.5em;
}

.header_details .prod_cat_links {
	color: #646464;
	text-align:right;
	font-size:0.85em;
}

.header_details .prod_cat_links a {
	color: #646464;
	text-decoration:none;
}

.header_details .prod_cat_links a:hover {
	text-decoration:underline;
}


.cat_item {

	border-color: #575955;

	border-style: solid;

	border-width: 1px;
	float:left;
	width: 200px;
	height:233px;
	padding-top:0px;
	text-align:center;
	margin: 0px 9px 9px 0px
}

.cat_item h3 {
	background-color: #dde3d8;
	text-align:center;
	margin:0px 0px 7px 0px;
	font-size:1.1em;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	
}
.cat_item h3 a {
	text-decoration:none;
}

.cat_item img {
	width:190px;
	height:180px;
	text-align:center;
	margin:0px 0px 5px 0px;
}

.cat_item_details {
	text-align:right;
	padding-right:3px;
	padding-bottom:6px;
	font-size:0.86em;
}

/** product listing **/

.dropshandow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 3px 0 7px !important;
	margin: 10px 3px 0 5px;
}

.product_item {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	
	border-color: #e2d9d9;
	border-style: solid;
	border-width: 1px;

	width: 189px;

	padding:5px;
	text-align:center;


/**
	background-color: #fbffeb;
	height:80px;
	width:635px;
	float:left;
	margin-bottom:5px;
**/
}

.product_item img {
	width:189px;
	text-align:center;
/**	height:74px;
	float:left; 
**/
}
.product_item_image {
	height:130px;

	overflow: hidden; 
/**
	margin:0px;
	padding:0px;
	float:left;
	overflow: hidden; 
	width:80px;
	height:74px;
	padding:3px;

**/
}
.product_item_images{
	height:213px;

}

.product_item h3 {
	background-color: #fcfaf3;
	text-align:center;
	margin:3px 0px 0px 0px;
	font-size:1.1em;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	height:30px;
	overflow:hidden;

	

/**
	float:left;
	margin: 30px 0px 0px 10px;
	text-decoration:none;	
	**/
}

.product_item h3 a {
	text-decoration:none;	
}

.product_item_details {
	text-align:left !important;
}

/* ADMIN STYLES */
#side_banners img {

}

.edit_banners {
	width:635px;
	float:left;
	margin-bottom: 5px;
	background-color: #F4F4F4;
}
.edit_banners img {
	width:75px;
	height:75px;
	float:left;
}
.edit_banners_contents {
	float:left;
	width:400px;
	padding:10px 0px 0px 5px;
}	

.admin_form TEXTAREA {
	width:635px;
	height:300px;
}

#edit_products_head {
	background-color: #d7d7d7;
}

.edit_products {
	width:635px;
	float:left;
	margin-bottom: 5px;
	background-color: #F4F4F4;
}
.edit_products img {
	width:30px;
	height:30px;
	float:left;
}
.edit_products_contents {
	float:left;
	width:597px;
	padding-top:7px;
	padding-left:5px;
	
}
.edit_product_details {
float:right;
}

.edit_product_publish {
	float:right;
	padding-left:10px;
}

.admin_product_extra_image {
	border-color: #bdbdbd;
	border-width: 1px;
	border-style: solid;
	padding-top: 2px;
	background-color: #e7e7e7;
	float:left;
	text-align:center;
	width:105px;
}
.product_options_edit {
	text-align:center;
	width:105px;
}
.admin_product_extra_image img {
	width:100px;
	height:100px;
}

.small_field input {
width:15px;
margin:0px;
padding:0px;

}

.edit_page_publish, .small_field input {
position:relative;
top:-15px;
right:85px;
float:right;
margin-left:10px;
}

.edit_product_details2 {
float:right;

}

/*** extra Listing ***/

.admin_extra_listing input {
	width:250px;
	margin:0px 20px 0px 25px;
}

.admin_extra_listing .product_option {
	padding:3px;
}