/* 
################### CSS contents ###################
* 1 Common
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
################### Colour reference ###################

#800000 Dark red
#f2ddbc Cream
#65584b Dark brown
#ceb8a5 Light brown
#362c25 Really dark brown
*/
 
/*
################### Common ################### 
*/

*{
margin:0;
padding:0;
text-decoration:none;
}

.clear{
clear:both;
}

html {
overflow: -moz-scrollbars-vertical;
}

#skipto{
display:none;
}

/*
################### Layout ################### 
*/

body{
background:#fff url(../images/layout/bg.gif);
font:72.5%/1.5 Arial, Helvetica, sans-serif;
color:#362c25;
text-align: justify;
}

#page{
background:url(../images/layout/headerbg-big.gif) repeat-x #f2ddbc;
border-bottom:1px solid #362c25;
}

#container{
width:970px;
margin:0 auto;
position:relative;
}

#sidebar{
float:left;
margin:70px 10px 0 0;
width:275px;
}

#main{
float:left;
width:680px;
margin-top:50px;
background:url(../images/layout/mainbg.gif) no-repeat top;
}

#header{
height:121px;
position:relative;
}

#news{
margin-top:20px;
text-align:center;
}

#content{
padding:10px;
}

#footer{
width:970px;
margin:0 auto;
padding:20px 0;
color:#f2ddbc;
}

#slogan{
margin-top: 40px;
list-style:none;
width:270px;
padding:2px 2px 0 2px;
}

/*
################### Nav ################### 
*/
#nav{
list-style:none;
width:270px;
border:1px solid #2f1f12;
background:url(../images/layout/bg.gif);
padding:2px 2px 0 2px;
}

#nav li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
}

#nav li a{
margin-bottom:2px;
color:#f2ddbc;
height:29px;
width:255px;
padding:5px 5px 5px 10px;
background:url(../images/layout/nav.gif) top left no-repeat;
display:block;
border:none;
}

#nav li a:hover, #nav li.current a{
background-position:0% -39px;
cursor:pointer;
}

#subnav{
list-style:none;
float:left;
position:absolute;
bottom:0;
left:10px;
}

#subnav li{
display:inline;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
}

#subnav li a{
margin-right:8px;
color:#f2ddbc;
padding-left:5px;
float:left;
border:none;
}

#subnav li a span{
float:left;
display:block;
padding:5px 5px 5px 0;
}

#subnav li a:hover, #subnav li.current a{
background:url(../images/layout/subnav.gif) no-repeat #a18b74 top left;
cursor:pointer;
color:#362c25;
}

#subnav li a:hover span, #subnav li.current span{
background:url(../images/layout/subnav.gif) no-repeat #a18b74 top right;
}

/*
################### Headings ################### 
*/

h1{
margin-top:-50px;
width:300px;
height:193px;
background:url(../images/layout/revitalbig.png) no-repeat;
float:right;
}

h1 span{
position:absolute;
left:-9999px;
}

h1 a{
display:block;
width:100%;
height:100%;
border:none;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.4em;
font-style:italic;
color:#800000;
margin:5px 0 10px 0;
font-weight:bold;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
font-style:italic;
color:#800000;
margin:10px 0 5px 0;
font-weight:normal;
}

#news h3{
height:38px;
background:url(../images/titles/news.gif) no-repeat center;
}

#news h3 span{
position:absolute;
left:-9999px;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:1.4em;
}

/*
################### Lists ################### 
*/

#content ul{
margin:0 0 20px 40px;
}

#content ul li{
margin:5px 0;
}

#content .menus{
margin:0;
list-style:none;
}

.menus li.produse a{
background:url(../images/layout/menu-produse.gif) no-repeat top left;
width:209px;
height:65px;
padding:15px 5px 5px 80px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
border:none;
display:block;
color:#362c25;
}

.menus li.produse a:hover{
background-position:0% -85px;
color:#f2ddbc;
}

.menus li.produse a span{
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
display:block;
padding-top:10px;
}

.menus li.publicatii a{
background:url(../images/layout/menu-publicatii.gif) no-repeat top left;
width:209px;
height:65px;
padding:15px 5px 5px 80px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
border:none;
display:block;
color:#362c25;
}

.menus li.publicatii a:hover{
background-position:0% -85px;
color:#f2ddbc;
}

.menus li.publicatii a span{
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
display:block;
padding-top:10px;
}

.menus li.cursuri a{
background:url(../images/layout/menu-cursuri.gif) no-repeat top left;
width:209px;
height:65px;
padding:15px 5px 5px 80px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
border:none;
display:block;
color:#362c25;
}

.menus li.cursuri a:hover{
background-position:0% -85px;
color:#f2ddbc;
}

.menus li.cursuri a span{
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
display:block;
padding-top:10px;
}

