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;
  font-family:Arial,Verdana,Tahoma,san-serif;
}
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;
}

#container{
  width:1000px;
  height:100%;
  margin: 0 auto;
  clear:both;
  background-color: #fff;
}

.unshow {
  display:none;
}

.clear {
  clear:both;
  font-size:0px;
  height:0px;
}


/*               header                  */

#header {
  width:1000px;
  clear: both;
}

#header .head-up{
  width:1000px;
  height:1px;
  border-bottom: 3px #cc0000 solid;
 /* background: url(images/h_all.gif) no-repeat  0 0;*/
}

#header .head-main {
  margin:5px 0;
}

#header .head-main .logo {
  width: 437px;
  height:85px;
  margin:5px 0 0 5px;
  float:left;
  background: url(images/logo.gif) no-repeat  0 0;
}

#header .head-main .find-block {
  width:400px;
  height:100px;
  float:right;
}

#header .head-main .find-block ul{
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  clear:both;
  height:25px;
  padding-top:3px;
}

#header .head-main .find-block ul li{
  list-style-type:none;
  float:left;
}

#header .head-main .find-block ul li a {
  color:#c00;
  float:left;
  display:block;
  font-family:Arial;
  font-size:13px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  padding:3px 10px;
  text-decoration:none;
}

#header .head-main .find-block ul li a:hover {
  background-color:#c00;
  color:#fff;
}

#header .head-main .find-block .find {
  padding:10px 0;
}


#header .head-main .find-block .find-input {
  float:left;
  height:22px;
  width:210px;
  border:1px solid #ddd;
  padding:1px;
}

#header .head-main .find-block .sub {
  float:left;
  margin:2px 0 0 10px;
  height:22px;
  width:69px;
  border:0px none;
}



#header .head-main .date-now {
  width: 300px;
  height:15px;
  margin-left:5px;
  clear:left;
}

#header .head-main .menu {
  width:1000px;
  height:66px;
  clear:both;
  margin-top:10px;
  background: url(images/h_all.gif) no-repeat 0 -22px;
  border-bottom:3px solid #c00;
}

#header .head-main .menu ul {
  list-style-type:none;
  margin:0 0 0 3px;
  padding:0;
  height:66px;
  clear:both;
  display:block;
}

#header .head-main .menu ul li {
  display:block;
  float:left;
  position:relative;
  height:33px;
}

#header .head-main .menu ul li a{
  color:#404040;
  display:block;
  font-family:Arial;
  font-size:13px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  padding:9px 22px 8px;
  text-decoration:none;
}

#header .head-main .menu ul li a:hover {
  background:#c00 none repeat scroll 0 0;
  color:#fff;
}
#header .head-main .menu ul li a:hover {
  background:#c00 none repeat scroll 0 0;
  color:#fff;
}

/*               content                  */

#content {
  width:1000px;
  margin-top:5px;
  border-top:8px solid #c00;
  clear: both;
}

/** block - HOT **/
#content .block-hot {
  width:650px;
  float:left;
  clear:left;
  margin: 0 0 10px;
}

/* nopolitics */
#content .block-hot.nopol {
  width:1000px;
  clear:both;
  float:left;
}

#content .block-hot.nopol .nopol-text {
  width:189px;
  float:left;
  padding:5px;
  background-color:#f9f9ae;
  border-right:1px solid #aaa;
  height:250px;
}

#content .block-hot.nopol .nopol-text a img {
  background-color:#f9f9ae;
  border:1px solid #ccc;
  float:right;
  margin-left:5px;
  padding:5px;
  width:80px;
}

#content .block-hot.nopol .nopol-text a {
  color:#C00;
  font-family:Arial Black,san-serif;
  font-size:12px;
  font-weight:normal;
  line-height:140%;
  text-decoration:none;
}

#content .block-hot.nopol .nopol-text .more {
  margin-top:5px;
}

#content .block-hot.nopol .nopol-text .more a {
  color:#000;
  font-size:11px;
  line-height:140%;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
}

#content .block-hot.nopol .nopol-text .date {
  color:#333;
  font-size:11px;
  padding:2px 10px;
}

#content .block-hot .caption {
  background-color: #eee;
  color: #c00;
  margin:10px 0px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}

#content .block-hot .caption.krizis {
  background-color:#c00;
  color:#000;
  padding:10px 0 10px 10px;
  border-bottom:1px solid #333;
  margin-bottom:0px;
  width:638px;
}

