div.nav_line
{
	color:#dd0066;
	font-family:Tahoma;
	font-size:22px;
	font-weight:bold;
    border: 0px solid yellow;
    margin-top:10px;
    position:relative;
    padding-bottom:15px;
}
div.content_list
{	color:#dd0066;
	font-family:Tahoma;
	font-size:18px;
}
div.section_item
{
	float: left;
	width: 100px;
	height: 150px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 0px solid #999999;
    border-bottom: 0px solid #999999;
    margin-right:21px;
    margin-bottom:23px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    position:relative;
}
* html div.section_item
{
  width:110px;
    margin-right:18px;
}
div.gallery_item
{
	float: left;
	width: 100px;
	height: 106px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 0px solid #999999;
    border-bottom: 0px solid #999999;
    margin-right:21px;
    margin-bottom:23px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    position:relative;
}
* html div.gallery_item
{
    width:110px;
    margin-right:18px;
	height: 111px;

}

div.random_item
{
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 0px solid #999999;
    border-bottom: 0px solid #999999;
    margin-bottom:23px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    position:relative;
    background:white;
    width:270px;
    height:130px;
    position:relative;
    background: url(/images/block.gif) white  no-repeat ;
    background-position: 90% ;
}
* html div.random_item
{
    height:150px;

}
