@charset "utf-8";
/* CSS Document */

#pagefilter{
	font-size:12px;
	margin-bottom:5px;
	padding-left:10px;
}

.currentpage{
	font-weight:bold;
}

/*************************************
Misc
**************************************/
.partimage {
	border:0px;
}
.partimage a{
	border:0px;
}

.partImageDiv{
/*	height:73px;*/
}

.partPricing{
	height:40px;
}

table tr td.partcell{
	padding-bottom:15px;
}

table tr td.partcell p{
	text-align:center;
}

.partName{
	font-weight:bold;
	font-size:.7em;
	padding-left:10px;
}

.partButtons{
	height:53px;
	width:100%;
}


/*************************************
FORM ELEMENTS
**************************************/

input.textbox
{	
	padding: 1px;
	border-top: 1px solid #BBB9B9;
	border-right: 1px solid #BBB9B9;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	color: #666666;
	width:190px;
	float:left;
	display:block;
	font: 1.2em Arial, Helvetica, sans-serif;
}

input.button, a.button {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	width:140px;
	height:32px;
	line-height:32px;
	display:block;
	text-align:center;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#2E44E4;
	border: 0 none;
	cursor:pointer;
	outline:none;
	margin:15px auto 0 auto;
	background:transparent url("/siteassets/css/cssimages/btn-pill-wht-lg.jpg") 0 0 no-repeat;
}

input.button:hover, input.button:active, input.button:focus, a.button:hover, a.button:active, a.button:focus {
	color:#000;
}

input.button:active, input.button:focus, a.button:active, a.button:focus {
	text-indent:-1px;
}

input.button:active, input.button:focus, a.button:active, a.button:focus {
	background:transparent url("/siteassets/css/cssimages/btn-pill-wht-lg.jpg") 0 bottom no-repeat;
}


/*************************************
CART
**************************************/

#cartcontainer, #billing_formfields, #shipping_formfields{
	font-size:11px;
	margin-left:25px;
	margin-top:20px;
}

#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*/
.orderreview #cartcontainer .cartitem_partno {
	border-left:1px solid #000;
}


#cartcontainer .cartitem_desc {
	width:320px;
	text-align:left;
}

/*override for checkout page that doesn't have delete column*/
.orderreview #cartcontainer .cartitem_desc {
	width:375px;
	text-align:left;
}

#cartcontainer .cartitem_price {
	width:80px;
}

#cartcontainer .cartitem_qty {
	width:50px;
}

#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:704px;
}

#cartcontainer .cartitem_carttotaltxt {
	width:605px;
	border-left:1px solid #000;
	text-align:right;
	font-weight:bold;
}

#cartcontainer .cartitem_carttotal {
	width:90px;
	font-weight:bold;
}


#cartcontainer #actions{
	clear:both;
	margin:0 auto;
	width:704px;
	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:#00f;
	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;
	height:300px;
	margin:0 auto;
	margin-top:30px;
}
.billingform #billing_formfields{
	height:400px;
}

.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:#00f;
	font-size:14px;
}

.orderreview  h3 {
	clear:both;
	margin-bottom:14px;
	margin-top:5px;
	padding:2px;
	font-size:14px;
	border:1px solid #fff;
}

.orderreview  h3 span {
	font-weight:normal;
	font-size:11px;
}

.orderreview #billing_formfields{
	width:542px;
	margin:0 auto;
	height:530px;
}

.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:522px;
}

.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:522px;
}

.orderreview #billing_formfields #billing_comments .formtext, .orderreview #billing_formfields #shipping_comments .formtext{
	width:388px;
	margin-left:5px;
}

.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 #fff;
}

.orderreview #actions li{
	list-style:none;
	list-style-type:none;
	display:inline;
}

.orderreview #orderthankyoutxt{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
	width:600px;
	margin:0 auto;
	margin-top:10px;
}

.orderreview #orderthankyoutxt span{
	color:#00f;
	font-weight:bold;
}

.orderreview #actions label{
	font-size:11px;
	color:#00f;
	text-align:center;
	padding-top:3px;
	display:block;
	margin:0 auto;
}



span.required
{
color:#00f;
}