/* 
USE: Mazda2 Pre-Launch/Launch Microsite
AUTHORS: Stephen Fulljames, Kay Grant
DATE: 01/10/2007
VERSION: 2.6
*/

/*** general rules ***/

* {
	margin: 0; padding: 0;
}
body {
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}
a {
	color: #fff;
	text-decoration: none;
}
h1 {
	position: absolute;	
	right: 0;
	top: 16px;
}
h2 {
	background-color: #1b5253;
	padding: 10px 20px;
	font-size: 110%;
}
h3 {
    font-size: 110%;
}
h4 {
    font-weight: bold;
    margin: 5px 0;
    font-size: 100%;
}


/*** general form specific rules ***/

input, textarea {
	border: 1px solid #000;
	border-top-color: #414141;
}
option {
    padding-right: 10px;
}
fieldset {
	border: none;
	margin-bottom: 1em;
}
input, select {
	font-size: 90%;
}
select {
	border: 1px solid #000;
	border-top-color: #414141;
	background-color: #232323;
	color: #fff;
}



/*** top header and navigation ***/

#logo {
    position: relative;
    height: 25px;
    background-color: #fff;
	padding: 4px 20px 3px 20px;
}
* html #logo {
    padding-bottom: 1px;
}
#logo h1 {
    position: absolute;
    height: 16px;
    right: 20px;
    top: 10px;        
}
#logo h1 span {
    position: absolute;
    left: -9000px;
}
#head {
	position: relative;
	background: url(../images/bg/nav.gif) repeat-x;
	width: 100%;
	height: 37px;
}
#head #nav {
    width: 960px;
    margin: 0 auto;
}

#navigationTop {
	list-style-type: none;
	margin-left: 120px;
	padding-top: 18px;
}
#navigationTop li {
	display: inline;
	margin-right: 1.5em;
	font-weight: bold;
}


/*** bottom footer and navigation ***/

#footer .footerInternal {
	width: 960px;
	background: url(../images/bg/additional.gif) no-repeat;
	padding: 4px 0;
	margin: 0 auto;
}

#navigationBottom {
	list-style-type: none;
	margin-left: 120px;
}
#navigationBottom li {
	display: inline;
	margin-right: 1em;
}
#navigationBottom li a {
	color: #183846;
	font-weight: bold;
}
#footer .terms {
	width: 960px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #4c7b7d;
	position: relative;
}
#footer .terms ul {
	list-style-type: none !important;
	margin-top: 0.5em;
	margin-left: 120px;
	width: 500px;
}
#footer #ctl00_NCAPImage {
    background: url(../Images/bg/M2EuroNcap.jpg) no-repeat;
    height: 90px;
    width: 175px;
    position: absolute;
    right: 50px;
    top: 0px;
}

#footer .terms li {
	background: url(../images/elements/terms_bullet.gif) no-repeat 0% 50%;
	padding-left: 0.8em;
}
#footer .terms a {
	color: #4c7b7d;
	font-weight: bold;
}
#footer .carFeatureDisclaimer
{
  display:block;
  padding-top: 1em;  
  margin-left: 120px;
  color:#ffffff;
}
    
    

/*** content container set up ***/

#content {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 2px;
}
.flash {
	background: url(../images/bg/main.gif) repeat-x;
}
.nonflash, 
.media {
	background: url(../images/bg/main_nonflash.gif) repeat-x;
}

.flash #container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.nonflash #container, 
.media #container {
	position: relative;
	width: 720px;
	margin: 0 auto;
}
.nonflash #container {
    background: #339b9e url(../images/bg/nonflash_gradient_a.jpg) no-repeat;
}
.nonflash #container .compBg {
	background-image: url(../images/bg/nonflash_gradient_comp.jpg);
}
.media #container {
    background: transparent url(../images/bg/media_bg.jpg) no-repeat top;
}


/* for non-flash-enabled users */

.flash #container #noflash { 
    position: absolute;
    top: 150px;
    left: 150px;
    width: 660px;
    text-align: left;
    font-weight: bold;
}
#noflash p {
    margin-bottom: 20px;
}
#noflash a {
    text-decoration: underline;
}



/*** main content area for all non-flash pages ***/

