div.info_category div.info_data
{
	padding-left:10px;
}

div.order_list
{
	width:100%;
}

div.order_list table.main
{
	width:100%;
}

div.order_list table.main tr
{
	
	border-bottom: solid 1px #C5C5A5;
	
}

div.order_list table.main td
{
	padding-bottom:12px;
	padding-top:12px;
}

div.custom_quantities span.widget
{
	display:inline;	
}

div.custom_quantities input[type=text]
{
	width:30px;
	margin-left : 30px;
}

div.custom_quantities  label
{
		display:inline;	
}

.form_custom_quantity td
{
	padding:5px;
}

div.info_category form.shopping_category
{
	padding:5px;
}

select .item_choice
{
	height: 19px !important;
	font: inherit;
}

#cart_unit, #item_disc_perc, #item_disc_amount, #item_qty, #item_amount {
	line-height:19px;
} 

 table.item_option_map td
 {
 	padding:5px;
	border-bottom: 1px solid #CCCBCB; 
 }
 
 table.item_option_map th
 {
 		font-size: 14px;
		border:solid 1px grey;
		background-color: #CCCBCB;
		padding:3px;
 }
 
 table.item_option_map td a
 {
 		color: #727070; 	
 }
 table.item_option_map
{
		width:50%;
	
}

td.shoppingcart_item_header
{
	background-color: rgb(176,174,174);
	text-align:center;
}

span.shoppingcart_item_header_title
{
	color:white;
	font-size:130%;
}

div.page_shoppingcart_item_handler table.selector table.main,
div.page_price_handler table.selector table.main
{
	width:100%;
}

div.page_shoppingcart_item_handler table.selector table.main td,
div.page_price_handler table.selector table.main td
{
	padding:5px;
	border-bottom: 1px solid #CCCBCB; 
}

div.page_shoppingcart_item_handler table.selector table.main th,
div.page_price_handler table.selector table.main th
{
	font-size: 14px;
	border:solid 1px grey;
	background-color: #CCCBCB;
	padding:3px;
}

div.page_shoppingcart_item_handler table.selector table.main th,
div.page_price_handler table.selector table.main th
{
	width: calc( 1100px + 100px);
}

div.page_shoppingcart_item_handler table.selector table.main td a,
div.page_price_handler table.selector table.main td a
{
	color: #727070;
	
}