/* reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset CSS */


a:link {
	color: #1a3dc1;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #ff6600;
}


body {
	font-family: Arial, sans-serif;
	background: #ddd;
	behavior: url("iehover.htc");
}

#wrapper {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px;
	overflow: hidden;
	background: #fff;
}

h1#logoh1 {
	display: block;
	position: absolute;
	width: 115px;
	height: 50px;
	top:20px;
	left: 20px;
	
	text-indent: -9999px;
	background: transparent url(/images/n/logo.png) no-repeat;

}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}


#head .description {
	position: absolute;
	left: 150px;
	top: 25px;
	background: #fff;
	color: #666;
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
	width: 300px;
}

#head {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	background: url(/images/n/header-bg.png) repeat-x;
	height: 80px;
	clear: both;
	z-index: 122;
}

#user-menu {
	position: absolute;
	top: 5px; 
	right: 5px;
	background: #fff;
	float: right;
	clear: both;
	margin: 15px 15px 0 0;
	padding: 5px 0;
}

#user-menu li {
	font-size: 11px;
	line-height: 12px;
	float: left;
	border-right: 1px solid #ccc;
}

#user-menu li a {
	padding: 10px;
}
#user-menu li a:visited {
	color: #1a3dc1;
}
#user-menu li.last {
	border-right: none;
}
/* main-menu */

#main-menu {
	position: relative;
	background: #2b4881 url(/images/n/main-menu-bg.png) repeat-x;
	padding: 0 0 0 15px;
	clear: both;
	height: 1%;
	z-index: 122;
}

#main-menu li {
	position: relative;
	float: left;
	clear: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	height: 1%;
}
#main-menu li a {
	color: #fff;
	display: block;
	float: left;
	position: relative;
	padding: 0 15px;
	margin: 0;
	border-top: 1px solid #2b4881;
}
#main-menu li a:hover {
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #3b63ac;
	/*color: #30508c;
	background: #e9fbf9;*/
	background: #183977;
}
#main-menu .sub-menu {
	display: none;
	position: absolute;
	width: auto;
	float: none;
	clear: both;
	top:28px;
	left: 0;
	z-index: 20;
	background: #5675b7;
	padding: 3px 0 3px 0;
	margin: 0;
	border: 1px solid #3b63ac;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow:2px 4px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 4px 5px rgba(0,0,0,0.4);

}
#main-menu ul.sub-menu li {
	float: none;
	position: relative;
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 25px;
	vertical-align: top;
}
#main-menu ul.sub-menu li a {
	border: none;
	display: block;
	position: relative;
	float: none;
	height: 25px;
	
	margin: 0;

	white-space: nowrap;
	padding: 0 15px;
	line-height: 25px;
}
#main-menu ul.sub-menu li a:hover {
	color: #fff;
	border-top: none;
	background: #2a4786;
}
#main-menu li:hover {
	background: #5675b7;
}
#main-menu li:hover ul.sub-menu {
	position: absolute;
	display: block;
	_width: 100px;
	zoom: 1;
	z-index: 10;
}


/* widgets */

#widgetBar {
	display: none;
	position: relative;
	background: #dff0dc;
	padding: 0 0 6px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
	z-index: 5;
	
}
#widgetBar .slot {
	display: table-cell;
	position: relative;
	width: 25%;	
	float: left;
}
#widgetBar #widgetsWrapper {
	padding: 0 10px;
	margin: 10px 0 0 20px;
	display: block;
	position: relative;
	clear: both;
	height: 136px;
}
#widgetBar .widgetToggler {
	position: relative;
	float: right;
	margin: 5px 30px 0 0;
	font-size: 11px;
	color: #384d34;
}
#widgetBar .widgetToggler:hover {
	color: #6f9668;
}
.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.widget {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	width: 230px;
	min-width: 230px;
	height: 136px;
	width: auto;
	margin: 0 10px 0 0;
	font-size: 12px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.widget .head {
	clear: both;
	width: 100%;
}
.widget .head h3 {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 5px;
	padding: 0;
	width: 80%;
	height: 1%;
	float: left;
	clear: both;
	color: #444;
}
.widget .settings {
	display: block;
	width:16px;
	height: 16px;
	font-size: 11px;
	text-indent: -9999px;
	background: transparent url(/images/n/settings-ico.png) no-repeat;
	float: right;
	margin: 3px 2px 0 0;
	opacity: .5;
}
.widget .settings:hover {
	opacity:1;
}
.widget .body {
	padding: 0 5px 5px 5px;
}

.widget table, #content .widget table {
	margin: 0;
}