#content .block-hot .text {
  width:650px;
  height:280px;
  padding:0;
  background-color: #000;
  clear:both;
}

#content .block-hot .text a img {
  margin:0 20px 0 0;
  float:left;
}

#content .block-hot .text div.title {
  padding: 10px;
}

#content .block-hot .text div.title a{
  color:#c00;
  font-family:Arial Black,san-serif;
  font-size:15px;
  font-weight:normal;
  line-height:140%;
  text-decoration:none;
}

#content .block-hot .text div.date {
  color:#B5B5B5;
  font-size:11px;
  padding:5px;
}

#content .block-hot .text div.link {
  padding:10px;
}

#content .block-hot .text div.link a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  line-height:140%;
}

#content .block-hot .text div.more {
  padding:10px;
}

#content .block-hot .text div.more a{
  color:#c00;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:11px;
  font-weight:bold;
}

#content .block-hot .text div.more a img{
  margin-right: 5px;
  width:12px;
  height:12px;
}

/** block - TOP **/
#content .block-top {
  width:335px;
  float:right;
  clear:right;
  margin:10px 0;
  background-color:#eee;
}

#content .block-top .caption {
  background-color: #eee;
  color: #c00;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}



#content .block-top .items {
/*  width:325px;*/
  margin:0 5px 10px;
  background-color:#fff;
  clear:both;
}

#content .block-top .items .item {
  clear:both;
/*  width:315px;*/
  padding:5px;
  margin-bottom:5px;
}

#content .block-top .items .item.hr {
  clear:both;
/*  width:315px;*/
  padding:5px 5px 10px;
  margin-bottom:5px;
  border-bottom:1px solid #eee;
}

#content .block-top .items .item img {
  background-color: #fff;
  float:left;
  width:100px;
  padding:5px;
  border:1px solid #ddd;
  margin-right:10px;
}

#content .block-top.krizis,
#content .block-top.krizis .items,
#content .block-top.krizis .caption,
#content .block-top.krizis .items .item img,
#content .block-top.krizis .items .item {
  background-color:#000;
}

#content .block-top.krizis .items .item.hr {
  border-bottom:1px solid #999;
}

#content .block-top.krizis .items .item img {
  border:1px solid #333;
}


#content .block-top .items .item div.more {
  padding:10px;
}

#content .block-top .items .item div.more a{
  color:#000;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
  line-height:140%;
}
#content .block-top.krizis .items .item div.more a {
  color:#C00;
}

#content .block-top .items .item div.more a:hover {
  text-decoration:underline;
}

#content .block-top .items .item div.more a img{
  margin:3px 5px 0 0;
  width:12px;
  height:12px;
  padding:0;
  border:0px;
}

#content .block-top .items .item div.date {
  color:#666;
  font-size:11px;
  padding:5px 5px 5px 120px;
}

#content .block-top.krizis .items .item div.date {
  color:#999;
}

/** block - INFORM **/

#content .block-inform {
  width:335px;
  float:right;
  clear:right;
  margin:10px 0;
  background-color:#eee;
}

#content .block-inform .caption {
  background-color: #eee;
  color: #c00;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}

#content .block-inform .items {
/*  width:325px;*/
  margin:0 5px 10px;
  background-color:#fff;
  clear:both;
}

#content .block-inform.rate .items {
  background-color:#dcebf4;
}

#content .block-inform .items .item {
  clear:both;
/*  width:315px;*/
  padding:5px;
  margin-bottom:5px;
}

#content .block-inform .items .item.hr {
  clear:both;
/*  width:315px;*/
  padding:5px 5px 10px;
  margin-bottom:5px;
  border-bottom:1px solid #eee;
}

#content .block-inform.krizis .items .item.hr {
  border-bottom:1px solid #999;
}

#content .block-inform .items .item img {
  background-color: #fff;
  float:right;
  width:45px;
  padding:5px;
  border:1px solid #ddd;
  margin-right:10px;
}

#content .block-inform.rate .items .item img {
  background-color:#dcebf4;
  border:1px solid #999;
}

#content .block-inform .items .item div.more {
  padding:10px;
}

#content .block-inform .items .item div.more a{
  color:#000;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
  line-height:140%;
}

#content .block-inform.krizis,
#content .block-inform.krizis .caption,
#content .block-inform.krizis .items,
#content .block-inform.krizis .items .item img {
  background-color:#000;
}

