/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#slideshow .inactive
{
	display:none;
}

#slideshow .active
{
	display:block;
}


/*************************************
CART
**************************************/


#cartcontainer #cartheader {
	font-weight:bold;
}

#cartcontainer #cartheader span {
	border-top:1px solid #000;
}

.cartitem {
	clear:both;
}

.cartitem span{
	float:left;
	display:block;
	/*border:1px solid white;*/
	padding:2px;
	text-align:center;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	overflow:hidden;
}

#cartcontainer .cartitem_delete {
	width:50px;
	border-left:1px solid #000;
}

#cartcontainer .cartitem_partno {
	width:85px;
}

/*override for checkout page that doesn't have delete column*/
.checkout #cartcontainer .cartitem_partno {
	border-left:1px solid #000;
}


#cartcontainer .cartitem_desc {
	width:300px;
	text-align:left;
font-size:9px;
}

/*override for checkout page that doesn't have delete column*/
.checkout #cartcontainer .cartitem_desc {
	width:345px;
	text-align:left;
font-size:9px;
}

#cartcontainer .cartitem_price {
	width:70px;
}

#cartcontainer .cartitem_qty {
	width:30px;
}

#cartcontainer .cartitem_total {
	width:90px;
}

.cartitem .cartqty {
	padding:0px;
	border-color:#000;
	width:25px;
	text-align:center;
}


#cartcontainer .cartnoitems {
	text-align:center;
	font-weight:bold;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-size:14px;
	line-height:50px;
	width:804px;
}

#cartcontainer .cartitem_carttotaltxt {
	width:545px;
	border-left:1px solid #000;
	text-align:right;
	font-weight:bold;
}

#cartcontainer .cartitem_carttotal {
	width:90px;
	font-weight:bold;
}


#cartcontainer #actions{
	clear:both;
	float:left;
	margin:0 auto;
	width:804px;
	text-align:center;
}

#cartcontainer #actions ul li{
	display:inline;
	list-style:none;
	list-style-type:none;
	padding:15px;
}

#cartcontainer #actions ul li .button {
	display:inline;
}


/*************************************
BILLING AND INFORMATION
**************************************/
.billingform #cartcontainer, .shippingform #cartcontainer{
	padding-bottom:50px;
}

.billingform #formerror, .shippingform #formerror{
	padding-top:10px;
	padding-bottom:20px;
	color:red;
	font-size:15px;
}

.billingform #billing_formfields .formtext, .shippingform #shipping_formfields .formtext{
	width:150px;
	font-size:12px;
	padding:0px;
}

.billingform #billing_formfields checkbox, .shippingform #shipping_formfields checkbox{
	width:1px;
}

.billingform #billing_formfields, .shippingform #shipping_formfields{
	width:522px;
	margin:0 auto;
}

.billingform .billing, .shippingform .shipping{
	padding-bottom:8px;
}


.billingform .billing.col1, .shippingform .shipping.col1{
	float:left;
	width:262px;
}

.billingform .billing label, .shippingform .shipping label{
	width:85px;
	float:left;
	text-align:right;
	padding-right:5px;
}


.billingform .billing.col2, .shippingform .shipping.col2{
	float:left;
	width:260px;
}

.billingform #billing_address, .shippingform #shipping_address{
	width:522px;
}

.billingform #billing_sameas, .shippingform #shipping_sameas{
	width:522px;
}

.billingform #billing_sameas label, .shippingform #shipping_sameas label{
	text-align:right;
	width:482px;
}

.billingform #actions, .shippingform #actions{
	clear:both;
	float:left;
	margin:0 auto;
	width:522px;
	list-style:none;
	list-style-type:none;
	padding:0;
	display:inline;
}

.billingform #actions li, .shippingform #actions li{
	list-style:none;
	list-style-type:none;
	display:inline;
}

.billingform #billing_address #txt_address, .shippingform #shipping_address #txt_address{
	width:411px;
}

.billingform #billing_formfields #txt_cardexpiration_mo{
	width:65px;
}


.billingform #billing_formfields #txt_cardexpiration_yr{
	width:65px;
}

.billingform #billing_formfields #billing_comments {
	padding-top:10px;
}


.billingform #billing_formfields #billing_comments label {
	width:522px;
	text-align:left;
}

.billingform #billing_formfields #billing_comments #txt_comments {
	width:522px;
	height:140px;
}

/*************************************
ORDER REVIEW
**************************************/
.orderreview #cartcontainer{
	padding-bottom:50px;
}

.orderreview #formerror{
	padding-top:10px;
	padding-bottom:20px;
	color:red;
	font-size:14px;
}

.orderreview  h3 {
	clear:both;
	margin-bottom:14px;
	margin-top:5px;
	padding:2px;
	font-size:14px;
	border:1px solid #000;
}

.orderreview  h3 span {
	font-weight:normal;
	font-size:11px;
}

.orderreview #billing_formfields{
	width:542px;
	margin:0 auto;
}

.orderreview .billing, .orderreview .shipping{
	padding-bottom:8px;
}

.orderreview .billing.col1, .orderreview .shipping.col1{
	float:left;
	width:267px;
}

.orderreview .billing.col2, .orderreview .shipping.col2{
	float:left;
	width:265px;
}


.orderreview .billing label, .orderreview .shipping label{
	width:88px;
	float:left;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
}

.orderreview #billing_formfields .formtext, .orderreview #billing_formfields .formtext{
	width:155px;
	font-size:12px;
	padding:0px;
	font-weight:normal;
	text-align:left;
}

.orderreview #billing_formfields #billing_address, .orderreview #billing_formfields #shipping_address{
	width:542px;
}

.orderreview #billing_formfields #billing_address .formtext, .orderreview #billing_formfields #shipping_address .formtext{
	width:428px;
}


.orderreview #billing_formfields #billing_comments, .orderreview #billing_formfields #shipping_comments{
	width:542px;
}

.orderreview #billing_formfields #billing_comments .formtext, .orderreview #billing_formfields #shipping_comments .formtext{
	width:428px;
}

.orderreview #actions{
	clear:both;
	float:left;
	margin:0 auto;
	width:522px;
	list-style:none;
	list-style-type:none;
	padding:0;
	display:inline;
border-top:1px solid #000;
}

.orderreview #actions li{
	list-style:none;
	list-style-type:none;
	display:inline;
}

.orderreview #orderthankyoutxt{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}

.orderreview #orderthankyoutxt span{
	color:#2E44E4;
	font-weight:bold;
}

.orderreview #actions label{
	font-size:11px;
	color:red;
	text-align:center;
	padding-top:3px;
	display:block;
	margin:0 auto;
}

#navbarwrapper{
clear:both;

}

.ordertracking #billing_formfields #ordertracking_trackingcode{
	width:542px;
}

.ordertracking #billing_formfields #ordertracking_trackingcode .formtext{
	width:428px;
}

.ordertracking #billing_formfields #ordertracking_shippingnotes{
	width:542px;
}

.ordertracking #billing_formfields #ordertracking_shippingnotes .formtext{
	width:428px;
}