﻿UL#ulScreen
{
	width:650px; 
	border-bottom : red;
	height: 172px;
}

UL#ulScreen LI.item
{
	display : block; 
	float: left; 
	
	width:143px; 
	height:166px; 
	
	background : rgb(26,25,23);
	
	padding : 3px 3px 3px 3px;
	margin-right : 3px;
	margin-left : 3px;
}

UL#ulScreen LI.item IMG.screen
{
	display: block; 
	width : 141px;
	height : 106px;
	
	background : rgb(26,25,23);
	border : 1px solid rgb(111,111,111); 
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 3px 0px;
}

UL#ulScreen LI.item UL.info
{
	display : block;
	
	width : 141px;
	
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 3px 0px;
	
}
UL#ulScreen LI.item UL.info LI.sub
{	
	display:block; 
	float : left; 
	
	height : 11px;
	line-height : 15px;
	font-size : 11px;
	
	margin-top : 3px;
	margin-bottom : 3px;
}
UL#ulScreen LI.item UL.info LI.sub.title
{
	width : 90px;
	color : rgb(254,252,178);
	padding-left : 10px;
	
}

UL#ulScreen LI.item UL.info LI.sub.title A
{
	color : rgb(254,252,178);
}

UL#ulScreen LI.item UL.info LI.sub.comment
{
	width : 41px;
	
	text-align : right;
	color : rgb(255,123,64);
	
}
UL#ulScreen LI.item UL.info LI.sub.name
{
	width : 131px;
	padding-left : 10px;
}
UL#ulScreen LI.item UL.info LI.sub.date
{
	width : 61px;
	color : rgb(185,185,185);
	
	padding-left : 10px;
}

UL#ulScreen LI.item UL.info LI.sub.hit
{
	width : 70px;
	color : rgb(185,185,185);
	
}

UL#screenList
{
	width : 700px;
	margin : 0px 0px 0px 0px;
}
UL#screenList LI.item
{
	display : block; 
	float: left; 
	
	width:160px; 
	height:166px; 
	
	
	border-bottom : 1px solid rgb(61,59,60);
	
	padding : 3px 6px 3px 6px;
	margin-bottom : 15px;
	
}

UL#screenList LI.item IMG.screen
{
	display: block; 
	width : 141px;
	height : 106px;
	
	background : rgb(26,25,23);
	border : 1px solid rgb(111,111,111); 
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 3px 0px;
}

UL#screenList LI.item UL.info
{
	display : block;
	width : 141px;
	
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 3px 0px;
	
}
UL#screenList LI.item UL.info LI.sub
{	
	display:block; 
	float : left; 
	
	
	height : 11px;
	
	margin-top : 3px;
	margin-bottom : 3px;
}
UL#screenList LI.item UL.info LI.sub.title
{
	width : 90px;
	color : rgb(254,252,178);
	padding-left : 10px;
}

UL#screenList LI.item UL.info LI.sub.title A
{
	color : rgb(254,252,178);
}

UL#screenList LI.item UL.info LI.sub.comment
{
	width : 41px;
	
	text-align : right;
	color : rgb(255,123,64);
	
}
UL#screenList LI.item UL.info LI.sub.name
{
	width : 131px;
	padding-left : 10px;
}
UL#screenList LI.item UL.info LI.sub.date
{
	width : 61px;
	color : rgb(185,185,185);
	padding-left : 10px;
	
}

UL#screenList LI.item UL.info LI.sub.hit
{
	width : 70px;
	color : rgb(185,185,185);
	
}