#content .block-inform.krizis .items .item img {
  border:1px solid #333;
}

#content .block-inform.krizis .items .item div.more a{
  color:#eee;
}

#content .block-inform .items .item div.more a:hover {
  text-decoration:underline;
}

#content .block-inform .items .item div.more a img{
  margin:3px 5px 0 0;
  width:12px;
  height:12px;
  padding:0;
  border:0px;
  float:left;
}

#content .block-inform .items .item span.date {
  color:#666;
  font-size:11px;
  padding:5px 0;
}

#content .block-inform.krizis .items .item span.date {
  color:#999;
}

/** block - MAIN **/
#content .block-main {
  width:650px;
  float:left;
  clear:left;
  margin: 0 0 10px;
}

#content .block-main .items {
  width:650px;
  margin:0;
  background-color:#fff;
  clear:both;
}

#content .block-main .items .item.l {
  float:left;
  clear:left;
  width:310px;
  padding:5px;
  margin:0 2px 5px 0;
  border:1px solid #eee;
}

#content .block-main .items .item.r {
  width:310px;
  padding:5px;
  margin:0 0 5px 2px;
  border:1px solid #eee;
  float:right;
  clear:right;
}

#content .block-main .items .item .preview {
  min-height:300px;
}

#content .block-main .items .item img {
  background-color: #fff;
  float:right;
  width:100px;
  padding:5px;
  border:1px solid #ddd;
  margin-left:10px;
}

#content .block-main .items .item div.more {
  padding:10px;
}

#content .block-main .items .item div.more a{
  color:#000;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
  line-height:140%;
}

#content .block-main .items .item div.more a:hover {
  text-decoration:underline;
}

#content .block-main .items .item div.more a img{
  margin:3px 5px 0 0;
  width:12px;
  height:12px;
  padding:0;
  border:0px;
  float:left;
}

#content .block-main .items .item div.date {
  color:#666;
  font-size:11px;
  padding:0 10px;
}

#content .block-main .items .item div.title {
  padding: 10px;
}

#content .block-main .items .item div.title a{
  color:#c00;
  font-family:Arial Black,san-serif;
  font-size:15px;
  font-weight:normal;
  line-height:140%;
  text-decoration:none;
}

#content .block-main .items .item .info {
  width:300px;
  height:17px;
  padding:2px 5px 4px;
  text-align:right;
  clear:both;
  background-color:#eee;
}

#content .block-main .items .item .info a {
  color:#000;
  font-size:12px;
  text-decoration:none;
  line-height:15px;
}
#content .block-main .items .item .info a img{
  float:none;
  margin:2px 0 0 0;
  width:14px;
  height:14px;
  background: transparent;
  padding:0px;
  border:0px;
}

/** block - LAST **/
#content .block-last {
  width:650px;
  float:left;
  clear:left;
  margin:10px 0;
  background-color:#eee;
}

#content .block-last.krizis {
  background-color:#000;
}

#content .block-last .caption {
  background-color: #eee;
  color: #c00;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}

#content .block-last.krizis .caption {
  background-color: #000;
}

#content .block-last .navigation_all {
  clear:both;
  padding:5px 0;
  margin:0px;
  background-color: #fff;
}

#content .block-last.krizis .navigation_all {
  background-color:#000;
}

#content .block-last.nopol .navigation_all {
  background-color:#f9f9ae;
}

#content .block-last .navigation_all center a, #content .navigation_all center, #content .navigation_all center a{
  color:#c00;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

#content .block-last .items {
  width:640px;
  margin:0 5px 10px;
  background-color:#fff;
  clear:both;
}

#content .block-last.krizis .items {
  background-color:#000;
}

#content .block-last.nopol .items {
  background-color:#f9f9ae;
}


#content .block-last .items .item {
  clear:both;
/*  width:630px;*/
  padding:5px;
  margin-bottom:5px;
}

#content .block-last .items .item.hr {
  clear:both;
  width:630px;
  padding:5px 5px 10px;
  margin-bottom:5px;
  border-bottom:1px solid #eee;
}

#content .block-last.krizis .items .item.hr {
  background-color:#000;
  border-bottom:1px solid #999;
}

#content .block-last .items .item div.title {
  padding:0px 10px 5px;
}

#content .block-last .items .item div.title a{
  color:#c00;
  font-size:12px;
  font-weight:normal;
  line-height:140%;
  text-decoration:none;
}