/*
################### Produse ################### 
*/

.comanda{
margin-bottom:2px;
color:#f2ddbc;
height:17px;
width:185px;
padding:5px 5px 5px 10px;
background:url(../images/layout/comanda.gif) top left no-repeat;
display:block;
border:none;
}

.comanda:hover{
background-position:0% -27px;
cursor:pointer;
}


.comanda_new{
margin-bottom:6px;
color:#f2ddbc;
height:17px;
width:185px;
padding:5px 15px 5px 10px;
background:url(../images/layout/comanda.gif) top left no-repeat;
display:block;
border:none;
}

.comanda_new:hover{
background-position:0% -27px;
cursor:pointer;
}

#first_td {
	padding-top: 10px;
}

.menus li.detoxifiant{
background:url(../images/produse/detoxifiant.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.sistem-osos{
background:url(../images/produse/sistem-osos.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.diuretic{
background:url(../images/produse/diuretic.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.biliar{
background:url(../images/produse/sistem-biliar.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.articulatii{
background:url(../images/produse/articulatii.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.potenta{
background:url(../images/produse/potenta.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.sistem-imunitar{
background:url(../images/produse/sistem-imunitar.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.menopauza{
background:url(../images/produse/menopauza.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.sistem-circulator{
background:url(../images/produse/sistem-circulator.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.sistem-digestiv{
background:url(../images/produse/sistem-digestiv.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.sistem-nervos{
background:url(../images/produse/sistem-nervos.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.slabire{
background:url(../images/produse/slabire.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}

.menus li.somn-relaxare{
background:url(../images/produse/somn-relaxare.jpg) no-repeat top left;
width:185px;
height:188px;
padding:10px 5px 5px 120px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:block;
color:#362c25;
}
/*
################### Images ################### 
*/

img{
border:none;
}

.photo{
background:url(../images/layout/imgbg.gif) repeat-x top;
text-align:center;
padding:3px;
}

.photo img{
border:2px solid #f2ddbc;
}

/*
################### Links ################### 
*/

a{
color:#800000;
border-bottom:1px solid #ceb8a5;
}

a:hover{
border:none;
}

#footer a{
color:#ceb8a5;
}

.link{
padding:3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
background:#ceb8a5;
color:#362c25;
float:right;
border:none;
}

.link:hover{
background:#113e62;
color:#f2ddbc;
}

.link-left{
padding:3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
background:#ceb8a5;
color:#362c25;
float:left;
border:none;
}

.link-left:hover{
background:#113e62;
color:#f2ddbc;
}

/*
################### Forms ################### 
*/



/*
################### Tables ################### 
*/

table{
margin-bottom:30px;
}


/*
################### Typography ################### 
*/

#footer p{
font-size:1em;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:10px;
}

#footer em{
font-size:1.6em;
}

#content p{
margin-bottom:20px;
}

/*
################### Other ################### 
*/

.nomargin{
margin:0;
}

#phonetop{
background:url(../images/layout/phonebg.gif) no-repeat bottom left;
padding-left:10px;
width:300px;
text-align:center;
position:absolute;
top:-2px;
left:-10px;
}

#phonetop p{
background:url(../images/layout/phonebg.gif) no-repeat bottom right;
padding:10px 10px 10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
color:#f2ddbc;
}

#phonetop em{
font-size:1.8em;
}

#news .post{
margin-bottom:20px;
padding-bottom:20px;
background:url(../images/layout/newbreak.gif) no-repeat center bottom;
}

.col{
width:290px;
float:left;
}

.mar{
margin-right:60px;
}

#gallery div{
margin:15px;
float:left;
}

#gallery div a{
border:none;
border:3px solid #ceb8a5;
display:block;
}

#gallery div a:hover{
border-color:#800000;
}

#headerimage 	{
	padding: 0; 
	width: 650px;
	height: 250px;
	margin: 5px 0 0 0;
}

a img {
border: none;
}

/*
################### Table ################### 
*/

table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #FF8112;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 2px solid #f2ddbc;
	border-bottom: solid 2px #f2ddbc;
}
tr {
	height: 30px;
	text-align: justify;
	line-height: .9em;
	border-bottom: 5px solid #f2ddbc;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFF;
	border-left: 2px solid #f2ddbc;
	border-bottom: 2px solid #f2ddbc;
}

/* columns */
td.first {border-left: 0px; width: 80px; text-align: justify;}
th.first {border-left: 0px; width: 80px; text-align: center;}
td.second {width: 220px; text-align: justify;}
th.second {width: 220px; text-align: center;}
td.third {text-align: center;}
th.third {text-align: center;}
td.fourth {text-align: center; border-right: 0px;}
th.fourth {text-align: center; border-right: 0px;}
/* end columns*/

tr.row-a {
	background: #800000;
}
tr.row-b {
	background: #65584b;		
}
tr.row-c {
	background: #000000;
	font-size: 14px;
}
tr:hover td
{
  background-color: #c0504e;
}
td img {
	border: 0px;
	padding-left: 4px;
}

.table_product  tr:hover td {
	background-color:transparent;
}

.table_product  tr td {
	padding: 0;
	border:0;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #362C25;
	font-size: 10px;
	line-height: 14px;
}

.table_publication  tr:hover td {
	background-color:transparent;
}

.table_publication  tr td {
	padding: 0;
	border:0;
	line-height: normal;
	color: #362C25;
}




/*
################### Form ################### 
*/
.monform {
	border: 2px solid #800000;
	background: url(none.html) repeat #fff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #362c25;
}

.monlabel {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #800000;
}

.monform:hover {
	border: 2px solid #800000;
	background: url(none.html) no-repeat #fff;
	color: #000000;
}



/*
################# Carousel ################
*/
#postproduse {
margin-bottom:20px;
padding-bottom:20px;
background:url(../images/layout/newbreak.gif) no-repeat center bottom;
}
#postproduse .jCarouselLite {
  overflow: hidden;
  width: 270px;
  height: 200px;
  margin: 0 auto;
  background:url(../images/layout/banner.jpg) no-repeat center;
}
#postproduse .jCarouselLite li {
  width: 270px;
  height: 270px;
  padding-top: 5px;
}

#postproduse .jCarouselLite li a {
  text-decoration: none;
  border: none;
}

#postproduse a.prev, #postproduse a.next {
  z-index: 100;
  top: 105px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-indent: -1000em;
  outline: none;
}
#postproduse a.prev {
  right: 15px;
  background: url(../images/layout/button_next_product.gif) no-repeat top left;
}
#postproduse a.prev:hover {
  background-position: bottom left;
}
#postproduse a.next {
  left: 15px;
  background: url(../images/layout/button_prev_product.gif) no-repeat top left;
}
#postproduse a.next:hover {
  background-position: bottom left;
}

/*promotii*/

#postpromotii {
margin-bottom:20px;
padding-bottom:20px;
background:url(../images/layout/newbreak.gif) no-repeat center bottom;
}
#postpromotii .jCarouselLite {
  overflow: hidden;
  width: 270px;
  height: 200px;
  margin: 0 auto;
}
#postpromotii .jCarouselLite li {
  width: 270px;
  height: 270px;
  padding-top: 5px;
}

