/* CSS Document */

.layout-search-simple{
	width:230px;
	height:34px;
	background:#f4f4f4;
	box-shadow:0 2px 2px #999;
}
.text-search-simple{
	background:#f4f4f4;
	border:none;
	margin:0;
	padding:0;
	float:left;
}
.submit-search-simple{
	cursor:pointer;
	float:right;
}
.search-have{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.product-bound{
	margin-top:15px;
}
.text-search-simple{
	line-height:34px;
	width:190px;
}
.submit-simple{
	border:none;
	cursor:pointer;
	float:left;
	width:34px;
	height:34px;
	background:url(../images/icon-search.png) center center   no-repeat;
}

.layout-search-multi{
	width:210px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #e7e7e7;
	overflow:hidden;
}
.title-multi{
	width:100%;
	height:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#252424;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.text-multi{
	width:99%;
	background:#FFF;
	margin-bottom:5px;
}
.text-multi h3{margin:0;
padding:0;}
.input-text{height:30px;}
.select-search{
	width:100%;
	height:30px;
	background:#FFF;
	margin-bottom:7px;
}
.submit-multi{
	width:90px;
	margin-bottom:10px;
	padding:0;
	height:30px;
	background:#fdb600;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}