#currencyConverter.widget .line{
	padding: 1px;
}
#currencyConverter.widget .line img {
	position: relative;
	top: 3px;
}
#currencyConverter.widget .line input {
	text-align: right;
	width: 120px;
}
#currencyValues.widget table {
	font-size: 12px;
	min-width: 10px;
}
#currencyValues.widget table td {
	font-weight: bold;
	padding: 3px 3px;
}
#currencyValues.widget table .bank {
	overflow: hidden;
	width: 70%;
	white-space: nowrap;
	min-width: 10px;
}
#currencyValues.widget table .bank span {

	font-weight: normal;
	display: block;
	width: 90%
	overflow: hidden;
			min-width: 10px;
}
#currencyValues.widget table th {
	text-align: center;
	font-weight: normal;
	color: #7c7c7c;
}
#creditCalc.widget dl {
	font-size: 11px;
	clear: both;
	height: 25px;
}
#creditCalc.widget dt {
	text-align: right;
	width: 85px;
	float: left;
}
#creditCalc.widget dt label {
	white-space: nowrap;
	line-height: 25px;
	padding: 0 3px 0 0;
}
#creditCalc.widget dd {
	float: left;
}
#creditCalc.widget dd input {
	text-align: right;
}

#creditList.widget table tr:hover td {
	background: #faf9e1;
	
}
#creditList.widget table {
	width: 100%;
}
#creditList.widget table td {
	padding: 0 1px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}
#creditList.widget table td img {
	width: 16px;
	height: 16px;
}


#sidebarWidgets {
	margin: 0 0 30px 0;
}

#sidebarWidgets .widget {
	height: auto;
	float: none;
	margin: 0 0 10px 0;
	background: #f3f5ee;
}

.widget .up {
	color: green;
}
.widget .down {
	color: red;
}



#content {
	clear: both;
	z-index: 1;
}

#currencyDynamics .graph {
	background: #fff;
	border: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
	font-size: 11px;
	padding: 3px 0 0 0;	
}
#currencyDynamics .graph span {
	padding: 0 0 0 3px;
}

#content .main {
	float: left;
	position: relative;
	width: 75%;
	font-size: 14px;
	line-height: 20px;
	z-index: 10;
}
#content .main ul{
	margin: 12px 0 12px 36px;
}
#content .main ul li {
	margin: 0 0 10px 10px;
	list-style-type: square;
	list-style-position: outside;
}
#content .main ol {
	margin: 12px 0 12px 40px;
}
#content .main ol li {
	margin: 0 0 10px 10px;
	list-style-type: decimal;
	list-style-position: outside;
} 

#content .main blockquote {
	margin: 16px 0 16px 30px;
	border-left: 2px solid #d4d3b3;
	background: #faf9e1;
	padding: 8px 20px;
	width: 80%;
	font-size: 12px;
	font-style: italic;
}

#content .main .breadcrumbs {
	margin: 30px 0 16px 30px;
	font-size: 12px;
	color: #666;
}
#content .main .breadcrumbs a {
	font-weight: bold;
	color: #000;
	margin: 0 2px 0 2px;
}
#content .main .breadcrumbs a:hover {
	color: #777;
}
#content .main .intro {
	color: #e56600;
}
#content .main p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 30px 16px 30px;
	max-width: 900px;
}
#content .sidebar {
	float: right;
	width: 240px;
	margin-right:12px;
	z-index: 5;
	position: relative;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 30px 22px 30px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 32px 0 16px 30px;
}

