/*##############################
########## SIDE MENU ###########
##############################*/
.shopcart_sidemenu
{	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}
.shopcart_sidemenu_title
{	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.shopcart_sidemenu_text
{	font-size: 12px;
	margin: 0px;
}

/*##############################
######## SHOPPING CART #########
##############################*/
.itemrow td
{	border-top: 1px dashed #fb6;
	font-size: 12px;
}
.itemrow .partnum
{	font-weight: bold;
}
.itemrow .subtotal
{	color: #700;
}
.itemrow .regprice
{	text-decoration: line-through;
	color: #700;
}
.itemrow .qtymultiplier
{
}
.itemrow .qtyinput
{	width: 30px;
}
.checkout_button
{	font-weight: bold;
}

/*##############################
#### SHIPPING/BILLING FORMS ####
##############################*/
.checkout_field
{	clear: both;
	margin-bottom: 5px;
}
.checkout_fieldname
{	width: 170px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	float: left;
}
.checkout_input input
{	width: 300px;
}
.checkout_fieldnote
{	font-size: 10px;
	margin-left: 180px;
}

/*##############################
######### REVIEW FORM ##########
##############################*/
#reviewsummary
{	width: 60%;
	text-align: right;
	border-top: 1px dotted #ddd;
	margin-bottom: 15px;
}
#reviewsummary p
{	padding: 0px;
	margin: 0px;
}

#shiptoaddress
{	float: right;
	width: 35%;
	border: 1px dotted #ddd;
	padding: 5px;
}

/*##############################
######## SHIP SERVICES #########
##############################*/
table.shipping_services{
}
table.shipping_services td{
	padding: 3px;
}
