/******************************************************************
  Layout: New USKnife.com Layout
  Created by:  Sean Michael
  Created on date: 07-28-2008  
******************************************************************/

/******************************************************************
 + Basic Skeleton Structure
******************************************************************/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("/path/to/your/background_cols.gif") repeat;
}
#container{
}
#header {
	margin: 10px 0 15px 0;
	background: white;
}
#navigation{
	margin: 0 0 15px 0;
	background-image: url("../images/nav-bar.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 43px;
}
#leftside {
	float: left;
	width: 250px;
}

#rightside { 
	margin: 0;
	float: right;
	width: 530px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #FFFFFF;
	text-align: center;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #46484A;
  padding-top: 5px;
	margin-bottom: 25px;
}
.uppercase{
	text-transform: uppercase;
}
/******************************************************************
 + Header Stuff
******************************************************************/
#logo{
	background: white;
	background-repeat: no-repeat;
	background-position: top left;
	width: 337px;
	height: 50px;
}
#nav{
	text-align: left;
	padding-left: 240px;
	padding-top: 10px;
	list-style: none;
	margin-top: 6px;
}
#nav li{
	float:  left;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 12px; 
	font-family: tahoma, sans-serif, Verdana; 
	font-weight: 600;
	width:auto;
	border-left: 2px solid #393a38;
	padding-left: 10px;
	height: 18px;
}
#nav li a{
	color: #FFFFFF;
}
#nav li a:hover{
	color: #FFFFFF;
}
#nav li.leadin{
	border-left: 0;
}
/******************************************************************
 + Left Side Stuff
******************************************************************/
#left-header{
	background-image: url('../images/green-bar-sm-2.gif');
  background-repeat: no-repeat;
	width: 250px;
	height: 35px;
	text-align: left;
	font-size: 14px; 
	font-family: tahoma; 
	font-weight: 600;	
	color: #FFFFFF;
}
.left-header{
	padding-left: 35px;
  padding-top: 7px;
	margin-right: 8px;
}
#left-content{
	border: solid 1px;
	border-color: #9ed562;
	margin-top: -5px;
}
#cart{
	font-size: 1.4em;
	padding-left: 5px;
}
#cart-items{
  width: 98%;
  text-align: center;
}
#cart-items th{
 font-size: 1.0em;
 color: #99CC00;
 text-transform:uppercase;
 text-align: left;
}
#cart-items td{
 font-size: 1.0em;
 text-align: left;
}
.cart-item-title{
	float: left;
}
.cart-item-price{
	font-size: 1em;
}
.checkout{
  color: #484a4b;
	font-size: 1.5em;
}
.checkout a{
	color: #484a4b;
}
#verified{
	margin-top: 40px;
	margin-left: 25px;
	background-image: url('../images/paypal_verified-2.gif');
	background-repeat: no-repeat;
	width: 198px;
	height: 237px;
}
.verified-txt{
	margin-top: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
}
.verified-txt a{
	color: #000000;
}