p.meta {
	position: relative;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
p.meta .author {
	float: left;
}
p.meta .author a{
	font-size: 12px;
	background: transparent url(/images/n/user-icon.png) no-repeat;
	padding: 0 0 0 16px;
}

p.meta .date {
	float: left;
	font-size: 12px;
	margin: 0 10px;
}
p.meta .rating {
	display: block;
	float: left;
	font-size: 12px;
	position: relative;
	margin: 0 20px 0 10px;
	padding: 0;
}
.meta .category {
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 16px 0 0;
}
p.meta .rating .buttons {
	position: absolute;
	display: none;
	
	height: 45px;
	width: 14px;
	
	right: -5px;
	top:-12px;
}

p.meta .rating:hover .buttons {
	display: block;
}
p.meta .rating .buttons a.vote_minus {
	bottom: 0;
}

p.meta .rating .buttons a {
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
	color:  #9f9f9f;
	border: 1px solid #9f9f9f;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
p.meta .rating .buttons a:hover {
	color: #666;
	border: 1px solid #666;
}
#content #respond {
	margin: 0 0 0 30px;
}
#content .commentform {
	display: block;
	background: #eee;
	position: relative;
	top:-2px;
	/*border-top:3px solid #ccc;*/
	border:1px solid #999;
	border-top: none;
	margin: 0 20px 0 30px;
	padding: 20px 10px 10px 10px;
}
#content .commentform dl {
	clear: both;
}
#content .commentform dt {
	float: left;
	font-size: 12px;
	padding: 5px 0 0;
	width: 165px;
	text-align: right;
}
#content .commentform label {
	padding: 0 15px 0 0;
}
#content .commentform dd {
	float: left;
	clear: right;
	width: 50%;
}
#content .commentform textarea {
	width: 100%;
	height: 10em;
	padding: 3px;
}
.sendbutton {
	font-size: 14px;
	margin: 10px 0;
}
	

#content .write_comment{
	color: #444;
	background: #eee url(/images/n/plus-icon.png) no-repeat 6px 6px;
	border: 1px solid #999;
	display: block;
	
	width: 150px;
	height: 26px;
	padding: 0 0 0 26px;
	margin: 0 0 0 30px;
	
	line-height: 26px;
	text-decoration: none;
	font-size:12px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

#content .write_comment:hover {
	border: 1px solid #666;
	color: #000;
}
#content #comments {
	margin: 0;
}
#content #comments .meta {
	border: none;
	margin: 0;
	clear: both;
}
#content #comments li {
	clear: both;
	list-style-type: none;
	margin: 0 0 25px 0;
}
#content #comments li p {
	margin: 0 0 5px 40px;
}
#content #comments .rating {
	margin: 0 5px 0 10px;
}
#content #comments .rating .value {
	width:25px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;

	font-size: 10px;
}
#content #comments p.meta .rating:hover .buttons {
	top:-12px;
	right: 5px;
}

#accordion {
	margin: 12px 0 0 30px;
}

#accordion .head {
	margin: 12px 0 6px 0;
	padding: 0 0 0 12px;
	border-bottom: 1px dotted;
	float: left;
	cursor: pointer;
	clear: both;
	background: transparent url(/images/n/accordion_icons.png) no-repeat 0 6px;
}

#accordion .head.selected {
background:transparent url(/images/n/accordion_icons.png) no-repeat 0 -70px;
}
#accordion .head.selected:hover {
	color: #666;
	background: transparent url(/images/n/accordion_icons.png) no-repeat 0 -109px;
}

