body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1e1100;
	background-color: #e6c9a2;
	background-image: url(../images/tile.jpg);
	margin: 4px;
}

#outerContainer {
	margin-top: 5px;
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	font-size: 12px;
	color: #000000;
}

#innerContainer {
	text-align: left;
	width: 775px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid black;
}

#header {
	margin-top:5px;
	height: 125px;
	width: 775px;
	text-align:right;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	padding-right: 15px;
	padding-top: 75px;
}

#nav a, a:link, a:visited, a:active {
	font-size: 14px;
}

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

#box {
	border-bottom: 1px dashed #635F3A;
	padding-top: 15px;
	padding-bottom: 15px;
}

#body {
	width: 775px;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#content {
	width: 520px;
	height: 100%;
	min-height: 100%;
	margin-top: 6px;
	padding-left: 15px;
	float: left;
}

#sidebar {
	width: 219px;
	height: 100%;
	min-height: 100%;
	margin-top: -12px;
	text-align: center;
	padding: 10px;
	float: left;
}

#footer {
	border-top: 1px dashed #635F3A;
	padding: 5px 0px 5px 0px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	height: 15px;
	width: 775px;
	background-color: #e6decd;
}

#paging {
	text-align:center;
	font-size: 14px;
	margin-bottom:10px;
}

#prodDetail {
	width:500px;
	text-align: center;
}


.prodDesc {
	border: 1px dashed black;
	padding: 10px;
	margin: 10px;
}

.prodInfo {
	font-size: 10px;
	padding: 3px;
}

.prodPrice {
	color: green;
	font-weight: bold;
	font-size: 22px;
}

.prodName {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}


.boxHeadline {
	font-weight: bold;
	size: 18px;
	padding-bottom: 4px;
}

.item {
	padding-top:2px;
	padding-bottom:2px;
}

.thumb_cls {
	border: 1px solid #663300;
}

.cols_cls {
	width: 150px; 
	height:200px;
	margin: 2px;
  	padding: 2px;
	float: left;
	text-align: center;
}


/* Use the clearfloat class to clear floats in the layout */
.clearfloat {
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

/* Text Input/Form Settings */
	input {
		color: black;
		border: 1px solid black;
		background-color: white;
		font-size: 11px;
	}
	
	.viewcart {
		color: black;
		border: 1px solid black;
		background-color: #e2f6bc;
		font-size: 12px;
		width: 200px;
		padding: 4px;
	}
	
	textarea {
		color: black;
		background-color: white;
		border: 1px solid black;
		font-size: 11px;
	}
	
	Select {
		color: black;
		background-color: white;
		border: 1px solid black;
		font-size: 11px;
	}

/* Text Input/Form Settings End */

/* Link Settings Start */
	A:link {
		text-decoration: none;
		color: #572500;
		font-size: 12px;
		font-weight: normal;
	}
	
	a:visited {
		text-decoration: none;
		color: #572500;
		font-size: 12px;
		font-weight: normal;
	}
	
	A:Hover {
		text-decoration: underline;
		color: #572500;
		font-size: 12px;
		font-weight: normal;
	}
	
	a:active {
		text-decoration: none;
		color: #572500;
		font-size: 12px;
		font-weight: normal;
	}
/* Link Settings End */