﻿input.quantity
{
	width: 50px;
}

.cart .note textarea
{
	width: 98%;
	height: 82px;
}

.cart .note
{
	margin-top: 15px;
}

.cart .grid
{
    width:100%;
}

#order_edit .cart .grid
{
    width:auto;
} 


.cart .grid td.price, 
.cart .grid td.total,
.cart .grid td.quantity,
.cart .grid td.commands,
.cart .grid th.price, 
.cart .grid th.total,
.cart .grid th.quantity,
.cart .grid th.commands
{
    text-align:right;
    width:1%;
    white-space:nowrap;
}


#order_edit .ordered_by
{
	padding: 10px;
	border: solid 1px #ccc;
	border-bottom: 0;
	background-color: #F5F5F5;
}


#order_edit .ordered_by label
{
	font-weight: bold;
	display: inline-block;
	width: 176px;
}


.checkout_form input.card_name
{
    width:286px;
}

.checkout_form .credit_cards
{
    vertical-align:middle;
}



.checkout_form table.form
{
    width:100%;
}

.checkout_form
{
    margin:15px 0;
    padding:5px;
    
    border:solid 1px #ccc;
    	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 2px 0 #A7A7A7;
	-moz-box-shadow: 1px 1px 2px 0 #A7A7A7;
	-webkit-box-shadow: 1px 1px 2px 0 #A7A7A7;
}

.checkout_form .month
{
    width:77px !important;
}

.checkout_form .year
{
    width:89px !important;
}
    


.checkout_form input.card_code
{
    width:77px !important;
}

.view-orders .grid
{
    width:100%;
}