#accordion .head:hover {
	color: #666;
	background: transparent url(/images/n/accordion_icons.png) no-repeat 0 -32px;
}
#accordion div {
	clear: both;
}
#accordion .tarif {
	margin: 12px 0 0 0;
}
#accordion table.tarif {
	width: 100%;
}
#accordion table.tarif th {
	text-align: center;
	line-height: 14px;
	width: 10%;
	border-bottom: 1px solid #ccc;
}
#accordion table.tarif th.first {
	text-align: left;
	width: 25%;
}
#accordion .tarif .num {
	text-align: center;
}


.post {
	margin: 12px 0 30px 0;
}
.category-title {
	clear: both;
	margin: 40px 0 20px 0;
	height: 1%;
}
.category-title h3{
	float: left;
	margin:7px 0 0 30px;
}
#content .post .description {
	margin: 0 0 0 30px;
	z-index: 1;
}
#content .post .date {
	margin: 0 10px 0 0;
}
#content .post .title {
	font-size: 18px;
}
#content .post .meta {
	border: none;
	margin: 6px 0 0 30px;
	z-index: 2;
}
.post .meta a {
	color: #666;
}
.post .meta a:visited {
	color: #999;
}
.post .meta a:hover {
	color: #999;
}

#content table {
	font-size: 12px;
	margin: 10px 0 20px 30px;
}
#content table th {
	text-align: left;
	padding: 8px 3px;
}
#content table th .pseudo-link {
	color: #000;
}
#content table th .pseudo-link:hover {
	color: #444;
}
#content table tr:hover td {
	background: #faf9e1;

}
#content table th.headerSortUp span{
	padding-right: 12px;
    background-image: url(/images/n/asc-icon.png);   
}
#content table th.headerSortUp, #content table th.headerSortDown{
	border-bottom: 1px solid #769171;
}
#content table th.headerSortDown span{ 
	padding-right: 12px;
    background-image:url(/images/n/desc-icon.png); 
}
th.header span {
	border-bottom: 1px dotted;
	padding-right: 12px;
	background: url(/images/n/sortable-icon.png) no-repeat right;
}
#content table th.header:hover {
	color: #666;
	cursor: pointer;
}
#content table td {
	text-align: left;
	padding: 4px 3px;
	vertical-align: middle;
}
#content table thead th{
	border-bottom: 1px solid #ccc;
	
}



#content .main .related {
	margin: 0 0 30px 33px;
}
#content .main .related li{
	list-style-type: none;
	font-size: 14px;
	color: #666;
	margin: 0 0 16px 0;
}


a.RSS {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(/images/n/rss-icon.png) no-repeat;
	float: left;
	margin: 0 0 0 10px;
}
.pane .head {
	clear: both;
	padding: 0 0 5px 0;
}
.pane h3 {
	font-size: 14px;
	float: left;
	margin: 0;
}
.pane .body {
	clear: both;
}

.pane .more-link {
	color: #666666;
	font-size: 12px;
}
.pane .more-link:hover {
	color: #ff0000;
}
.pane .more-link span {
	text-decoration: none;
}

#mainPanes{
	margin: 20px 0 0 20px;
}
#mainPanes .item {
	float: left;
	width: 25%;
	height: 298px;
}
#mainPanes .item .wrap {
	height: 100%;
	border: 1px solid #ccc;
	margin: 0 12px 0 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
#mainPanes .item h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	
	padding: 4px 5px 10px 12px;
	margin: 187px 0 0;
}
#statisticsPane.item h4 {
	border-top: 5px solid #a7b068;
	margin: 0;
}
#statisticsPane table {
	width: 100%;
}
#currencyPane.item h4 {
	border-top: 5px solid #a8c735;
}
#creditPane.item h4 {
	border-top: 5px solid #70b8b6;
}
#investPane.item h4 {
	border-top: 5px solid #6396b2;

}
#mainPanes .item h4 a{
	color: #111;
}
	
#mainPanes .item h4 a:hover {
	color: #ff6600;
}
#mainPanes .item h4 img {
	display: block;
	margin: 0 0 -10px 0;
	width: 90%;
}
#mainPanes .item p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 20px 0 12px;
	margin: 0;
}
#mainPanes .item h4 i {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 202px;
	cursor: pointer;
}

