.searchguide {
	position: relative;
	color: #3c352f;
	width: 860px;
	height: 100%;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	background: url('../img/newsfieldlarge-behavior.gif') 0 0 no-repeat #F7F5F1;
}

div#SearchOptions {
	position: absolute;
	top: 30px;
	right: 0;
	width: 230px;
	height: auto;
	padding: 10px;
	margin: 0 0 0 10px;
	color: #2B241E;
	z-index: 200;
	background: #fff;
}

.marked {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 20px;
	width: 20px;
	z-index: 150;
}

.marked-info {
	color: #fff;
	background: #2E679E;
}

div#SearchOptions ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #8c8780;
}

div#SearchOptions li {
	margin-bottom: 10px;
}

div#SearchOptions a:link, div#SearchOptions a:visited {
	color: #2B241E;
	text-decoration: none;
}

div#SearchOptions a:hover, div#SearchOptions a:active {
	text-decoration: underline;
}

div#SearchOptions li img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

div#Searchfield {
	position: relative;
	color: #3c352f;
	float: left;
	width: 860px;
	height: 100%;
	padding: 10px;
	background: url('../img/newsfield-behavior.gif') 0 0 no-repeat #fff;
}

#Searchform {
	position: relative;
	left: 15px;
	z-index: 50;
	float: left;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
}

	#Searchform .input_search {
		width: 170px;
		color: #fff;
		font-size: 12px;
		border: none;
		background: #2B241E;
		padding: 2px 4px 2px 4px;
	}
	
	#Searchform .select_option {
		width: 100px;
		color: #fff;
		font-size: 12px;
		border: none;
		background: #2B241E;
		padding: 1px 0;
	}

	#Searchform .input_submit {
		width: 100px;
		color: #fff;
		height: 19px;
		font-size: 12px;
		border: none;
		background: #2B241E;
		padding: 0 4px 2px 4px;
	}
	
	#Searchform div#Resinfo {
		position: relative;
		margin: 10px 0;
		height: auto;
		width: 557px;
		padding: 3px;
		color: #fff;
		display: none;
		font-size: 11px;
		background: #2B241E;
	}

#Searchresult {
	position: relative;
	width: 555px;
	height: auto;
}

	#Searchresult ul {
		margin: 0;
		padding: 0;
		clear: both;
		list-style: none;
	}
	
	#Searchresult li {
		position: relative;
		padding: 3px;
		margin: 0 0 0 0;
		line-height: 18px;
		font-size: 11px;
		width: 100%;
		z-index: 10;
		list-style: none;
		border-bottom: 1px solid #999;
	}
	
	#Searchresult li span {
		font-size: 10px;
	}
	
	#Searchresult li li {
		position: relative;
		height: auto;
		border: none;
		width: 95%;
		margin: -10px 0 0 17px;
		border-top: 1px dotted #2B241E;
	}
	
	.li-hover {
		color: #fff;
		text-decoration: none;
		background: #2E679E;
	}
	
	.prev-img {
		position: absolute;
		right: 0px;
		z-index: 20;
	}
	
	.import-img {
		position: absolute;
		right: 20px;
		z-index: 20;
	}
		
	.img_fsk {
		position: relative;
		top: -2px;
		vertical-align: middle;
	}
	
	#Searchresult .activeInfo {
		color: #2B241E;
		text-decoration: none;
		background: #D6CEBF;
	}
	
	#Searchresult .noneactiveInfo {
		color: #666;
		text-decoration: none;
		background: #fff;
	}

div#msgStatusDiv {
	position: absolute;
	right: 3px;
	bottom: -30px;
	display: none;
	z-index: 1000;
	width: 250px;
	line-height: 5px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #666;
	text-align: center;
	text-decoration: none;
}

div#coverPreview {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	padding: 3px;
	background: #3C3C3C;
}

#img-preview {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#log {
	position: absolute;
	top: -150px;
	left: -200px;
}

#Suggestion {
	
}

	#Suggestion ul {
		margin: 15px 0px 0px 0px;
		padding: 0;
		clear: both;
		list-style: none;
	}
	
	#Suggestion li {
		position: relative;
		padding: 3px;
		margin: 0 0 0 0;
		line-height: 18px;
		font-size: 11px;
		width: 100%;
		z-index: 10;
		list-style: none;
		border-bottom: 1px solid #999;
	}

div#infoDiv {
	position: absolute;
	background: #F7F5F1;
	border: 1px solid #2B241E;
	display: none;
	z-index: 80;
	cursor: pointer;
}

/* ***************************************** */
#InfoBox {
	position: absolute;
	display: none;
	z-index: 1000;
	width: 535px;
	height: auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #3C352F;
	font-family: Arial, Helvetica, sans-serif;
}

#InfoBox .BoxHeader {
	font-size: 12px;
	color: #7b6b39;
	margin-bottom: 5px;
}

#Cover {
	position: relative;
	width: 80px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#Info {
	position: relative;
	width: 400px;
	height: auto;
	float: left;
}

#BoxTitle {
	color: #4e514e;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
}

#BoxContent {
	color: #212221;
	font-size: 12px;
}

#imgBtnGuide {
	position: relative;
	top: -2px;
	float: left;
	margin: 0 3px 10px 0;
	cursor: pointer;
}

#btnGuideText {
	cursor: pointer;
	text-decoration: underline;
}

div#SearchfieldExpert {
	position: relative;
	color: #3c352f;
	width: 880px;
	height: 100%;
	background: url('../img/newsfieldlarge-behavior.gif') 0 0 no-repeat #F7F5F1;
}

.li-hover {
	color: #fff;
	text-decoration: none;
	background: #2E679E;
}

.prev-img {
	position: absolute;
	right: 0px;
	z-index: 20;
}

.img_fsk {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

#btnAddDVDs {
	cursor: pointer;
}
	
#btnRefreshDVDs {
	cursor: pointer;
}
	
#btnDisplayDVDs {
	position: relative;
	cursor: pointer;
	z-index: 40;
}

div#disableBtns {
	position: absolute;	
	display: none;
	width: 230px;
	height: 80px;
	background: none;
	z-index: 50;
}

.resultarea {
	position: relative;
	height: auto;
	margin: 25px 0 0 0;
}

div#Optionfield {
	position: relative;
	margin: 15px 0 15px 0;
	right: 15px;
	float: right;
	width: 190px;
	height: auto;
	z-index: 150;
	color: #ECEAE4;
	padding: 10px 10px 8px 10px;
	background: #2B241E;
}

div#Optionfield .loader {
	position: absolute;
	top: 8px;
	right: 10px;
	height: 16px;
	width: 16px;
}

div#Optionfield div {
	font-weight: bold;
}

div#Optionfield span {
	text-decoration: underline;
}

div#Optionfield ul {
	position: relative;
	height: 0px;
	margin: 5px 0px 0px -5px;
}

div#Optionfield ul li {
	cursor: pointer;
	position: relative;
	margin-bottom: 3px;
	width: auto;
	padding: 2px 2px 2px 5px;
}

div#Optionfield .over {
	color: #3C352F;
	background: #F4F1EC;
}

div#MsgField {
	position: absolute;
	z-index: 1000;
	width: 500px;
	height: auto;
	opacity: 1.0;
	padding: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: red;
	border: 1px solid #2B241E;
	cursor: default;
	text-align: center;
}

div#MsgWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0.6;
	background: #000;
}
