/* -------- MISC STYLES ----------- */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
}

/*-------- SESSION ERROR DIALOG ----------*/
#sesErrorBox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:400px;	
	border:10px solid #444444;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#sesErrorBox div {
	padding:10px;
	border:1px solid #333333;
	background-color:#fff;
}

#sesErrorBox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color: red;
	padding:5px 10px;
	border:1px solid #333333;
	font-size:20px;
}


/*-------- SPAM BOT TRAPPING ----------*/
.applecore { display: none; }


/*-------- Shopping Cart Images ----------*/
.scphoto {
	position: relative;
	}

.scphoto span {
	width: 32px;
	height: 33px;
	display: block;
	position: absolute;
	bottom: -5px;
	right: 40px;
	background: url(/_images/ZoomIn.png) no-repeat;
	}


/*-------- Shopping Cart ----------*/

#shoppingcart {
	width: 90%;
	font-size: 1.1em;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	}

#shoppingcart strong {
	font-weight: bold;
	background-color: #ffffff;
	padding: 0;
	}

#shoppingcart .desc {
	font-size: .8em;
	}
	
#errorMsg {
	font-size: 1.3em;
	padding: 10px;
	margin: 0 0 10px 0;
	color: red;
	border: red 1pt solid;
	background-color: #cdcdcd;
	}


/*/---------------- Main Form - large ---------------------/*/

#formPrep {
	width: 95%;
	margin: 0 auto;
	padding: 15px;
	padding-top: 7px;
	background-color: white;
	}

#formPrep fieldset { 
	padding: 1px 13px 15px 13px;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	}

#formPrep legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
	background-color: #ffffff;
 }

#formPrep .heads { 
	font-weight: bold;
	padding: 5px;
	background-color: #cdcdcd;
 }

/*/---------------- Main Form - large ---------------------/*/

#stylized {
	width: 95%;
	margin: 0 auto;
	padding: 15px;
	padding-top: 7px;
	background-color: white;
	}

#stylized fieldset { 
	padding: 1px 13px 15px 13px;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	}

#stylized legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
	background-color: #ffffff;
 }

#stylized .row {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	width: 100%;
	}

#stylized .row .label {
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	float: left;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 23%;
	padding-right: 16px;
	padding-top: 6px;
	}

#stylized .row .formfields {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 72%;
	}

#stylized .small{
	color: #666666;
	display: block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized .required {
	color: red;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized .smalltext {
	color: #555555;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	padding-bottom: 3px;
	}

#stylized input, textarea {
	font-size: 1.0em;
	padding: 2px;
	border: solid 1px #555555;
	width: 98%;
	margin: 9px 0 2px 0;
	}

#stylized textarea {
	height: 150px;
	}

#stylized select {
	margin: 9px 0 2px 0;
	}

#stylized .checkbox {
	font-size: 1.0em;
	padding: 0;
	margin: 9px 0 2px 0;
	border: none;
	width: 20px;
	text-align: left;
	}

#stylized button { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylized input:focus{ background-color: #ffffcc; color:#000000; }


/* IE6 Only */

