.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

hr {
  border:0;
  border-top: 1px solid #E19832;
  height: 0;
  background: #E19832;
}

/* scroller */
#Container_details {
	position			: absolute;
	padding				: 0;
	width				: 910px;
	height				: 490px;
	overflow			: hidden;
}

.Scroller-Container_details {
	position			: absolute;
	margin				: 0;
	padding				: 0;
}

#Scrollbar-Container_details {
	position			: relative;
	margin				: 0;
	padding				: 0;
	padding-left				: 925px;
	/*left				: 1000px;*/
}

.Scrollbar-Up_details {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 11px;
	background-color	: #CC9A63;
	font-size			: 0px;
	background			: url(allsection/alllanguage/scoller_up.gif) no-repeat;
}

.Scrollbar-Track_details {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 476px;
	top					: 9px;
	background			: url(allsection/alllanguage/scoller_track.gif) repeat-y;
}

.Scrollbar-Handle_details {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	width				: 7px;
	height				: 90px;
	background			: url(allsection/alllanguage/scoller_handle.gif) no-repeat;
}

.Scrollbar-Down_details {
	position			: absolute;
	margin				: 0;
	padding				: 0;
	top					: 485; /*448px;*/
	width				: 7px;
	height				: 11px;
	background-color	: #1D4835;
	font-size			: 0px;
	background			: url(allsection/alllanguage/scoller_down.gif) no-repeat;
}
