/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 980px;
	height: 120px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 120px;
	width: 995px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid gray;
	cursor:pointer;
	margin-left: -18px;
	display:block;
	overflow:hidden;
	width:195px;
	height: 120px;
}

#imageMenu ul li.landscapes a {
	background: url(../images/top_menue.jpg) no-repeat top left;
	background-position: 0 -680px;
}

#imageMenu ul li.people a {
	background: url(../images/top_menue.jpg) no-repeat top left;
	background-position: 0 -170px;

}

#imageMenu ul li.nature a {
	background: url(../images/top_menue.jpg) no-repeat top left;;
	background-position: 0 0; 
}

#imageMenu ul li.urban a {
	background: url(../images/top_menue.jpg) no-repeat top left;
	background-position: 0 -340px;
}

#imageMenu ul li.abstract a {
	background: url(../images/top_menue.jpg) no-repeat top left;
	background-position: 0 -510px;
	border-right: 0px;
}

.clear {
	clear: both;
}

/*************************************************************/

* { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0.5em 0; } 

li, dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0px none;}

a img {border: 0px none;}


table {
    font-size: 1em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
background: #BABABA url('../images/html_bg.gif') repeat-x;
color: #333;
font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3em; font-size:76.1%; font-family:Arial, Verdana, Helvetica, sans-serif
}

#top_shadow {
background: url('../images/top_bg.png') no-repeat;
}

#top_a {
background: url('../images/footer_bg.gif') repeat-x;
}

#top_a_left {
font-size: 10px;
color: #FFFAEF;
}

#top_a_center a{
	font-size: 12px;
	color: red;
}
#top_a_right {

float: right;

margin-right: 20px;

}
#top_a_right {
font-size: 10px;
color: #FFFAEF;
}

#top_a_right a {
font-size: 10px;
padding: 5px;
color: #FFFAEF;
}


#top_nav {
background: url('../images/footer_bg.gif') repeat-x;
}


#content_wrap {
background: url('../images/content_bg.gif') repeat-y;
}

#pathway {
background: url('../images/pathway.jpg') repeat-x;
}

#footer_shadow {
font-size: 11px;
color: #B0B0B0;
}

#footer_shadow a {
color: #B0B0B0;
text-decoration: none;
}
.einsatzboxrand{
 	float:right;
	margin-top:30px;
	margin-left:4px;

}
#einsatzbox {
	float:right;
		border:1px dotted #808080;
}
#einsatznummer{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#einsatzart{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#dauer{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#uhr{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#fahrzeughead{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#einsatznummer2{
	font-size:11px;
	text-align:center;
}

#einsatzart2{
	font-size:11px;
	text-align:center;
}
#dauer2{
	font-size:11px;
	text-align:center;
}

#uhr2{
	font-size:11px;
	text-align:center;
}
#stichwort{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#stichwort2{
	font-size:11px;
	text-align:center;
}

/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #4B4747; 
font-size: 1.4em; 
font-weight: bold;
}
h2 {
color: #4B4747; 
font-size: 1.3em; 
font-weight: bold;
}

h3 {
color: #4B4747; 
font-size: 1.2em; 
font-weight: bold;
}

h4 {
color: #4B4747; 
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #4B4747; 
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #4B4747; 
font-size: 0.9em;
font-weight: bold;
}
h7 {
color: #4B4747; 
font-size: 1.2em; 
font-weight: bold;
}

blockquote {
background: #EEF2D0;
border: 2px solid #DFE7A9;
border-left: 4px solid #DFE7A9;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 1px solid #EEF2D0;
border-left: 5px solid #EEF2D0;
}
/* Akronyome*/
abbr {
cursor: help;
color: #666666; 
border-bottom: 1px #666666 dotted;
}
acronym {
cursor: help;
color: #666666; 
border-bottom: 1px #666666 dotted;
}

/*General link Styling*/
a:link, a:visited {
font-size: 11px; 
color: #666666; 
text-decoration: none;
}

a:hover, a:active {
color: #3B3BAD;	
text-decoration: underline;
}