/* lefthand area for text, img on form pages */

.formInfo { 
	float: left;
	margin: 62px 0 0 27px;
	text-align: left;
	width: 277px;
}
* html .formInfo {
	margin-left: 13px;
}
.formInfo h2 {
	background-color: transparent;
	font-size: 130%;
	padding: 0;
}
.formInfo h2 {
    margin-bottom: 5px;
}
.formInfo p {
	padding: 3px 0 0 3px;
}


/* lefthand area for music/video pages */

#nonformMedia { 
    float: left;
	margin: 70px 0 0 27px;
	text-align: left;
	width: 455px;
	height: 340px;
}


/* righthand area for music/video pages */

.nonformText {
	margin-left: 295px;
	margin-right: 30px;
	padding: 35px 0 0 0;
	text-align: left;
}
.nonformText {
    margin-left: 470px;
    padding-top: 80px;
   	height: 340px;
}
.nonformText h3 {
    margin-bottom: 10px;
}

.nonformText p {
    margin-bottom: 10px;
}
.nonformText p.small {
    font-size: 80%;
}
.nonformText ul {
    margin-bottom: 20px;
    list-style-type: none;
}
.nonformText li {
	background: url(../images/elements/links_arrow.gif) no-repeat left 0.4em;
	padding-left: 0.9em;
}
.nonformText a {
	color: #ffffff;
	font-weight: bold;
}



/* righthand area for forms */

.formLayout {
	margin-left: 295px;
	margin-right: 30px;
	padding: 35px 0 0 0;
	text-align: left;
}
.formLayout select {
	margin-bottom: 0.5em;
}
.formLayout input.text, 
.formLayout textarea {
	width: 230px;
}
.formLayout input.short {
	width: 150px!important;
}
.formLayout label img {
	margin-left: 5px;	
}
.formLayout h2 {
	background-color: transparent;
	font-size: 130%;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 115px;
}
.formLayout fieldset div h2 span {
    position: relative;
    left: -10px;
    display: block;
    margin-bottom: 10px;
}
.formLayout h2.eForm {
    margin-top: 20px;
}
.formLayout h3 {
	width: 98px;
	font-size: 100%;
	text-align: right;
	margin-bottom: 0.5em;
}
.formLayout label {
    position: relative;
}
.formLayout label span {
	float: left;
	width: 94px;
	margin-right: 5px;
	padding-right: 6px;
	text-align: right;
}
* html .formLayout label span {
    width: 100px;
}
.formLayout p {
	margin-bottom: 0.5em;
}
.formLayout .instructions {
	margin-left: 115px;
}
.formLayout p.instructions h2 {
    margin-left: 0px;
}
.formLayout fieldset p {
	margin-bottom: 1em;
	clear: both;
}
.formLayout p.fieldSet label span {
    margin-bottom: 10px;
}
.formLayout .reqDetails {
    margin-left: 105px;
}

 

/* checkboxes and radio buttons */

.formLayout .optins {
	margin-left: 105px;
	margin-top: 20px;
}
* html .formLayout .optins {
	margin-top: 0px;
}
@media screen and (min-width: 960px) {
   .formLayout .optins { margin-left: 105px; }
}
.formLayout .checkBox {
    display: block;
    float: left; 
    width: 20px;
}
.formLayout .checkBox input {
    border-style: none;
}
*:first-child+html .formLayout .checkBox {
    margin-left: -4px;
}
.formLayout .checkText {
    display: block;
    margin-left: 20px;
}
*:first-child+html .formLayout .checkText {
    padding-top: 2px;
    padding-left: 2px;
}
* html .formLayout .checkText {
    padding-top: 2px;
    padding-left: 2px;
}
.formLayout .optinText {
    display: block;
    width: 260px;
    margin-top: -14px;
    margin-left: 20px;
    padding-bottom: 10px;
    text-align: left;   
}
* html .formLayout .optinText {
    width: 230px;
    margin-top: -18px;
    margin-left: 0px;
    padding-left: 25px;
}
*:first-child+html .formLayout .optinText {
    margin-top: -18px;
    padding-bottom: 2px;
    margin-left: 0px;
    padding-left: 20px;
}
.formLayout .optinsDisclaimer {
    margin-left: 125px;
}
* html .formLayout .optinsDisclaimer {
    margin-left: 130px;
}
.formLayout .rememberMe {
    margin-left: 105px;
}
* html .formLayout .rememberMe {
    margin-left: 103px;
}
*:first-child+html .formLayout .rememberMe {
    margin-left: 103px;
}
.formLayout .rememberMe input {
    border-style: none;    
}
.formLayout .radioOptions {
    margin-left: 102px;
}
.formLayout .instructions table {
    margin-left: 100px;
}
.formLayout .budgetLabel {
    margin-left: -8px;
}