#content .block-last .items .item div.title a:hover {
  text-decoration:underline;
}

#content .block-last .items .item div.title img{
  width:12px;
  height:12px;
  border:0px;
  margin:0 5px 0 0;
  padding:3px 0px 0px;
}

#content .block-last .items .item img {
  background-color: #fff;
  float:left;
  width:100px;
  padding:5px;
  border:1px solid #ddd;
  margin-right:10px;
}

#content .block-last.krizis .items .item img {
  background-color:#000;
  border:1px solid #333;
}

#content .block-last .items .item.tv {
  margin:0px;
  padding:15px;
}

#content .block-last .items .item.tv img {
  width:12px;
  height:12px;
  margin-right:10px;
  border:0px none;
  padding:0px;
}

#content .block-last .items .item.tv a {
  color:#C00;
}


#content .block-last .items .item div.more {
  padding:10px;
}

#content .block-last .items .item div.more p{
  font-size:12px;
  line-height:140%;
}

#content .block-last .items .item div.more a{
  color:#000;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
  line-height:140%;
}

#content .block-last.krizis .items .item div.more a{
  color:#eee;
}

#content .block-last .items .item div.more a:hover {
  text-decoration:underline;
}

#content .block-last .items .item div.more a img{
  margin:3px 5px 0 0;
  width:12px;
  height:12px;
  padding:0;
  border:0px;
}

#content .block-last .items .item div.date {
  color:#666;
  font-size:11px;
  padding:0px 5px;
}

/** block - DETAIL **/
#content .block-detail {
  width:650px;
  float:left;
  clear:left;
  margin:10px 0;
  background-color:#eee;
}

#content .block-detail.krizis {
  background-color:#000;
}

#content .block-detail .caption {
  background-color: #eee;
  color: #c00;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}

#content .block-detail.krizis .caption,
#content .block-detail.krizis .caption a {
  background-color:#000;
}

#content .block-detail .caption a {
  background-color: #eee;
  color: #c00;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}


#content .block-detail .preview {
  width:640px;
  margin:0 5px 10px;
  background-color:#fff;
  clear:both;
}

#content .block-detail.krizis .preview {
  background-color:#000;
}

#content .block-detail.nopol .preview {
  background-color:#f9f9ae;
}

#content .block-detail .preview div.title {
  padding:10px 5px 10px;
  color:#000;
  font-size:14px;
  font-weight:700;
  line-height:140%;
  text-decoration:none;
}

#content .block-detail.krizis .preview div.title {
  color:#eee;
  background-color:#000;
}

#content .block-detail .preview img {
  background-color: #fff;
  float:left;
  margin:0px 10px 5px 10px;
}

#content .block-detail .preview div.text{
  padding:10px;
  color:#000;
  font-size:12px;
  line-height:140%;
  padding:5px 10px;
}

.text *{  font-size:12px;
  line-height:140%;}

#content .block-detail .preview div.text p {
  margin:0px 0px 10px;
}

#content .block-detail .preview div.text a{
  color:#000;
  text-decoration:none;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
  line-height:140%;
}

#content .block-detail.krizis .preview div.text,
#content .block-detail.krizis .preview div.text a {
  color:#eee;
}

#content .block-detail .preview div.text a:hover {
  text-decoration:underline;
}

#content .block-detail .preview div.date {
  color:#666;
  font-size:11px;
  padding:0px 5px;
}

/** block - Comments **/
#content .block-comments {
  width:650px;
  float:left;
  clear:left;
  margin:10px 0;
  background-color:#eee;
}

#content .block-comments .caption {
  background-color: #eee;
  color: #c00;
  padding: 10px 15px;
  font-size: 15px;
  font-weight:normal;
  line-height:110%;
  font-family:Arial Black,san-serif;
}

#content .block-comments .items {
  width:640px;
  margin:0 5px 10px;
  background-color:#fff;
  clear:both;
}

#content .block-comments .items .item {
  clear:both;
  width:630px;
  padding:5px;
  margin-bottom:5px;
}

#content .block-comments .items .item.hr {
  clear:both;
  width:630px;
  padding:5px 5px 10px;
  margin-bottom:5px;
  border-bottom:1px solid #eee;
}

#content .block-comments .items .item div.author {
  padding:0px 5px 2px;
  color:#000;
  font-size:10px;
  font-weight:normal;
}

