@charset "utf-8";
/*File:	order.css*/
/*Revised:	09/06/2018*/

/*====== GLOBAL CONSTANTS ======*/
html, body 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #69c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ===== HTML Headings ===== */
h1, h2, h3, h4, h5, h6, div, ul, li 
{
	margin: 0;
	padding: 0;
}

h1 
{
	font-size: 32px;
	color: #009;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

h2 
{
	font-size: 20px;
	color: #009;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

h3 
{
	color: #000;
	/*font-size: 1.3em;*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4
{
	color: #000;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3, h4
{
	clear: both;
}

/* ===== BASIC LINKS ===== */
a:link
{
	color: #00F;
}

a:visited
{
	color: #00F;

}

a:hover
{
	color: #F00;
}

a:active
{
	color: #F00;
}

/* ===== BASIC LISTS===== */
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li
{
	margin: 0 0 .5em 1em;
	padding: 0 0 0 24px;
	background: url(../../_images/red_dot_glass.gif) no-repeat 0 2px;
	font-size: 1em;
	color: #51341a;
}

/* ====== MAIN ====== */
#main
{
	/*border: 1px solid #000;*/
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 652px;
	padding-bottom: 10px;
}

#main2
{
	/*border: 1px solid #000;*/
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	/*height: 652px;*/
	/*padding-bottom: 10px;*/
}

#license
{
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	/*height: 652px;*/
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#order
{
	/*border: 1px solid #000;*/
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 1170px;
	/*padding-bottom: 10px;*/
}

#orderProcess
{
	/*border: 1px solid #000;*/
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 400px;
	/*padding-bottom: 10px;*/
}

#orderProcessTest
{
	/*border: 1px solid #000;*/
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	/*height: 400px;*/
	/*padding-bottom: 10px;*/
}

#outer 
{
	border: 4px solid #9CF;
	position: relative;
	width: 960px;		
	height: 600px;
	margin: 15px auto;
	background-color: #FFF;
}

#topBox
{
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	height: 60px;
	/*width: 100%;*/
	padding: 10px 10px 10px 10px;
	/*font-size: 12px;*/
}

#leftBox
{
	border: 1px solid #09f;
	/*background-color: #ccf;*/
	float: left;
	width: 438px;
	height: 500px;
	padding: 15px;
}

#rightBox 
{
	border: 1px solid #09f;
	/*background-color: #fcc;*/
	float: right;
	width: 438px;
	height: 500px;
	padding: 15px;
}

#centerBox
{
	/*border: 1px solid #09f;*/
	margin: auto;
	background-color: #9cf;
	/*float: left;*/
	/*margin-top: 20px;*/
	width: 620px;
}

#centerBox2
{
	/*border: 1px solid #09f;*/
	margin: auto;
	/*background-color: #9cf;*/
	/*float: left;*/
	/*margin-top: 20px;*/
	padding-top: 0px;
	width: 620px;
}

#centerBox3
{
	/*border: 1px solid #09f;*/
	margin: auto;
	/*background-color: #9cf;*/
	/*float: left;*/
	/*margin-top: 20px;*/
	padding-top: 0px;
	width: 620px;
}

#welcomeMember
{
	margin: auto;
	padding-top: 0px;
	width: 620px;
	font-size: 15px;
}

#premium
{
	/*border: 1px solid #09f;*/
	margin: auto;
	padding-top: 0px;
	width: 620px;
}

#premiumPlans
{
	/*border: 1px solid #09f;*/
	margin: 20px auto;
	background-color: #9cf;
	width: 940px;
	height: 100px;
	padding-top: 20px;
}

#creditCard
{
	/*border: 1px solid #09f;*/
	margin: 20px auto;
	background-color: #9cf;
	width: 940px;
	height: 200px;
	padding-top: 20px;
}


#cardAddress
{
	/*border: 1px solid #09f;*/
	margin: 20px auto;
	background-color: #9cf;
	width: 940px;
	height: 660px;
	padding-top: 20px;
}

/* ===== HEADER ===== */
#header 
{
	background-color: #9CF;
    height: 80px;
    position: relative;
}

#title
{
	color: #009;
	font-family: "Broadway", "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.superscript
{
	font-size: 24px;
	vertical-align:top;
}

/* ===== NAVIGATION ===== */
#topNav
{
	position: absolute;
	background-color: #9CF;
	margin: 0 0 0 0;
	width: 100%;
	bottom: 0;
}

#topNav ul
{
	list-style: none;
	margin-left: 340px;
	padding: 0;
}

#topNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#topNav li a:link
{
	border: none;
	display: block;
	background: url(../../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#topNav li a:visited
{
	border: none;
	display: block;
	background: url(../../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#topNav li a:hover
{
	color: #f8b449;
	background-position: left top;
}

#topNav li a:active
{
	color: #f8b449;
	background-position: left top;
}

#topNav .current
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 1em;*/
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../../_images/nav/nav_current.jpg) no-repeat left top;
	border: none;
}

#topNav li a.current:hover
{
	cursor: default;
}

#orderNav
{
	position: absolute;
	background-color: #9CF;
	margin: 0 0 0 0;
	width: 100%;
	bottom: 0;
}

#orderNav ul
{
	list-style: none;
	margin-left: 220px;
	padding: 0;
}

#orderNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#orderNav li a:link
{
	border: none;
	display: block;
	background: url(../../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#orderNav li a:visited
{
	border: none;
	display: block;
	background: url(../../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#orderNav li a:hover
{
	color: #f8b449;
	background-position: left top;
}

#orderNav li a:active
{
	color: #f8b449;
	background-position: left top;
}

#orderNav .current
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 1em;*/
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../../_images/nav/nav_current.jpg) no-repeat left top;
	border: none;
}

#orderNav li a.current:hover
{
	cursor: default;
}

/* ===== INSTRUCTIONS ===== */
#instructions
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 30px;
	width: 400px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
}

#instructions3
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 40px;
	width: 600px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	text-align: left;
}

#tableBilling
{
	border-collapse: collapse;
	width: 370px;
	/*margin: 10px 0 20px 0;*/
	/*padding: 0 0 0 0;*/
}

#tableBilling th
{
	/*border: 1px solid #000;*/
	/*padding: 3px 3px 3px 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
}

#tableBilling td
{
	/*border: 1px solid #000;*/
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1spx;
}

/* ===== PREMIUM ORDER FORMS ===== */
/* ====== NEW ORDER FORM ====== */
#orderMain
{
	/*border: 1px solid #000;*/
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 980px;
	/*height: 1170px;*/
}

#orderTopBox
{
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/*height: 40px;*/
	/*width: 100%;*/
	/*padding: 10px 10px 10px 10px;*/
	/*font-size: 12px;*/
}

#orderUpperBox
{
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 620px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#orderCenterBox
{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9cf;
	background-color: #9cf;
	border-top: 2px solid #ccc;
	border-right: 3px solid #205080;
	border-bottom: 3px solid #205080;
	border-left: 2px solid #ccc;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#orderCenterBox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#orderCenterBox li
{
	margin: 0;
	padding: 0 0 0 24px;
	background: none;
}

#orderLowerBox
{
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	width: 620px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#orderOuter
{
	border: 4px solid #9CF;
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 760px;
}

#orderIndexTopBox
{
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	width: 900px;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
}

#orderLeftBox
{
	border: 4px solid #39F;
	margin-top: 0px;
	margin-left: 40px;
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#orderRightBox 
{
	border: 4px solid #39F;
	margin-top: 0px;
	margin-right: 40px;
	float: right;
	width: 400px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.announce
{
	color: #ff0000;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#tableOrder
{
	border-collapse: collapse;
	width: 300px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#tableOrder th
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

#tableOrder td
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ===== PREMIUM ORDER MAIN TABLE ===== */
#tablePremiumMain
{
	/*border: 1px solid #000;*/
	border-collapse: collapse;
	width: 640px;
}

#tablePremiumMain th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#tablePremiumMain td
{
	/*border-collapse: collapse;*/
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
}

/* ===== PREMIUM INPUT EMAIL TABLE ===== */
#tableInputEmail
{
	border-collapse: collapse;
	border: 2px outset #fff;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
	width: 540px;
}

#tableInputEmail th
{
}

#tableInputEmail td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ===== PREMIUM SELECT TABLE ===== */
#tablePremiumSelect
{
	border-collapse: collapse;
	border: 2px outset #fff;
	margin-top: 10px;
	margin-left: 58px;
	margin-bottom: 10px;
	width: 525px;
}

#tablePremiumSelect th
{
}

#tablePremiumSelect td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}

/* ===== PREMIUM SUBSCRIBER INFO TABLE ===== */
#tablePremiumSubscriberInfo
{
	border-collapse: collapse;
	border: 2px outset #fff;
	margin: 0 auto;
	width: 500px;
}

#tablePremiumSubscriberInfo th
{
}

#tablePremiumSubscriberInfo td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	/*text-decoration: underline;*/
	padding-top: 10px;
	padding-left: 10px;
	/*padding-bottom: 10px;*/
}

#tablePremiumSubscriberSub
{
	border-collapse: collapse;
	margin: 0 auto;
	width: 400px;
}

#tablePremiumSubscriberSub th
{
}

#tablePremiumSubscriberSub td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

/* ===== PREMIUM ORDER REVIEW ===== */
#tablePremiumReviewMaster
{
	border-collapse: collapse;
	width: 300px;
}

#tablePremiumReviewMaster th
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#tablePremiumReviewMaster td
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tablePremiumReview
{
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 280px;
}

#tablePremiumReview th
{
	padding-top: 10px;
	padding-left: 10px;
}

#tablePremiumReview td
{
	border-collapse: collapse;
	padding-left: 30px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ===== SINGLE ORDER FORMS ===== */

#singleOrderForm
{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9cf;
	background-color: #9cf;
	border-top: 2px solid #ccc;
	border-right: 3px solid #205080;
	border-bottom: 3px solid #205080;
	border-left: 2px solid #ccc;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

/* ===== SINGLE ORDER MAIN TABLE ===== */
#tableSingleSelect
{
	/*border: 1px solid #000;*/
	border-collapse: collapse;
	width: 640px;
}

#tableSingleSelect th
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#tableSingleSelect td
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ===== SINGLE ORDER NAME INPUT TABLE ===== */
#tableInputName
{
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 400px;
}

#tableInputName th
{
}

#tableInputName td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}

/* ===== SINGLE ORDER SELECTION TABLE ===== */
#tableSelectAddress
{
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 320px;
}

#tableSelectAddress th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
}

#tableSelectAddress td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#tableSelectCounty
{
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 300px;
}

#tableSelectCounty th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
}

#tableSelectCounty td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ===== SINGLE ORDER CREDIT CARD TABLE ===== */
#tableInputCreditCard
{
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 640px;
}

#tableInputCreditCard th
{
}

#tableInputCreditCard td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#tableInputCreditCardTop
{
	border-collapse: collapse;
	width: 640px;
}

#tableInputCreditCardTop th
{
}

#tableInputCreditCardTop td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tableInputCreditCardBottom
{
	border-collapse: collapse;
	width: 640px;
}

#tableInputCreditCardBottom th
{
}

#tableInputCreditCardBottom td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ===== SINGLE ORDER REVIEW ===== */
#tableSingleReviewMaster
{
	border-collapse: collapse;
	width: 300px;
}

#tableSingleReviewMaster th
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#tableSingleReviewMaster td
{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tableSingleReview
{
	border-collapse: collapse;
	border: 2px outset #fff;
	width: 250px;
}

#tableSingleReview th
{
	padding-top: 10px;
	padding-left: 10px;
}

#tableSingleReview td
{
	border-collapse: collapse;
	padding-left: 30px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#error
{
	/*border: 1px solid #09f;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#error ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#error li
{
	margin: 0;
	padding: 0 0 0 24px;
	background: none;
	color: #F00;
}


/* ===== FOOTER ===== */
#copyright
{
	font-size: 10px;
	margin-bottom: 20px;
}

#footer 
{
	margin: 0 auto;
	width: 980px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ===== miscellaneous styles ===== */
.clear 
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}