﻿/* BASE STYLE STANDARDS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/SestoAutoveicoli03_04.jpg);
	background-repeat: repeat-x;
	background-color: Black;
}
h1 {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #8F0000;
    /*
    text-shadow: 1px 1px 2px Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='Gray')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='Gray');
    */    
}
.shadow {
    text-shadow: 1px 1px 2px Gray;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='Gray')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='Gray');
}
h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px Solid Silver
}
p {
	margin: 10px 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}

/* LAYOUT LAYERS */

#mainBox {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 784px;
	display: table;
}
#header {
    margin: 0px;
    padding: 0px;
    height: 149px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.topImg {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 115px;
	width: 782px;
}
.topImg img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}
.logo {
    width: 152px;
    height: 115px;
    float: left;
    overflow: hidden;
}
.headBanner {
    float: right;
    width: 630px;
    height: 115px;
    overflow: hidden;
}
.topMenu {
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 782px;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
	background-color: #8F0000;
}
.topMenuItems {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 12px;
	/*text-transform: uppercase;*/
	height: 34px; 
	margin-left: 155px; 
	/*padding: 9px 15px 0px 155px;*/
}
.topMenuItems a {
	color: #cdcdcd;
	text-decoration: none;
	padding: 8px 5px 0px 5px;
	display: inline-block; 
	height: 34px;
}
.topMenuItems a:hover {
	text-decoration: none;
	color: White;
}
#middle {
	margin: 0px;
	padding: 0px;
	width: 782px;
	position: absolute;
	top: 149px;
	left: 0px;
}
#leftMenu {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 150px;
	background-color: Transparent; /*#787878;*/
}
.brands {
	background-color: White;
	position: absolute;
	left: 175px;
	top: 40px;
	width: 300px;
	height: 52px;
    /* for IE */
    filter: alpha(opacity=70);
    /* CSS3 standard */
    opacity: 0.7;
    text-align: center;
}
.brandsHome {
    display: inline;
    font-size: 10px;
    line-height: 100%;
}
.brandsHome img {
    border-width: 0px;
}

.brands ul {
	margin: 6px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	line-height: 150%;
}
.brands li {
    margin: 0px;
    padding: 0px;
}
.brands a {
	color: Gray;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.brands a:hover {
	text-decoration: underline;
}
.icons {
    margin: 3px 0px;
    background-color: White;
}
.icons img {
    margin: 0px auto;
    border: 0px;
}
.topNews {
	width: 622px;
	float: right;
	background-color: Transparent;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
}
#content {
	width: 602px;
	float: right;
	background-color: White;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	line-height: 150%;
	color: #555555;
}
#content a {
    color: #8F0000;
}
#footer {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	width: 622px;
	height: 30px;
	float: right;
	color: White;
	display: block;
	font-size: 10px;
}
#footer a {
    color: White;
    text-decoration: none;
}
#footer img {
    float: left;
    border-width: 0px;
    margin: -6px 10px 0px 0px;
}

/* CUSTOM CLASSES */