#content .block-comments .items .item div.author b{
  color:#c00;
  font-size:10px;
  line-height:140%;
  text-decoration:none;
}

.block-comments .items .item div.date {
  color:#000;
  font-size:10px;
  padding:0px 5px;
}

.block-comments .items .item div.comment {
  font-size:12px;
  color:#000;
  line-height:140%;
  padding:5px;
}

.block-comments div.add {
  width:640px;
  margin:5px 5px 10px;
  background-color: #fff;
}

.block-comments div.add form{
  padding:10px;
}

.block-comments div.add label {
  width:150px;
  text-align:left;
  display:block;
  float:left;
  clear:left;
  padding:5px 0 5px 10px;
}

.block-comments div.add input {
  width:150px;
  display:block;
  float:left;
}

.block-comments div.add textarea {
  width:350px;
  height:120px;
}

.block-comments div.add img, button {
  float:left;
}

.block-comments div.add .submit {
  margin:5px 10px 10px 10px;
  float:left;
  clear:both;
  border-color:#404040;
  border-style:solid;
  border-width:1px;
}







/*               footer                  */

#footer {
  width:980px;
  height: 40px;
  background-color: #eee;
  clear: both;
  padding: 10px;
  margin: 20px 0;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:12px;
}

#footer a{
  color: #c00;
  text-decoration:none;
}

#footer .foot1 {
  color:#404040;
}

#footer .foot2 {
  color:#c00;
}

.bnr {
 text-align:center;
 vertical-align:middle;
 background-color:#fff;
 padding:0px 0 10px;
}

.content.krizis .bnr {
  background-color:#000;
}

.content .photoset .block_photoset{
width:600px;
float:left;
}
.content .photoset .item_photoset {
float:left;
margin:5px 1px 5px 0pt;
padding:5px 5px;
width:180px;
}
.content .photoset .item_photoset .title h3,
 .content .photoset .item_photoset .title a,
 .content .sections .allnews .title h3,
 .content .sections_public .allnews .title h3,
 .content .sections .allnews .title a,
 .content .sections_public .allnews .title a,
 .content .sections .preview .title h3,
 .content .sections .preview .title a,
 .content .news_detail .last .preview .title h3,
 .content .news_detail .last .preview .title a,
 .content .news_detail .hot .preview .title h3,
 .content .news_detail .hot .preview .title a,
 .content .news_detail .current .preview .title h3,
 .content .news_detail .current .preview .title a,
 .content .news .current .preview .title a {
color:#900;
font-size:13px;
font-weight:700;
line-height:140%;
text-decoration:none;
}
.content .photoset .item_photoset .text,
.content .sections .allnews .text,
.content .sections_public .allnews .text,
.content .sections .preview .text {
color:#393939;
letter-spacing:1px;
line-height:140%;
margin:3px 0pt;
}
.content .photoset .item_photoset .detail a {
color:#003366;
float:right;
margin-bottom:10px;
padding-right:10px;
text-decoration:none;
}
.content .photoset .cleared {
clear:both;
margin:10px;
}
.content .news_detail .photoset .current {
background-color:#FFFFFF;
clear:both;
width:980px;
}
.content .photoset .view {
width:580px;
}
.content .photoset .view .photo {
margin:20px auto;
text-align:center;
width:600px;
}
.content .photoset .view .text {
margin:20px auto;
padding:10px;
text-align:center;
width:600px;
}
.content .photoset .view .list_photo{
margin:20px 0;
clear: both;
width:580px;
}
.content .photoset .view .list_photo .photo_item{
width:165px;
height:110px;
float:left;
padding:10px 10px;
text-align:center;
}
.content .navigation_all .curr a {
background-color:#F0F0F0;
color:#000;
font-size:12px;
line-height:130%;
margin:0pt 1px;
padding:3px 5px;
text-decoration:underline;
width:10px;
}
.content .navigation_all .num a {
color:#900;
font-size:12px;
line-height:130%;
margin:0pt 1px;
padding:3px 5px;
width:10px;
}
.content .navigation_all .num a:visited {
color:#609;
}
.content .news_detail .photoset_detail h3,
.content .photoset .item_photoset .text p,
.content .sections .allnews .text p,
.content .sections .allnews h3,
.content .sections_public .allnews .text p,
.content .sections_public .allnews h3,
.content .sections .preview .text p,
.content .sections .preview h3,
.content .news_detail .last .preview h3,
.content .news_detail .hot .preview h3,
.content .news_detail .current .all_content h3,
.content .news_detail .current .preview h3,
.content .news .current .preview h3 {
margin:0;
}
.content .news_detail .photoset_detail {
background-color:#fff;
margin-bottom:10px;
padding:20px 10px 10px;
position:relative;
width:580px;
clear:both;
}
.content .news_detail .photoset_detail .main_photo,
.content .photoset .item_photoset img,
.content .sections .allnews img,
.content .sections_public .allnews img,
.content .sections .preview img,
.content .news_detail .last .preview img,
.content .news_detail .hot .preview img,
.content .news_detail .current .all_content .main_photo,
.content .news_detail .current .preview img {
border:4px solid #E0E0E0;
float:left;
margin:0pt 10px 3px 0pt;
}
.content .news_detail .photoset_detail .date,
.content .photoset .item_photoset .date,
.content .sections .allnews .date,
.content .sections_public .allnews .date,
.content .sections .preview .date,
.content .news_detail .top .item .preview .date,
.content .news_detail .last .preview .date,
.content .news_detail .hot .preview .date,
.content .news_detail .current .all_content .date,
.content .news_detail .current .preview .date,
.content .news-list .item .date,
.content .news .top .item .preview .date,
.content .news .current .preview .date {
font-size:11px;
letter-spacing:1px;
line-height:140%;
}
.content .news_detail .photoset_detail .date a, .content .news_detail .current .all_content .date a {
border-bottom:1px dashed #888;
text-decoration:none;
color:#222;
}
.content .news_detail .photoset_detail .title h3, .content .news_detail .photoset_detail .title a, .content .news_detail .current .all_content .title h3, .content .news_detail .current .all_content .title a {
color:#c00;
font-size:15px;
font-weight:700;
line-height:140%;
text-decoration:none;
}
.content .news_detail .photoset_detail .text, .content .news_detail .last .preview .text, .content .news_detail .hot .preview .text, .content .news_detail .current .all_content .text, .content .news_detail .current .preview .text, .content .news .current .preview .text {
color:#393939;
letter-spacing:1px;
line-height:140%;
margin:10px 0pt;
}
.photoset_detail .text p {
font-size:0.8em;
line-height:140%;
}
.photoset_detail .link {
color:#222;
font-size:0.8em;
}