/* email radio buttons */ 

.formLayout div.emailOptions {
    margin: 20px 0 0 106px;
}
* html .formLayout div.emailOptions {
    margin-left: 115px;
    margin-bottom: -10px;
}
*:first-child+html .formLayout div.emailOptions {
    margin-bottom: -30px;
}
@media screen and (min-width: 960px) {
   .formLayout div.emailOptions { padding-bottom: 15px; }
}

.formLayout p.emailOption1,
.formLayout p.emailOption2 {
    margin: 10px 0 0 -2px;    
}
* html .formLayout p.emailOption1,
* html .formLayout p.emailOption2 {
    margin-left: -7px;    
}
*:first-child+html .formLayout p.emailOption1,
*:first-child+html .formLayout p.emailOption2 {
    margin-left: -5px;    
}
.formLayout p.emailOption2 {
    position: relative;
    top: -10px;
    left: 0px;
}
* html .formLayout p.emailOption2 {
    top: -25px;
}
*:first-child+html .formLayout p.emailOption2 {
    top: -25px;
}
@media screen and (min-width: 960px) {
   .formLayout p.emailOption2 { position: static; }
}

.formLayout p.emailOption1 span,
.formLayout p.emailOption2 span {
    position: relative;
    top: -16px;
    left: 20px;
    width: 230px;
    text-align: left;
}
* html .formLayout p.emailOption1 span,
* html .formLayout p.emailOption2 span {
    left: 24px;
}
*:first-child+html .formLayout p.emailOption1 span,
*:first-child+html .formLayout p.emailOption2 span {
    left: 24px;
}
@media screen and (min-width: 960px) {
   .formLayout p.emailOption1 span,
   .formLayout p.emailOption2 span { margin-top: 18px; }
}

.formLayout p.emailOption1 input,
.formLayout p.emailOption2 input {
    border-style: none;
}


.formLayout .compQuestions {
    margin-left: 102px;
}
*:first-child+html .formLayout .compQuestions {
    margin-left: -8px;
}
* html .formLayout .compQuestions {
    position: relative;
    top: 0px;
    left: -108px;
}
@media screen and (min-width: 960px) {
    .formLayout .compQuestions { margin-left: 110px; }
}

.formLayout .compQuestions label {
    position: relative;
    left: 6px;
    top: -2px;
}
.formLayout .compQuestions input { 
    border-style: none;
}

.formLayout .radiosText {
    margin-top: 10px;
} 
.formLayout .radios {
    margin-top: -2px;
}
*:first-child+html .formLayout .radios {
    margin-top: -6px;
}
* html .formLayout .radios {
    margin-top: -6px;
}
.formLayout .radios input {
    margin-left: 10px;
    border-style: none;
}
*:first-child+html .formLayout .radios input {
    margin-left: 6px;
}
/* opera-specific */
@media screen and (min-width: 960px) {
    .formLayout .radios input { margin-top: -5px; }
}

.formLayout .radiosBudget {
    margin: -10px 0 10px 102px;
}
*:first-child+html .radiosBudget {
    margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
    .formLayout .radiosBudget { margin-bottom: 25px; }
}
.formLayout .radiosBudget input {
    border-style: none;
}
.formLayout .radiosBudgetSelect {
    margin-bottom: 20px;
}
.formLayout .radiosBudgetTitle {
    margin-top: 10px; 
    font-weight: bold;
}
.formLayout .radiosBudget label {
    position: relative;
    top: -2px;
    left: 5px; 
}
@media screen and (min-width: 960px) {
    .formLayout .radiosBudget label { top: 0px; }
}

  


