﻿.menu_list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute; /*ie hovermenu fix*/
	background-color: #ff4500;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.menu_list_li
{
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	padding-left: 10px;
	width: 150px;
	color: White;
	border-top: #ff9933 1px solid;
}

.menu_list_a
{
	text-decoration: none;
	color: White;
	margin: 0px;
	display: block;
}

.menu_link
{
}


.logo
{
	border: none;
	margin: 10px 0px 0px 0px;
}

.brk_left
{
	clear: left;
}

.brk_right
{
	clear: right;
}

.brk
{
	clear: both;
}

.std_indent_content
{
	margin-left: 100px;
	padding-top: 10px;
}

.std_header_text
{
	color: #6c7897;
	font-size: 2em;
	font-weight: bold;
}

.foot
{
	text-align: center;
	letter-spacing: .3em;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	color: #333333;
	margin-top: 30px;
}

.init
{
	display: none;
}


.article
{
	margin: 10px 0px;
	padding: 5px;
	clear: both;
}

.article a
{
	/*color: #808000;*/
	text-decoration: none;
}

.article_header
{
	margin: 2px 0px;
	padding: 0px;
	color: #6c7897;
}

h3.article_header a
{
	color: #6c7897;
}

h3.article_header a:hover
{
	color: #a0accb; /*#808000;*/
}

.article_timestamp
{
	font-size: 90%;
	margin: 2px;
	padding: 0px;
	color: #333333;
}

.article p
{
	margin: 0px 0px 10px 2px;
}

.boxlink
{
	background-color: #a64300; /*#808000;*/
	padding: 3px;
	border: 1px solid c62c00; /*#d2b48c;*/
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
}

a.boxlink:hover
{
	color: #fff;
	background-color: #ff6700;
}


.currentPage
{
	padding: 0px 3px;
	font-weight: bold;
	background-color: #a64300;
	border: 1px solid #a64300;
	color: #ffffff;
}

.inputs
{
	background: #f3f3f3 url('../../images/backs/input_backs.png') top repeat-x;
	border: 1px solid #999999;
	padding: 5px 8px;
	color: #000;
}


.wizNavButtons
{
	padding: 0px;
	margin: 0px;
}

.checkout_bottomborder
{
	background: #ffffff url('../../images/backs/raisedefx.png') top no-repeat;
	height: 30px;
}


.error_text
{
	border: 1px solid red;
	background-color: #ff4500;
	text-align: center;
	color: White;
	padding: 5px;
}

.err_txt
{
	background-color: #ff0000;
	color: #fff;
	font-size: 0.9em;
	padding: 3px;
	border: 1px solid #a60000;
	margin-left: 2px;
	vertical-align: middle;
}

.remove_text
{
	border: 1px solid red;
	background-color: OrangeRed;
	text-align: center;
	color: White;
	padding: 5px;
	width: 10px;
	height: 15px;
}

.validation_text
{
	font-size: 0.9em;
}

.billing_info, .delivery_info
{
	float: left;
	width: 425px;
}

.form_entry
{
}

.form_entry ul, .review ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.form_entry li, .review ul
{
	padding: 2px;
}

.form_entry li .label
{
	float: left;
	width: 110px;
	text-align: right;
}

.form_entry li .label2
{
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.form_entry li .entry
{
	padding-left: 5px;
	width: 250px;
}

.shipAlert
{
	padding: 5px;
	border: 1px dotted #999999; /*#fae365;*/
	background-color: #f0fff0;
	margin-bottom: 10px;
}

.flyout
{
	padding: 0px;
	background: url('../../images/backs/flyout_back303x290.png') no-repeat;
	text-align: left;
	vertical-align: top;
}

.totalTxt
{
	margin-left: 10px;
	display: inline-block;
	width: 100px;
	font-weight: bold;
}


