#checkout-top {
	text-align: left;
	position: absolute;
	top: 25px;
	left: 800px;
}

#checkout-top a {
	color: #000;
	font-weight: bold;
	float: left; 
}

#checkout-top a.checkoutnow {
	padding: 0px 30px;
	font-family: "Open Sans";
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	background-color: #138188;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

#checkout-top #checkoutTopButton {
	margin:0px; border: 0px; font-size: 0px; width: 30px; height: 30px; background: url(../../../img/checkout.png); cursor: pointer; display:inline-block; 
}
#checkout-top:hover #checkoutTopButton {
	background: url(../../../img/checkouth.png); 
}

#checkout-top:hover .checkoutnow {
	background: #115a5f;
}

/* block top search */
#search_block_top		{position:absolute; left:632px; top:25px; width:160px; text-align: left; }
#search_block_top h4	{font-size:16px; padding-bottom:10px; color:#000; }

#search_block_top input#search_sbmt {float:left; margin:0px; border: 0px; font-size: 0px; width: 30px; height: 30px; background: url(../../../img/search.png); cursor: pointer; }
#search_block_top input#search_sbmt:hover {background: url(../../../img/searchh.png); }
#search_block_top input#search_query {float: left; width:115px; padding:3px 4px; border: 0px; margin: 0px; height: 24px;}


