/* SEARCH FEATURE */

/*Handles the search DIV element container*/
#WLCommerce_SearchBox
{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

/* Handles the search text box style */
#WLCommerce_SearchBox .tbSearchPhrase
{
	width: 143px;
	background-color: #E9E9FB;
	border: 3px solid #85A9DA;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 21px;
	margin-right: 7px;
}

/* Handles the search BUTTON style */
#WLCommerce_SearchBox .btnSearch
{
	color: White;
	background-color: #257EC8;
	font-size: 12px;
	border: 4px solid #85A9DA;
	font-weight: bold;
	padding: 1px;
	width: 30px;
	height: 26px;
}

#WLCommerce_SearchBox .lblText
{
    font-weight: bold;
    font-size: smaller;
    color:Black;
}


