input,textarea
{
	font-family: "Tahoma", "Sans Serif";
	font-size: 100%
}

#shopping_cart_info
{
    float:right;
    padding-right:15px;
}

.shopping_info_text
{
    margin-left:10px;
}

#shopping_cart_items
{
    border-style:solid;
    background-color:#AAAAAA;
    border-color:#000000;
    border-width:1px;
    width:50px;
    padding-left:2px;
    padding-right:2px;
    color:#000000;
    text-align:right;
    display: inline-block;
}

#shopping_cart_total
{
    border-style:solid;
    background-color:#AAAAAA;
    border-color:#000000;
    border-width:1px;
    width:75px;
    padding-left:2px;
    padding-right:2px;
    color:#000000;
    text-align:right;
    display: inline-block;
}

#shopping_cart_viewcart
{
	display:inline;
	background-image:url(../images/under_menu2.gif);
	background-position:-12px -3px;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    width:80px;
    cursor:hand;
	padding:0px 10px 0px 20px;
}

#cart_details
{
	padding-bottom:25px;
	padding-top:15px;
	left:10px;
	position:relative;
	text-align:center;
	width:652px;
}

#cart_totals
{
	left:15px;
	position:relative;
	text-align:center;
	width:612px;
}

.cart_row_even
{
	height:23px;
    background-color:#1565C4;
	width:100%;
}

.cart_row_odd
{
    height:23px;
}

.cart_header_text
{
	display:inline;
	float:left;
	width:105px;
	padding-top:4px;
	font-weight:bold;
}

.cart_text
{
	display:inline;
	float:left;
	width:105px;
	padding-top:4px;
}

.cart_total_text
{
	position:absolute;
	float:right;
	right:20px;
}

.shopping_cart_button
{
	background:#1565C4 none repeat scroll 0 0;
	color:#B9D7FA;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    width:120px;
	font-size:8pt;
    text-align:center;
	margin-left: 15px;
	margin-right: 15px;
	cursor:hand;
}

.shopping_cart_qty
{
	width:30px;
	height:16px;
	font-size:10px;
	text-align:center;
	margin-top:-1px;
	padding-top:0;	
}

#cart_buttons
{
	position: relative;
	top: 20px;
}

#shopping_cart_checkout
{
	position: relative;
	float: right;
	right: 101px;
}

div.row
{
	position:relative;
	margin:0 0 5px 120px;
	float:left;
	padding:6px 0;
}

div.row label {float:left;width:10em;font-weight:bold;padding:0 6px;}
div.row label:hover {cursor:pointer;}
div.row fieldset {border:1px solid gray;margin:0 6px;}
div.row fieldset span {display:block;}
div.row fieldset span label {float:none;display:inline;}
div.row fieldset legend {font-weight:bold;}
