/* Oaklands Poultry Houses CSS Document */

/* Div page layout */

body {
	margin:0;
	padding:0;
	font-family: Tahoma;
	background:#fff;
}

#outer	{
	width:900px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #fff url(Images/nav_col_base.jpg) left repeat-y;
}

#topDiv	{
	height:200px;
	margin:0px;
	padding:0px;
}

#leftDiv {
	width:169px;
	height:100%;
	float:left;
	margin-top:0px;
	padding-top:0px;
	background:none;
}

#leftDiv h3 {
	width:169px;
	background: url(Images/navigation_H3.jpg) left repeat-x;
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-left:1px solid #000;
	font-size:14px;
}

.DropDownMenu {
	display:none;
	margin:0px;
	padding:0px;
}

.DDMLink {
	font-size:10px;
}

#leftDiv ul {
	list-style-type:none;
	margin:0px;
	padding:0px
}

#leftDiv li {
	margin-top:0px;
}

#leftDiv a:link, a:visited {
	background:none;
	display:block;
	width:150px;
	padding: 3px 5px 3px 10px;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	color: #000;
}

#leftDiv a:hover, a:active {
	background:url(Images/nav_base3.jpg) repeat-y;
}

#leftDiv a#current {
	background:url(Images/nav_base3.jpg) repeat-y;
}

#contentDiv	{
	width:500px;
	float:left;
	padding-left:25px;
	padding-right:10px;
}

#contentDiv h1	{
	font-size: 2em;
	color: #EFC965;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	font-weight: normal;
}

#contentDiv p, div, span {
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
	text-align:justify;
	color: #000;
	padding-bottom:10px;
	margin:0;
}

#contentDiv a:link, a:visited {
	background:none;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:line-through;
	margin:0px;
	padding:0px;
}

#contentDiv a:hover, a:active {
	background:none;
	text-decoration:underline;
}

#rightDiv {
	width:180px;
	float:right;
	margin-top:0px;
	padding-top:0px;
	background:none;
}

#rightDiv h3 {
	width:179px;
	background: url(Images/navigation_H3.jpg) left repeat-x;
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-right:1px solid #000;
	font-size:14px;
}

#rightDiv ul {
	list-style-type:none;
	margin:0px;
	padding:0px
}

#rightDiv li {
	margin-top:0px;
}

#rightDiv a:link, a:visited {
	background:none;
	display:block;
	width:165px;
	padding: 3px 5px 3px 10px;
	text-decoration:underline;
	font-size:12px;
	color: #000;
}

#rightDiv a:hover, a:active {
	background: url(Images/more_nav_bg.jpg) right repeat-y;
}

#rightDiv a#current {
	background: url(Images/more_nav_current.jpg) right repeat-y;
}

#footerDiv	{
	clear:both;
	background: #fff url(Images/footer_v3.jpg) no-repeat top;
	padding: 10px 1em;
	height: 80px;
}

/* Carousel styles */
.stepcarousel	{
	position: relative; /*leave this value alone*/
	border:none;
	overflow: scroll; /*leave this value alone*/
	width: 320px; /*Width of Carousel Viewer itself*/
	height: 320px; /*Height should be enough to fit largest content's height*/
}

.stepcarousel .belt	{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel	{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #fff;
	padding: 5px;
	width:220px;
}

img {border:none;}

.PromoBtn {
	background:url(Images/PromoBtn.jpg) right no-repeat;
	border:none;
	cursor:pointer;
}

.QtyInput {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
	text-align:center;
}

.PromoCode {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
}

.CheckOutTitleBg {
	background:#fff url(Images/BasketTitleBarBg.jpg) no-repeat left;
	font-size:10px;
}

.itemBorder {
	border-bottom:1px solid #ddd;
}

.itemBorderleft {
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.itemBorderright {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.GrandTotal {
	font-weight:bold;
	font-size:12px;
}

.BktItmLnk {
	font-weight:bold;
	font-size:10px;
}
.BtnSubmit {
	background:url(Images/UpdateBtn.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

.PromoBtn {
	background:url(Images/PromoBtn.jpg) right no-repeat;
	border:none;
	cursor:pointer;
}

.QtyInput {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
	text-align:center;
}

.PromoCode {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
}

.CheckOutTitleBg {
	background:#fff url(Images/BasketTitleBarBg.jpg) no-repeat left;
	font-size:10px;
}
.GrandTotal {
	font-weight:bold;
	font-size:12px;
}

.PayNowBtn {
	background:url(Images/PayNowBtn.jpg) no-repeat;
	border:none;
	cursor:pointer;
	padding:15px;
	width:102px;
}
	#itemwrapper {
		/*border:1px solid #ff0000;*/
		margin-bottom:10px;
	}
	
	#itemtop {
		background:#fff url(Images/itemTop_BG.jpg) no-repeat left;
		height:20px;
	}
	
	#itemcontent {
		background:#fff url(Images/itemContent_BG.jpg) repeat-y left;
		padding:0px 5px 0px 5px;
	}
	
	#itembottom {	
		background:#fff url(Images/itemBottom_BG.jpg) no-repeat top;
		height:20px;
	}
	strong {
		color:#333;
		font-weight:bold;
		font-size:12px;
		padding:0;
		margin:0;
	}
	.itemTitle {
		color:#333;
		font-weight:bold;
		font-size:14px;
		padding:0;
		margin:0;
	}
	
	.price {
		font-size:12px;
		color:#000;
		font-weight:bold;
	}
	.copyText {
		position:absolute;
		z-index:1;
		margin-top:70px;
		margin-left:50px;
		width:172px;
		height:137px;
		background:url(Images/copyText_big.png) no-repeat;
	}
	
	.productTitle {
		color:#333;
		font-weight:bold;
		font-size:18px;
	}
	
	.GreenLegend {
		color:#339900;
	}
	
	.RedLegend {
		color:#FF0000;
	}
	
	.NeturalLegend {
		color: #FF9900;
	}
	
	.infoLegend {
		color:#000;
		font-size:10px;
	}