/* send to a friend styling */

.formLayout .addFriend {
    margin-top: 20px;
    margin-left: 105px;
    margin-bottom: -10px;
}
* html .formLayout .addFriend {
    margin-left: 115px;
}
* html .formLayout .message textarea {
    margin-left: -10px;
}
.formLayout .friendList {
     margin-top: -20px;
     margin-left: 110px;
} 
* html .formLayout .friendList {
    margin-left: 115px;
}
*:first-child+html .formLayout .friendList {
    margin-left: 108px;
}
.formLayout .friendList a {
    text-decoration: underline;
}
.formLayout .sendCopy {
    margin: 20px 0 20px 105px;
}
* html .formLayout .sendCopy {
    margin-left: 110px;
}
.formLayout .sendCopy input {
    border-style: none;
}
.formLayout .sendCopy label {
    margin-left: 5px;
}
.formLayout .matePrivacy {
    margin-left: 107px;
}
* html .formLayout .matePrivacy {
    margin-left: 115px;
}
* html .formLayout .button input {
    margin-left: 10px;
}


/* mandatory field and error markers */

.formLayout .validation {
	width: 253px;
	margin-left: 115px;
}
.formLayout .validation p {	
	background-color: #182c2e;
	color: #f00;
	padding: 3px 5px;
	width: 220px;
}
.formLayout .validation img {	
	float: right;
	margin-top: 3px;
}
.formLayout label .mandatory {
    position: absolute;
    z-index: 11;
    top: 0;
    left: -10px;
    width: auto;
    margin: 0;
    padding: 0;
}
.formLayout label .mandatorySelect { /* special case for select box */
    position: absolute;
    z-index: 11;
    top: -5px;
    left: -10px;
    width: auto;
    margin: 0;
    padding: 0;
}
.formLayout .mandatorySelectBrochure { /* special case for select box Brochure form */
    position: absolute;
    z-index: 11;
    top: -15px;
    left: -10px;
    width: auto;
    margin: 0;
    padding: 0;
}
/* IE6 only */
* html .formLayout label .mandatorySelect,
* html .formLayout .mandatorySelectBrochure {
    top: 0px;
}
/* IE7 only */
*:first-child+html .formLayout label .mandatorySelect,
*:first-child+html .formLayout .mandatorySelectBrochure {
    top: 0px;
}
/* opera-specific */
@media screen and (min-width: 960px) {
   .formLayout label .mandatory,
   .formLayout label .mandatorySelect,
   .formLayout .mandatorySelectBrochure { top: -75px; left: -160px; }
}

.formLayout label .error,
.formLayout .optinsError,
.formLayout label .errorAnswer,
.formLayout label .errorTitle {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 230px;
    width: auto;
    margin: 0;
    padding: 0;
}
.formLayout label .errorTitle {
    top: -5px;   
}
/* IE6 only */
* html .formLayout label .errorTitle {
    top: 2px;
}
/* IE7 only */
*:first-child+html .formLayout label .errorTitle {
     top: 2px;
}
.formLayout label .errorAnswer {
    top: 20px;   
}
/* opera-specific */
@media screen and (min-width: 960px) {
   .formLayout label .error,
   .formLayout label .errorTitle { top: -77px; left: 85px; }
}
@media screen and (min-width: 960px) {
   .formLayout label .errorAnswer { top: -57px; left: 85px; }
}
.formLayout .optinsError {
    position: relative;
    top: 40px;
    left: 345px;
    width: auto;
    margin: 0;
    padding: 0;
}



/* buttons styling */

