@charset "utf-8";
/* CSS Document */
.table_top_menu {
	position:relative;
	top:0px;
	left:0px;
	border-collapse:collapse;
}

#header_user_info{
	height: 20px;
	padding-bottom:4px;
}
#shopping_cart, #your_account { font-size: 0.9em; }
#shopping_cart a, #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 10px 0 10px;
	height: 20px;
	text-decoration: none;
}
#shopping_cart a { background-image: url('../../img/modules/blockuserinfo/cart.png'); background-position:right; padding-right:20px; }
#shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#your_account a {
	text-transform:uppercase;
	color:#ffbd00;
}

.the_log_on {
	background:transparent url(../../img/modules/blockuserinfo/log_on.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:14px;
	margin-left:20px;
	margin-top:3px;
	width:13px;
}

/* block top search */
#header #search_block_top {
	position:relative;
	top:3px;
	left:0px;
	height: 28px;
	width: 210px;
	float: left;
	background:none;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#search_block_top #search_button {
	background:transparent url(../../img/modules/blockuserinfo/search_btn.png) no-repeat scroll 0 2px;
	cursor:pointer;
	float:right;
	height:19px;
	position:absolute;
	right:10px;
	top:0;
	width:16px;
}
#header #search_block_top input#search_query { width: 12em; }
