@charset "UTF-8";
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }


body { 
	font-style: normal;
	font-size: small;
	font-family: sans-serif, arial,verdana ; 
	background-color:#fff;
	}
	
html table {font-size: 1.0em;}
html h3 {font-size: 1.0em;}
html h2{font-size: 1.0em; font-weight:100;}

li{
	list-style: disc;	
}


ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


TABLE{
	text-align: left;	
}
 LI {
	color: #999999;
	font-size: 9px;
}

A {color:#666666; text-decoration: none; }
A:link	  {color:#6F922E;text-decoration: none;}
A:visited {color:#6F922E; text-decoration: none; }
A:hover	  {color:#6F922E;text-decoration: underline;}

P { margin-top: 9px; margin-bottom: 9px; }


.err, .flash{
	padding: 5px;
	color: red;

}

#contentWrapper{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	min-width:1000px;
	position:static;
	text-align:left;
	width:auto;
}

#topBox{
	background-color: #F8F8F8;
	color: #444444;
	border: 1px solid #eeeeee;
	text-align: left;
	padding: 10px;
	margin: auto;
	clear: both;
	overflow: auto;
}

#topBoxWrapper{
	text-align: center;
	margin: auto;
	
	width: 100%;	
}

#topBox .basket{
	float: right;
	text-align: right;
	width: 200px;
	
}
#topBox .menu{
	float: left;
	text-align: left;
	width: 100%;
}


.grid{
	border: 1px solid #DEDEDE;
	margin: 0px;
	width: 100%;
	text-align: left;
	
	}
div.grid{
	width: 998px;
	}
	
.grid th{
	font-weight: bold;
	background-color: #DEDEDE;
		padding: 5px;

	}
	
.grid td{
		padding: 2px;
	}
	
.grid .even{
		background-color: #efefef;
	}
.grid .odd{
		background-color: #FEFEFE;
	}
	
.grid .odd:HOVER , .grid .even:HOVER  {
		background-color: #b3ff80;
	}
	
	.style_item{
	width: 150px;
	float: left;
	height: 300px;
	color: #666;
	border-left: 1px solid #eee;
	padding: 10px;
}

.imgWrapper{
	height: 200px;
}
.style_item img{
	max-width: 150px;
	max-height: 200px;
}
.group a, .sub_group a{
	color: #666;
}
.group{
	padding-bottom: 5px;
	padding-top: 5px;
}
.sub_group{
	padding-top: 5px;
}

