/* CSS Document */

/***** RSS
***********************************************/

#pducts {
	width:500px;
	font-size:x-small;
	font-weight:bold;
	background: url(/rss/images/bg.gif) repeat-y;
	display:block;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color: #cccccc;
	margin:10px 0 0 0;
	padding:7px 0;
	}
	
#pducts ul {
	margin:0;
	padding:0;
	}
	
#pducts li {
	float:left;
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
	}
	
#pducts li.contents {
	width:160px;
	}
	
#pducts li.rss {
	width:70px;
	}
	
#pducts li.info {
	width:250px;
	}

/***** RSS contents
***********************************************/

.rsscontents {
	width:500px;
	font-size:x-small;
	text-align:left;
	background: url(/rss/images/bg.gif) repeat-y;
	border-bottom:1px solid #333333;
	background-color: #ffffff;
	margin:0;
	padding:7px 0;
	}
	
.rsscontents ul {
	margin:0;
	padding:0;
	}
	
.rsscontents li {
	float:left;
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
	}
	
.rsscontents li.contentsname {
	width:160px;
	}
	
.rsscontents li.rssimage {
	width:70px;
	}
	
.rsscontents li.containcomment {
	width:250px;
	}
	
li.rssimage img {
	border:none;
	}
	
.rsscontents a {
	color:#444444;
	text-decoration: underline;
	}

.rsscontents a:link {
	color:#444444;
	}

.rsscontents a:visited {
	color: #444444;
	}
	
.rsscontents a:active {
	color: #444444;
	}

.rsscontents a:hover {
	color: #fd6624;
	text-decoration: underline;
	}
	
.clear {
	clear:both;
	}
	


.rsscontents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.rsscontents {display: inline-table;}

/* Hides from IE-mac \*/
* html .rsscontents {height: 1%;}
.rsscontents {display: block;}
/* End hide from IE-mac */




