
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 0px;
	margin: 0px;
/*   background: url( "/admin/i/bg.jpg" ) no-repeat; */
	background-image:url(/catalog/_i/greenFade.jpg);
	background-repeat:repeat-y;
}


/*
	DEFAULT STYLES
*/

img {
	border: none;
}

h1, h2, h3 {
	color: #222;
}

h1 {
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: 1px dashed #222;
	border-bottom: 1px dashed #222;
}

h2 {
	font-size: 14px;
	color: #009;
	text-align: center;
}

h3 {
	font-size: 13px;
}

a, a:visited {
	color: #572323;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
  padding-left: 10px;
}

p.padding {
	padding-bottom:100px;
}

/*
	ADMIN STYLES
*/

#contentHolder {
	position: relative;
	width: 760px;
	margin: 10px auto auto auto;
	padding: 20px;
	border: 1px solid #222;
  	background-color: #FFF; 
}

#nav {
	padding: 5px;
	background-color: #EEE;
	text-align: right;
}

/*
  GENERAL STYLES
*/

#blueTop {
	background-image:url(/catalog/_i/blueFade.jpg);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
}

#greenSide {
	background-image:url(/catalog/_i/greenFade.jpg);
	background-repeat:repeat-y;
	width:200px;
	padding-top:115px;
}

#logo, #topLeft {
	position:absolute;
	left:0px;
	top:0px;
}

#logo {
	z-Index:10;
}



#contentHolderFullSize {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

#pageContent {
	position: absolute;
	top:150px;
	left:175px;
	width:800px;
	border-top:1px solid silver;
}

#statusButton {
	position:absolute;
	top:129px;
	left:798px;
	z-index:100;
}

#statusButton input{
	width:180px;
	background-color:#572323;
	border:1px solid silver;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

#topBreadcrumbs {
	width:400px;
	position:absolute;
	top:117px;
	left:175px;
}

#bottomBreadcrumbs {
	width:400px;
	
}


#footer {

  padding: 5px;
  font-size: 11px;
  text-align: center;
  clear:left;
}

.box {
	position: relative;
	border: 1px solid #222;
	padding: 10px;
	margin: 5px;
}

.box .thumb {
  float: left;
  margin: 10px 10px 0px 0px;
}

.red {
  background-color: #FBC;
  padding: 15px;
  color: #900;
  border: 1px solid #C55;
}

.blue {
  background-color: #CBF;
  padding: 15px;
  color: #009;
  border: 1px solid #55C;
}

.catImg {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.prod {
  border: 1px solid #333;
  padding: 8px;
  margin: 8px 8px 8px 163px;
}

.largeFont {
	font-size:13px;
	font-weight:bold;
}


/*
	FORM STYLES
*/
#loginBox {
	width: 450px;
	padding: 8px;
	text-align: left;
	float:left;
	border-bottom: 1px solid #222;
	
}

#login {
	position: relative;
	width: 300px;
	
	text-align: left;
}

#accountCreateBox {
	width: 300px;
	padding: 8px;
	border-left: 1px solid #222;
	text-align: left;
	position:relative;
	float:right;
	
}

form p {
  margin-top: 15px;
}

input, textarea, select {
	border: 1px solid #222;
	background-color: #BDDB7B;
	padding: 2px;	
}



.lineUp {
	position: absolute;
	left: 160px;
}

.errMsg {
	color:#572323;
	font-weight:bold;
}


/*
	MENU STYLES
*/

#menu {
	width:113px;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	line-height:18px;
}

#menu a{
	
}

#menu input {
	background-color:#ffffff;

}

#menu input.submit  {
	font-weight:bold;
	background-color:#572323;
	color:#ffffff;
}


.subMenu {
	border:1px solid silver;
	font-size:11px;
	padding-left:25px;
}

.subMenu a {

}

/* 
	HOME PAGE STYLES
*/

#catPhotos {
	width:800px;
	/*position:absolute;
	left:250px;
	top:0px;*/
}

#catPhotos h4{
	font-size:13px;
	display:inline;
	color:#572323;
}

.catBox {
	width:170px;
	height:150px;
	float:left;
	overflow:hidden;
	margin-right:25px;
}

/*
PRODUCT DETAIL PAGE STYLE
*/

#subCatList {
clear:both;
border:1px solid silver;

	
}

.subCatItem {
	white-space:nowrap;
}


.productListing {
	float:left;
	width:80%;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid silver;
}

.productListing a {
	font-weight:bold;
}

.productListing img {
	margin:0px 5px 0px 0px;
	border:1px solid #86B0C6;
}

.productListing input {
	background-color:#BDDB7B;
	float:right;	
}

.productListing input.noClicky {
	background-color:silver;
}

/* MY ACCOUNT STYLES */

#myAccountMenu {
	position:absolute;
	top:134px;
	left:175px;
	width:630px;
	background-color:#BDDB7B;
	text-align:right;
}

/* SHOPPING CART STYLES */

#cartTable {
 	width:600px;
}

#cartTable th {
	background-color:#86B0C6;
}

#cartTable td.right, #cartTable th.right {
	text-align:right;
}

#reviewAddressTable {
 	width:600px;
}

#reviewAddressTable td {
	border:1px solid silver;
	width:50%;
	vertical-align:top;
}

#paymentTable {
 	width:400px;
}

#paymentTable th {
	background-color:#86B0C6;
}

#paymentTable td.right, #paymentTable th.right {
	text-align:right;
}

#cartNav {
	width:600px;
}

#cartNav td.right {
	text-align:right;

}

#cartNav td.left {
	text-align:left;
}

#skuTable {
	width:450px;
}

#skuTable td {
	border-bottom:1px solid silver;
	height:35px;
	width:75px;
}

.smallText {
	font-size:10px;
}

/* SEARCH STYLES */

#searchCount {
	width:100%;
	background-color:#86B0C6;
}

.strong {
	font-weight:bold;
}