@charset "utf-8";

/*============================================================
 Search
============================================================*/

div#sBox {
	margin: 0 0 10px 0;
}

div#sBoxHead {
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F5F5F5, #E5E5E5);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E5E5E5));
	background: -o-linear-gradient(top, #F5F5F5, #E5E5E5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#E5E5E5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#E5E5E5')";	
	border-color: #CCC #B5B5B5 #999 #B5B5B5;
	border-style: solid;
	border-width: 1px;
	height: 44px;
	zoom: 1;	
}

form.srcNavIn {
	position: relative;
}

div#srcMain {
	position: relative;
	margin: 7px 0 0 7px;	
}

div#srcCateSelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	min-width: 200px;
}

div#srcCateSelect div.srcCateInner {
	padding: 0 0 0 3px;
}

.srcNavIn div.active div.srcCateInner div.srcArwDwn {
	background-position: right -20px;
}

.srcNavIn div.focus div.srcCateInner div.srcArwDwn {
	background-position: right -40px;
}

div#srcCateSelect option {
	padding: 2px 5px;
}

div#srcCateSelect a.cateSlctDisplay {
	background: url(../img/bgSrcIpt.png) repeat-x 0 -120px;
	/background: none;
	display: block;
	text-decoration: none;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	border-radius: 3px 0 0 3px;
}

div#srcCateSelect div.active a.cateSlctDisplay {
	background-position: 0 -160px;
	text-decoration: none;
}

div#srcCateSelect div.focus a.cateSlctDisplay {
	background-position: 0 -200px;
	text-decoration: none;
}

div#srcCateSelect a.cateSlctDisplay span {
	background: url(../img/iconArwSlct.png) no-repeat right 0;
	color: #666;
	display: block;
	padding: 0 26px 0 6px;
	height: 25px;
	line-height: 25px;
	margin: 3px 0;
	font-size: 13px;
}

div#srcCateSelect div.active a.cateSlctDisplay span {
	background-position: right -25px;
	color: #000;
}

div#srcCateSelect div.focus a.cateSlctDisplay span {
	background-position: right -50px;
	/background-position: right -25px;
	color: #FFF;
	/color: #000;
}

div.cateSlctPd {
	background: #FFF;
	border-color: #CCC #999 #666 #999;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
	
div.cateSlctPd div.cateSlctPdBody {
	height: 380px;
	overflow: auto;
}

div.cateSlctPd div.cateSlctPdBody a {
	color: #333;
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 0 15px 0 5px;
	line-height: 20px;
	outline: none;
	text-decoration: none;
}

div.cateSlctPd div.cateSlctPdBody a:hover {
	color: #FFF;
	background: #39F;
	text-decoration: none;
}

div.cateSlctPd div.cateSlctPdBody a.selected {
	color: #FFF;
	background: #39F;
	cursor: default;
	outline: none;
}

div#srcWindow {
	height: 28px;
	border-width: 1px;
	border-color: #666 #BBB #BBB #666;
	border-radius: 5px 0 0 5px;
	border-style: solid;
	background: #FFF url(../img/bgSrcIpt.png) repeat-x 0 -80px;
}

div#srcWindow div.srcIptInner {
	background: none;
	padding: 5px 35px 4px 5px;
	/padding: 6px 35px 5px 5px; /* IE6,7 */
	border-left: 1px #999 solid;
	margin: -1px 0 0 1px;
}

div#srcWindow div.srcIptInner input.editInput {
	width: 100%;
	_width: 95%;
	font-size: 13px;
	background: none;
}

div.cateSlctPd a {
	color: #333;
}

div.cateSlctPd a.selected {
	text-decoration: none;
	cursor: default;
}

div.srcClearBtn a {
	background: url(../img/iconSrcClear.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 40px;
	z-index: 1000;
}

div.srcClearBtn a:hover {
	background-position: 0 -16px;
}

div#srcBtn {
	position: absolute;
	top: 0;
	right: -5px;
	width: 35px;
}

div#srcBtn input {
	background: url(../img/bgSrcIpt.png) no-repeat 0 0;
	width: 35px;
	height: 30px;
	border: none;
	cursor: pointer;
}

div#srcBtn input:hover {
	background-position: 0 -40px;
}

div.adultCnts div#srcBtn input {
	background: url(../img/bgSrcIpt.png) no-repeat 0 -240px;
	width: 35px;
	height: 30px;
	border: none;
	cursor: pointer;
}

div.adultCnts div#srcBtn input:hover {
	background-position: 0 -280px;
}

div#srcSub {
	position: absolute;
	top: 0;
	right: 7px;
}

div#srcOpChk {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 10px 0 0;
	vertical-align: top;
}

div#srcOpChk li {
}

div#srcOpChk li input {
	display: none;
}

div#srcOpChk li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 16px;
	_height: auto;
	background: url(../img/iconSrcOpChk.png) no-repeat 0 0;
}

div#srcOpChk li a:hover {
	background-position: 0 -20px;
}

div#srcOpChk li label {
	display: block;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	_height: auto;
}

div#srcOpChk li.selected a {
	background-position: 0 -40px;
}

div#srcOpChk li.selected a:hover {
	background-position: 0 -60px;
}

div#cartBtn {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

div#cartBtn a {
	background: url(../img/btnHeadCart.png) no-repeat 0 0;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 40px;
	height: 30px;
	_height: auto;
	vertical-align: top;
}

div#cartBtn a:hover {
	background: url(../img/btnHeadCart.png) no-repeat 0 -60px;
}

div#cartBtn span.cartInner {
	background: url(../img/btnHeadCart.png) no-repeat 100% -30px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px 0 0;
	height: 30px;
	_height: auto;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.75);*/
}

div#cartBtn a:hover span.cartInner {
	background: url(../img/btnHeadCart.png) no-repeat 100% -90px;
}

div#cartBtn.emptyCart {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

div#cartBtn.emptyCart a {
	background: url(../img/btnHeadCartEmpty.png) no-repeat 0 0;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 40px;
	height: 30px;
	_height: auto;
	vertical-align: top;
}

div#cartBtn.emptyCart a:hover {
	background: url(../img/btnHeadCartEmpty.png) no-repeat 0 -60px;
}

div#cartBtn.emptyCart span.cartInner {
	background: url(../img/btnHeadCartEmpty.png) no-repeat 100% -30px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px 0 0;
	height: 30px;
	_height: auto;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.75);*/
}

div#cartBtn.emptyCart a:hover span.cartInner {
	background: url(../img/btnHeadCartEmpty.png) no-repeat 100% -90px;
}

div.sBoxSgst {
	margin: 0 0 0 1px;
}

div.suggestWords {
	font-size: 14px;
	line-height: 22px;
	padding: 0 6px;
}

div#sBoxSub {
	background: #E5E5E5;
	background: -moz-linear-gradient(top, #E5E5E5, #DDDDDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#DDDDDD));
	background: -o-linear-gradient(top, #E5E5E5, #DDDDDD);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5E5E5', endColorstr='#DDDDDD');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5E5E5', endColorstr='#DDDDDD')";	
	border-color: #F5F5F5 #B5B5B5 #999 #B5B5B5;
	border-style: solid;
	border-width: 1px;
	padding:  5px 10px;
	zoom: 1;	
}

div.spellHint {
	line-height: 20px;
	font-size: 1.2em;
	padding: 0;
}

div.spellHint th {
	font-weight: normal;
	white-space: nowrap;
}

div.spellHint td {
	vertical-align: middle;
	word-break: break-all;
	white-space: normal;
}

div.spellHint a {
	margin: 0 10px 0 0;
	text-decoration: underline;
}
