body {
	background: #fff;
	font: 13px/1.4em Arial;
	color: #555;
}

a { color: #00c; text-decoration: none;}
a:hover { color: #333; text-decoration: underline; }

h2.current_letter,
h2.current_word {
	font-size: 24px;
	font-family: Georgia, serif;
	margin: 0 0 2em;
	padding-top: 0.44em;
	color: #ff0000;
	letter-spacing: .1em;
}
h2.current_letter  {	text-transform: uppercase;}
#obc-wrapper { min-width: 760px;}

#obc-header {
	
}

#obc-header h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.2em;
}

#obc-footer { color: #777;padding: 10px;font-size: 12px;
border-top: 2px solid #0000FF;
margin-top: 10px;}
#obc-footer a { color: #777;}
#obc-footer a:hover { color: #5797B0;}

#obs-content-inner {
	border: 0px solid #111;
	background: #fff;
}

#obs-sidebar {top: 10px;}

/** side Block**/

#obs-sidebar .block {
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: .66em;
}
#obs-sidebar .block h4 {
	padding: 2px 0px 0;
	
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#obs-sidebar .block ul {
	padding: 5px;
	color: #333;
	line-height: 1.3em;
}
#obs-sidebar .block ul li {
	margin-bottom: 5px;
}
#obs-sidebar .block.top ul li {
	margin-bottom: 2px !important;
}
#obs-sidebar .block.top h4 {
	padding: 2px 5px;
	font-size: 13px;
	color: #fff;
	background-color: #c00;
	border-bottom: 0 none;
}
#obs-sidebar .block.top h4 a{color: #fff;text-decoration: underline;font-size: 13px;}
#obs-sidebar .block.top a{color: #900;font-size: 11px;}

#breadcrumb {
	font-size: 11px;
	padding: 0px 0 20px;
	color: #111;
}
#breadcrumb li { display: inline;}
#breadcrumb li .separator { padding: 0 7px; color: #777;}
#breadcrumb a { color: #555;}
#breadcrumb a:hover { color: #333;}


.relations li { font-size: 12px;}
.relations li.current a { font-weight: bold;}
.relations li .separator { padding: 0 7px 0 0;}

/** letters-range */
.letters-range {
	border-bottom: 1px solid #aaa;
	padding-left: 10px;
	padding-top: 1.66em;
}
.letters-range li {float: left;margin-right: 4px;margin-bottom: -1px;}
.letters-range li a{
	display: block;
	text-transform: uppercase;
	padding: 4px 5px 2px;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	background-color: #eee;
	font-size: 12px;
	line-height: 1em;
}
.letters-range li.current a { color: #000;
background-color: #fff;
border: 1px solid #aaa;
border-bottom: 1px solid #fff;
}

/** control_page */
.control_page {
	font-size: 12px;
	color: #555;
	padding: 10px 0;
}
.control_page ul {}
.control_page ul li.info {
	float: left;
}
.control_page ul li.page {
	float: right;
}

/** search-result */
.search-result {margin-right: 1.66em; }
.search-result .title {font-size: 14px;font-weight: bold;margin-bottom: 5px;}
.search-result .title a { color: #00c;}
.search-result .title a:VISITED { color: #99c;}
.search-result .summary {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	text-align: justify;
	color: #333;
}

/** article */
.article { margin: 0 40px 0 0 ;}
.article .title{
	font-size: 18px;
	font-family: Georgia, serif;
	line-height: 1.1em;
	margin-bottom: .66em;
	color: #ff0000;
}
.article .text {text-align: justify;color: #333;}

/* history */
.history_words,
.history_article {
	font-size: 11px;
}
.history_words li { margin-bottom: 2px !important;}
.history_article li { height: 2.5em;overflow: hidden;}

/* v words_list*/
.words_list {}
.words_list a {color: #333;
background: url(../images/bullet_white.png) no-repeat left 2px;
padding-left: 16px;
display: block;
}
.words_list a:visited {color: #777;}
.words_list a:hover {
	background-image: url("../images/bullet_red.png");
	color: #cc3300;
	text-decoration: none;
	}
	
/* banners-xagena */
#banners-xagena { padding: 10px 0px;
margin: 10px 0;
border-top: 7px double #0000FF;
border-bottom: 2px solid #0000FF;
height: 158px;
}
.bannerItem {
	width: 228px;
	height: 158px;
	margin-left: 16px;
	display: block;
	float: left;
}
.bannerItem.first {margin-left: 0px;}
.bannerItem img { border: 1px solid #00f;padding: 3px;}

.area_link {
	border-bottom: 2px solid #00f;
}
.area_link .space_link {
	border-left: 1px solid #999;
}
.area_link .first {
	border-left: none;
}
.space_link a {
	color: #0000FF;
	text-decoration: none;
}
.space_link a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.links,.links > *{
	list-style-type: none;
	padding: 0; margin:0;
}
.links a {
display: block;
padding: 3px 5px;
color: #00f;
text-decoration: none;
}
.external-links {vertical-align: top;padding-top: 60px;}
.external-links h3 {
	border-bottom: 1px solid #e7e7e7;
	color: #00f;
	font-weight: normal;
}

/*square-list*/
ul.square-list {
	list-style-type: square;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
ul.square-list li {margin-bottom: 2px;}
ul.square-list li a {
	color: #333;
	text-decoration: underline;
}
ul.square-list li a:hover {text-decoration: underline;}

/** footer */
#footer {
	width: 950px;
	margin: 20px auto;
	padding: 20px 5px 0;
	border-top: 2px solid #00f;
}
.foot {
	
}
.copyr {
    font-size: 11px;
    margin-bottom: 30px;
    text-align: center;
	font-family: georgia;
	font-style: italic;
	color: #666;
}
.copyr a { color: #900}

.google-fbanner {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    width: 950px;
    margin-bottom: 20px;
}
.google-fbanner td {
    width: 469px;
    border: 1px solid #e3e3e3;
    padding: 3px;
}
.foot-gbanner {
    background-color: #DDF3F6;
    margin-bottom: 20px;
    padding: 2px 2px;
}
.foot-gbanner .banner.left {
    width: 728px;
    height: 90px;
    background-color: #fff;
    float: left;
}
.foot-gbanner .banner.right {
    float: right;
    width: 215px;
    height: 90px;
    max-height: 90px;
    background-color: #f00;
    color: #fff;
}
