@charset "utf-8";
/* CSS Document */

#optionentry{
	margin: 0 20px;
}

#optionentry p{
	margin-bottom:20px;
	line-height:normal;
}

#optionheader{
	font-size:40px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#0000CC;
	text-align:center;
	margin-bottom: 0;
}


#optionentry li{
	list-style-image: url(images/greencheck.png);
	margin-left:45px;
	margin-bottom:20px;
}

#optionheader{
	text-align:center;
	font-size:32px;
	margin:0px auto;
	font-weight:bold;
}

#optionlimit{
	text-align:center;
	color:#B00000;
	font-weight:bold;
	font-size:22px;
	margin-bottom:20px;
}

#optionsbox{
	width:650px;
	border-style:dashed;
	border-color:red;
	border-width:5px;
	margin:20px auto;
	margin-bottom:50px;
	padding: 10px;
}

.blue{
	color:#33F;
}
.darkred{
	color:#B00000;
}
.bigred{
	color:red;
	font-size:24px;
	font-weight:bold;
}

.big30{
	font-size:30px;
	font-weight:bold;
}

.cartbutton {
}

img.cartbutton, img.smallcartbutton{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.smalltxt {
	font-size: 12px;
}

.prodtable {
	width:825px;
	margin:0 auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-spacing:0;
	border-color:#999;
}


.prodtable td{
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	border-color:#999;
	padding: 8px;
	font-size:14px;
}


.addtocarttext{
	width:550px;
	color:blue;
	font-size:24px;
	font-weight:bold;
}
.addtocartsubtext{
	width:550px;
	color:blue;
	font-size:18px;
}


.orderh2{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
	clear: both;
	text-align:center;
}

#enrollarrow{
	border-left: none;
	border-bottom: none;
}

.yellowbg{
	background:#FFFF79;
}


