#s_outer {
	position:relative;	
	width:765px;
	padding-bottom: 16px;
	font-family: tahoma;
	font-size:0.9em;
}


#cart {
	width: 600px;
	height:37px;
	background:transparent url(../i/bg_cart_left.png) no-repeat left center
}

#YourCart {
	float:left;
	width:105px;
	height:37px;
	padding-top: 10px;
} #YourCart span {
	margin:0 0 0 12px;
	padding:0 0 0 21px;
	font-weight:bold;
	background:transparent url(../i/cart.png) no-repeat;
}

#TotalItems {
	float:left;
	height:27px;
	padding-top: 10px;
	padding-right: 7px;
	font-weight: bold;
	border-left: 1px solid #a2a2e2;
	border-right: 1px solid #a2a2e2;
} #TotalItems span.ttl {
	margin:0 0 0 12px;
	font-weight: normal;
	color:#534741;
}


#ViewCheckOut{
	height:27px;
	float:left;
	padding-top: 10px;
} #ViewCheckOut span {
	margin:0 0 0 17px;
	font-weight: bold;
	color:#4380d6;
	cursor: pointer;
	text-decoration: underline;
}


#catname {
	width: auto;
	height:39px;
	background:transparent url(../i/bg_catname.png) repeat-x;
}
#catname_l {
	width: auto;
	height:39px;
	background:transparent url(../i/bg_catname_left.png) no-repeat left;
}
#catname_r {
	width: auto;
	height:39px;
	background:transparent url(../i/bg_catname_right.png) no-repeat right;
}


#catname p {
	margin:0;
	padding:10px 0 0 10px;
	color:#FFF;
	font-weight: bold;
	font-size:1.2em;
}

#allcat {
	float:right;
	color:#f8db29;
	font-size:1.2em;
}

#allcat select {
	margin:10px 10px 0 0;
}