input.submit, 
input.submitVerify, 
a.flashSubmit, 
.move, 
.printButton {
    margin-top: -2px;
    padding: 4px 8px; 
	cursor: pointer;
	color: #30acaf;	
	background: #000000 url(../images/buttons/submit_bg.gif) repeat-x;
}
.formLayout p.prevNext {
	margin-left: 104px;
}
input.submitVerify {
    padding: 4px 4px;
}
.move {
    position: relative;
    top: -20px;
    margin: 0 0 35px 10px;
}
.formLayout input.submit {
    position: relative;
    top: -30px;
    left: -1px;
}
.formLayout input.submit, 
.formLayout input.addfriend {
	border: none;		
	font-size: 100%;
	overflow: visible;
}
.formLayout input.addfriend {
	background: url(../images/buttons/add_friend.gif) no-repeat;
	color: #fff;
	margin-top: 0.5em;
	padding: 2px 0 30px 25px;
}
.formLayout fieldset .button {
	float: right;
	display: block;
	margin-top: -18px;
	padding-right: 45px;
}
* html .formLayout fieldset .button {
	margin-top: -20px;
	margin-right: 0;
	padding-right: 40px;
}
/* IE7 only */
*:first-child+html .formLayout fieldset .button {
	margin-top: -20px;
	padding-right: 40px;
}
.formLayout fieldset .button input {
	margin-left: 0;
}


/* form Thank You pages */

.thankYou {
    height: 250px;
    padding-top: 125px;
    padding-bottom: 35px;
}
.thankYou p.instructions ul {
    margin-top: 15px;
}
* html .thankYou p,
* html .thankYou ul {
    margin-top: 15px;
    margin-left: 115px;
}
*:first-child+html .thankYou p,
*:first-child+html .thankYou ul {
    margin-top: 15px;
    margin-left: 115px;
}
.formLayout ul.instructions li, 
.formLayout p.instructions ul li,
*:first-child+html .thankYou ul li {
	list-style-type: none;
	background: url(../images/elements/links_arrow.gif) no-repeat left 0.4em;
	margin-bottom: 0.5em;
	padding-left: 0.9em;
}
* html .thankYou ul li {
	list-style-type: none;
	background: url(../images/elements/links_arrow.gif) no-repeat left 0.4em;
	margin-bottom: 0.5em;
	padding-left: 0.9em;
}
.formLayout ul.instructions a,
.formLayout p.instructions a,
*:first-child+html .thankYou ul a {
	font-weight: bold;
}
* html .thankYou ul a {
	font-weight: bold;
}



/* Competition prize image area */

#prizeBox,
#iPodBox {
    position: relative;
    width: 277px;
    height: 311px;
    margin-bottom: 100px;
}
#prizeBox #prizePanel {
    position: absolute;
    z-index: 10;
    left: 0px;
    /* top: 220px;
    height: 91px; // reinstate for text */
    top: 280px;
    height: 31px;
    width: 277px;    
    background-color: #000000;
    filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}
* html #prizeBox #prizePanel {
    
}
#prizePanel #panelLayout {
    padding: 10px 20px;
}
#panelLayout .left {
    float: left;
    width: 120px;
}
#panelLayout .right {
    margin-left: 120px;
}
#panelLayout h3 {
    padding-bottom: 5px;
}
#panelLayout p {
    /* padding-top: 10px; // reinstate for text */
    margin-top: -4px; 
    padding-left: 0;
}
#panelLayout span {
    padding-left: 5px;
}
#panelLayout span img {
    margin-right: 2px;
}
#panelLayout a {
    padding: 0 2px 0 3px; 
    margin-right: 2px;
    font-size: 90%;
    border: 1px solid white;
}
#panelLayout a.on { color: #1f5d61; }
#panelLayout a.off { color: #ffffff; }
#panelLayout a:hover { color: #1f5d61; }



/* special rules for DE optin box */

.formLayout #keepMeInformed {
    position: relative;
}
.formLayout #keepMeInformed a.kmi {
    font-weight: bold;
    text-decoration: underline;
}
.formLayout #kmiBox {
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -220px;
    width: 400px;
    visibility: hidden;
    background-color: #297d81;
    border: 1px solid black;
}
* html .formLayout #kmiBox {
    left: -300px;
}
.formLayout #kmiBox p {
    padding: 20px 20px 10px 20px;
    line-height: 14px;
}


/*** specs and prices page ***/

.specsPrices {
	width: 660px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	text-align: left;
}
.specsPrices h2 {
	background-color: #0b282a;
	padding: 10px 5px;
}
.specsPrices table caption {
	display: none;
}
.specsPrices table thead {
	background-color: #165054;
}
.specsPrices table thead th {
	vertical-align: top;
	padding: 30px 5px 5px 5px;
}
.specsPrices table tbody {
	background-color: #13363c;
}
.specsPrices table tbody td {
	padding: 5px 5px 5px 5px;
}
.specsPrices table tfoot {
	background-color: #5e5d59;
}
.specsPrices table tfoot tr {
	background: url(../images/bg/specs_foot.gif) repeat-x;
}
.specsPrices table tfoot td {
	font-size: 90%;
	color: #ababab;
}
.specsPrices .disclaimer {
	padding: 10px;
}
.specsPrices .disclaimer p {
	margin: 0 0 0.5em 0;
}
.specsPrices .disclaimer a {
    text-decoration: underline;
    font-weight: bold;
}
.printButton {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 4px 12px;
}
.printButton a {
    color: #30acaf;  
}



/*** language select page ***/

.langSelect {
	width: 490px;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
	text-align: left;
}
.langSelect fieldset {
	position: absolute;
	top: 83px;
	right: 10px;
	border: none;
}
.langSelect fieldset select {
    width: 150px;
    margin-right: 4px;
}
* html .langSelect fieldset select {
    position: relative; 
    left: 0px; 
    top: -4px;
}
*:first-child+html .langSelect fieldset select {
    position: relative; 
    left: 0px; 
    top: -4px;
}
.langSelect p {
	background-color: #267376;
	padding: 20px 40px 160px 23px;
}




/*** conditions text pages ***/

.tandc, 
.publisher, 
.privacy {
	width: 572px;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
	text-align: left;
}
.tandc div, 
.publisher div, 
.privacy div {
    background-color: #267376;
    padding: 10px 40px 40px 23px;
}

.tandc ol,
.privacy ol,
.privacy ul,
.publisher ul {
	background-color: #267376;
	padding: 5px 40px 0 20px;
}
.tandc p,
.privacy p {
	background-color: #267376;
	padding: 5px 40px 10px 0;
}
.publisher p {
	background-color: #267376;
	padding: 0 40px 10px 0;
}
.tandc h3,
.privacy h3 {
    padding-top: 10px;
}
.publisher h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.publisher h3.sentence {
    font-size: 100%;
}
.tandc h4,
.privacy h4,
.publisher h4 {
    margin: 10px 0 0 0;
}
.publisher h4 {
    font-weight: normal;
    font-size: 110%;
}
.tandc ol,
.privacy ol {
    padding-bottom: 0;
}
.tandc ol li,
.privacy ol li {
    padding-bottom: 5px;
}
.tandc ol ul,
.privacy ol ul {
    padding-bottom: 5px;
    padding-left: 15px;
    list-style-type: disc;
}
.tandc ol ol,
.privacy ol ol {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    list-style-type: lower-alpha;
}
.tandc ol ol.de {
    padding-left: 30px;
    list-style-type: decimal;
    width: 100%;
}
.tandc p.em,
.privacy p.em {
    padding: 10px 20px 0 20px;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
}
.tandc p.nb {
    font-weight: bold;
}
.tandc label {
    display: block;    
    padding-bottom: 10px;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
}
.publisher a {
    font-weight: bold;
}
.publisher a.top {
    display: block;
    margin-top: -5px;
    text-decoration: underline;
}



/*** close button styling ***/
.closeButton {
    position: absolute;
    top: 7px;
    right: 10px;
    text-align:right;
}
.closeButtonBottom {
    float: right;
    margin-right:10px; 
    margin-top: -25px;
}
.closeButton img, 
.closeButtonBottom img {
	vertical-align: middle;
	padding-left: 5px;
}
.media .closeButton {
    top: 70px;
    left: 410px;
}


/*** classes used for js ***/

.replacedList {
	background: url(../images/elements/replacedList_mainBg.gif) no-repeat;
	margin-bottom: 1em;
	margin-left: 1em;
}
.replacedList li {
	display: none;
}
.replacedList li.first {
	display: block;
	padding: 4px 7px;
}

/* SCM: 11/01/2008 */
.competition_end    { min-height: 468px;}
*html .competition_end  { height: 468px;} /* IE hack */
.competition_end h2 { background-color: Transparent; padding-top: 200px}