a.noline:link, a.noline:visited {
 font-size: 13px;
color: black;
text-decoration: none;
}
a.noline:hover, a.noline:active {
  font-size: 13px;
 color: black;
text-decoration: none;
}
a.fahrzeuge:link, a.fahrzeuge:visited {
font-size: 10px; 
color: #666666; 
text-decoration: none;
}
a.fahrzeuge:hover, a.fahrzeuge:active {
color: #3B3BAD;	
text-decoration: underline;
}
/*List item Styling*/
li {
list-style-type:none;
padding-left: 13px;
margin-left: 5px
}

ul {
margin: 10px;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
background: transparent; 
height:1px; 
border: 1px solid #ccc;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #AEBF33;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: #666;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #AEBF33;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #AEBF33;
} 

.back_button  {
background: #97C932;
padding: 1px 0 2px 7px;
width: 39px;
margin: 5px 0 5px 0;
color: #fff;
} 

.back_button a  {
color: #fff;
}

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #999;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
background: url('../images/button_bg.gif') repeat-x;
border: 1px solid #D1D1EF;
color: #FFFAEF;
margin: 4px;
font-weight: normal;
text-align: center;
padding-left:0; padding-right:0; padding-top:1px; padding-bottom:3px
}

.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: #333333;
background: #A0A0DE;
border: 1px solid #D1D1EF;
padding: 3px 3px;
margin: 0 0 0 3px;
}



.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
text-indent: 12px;
font-size: 10px;
color: #666;
text-decoration: none;
font-weight: normal
}


/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: 5px;
color: #FFFAEF;
font-size: 12px;
}

a.pathway:link, a.pathway:visited {
color: #FFFAEF;
font-size: 12px;
}

a.pathway:hover {
color: #FFFAEF;
font-size: 12px;
}




.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #FFFFFF;
font-size: 1em;
}


.contentpaneopen a {	
text-decoration: underline; 
}

.contentpaneopen a:hover, a:active {
text-decoration: none;
}

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1em;
border-bottom: 1px solid #AEBF33;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #AEBF33;
line-height: 16px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 13px;
font-weight: bold;
color: red;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 2px solid #AEBF33;
font-weight: bold;
color: #AEBF33;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}



.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #F7F9E8;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #AEBF33;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #f7f9e8;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #AEBF33;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}



/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
background: #3B3BAD url('../images/button-menu.jpg') no-repeat;
font-size: 12px;
height: 25px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #FFFAEF;
line-height: 25px;
width: 200px;
text-indent: 10px
}

#moduletablecount{
width: 200px;
position: absolute; left: 10px; bottom: 50px;
}


#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

#sidebar ul#mainlevel {
list-style-type: none;
margin: -6px -5px;
width: 200px; 
margin-top:-6px; margin-right:-5px; margin-bottom:-6px; margin-left:-5px 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 1px solid #eef2d0;
margin: 0;
 }

#sidebar a {
font-size: 13px;
line-height: 20px;
padding-left: 3px;
}

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#dfe7a9;
color: #798F2C;
text-decoration: none;
}

#sidebar .sublevel{
margin-left:15px;
background-color:#EBF3F7
}
#sidebar .sublevel a {
color: #999999;
}

#sidebar .sublevel a:hover {
color: #3B3BAD;
text-decoration: underline;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
background-color: #3B3BAD; 
color: #FFFAEF;
border: 3px solid #3B3BAD; 
margin-left: -3px;
}

#inputbox a {
font-size: 10px;
}

/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 5px 0px 0px 0px;
width: 970px;
height: 31px;
line-height: 31px;
border: 0px solid red;
text-indent: 6px;
vertical-align:middle;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
vertical-align:middle;

}


div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #FFFAEF;
text-decoration: none;
padding: 3px 6px 4px 6px;
vertical-align:middle;
font-weight:bold;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
vertical-align:middle;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
vertical-align:middle;
}


div#top_nav ul#mainlevel-nav a.mainlevel-nav2, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav2:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav2:visited {
color: #FF0000;
text-decoration: none;
padding: 3px 6px 4px 6px;

}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav2:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav3, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav3:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav3:visited {
color: yellow;
text-decoration: none;
padding: 3px 6px 4px 6px;
vertical-align:middle;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav3:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
vertical-align:middle;
}

