/*****************************************************************
 * 搜索条控件风格
 * 名称：CDSearchBarControl
 ******************************************************************/
/*================================================================*/
/*风格一：一字排开模式（从左到右排列、图片按钮）
  search_bar_one
=========================================================
*/
ul.search_bar_one
{
	width: 395px;
	font-size: 12px;
	display: inline;
	list-style: none;
}
.search_bar_one li
{
	float: left;
	display: block;
	line-height: 25px;
	margin-right: 5px;
}
.search_bar_one img
{
	border-width: 0px;
}

.search_bar_one .keyword
{
}
.search_bar_one .keyword input
{
	width: 100px;
	height: 20px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.search_bar_one .date
{
}

.search_bar_one .date input
{
	width: 100px;
	height: 20px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.search_bar_one .search
{
}
.search_bar_one .search input
{
	background-image: url(/cgi-bin/templates/controls/images/search_small.gif);
	border-width: 0px;
	background-color: Transparent;
	width: 44px;
	height: 20px;
	cursor: hand;
}


/*================================================================*/
/*风格二：三排模式（上下三排、图片按钮）
  search_bar_two
=========================================================
*/

ul.search_bar_two
{
	width: 395px;
	font-size: 12px;
	list-style: none;
}
.search_bar_two li
{
	line-height: 25px;
	margin-right: 5px;
	margin-bottom: 6px;
}

.search_bar_two img
{
	border-width: 0px;
}

.search_bar_two .keyword span
{
	padding-right: 3px;
}

.search_bar_two .keyword input
{
	width: 100px;
	height: 20px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.search_bar_two .date span
{
	padding-right: 15px;
}

.search_bar_two .date input
{
	width: 100px;
	height: 20px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.search_bar_two .search div
{
}
.search_bar_two .search input
{
	background-image: url(/cgi-bin/templates/controls/images/search-medium.gif);
	border-width: 0px;
	background-color: Transparent;
	width: 24px;
	height: 20px;
	cursor: hand;
}


/*================================================================*/
/*风格三：三排模式（简易型、文字按钮）
  search_bar_three
=========================================================
*/
ul.search_bar_three
{
	width: 150px;
	font-size: 12px;
	list-style: none;
             position:absolute; left:5px; top:35px;
}
.search_bar_three li
{
	line-height: 25px;
	margin-right: 5px;
	margin-bottom: 6px;
}

.search_bar_three img
{
	border-width: 0px;
}

.search_bar_three .keyword span
{
	padding-left: 3px;
}

.search_bar_three .keyword input
{
	width: 100px;
	height: 20px;
	padding: 1px;
}

.search_bar_three .date span
{
	padding-right: 5px;
}

.search_bar_three .date input
{
	width: 100px;
	height: 20px;
	padding: 1px;
}

.search_bar_three .search div
{position:absolute; left:5px; top:35px
}
.search_bar_three .search input
{
	width: 50px;
	height: 24px;
	cursor: hand;
	margin-left: 40px;
}



/*================================================================*/
/*自定义风格；
  search_bar_yourname
=========================================================

