@charset "utf-8";
/* CSS Document */

.downloadplayers
{
	text-align: right;
	width: 550px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	margin-bottom: 8px;
	
}

.downloadplayers a
{
	color: #333333;
	background-image: none;
}

.downloadplayers a:hover
{
	text-decoration: none;
}

#drawings
{
	width: 550px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

#drawings ul
{
	margin: 0px;
	padding: 0px;
}

#drawings li
{
	background-image: none;
	height: auto;
}

#drawings #labels
{
	height: 34px;
	border-bottom: 1px solid #666;	
	font-size: 12px;
	font-weight: bold;
	background: #999;
	color: #FFF;
	border-left: 1px solid #333;
}

#drawings #labels ul
{
	height: 30px;
}

#drawings #labels ul li
{
	height: 35px;
	border-right: 1px solid #333;
	list-style-type: none;	
	text-transform: uppercase;
	line-height: 35px;
}

#drawings #labels .right
{
	float:right;
}

#drawings #labels .right li
{	
	text-align: center;
	margin: 0px;
	padding: 0px;
	float:right;
	width: 50px;
	
}

#drawings #labels .left
{
	float:left;
	
}

#drawings #labels .left li
{
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float:left;
	font-size: 12px;
	font-weight: bold;
}

#drawings #drawingscontent
{
	position: relative;
	width: 550px;
}


#drawings #drawingscontent #categories
{
	display: block;
	float: left;
	width: 170px;
	background-image: url("images2/detail_drawings_category_bg.jpg");
	background-repeat: repeat-y;
	list-style-type: none;	
	padding: 10px 0 10px 0;
}


#drawings #drawingscontent #categories li
{
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 10px;
	font-size:15px;
	font-weight: bold;
	text-decoration:underline;
	background-repeat: no-repeat;
	cursor: pointer;
}

#drawings #drawingscontent #drawingslists
{
	float: left;
	width: 379px;
	font-size: 12px;
	border-left: 1px solid #333;
}

#drawings #drawingscontent #drawingslists ul
{
	position: absolute;
	top: 0px;
	background-image: url("images2/detail_drawings_category_bg.jpg");
	background-repeat: repeat-y;
	list-style-type: none;	
	visibility: hidden;
}

#drawings #drawingscontent #drawingslists ul li
{
	position: relative;
	width: 264px;
	border-bottom: 1px solid #999;
	padding: 10px 100px 23px 10px;
}

#drawings #drawingscontent #drawingslists ul li strong
{
	margin-right: 3px;
}

#drawings #drawingscontent #drawingslists ul li p
{
	position: absolute;
	top: 10px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	width: 190px;
	text-decoration: underline;
	cursor: pointer;
}

#drawings #drawingscontent #drawingslists ul li p:hover
{
	text-decoration: none;
}

#drawings #drawingscontent #footer
{
	clear: both;
}


