/*
 * CSS Style for "freeStyle" Theme 
 * @author ZulloP
 * @url http://eshop.webrevolution.org
 * @email eshop@webrevolution.org
 */
 
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #737373;
}
#body_bg{
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #455575; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 0px;
}
table.pollstableborder {
	border: 0px;
	text-align: left;
}

.small {
	font-size: 10px;
	color: #acacac;
}
.createdate {
	font-size: 10px;
	color: #acacac;
}
.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
}
.contentheading a:link, .contentheading a: visited {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
	text-decoration: none;
}
.contentheading a: hover {
	text-decoration: underline;
}
.modifydate {
	font-size: 10px;
	color: #acacac;
	padding-top: 10px;
}
.pagenavcounter {
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
}
.readon {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
/*general style*/
#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 823px;
}
#topmenu{
	background-image: url(../images/top_menu_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 823px;
}
#topmenu_spacer{
	background-image: url(../images/top_menu_spacer.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 823px;
}
#header{
/*	background-image: url(../images/header.jpg);
	height: 142px;*/
	height: 10px;	
	width: 823px;
	background-repeat: no-repeat;
	
}
#header_spacer{
	background-image: url(../images/header_spacer.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 823px;
}
#path_way{
	background-image: url(../images/pathway_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 598px;
}
.pathway{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 3px;
	overflow: hidden;
}
#mainbody_top{
	background-image: url(../images/mainbody_bg_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 598px;
	position: absolute;
}
#mainbody_middle{
	background-image: url(../images/mainbody_bg_middle.gif);
	background-repeat: repeat-y;
	width: 598px;
}
.mainbody{
	padding: 10px;
}
#mainbody_bottom{
	background-image: url(../images/mainbody_bg_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 598px;
}
#copyright{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 5em;
}
.adminform textarea {
	width: 550px!important;
}

.adminform textarea.inputbox {
	width: 550px!important;
}
/* menu style */
div.module h3 {
	margin: 0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 20px;
	color: #455575;
}
div.module {
	width: 216px;
	margin-bottom: 10px;
	margin-right: 0px;
	background-image: url(../images/menu_bg_middle.gif);
	background-repeat: repeat-y;
}
div.module div {
  background: url(../images/menu_bg_bottom.gif) bottom left no-repeat;
}
div.module div div {
  background: url(../images/menu_bg_top.gif) top left no-repeat;
  padding: 7px 10px 15px 12px;
}
div.module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 100%; 
}