.adsense-1{
	text-align: center;
	margin-bottom: 20px;
}
/******************************************************************
 + User Control Panel And Member Management
******************************************************************/
.usertitle {
	font-size: 2.0em;
}
#usernav {
	padding-top: 10px;
	padding-left: 10px;
}
.usernav {
	font-size: 1.4em;
	color: #393a38;
	line-height: 20px;
}
.usernav a {
	color: #393a38;
}
#adminNav {
	padding-top: 10px;
	padding-left: 10px;
}
.adminNav {
	font-size: 1.4em;
	color: #393a38;
	line-height: 20px;
}
.adminNav a {
	color: #393a38;
}
.note {
	color: #393a38;
}
.input3 {
  font-family: Verdana;
  font-size: 1.1em;
  width: 120px;
	padding-top: 1px;
	padding-bottom: 1px;
  margin-right: 5px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
.input4 {
  font-family: Verdana;
  font-size: 1.1em;
  width: 70px;
	padding-top: 1px;
	padding-bottom: 1px;
  margin-right: 5px;
	margin-left: 15px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
.input3:hover{
		border: 1px solid #f8b119;
}
.input4:hover{
		border: 1px solid #f8b119;
}
.input3:focus{
		border: 1px solid #f8b119;
}
.input4:focus{
		border: 1px solid #f8b119;
}
.adminFooter{
	font-size: 15px;
	text-align: left;
	padding-left:20px;
	padding-top: 30px;
	margin-bottom:-30px;
}
.adminFooter a {
	color: #393a38;
} 
/******************************************************************
 + Right Side Stuff
******************************************************************/
.item {
  background-image: url('../images/item-bg-2.gif');
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 530px;
  height: 225px;
}
.soldout {
  background-image: url('../images/soldout.gif');
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 530px;
  height: 225px;
}
.item-pack {
  margin-top: 35px;
  margin-left: 10px;
  width: 100px;
  display: block;
  float: left;
}
.item-title {
  color: #300af3;
	font-weight: 500;
  float: left;
  margin-top: 5px;
  margin-left: -70px;
  font-size: 2.0em;
	text-transform: capitalize;
}
.item-title a{
  color: #000000;
}
.item-title a:hover{
  color: #000000;
	text-decoration: none;
}
.item-price{
  color: #000000;
  float: right;
  margin-top: 5px;
  margin-right: 18px;
  font-size: 1.8em;
	font-weight: 700;
}
.item-txt {
  display: block;
  width: 380px;
  color: black;
  float: left;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 1.5em;
  text-align: justify;
  text-indent: 20px;
}
.item-txt a{
  color: #FFFFFF;
}
.item-txt a:hover{
  color: #484a4b;
}
.buyme {
	background-image: url('../images/details-buyme.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
}
.buyme-1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #a1d668;
	padding-left: 10px;
}
.buyme-1 a{
	color: #a1d668;
}
.buyme-2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #484a4b;
	padding-left: 18px;
}
.buyme-2 a{
	color: #484a4b;
}
.test{
	padding-top: 2px;
}
/******************************************************************
 + Right Side For FAQ's
******************************************************************/
.question_list {
  font-size: 0.9em;
}
.question_list a{
  color: #484a4b;
}
.question_list a:hover{
  color: #FFFFFF;
}
.questions {
  size: 0.9em;
}
.answers {
  font-size: 0.9em;
}
.answers a{
  color: #FFFFFF;
}
.answers a:hover{
  color: #484a4b;
}
.Q {
  font-size: 1.0em;
  color: #484a4b;
  font-weight: 800;
}
.A {
  font-size: 1.0em;
  color: #FFFFFF;
  font-weight: 800; 
}
/******************************************************************
 + Right Side For Contact Us and Referr A Friend
******************************************************************/
.balls {
	padding-top: 10px;
	margin-top: 15px;
	float: left;
}
.button2 {
	padding-left: 15px;
}
.instructions {
	text-indent: 20px;
	font-size: 0.9em;
}
.instructions a {
	color: #FFFFFF;
}
.instructions a:hover  {
	color: #46484A;
}	
dt {
	font-size: 0.9em;
}
.inputs textarea {
	font-family: Verdana;
  font-size: 1.1em;
	padding-top: 1px;
	padding-bottom: 1px;
  margin-right: 5px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
.inputs textarea:hover {
	border: 1px solid #f8b119;
}
.inputs textarea:focus {
	border: 1px solid #f8b119;
}
/******************************************************************
 + Right Side For Checkout
******************************************************************/
#items-box {
  background: url('../images/checkout-bg.gif');
	background-repeat: no-repeat;
	width: 530px;
	height: 400px;
  padding-bottom: 5px;
  padding-top: 10px;
}
#items {
	margin-top: 20px;
  width: 98%;
  text-align: center;
}
#items th {
	font-size: 1.2em;
	height: 18px;
	color: #484a4b;
	text-transform: uppercase;
}
#items td {
	padding-left: 10px;
	font-size: 1.3em;
	height: 20px;
}
.pay-btn {
	float: right;
	margin-right: 50px;
	margin-top: -75px;
}
.refresh-btn{
	float: left;
	margin-top:-30px;
	margin-left:295px;	
}
.checkout-item-title {
	float: left;
	font-size: 1em;
	text-transform: capitalize;
}
.qty {
	font-size: 1em;
}
.quantity {
	width: 100px;
}
/******************************************************************
 + Right Side for Details Page
******************************************************************/
.wrap-details1 {
	background-image: url('../images/details-bg-top.gif');
	background-repeat: no-repeat;
	width: 530px;
	height: 35px;
}
.wrap-details2 {
	background-image: url('../images/details-bg-bottom-2.gif');
	background-repeat: no-repeat;
	margin-top: -15px;
	width: 530px;
	height: 60px;
}
#item-details {
	background-color: #c9cbc8;
	width: 530px;
	height: 100%;
	margin-top: 0px;
	border: solid 0px #c9cbc8;
	margin-top: -20px;
}
#small-image {
	position: absolute;
	float: left;
	margin-top: 50px; /* I changed this from non-exist to 35px*/
	padding-top: 0px;
	padding-left: 15px;
	width: 100px;
	background-color: #c9cbc8;
	z-index: 10;
}
#crap {
padding-bottom: 50px;
}
.img-txt {
	margin-top: 1px;
	width: 100px;
	text-align: center;
	font-size: 1.2em;
}
.img-txt a {
	 color: #46484A;
}
.you-tube {
	padding-top: 8px;
	width: 100px;
	text-align: center;
	font-size: 1.2em;
}
.you-tube a {
	 color: #46484A;
}
.email-friend {
	padding-top: 8px;
	width: 100px;
	text-align: center;
	font-size: 1.2em;
}
.email-friend a {
	color: #46484A;
}
#title-price {  /* I changed this width from 400 to 480*/
	float: right;
	width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.details-title {
  color: #000000;
  float: left;
  margin-left: 0px;
  font-size: 2.0em;
}
.details-price {
  color: #000000;
  float: right;
  margin-right	: 18px;
  font-size: 1.9em;
	font-weight: 700;
}
#details-txt {
	margin-left: 130px;
	margin-right: 15px;
}
#details-txt p{
	font-size: 1.5em;
	text-align: left;
	text-indent: 20px;
}
#details-txt ul{
	font-size: 1.5em;
	text-align: left;
	text-indent: 20px;
}
#add-to-cart {
	background-color: #c9cbc8;
	width: 530px;
	height: 30px;;
	margin-top: 10px;
	float: right;
	border-right: solid 0px #c9cbc8;
}
#add-to-cart img{
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 350px;
}
/******************************************************************
 + Right Side For Registration
******************************************************************/
.wrap-register1 {
	background-image: url('../images/details-bg-top.gif');
	background-repeat: no-repeat;
	width: 530px;
	height: 35px;
	padding-bottom: 0px;
}
.wrap-register2 {
	background-image: url('../images/details-bg-bottom.gif');
	background-repeat: no-repeat;
	margin-top: -1px;
	width: 530px;
	height: 30px;
}
#register{
	width: 530px;
	background-color: #c9cbc8;
	height: 100%;
	margin-top: -20px;
	font-size: 1.3em;
	padding-bottom: 30px;
}
#register h1 {
  color: #484a4b;
	font-family: Verdana;
	font-size: 1.8em;
	text-align: center;
}
#register .input {
  font-family: Verdana;
  font-size: 1.1em;
  width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
  margin-right: 5px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
