﻿body
{
	width:250px;
	height:334px;
	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:30px;		
	text-align:center;
	padding-top:2px;
	
}
div.qsCategory
{
	height:15px;
	padding-top:2px;
	margin-bottom:2px;
	padding-left:5px;
	font-style:italic;
	font-weight:bold;
	background-color:#F0F1F1;
	border-left:dotted 1px #cccccc;
	border-right:dotted 1px #cccccc;
	
		
}
div.qsContent
{
	height:255px;
	margin-bottom:6px;	
}
div.qsCategoryContent
{	
}
div.qsHiddenCategoryContent
{
	display: none;
}
div.qsZone
{	
	background-color:Fuchsia;
}
div.qsCategories
{
	background-color:#212123;
	text-align:center;
	padding:1px 0px 1px 0px;
	

}
select.qsCategorySelector
{
	background-color:#F0F1F1;
	color:Black;
	font-weight:bold;
	font-size:12px;
	width:250px;
}

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;
}