@charset "utf-8";
/* Universal Template */

/* ---RESET---
==============================================
----------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { outline: none; }

.clearBoth { clear:both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ---TYPOGRAPHY---
===============================================================
---------------------------------------------------------------*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  line-height: 1.5; 
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#000000;
}

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }
h5 { font-size: 1.1em; margin-bottom: 0.5em; }
h6 { font-size: 1.1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p         		{ margin: 0 0 1.5em; }
p.rightText   	{ text-align: right; }
p.centerText  	{ text-align: center; }

img.leftImg  	{ float: left; margin: 0 0.5em 0.5em 0; padding: 0; }
img.rightImg 	{ float: right; margin: 0 0 0.5em 0.5em; }
img.centerImg 	{ display:block; margin: 0 auto; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th, tbody th 		{ background: #f7fef8; }
th,td,caption { padding: 1px 10px 4px 5px; }
td          { background: white; }
tr.even td  { background: #dceee6; }
tfoot       { font-style: italic; }
caption     { background: #eaf7ff; font-weight: bold; font-style: italic; }

.cnrCell    { text-align: center; }
.leftCell   { text-align: left; }
.rightCell  { text-align: right; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #c6693a; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* horizontal rules
--------------------------------------------------------------- */

.hr			{ height: 1px; width: 880px; margin: 20px auto; border-bottom: 1px solid #f9f8db; clear: both; }
.hr hr		{ visibility: hidden; margin: 0; padding:0; }



/* SITE SPECIFIC STYLES
=================================================================
----------------------------------------------------------------*/

/* basics
-----------------------------------------*/

* {
	margin: 0;
}
html, body , form{
	height: 100%;
}

body {
	color: #000;
	background:#fff url(../images/bg.jpg) repeat-x top;
}

a { color:#3366AA;  text-decoration:underline;}
a:hover, a:focus { color:#3366AA; text-decoration: none; }

.left {
    float:left;
}

.right {
    float:right;
    margin-right:35px;
}

.center {
 margin:20px 0 0 350px;
}
/* structure
--------------------------------------- */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -248px;
	background:url(../images/bg-container.png) repeat-y center;
	
}


.container {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	padding: 0;

}

.content {
	width:900px;
	padding:30px 25px 30px 35px;
	clear:both;
	margin: 0 auto;
	color:#777777;
	min-height:500px;
     height:auto !important;
    height:500px;

}

.detailsTxt {
	width:865px;
	margin: 0 auto;
}

.footer {
	width:960px;
	height:248px;
	background:url(../images/bg-footer.jpg) no-repeat 1px bottom;
	margin:0 auto;
	font:12px/16px Arial,Helvetica,sans-serif;
    text-align:center;
	
}

.footer ul {
    list-style-type:none;
    margin:0 0 10px 0;
    padding-top:200px;


}
.footer p {
    margin:0px;
    font-size:9px;
}
.footer ul li {
    display: inline;
    margin-right: 10px;
}


.footer, .push {
	height: 248px;
	
}



/* header - hertzBar
--------------------------------------- */
.hertzBar {
	background:url(../images/bg-header.jpg) repeat-x top;
	clear:both;
	height:87px;
	width: 936px;
	margin: 0 auto;

}
.hertzBar .localisation {
	color:#404040;
	float:right;
	font-size:11px;
	line-height:40px;
	text-align:right;
	text-transform:uppercase;
	width:450px;
	margin-right:22px;
	font-weight:bold;
}
.hertzBar .localisation select {
	margin:0 5px 0 15px;
	text-transform:capitalize;
	vertical-align:middle;
	width:105px;
}
.hertzBar .localisation select:first-child {
	margin:0 20px 0 15px;
}
.hertzBar h1.logo {
	background:transparent url(../images/hertz-logo.gif) no-repeat scroll left 20px;
	width:301px;
	height:52px;
	margin:0px 0 0 35px;
	padding:0;
	vertical-align:middle;
}
.hertzBar h1.logo a {
	color:#000000;
	display:block;
	font-size:24px;
	width:247px;
	height:36px;
	text-align:left;
	text-decoration:none;
	text-indent:-9999em;
	width:110px;

}


/*  hertzBar - navigation
--------------------------------------- */


.nav {

	margin:0;
	clear: both;
	float:right;
	margin-top:-8px;

}	

.nav ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul.menu li {
	margin:0;
	padding:0;
	float:left;	
	position:relative; 
	
}

.nav ul.menu li a {
	background: transparent url(../images/nav-sprite-edge.jpg) repeat-x left top;
	display: block;
	float: left;
	line-height: 38px;			/* height of bg */
	height: 36px;				/* height of bg */
	padding: 0 0 0 6px;		/* width of edge img */
	text-decoration: none;
	color: #000;
	margin: 0 0 0 0;
	font-weight:bold;
}
.nav ul.menu .first {
	background: transparent url(../images/nav-sprite-first.jpg) no-repeat left top;
	padding: 0 0 0 14px;	
}



.nav ul.menu li a:hover {
	background-position: left -36px ;
}

.nav ul.menu li a span {
	background: transparent url(../images/nav-sprite-bg.jpg) no-repeat right top;
	display: block;
	padding: 0 10px 0 6px;		/* match width of edge img for balance */
	font-size: 12px;
	color: #000;
	font-weight: bold;
	height: 36px;
}

.nav ul.menu li a.last span {
	background: transparent url(../images/nav-sprite-last.jpg) no-repeat right top;
	padding: 0 14px 0 0px;	
	height: 36px;
}

.nav ul.menu li a:hover span {
	background-position: right -36px;
	color: #000;
}

.nav ul.menu ul {position:absolute; top:36px; left:-1px; border-top:1px solid #aaa; background:#d1d1d1; display:none; opacity:0; list-style:none;}
.nav ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0;background:none;}

.nav ul.menu ul li a {display:block; padding:0 0 0 15px; background:#ffde0a; color:#000; width:133px; height:23px; line-height:22px;}
.nav ul.menu ul li a:hover {background:none;}
.nav ul.menu ul ul {left:148px; top:-1px;}
.nav ul.menu .menuhover {background: transparent url(../images/nav-sprite-edge.jpg) repeat-x left -36px ;}
.nav ul.menu .topline {border-top:1px solid #aaa;}
.nav ul.menu * {margin:0; padding:0}

/* Home page
-------------------------------*/
.contentHomeLeft {
	float:left;
	width:655px;
}

.contentHomeRight {
	float:right;
	width:220px;
}

.contentHomeLeft h2.headlineTitle{
    margin: 0 0 8px 0;
	width: 367px;
    height: 21px;
    background: url(../images/txt-headline-home.gif) no-repeat left top;
    text-indent: -9999em;
 
 }
 
 .contentHomeLeft h2.phoneTitle{
    margin: 0 0 8px 0;
	width: 649px;
    height: 21px;
    background: url(../images/txt-telephone-home.gif) no-repeat left top;
    text-indent: -9999em;
    float:left;
    padding-bottom:30px;
 
 }
 

 .contentHomeLeft h2.phoneTitle a {
	color:#000000;
	display:block;
	font-size:24px;
    width: 649px;
    height: 21px;
	text-align:left;
	text-decoration:none;
	text-indent:-9999em;


}
 
 .contentHomeLeft .btnFindOutMore {
    float:right;
    margin:20px 60px 5px 0;
 
 }
 
 .homeList {
    margin-left:30px;
}

.homeList li{
    line-height:25px;
    font-weight:bold;
    font-size:13px;
    color:#1c1c1c;
}
.center2 {
    margin:0px;
}

/* listIcons
-------------------------------*/
.listIcons {
	clear:both;
	overflow:auto;
	margin-bottom:10px;
}

.listIcons .itemIcon {
	width:310px;
	float:left;
	display:block;
	margin:0 15px 20px 0px;

}
.listIcons  .itemIcon .itemIconImage {
	float:left;
	margin-right:5px;
}
.listIcons .itemIcon .itemIconText {
	width:235px;
	float:left;
	color:#777777;
}

.listIcons .itemIcon .itemIconText  h4 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	margin:0px;
	color:#777777;
	
}
.listIcons .itemIcon .itemIconText  p {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin:0px;
	color:#777777;
	
}
/* offers
-------------------------------*/

.offersPanel {
	background:url(../images/bg-offers.jpg) no-repeat center top;
	width: 623px;
	height:158px;
	padding-left:23px;
	margin-top:-165px;
	
	}


.offersPanel img {
    margin: 17px auto;
}

.offersPanel img.firstChild {
    margin-left:5px;
}

/* Our Fleet -home page
-------------------------------*/

.ourFleet {
	width:223px;
	float:left;
	display:block;

}
.ourFleetTop {
	background:url(../images/bg-ourFleet-top.gif) no-repeat center top;
	width:223px;
	height:26px;
	display:block;

}
.ourFleetContainer{
	background:url(../images/bg-ourFleet-body.gif) repeat-y center;
	width:223px;
	display:block;
	text-align:center;
	
	
}

.ourFleetItem {
	display:block;
	width:200px;
	clear:both;
	margin:0 auto 7px;
}

.ourFleetItem h4 {
	margin:0px;

}

.ourFleetItemPicture {
	width:160px;
	display:block;
	margin:0 auto;

}


.ourFleetBottom {
	background:url(../images/bg-ourFleet-bottom.gif) no-repeat center bottom;
	width:223px;
	height:26px;
	display:block;

}


/* inner page
-------------------------------*/

.yellowBottom {
	padding-bottom:6px;
    background:url(../images/bg-line-yellow.jpg) no-repeat left bottom;

}
.greenBottom {
	padding-bottom:6px;
    background:url(../images/bg-line-green.jpg) no-repeat left bottom;

}

.blueBottom {
	padding-bottom:6px;
    background:url(../images/bg-line-blue.jpg) no-repeat left bottom;

}

.goldBottom {
	padding-bottom:6px;
    background:url(../images/bg-line-gold.jpg) no-repeat left bottom;

}

/* FleetItem
-------------------------------*/

.FleetItem {
	width:399px;
	float:left;
	margin:17px;
	display:block;
	overflow:hidden;

}
.FleetItemTop {
	background:url(../images/bg-select-item-top.gif) no-repeat center top;
	width:399px;
	height:8px;
	display:block;

}
.FleetItemContainer{
	background:url(../images/bg-select-item-container.gif) repeat-y center;
	width:383px;
	padding:0px 8px 0px 8px;
	display:block;
	overflow:hidden;
	
	
}

.FleetItemTitle {
	background-color:#ffde0a;
	display:block;
	width:383px;
	height:22px;
	clear:both;
}

.FleetItemTitle h4 {
	line-height:1.8em;
	margin-left:15px;

}

.FleetItemPicture {
	width:116px;
	height:82px;
	padding:3px 0 0 0;
	float:left;
	display:block;
	vertical-align:middle;
	overflow:hidden;
}
.FleetItemPicture img{
	vertical-align:middle;
    width:116px;
}


.FleetItemDescription {
	float:right;
	width:264px;
	text-align:center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color:#000;
}

.FleetItemFeatures {
	float:right;
	width:264px;
	height:18px;
	background-color:#e8e7e7;
	margin-top:3px;
	font-weight:bold;
}

.FleetItemEnergyLabel {
	float:right;
	width:264px;
	height:18px;
	background-color:#fff195;
	margin-top:3px;
}

.FleetItemPrice {
	float:right;
	width:264px;
	height:18px;
	background-color:#e8e7e7;
	margin-top:3px;
	font-weight:bold;
}

.FleetItemBtn {
	float:right;
	width:264px;
	height:18px;
	background-color:#ffde0a;
	margin-top:3px;
}

.FleetItemBtn a.detailsLink {
	color:#000;
	font-weight:bold;
	text-decoration:none;

}
.FleetItemBottom {
	background:url(../images/bg-select-item-bottom.gif) no-repeat center bottom;
	width:399px;
	height:8px;
	display:block;
	clear:both;

}


/* Description Fleet Item
-------------------------------*/

.DescriptionFleetItem {
	width:882px;
	margin:0 auto;
	display:block;
	margin-bottom:15px;

}
.DescriptionFleetItemTop {
	background:url(../images/bg-description-top.gif) no-repeat center top;
	width:882px;
	height:12px;
	display:block;

}

.DescriptionFleetItemContainer {
	background:url(../images/bg-description-container.gif) repeat-y center;
	width:882px;
	display:block;
	margin:0px;
	padding:0px;
	height:254px;
	
	
}

.DescriptionFleetItemPicture {
	width:359px;
	float:left;
	margin-left:12px;
	display:block;
	
}
.fullsize {
	width:359px;
    height:254px;
    overflow:hidden;
    
}

.DescriptionFleetItemThumbails{
	width:116px;
	float:left;
	display:block;
	margin-left:4px;	
}

.DescriptionFleetItemThumbails img {
	margin-bottom:4px;
	height:82px;	
	overflow:hidden;
    width:116px;
}
.DescriptionFleetItemThumbails .firstThumbails {
	margin:0px;
	height:82px;	
	overflow:hidden;
}

.DescriptionFleetItemThumbails .secondThumbails {
	height:82px;	
	overflow:hidden;
}
.DescriptionFleetItemThumbails .thirdThumbails {
	height:82px;	
	overflow:hidden;
}

.DescriptionFleetItemDescription {
	float:right;
	width:376px;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	color:#000;
	margin-right:12px;

}
.DescriptionFleetItemTitle {
	background-color:#ffde0a;
	display:block;
	width:376px;
	height:34px;
}

.DescriptionFleetItemTitle h3 {
	line-height:2.1em;
	margin-left:15px;

}


.DescriptionFleetItemDescription dt {
background-color:#E8E7E7;
height:21px;
line-height:21px;
margin:2px 0 0;
width:188px;
overflow:hidden;
}

.DescriptionFleetItemDescription dd {
height:21px;
line-height:21px;
margin:0;
width:188px;
overflow:hidden;
}
.DescriptionFleetItemDescription .dtDouble {
background-color:#E8E7E7;
font-size:11px;
height:21px;
line-height:21px;
margin:2px 0 0;
width:188px;
overflow:hidden;
}


.DescriptionFleetItemDescriptionRight {
	float:right;
	text-align:center;

}
.DescriptionFleetItemDescriptionLeft {
	float:left;
	text-align:center;

}

.DescriptionFleetItemBottom {
	background:url(../images/bg-description-bottom.gif) no-repeat center bottom;
	width:882px;
	height:12px;
	display:block;


}

.fullsizeNews {
	width:715px;
    height:118px;
}
.fullsizeNews img{
	width:715px;
    height:118px;
}

.nIndexItem {
	margin-bottom:10px;
}

/* ContactDescriptionItem
----------------------------------*/
.ContactDescriptionItem {
	width:882px;
	margin:0 auto;
	display:block;
	margin-bottom:15px;
	 min-height:100px;
     height:auto !important;
    height:100px;



}
.ContactDescriptionItemTop {
	background:url(../images/bg-description-top.gif) no-repeat center top;
	width:882px;
	height:12px;
	display:block;

}

.ContactDescriptionItemContainer {
	background:url(../images/bg-description-container.gif) repeat-y center;
	width:882px;
	display:block;
	margin:0px;
	padding:0px;
	
}

.ContactDescriptionItemBottom {
	background:url(../images/bg-description-bottom.gif) no-repeat center bottom;
	width:882px;
	height:12px;
	display:block;


}


.ContactDescriptionItem {
float:left;
width:535px;
height:175px;
}

/* forms styling
----------------------------------*/
.containerForm {
    border:5px solid #E8E7E7;
    display:block;  
    margin:0 auto;
    padding:10px;
    width:840px;
}


.formLeft {
  width: 429px;
  display: block;
  float: left;
  margin-right: 1px;
}
.formRight {
  width: 429px;
  display: block;
  float: left;
  margin-right: 5px;
}
.buisnessForm {
  display: block;

}

.formRow {
  width: 458px;
  height: 25px;
  display: block;
  font-size: 13px;
  clear:both;
}

.formLabelNotReq {

  background:#e8e7e7;
  color:#000000;
  display:block;
  float:left;
  font-weight:bold;
  height:23px;
  line-height:22px;
  margin:0 5px 0 12px;
  padding-left:17px;
  width:260px;
}

.formLabel {

  background:#e8e7e7;
  color:#000000;
  display:block;
  float:left;
  font-weight:bold;
  height:23px;
  line-height:22px;
  margin:0 5px 0 12px;
  padding-left:17px;
  width:260px;
}
.formLabel.reqElement {

  background:#FF9391;
}

.mandatoryInd {

  background:#e8e7e7;
  color:#000000;
  display:block;
  float:left;
  font-weight:bold;
  height:23px;
  line-height:22px;
  margin:0 5px 0 12px;
  padding-left:18px;
  width:410px;
  font-size:10px;
}
.mandatoryInd.reqElement {

  color:#f7312e;
}
.formLabelMedium
{
  font-weight: bold;
  width: 346px;
  display: block;
  float: left;
  margin-right: 5px;
}
.formLabelLarge {
  font-weight: bold;
  width: 488px;
  display: block;
  float: left;
  margin-right: 5px;
}
.expandall {
  width: 298px !important;
}
.formValidation {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  font-size: 13px;
  color: Red;
}
.formValidationPass {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-left: 7px;
   background-image: url('../images/validation.gif');
  background-repeat: no-repeat;
}


.formInfoText
{
  display: none;
}
.formFieldTextBox
{
  width: 140px;
  display: block;
  float: left;
}
.formFieldTextBox
{
  width: 140px;
  display: block;
  float: left;
}
.shortField {
   width: 140px;
  display: block;
  float: left;  

}

.formFieldDropdown
{
  width: 146px !important;
  display: block;
  float: left;
}

.formFieldRadioButtonsGroup
{
  float: left;
  width: 146px;
}

.formRowTop {
   width:820px;
  height: 30px;
  display: block;
  font-size: 13px;
  clear:both;
  margin-left:40px;

}
.formRowTop label {
    margin-right:15px;
    color:#000000;
    font-weight:bold;

}
.formRowTop input{
    margin-right:55px;

}

.formLong {
    background:#E8E7E7;
    font-weight:bold;
    height:23px;
    line-height:25px;
    margin:0 5px 3px 12px;
    padding-left:10px;
    width:848px;
    color:#000;
    
}
.formLong table td {
    background:none;
    height:23px;
    line-height:2px;
    width:200px;
}
.formLong span {
    margin-left:5px;
    color:#000;
}
.formLong label {
    margin:0 20px 0 10px;
}
.formLong input {
    margin-right:10px;   
}
.contactTitle {
    background:#fedc09;
    clear:both;
    font-size:14px;
    height:22px;
    line-height:25px;
    margin-left:10px;
    padding-left:10px;
    width:850px;
    margin-bottom:3px;
    

}
.textArea textarea {
    background-color:#E8E7E7;
    border:none;
    height:100px;
    margin-left:10px;
    width:860px;
}

.btnSend {
    float:right;
    width:89px;
    height:37px;
    border:none;
    margin-right:50px;

}

.txtContact {
    font-size:1.1em;
    margin-bottom:5px;
    margin-left:12px;
    margin-top:5px;
}
/* bannerInner
-------------------------------*/

.bannerInner {
    float:right;
    overflow:auto;
    background-image: url('../images/bg-offers-inner.jpg');
    width:171px;
    height:563px;
    padding-top:15px;
    margin-left:5px;

}

.bannerInner img {
    margin:10px 0 0 10px;

}

/* FAQ
-------------------------------*/

.faq {
    width:690px;
 
}


/* stdButton
-------------------------------*/
a.stdButton {
background:url("../images/select-button-edge.png") no-repeat scroll left bottom transparent;
color:#000000;
display:block;
float:right;
font:bold 14px/30px Arial,Helvetica,sans-serif;
height:30px;
margin:5px 0 15px;
padding:0 0 0 15px;
text-decoration:none;
}
a.stdButton.smallButton {
font:bold 12px/30px Arial,Helvetica,sans-serif;
}
a.stdButton span {
background:url("../images/select-button-bg.png") no-repeat scroll right bottom transparent;
display:block;
padding:0 27px 0 0;
}
a.stdButton:hover {
background-position:left top;
}
a.stdButton:hover span {
background-position:right top;
color:#FFFFFF;
}

/* configurator
-------------------------------*/
.noBg {
    background:#fff;

}
.noBg {
    background:#fff;

}
.modelDetailsBg {
	background:#fff;
}

.modelDetailsBg h4 {
    margin:10px 0 0 10px;

}
.brandItem {
    width:120px;
    height:135px;
    float:left;
    text-align:center;
    margin:20px 5px 10px 5px;
}
.brandItem div{
    width:120px;
    height:100px;
    float:left;
    text-align:center;
}
.brandItem span {
    text-transform:uppercase;
}
.brandItem input{
    margin-top:10px;
}
.itemAccesories{
    width:160px;
    float:left;
    text-align:center;

}

.itemAccesories input {
    clear:both;
    margin:10px 0 10px 0;
}
.textConfigurator {
    color:#000000;  
    font-size:12px;
    margin:15px 5px 20px 15px;
}

/* breadcrumbs
---------------------*/

.breadcrumbs ul {
	list-style: none;
	padding:0;
	margin: 10px 0px 10px 5px;
	font-size: 11px;
}

.breadcrumbs li {
	margin:0;
	padding: 0 5px 0 13px ;
	display: inline;
	background: transparent url(../images/breadcrumb-bullet.gif) no-repeat left center;
}

.breadcrumbs li a {
    color:#777777;
}

.breadcrumbs li a:hover {
    text-decoration:none;
}

.btn-back {
    float:right;
    height:20px;

}

a.back {
    background: transparent url(../images/back-arrow.jpg) no-repeat left top;
    font-weight:bold;
    line-height:16px;
    margin-right:20px;
    padding-left:25px;
    padding-bottom:30px;
}

/* CalculatorItem Item
-------------------------------*/

.CalculatorItem {
	width:882px;
	margin:0 auto;
	display:block;
	margin-bottom:30px;


}
.CalculatorItemTop {
	background:url(../images/bg-description-top.gif) no-repeat center top;
	width:882px;
	height:12px;
	display:block;

}

.CalculatorItemContainer {
	background:url(../images/bg-description-container.gif) repeat-y center;
	width:882px;
	display:block;
	margin:0px;
	padding:0px;
	height:120px;
	overflow:hidden;
	
}

.CalculatorItemBottom {
	background:url(../images/bg-description-bottom.gif) no-repeat center bottom;
	width:882px;
	height:12px;
	display:block;


}



.CalculatorItemContainer .formLabel {
    color:#000000;
    display:block;
    float:left;
    font-weight:bold;
    height:25px;
    line-height:22px;
   margin:0 5px 5px 10px;
    padding-left:10px;
    width:300px;
    background:#E8E7E7;
}
.CalculatorItemContainer .formLabelError {
    color:#000000;
    display:block;
    float:left;
    font-weight:bold;
    height:60px;
    line-height:52px;
   margin:0 5px 5px 10px;
    padding-left:10px;
    width:510px;
    background:#E8E7E7;
    text-align:center;
}



.CalculatorItemContainer .formFieldTextBox
{
  width: 200px;
  display: block;
  float: left;
}
.CalculatorItemContainer .formFieldDropdown
{
  width: 206px !important;
  display: block;
  float: left;
  height:25px;
}






.CalculatorItemContainerLeft {
float:left;
width:535px;
height:120px;
}

.CalculatorItemContainerRight {
float:left;
width:335px;
height:120px;
text-align:center;
}
.CalculatorItemContaineTitle {
background-color:#FFDE0A;
display:block;
height:25px;
width:335px;
line-height:28px;
}


/* white Banners 
-------------------------------*/
.whiteBanner12 {
display:block;
height:12px;
width:100%;
}


.whiteBanner67 {
display:block;
height:80px;

}
.whiteBanner16 {
display:block;
height:1px;

}

.whiteBanner9 {
display:block;
height:13px;
}
.whiteBanner29 {
display:block;
height:35px;
}

.whiteBanner18 {
display:block;
height:18px;
}
.whiteBanner42 {
display:block;
height:42px;
}