#register .input2 {
  font-family: Verdana;
  font-size: 1.1em;
  width: 300px;
	padding-top: 1px;
	padding-bottom: 1px;
  margin-right: 5px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
#register .input:focus {
	border: 1px solid #f8b119;
	background: #e4ebeb;
}
#register .input:hover{
		border: 1px solid #f8b119;
}
#register .input2:focus{
		border: 1px solid #f8b119;
}
#register .input2:hover{
		border: 1px solid #f8b119;
}
.inputs {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 25px;
}
.inputs em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.button {
	margin-right: 6px;
	margin-top: 15px;
	float: right;
}
.inputs label {
	float: left;
}
.login-stuff {
	padding-left: 25px;
}
.login-stuff a {
	color: #484a4b;
	font-family: Verdana;
	font-size: 1.0em;
}
.false{
	color: red;
	font-weight: 700;
	letter-spacing: 1px;
}
.true{
	color: green;
	font-weight: bold;
	letter-spacing: 1px;
}
.errors{
	color: red;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	padding-left:10px;
}
.spaceOut{
	font-size: 15px;
	text-align: left;
	padding-left:10px;
}
.spaceOut a {
	color: #393a38;
} 
#editItemTitles{
}
.editItemLine{
			float:left;
}
.titleRight{
		float:right;
}
.editItemTitle{
	color: #393a38;
	font-weight: 300;
	font-size: 15px;
	padding-left:10px;
	line-height: 20px;
}
/******************************************************************
 + Right Side Table Styles
******************************************************************/
#register .item_input {
  font-family: Verdana;
  font-size: 1.1em;
  margin-right: 5px;
  color: #484a4b;
	background: #e4ebeb url(../images/input_stripe.gif);
	border: 1px solid #484a4b;
	float: left;
}
#inventory th {
	font-size: 1.2em;
	height: 18px;
	color: #484a4b;
}
#inventory tr{
	height:65px;
}
#inventory td {
	padding-left: 10px;
	font-size: 1.3em;
	height: 20px;
}
#inventory td a{
	color: #000000;
	font-size: 1.12em;
}
#users th {
	font-size: 1.2em;
	height: 18px;
	color: #484a4b;
}  
#users td {
	padding-left: 10px;
	font-size: 1.3em;
	height: 20px;
}
#users td a{
	color: #000000;
	font-size: 1.3em;
}
#users tr {
height:28px;
}
#FAQ th {
	font-size: 1.1em;
	height: 18px;
	color: #484a4b;
}  
#FAQ td {
	padding-left: 10px;
	font-size: 1.1em;
	height: 20px;
}
#FAQ td a{
	color: #000000;
}
#FAQ tr {
height:28px;
}
#orders th {
	font-size: 1.1em;
	height: 18px;
	color: #484a4b;
}  
#orders td {
	padding-left: 10px;
	font-size: 1.1em;
	height: 20px;
}
#orders td a{
	color: #000000;
}
#orders tr {
height:28px;
}
#add_orders td {
	font-size: 14px;
	height: 20px;
}
#add_orders label {
	font-weight: 700;
}
tr.d0 td {
/*	background-color: #CC9999; color: black;*/
}
tr.d1 td {
	background-color: #AEDB70; color: black;
}
/******************************************************************
 + Footer Stuff
******************************************************************/
#footer-hr {
	background-image: url("../images/footer-hr.gif");
	width: 800px;
	height: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer a{
	color: #46484A;
}
/******************************************************************
 + Miscellaneous Site Stuff
******************************************************************/
body {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: white;
}
body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-size: 10px;
	font-family: tahoma, sans-serif, Helvetica,Verdana;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img { 
  border: none;
}

