body { font-family: Helvetica, sans-serif; font-size:12px;color:#333;background:#fff;cursor:default;}
button, input[type=submit], input[type=button] { cursor: pointer; }
.cur { cursor: pointer; }
.subhead1 {
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.subhead2 {
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right:10px;
	border-bottom:1px solid #999999;
	width:100%;
}
.subhead3 {
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#cart thead {
	background: #333333;
	color: #FFFFFF;
}
#cart {
	margin: 1px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
#cart td, #cart th {
	margin: 1px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_top {
	vertical-align: top;
}
.nw {
	white-space: nowrap;
}


#cart_description {
	width: 250px;
}
input, select, textarea, button
{
	color: #333333;
	font-family: helvetica, arial, sans-serif;
}
#review td {
	padding: 0px;
}
#checkoutitems {
	border-collapse: collapse;
}
#checkoutitems th {
	padding: 10px;
	border-bottom: 1px solid #666666;
}
#checkoutitems td {
	padding: 10px;
}
.flipper1 {
	background-color:#ffffff;
}
.flipper2 {
	background-color:#ececec;
}
ul.error li {
	color:red;
	font-weight:bold;
}
a.bluebox {
	background-color:#0099FF;
	color:white;
	padding:.5em;
	display:block;
	float:left;
	font-weight:bold;
	text-align:center;
}

.btn:disabled { background: #ccc; opacity: 0.4; -khtml-opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.tb td, .tb th { padding: 2px; }
.tb select { height: 30px; padding-top: 5px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: #bbb 1px solid; }

#menu {
	margin: 0;
	padding: 10px;
	border: none;
	border-collapse: collapse;
}
#menu td {
	padding-right: 10px;
	border:none;
	border-right: #fff 1px solid;
}
#menu a {
	display: block;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	width: 100%;
}
#menu a:link, #menu a:visited {
	color: #ffffff;
	background: #26A4DE;

}
#menu a:hover, #menu a:active, #menu a:focus {
	color: #ffffff;
	background: #26A4FE;
}

select { padding: 4px 4px 4px 8px !important; height: 25px !important; width: 250px !important; }
input[type=text] { padding: 1px 8px !important; height: 22px !important; border: #ccc 1px solid !important; -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; }

