@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(images/answers/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
}
.clear {
	clear: both;
}
.cont {
	width: 800px;
	margin: 0 auto;
}
.header {
	display: block;
	height: 95px;
}
.header .logo {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color:#FFFFFF;
}
.header .logo a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.top {
	position: relative;
	display: block;
	background:url(images/answers/top.jpg) no-repeat;
	height: 189px;
}
.top .search {
	height: 48px;
	padding: 2px 6px 0 6px;
}
.search_container {
	width: 621px;
	height: 31px;
	margin: 0 auto;
}
.sb_q {
	width: 548px;
	height: 31px;
	float: left;
}
.sb_b {
	width: 73px;
	height: 31px;
	float: left;
}
.search_box {
	height: 31px;
	width: 543px;
	padding-left: 20px;
	padding-top: 4px;
	font-size: 16px;
	background: url(images/answers/search_bar.png) 0px 0px no-repeat;
	border: 0px;
	margin: 0px;
}
.search_button {
	height: 31px;
	width: 73px;
	background: url(images/answers/ask_on.png) 0px 0px no-repeat;
	border: 0px;
	margin: 0px;
	padding-top: 1px;
}
.search_button:hover {
	cursor: pointer;
	background: url(images/answers/ask_off.png) 0px 0px no-repeat;
}

.top .navi {
	width: 730px;
	margin: 5px auto;
}
.top .navi ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.top .navi ul li {
	float: left;
	text-align: center;
}

.submit_button, .top .navi ul li a div, .top .navi ul li a div.sel {
	text-decoration: none;
	color: #666;
	width: 90px;
	height: 32px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	background: url(images/answers/b_off.png) no-repeat;
}
.submit_button:hover, .top .navi ul li a:hover div, .top .navi ul li a div.sel {
	cursor: pointer;
	color: #000;
	background: url(images/answers/b_on.png) no-repeat;
}
.submit_button { border: 0px; margin: 0px; padding: 0px; padding-bottom: 3px; }

.top .content {
	padding: 4px 25px 20px 25px;
	text-align: left;
}
.top_left {
	position: absolute;
	display: block;
	background:url(images/answers/top_left.jpg) no-repeat;
	height: 189px;
	width: 15px;
	left: -15px;
	top: 0px;
}
.top_right {
	position: absolute;
	display: block;
	background:url(images/answers/top_right.jpg) no-repeat;
	height: 189px;
	width: 15px;
	right: -15px;
	top: 0px;
}
.bottom {
	position: relative;
	display: block;
	background:url(images/answers/bottom.jpg) no-repeat;
	height: 85px;
}
.bottom .content {
	text-align: center;
}
.bottom_left {
	position: absolute;
	display: block;
	background:url(images/answers/bottom_left.jpg) no-repeat;
	height: 85px;
	width: 15px;
	left: -15px;
	top: 0px;
}
.bottom_right {
	position: absolute;
	display: block;
	background:url(images/answers/bottom_right.jpg) no-repeat;
	height: 85px;
	width: 15px;
	right: -15px;
	top: 0px;
}
.box {
	width: 300px;
	background:url(images/answers/info_middle.jpg) repeat-x;
}
.box_left {
	float: left;
	width: 5px;
	height: 69px;
	background: url(images/answers/info_left.jpg) no-repeat;
}
.box_right {
	float: right;
	width: 5px;
	height: 69px;
	background: url(images/answers/info_right.jpg) no-repeat;
}
.box_middle {
	padding: 0 5px;
}
.box_middle .box_title {
	padding-top: 13px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.box_middle .box_content {
	text-align: left;
	padding-top: 10px;
}



.sbox {
	width: 300px;
	background:url(images/answers/searchbox_middle.jpg) repeat-x;
}
.sbox_left {
	float: left;
	width: 5px;
	height: 69px;
	background: url(images/answers/searchbox_left.jpg) no-repeat;
}
.sbox_right {
	float: right;
	width: 5px;
	height: 69px;
	background: url(images/answers/searchbox_right.jpg) no-repeat;
}
.sbox_middle {
	padding: 0 5px;
}
.sbox_middle .sbox_title {
	padding-top: 12px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
.sbox_middle .sbox_content {
	text-align: left;
	padding-top: 10px;
}

.sbox_bottom {
	height: 20px;
	background:url(images/answers/searchbox_b_middle.jpg) repeat-x;
}
.sbox_bleft {
	float: left;
	width: 5px;
	height: 20px;
	background: url(images/answers/searchbox_b_left.jpg) no-repeat;
}
.sbox_bright {
	float: right;
	width: 5px;
	height: 20px;
	background: url(images/answers/searchbox_b_right.jpg) no-repeat;
}

a {
	/*color: #999933;*/
	color: #0066CC;
}
a:hover {
	color: #666666;
}

.autocomplete {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	font-size: 11px;
}
.autocomplete_scroll {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	font-size: 11px;
	overflow-y: auto;
	height: 200px;
}
.autocomplete ul, .autocomplete_scroll ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.autocomplete ul li.selected, .autocomplete_scroll ul li.selected {
	background-color: #CCFFFF;
}
.autocomplete ul li, .autocomplete_scroll ul li {
	display:block;
	margin:0;
	padding:2px;
	height:20px;
	cursor:pointer;
}
#byzapatec a {
	color: #FFFFFF;
	font-size: 0px;
}