/*search box styling top left*/
.search {
position: absolute;
top: 3px;
left: 15px;
}

.search input {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
}
.search a {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search a:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
text-decoration: none;
}

#jgbcontent {
	margin: auto;
	width: 650px;
	text-align: left;
}

.jgbhead {
	background-color: #C0C0C0;
	border-bottom:2px solid #ffffff;
	
}

.jgbentry {
	background-color: #e6e6f0;
	margin-bottom: 10px;
}

.jgbinput, .jgbtextarea, .jgbspamcheck {
	font: 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	border: 1px solid #000;
	background-color: #fff;
	margin-bottom: 2px;
}

.jgbinput {
	width: 350px;
	padding: 0 2px;
}

.jgbtextarea {
	width: 400px;
	height: 100px;
}

.jgbspamcheck {
	width: 20px;
}

.jgbversion {
	font: 2pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #ffffff;
}

#layer {
  position: absolute;
  border: 1px solid red;
  background: yellow;
  left: -20000px;
  top: -20000px;
}

#dfcg-outer-wrapper
{
	margin-left: -15px;
	margin-top: -7px;
	width:530px;
}
#dfcg-slideshow {
	color:#fff;
	list-style:none;
	}
	
#dfcg-slideshow span {
	display:none;
	}
#dfcg-wrapper {
	display:none;
	margin:0px;
	}
	
#dfcg-wrapper * {
	margin:0;
	padding:0;
	/*overflow:hidden;Added AW */
	}
	
#dfcg-fullsize {
	background:#000000;
	border:0px solid #000000;
	height:400px;
	overflow: hidden;
	padding:0px;
	position:relative;
	z-index:1;/* Fix added in v3.3.3 */
	width:530px;
	}
	
#dfcg-text {
	background-color:#000000 !important;
	bottom:0;
	filter:alpha(opacity=70);
	height:0px;
	opacity:.7;
	overflow:hidden;
	padding-bottom:1px;/* Fix added in v3.3.3 - was 5px */
	position:absolute;
	width:530px;
	z-index:200;
	}
#dfcg-text h3 {
	color:#FFFFFF !important;
	margin:2px 5px !important;
	padding:0px 0px !important;
	font-size:12px !important;
	font-weight:bold !important;
	}
#dfcg-text p {
	color:#FFFFFF !important;
	font-size: 11px !important;
	line-height:14px !important;
	margin:2px 5px !important;
	padding:0px 0px !important;
	}
	
#dfcg-text p a, #dfcg-text p a:link, #dfcg-text p a:visited {
	color: #FFFFFF !important;
	font-weight:normal !important;
	}
#dfcg-text p a:hover {
	color: #FFFFFF !important;
	font-weight:bold !important;
	}
	
#dfcg-image img {
	position:absolute;
	z-index:25;
	width:auto;
	height:400px;/* Added AAW - not sure */
	}
.dfcg-imgnav {
	position:absolute;
	width:25%;
	height:310px;
	cursor:pointer;
	z-index:150;
	}
#dfcg-imgprev {
	left:0;
	background:url(http://www.feuerwehr-vierkirchen.de/wp/wp-content/plugins/dynamic-content-gallery-plugin/js-jquery-smooth/css/images/fleche1.png) left center no-repeat;
	}
	
#dfcg-imgnext {
	right:0;
	background:url(http://www.feuerwehr-vierkirchen.de/wp/wp-content/plugins/dynamic-content-gallery-plugin/js-jquery-smooth/css/images/fleche2.png) right center no-repeat;
	}
	
#dfcg-imglink {
	position:absolute;
	width:100%;
	z-index:100;
	opacity:.01;/* changed v3.3.3 */
	filter:alpha(opacity=1);/* changed v3.3.3 */
	background:#fff;/* added v3.3.3 */
	}
	
