/**CSS reset to improve cross browser compatability**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
	/*vertical-align: baseline;
	background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**End CSS reset**/


/* ------------------------ */
/* Standard Html Tag Set    */
/* ------------------------ */

body, h1, h2, h3, p, ul, li, form {
	border:0;
	margin:0;
	padding:0;
}

/* ------------------------------- */
/* Standard HTML Tag Definition    */
/* ------------------------------- */

body, form, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	}

/* ------------------------ */
/* Step Elements			*/
/* ------------------------ */	
	
#step table.summary {
	width: 600px;
	margin-left: 100px;
}

#step table.summary tr.columnheadings {
	border-bottom: #112211 1px solid;
}

#step table.summary tr.columnheadings td {
	vertical-align: bottom;
}

#step table.summary td {
	height: 19px;
	text-align: left;
	padding: 5px;
}

#step table.summary td#item {
	height: 19px;
	text-align: left;
	padding: 5px;
	color: #112211; 
}
#step table.summary td#price {
	height: 19px;
	text-align: right;
	padding: 5px;
	color: #112211;
	width: 50px;
}


#step table.summary th {
	height: 19px;
	text-align: left;
	padding: 5px;
	font-size: 14px;
}

#step table.summary dt {
	text-align: left;
	padding-top: 10px;
	color: #112211;
	line-height: 125%;
}

#step table.summary td#total_ship, #step table.summary td#total_tax { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
}

#step table.summary td#total { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
	font-size: 14px;
}

#step table.summary td#total_amount { 
	height: 19px; 
	text-align: right; 
	padding: 5px; 
	font-size: 14px;
	color: #112211;
	width: 50px;
}

/* ------------------------ */
/* Order form Elements		*/
/* ------------------------ */

#orderform_container {
	background-color: #FFFFFF;
	margin: 0px auto !important;
	padding: 0px;
	width: 595px;
}

#orderform_container form { 
	display: block; 
	margin: 10px 10px; 
	overflow: hidden;
	font-size: 12px !important;
}
 
 #orderform_container table, tr, td {
	margin: 0px;
	padding: 0px;
}

#orderform_container table {
	width: 575px;
}

#orderform_container #step_three table {
	width: 450px;
	margin-left: 20px;
}

#orderform_container #step_three table tr#quantity_row td select {
	width: 50px !important;
}

.col_one {
	width: 140px;
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
}

.col_two {
	width: 165px;
	vertical-align: top;
}

#step_one {
	width: 595px;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(../images/step_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	border-bottom:1px solid #CCCCCC;
}

#step_two {
	width: 595px;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(../images/step_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	border-bottom:1px solid #CCCCCC;
}

#step_three {
	width: 595px;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(../images/step_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	border-bottom:1px solid #CCCCCC;
}

#orderform_container input, textarea { 
	font-weight: normal;
	color: #000000 !important; 
	font-size: 12px; 
	margin-bottom: 5px;
	width: 95%;
}

#orderform_container select { 
	font-weight: normal;
	width: 99%;
	color: #000000 !important; 
	font-size: 12px; 
	margin-bottom: 5px;
}

#orderform_container #step_three select { 
	width: 40%;
}

#orderform_container ul { 
	margin: 0 0 10px 15px; 
}

#orderform_container label { 
	display: block; 
	margin-bottom: 7px;
}

#orderform_container .quantity {
width: 40px; 
margin-bottom: 15px;
}

#select { 
	margin:0px 0px 10px 0px; 
}

#id_order_quantity {
	width: 40px;
}

#orderform_container h4 {
 	font:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:0px 0 15px 10px;
}

#orderform_container input#id_use_billing_for_shipping, #orderform_container input#id_use_email {
	margin: 0px;
	padding: 0px;
	width: 25px;
	vertical-align: middle;
	height: 18px;
}

.divider {
	padding-top: 10px;
	border-bottom: 1px #b28c70 solid;
	margin-bottom: 10px;
}

.validationtext {
	color: red;
	font-family:	arial;
	font-size:	11px;	
	text-align:	left;
	font-weight:	bold;
}

#displayerrors {
	color: #a60000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 75%;
	background-color: #fff;
	padding: 2px;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

#errorbanner {
	background: rgb(125, 22, 22) none repeat scroll 0 0;
	border-bottom:1px solid #999999;
	text-align: center;
	padding: 14px 25px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: larger;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 80px;
	width: 90%;
	z-index: 9;
	margin: 0 auto 10px -33px;
	display:none;
}

.invalidform {
	color: #000000;
	background: #C7C6C6;
	border: 1px solid #F72A33;
}

.validform {
	color: #000000;
	background: #8AE173;
}

#address_holder {
	width: 460px;
	text-align: left;
}

#address_holder .address_left {
	float: left;
	width: 226px;
}

#address_holder .address_right {
	float: left;
	width: 226px;
}

#denotes {
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	background-image: url(../images/thickbox_header.png);
	background-repeat: no-repeat;
	height:80px;
	border-bottom: 1px solid #666;
	position: relative
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	padding-right: 30px;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:0px 0px 0px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#thickbox_form {
	display: none;
}

#ims_disclaimer_text {
	text-align: center;
}

