div.cart
{
   	border: 1px  #335C85;
    background-color: white;
    float:left;
}
div.cart img {
  float:left;
  width:32px;
  height:32px;
  margin-right:10px;
}
div#cart_total {
	float:left;
	width:100%;
	text-align: center;
	margin-bottom:10px;
}
div#cart_total span {
	width:100%;
	color:#335C85;
	font-size:10px;
	padding-right:5px;
}
div#items {
	width:155px;
	float:left;
	padding: 4px 4px 4px 4px;
}

div.cart div {
	width:100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
    color: rgb(204, 204, 204);
}
div#title span {
  margin:0;
  padding:0;
  font-size: 10px;
  color: #444;
  font-weight:normal;
}
/* Navigation style for cart page */
#nav-right {
	position:absolute;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top:158px;
	_top:159px;
	right:0px;
	_right:-1px;
}
#nav-right li {
	float:left;
}
#nav-right li a,
#nav-right li a:visited,
#nav-right li span {
	background:#FFDD00;
	color:#000;
	padding: 0px 15px 1px 15px;
	text-decoration:none;
}
#nav-right li a:hover {
	background:#335c85;
	color:#fff;
}
#nav-right li a:active {
	color:#fff;
	background:#335c85;
}
/* End Navigation Style*/

/* Shopping cart cart display screen */
#products{
	font-family: "Lucida Grande";
	position: relative;
}
#cartmenu {
  float: right;
	border: 3px solid #cccccc;
	position: relative;
	width: 600px;
	height: 300px;
	margin: 5px;
	padding: 5px;
}
/* Shoppng cart product display screen */
.carttitle {
  background: #335c85;
  color: #ffffff;
  font: bold smaller sans-serif;
  text-align: center;
}
#product_row{
	background: #eee;
}
.carttitle TD {
  padding-top: 0px;
  padding-bottom: 0px;
}

#cartmenu {
  float: right;
  border-left: 1px dotted #282;
}

#totalcell {
  font-weight: bold;
  border-top: 1px solid #335b84;
  border-bottom: 2px solid #335b84;
  text-align: right;
}

.separator {
  border-bottom: 2px dotted #335C85;
  clear: both;
}

/* Checkout styles */
#checkout{
	background: #fff;
	margin-left: 15px;
	position: relative;
	border: solid #335b84 4px;
	width: 450px;
	padding: 5px;
	margin-top:15px;
	margin-bottom: 15px;
}

#checkout_inner{
	background: #fff;
	margin-left: 15px;
	position: relative;
	border: solid #335b84 4px;
	width: 450px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
/*Flash Notice and Errors*/
#notice{
	background: #eee;
	width: 350px;
	margin-bottom: 10px;
	border: solid red 2px;
	position: relative;
	padding: 2px;
}
#cart_display {
	margin-left:15px;
	margin-top:15px;
}
.catalogprice {
	font-size: 12px;
	padding-right: 4em;
}
a.addtocart {
  color: #ffffff;
  background: #336699;
  font-weight: bold;
	text-decoration: none;
	padding: 2px 1em;
}

a.addtocart:hover {
  color: #ffffff;
  background: #6699cc;
	text-decoration: none;
}
a.page {
  color: #000;
  background: #FFDD00;
  font-weight: bold;
	text-decoration: none;
	padding: 2px 1em;
}

a.page:hover {
  color: #fff;
  background: #335c85;
  text-decoration: none;
}
#us_orders
{
	color: red;
	margin-left: 30px; 
}
