/* CSS Document */
/*@import url("page_setup.css");

/*-- HTML Redefined Tags----*/
fieldset {
	float: left;
	font-size: .9em;
}
ol {
	margin-left:1px;
	list-style-position: outside;
}
ol li {
	margin-bottom: 5px;
}
dt {
	color:#0099cc;
}
object {

}

/* IDs
-------------------------- */

#headerInfo {
	float: right;
	padding: 0px;
	margin: 5px;
}
#paypalcart {
	text-align: center;
	padding: 5px;
}
#paypalcart p {
	margin: 0px;
	padding: 0px;
}
#awards {
	/*font-size: 0.6em;
	color: #0054A4;
	background-color: #039;*/
	float: right;
	margin: 0 0 10px 0;
}

#awards ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#welcome {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*#navigation {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#navigation ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #039;
	margin: 0px;
}*/

#welcome h1 {
	margin-top: 0px;
}
#mainContent img.floatleft {
	margin-bottom: 5px;
	margin-right: 10px;
	/*border: 1px solid #333333;*/
}
#mainContent img.floatright {
	margin-left: 10px;
	/*border: 1px solid #333333;*/
	margin-bottom: 5px;
}
#mainContent ul {
}
#mainContent li {
	font-size: .9em;
}


h3#special {
	color: #F0F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#special {
	border: 1px solid #F0F;
	margin-bottom: 10px;
	padding: 5px;
}
div#special label   {
	width: auto;
	float: left;
}
div#special input {
	margin-right: 5px;
}
#special p {
	margin: 0px;
}

img#byofreshlogo {
	float: left;
	margin-right: 5px;
	margin-bottom: 40px;
}
#rightPanel {
	float: right;
	margin-top: 10px;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#signup {
	float: left;
	width: 26em;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 30px;
}
#login {
	margin-top: 0px;
	float: right;
	margin-left: 20px;
	padding: 5px;
	width: 26em;
	margin-right: 0px;
	margin-bottom: 0px;
}
#login input, #signup input {
	display: block;
	float:none;
	margin-bottom: 0.75em;
}
#login label, #signup label{
	display: block;
	text-align: left;
	width: 7em;
	padding-right: 1em;
	margin-bottom: 0.75em;
	font-size: 0.9em;
}
input#txtPassword, input#txtUsername {
	width: 9em;
}
#survey td.surveyques {
 text-align: right;
}
#survey td.percent {
	text-align: center;
	width: 60px;
}

/* Classes
-------------------------- */
/* CODE FOR THE CART */

.cartfield	{ /* size of container for each product*/
	padding: 5px;
	width: 28%;
	margin-right: 25px;
		}
.cartfield table td {/* spacing the text within the product detail table*/
	padding-right: 10px;
}

.cartfield input {
	margin-top: 2px;
}
.cartfield img { /* images within the product container*/
	float: left;
}
.carttitle	{ /*product title*/
	color: #333;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
}

.cartborder	{
	border: 1px solid #999;
}

.basketbuttons {
	background-color: #FFF;
	border: 1px none #F93;
	background-image: url(../images/paypalbutton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 96px;
	height: 21px;
	font-style: italic;
	color: #036;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}


/*other Classes
----------------*/
.awards {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 130px;
	font-size: .9em;
}
.awards p {
	margin: 0px;
	padding: 0px;
}
.back {
	text-align: right;
	float: right;
}

.offer {
	color: #FF00FF;
	font-weight: bold;
}

.errors {
	border: 1px solid #F00;
	margin-bottom: 10px;
	padding: 10px;
}
.error {
	color: #F00;
	font-size: .9em;
}
#mainContent .errors h3, #mainContent .errors p{
	margin: 0px;
	padding: 0px;
}

#mainContent .right h2, #mainContent .left h2 {
	margin-top: 0px;
}

#footer .right  {
	width: auto;
	margin: 0px;
}


.productsummary {
	float: left;
	width: 149px;
	margin-right: 4px;
	border: 1px solid #C9E4EB;
	font-size: 0.9em;
	text-align: center;
	display: table-cell;
	height: 23em;
	margin-top: 5px;
}
.productsummary h2 {
	font-size: 1.1em;
	/*background-image: url(../images/trc.gif);
	position: relative;
	left: -1px;
	top: -1px;
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
/*.productsummary p.bottom {
	background-image: url(../images/brc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: -1px;
	bottom: -7px;
	height: 22px;
}*/

.special {
	border: 1px solid #F0F;
	padding: 5px;
	margin-top: 10px;
}
.righttext {
	margin-top: 10px;
	margin-left: 20px;
	padding: 5px;
}
.roundel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	float: right;
}
.strike {
	text-decoration: line-through;
}
.smalltxt {
	font-size: smaller;
}
.box {
	width: 15em;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
.borderbox, .banner {
	list-style-type: none;
}
.box h3 {
	margin:3px 0px 5px;
}
p.bold  {
	color: #000;
	font-weight: bold;
}

div.borderbox {
	padding: 5px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	border: 1px solid #0099cc;
	width: 20em;
	float: right;
}
div.banner, div.productList {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #09C;
	margin-left: 0px;
	padding-bottom: 0px;
}
div.banner h3, div.productList h3 {
margin: 8px;
}
div.productList h2 {
margin: 8px;
}
div.banner p {
	margin-left: 8px;
	margin-right: 8px;
}
div.banner h2{
	font-size: 0.9em;
	margin: 0px;
	padding: 5px;
	background-color: #09C;
	color: #FFF;
	
}
div.banner ul.list {
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 8px;
}
div.banner ul.list li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-bottom: 2px;
	padding: 2px;
}
ul.list li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
div#factor a:hover{
	border: none;
}
div#factor {
	border: none;
}
div#byotrol a:hover{
	border: none;
}
div#events {
	border: 1px solid #09C;
	background-color: #a2def9;
}
div.banner ul#events {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.banner ul#events li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #09C;
}

div.banner ul#events li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0px;
}

div.banner ul#events li a:visited {
	background-color: #D9F2FD;	
}
div.banner ul#events li a:hover {
	background-color: #D9F2FD;
	border: none;
}
div#survey {
	background-color: #c1d82f;
}
div#survey p{
	margin: 8px;
}

.lastitem{
	padding-bottom: 0px;
	border-bottom: 1px solid #09C;
	margin-bottom: 0px;
}

/* Navigation - Links
--------------------------*/
fieldset a:hover   {
	border: none;
}

#mainContent .cartfield a:hover, #mainContent .productsummary a:hover {
	border: none;
}

div#special a:link {
	color: #F0F;
	font-weight: bold;
}
div#special a:visited {
	color: #936;
}
table#comments td {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sfactor {
	color: #F00;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
div#newsletter {
	background-color: #FDF9CA;
}
#newsletter input {
	width: 95%;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#voucher {
	background-color: #FEFCE0;
	margin-right: 17em;
	padding: 8px;
	font-size: 0.9em;
	width: 584px;
	border: 1px solid #09C;
}
.importanttext {
	font-weight: bold;
	color: #0492D4;
}
