/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

#content{
	position:relative;
	margin:0px;
	padding:0px;
	height:610px;
	min-height:610px;
}
#cart_contents{
	position:absolute;
	width: 550px;
	height: 500px;
	top: 30px;
	left: 0px;
}
#cart_contents_div{
	position:relative;
	width: 540px;
	height:480px;
	overflow-x:hidden;
	overflow-y:auto;
}
#cart_product_photo{
	display:inline-block;
	position:relative;
	width:100px;
	height:100px;
	overflow:hidden;
}
#product_info_block{
	display:inline-block;
	position:relative;
	width:375px;
	height:165px;
	padding-left:20px;
}
#product_name{
	font-size:16px;
	font-weight:bold;
}
#delete_item{
	position:absolute; 
	top:5px; 
	right:5px; 
	width:50px; 
	height:20px; 
	color:red; 
	cursor:pointer;
}
#stock_status{
	position:absolute; 
	bottom:25px; 
	right:5px; 
	width:100px; 
	height:20px; 
}
#item_divider{
	width:500px;
}



#checkout{
	position:absolute;
	width: 325px;
	top: 30px;
	left: 600px;
	font-size:24px;
}

#shipping_estimate{
	position:absolute;
	height: 380px;
	width: 325px;
	top: 150px;
	left: 600px;
}
#estimate{
	padding-top:5px;
	height:280px;
	width:315px;
	font-size:14px;
	overflow-y:auto;
	overflow-x:hidden;
}

fieldset{
	border:0;
}

A:link {
	color: #000066;
	text-decoration: none;
}
A:visited {
	color: #000066;
	text-decoration: none;
}
A:active {
	color: #000066;
	text-decoration: none;
}
A:hover {
	color: #4040FF;
	text-decoration: underline;
}


label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
input{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}
fieldset{
	background:#FFFFFF;
	border: 1px solid #000000;
	width: 300px;
	padding:10px;
	margin:10px;
}
legend{
	color: #fff;
	background: #000080;
	font-size:18px;
	border: 1px solid #000000;
	padding: 2px 6px;
}
