@charset "utf-8";
/* Standard stylesheet (whatsnew)
	Copyright (C) 2006 Sofrosune http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version:1.00, May 31, 2006.
*/

/* top,right,bottom,left */
/* top/bottom, right/left */

.dummy {}

/* === newsbox style === */

.newsbox {
/*	border:1px solid #a9a9a9;*/
	background-color: #ffffff;
}

.newsbox .news_title {
	height:20px;
	color:#0022cc;
	font-weight:bold;
	font-size:12px;
	padding: 2px 5px 1px 10px;
	background-color:#d8e4f0;
/*	border-bottom: 1px solid #a9a9a9;*/
}

.newsbox .news_head {
}

.newsbox .news_body0 {
	border:1px solid #a9a9a9;
	padding: 8px 0px 8px 5px;
/*	border-left: 1px solid #cccccc;*/
/*	border-right: 1px solid #cccccc;*/
}

.newsbox .news_body {
	border:1px solid #a9a9a9;
	padding: 8px 0px 8px 5px;
/*	border-left: 1px solid #cccccc;*/
/*	border-right: 1px solid #cccccc;*/
}

.newsbox .news_topic {
	padding: 8px 5px 8px 5px;
/*	border-left: 1px solid #cccccc;*/
/*	border-right: 1px solid #cccccc;*/
}

.newsbox .news_foot {
	font-size:12px;
	line-height:12px;
	padding: 2px 4px 2px 4px;
/*	border-top: 1px solid #cccccc;*/
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #f7faff;
}

.newsbox .news_foot a {
	font-size:11px;
/*	line-height:11px;*/
}

.newsbox .news_foot a.prev {
	font-size:11px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("images/news/bull-sq3-red-left.png");
}

.newsbox .news_foot a.next {
	font-size:11px;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("images/news/bull-sq3-red-right.png");
}

.newsbox .news_date {
	font-size:12px;
	line-height:12px;
	padding: 2px 2px 2px 12px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/news/arrow10r.png");
}

.newsbox .news_type {
}

.newsbox .news_type_all {
	background: no-repeat center top url("images/news/info-16x16.png");
}

.newsbox .news_type_date {
	background: no-repeat center top url("images/news/drop-news-date.png");
}

.newsbox .news_type_info {
	background: no-repeat center top url("images/news/drop-news-info.png");
}

.newsbox .news_type_prod {
	background: no-repeat center top url("images/news/drop-news-prod.png");
}

.newsbox .news_type_home {
	background: no-repeat center top url("images/news/drop-news-info.png");
}

.newsbox .news_type_member {
	background: no-repeat center top url("images/news/drop-news-info.png");
}

.newsbox .news_type_stat {
	background: no-repeat center top url("images/news/drop-news-date.png");
}

.newsbox .news_subject {
	font-size:12px;
	line-height:12px;
	padding: 2px 2px 2px 2px;
}

.newsbox .news_sepa {
	height: 4px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("images/news/sepa-2x640.png");
}

/* end of style */