#investPane .wrap{
	background: #dae5ec url(/images/n/investCalc-bg.png) repeat-x top center;
}
#investPane.item h4 i {
	background: transparent url(/images/n/investCalc-icon.png) no-repeat center;
}

#creditPane .wrap{
	background: #dfefee url(/images/n/creditCalc-bg.png) repeat-x top center;
}
#creditPane.item h4 i {
	background: transparent url(/images/n/creditCalc-icon.png) no-repeat center;
}

#currencyPane .wrap{
	background: #edf3d4 url(/images/n/currencies-bg.png) repeat-x top center;
}
#currencyPane.item h4 i {
	background: transparent url(/images/n/currencies-icon.png) no-repeat center 30px;
}


#statisticsPane .wrap{
	background: #f6f7f1;
}

#statisticsPane .widget {
	height: 182px;
	margin: 2px 3px 0 3px;
	-moz-border-radius: 0;
	background: none;
	border: none;
}
#statisticsPane .widget .head {
	position: relative;
	padding: 0;
	bottom: -1px;

}
#statisticsPane .widget .body {
	background: #fff;
	border: 1px solid #ccc;
}
#statisticsPane .widget .showAll {
	margin: 0 0 0 12px;
	font-size: 11px;
	line-height: 16px;
}
#statisticsPane .widget .head h3 {
	width: auto;
	margin: 0;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
#statisticsPane .widget .control a {
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
#statisticsPane .widget .control a span {
	border-bottom: 1px dotted;
}
#statisticsPane .widget .control {
	float: left;
	clear: right;
	margin: 0;
	height: 24px;
	font-size: 12px;
}
#statisticsPane .widget .control a.current {
	background: #fff;
	
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #222;
	font-weight: bold;
	cursor: default;
}
#statisticsPane .widget .control a.current span {
	border-bottom: none;
}
#statisticsPane .widget .control .current:hover {
	color: #222;
}
#statisticsPane .widget .control a.current:visited {
	color: #222;
}
#statisticsPane .widget .control a:visited {
	color: #1A3DC1;
}
#statisticsPane .widget .control a:hover {
	color: #cc0000;
}

#statisticsPane table th, #statisticsPane table td  {
	text-align: center;
}
#statisticsPane .widget p {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 3px 0 3px;
}

#content .widget table th {
	padding: 4px 3px;
}
#content .widget table td {
	padding: 4px 3px;
}

#paneHolder {
	margin: 40px 0 40px 20px;
	clear: both;
	position: relative;
}

#paneHolder .pane {
	position: relative;
	float: left;
	width: 33%;
}
#paneHolder .pane ul {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	margin: 3px 0 0 0;
}
#paneHolder .pane ul li {
	position: relative;
	margin: 0 0 16px;
	color: #666;
	list-style-type: none;
}

#paneHolder .pane .info {
	display: none;
	width: 310px;
	background: #f6f6f6;
	border: 1px solid #b7b7b7;
	color: #222;
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
	left:40px;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
}
#paneHolder .pane .info p {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
}
#paneHolder .pane .head {
	border-bottom: 1px solid #ccc;
	width: 90%;
}
#paneHolder .pane .body {
	padding: 0 20px 0 0;
}
#paneHolder .pane .info .author {
	color: #666;
	float: left;
	margin: 5px 0 0 0;
}
#paneHolder .pane .info .comments {
	float: right;
	margin: 5px 0 0 0;
}




/* banks list */



.bankalph {
	font-size: 14px;
	margin: 12px 0 0 0;
	text-align: center;
	width: 40px;
	float: left;
	clear: left;
}
.banklist {
	margin: 6px 0 24px 42px;
	padding: 12px 0 0 0;
	border-top: 2px solid #ccc;
	clear: right;
	height: 1%;
}