#postpromotii .jCarouselLite li a {
  text-decoration: none;
  border: none;
}

#postpromotii a.prev, #postpromotii a.next {
  z-index: 100;
  top: 105px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-indent: -1000em;
  outline: none;
}
#postpromotii a.prev {
  right: 15px;
  background: url(../images/layout/button_next_product.gif) no-repeat top left;
}
#postpromotii a.prev:hover {
  background-position: bottom left;
}
#postpromotii a.next {
  left: 15px;
  background: url(../images/layout/button_prev_product.gif) no-repeat top left;
}
#postpromotii a.next:hover {
  background-position: bottom left;
}

/*
################# App Nitro ################
*/
form.appnitro
{
	margin:0;
	padding:0;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#800000;
	border:1px solid #e6e6e6;
	color:#f2ddbc;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}


#li_captcha span{
	float:none;
}

/**** Form Section ****/
.appnitro
{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:71%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/***Home Poll***/
.homepoll {
	width:484px;
	position:fixed;
	left:30%;
	top:30%;
	z-index:10000;	
}

.homepoll_header {
	width:464px;
	background:transparent url(../images/poll_header.png) no-repeat left top;
	font-size:20px;
	color:#FFF;
	height:32px;
	padding:5px 10px;
	
	
}
.homepoll_content {
	width:464px;
	background:#fff url(../images/poll_footer.png) no-repeat left bottom;
	padding:15px 10px;
	color:#132117;
	font-size:12px;
	text-align:center;
}

.homepoll_footer {
	width:464px;
	text-align:center;
	margin-top:20px;
}

.homepoll_footer img {
	margin:0px 5px;
}

.homepoll_submit {
	text-aling:center;
	height:34px;
}

.homepollback {
	background:transparent url(../images/blankus.png) repeat left top;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px dashed lightblue;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */

}

/* Info Tooltips */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    font-size: 12px;
    color:#800000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    font-size: 12px;
    border:1px solid #f2ddbc;
    background-color:#800000; color:#f2ddbc;
    text-align: center}
	
.error_message_div {
	font-weight: bold;
	font-size: 12px;
	/*color: #F00;*/
	color: #800000;
	padding-bottom: 10px;
}

.p_right {
	float: right;
}	
