BODY
{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #2C2B2B url(../Assets/Images/dbBG.jpg) repeat-x;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #0461A7;
}
TEXTAREA.textArea
{
	width: 400px;
	height: 150px;
}
INPUT.inputText
{
	width: 400px;
	margin-left: 6px;
}
DIV#formButtons
{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#formButtons INPUT
{
	width: 150px;
	height: 25px;
}
DIV.ansDetails
{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-size: 11.5pt;
	padding-left: 10px;
}
DIV.questName
{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-size: 11.5pt;
}
DIV.sectDesc
{
	padding-bottom: 20px;
	font-size: 12pt;
	padding-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
}
DIV#notice
{
	float: left;
	text-align: center;
	width: 785px;
}
TD.CPbox2B
{
	padding-left: 5px;
}
TD.CPbox2H
{
	background-color: #0373C8;
}
TABLE.CPbox2
{
	background-color: #0061AA;
	color: #FEFEFE;
	width: 241px;
}
DIV#minorSponsorsP
{
	border-top: 1px solid #FE9601;
	margin-top: 10px;
	float: left;
	width: 740px;
}
DIV#majorSponsorsP
{
	border-bottom: 1px solid #FE9601;
	margin-bottom: 10px;
	float: left;
	width: 740px;
	text-align: left;
}
DIV#minorSponsors H3
{
	border-bottom: 1px solid #FE9601;
	padding-bottom: 5px;
}
DIV#majorSponsors H3
{
	border-bottom: 1px solid #FE9601;
	padding-bottom: 5px;
}
DIV#map
{
	float: left;
}
DIV#sponsorInfo
{
	float: left;
	width: 760px;
	padding-left: 10px;
}
DIV#sponsorImage
{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
DIV#footer H2
{
	font-size: 12pt;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
DIV#mmRight
{
	float: right;
	border-top: 1px solid #FE9601;
}
DIV#mainMenu
{
	float: left;
	width: 1000px;
	border-bottom: 1px solid #FE9601;
	background-color: #0061AA;
	background-image: url(../Assets/Images/headerBG.jpg);
}
DIV#headerMenu
{
	float: right;
	background-color: #FEFEFE;
	text-align: right;
	padding-right: 10px;
	width: 215px;
	padding-top: 5px;
}
DIV#hmMaster
{
	float: left;
	width: 1000px;
	background-image: url(../Assets/Images/headerBG.jpg);
}
DIV#headerLogo
{
	float: right;
}
DIV#colR
{
	float: right;
	width: 290px;
	text-align: left;
}
DIV#vbutt
{
	float: left;
	text-align: center;
	width: 235px;
	margin-bottom: 5px;
}
DIV#colL
{
	float: left;
	width: 450px;
	text-align: left;
}
SPAN.CPprodPriceV
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}
DIV.prodinfoColB FORM#additem
{
	display: inline;
}
DIV#abutt
{
	float: left;
	width: 235px;
	text-align: center;
}
SELECT#strSearchCat
{
	width: 600px;
}
#oldNews H2
{
	font-size: 11pt;
	font-weight: bold;
	display: inline;
}
#oldNews
{
	float: right;
	width: 170px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #B7ADAD;
	padding-top: 10px;
	padding-right: 5px;
}
.cartRight
{
	width: 70px;
	float: left;
	font-size: 10pt;
	margin-right: 1px;
}
.cartLeft
{
	width: 71px;
	float: left;
	color: #000000;
	font-size: 10pt;
	padding-left: 4px;
	margin-left: 2px;
	font-weight: bold;
}
#resultTable
{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.resultBody
{
	font-size: 8pt;
	font-family: Verdana;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.resultHeader
{
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	background-image: url(/assets/images/topbar.png);
	height: 20px;
	background-position: -16px 0px;
}
#catCol
{
	float: left;
	width: 220px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #FE9601;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header
{
	width: 1000px;
	float: left;
	height: 190px;
	text-align: left;
	background-image: url(../Assets/Images/headerBG.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
HTML
{
	margin: 0px 0 0;
	padding: 0px 0 0;
}
DIV#cssChoice
{
	position: absolute;
	top: 10px;
	border: 1px solid #000000;
	left: 50%;
	padding: 3px;
	display: none;
}
DIV#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#holder
{
	text-align: center;
}
.dummy
{
	float: left;
	width: 745px;
}
#galleryDisplay
{
	text-align: center;
}
.sponsorHeader H2
{
	font-size: 11pt;
	margin-bottom: 0;
	padding-bottom: 0;
}
#sponsorNote
{
	margin-bottom: 5px;
}
#newsSubject
{
	float: left;
	width: 420px;
	margin-top: 0px !important;
	margin-top: 20px;
}
DIV.post H1
{
	font-size: 18pt;
	padding-left: 10px;
}
UL#extramenu
{
	list-style: none;
	background-color: #0060AA;
	float: right;
	margin-top: 0;
	font-size: 12pt;
	width: 1000px;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0;
}
DIV#extramenudiv
{
	width: 1000px;
	text-align: right;
	background-color: #005FA9;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0;
	float: left;
}
UL#extramenu LI
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFFFFF;
}
DIV#sidebar
{
	float: left;
	width: 240px;
	margin-top: 0px !important;
	padding-top: 0;
	margin-top: 20px;
}
FORM#searchBox INPUT
{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0;
}
INPUT#SubSearch
{
	padding-bottom: 0px;
	padding-top: 0;
	vertical-align: top;
	margin-top: 2px;
}
FORM#searchBox
{
	margin-left: 13px;
	font-size: 8pt;
	display: inline;
	padding-bottom: 0px;
	padding-top: 0;
	float: right;
}
FORM#searchBox FIELDSET
{
	border: 0px solid #000000;
}
DIV#search
{
	float: right;
	width: 200px;
	padding-top: 5px;
}
DIV#searchBoxDiv
{
	position: absolute;
	top: 5px;
	left: 7px;
}
INPUT#strSearch
{
	color: #000000;
	background-image: url(/assets/images/grads_r.png);
	border: 1px groove #005FA9;
	width: 142px;
}
#cart
{
	position: absolute;
	top: 0px;
	right: -1px;
	width: 150px;
}
#cartHead
{
	background-image: url(../assets/images/cart.png);
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14pt;
	font-family: "Trebuchet MS";
	padding-top: 6px;
	padding-left: 36px;
}
#mainContent
{
	margin: 0 0 0 0px;
/*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.*/
	padding: 10px 10px 0;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	font-size: 9pt;
	color: #0461A7;
	overflow: visible;
	width: 754px !important;
	float: left;
	width: 770px;
}
UL#relatedCrumb
{
	list-style: none;
	padding-left: 0;
	width: 280px;
	margin-left: 0;
}
DIV#recBox STRONG
{
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: Verdana;
}
DIV#prodRecommend
{
	float: left;
	width: 700px;
}
DIV#prodRecommend DIV.recCol1
{
	float: left;
	width: 168px;
	text-align: center;
	background-color: #0D758E;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	height: 200px;
	margin-bottom: 5px;
}
DIV#Header404 H1
{
	font-size: 14pt;
}
DIV#Header404
{
	float: left;
	width: 730px;
	text-align: center;
	margin-top: 10px;
}
#frontPage
{
	width: 731px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
}
DIV#content
{
	float: right;
	width: 750px;
}
.sponsorHeader
{
	float: left;
	width: 745px;
	border-bottom: 1px solid #FD9500;
	margin-bottom: 10px;
	text-align: left;
}
DIV.post
{
	text-align: left;
}
#checkoutH_L UL LI
{
	padding-bottom: 10px;
}
#checkoutH_L UL
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#newsDate
{
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #A7B3F0;
}
#newsDate
{
	text-align: right;
	padding-right: 25px;
	font-size: 10pt;
	float: left;
	width: 303px;
	margin-top: 20px;
	color: #FE9601;
}
#newsBody
{
	overflow: hidden;
	width: 750px;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
#newsBody
{
	float: left;
	width: 712px;
}
#mainContent TABLE
{
	color: #000000;
	font-size: 10pt;
	font-family: Verdana;
}
#recBox
{
	float: left;
	width: 700px;
}
#rightCol
{
	float: right;
	width: 250px;
	background-color: #0D758E;
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana;
}
#prodDetails
{
	float: left;
	width: 712px;
}
#mainContent B
{
	color: #0461A7;
}
DIV#addBox B
{
	color: #FFFFFF;
	font-size: 10pt;
}
#footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 10px 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	color: #FFFFFF;
}
#header H1
{
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse
using padding instead of margin will allow you to keep the element away from the edges of the div*/
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 20pt;
	float: left;
}
/*Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".scdmba #sidebar1 p" rule.
*/
#sidebar1
{
	float: left;
	width: 180px !important;
/*since this element is floated, a width must be given
the background color will be displayed for the length of the content in the column, but no further*/
	padding: 15px 0 15px 10px;
/*top and bottom padding create visual space within this div*/
	border-right: 2px solid #FE9601;
	width: 190px;
}
DIV#sidebar1 H1
{
	width: 169px;
	padding-bottom: 3px;
	font-size: 14pt;
	text-align: center;
	display: block;
	color: #D50133;
	background-position: 0px 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
}
DIV#sidebar1 H1 SPAN
{
	position: absolute;
	background-image: url(/assets/images/grad_text.png);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height: 23px;
}
#sidebar1 IMG
{
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0px !important;
	margin-top: 0;
	margin-bottom: -3px;
}
#sidebar1 H3, #sidebar1 P
{
	margin-left: 10px;
/*the left and right margin should be given to every element that will be placed in the side columns*/
	margin-right: 10px;
}
/*Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#footer
{
/*this padding matches the left alignment of the elements in the divs that appear above it.
zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs
padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	border-top: 0px solid #FE9601;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.sponFootInd
{
	float: left;
	width: 330px;
	height: 230px;
}
/*Miscellaneous classes for reuse*/
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.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;
	font-size: 1px;
	line-height: 0px;
}
.catDesc
{
	text-align: left;
	font-size: 10px;
	padding-left: 11px;
}
#catPageHead
{
	width: 725px;
	padding-bottom: 10px;
}
#catHTMLlong
{
	width: 730px;
	float: left;
}
.cattext
{
	color: #FEFEFE;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 715px;
}
#catContent
{
	width: 730px;
	overflow: auto;
	padding-bottom: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.catNav
{
	width: 721px;
	height: 20px;
	float: left;
	background-image: url(/Assets/images/topBar.png);
	background-repeat: repeat-x;
	margin-top: 2px;
	padding: 5px;
	color: #06A;
	border-bottom: 1px solid #FE9601;
}
.catNavLeft
{
	width: 48%;
	float: left;
}
BODY A
{
	color: #FE0000;
	text-decoration: none;
}
BODY A:hover
{
	color: #FE9601;
}
.sponHeadInd
{
	float: left;
	height: 145px;
	text-align: center;
	border: 0px solid #000000;
	width: 245px;
}
#holder A IMG
{
	padding: 10px;
}
.nForm
{
	float: left;
	width: 730px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20px;
}
#formDownload
{
	border-bottom: 1px solid #FD9500;
	width: 750px;
	float: left;
	margin-bottom: 10px;
}
.dForm
{
	float: left;
	width: 730px;
	margin-bottom: 20px;
	font-size: 11pt;
	font-weight: bold;
}
DIV.sponsorImage
{
	float: left;
	width: 25%;
	text-align: center;
	overflow: auto;
}
#majorSponsors
{
	float: left;
	width: 740px;
	border-bottom: 1px solid #FC9400;
	margin-bottom: 10px;
	overflow: auto;
}
DIV.searchLink
{
	margin-top: 10px;
}
#archive
{
	float: left;
	width: 734px;
	margin-top: 18px;
}
DIV.sponsor
{
	float: left;
	width: 350px;
	text-align: center;
	height: 280px;
	border: 1px solid #CDCACA;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
}
DIV#cssChoice A
{
	color: #0161AB;
}
DIV#cssChoice A:hover
{
	text-decoration: underline;
}
#catmenu LI A
{
	color: #FEFEFE;
	font-weight: normal;
	font-size: 12pt;
	font-family: Verdana;
	line-height: 1.6;
}
#catmenu LI:hover
{
	background-color: #008231;
	color: #0070C5;
	border-top: 5px solid #008231;
}
#catmenu LI
{
	background-color: #0171C6;
	border-bottom: 1px solid #FEF4F4;
	border-top: 5px solid #0171C6;
}
#catmenu LI A:hover
{
	color: #FEFEFE !important;
	color: #FE9601;
}
DIV#sidebar UL
{
	list-style: none;
	text-align: left;
	padding-left: 1px;
	margin-left: 0;
	padding-bottom: 20px;
}
#sidebar UL LI FORM
{
	padding-left: 10px;
}
DIV#sidebar UL LI H2
{
	background-color: #0060AA;
	color: #FEFEFE;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
DIV#sidebar UL LI UL LI
{
	padding-left: 5px;
	padding-bottom: 5px;
}
#logo H1 A
{
	color: #FEFEFE;
}
DIV#logo H1
{
	margin-top: 56px;
}
#extramenu LI A
{
	color: #FEFEFE;
}
#extramenu LI A:hover
{
	color: #FE9601;
}
DIV#floatingImage
{
	float: left;
	width: 450px;
	text-align: left;
	padding-bottom: 10px;
}
#prodDetails DIV#prodHead
{
	float: left;
	width: 715px;
}
DIV#Content404 A
{
	line-height: 2;
}
#oldNews A.hiLight
{
	color: #6799FB;
}
#oldNews .hiLight A
{
	color: #689AFC;
}
#catCol A
{
	font-weight: bold;
}
#catCol UL
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.catNavRight
{
	width: 48%;
	float: right;
	text-align: right;
}
#catContent #prodinfoecB
{
	position: relative;
	padding-bottom: 1em;
	height: 10em;
	border-bottom: 1px solid #BBC3D3;
	border-left: 0.5em solid #BBC3D3;
	padding-left: 1%;
}
#prodinfoecL
{
	left: 0em;
	float: left;
	width: 42%;
	text-align: left;
}
#prodinfoecM
{
	position: relative;
	right: 0em;
	width: 42%;
	float: left;
	height: 10em;
	bottom: 1em;
}
#prodinfoecR
{
	position: relative;
	float: left;
	right: 1em;
	top: 0em;
	width: 15%;
	text-align: right;
	height: 100%;
}
#prodinfoecRi
{
	position: absolute;
	left: 0em;
	width: 49%;
}
#prodinfoecRb
{
	position: absolute;
	right: 0em;
	width: 49%;
	text-align: left;
	bottom: 0em;
}
.prodinfoColM
{
	text-align: center;
	position: relative;
	float: left;
	border: 1px solid #FE9601;
	margin: 1px;
	width: 237px;
	padding-bottom: 0px;
	font-size: 8.6pt;
	height: 190px;
}
.prodimage
{
	padding-top: 10px;
}
.prodinfoColB
{
}
.pricing
{
	padding-top: 5px;
}
#prodinfo2Col
{
	text-align: center;
	position: relative;
	float: left;
	height: 15em;
	width: 49%;
}
#prodinfo2ColT
{
	text-align: left;
	width: 69%;
	left: 0em;
	float: left;
	padding: 1em;
}
#prodinfo2ColI
{
	position: absolute;
	width: 30%;
	right: 0em;
	top: 1em;
	bottom: 1em;
	height: auto;
	text-align: center;
}
.homeCol1
{
	width: 760px;
	height: 160px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.homeCol1Left
{
	width: 190px;
	height: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.homeCol1Right
{
	width: 570px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	float: left;
}
.homeCol2
{
	width: 370px;
	height: 160px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.homeCol2Left
{
	width: 140px;
	height: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.homeCol2Right
{
	width: 140px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	float: left;
}
.homeCol3
{
	width: 350px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.homeCol3Left
{
	width: 125px;
	height: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.homeCol3Right
{
	width: 100px;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	float: left;
}
.homeCol4
{
	position: relative;
	width: 235px;
	height: 235px;
	float: left;
	border: 2px solid #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-top: 5px;
	background-color: #0D758E;
}
.homeCol4 .overlay
{
	position: absolute;
	display: block;
	width: 73px;
	height: 72px;
	top: 0px;
	right: 0px;
	background-image: url(../images/overlay.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.homeCol4 A
{
	text-decoration: none;
}
#Col_1
{
	width: 365px;
	float: left;
	padding-bottom: 20px;
}
.row
{
	width: 730px;
	float: left;
	overflow: auto;
}
#Col_2
{
	width: 365px;
	float: right;
	padding-bottom: 20px;
}
#prodContent
{
	width: 755px;
	position: relative;
	overflow: auto;
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
OL.forms LI.clearing
{
	clear: both;
}
OL.forms LI.last
{
	margin-right: 0;
}
OL.forms LABEL
{
	color: #000000;
	cursor: pointer;
	display: block;
}
OL.forms LI.small LABEL
{
	width: 180px;
	float: left;
	display: block;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#creditCard OL
{
	width: 340px;
	padding-left: 0;
	margin-left: 0;
}
#creditCard OL LABEL
{
	width: 280px;
	display: block;
}
OL.forms INPUT, OL.forms TEXTAREA
{
	border: 1px solid #37485A;
	font: inherit 1em sans-serif;
	padding: 2px;
	width: 218px;
}
OL.forms
{
	list-style: none;
}
OL.forms LI.together INPUT
{
	width: 194px;
}
OL.forms SELECT
{
	border: 1px solid #325D6E;
}
OL.forms TEXTAREA
{
	height: 195px;
	overflow: auto;
	width: 606px;
}
OL.forms LI.buttons
{
	text-align: right;
}
OL.forms LI.buttons INPUT
{
	width: auto;
	border: 1px solid #325D6E;
}
OL.forms LI.buttonsL
{
	text-align: left;
}
#login_chk.buttonsL
{
	width: 60px;
	margin-top: 5px;
}
OL.forms LI.buttonsL INPUT
{
	width: 5em;
	border: 1px solid #325D6E;
}
OL.loginForm
{
	float: left;
	list-style: none;
	margin-left: 0;
	width: 100%;
}
OL.loginForm LI
{
	clear: both;
	float: left;
	margin: 0 0 12px;
	width: 50%;
}
OL.loginForm LABEL
{
	color: #325D6E;
	cursor: pointer;
	display: block;
	font-weight: bold;
}
OL.loginForm INPUT, OL.forms TEXTAREA
{
	border: 1px solid #325D6E;
	font: inherit 1em sans-serif;
	padding: 2px;
	width: 403px;
}
OL.loginForm LI.buttons INPUT, .button
{
	width: auto;
	border: 1px solid #325D6E;
}
#prodContent H1
{
	font: bold 18px sans-serif;
	display: block;
	padding-left: 8px;
}
#prodContent H2
{
	font: bold 14px sans-serif;
	padding-left: 8px;
	color: #000000;
}
#checkoutH_L
{
	width: 365px;
	float: left;
	margin-bottom: 15px;
}
#checkoutS_L
{
	width: 365px;
	float: left;
	margin-bottom: 15px;
}
#checkoutH_R
{
	width: 365px;
	float: left;
	margin-bottom: 15px;
}
#checkoutS_R
{
	width: 545px;
	float: right;
	margin-bottom: 15px;
}
#paymentInfo
{
	float: left;
	width: 365px;
}
#paymentInfo #paymentDetails
{
	padding-left: 7px;
	font-size: 10pt;
}
#orangeLine2
{
	float: left;
	text-align: center;
	width: 730px;
	margin-top: 5px;
}
