﻿body
{
	width:120px;
	height:283px;
	font-size:11px;
	font-family:Verdana;
	/*border-top:1px solid #cccccc;*/
	border-bottom:solid 1px #cccccc;
	
	
}
img
{
	border: 0px;
	}
/* LINKS */
a:link 
{
	color: #000000
	}     /* unvisited link */
a:visited 
{
	color: #000000
	}  /* visited link */
a:hover 
{
	color: #191414;
	background-color:White;
	}   /* mouse over link */
a:active 
{
	color: #191414
	}   /* selected link */


div.qsTitle
{
	height:20px;		
	/*background-image:url("../images/180.gif");
	background-repeat:no-repeat;	*/
	text-align:center;
	padding-top:2px;
	
}
div.qsCategory
{
	margin-bottom:2px;
	padding-left:5px;
	font-style:italic;
	font-weight:bold;
	background-color:#D1D1D1;
	
		
}
div.qsContent
{
	height:215px;
	margin-bottom:4px;
}
div.qsCategoryContent
{	
}
div.qsHiddenCategoryContent
{
	display: none;
}
div.qsZone
{	
	background-color:Fuchsia;
}
div.qsCategories
{
	background-color:#D1D1D1;
	text-align:center;
	padding:0px 0px 0px 0px;
}
select.qsCategorySelector
{
	background-color:#D1D1D1;
	color:Black;
	font-weight:bold;
	font-size:12px;
	width:120px;
}


option
{
	background-color: #ffffff;
 	font-weight: normal;
	font-size: 12px;
 	color: black;
	text-indent: 10px;
}

option[disabled]
{
	background-color: #E6E6E6;
	color: white;	
	text-indent: 2px;
	font-size: 16px;
}