.content .news_detail .photoset_detail .detail p,
.content .photoset .item_photoset .detail p,
.content .sections .allnews .detail p,
.content .sections_public .allnews .detail p,
.content .sections .preview .detail p,
.content .news_detail .last .preview .detail p,
.content .news_detail .hot .preview .detail p,
.content .news_detail .current .all_content .detail p,
.content .news_detail .current .preview .detail p {
color:#393939;
font-size:12px;
letter-spacing:1px;
line-height:130%;
}
.content .news_detail .photoset_detail .detail a, .content .news_detail .last .preview .detail a, .content .news_detail .hot .preview .detail a, .content .news_detail .current .preview .detail a, .content .news .current .preview .detail a {
color:#036;
float:right;
text-decoration:none;
}
.content .news_detail .current .all_content .detail a{
color:#036;
text-decoration:none;
}

.content .search {
  background-color:#eee;
  padding:20px;
  clear:left;
  float:left;
  margin:10px 0;
  width:610px;
}

.content .search .title {
  padding-right:10px;
  font-size:13px;
}

.content .search .words {
  width:300px;
}

.content.krizis {
  background-color:#000;
}

#content .krizis-text {
  width:205px;
  padding:10px 5px;
  height:270px;
  background-color:#000;
  color:#fff;
  float:left;
  border-right:1px solid #333;
}

#content .krizis-text .date {
  color:#999;
  font-size:11px;
  padding:2px 10px;
}

#content .krizis-text a {
  color:#CC0000;
  font-family:Arial Black,san-serif;
  font-size:12px;
  font-weight:normal;
  line-height:140%;
  text-decoration:none;
}

#content .krizis-text .more a {
  color:#fff;
  font-family:Arial,Verdana,Tahoma,san-serif;
  font-size:11px;
  line-height:140%;
  text-decoration:none;
}

#content .krizis-text .more a:hover {
  text-decoration:underline;
}

#content .krizis-text img {
  background-color:#000;
  border:1px solid #333;
  float:right;
  margin-left:5px;
  padding:5px;
  width:80px;
}

#MarketGid6464{
}