/* HTML elements */

html {
	background: #9CC430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #F9F4CC;
	width: 1000px;
	margin: 4px auto 0 auto;
	padding: 0 10px 10px 10px;
}

a {
	text-decoration: none;
	color: #000000;
}

input, select, textarea {

	font-size: 11px;
	padding-top:3px;
	padding-bottom:3px;
	margin: 0;
	vertical-align: top;
	color: #8C8070;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
}

input.gotoNext {
	background: #F6E150;
	color: #81680B;
	border: none;
}

input.order {
	background: #F6C35A;
	color: #875901;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

select {
	padding: 2px 3px;
}

strong {
	font-weight: bold;
}

/* IDs */

#head {
	margin: 0 0 10px 0;
	height: 92px;
	background: url(img/head.jpg) no-repeat;
}
	
	#head a {
		display: block;
		width: 155px;
		height: 78px;
		margin: 0 0 0 35px;
	}
	
#left {
	width: 213px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}
									

						
#right {
	width: 207px;
	float: left;
	overflow: hidden;
}

#foot {
	margin: 10px 0 0 0;
	background: #FEFBF2;
	color: #838077;
	text-align: center;
	font-size: 9px;
	padding: 5px 0;
	width: 999px;
}

	#foot a { 
		color: #838077;
	}

#fSearch {
	margin: 0 0 2px 0;
}

	#fSearch input, #fSearch select {
		background: #E8DDC1;
		border: none;
	}

#dSearch {
	margin: 3px 0 0 0;
}
	
	#dSearch table {
		width: 213px;
		margin: 0 0 3px 0;
	}
	
	#dSearch .label {
		background: #E8DCB2;
		font-size: 11px;
		color: #83806F;
		padding: 0 0 0 6px;
		width: 54px;
	}
	
	#dSearch input, #dSearch select {
		background: #E8DDC1;
		border: none;
		width: 100%;
	}
	
	#dSearch img, #fSearch img {
		cursor: pointer;
	}	

#service {
	margin: 10px 0;
	background: url(img/box_left_green_top.jpg) top left no-repeat #E8F19E;
}
	
	#service p {
		padding: 7px 0 7px 10px;
		background: url(img/box_left_green_bottom.jpg) bottom left no-repeat;
		font-size: 11px;
	}
	
		#service p a {
			display: block;
			color: #839122;
			margin: 2px 0;
			padding: 0 0 0 14px;
			background: url(img/arrow_green_right.gif) left 3px no-repeat;
		}

#account {
	margin: 0 0 5px 0;
	background: url(img/box_right_grey_top.jpg) top left no-repeat #DFD8BB;
}
	
	#account p {
		padding: 7px 0;
		background: url(img/box_right_grey_bottom.jpg) bottom left no-repeat;
		color: #8A8077;
		text-align: center;
		font-size: 11px;
	}
	
		#account p a {
			color: #8A8077;
		}

#basket {
	margin: 0 0 10px 0;
	background: url(img/box_right_grey_top_basket.jpg) top left no-repeat #DFD8BB;
	padding: 46px 0 0 0;
}
	
	#basket p {
		padding:  0 0 10px 10px;
		background: url(img/box_right_grey_bottom.jpg) bottom left no-repeat;
		color: #8A8077;
		font-size: 11px;
	}
	
		#basket p a {
			color: #8A8077;
			padding: 0 0 0 14px;
			background: url(img/arrow_brown_right.gif) left 2px no-repeat;		
		}
		
#breadcrumb {
	font-weight: bold;
	font-size: 11px;
	color: #54514C;
	margin: 0 0 10px 0;
}
	
	#breadcrumb a {
		color: #54514C;
	}
	
/* Classes */

.fontred {
	color: #B35935;
}

.clearfix {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

.whiteBox {
	margin: 0 0 10px 0;
	background: url(img/box_right_white_top.jpg) top left no-repeat #FEFBF2;
	padding: 7px 0 0 0;
}
	
	.whiteBox h2 {
		font-size: 14px;
		font-weight: bold;
		color: #505048;
		margin: 0 10px 10px 8px;
	}
	
	.whiteBox p strong, .whiteBox h3  {
		font-size: 10px;
		font-weight: bold;
		color: #807F7D;
	}	

	.whiteBox .bottom {
		height: 7px;
		background: url(img/box_right_white_bottom.jpg) bottom left no-repeat;
		margin: 0;
	}
	
	.whiteBox p {
		color: #807F7D;
		font-size: 10px;
		margin: 0 10px 10px 10px;
	}
		
		.whiteBox p a {
			color: #807F7D;			
		}
			
			.whiteBox p a.arrow {
				padding: 0 0 0 14px;
			}