.banklist .item {
	float: left;
	width: 33%;
	height: 55px;
	zoom: 1;
	margin: 0 0 12px 0;
}
.banklist .item dt {
	padding: 0 12px 0 0;
	font-size: 13px;
	line-height: 16px;
}
.banklist .bankurl {
	font-size: 12px;
	color: #999;
}
.zao {
	color:#999;
	font-weight:normal;
	text-decoration: none;
	position: relative;
	left: -2px;
	padding: 0 0 0 2px;
	background: #fff;
}

.banklist .item .commentsNumber {
	font-size: 11px;
	color: #666;
}



#content table.calc {
	width: 100%;
}
#depFormCommit, #depFormReset{
	width: auto;
}
#selectBank {
	border-top: 1px solid #ccc;
}
#content table.calc td {
	height: 40px;
}
#content table.calc tr:hover td {
	background: #fff;

}
#depCalcDiv dl {
	clear: both;
	margin: 12px 0 0 0;
}

#depCalcDiv dt {
	float: left;
	width: 160px;
}

#depCalcDiv dd {
	float: left;
} 





.advertising {
	width: 240px;
	margin: 0 auto 30px auto;
	position: relative;
	
}
.advertising small{
	display: block;
	font-size: 11px;
	color: #ccc;
	position: absolute;
	top:3px;
	right: 0;
}



#foot {
	position: relative;
	height: 1%;
	clear: both;
	background: #f9f7ef url(/images/n/foot-bg.png) repeat-x;
	padding: 15px 0 25px 0;
}

#foot .menu {
	margin: 0 0 0 15px;
	clear: both;
}

#foot .menu li {
	float: left;
	font-size: 12px;
	border-right: 1px solid #ccc;
	margin: 0 0 5px 0;
}
#foot .menu li a {
	padding: 10px;
}
#foot .menu li.last {
	border-right: none;
}

#foot .copyright {
	clear: both;
	color: #666;
	font-size: 12px;
	margin: 20px 0 0 25px;
}

#searchForm {
	display: block;
	zoom: 1;
	float: right;
	width: 200px;
	position: relative;
	margin: 0 20px 0 0;
}
#searchForm #s {
	line-height: 14px;
	padding: 2px;
	font-size: 12px;width: 200px;
}

#searchForm #s.empty {
	color: #777;
}

.hidden {display:none;}
.clr, br {clear:both;}


#head:after, #content:after, .widget .head:after, #main-menu ul:after, .pane .head:after, #searchForm:after, #hotNews .head:after, .banklist:after, #accordion .head:after,.category-title:after {
	content:".";
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	visibility:hidden;
}


#sign_in_div {
	position:absolute; 
	top:95px; right:20px; 
	width:358px; 
	display:none; 
	BACKGROUND: #345796; 
	BORDER: #000 1px solid; 
	color: #333; 
	padding: 10px;
	font-size: 12px;
	z-index:999;
}
#sign_in_div INPUT {BORDER: #8e8e8e 1px solid;  width: 190px;height: 25px;font-size: 18px;}
#sign_in_div INPUT.button2 {
	BORDER: 0; 
	PADDING: 0; 
	FONT-WEIGHT: normal; 
	BACKGROUND: url(/images/bg_btnred2.gif); 
	WIDTH: 89px; 
	height: 22px;
	CURSOR: pointer; 
	COLOR: #ffffff; 
	FONT-SIZE: 100%; 
}
#sign_in_div H1 {color: #fff;}
#sign_in_div A {background: none;}
#sign_in_div TABLE TD {padding: 2px 0 2px 0;}

.signblocktop {background: url(/images/auth1.gif) no-repeat; width: 358px;height:10px;}
.signblockbot {background: url(/images/auth2.gif) no-repeat; width: 358px;height:10px;}
.signblocktxt {background: #fff; width: 358px;}
.signblocktxt DIV {padding: 0 20px 0 20px;}

.closebtn {float: right; padding: 0px; margin: 0px 0px 0 0;}
.comments-list {
	padding-left: 30px;
}

.comments-list span.body {
	font-family:Verdana;
	font-size: 110%;
}


