/* block top user information */

.Clear{
	clear: both;
}
#header_right #header_user {
    color: #898989;
    float: left;
    font-weight: bold;
    margin-left: 721px;
    margin-top: -135px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: right;
    width: 266px;
}
#header_user_info a
{
	background-color:#39afdf;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:6px;
	font-family:arial;
	font-size:12px;
	color:white;
	display:inline-block;
	text-decoration:none;
}
#shopping_cart
{
	background: url("../../../img/icon/cart.gif") no-repeat scroll left center #39AFE1;
}
#header_nav
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#39afe1;
	 padding-top:3px;
	 padding-bottom:3px;
	 padding-left:10px;
}
#header_user p {  }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none
}
#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }