* { margin: 0; padding: 0; }

body {
	margin: 10px 10px 10px 10px;
	background: #FFFAF1;
}
		
img {
  border: 0;
}

a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:active {
  color: #000;
}
a:hover {
  color: #DE2918;
}


.header, .footer {
  clear: both;
  width: 100%;
  height: 30px;
  border-top: 2px solid #DE291E;
  border-bottom: 2px solid #DE291E;
}
.footer {
  height: 19px;
  color: #fff;
  font-size: 11px;
}
.redStripeHead, .redStripeFoot {
  height: 26px;
  margin: 2px 0 2px 0;
  background-color: #DE291E;
  padding: 0 0 0 20px;
}
.redStripeFoot {
  height: 15px;
}
.headImg {
  height: 20px;
  width: 200px;
  margin: 3px 0 0 0;
}

#newsWrap {
  margin:0 0 0 230px;
  position:relative;
  overflow:hidden;
  background:#DE2918;
  z-index: 1;
}

#newsContent {
  position: absolute;
  right: -3300px;
  top: 2px;
  color: #F9FB6D;
  font-size: 16px;
  width: 3300px;
}

#pageTitle h1 {
  font-size: 24px;
}

#flagWrap a {
  width: 80px;
  height: 40px;
  text-indent: -9000px;
  display: block;
  float: left;
}

.flagIT-in {background: url('/images/flagItaly_small.gif') no-repeat;}
.flagIT-off {background: url('/images/flagItaly_small_grey.gif') no-repeat;}
.flagIT-off:hover {background: url('/images/flagItaly_small.gif') no-repeat;}

.flagEN-in {background: url('/images/flagUK_small.gif') no-repeat;}
.flagEN-off {background: url('/images/flagUK_small_grey.gif') no-repeat;}
.flagEN-off:hover {background: url('/images/flagUK_small.gif') no-repeat;}

.homeWrap a, .homeWrap span {
  text-decoration: none;
  color: #999;
}

.homeWrap a:hover {
  text-decoration: underline;
  color: #000;
}


.menuWrap {
  position: relative;
  float: left;
  margin: 70px 0 10px 0;
  /*border: 2px solid #6AB99A;*/
  width: 170px;
  height: 420px;
  padding: 5px 5px 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
  text-align: center;
}

.menuInnerWrap {
  background-color: #DE291E;
  background-image: url('/images/wreath.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 5px 5px 5px 5px;
  padding: 10px 0 25px 0;
}

.menuAbarth {
  font-size: 20px;
  color: #FFF;
}

.menuAbarth a {
  font-size: 20px;
  color: #FFF;
}

.menuItemTop {
  font-size: 14px;
  margin: 0 0 20px 0;
  color:#DDD8D0;
}

.menuItemBot {
  height: 25px;
}

.menuItem {
  position: relative;
  margin: 3px 5px 0 5px;
  padding: 5px 5px 0 5px;
  width: 144px;
  /*background: #6AB99A;*/
}

.menuItem a h1 {
  font-size: 14px;
}

.menuItem a:link {
  color: #fff;
  text-decoration: none;
}
.menuItem a:visited {
  color: #fff;
  text-decoration: none;
}
.menuItem a:active {
  color: #fff;
  text-decoration: none;
}
.menuItem a:hover {
  color: #F7D915;
  text-decoration: underline;
}

.menuNewImg {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 5px;
}

.mainWrap {
  position: relative;
  margin: 70px 0 10px 210px;
  padding: 5px 5px 5px 5px;
  width: 900px;
  /*border: 2px solid #6AB99A;*/
}

.fbbadge {
  margin: 5px 0 0 0;
}

.rightMarker {
  width: 1px;
  height: 1px;
  float: right;
}

.mainTitle {
  position:absolute;
  top: -10px;
  left: 90px;
  width: 120px;
  height: 35px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  text-align: center;
}

.mainContent {
  margin: 20px 0 10px 0;
  font-size: 14px;
  /*font-weight: bold;*/
  font-family: verdana;
}

.prodPage {
}

.prodTable {
  margin: 10px 0 0 0;
}

.prodTable tbody tr td {
  vertical-align: middle;
}

.prodGroup {
  margin: 20px 0 0 0;
}

.prodGroup tbody tr td {
  vertical-align: middle;
}

.prodTitle {
  font-weight: bold;
}

.prodNum {
}

.prodDesc {
}


.t {background: url(/images/dot2.gif) 0 0 repeat-x;}
.b {background: url(/images/dot2.gif) 0 100% repeat-x}
.l {background: url(/images/dot2.gif) 0 0 repeat-y}
.r {background: url(/images/dot2.gif) 100% 0 repeat-y}
.bl {background: url(/images/bl.gif) 0 100% no-repeat}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}

.imgFrame {
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  border: 1px solid #aaa;
}

.imgFrameSmall {
  padding: 5px;
  margin: 2px;
  border: 1px solid #aaa;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
}

.title2 {
  font-size: 20px;
  font-weight: bold;
}

.title3 {
  font-size: 14px;
  font-style: italic;
}

.title4 {
  font-size: 12px;
}



.eventsTable tbody tr td {
  padding: 5px 5px 5px 5px;
}

.homeUpdated {
  font-size: 12px;
  margin: 0 0 10px 0;
}

#prodIndexWrap {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

#prodIndexWrap a:link, #prodIndexWrap a:visited, #prodIndexWrap a:active {
  color: #444;
  text-decoration: none;
}

#prodIndexWrap a:hover {
  text-decoration: underline;
}

#prodIndexWrap tbody tr {
  position: relative;
}

#prodIndexWrap tbody tr td {
  position: relative;
  padding: 12px;
  vertical-align: top;
}

#prodIndexWrap tbody tr td div {
  position: relative;
}

.prodCat {
  margin:0 0 0 0px;
}

.prodSubCat {
  margin:0 0 0 0px;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}

#prodListHeader {
  margin: 0 0 20px 0;
  font-size: 16px;
}

#prodListHeader h1 {
  font-size: 20px;
}

#prodListWrap {
  width: 90%;
}

#prodListWrap thead {
  font-style: italic;
}

#prodListWrap thead tr td, #prodListWrap tbody tr td {
  border: 1px solid #C9C1C1;
}

#prodListWrap thead tr td, #prodListWrap tbody tr td {
  padding: 5px 5px 5px 5px;
}

#prodListWrap thead tr td {
  background: #C9C1C1;
}

#prodListWrap tbody {
  font-weight: normal;
}

.prodPartNum {
  width: 120px;
}

.prodImg {
  width: 55px;
}

.prodDesc {
}

.prodWeight {
  width: 200px;
}

.abarth_shield {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 22px;
}

.prodListSubCat {
  margin: 30px 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}

.rowType1 {
  background: #FFFFC0;
}

.rowType2 {
  background: #DFE098;
}

.emptyspace {
  margin: 420px 0 0 0;
}

#whatsNew {
  width: 80%;
  margin: 0 0 0 50px;
}

#whatsNew tbody tr td {
  padding: 10px 5px 5px 20px;
  vertical-align: top;
}

.bubble {
  width:160px;
  height:355px;
  font-size: 10px;
  color: #DE2918;
  padding: 5px;
  text-align:center;
}

.bub {
  font-weight: normal;
}

.bub1 {
  font-size: 18px;
}

.bub2 {
  font-size: 15px;
}

.bub3 {
  font-size: 11px;
}

.bub4 {
  font-size: 10px;
}

.bub5 {
  font-size: 9px;
}

.bubble a:link {
  color: #DE2918;
  text-decoration: none;
}
.bubble a:visited {
  color: #DE2918;
  text-decoration: none;
}
.bubble a:active {
  color: #DE2918;
  text-decoration: none;
}
.bubble a:hover {
  color: #DE2918;
  text-decoration: underline;
}

.closeDOMWindow {
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

.closeX {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 29px;
  z-index: 30000;
  background-image: url('/images/x.png');
}

#prev, #next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 37px;
  cursor: pointer;
}

#prev {
  left: 0;
}

#next {
  right: 0;
}

#multipleImgs {
  height: 37px;
  width: 120px;
  position: relative;
  margin: 10px 0 0 0;
}

#curmaxWrap {
  position: absolute;
  top: 8px;
  left: 45px;
}

#videoTitle {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
  text-align: center;
  width:340px;
}

.videoWrap {
  position: relative;
  border:1px solid #000;
  width:340px;
  height:350px;
}

.videoList {
  margin: 30px;
}

.videoList img {
  width: 160px;
  height: 120px;
  cursor: pointer;
}

.videoList img:hover {
  border: 1px solid #000;
  background: #DE2918;
}

.carDetailTitle {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}

.carPrev, .carNext {
  position:absolute;
}

.carPrev {
  left: -30px;
  top: 150px;
}

.carNext {
  left: 420px;
  top: 150px;
}

#main_image a {
  font-size: 24px;
}

#main_image a:link {
  text-decoration: none;
}
#main_image a:visited {
  text-decoration: none;
}
#main_image a:active {
  text-decoration: none;
}
#main_image a:hover {
  color: #DE2918;
  text-decoration: underline;
}

.carIndexThanks {
  font-size: 12px;
  font-style: italic;
  margin: 0 50px 0 0;
}

.carDesc {
  clear: both;
  padding: 0 30px 30px 30px;
  font-size: 12px;
  text-align: left;
}

.carSpec {
  float: left;
  width: 270px;
  margin: 10px 20px 10px 20px;
}

.carTitle {
  font-size: 14px;
  font-style: italic;
}

.carDetailSpecifics {
  margin: 0 0 0 30px;
}

.carSpecList {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #000;
  overflow: hidden;
  width: 270px;
}

.carSpecTit {
  clear: both;
  float: left;
  width: 160px;
  font-weight: bold;
}

.carSpecDet {
  float: left;
  width: 90px;
}

.prodCatHeading {
  font-weight: normal;
}

.prodSubCatHeading {
}

.prodDescPrefix {
  font-weight: bold;
}

#homeNewBox a:link {
  color: #000;
  text-decoration: none;
}
#homeNewBox a:visited {
  color: #000;
  text-decoration: none;
}
#homeNewBox a:active {
  color: #000;
  text-decoration: none;
}
#homeNewBox a:hover {
  color: #DE2918;
  text-decoration: none;
}

.new2img {
  position:absolute;
  left:-35px;
  top:-35px;
  width:100px;
  height:85px;
}

#engineHeading {
  font-size: 18px;
  margin: 0 0 5px 0;
}

#engineWrap thead tr td, #engineWrap tbody tr td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #C9C1C1;}

#engineWrap thead tr td {
  text-align: center;
  background: #C9C1C1;
  font-style: italic;
}

#engineWrap tbody tr td {
  text-align: left;
}

.camHeading {
  font-size: 24px;
  margin: 30px 0 0 0;
}

.camWrap {
  width: 90%;
}

.camCat {
  margin: 20px 0 0 0;
}

.pressLinksWrap {
  margin: 30px;
  padding:20px;
}

.pressThanks {
  margin:40px 0 0 10px;
  font-size:11px;
}

.searchBox, .searchBoxHome {
  font-size: 12px;
  background: #3CA4FC;
  padding: 15px;
  width: 470px;
  text-align: center;
  border: 1px solid gray;
}
.searchBoxHome {
  padding: 10px;
  width: 250px;
}
.searchBoxHome span {
  color: #000;
}
.searchInput {
  font-size: 16px;
}
.searchInputHome {
  font-size: 14px;
}

.searchCat {
  font-size: 20px;
}

.searchNoResults {
  font-size: 18px;
  color: #000;
  background: #F87087;
  padding: 10px;
  margin: 0px 0px 20px 0px;
  width: 88%;
}

.searchResultsNum {
  font-size: 18px;
  color: #000;
  background: #3CA4FC;
  padding: 10px;
  margin: 0px 0px 20px 0px;
  width: 88%;
}

.contentDiv {
  height: 570px;
  overflow: visible;
}

.subTitleCenter {
  width:500px;
  text-align:center;
  font-size:24px;
  margin:20px auto 20px auto;
}

.friendsDesc {
  font-size: 12px;
  margin:20px auto 20px auto;
  width: 90%;
}

.friendsWrap {
  width:100%;
  height:8000px;
}

.picWrap, .picWrapVert {
  position: relative;
  float: left;
  width: 175px;
  height: 218px;
}

.picWrap a {
  width: 175px;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.picWrap .picImgWrap {
  margin: 0 auto;
  width: 175px;
  cursor: pointer;
}

.picWrapVert .picImgWrap {
  margin: 0 auto;
  width: 140px;
}

.picName {
  font-size:10px;
  color: #000;
  text-align: center;
  height: 25px;
  width: 175px;
}

.menuPeopleImgen {
  position: absolute;
  left: 37px;
  top: 0;
}

.menuPeopleImgit {
  position: absolute;
  left: 40px;
  top: 0;
}

.carTypeHead {
  font-size: 22px;
  margin: 30px 0 0 0;
}

.linkTable {
  margin: 20px 0 0 0;
}

.linkTable a {
  text-decoration: none;
}

.linkTable a span {
  text-decoration: underline;
}

.linkDesc {
  padding: 0 0 0 20px;
}

.hour {
  background:url('/images/home/red_hours.gif') no-repeat;
  position:absolute;
  z-index: 9998;
}
.hour_12 {background-position: 0px 0px;left: 398px;top: 92px;width: 3px;height: 75px;}
.hour_1 {background-position: -5px -9px;left: 401px;top: 103px;width: 39px;height: 66px;}
.hour_2 {background-position: -46px -36px;left: 402px;top: 131px;width: 66px;height: 39px;}
.hour_3 {background-position: -114px -72px;left: 403px;top: 169px;width: 75px;height: 3px;}
.hour_4 {background-position: -191px -36px;left: 402px;top: 172px;width: 66px;height: 39px;}
.hour_5 {background-position: -259px -9px;left: 401px;top: 174px;width: 39px;height: 66px;}
.hour_6 {background-position: 0px 0px;left: 398px;top: 174px;width: 3px;height: 75px;}
.hour_7 {background-position: -5px -9px;left: 359px;top: 174px;width: 39px;height: 66px;}
.hour_8 {background-position: -46px -36px;left: 330px;top: 172px;width: 66px;height: 39px;}
.hour_9 {background-position: -114px -72px;left: 321px;top: 169px;width: 75px;height: 3px;}
.hour_10 {background-position: -191px -36px;left: 330px;top: 130px;width: 66px;height: 39px;}
.hour_11 {background-position: -259px -9px;left: 359px;top: 102px;width: 39px;height: 66px;}
.minute {
  background:url('/images/home/white_minutes.gif') no-repeat;
  position:absolute;
  z-index: 9999;
}
.minute_0 {background-position: 0px 0px;left: 398px;top: 63px;width: 3px;height: 105px;}
.minute_1 {background-position: -5px 0px;left: 398px;top: 63px;width: 14px;height: 105px;}
.minute_2 {background-position: -21px -2px;left: 400px;top: 64px;width: 25px;height: 103px;}
.minute_3 {background-position: -48px -4px;left: 400px;top: 67px;width: 35px;height: 101px;}
.minute_4 {background-position: -85px -8px;left: 400px;top: 72px;width: 45px;height: 97px;}
.minute_5 {background-position: -130px -13px;left: 401px;top: 77px;width: 55px;height: 92px;}
.minute_6 {background-position: -187px -18px;left: 401px;top: 83px;width: 64px;height: 87px;}
.minute_7 {background-position: -253px -25px;left: 401px;top: 90px;width: 72px;height: 80px;}
.minute_8 {background-position: -327px -33px;left: 401px;top: 98px;width: 80px;height: 72px;}
.minute_9 {background-position: -409px -41px;left: 402px;top: 107px;width: 87px;height: 64px;}
.minute_10 {background-position: -498px -50px;left: 402px;top: 116px;width: 92px;height: 55px;}
.minute_11 {background-position: -592px -60px;left: 402px;top: 126px;width: 97px;height: 45px;}
.minute_12 {background-position: -691px -70px;left: 402px;top: 136px;width: 101px;height: 35px;}
.minute_13 {background-position: -794px -80px;left: 402px;top: 147px;width: 103px;height: 25px;}
.minute_14 {background-position: -899px -91px;left: 402px;top: 158px;width: 105px;height: 14px;}
.minute_15 {background-position: -1006px -102px;left: 402px;top: 169px;width: 105px;height: 3px;}
.minute_16 {background-position: -1114px -91px;left: 402px;top: 170px;width: 105px;height: 14px;}
.minute_17 {background-position: -1220px -80px;left: 402px;top: 170px;width: 103px;height: 25px;}
.minute_18 {background-position: -1326px -70px;left: 402px;top: 171px;width: 101px;height: 35px;}
.minute_19 {background-position: -1429px -60px;left: 402px;top: 171px;width: 97px;height: 45px;}
.minute_20 {background-position: -1528px -50px;left: 402px;top: 171px;width: 92px;height: 55px;}
.minute_21 {background-position: -1622px -41px;left: 401px;top: 172px;width: 87px;height: 64px;}
.minute_22 {background-position: -1711px -33px;left: 401px;top: 172px;width: 80px;height: 72px;}
.minute_23 {background-position: -1793px -25px;left: 401px;top: 172px;width: 72px;height: 80px;}
.minute_24 {background-position: -1867px -18px;left: 401px;top: 173px;width: 64px;height: 87px;}
.minute_25 {background-position: -1933px -13px;left: 400px;top: 173px;width: 55px;height: 92px;}
.minute_26 {background-position: -1988px -8px;left: 400px;top: 173px;width: 45px;height: 97px;}
.minute_27 {background-position: -2035px -4px;left: 399px;top: 173px;width: 35px;height: 101px;}
.minute_28 {background-position: -2072px -2px;left: 399px;top: 173px;width: 25px;height: 103px;}
.minute_29 {background-position: -2099px 0px;left: 398px;top: 173px;width: 14px;height: 105px;}
.minute_30 {background-position: 0px 0px;left: 398px;top: 173px;width: 3px;height: 105px;}
.minute_31 {background-position: -5px 0px;left: 386px;top: 174px;width: 14px;height: 105px;}
.minute_32 {background-position: -21px -2px;left: 375px;top: 174px;width: 25px;height: 103px;}
.minute_33 {background-position: -48px -4px;left: 365px;top: 174px;width: 35px;height: 101px;}
.minute_34 {background-position: -85px -8px;left: 355px;top: 174px;width: 45px;height: 97px;}
.minute_35 {background-position: -130px -13px;left: 345px;top: 174px;width: 55px;height: 92px;}
.minute_36 {background-position: -187px -18px;left: 334px;top: 174px;width: 64* { margin: 0; padding: 0; }

body {
	margin: 10n: -253px -25px;left: 325px;top: 173px;width: 72px;height: 80px;}
.minute_38 {background-position: -327px -33px;left: 316px;top: 173px;width: 80px;height: 72px;}
.minute_39 {background-position: -409px -41px;left: 310px;top: 173px;width: 87px;height: 64px;}
.minute_40 {background-position: -498px -50px;left: 304px;top: 172px;width: 92px;height: 55px;}
.minute_41 {background-position: -592px -60px;left: 300px;top: 172px;width: 97px;height: 45px;}
.minute_42 {background-position: -691px -70px;left: 296px;top: 172px;width: 101px;height: 35px;}
.minute_43 {background-position: -794px -80px;left: 293px;top: 172px;width: 103px;height: 25px;}
.minute_44 {background-position: -899px -91px;left: 291px;top: 171px;width: 105px;height: 14px;}
.minute_45 {background-position: -1006px -102px;left: 291px;top: 170px;width: 105px;height: 3px;}
.minute_46 {background-position: -1114px -91px;left: 291px;top: 159px;width: 105px;height: 14px;}
.minute_47 {background-position: -1220px -80px;left: 293px;top: 148px;width: 103px;height: 25px;}
.minute_48 {background-position: -1326px -70px;left: 295px;top: 137px;width: 101px;height: 35px;}
.minute_49 {background-position: -1429px -60px;left: 299px;top: 127px;width: 97px;height: 45px;}
.minute_50 {background-position: -1528px -50px;left: 304px;top: 117px;width: 92px;height: 55px;}
.minute_51 {background-position: -1622px -41px;left: 310px;top: 107px;width: 87px;height: 64px;}
.minute_52 {background-position: -1711px -33px;left: 318px;top: 98px;width: 80px;height: 72px;}
.minute_53 {background-position: -1793px -25px;left: 326px;top: 90px;width: 72px;height: 80px;}
.minute_54 {background-position: -1867px -18px;left: 334px;top: 83px;width: 64px;height: 87px;}
.minute_55 {background-position: -1933px -13px;left: 343px;top: 76px;width: 55px;height: 92px;}
.minute_56 {background-position: -1988px -8px;left: 353px;top: 71px;width: 45px;height: 97px;}
.minute_57 {background-position: -2035px -4px;left: 363px;top: 67px;width: 35px;height: 101px;}
.minute_58 {background-position: -2072px -2px;left: 374px;top: 64px;width: 25px;height: 103px;}
.minute_59 {background-position: -2099px 0px;left: 387px;top: 63px;width: 14px;height: 105px;}

#timeDesc {
  position: absolute;
  left: 307px;
  top: 330px;
  width: 200px;
  font-size: 18px;
  text-align: center;
}

#homeBotTable td {
  padding:10px;
}

#friendsWrapPrint {
  display: none;
}

.contactMsgSent {
  margin: 30px auto 40px auto;
  border: 1px solid #000;
  width: 600px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  background: yellow;
  text-align: center;
}

.contactMsg {
  margin: 20px auto 30px auto;
  border: 1px solid #000;
  width: 600px;
  height: 400px;
  padding: 10px;
}

.contactMsg .eHead {
  margin: 5px auto 20px auto;
  font-size: 16px;
  font-weight: bold;
}

.contactMsg .eHeadErr {
  margin: 5px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  color: red;
  background: yellow;
  border: 1px solid #777;
}

.contactMsg .eLabels {
  float: left;
  height: 320px;
}

.contactMsg .eLabel {
  width: 120px;
  height: 20px;
  padding: 5px 0;
}

.contactMsg .eInputs {
  float: left;
  height: 320px;
}

.contactMsg .eInput {
  width: 200px;
  height: 20px;
  padding: 5px 0;
}

.contactMsg .etext {
  width: 200px;
}

.contactMsg .eTextArea {
}

.contactMsg .eSend {
  margin: 170px 0 0 0;
}

.contactMsg .eSend input {
  width: 70px;
  height: 30px;
}

.clearme {
  clear: both;
}

.banFWrap {
  position: relative;
  width: 661px;
  height: 264px;
  background: red;
  margin: 10px 0 0 0;
  float:left;
}

.banFA {
  padding:10px;
}

.banOuter {
  width: 1050px;
}
.banSide {
  width: 150px;
  float:left;
  margin: 10px 20px;
}

.banFMsgIT, .banFMsgEN {
  position: absolute;
  top: 22px;
  background: yellow;
  font-size: 12px;
}

.banFMsgIT {
  left: 62px;
}

.banFMsgEN {
  left: 78px;
}

.promoWrap {
  position: relative;
  margin: 20px 0 0 0;
  width: 800px;
  font-size: 12px;
}
.promo {
  position: relative;
  float: left;
  width: 200px;
}
.promoWide {
  position: relative;
  float: left;
  width: 400px;
}
.promoWrap p {
  width: 170px;
}
.homeAddWrap {
  position: absolute;
  left: 555px;
  top: 640px;
  padding: 5px;
  border: 1px solid #bbb;
  background: yellow;
}

.homeAddWrapCenter {
  position: absolute;
  left: 120px;
  top: 550px;
  padding: 5px;
  border: 1px solid #bbb;
  background: yellow;
}

.newFlash {
  background-image: url('/images/new2.gif');
  width: 100px;
  height: 85px;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 999;
}

.occasioneImg {
  height: 150px;
  float:left;
}

.occasioneDesc {
  float:left;
  margin: 20px 10px 0 10px;
}

.occasioniHead {
  margin: 50px;
}

.updateDate {
  font-size: 10px;
  color: #E7DF56;
}

.homePromo {
    float: left;
    margin: 10px 0 0 5px;
    width: 360px;
}

.homePromoInner, .homePromoInnerTwo, .homePromoLeftInner {
    border: 2px dashed #999999;
    position: relative;
    margin: 5px 0 0 0;
}

.homePromoInner {
    height: 180px;
}

.homePromoInnerTwo {
    height: 330px;
}

.homePromoLeftInner {
    height: 155px;
}

.homePromoTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.homePromoDesc {
    padding: 0 10px;
    font-size: 12px;
}

.homePromoImg {
  padding: 0 55px;
  height: 100px;
}

.homePromoImg img, .homePromoLeftImg img {
  width: 100px;
}

.homePromoLeft {
  position: absolute;
  left: 100px;
  top: 400px;
  width: 360px;
}

.homePromoLeftImg {
  padding: 0 35px;
  height: 90px;
}

.homePromoDesc3 {
  padding: 20px 0 0 0;
  font-size: 12px;
}

.carchiveWrap {
  position: relative;
  float: left;
  width: 200px;
  height: 220px;
}

.carchiveLink {
  width: 200px;
}

.carchiveDesc {
  margin: 0 0 10px 10px;
  font-size: 11px;
  width: 150px;
  text-align: left;
}

.carchiveIndex p {
  margin: 20px 0 0 0;
}

.carchiveTitle {
  margin: 0 0 20px 0;
}

.carchiveTitle span {
  font-size: 12px;
}

.minHeightFiller {
  float: left;
  width: 2px;
  height: 540px;
}

.homeSplashLeft {
  position: absolute;
  left: 25px;
  top: 400px;
  width: 450px;
}

.carchiveTit {
  position: absolute;
  left: 145px;
  top: 10px;
  background: #fff;
  width: 165px;
  height: 28px;
  z-index: 999;
  border: 1px solid #000;
}

.carchiveTit a {
  font-size: 20px;
  color: #000;
}

.promoList {
  position: relative;
  float: left;
  margin: 10px 0 0 5px;
  border: 1px dashed #000;
  width: 350px;
  height: 560px;
  padding: 40px 0 0 0;
}

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 510px;
	width: 320px;
	/*margin: 40px 0 0 0;*/
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
	
	left: 0px;
	top: 0px;
}

.scrollable .itemWrap {
  height: 95px;
  width: 310px;
  padding: 8px 5px 0 5px;
  /*margin: 10px 0 0 0;*/
  background: #fff;
  color: #000;
  cursor: pointer;
}

.scrollable .item:hover {
  background: #bbb;
}

.scrollable .itemSpecial:hover {
  background: yellow;
}

.scrollable .itemSpecial2:hover {
  background: #C30BA3;
}

.scrollable .item {
  background: #ddd;
  padding: 5px 0;
  height: 80px;
}

.scrollable .itemSpecial {
  background: #FDED93;
  padding: 5px 0;
  height: 80px;
}

.scrollable .itemSpecial2 {
  background: purple;
  color: yellow;
  padding: 5px 0;
  height: 80px;
}

.scrollable .items img {
  float: left;
  margin: 0 10px 0 5px;
  width: 100px;
}

.scrollable h3 {
  font-size: 14px;
  text-align: left;
}

.scrollable p {
  font-size: 12px;
  text-align: left;
}

.nextWrap {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 155px;
  height: 37px;
  cursor: pointer;
}


.prevWrap {
  position: absolute;
  left: 55px;
  top: 5px;
  width: 100px;
  height: 37px;
  cursor: pointer;
}

.nextWrap span {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 110px;
  text-align: right;
}

.prevWrap span {
  position: absolute;
  left: 45px;
  top: 10px;
}

.disabled {
  visibility: hidden;
}

.itemNumb {
  font-size: 12px;
  font-style: italic;
}

.entriesWrap {
  width: 850px;
  background: orange;
}

.entriesHead {
  background: #C9C1C1;
  height: 50px;
}

.entriesBody {
  height: 20px;
  padding: 5px 0 5px 0;
}

.entries_cognome {
  float: left;
  width: 150px;
}

.entries_nome {
  float: left;
  width: 150px;
}

.entries_naz {
  float: left;
  width: 100px;
}

.entries_vettura {
  float: left;
  width: 200px;
}

.entries_num {
  float: left;
  width: 100px;
}

.entries_gruppo {
  float: left;
  width: 100px;
}

.group_A {
  background: red;
  color: #fff;
}
.group_B {
  background: yellow;
}

.group_C {
  background: blue;
  color: #fff;
}

.group_D {
  background: green;
  color: #fff;
}

.newSpecialMsg {
  width: 200px;
  height: 40px;
  position: absolute;
  left: 95px;
  top: 10px;
  z-index: 999;
  border: dotted 1px #000;
  background: yellow;
  z-index: 995;
  font-weight: bold;
  color: red;
}

.videoBox {
    border: 1px solid #000;
    padding: 5px;
    margin: 30px 0 0 0;
}

.videoBox p {
    margin: 10px;
}

#jp_container {
    position: absolute;
    right:15px;
    top:4px;
    color: #fff;
    z-index:9999;
}

#jp_container a:link, #jp_container a:visited, #jp_container a:active {
    color: #fff;
    text-decoration: none;
}

#jp_container a:hover {
    color: #fff;
    text-decoration: underline;
}


.headBrescia {
  position:absolute;
  top:420px;
  left:0;
  width:500px;
  height:50px;
  background:black;
  border:1px solid #000;
  color:white;
  font-size:15px;
}

.headBrescia a:hover {
  color: white;
}

.sediliBig {
  float: left;
  margin: 0 20px 10px 0;
}

.sediliMsg {
    font-size: 20px;
    font-weight: bold;
}

.sediliBigHome {
  float: left;
}

.sediliBigHome img {
    height: 100px;
}

.sediliMsgHome {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.payment {
  margin: 0 0 0 30px;
}

.payment li {
  position: relative;
  margin: 10px 0 0 0;
}

.payment .paypal {
  position:absolute;
  left:0px;
  top:0px;
}

.payment .paypalcomm {
  margin: 0 0 0 120px;
}

.hatdTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.hatdTitle2 {
  font-size: 16px;
  font-weight: bold;
  color: red;
  text-align: center;
  margin: 10px 0;
}

.iscrizioneMsgSent {
  margin: 30px auto 40px auto;
  border: 1px solid #000;
  width: 600px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  background: yellow;
  text-align: center;
}

.iscrizioneMsg {
  margin: 20px auto 30px auto;
  border: 1px solid #000;
  width: 600px;
  height: 800px;
  padding: 10px;
}

.iscrizioneMsg .eHead {
  margin: 5px auto 20px auto;
  font-size: 16px;
  font-weight: bold;
}

.iscrizioneMsg .eHeadErr {
  margin: 5px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  color: red;
  background: yellow;
  border: 1px solid #777;
}

.iscrizioneMsg .eLabels {
  float: left;
  height: 320px;
}

.iscrizioneMsg .eLabel {
  width: 270px;
  height: 20px;
  padding: 5px 0;
}
.iscrizioneMsg .eSubHead {
  width: 270px;
  height: 20px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.iscrizioneMsg .eInputs {
  float: left;
  height: 320px;
}

.iscrizioneMsg .eInput {
  width: 200px;
  height: 20px;
  padding: 5px 0;
}

.iscrizioneMsg .etext {
  width: 200px;
}

.iscrizioneMsg .eSend {
  margin: 10px 0 0 0;
}

.iscrizioneMsg .eSend input {
  width: 70px;
  height: 30px;
}

.coverModels ul, .coverColours ul {
  list-style-type: none;
  padding-left: 0px;
}

.coverModels ul li span {
  float: left;
  width: 100px;
  font-weight: bold;
}

.coverColours .colour {
  width: 20px;
}

.coverColours li {
  margin: 5px 0;
}