.linkhover {
	background:url(http://www.feuerwehr-vierkirchen.de/wp/wp-content/plugins/dynamic-content-gallery-plugin/js-jquery-smooth/css/images/link.gif) center center no-repeat;
	}
	
#dfcg-thumbnails {
	position: absolute;
	top: -110px;
	left: 0;
	z-index: 999;
	height: 130px;
	}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	background:url(http://www.feuerwehr-vierkirchen.de/wp/wp-content/plugins/dynamic-content-gallery-plugin/js-jquery-smooth/css/images/scroll-left.gif) center center no-repeat;
	background-color:#222;
	}
	
#slideleft:hover {
	background-color:#333;
	}
	
#slideright {float:right;
	width:20px;
	height:81px;
	background:#222 url(http://www.feuerwehr-vierkirchen.de/wp/wp-content/plugins/dynamic-content-gallery-plugin/js-jquery-smooth/css/images/scroll-right.gif) center center no-repeat;
	}
	
#slideright:hover {
	background-color:#333;
	}
	
#dfcg-slidearea {
	float:left;
	position:relative;
	width:530px;
	height:81px;
	overflow:hidden;
	padding-top: 6px;
	}
	
#dfcg-slider {
	position:absolute;
	left:0;
	height:81px;
	}
	
#dfcg-slider img {
	cursor:pointer;
	border:1px solid #fff;
	padding:0px;
	height: 75px;
	}
	
#dfcg-thumbnails .dfcg-carouselBtn {
    position: absolute;
    bottom: -3px;
    right: 20px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 0px 8px 3px;
	}
.dfcg-carouselBtn, .dfcg-sliderContainer {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
	}
#dfcg-thumbnails .dfcg-sliderContainer {
    height: 110px;
    position: relative;
    width: 530px;
    padding: 0 5px;
	}
	
#dfcg-sliderInfo {
    color: #fff;
    bottom: 5px;
    position: absolute;
    padding-left: 5px;
	}#right div.module {
    background: url("http://www.feuerwehr-vierkirchen.de/images/right_module_m.png") repeat-y scroll 0 0 transparent;
    margin: 0 0 20px;
}
#right div.module div {
    background: url("http://www.feuerwehr-vierkirchen.de/images/right_module_t.png") no-repeat scroll 0 0 transparent;
}
#right div.module div div {
    background: url("http://www.feuerwehr-vierkirchen.de/images/right_module_b.png") no-repeat scroll 0 100% transparent;
}
#right div.module div div div {
    overflow: hidden;
    padding: 10px;
    width: 180px;
}
#right div.module div div div div {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#right div.module h3 {
    background: url("http://www.feuerwehr-vierkirchen.de/images/right_module_header.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 20px;
    line-height: 25px;
    margin: -10px -10px 5px;
    padding: 0 0 5px 10px;
    text-align: left;
}
#right div.module-slider {
    margin: 0 0 20px;
}
#right div.module-slider h3 {
    background: url("http://www.feuerwehr-vierkirchen.de/images/right_module_header.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 20px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 5px 10px;
    text-align: left;
}
#right div.module-blank {
    padding: 0;
}

 div.c24 {text-align: right}
 div.c23 {float:left}
 li.c22 {width:77.2px;}
 li.c21 {width:74.8px;}
 li.c20 {width:73px;}
 li.c19 {width:83.4px;}
 li.c18 {width:87.8px;}
 ul.c17 {width:100px;}
 li.c16 {width:87.6px;}
 a.c15 {display:none}
 img.c14 {border: 1px; border-color: #BEBEBE; border-style:solid;}
 a.c13 {text-decoration:none;}
 div.c12 {margin-top:0px;margin-left:11px;hover:#ff0000}
 a.c11 {text-decoration: underline}
 div.c10 {margin-top:-31px;padding-top:7px;margin-left:8px;}
 input.c9 {display:none}
 div.c8 {text-align: center}
 object.c7 {border: 1px solid #000000;}
 div.c6 {text-align: center;}
 td.c5 {padding: 1px;}
 div.c4 {display:none}
 p.c3 {text-align: center}
 td.c2 {padding: 3px;}

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	border-bottom:0px solid #999;
	padding-bottom:-2px;
	margin-bottom:-2px;
	}

.loading {
	height: 20px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		

 img.c1 {margin-top:10px;margin-left:-20px;position: absolute;}