.imgLeft {
    float: left;
    margin: 5px 10px 0px 0px;
}
.imgRight {
    float: right;
    margin: 5px 0px 0px 10px;
}
.spotBox {
    width: 200px;
    float: left;
    margin: 0px;
}
.spotBox img {
    border: 0px;
}
#spotBoxCenter {
    width: 200px;
    float: left;
    margin: 0px 11px;
}
.spotTitle {
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: White;
}
.spotText {
    padding-top: 6px;
    color: Silver;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: normal;
}
.spotText ul {
    margin: 5px 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 16px;
}
.spotText ul li {
    padding: 6px 10px 10px 10px;
    margin-left: 0px;
	background: url(../images/newsBoxBg.gif) repeat-x;
	background-position: bottom;
	background-color: #B1AFAF;
	border-top: 2px Solid Silver;
}
.spotText ul li:hover {
	background: url(../images/newsBoxBgOver.gif) repeat-x;
	background-position: bottom;
	background-color: #898585;
	border-top: 2px Solid #cdcdcd;
}
.spotText ul li a {
    font-family: Arial, Sans-Serif;
    color: Black;
    text-decoration: none; 
    display: block;
}
.spotText ul li a:hover {
    text-decoration: none;
    color: White;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.justified {
	text-align: justify;
}
.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
.emText {
    color: Maroon;
}
.tabMenu {
    height: 25px;
    width: 400px;
    margin: 0px;
	background: url(../images/menu/title.gif) repeat-x;
	background-position: bottom;
	background-color: #898585;
    padding: 0px;
}
.tabMenuItem img {
    display: none !important;
}
.tabMenuItem {
    font-size: 11px;
    padding: 5px;
    margin: -2px 5px -1px 0px;
}
.tabMenuItem a {
    color: #F0F0F0 !important;
	border: 1px solid Silver;
}
.tabMenuItemSelected a {
    color: White !important;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #8F0000;
}
.tabContent {
    border: 1px solid Silver;
    padding: 10px;
    margin-top: -1px;
    background-color: #f9f9f9;
}
.tabContent h2 {
    border-width: 0px;
    margin: 10px 0px 0px 0px;
}
.partnerBox {
}

/* LEFT MENU */

.sdmenu {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	background: url(../images/menu/bottom.gif) no-repeat  right bottom;
	color: White;
}
.sdmenu div {
	background: url(../images/menu/title.gif) repeat-x;
	overflow: hidden;
}
.sdmenu div:first-child {
	/*background: url(../images/menu/toptitle.gif) no-repeat;*/
	background: url(../images/menu/title.gif) repeat-x;
}
.sdmenu div.collapsed {
	height: 25px;
}
.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/menu/expanded.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.sdmenu div.collapsed span {
	background-image: url(../images/menu/collapsed.gif);
}
.sdmenu div a {
	padding: 5px 10px;
	background: White;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #8F0000;
	text-decoration: none;
	font-size: 12px;
}
.sdmenu div a.current {
	background: #8F0000 url(../images/menu/linkarrow.gif) no-repeat right center;
	color: White;
	text-decoration: none;
}
.sdmenu div a:hover {
	background: #8F0000 url(../images/menu/linkarrow.gif) no-repeat right center;
	color: White;
	text-decoration: none;
}

/* FORM ELEMENTS */

form {
    margin: 0px;
    padding: 0px;
}
.formPanel {
    margin: 20px 0px;
    width: 99%;
}
.searchPanel {
    margin: 10px 0px;
    width: 100%;
}
.formPanel a{
    color: Gray;
}
.sectionPanel {
    float: left;
    width: 150px;
    margin: 0px 20px 0px 0px;
    line-height: normal;
    font-size: 11px;
}
.content input {
    border: 1px solid #8F0000;
    background-color: #f0f0f0;
    padding: 0px 3px;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;    
    width: 135px;
	font-family: Arial, Helvetica, sans-serif;
}
.content textarea {
    border: 1px solid #8F0000;
    background-color: #f0f0f0;
    padding: 0px 3px;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;    
    width: 135px;
	font-family: Arial, Helvetica, sans-serif;
}
.ddlSelect {
    border: 1px solid #8F0000;
    background-color: #f0f0f0;
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    width: 145px;
    color: Black;    
}
.radioBtn {
    margin: 4px 0px 0px -5px;
}
.radioBtn input{
    border-width: 0px;
    background-color: Transparent;
    width: auto;
    display: inline;
    padding: 0px;
    margin: 0px 5px;
}
.textServices {
    margin: 15px 0px;
}
.textServices ul {
    margin: 0px;
    padding: 0px;
}
.textServices li {
    padding: 0px;
    margin-left: 15px;
}
.btn {
	border-top: 2px solid Silver;
	border-right: 2px solid Gray;
	border-bottom: 2px solid Gray;
	border-left: 2px solid Silver;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
	background-color: #8F0000;
    color: #f0f0f0;
    width: auto;
    padding: 3px;
    text-transform: uppercase;
    font-size: 11px;
}
.chkBox input {
    border-width: 0px;
    background-color: Transparent;
    width: auto;
    display: inline;
    padding: 0px;
    margin: 0px 5px 0px -1px;
}
div#formNoleggio {
  margin: 20px 0px;
  display: none;
}

/* CAR SEARCH */

