@CHARSET "utf-8";

.newitem {
	color: #ffffff;
	background: #ff8400;
	padding: 0 2px;
	font-size: 0.8em;
	margin-left: 5px;
	font-weight: bold;
	}
	
.strike {
	text-decoration: line-through;
	color: #ee6205;
	font-weight: bold;
	}

	
.discounted {
	font-weight: bold;
	}
	
	
/****** CAT MENU****************************************************/	
#catMenu ul {
	width: 150px;
	float: left;
	list-style-type: none;
	overflow: hide;
	}	
	
#catMenu li {
	padding: 5px 5px;
	background: url(../images/background/semiBlack.png);
	_background: #1F0700; /* ie6 */
	
	}	
	
#catMenu li .highlight {
	background: #BCCF3D;
	
	}
	
.highlight a {
	color: #1F0700;
	}	
		
.level0 {
	margin-top: 5px;
	}	
	
#catMenu li.level1 {
	padding-left: 26px;
	}	
		
/******* PRODUCT LIST *********************************/  
.categoryAbout, 
.categoryTitle {
	color: #BCCD3C;
	padding: 5px 2px;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	}
	

	
	
#productList dl {
	width: 180px;
	float: left;
	text-align: center;
	margin: 0 2px 20px 2px;
	padding: 0;
	}
	
#productList br {
	line-height: 0;
	}
	
			
#productList2 dl {
	width: 100px;
	}	
	
/******* PRODUCT **************************************/
#productContent {
	font-size: 1.1em;	
	width: 380px;
	float: right;	
}

#productContent-wrapper {
	margin: 10px;
	position: relative;
	}
	
#productContent h2 {
	font-size: 1.5em;
	}
	
#productInfo {
	margin-bottom: 20px;
	background: url(../images/background/semiBlack.png);
	_background: #1F0700; /* ie6 */
	}
	
#productMainImage {
	width: 360px;
	float: left;
	background-color: #ffffff;
	}  
	
#thumbnails {
	border-top: 1px solid #351e02;
	}	
	
#thumbnails img {
	cursor: hand;
	}
	
#productContent h4 {
	background:  url(../images/catalog/cornerL.gif) no-repeat left top;
	color: #4A3824;
	border-bottom: 1px solid #60615e;
	padding: 1px 0;
	margin: 25px 0 10px 0;
	font-weight: normal;
	font-size: 0.9em;
}
	
#productContent .corner {
	background: #BCCF3D url(../images/catalog/cornerR.gif) no-repeat right top;
	padding: 1px 12px 1px 2px;
	margin: 0 0 0 10px;
	}
	
#productContent .buttons,
#productContent .p {
	margin: 15px 10px;
	}
	
#productContent .quantity {
	width: 50px;
	}	
	
	
/******* CHECKOUT *****************************************/
#checkout {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	

/******* CART *****************************************/
#emptycart img {
	margin: 10px 0;
	
	}
	
#cart {
	width: 600px;
	color: #4A3824;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	}		
	
.table {
	margin-top: 10px;
	text-align: left;
	width: 600px;
	}
	
.table br {
	line-height: 0;
	}	
	
.table th {
	font-weight: bold;
	font-size: 1em;
	padding: 3px 5px;
	background-color: #4A3824;
	color: #BCCF3D;
	}	
	
	
#checkout .table {
	background-color: #361f03;
	}
		
#checkout .table td {
	background-color: #ffffff;
	}
		
.table td {
	padding: 3px 5px;
	background-color: #FEF8DE;	
	}
	
.table td a {
	color: #4A3824;
	}
	
.table input {
	width: 30px;
	}	
	
/******* ORDER FORM *****************************************/
#orderForm {
	position: relative;
	margin-bottom: 100px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#orderForm .orderFormCategoryTitle {
	padding: 3px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#orderForm .orderTable {
	width: 420px;
	float: left;
	margin: 0 10px;
}

#orderForm table {
	margin-bottom: 20px;
}

#orderForm th {
	font-weight: bold;
	font-size: 1em;
	padding: 3px 5px;
	background-color: #4A3824;
	color: #BCCF3D;
}

#orderForm td {
	padding: 3px 8px;
	color: #1d1d1d;
	background-color: #FEF8DE;	
}

#orderForm table input {
	width: 30px;
}

#orderForm td a {
	color: #1d1d1d;
	text-decoration: underline;
}

#orderForm .orderFormButton {
	font-size: 1.5em;
}	
