/*Structure of this Stylesheet: 
 I - all main boxes
 II - defining the #top content
 III - defining the #content content
 IV - defining the #right sidebar
 */
body{
  background: #CDE985;
  margin: 0;
  padding: 0;
  font: 12px "Verdana",sans-serif;
  text-align: center;
  line-height: 1.7em;
  color: #000;
}
#content{
	background-color: #FFF;
	padding: 10px;
  padding-bottom: 50px;
}
#footer{
	text-align: center;
}
#left{
	float: right;
	width: 570px;
	background: #9C0;
}
#main{
	margin: 20px auto;
	text-align: left;
	width: 780px;
	background: #FFF;
}
#right{
	float: left;
	width: 210px;
}
#top{
	margin: 10px 0 0 10px;
	width: 570px;
	background: #5F5F5F url(images/toptopleft.gif) no-repeat top left;
	color: #F5F5F5;
}
/*Configuring the -top-box */
#top dd{
	margin: 0;
}
#top a{
	color: #F5F5F5;
	border-bottom: 1px #F5F5F5 dotted;
	padding:1px 10px 0px 5px;
	margin: 1px 0 0 10px;
	text-decoration: none;
}
#top a:hover{
	border-bottom: 1px #F5F5F5 solid;
}
/*#top .left{
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
	background: url(images/top-bg.gif) repeat-y top right;
}
#top .right{
	float:right;
	width: 275px;
	margin: 10px 10px 0 0;
}*/
#topbottom{
	clear: both;
	background: url(images/toptopbottom.gif) bottom right no-repeat;
	height: 10px;
}

h2{
	font: normal normal 1.5em "Georgia",serif;
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 8px;
}
h3{
	font: normal normal 1em "Georgia",serif;
	text-transform: uppercase;
	text-indent: 1.3em;
	margin: 7px 0 2px 0;
  font-weight: bold;
}
#headline{
	width: 550px;
	position: relative;
  border-bottom: 1px dashed #bebebe;
  padding-top: 50px;
  padding-bottom: 10px;
}
#headline h1{
  text-align: right;
	bottom: 5px;
	right: 5px;
	color: #87D300;
	margin: 0;
	text-decoration: none;
  vertical-align: bottom;
	font: normal normal 2.2em "Trebuchet MS","Arial",sans-serif;
}
p{
	text-indent: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
  text-align: justify;
  padding-right: 9px;
}
/* sidebar */
#inner{
	padding: 90px 10px 10px 10px;;
  
}
form{
	margin: 0;
	padding: 0 0 30px 0;
	border-bottom: 1px #999 solid;
}
form input{
	background: #F5F5F5;
	border: 0;
	border-bottom: 1px #EFEFEF dotted;
}
form label{
	font-family: "Georgia",serif;
}
form .button{
	background: #FFF;
	border-bottom: none;
	cursor: pointer;
}
form a{
	font-family: "Georgia",serif;
}
h5{
	background: url(images/nav-h.gif) center left no-repeat;
	font: 1.5em "Arial",sans-serif;
	padding-left: 25px;
	margin: 7px 0 3px 3px;
}
.nav{
	margin: 2px;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;
	
}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 2px;
	border-left: 3px #9C0 solid;
	border-right: 3px #9C0 solid;
}

#content a{
  color: #6DA804;
}

#content a:hover{
  text-decoration: none;
}

div.c{
  text-align: center;
}

.imgBorder{
  border: 1px solid #6DA804;
}

.pollR1,.pollR2,.pollR3 {
  position: absolute;
}

.pollR2{
  margin-left: 80px;
}

.pollR3{
  margin-left: 140px;
}

.descrPic, .descrTxt{
  position: absolute;
}

.descrTxt{
  margin-left: 170px;
  width: 340px;
  text-align: justify;
}

.ratedSite{
  height: 140px;
}

.ratedSiteTitle{
  padding-bottom: 4px;
}

.coolKinkyHr{
  height: 1px;
  border: 0px;
  border-bottom: 1px dashed #bebebe;
  margin-bottom: 20px;
}

.tableProductCompareTL, .tableProductCompareB, .tableProductComparR{
  text-align: center;
  padding: 2px 4px 2px 4px;
}

.tableProductCompareTL{
  border-left: 1px solid #DDE56C;
  border-top: 1px solid #DDE56C;
}

th.tableProductCompareTL{
  background-color: #DDE56C;
}

.tableProductCompareB{
  border-bottom: 1px solid #DDE56C;
}

.tableProductCompareR{
  border-right: 1px solid #DDE56C;
}

.vampire{
  color: #6DA804;
  text-decoration: underline;
}
