/**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%;
	/*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;
	}

/* ------------------------ */
/* 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, #orderform_container input#id_use_toptvemail {
	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 19px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: larger;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	width: 90%;
	z-index: 9;
	margin:0px;
	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;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ibox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#thickbox_form {
	display:none;
}

#waiting_img {
	display:none;
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	z-index:10000;
}

#ibox_close_button {
	position:absolute;
	right:0;
	margin:10px 10px;
}
