﻿body
{
	/*background-color: #0173BC;*/
	background-color:#0F2974;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Sans-Serif;
	color:#515C8A;
	
}

.wrapper
{
	width: 1003px;
	margin:0 auto;
	position:relative;

}

.topDiv
{
	height: 148px;
	background: url(images/topDivBkg.jpg) no-repeat top left;
	margin-top:0px;
}

.topMenu
{	

	position:absolute;
	top: 20px;
	left: 279px;

}

/*.topMenu ul
{
	padding: 0px;
	margin: 0px;
}

.topMenu li
{
	display: inline;
	list-style-type: none;
}

.topMenu a
{
	text-transform:uppercase;
	color:#C5BEAC;
	text-decoration:none;
	font-weight:bold;
	padding-right:37px;
	font-size:1.3em;
}*/


.middleDiv
{
	
	background-color:#fff;
	/*TODO: IE6*/
	min-height:384px;
	background:#fff url(images/bodyDiv.jpg) no-repeat bottom right;
}

.middleDiv2
{

	background: url(images/middleDivBkg.jpg) no-repeat top left;
}


.middleMenu
{
	
	/* 213 -35*/
	width: 178px;
	margin-top:60px;
	padding-left:35px;
	
	float: left;



}

.middleText
{
	/*769 -20*/
	width: 749px;
	
	float: right;
	padding-right:20px;
	/*padding: 10px;
	padding-bottom:55px;*/

}


.lowerDiv
{
	height: 56px;
	background: url(images/lowerDiv.jpg) no-repeat bottom right;
	background-color:#fff;
	/*text-align:right;*/
	color:#fff;
}
.lowerDiv a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.lowerDiv a:hover,.lowerDiv a:focus
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}




.bottomDiv
{
	height: 54px;
	background: url(images/bottomDivBkg.jpg) no-repeat bottom right;
}

.bottomMenu
{
	float:right;
	/*position:absolute;
	left:660px;*/
	padding-right:20px;
}

.clearing
{
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.generalArea
{
	/*TODO: ie6*/
	min-height:384px;
}

img{border-width:0px;}

.linkbuttonnormal a img
{
	border:solid 1px #87ADD2;
}

.linkbuttonnormal a:hover img
{
	border:solid 1px #FDEF75;
}


 
.linkbuttonselected  a img,.linkbuttonnormal a:hover img
{
	border:solid 1px #FDEF75;

}


.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c,
.producttitle_4466f595b2404c01ad8d227c023aa5a0,
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c4466f595b2404c01ad8d227c023aa5a0,
.producttitle_db7c540fe421466c8ea43c4756f04f47,
.producttitle_
.producttitle_8e65cbbb64844940bd1e4ad3ca2da3a5,
.producttitle_4466f595b2404c01ad8d227c023aa5a0f85f5a5ea2b94ae8b5bfc34abbdcc68c
{
	padding:5px;
	background-position: top center;
	background-repeat:repeat;
	color:#000;	


}

/* nuts Orange */
.producttitle_4466f595b2404c01ad8d227c023aa5a0
{
	background-image:url(images/orange-y.gif);
}

/* seed green*/
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c
{
	background-image:url(images/green-y.gif);

}
/*seed nuts green orange*/
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c4466f595b2404c01ad8d227c023aa5a0,
.producttitle_4466f595b2404c01ad8d227c023aa5a0f85f5a5ea2b94ae8b5bfc34abbdcc68c
{
	background-image:url(images/orangegreen-y.gif);
}
/*fat pink*/
.producttitle_db7c540fe421466c8ea43c4756f04f47,
.producttitle_8e65cbbb64844940bd1e4ad3ca2da3a5
{
	background-image:url(images/pink-y.gif);
		padding:5px;
		color:#000;
}

h1
{
	font-size:1.3em;
	text-transform:uppercase;
}

a
{
	color:#0173BC;
	text-decoration:none;
}

a:hover,a:focus
{
	text-decoration:underline;
}

.modalBackground 
{
	background-color:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.feildItem,.fieldItem
{
    float: left;
    width: 115px;
    /*line-height: 2.0em;*/
}

.inputItem
{
    float: left;
}


.inputItem input
{
	width:160px;
}

.standardInput
{
	width:160px;
	border:solid 1px #ccc;
}

.invalidInput
{
	width:160px;
	border:solid 1px #E10300;
	background-color:#FFA8B2;
	
}

.error,.berror
{
	color:#E10300;
	padding:10px;
}

.berror
{
	background-color:#fff;
	border:solid 1px #E10300;
}

.rounded
{
	background-color:#0153A5;
	border:solid 3px #C7C3C2;
	color:White;
	font-size:13px;
	line-height:19px;
}

.debug
{
	background-color:#fff;
	padding:10px;
	border:dashed 1px red;
	margin:3px;
}

.redbutton
{
	background-color:#E10300;
	border:solid 1px #E10300;
	color:#fff;
}


.checkOutTextBox
{
	width:30px;
	border:solid 1px #ccc;

}

.discountTextBox
{
	width:100px;
		border:solid 1px #ccc;
}

.error ul
{
	font-style:italic;

}