@charset "utf-8";
/* stylesheet (shownews)
	Copyright (C) 2008 Sofrosune; 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, October 13, 2008
	Usage:
	<link type="text/css" rel="styleSheet" href="../style/shownews.css" />
*/

/* === shownews syle === */
.shownews_base {
}

/* === sidebar syle === */
.shownews_sidebar {
	overflow:hidden;
	padding:0px 0px;
	font-size:12px;
	line-height:1.0;
}

.shownews_sidebar ul {
	margin:0px 0px;
	padding:0px 0px;
}

.shownews_sidebar ul li {
	margin:0px 0px;
	padding:2px 0px 2px 8px;
	/*list-style-image:url(images/news/bull-sq3-red.png);*/
	list-style:none;
	background:left 2px no-repeat url(images/news/bull-sq3-blue.png);
	border-bottom:2px dotted #c0c0c0;
	font-family:sans-serif;
	font-size:12px;
	line-height:1.0;
	zoom:1;
}

.shownews_sidebar ul.theme_2 li {
	padding:2px 0px 5px 20px;
	background-position:left 5px;
	text-indent:-12px;
	line-height:1.2;
}

/* === listing syle === */
.shownews_listing {
	overflow:hidden;
	padding:0px 0px;
	font-size:12px;
	line-height:1.0;
}

.shownews_listing ul {
	margin:0px 0px;
	padding:0px 0px;
}

.shownews_listing ul li {
	margin:0px 0px;
	padding:2px 0px 2px 8px;
	/*list-style-image:url(images/news/bull-sq3-blue.png);*/
	list-style:none;
	background:left 2px no-repeat url(images/news/bull-sq3-blue.png);
	border-bottom:2px dotted #c0c0c0;
	font-family:sans-serif;
	font-size:12px;
	line-height:1.0;
	zoom:1;
}

.shownews_listing ul.theme_2 li {
	padding:2px 0px 5px 20px;
	background-position:left 5px;
	text-indent:-12px;
	line-height:1.2;
}

/* === item syle === */
.shownews_date {
	float:left;
	display:inline; /* Hack for MSIE6.0 */
	width:68px;
	/*border:1px solid #c0c0c0;*/
}

.shownews_type {
	float:left;
	display:inline; /* Hack for MSIE6.0 */
	padding:2px 0px;
	width:20px;
	/*border:1px solid #c0c0c0;*/
}

.shownews_subject {
	/*float:left;*/
	margin-left:88px;
	padding-top:2px;
	/*border:1px solid #c0c0c0;*/
	zoom:1; /* Hack for Win IE6 */
	/*_height: 1%;*/ /* Hack for Win IE6 */
}

/* === navi syle === */
.shownews_navi {
	margin:4px 0px;
	height:14px;
	font-size:12px;
	line-height:1.2;
	/*border:1px solid #c0c0ff;*/
}

.shownews_navi .shownews_navi_prev {
	float:left;
}

.shownews_navi .shownews_navi_next {
	float:right;
}

/* === note syle === */
.shownews_note {
	margin:2px 0px;
	margin-left:5px;
	height:16px;
	font-size:12px;
	line-height:1.2;
}

.shownews_note a {
	padding:2px 5px 2px 20px;
}

.shownews_note a.nomark {
	padding:2px 5px 2px 2px;
}

/* === type syle === */

/*
.shownews_type.topic, .shownews_note a.topic {
	background:left center no-repeat url(images/news/drop-news-info.png);
}
*/

.shownews_type.topic, .shownews_note a.topic {
	background:left center no-repeat url(images/news/drop-news-prod.png);
}

.shownews_type.info, .shownews_note a.info {
	background:left center no-repeat url(images/news/drop-news-info.png);
}

/*
.shownews_type.prod, .shownews_note a.prod {
	background:left center no-repeat url(images/news/drop-news-prod.png);
}
*/

.shownews_type.stat, .shownews_note a.stat {
	background:left center no-repeat url(images/news/drop-news-date.png);
}

/*
.shownews_type.info, .shownews_note a.info {
	background:left center no-repeat url(images/news/drop-news-date.png);
}
*/

.shownews_type.none, .shownews_note a.none {
	background:left center no-repeat url(images/news/drop-news-press.png);
}

.shownews_type.all, .shownews_note a.all {
	background:left center no-repeat url(images/news/info-16x16.png);
}

/* end of style */