.carList {
    width: 100%;
    margin: 20px 0px;
    clear: both;
    font-size: 11px;
}
.carList td {
    border: 1px solid Silver;
}
.carFinder {
    margin: 10px 0px;
    width: 160px;
}
.carFinderItem {
    margin: 5px 0px;
}
.carFinderItem select {
    display: block;
    width: 150px;
    font-size: 10px;
    color: #8F0000;
}
.makeModel {
    width: 130px;
    padding: 0px 6px;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
}
.makeModel a {
    text-transform: uppercase;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.makeModel a:hover {
    color: #99cc66;
    text-decoration: underline;
}
.carYear {
    width: 50px;
    padding: 0px 6px;
}
.carType {
    width: 70px;
    font-style: italic;
    font-size: 10px;
    padding: 0px 6px;
}
.carKm {
    width: 50px;
    padding: 0px 6px;
}
.carPrice {
    width: 70px;
    padding: 0px 6px;
    font-weight: bold;
}
.carThumbs {
    width: 75px;
}
.carThumbs img {
    padding: 2px;
}
.carThumbs a:hover {
   background-color: #99cc66;
}
.pager {
    height: 27px;
	background: url(../images/menu/title.gif) repeat-x;
	background-position: bottom;
	background-color: #898585;
    color: Silver;
    font-size: 16px;
    font-weight: bold;
    word-spacing: 5px;
}
.pager td {
    padding-left: 5px;
}
.pager a {
    color: White !important;
    text-decoration: none;
    padding: 0px 5px;
}
.pager a:hover {
    background-color: Silver;
    color: #8f0000 !important;
    text-decoration: none;
}
.carDetails {
    width: 100%;
    margin: 15px 0px;
    border: 1px solid SIlver;
}
.titleStyle {
    width: 50px;
}
.dCarHeader {
    background-color: Silver;
    font-size: 11px;
    padding: 5px 10px;
    line-height: normal;
}
.dCarThumbs {
    background-color: White;
}
.dCarThumbs img {
    padding: 2px;
}
.dCarThumbs a:hover {
   background-color: #8F0000;
}
.dCarTitle {
    padding: 10px;
    text-transform: uppercase;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 18px;
    color: Silver;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
	background-color: #8F0000;
}
.detailHeader {
    width: 25%;
    padding: 5px 10px;
}
.infoForm {
    width: 548px;
	margin: 0px;
	border: 1px solid silver;
	padding: 5px;
	background-color: #f3f3f3;
}
.validSumm {
    float: right; 
    width: 200px;
    line-height: 200%;
}
.alertMsg {
    clear: both;
    font-weight: bold;
    padding: 20px 0px;
}
/* OFFERTE */

.listaOfferte {
    width: 100%;
}
.iconMake {
    padding-top: 0px;
    margin: 5px 0px 10px 0px;
}
.iconMake img {
    margin-bottom: -8px;
    margin-right: 10px;
}
.offerText {
    color: #666666;
    margin-bottom: 10px;
}
.attachments {
    padding: 10px 0px;
    margin: 5px 0px;
    color: Gray;
}
.attachments a {
    background-color: #f0f0f0;
    border: 1px Solid Silver;
    padding: 5px 15px;
}
.attachments a:hover {
    background-color: #cccccc;
}

/* EVENTI */

h3 {
	margin: 15px 0px 5px 0px ;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.events {
	width: 100%;
	margin: 20px 0px;
}
.events img {
	float: left;
	margin-right: 10px;
	width: 120px;
}
.thumbs {
	margin: 10px 0px;
	border-top: 1px solid Silver;
	padding-top: 10px;
}
.thumbs img {
	width: 120px;	
}
.eventListItem {
    clear: both;
}
.eventListItem img {
    width: 120px;
    float: left;
    margin-right: 15px;    
}
.eventListLink {
    float: right;
    font-size: 11px;
    margin-bottom: 15px;
}
.eventListLink a {
    font-weight: normal !important;
}

/* NEWSLETTER */

.newsTab {
    width: 100%;
    margin: 10px 0px;
}
.newsItem {
    padding: 10px 0px 0px 0px;
}
.newsDetailsTab {
    margin: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E1D8 !important;
}
.newsPager {
	font-size: 18px;
	height: 40px;
	vertical-align: bottom;
}
.newsAttachment {
	font-size: 11px;
}
.newsAttachment a {
	text-decoration: none;
	padding: 3px;
}
.newsAttachment a:hover {
	background-color: #f0f0f0;
}
	
/* LIGHTBOX Photogallery */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {left: 0; float: left;}
#nextLink {right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover {background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData {padding:0 10px; color: #666;}
#imageData #imageDetails {width: 70%; float: left; text-align: left;}	
#imageData #caption {font-weight: bold;}
#imageData #numberDisplay {display: block; clear: left; padding-bottom: 1.0em;}			
#imageData #bottomNavClose {width: 66px; float: right;  padding-bottom: 0.7em;}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
* html .lbContent { /* IE6 */
	margin-left: -790px;
    position:relative;
}
* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
/* Clearfix */	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* POPUP */

.popUp {
    background-color: Transparent;
    position: absolute;
    left: 200px; /*180px*/
    top: 50px; /*20px*/
    padding: 0px;
    margin: 0px;
    z-index: 1; 
    border: 1px solid silver;
}
.closePopup {
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
    color: White;
    padding: 5px 10px; 
    text-align: right; 
    border-bottom: 1px solid #001A2B;
    font-size: 11px;
}
.closePopup a {
    color: White !important; 
    text-decoration: none;
}
.closePopup a:hover {
    text-decoration: underline;
}

/* JOB OPPORTUNITIES */

.jobOpp {
    width: 100%;
}
.chkPrivacy label {
    width: 0px;
    font-size: 10px;
    margin-left: 3px;
}
.chkPrivacy input {
    margin: 10px 0px 0px 0px;
}
.reparti {
    width: 100%;
    margin: 0px 0px 15px 0px;
    font-size: 11px;
}
.reparti td {
    padding: 0px;
}
.reparti td input {
	display: inline !important;
	width: auto !important;
	border-width: 0px !important;
	background-color: Transparent !important;
	float: left;
}
.vSummary {
    margin: 10px 0px;
    font-size: 11px;
}
.vSummary2 {
    margin: 10px 0px; 
    float: right;
    width: 150px; 
    border: 1px solid red; 
    padding: 10px;
}
.lblCol {
    width: 120px;
}
.privacyBox {
    margin: 15px 0px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    height: 66px; 
    font-family: Verdana, Geneva, Sans-Serif; 
    font-size: 10px;
}
.inline input {
	display: inline !important;
	width: 40px;
}

/* FEEDBACK (RATING, POLLS, ...) - RIGHT COLUMN IN HOMEPAGE */

.feedbackBox, .rightCol {
	position: absolute;
	top: 10px;
	left: 792px;
	width: 180px;
	margin-bottom: 10px;
}
.rightBanner {
    margin-bottom: 10px;
    height: 180px;
}
.rightBanner img {
}

/* Rating */

.ratingBox  {
    margin-top: 0px;
    background-color: White;
    padding: 10px;
}
.ratingIntro {
    font-size: 11px;
    line-height: 12px;
}
.ratingIntro p {
    font-size: 12px;
    color: Black;
    margin: 0px 0px 3px 0px;
    padding: 0px;
}
.ratingIntro p:first-letter {
    font-size: 16px;
}
.ratingTitle {
    font-size: 14px;
    color: Black;
    margin: 10px 0px 5px 0px;
    border-bottom: 1px solid silver;
    font-family: Trebuchet MS, Century, Helvetica, Arial;
}
.ratingItem {
    border-bottom: 1px solid Silver;
    margin-bottom: 10px;
}
.ratingStars {
    clear: both;
    height: 18px;
}
.ratingStars input {
    border-width: 0px;
}
.ratingButton {
	border-top: 2px solid Silver;
	border-right: 2px solid Gray;
	border-bottom: 2px solid Gray;
	border-left: 2px solid Silver;
	background-image: url(../images/SestoAutoveicoli03_06.jpg);
	background-repeat: repeat-x;
	background-color: #8F0000;
    color: #f0f0f0;
    width: 100%;
    padding: 3px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
}
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url('../images/rating/FilledStar.png');
}
.emptyRatingStar {
    background-image: url('../images/rating/EmptyStar.png');
}
.savedRatingStar {
    background-image: url('../images/rating/SavedStar.png');
}
.ratingFeedback {
    float: right;
    font-style: italic;
    color: Gray;
    font-size: 11px;
    line-height: 10px;
    margin-top: 2px;
}

/*Reorder List*/

.rankingBox {
    margin-top: 0px;
    background-color: White;
    padding: 0px;
    width: 100%;
}
.dragHandle {
	width: 12px;
	height: 20px;
	background-image: url('../images/reorderList/bg-menu-main.png');
	cursor: move;
}
.callbackStyle {
	border: 2px solid Maroon;		
}
.callbackStyle table td {
    background-image: url('../images/buttonBg.gif');
	background-repeat: repeat-x;
	background-color: Silver;	
	color: White;
}
.rankingItems ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
.rankingItems ul li {
    list-style-type: none;
	margin: 2px 0px;
    background-image: url('../images/buttonBg.gif');
	background-repeat: repeat-x;
	color: White;
	background-color: Gray;	
	border: 1px solid Silver;
	padding: 2px 0px;	
}
.rankingItems ul li a {
    color: White !important;
    font-weight: bold;
}
.rankingBox input {
    border-width: 0px;
}
.rankingItems {
    margin: 15px 0px;
}
.reorderCue {
	border: 1px solid Maroon;		
	width: 100%;
	height: 20px;
}
.itemArea {
	margin-left: 10px;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}
.feedBackThanks {
    text-align: center;
    color: Black;
    line-height: 100%;
    margin-top: 10px;
}
.dropDown {
    width: 160px;
    border: 1px solid Maroon;
    background-image: url('../images/buttonBg.gif');
	background-repeat: repeat-x;
	color: Black;
	padding: 3px 5px;
	font-size: 11px;
}
.ContextMenuPanel {
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	z-index: 1000;
	width: 160px;
	cursor: default;
	padding: 0px 0px 0px 0px;
	font-size: 11px; 
	background-color: White;
}
.ContextMenuBreak {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}
a.ContextMenuItem {
	margin: 0px;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 10px 4px 30px;
	white-space: nowrap;
}
a.ContextMenuItem-Selected {
	font-weight: bold;
	display: block;
}
a.ContextMenuItem:hover {
	background: url('../images/buttonBg.gif') no-repeat;
	background-color: #f3f3f3;
	color: #003399;
	border: 1px solid Gray;
	padding: 3px 10px 3px 30px;
}
.validRanking {
    color: Maroon;
    font-size: 10px;
    line-height: 12px;
}

/* Radiobutton list */

.rbtnListPoll {
    font-size: 11px;
    color: Background;
    margin: 10px 0px;
    width: 170px;
}
.rbtnListPoll tr:hover {
    background-color: #f0f0f0;
}
.rbtnListPoll td {
    border-top: 1px solid #dcdcdc;
    padding: 3px 0px;
}
.rbtnListPoll input {
    margin: -2px 3px 0px -2px;
    padding: 0px;
    float: left; 
    width: 20px;
}
.rbtnListPoll label {
    margin: 0px 0px 0px 20px;
    display: block;
    line-height: 120%;
}

/* LIFEGATE */

#accordion div {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    margin: 0px;
}
.imgBox {
    float: left; 
    width: 90px;
    margin-top: -5px; 
    margin-left: -7px;
    padding-right: 10px;
}
.imgBox img {
    display: block;
    margin-bottom: 20px;
}
.largeText {
    font-style: italic; 
    font-size: 12px; 
    text-shadow: 1px 1px 0px #e6e6e6;
    text-align: justify;
    width: 90%;
    margin: 0px auto;
    color: #1a1a1a;
}
.largeText p {
    margin: 0px 0px 20px 0px;
}

#sposorBox {
    padding: 20px 0px;
}
.sponsorItem {
}
.sponsorItem a {
    display: table;
    width: 100%;
	border-bottom: 1px Solid Silver;
	text-decoration: none;
	color: Black !important;
	font-size: 20px;
}
.sponsorItem img {
    float: left;
    width: 142px;
}
.sponsorItem span {
    margin: 0px 0px 0px 160px;
    display: block;
    line-height: normal; 
}
.sponsorItem span em {
    color: #E41B13;
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.messageBox {
    background: #a73c2a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3M2MyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDBkMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a73c2a 0%, #940d09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a73c2a), color-stop(100%,#940d09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a73c2a 0%,#940d09 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a73c2a 0%,#940d09 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a73c2a 0%,#940d09 100%); /* IE10+ */
    background: linear-gradient(top, #a73c2a 0%,#940d09 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a73c2a', endColorstr='#940d09',GradientType=0 ); /* IE6-8 */
    color: White;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0px 20px 0px;
}
