/* $Id: bmw_uew.css,v 1.14 2006/04/20 15:28:33 nelf Exp $ */

/* 

Remove the logs for production server

$Log: bmw_uew.css,v $
Revision 1.14  2006/04/20 15:28:33  nelf
Added .mainTxtDCT, .subTXTDCT-WidthOnly, .mainTxtDCT-WidthOnly and .tacticalArea-WidthOnly for overflow checking.

Revision 1.13  2006/04/14 09:12:29  nelf
Added uewFragment div styling to render correct font size

Revision 1.12  2006/04/03 19:07:01  nelf
Added a.link:visited and a:visited to the stylesheet to stop IE cascade problems, as the generic.css was styling these, and IE seemed to let these take precedence.

Revision 1.11  2006/04/03 16:30:31  nelf
Added .addressModuleText style for overflow detection.

Revision 1.10  2006/04/03 12:46:27  nelf
Removed 'uewFragment' from #times2 style.

Revision 1.9  2006/03/31 08:31:26  nelf
Added styles from layout.css v 1.6

Revision 1.8  2006/03/30 13:33:54  nelf
Comitted changes for training

Revision 1.7  2006/03/30 09:14:47  nelf
Added white background colour for all id="inner" objects, but mainly for text overflow preview screens to provide contrast agains the grey backround box.

Revision 1.6  2006/03/30 09:03:42  nelf
Added promoDescription style for checking overflow of dealer text.

Revision 1.5  2006/03/29 09:50:34  nelf
wrapped lots of submit button stuff in .uewFragment

Revision 1.4  2006/03/21 15:30:33  nelf
added the submitbutton stuff

Revision 1.3  2006/03/21 14:18:17  nelf
Changed .dealerIntro height to 20px to cope with new versions of Firefox.

Revision 1.2  2006/03/21 14:04:14  nelf
Included only styles necessary for displaying UEW fragments in the EAW.

Revision 1.1  2006/03/15 16:28:30  nelf
Initial revision with styles for modules in it.
 

*/

/* The following styles should be used in the EAW and DAW when presenting UEW fragments */

.uewFragment 
   { 
     font-family:arial, helvetica, verdana, sans-serif;
     font-size:11px;
     color:#4c4c4c;
     background-color:#fff;     
     
     }

.uewFragment a img, .uewFragment img { 
	border: 0;
}

.uewFragment a:focus { 
	outline:none;
}

.uewFragment br, 
.uewFragment p, 
.uewFragment select {
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	background-color:#fff;
}

.uewFragment div {  
        font-family:arial, helvetica, verdana, sans-serif;
	font-size:11px;
}

select {
	padding:2px;
}


.uewFragment a.link, .uewFragment a.link:visited, .uewFragment a:visited  {
	font-size:11px;
	color:#4c4c4c;
	text-decoration:none;
	background-color:#fff;
}

.uewFragment a.link:hover, .uewFragment a:hover  {
	color:#003366;
	text-decoration:none;
	background-color:#fff;
}
	

.uewFragment ul, .uewFragment ol, .uewFragment li {
	padding:0;
	margin:0;
	list-style:none;
}

.uewFragment h2 {
	margin:0;
	padding:0;
	font-size:15px;
	height:25px;
}

.uewFragment h3 {
	margin:0;
	padding:0 0 5px 0;
	font-size:12px;
}

.uewFragment p big { 
      font-size: 14px;

}


/* Secondary Banner module styles (next and previous buttons) */


.uewFragment .moreInfo button
{
  display:block;
  height:15px;
  background-position:0 0;
  background-repeat:no-repeat;
  }

.uewFragment .moreInfo button:hover 
{	
  background-position:0 -15px;
  background-repeat:no-repeat;
  }

.uewFragment .nextset,.uewFragment  .nextset button, .uewFragment .nextset button.hover 
{
  width:54px;
  background-image:url(/img/modules/nextset_moreinfo.gif);
  }

.uewFragment .previousset, .uewFragment .previousset button, .uewFragment .previousset button:hover 
{
  left:0;
  right:auto;
  width:74px;
  background-image:url(/img/modules/previousset_moreinfo.gif);
  }
	  
.uewFragment button.submitLink 
{
  background-position:0 0;
  background-repeat:no-repeat;
  background-color: transparent;
  text-decoration: none;
  border: none;
  cursor: pointer;
/*  cursor: hand; */
  padding:0px;
  margin:0px;
  }

.uewFragment button.submitLinkon 
{
  background-position:0 -15px;
  background-repeat:no-repeat;
  background-color: transparent;
  text-decoration: none;
  border: none;
  cursor: pointer;
/*  cursor: hand; */
  padding:0px;
  margin:0px;
  }	

/* Styles for opening hours module */

#times2,#times3 
{ 
  display: none;
  }

  
/* Styles for text overflow etc */

.dealerIntro
{
  height: 20px;
  width: 314px;
  overflow: hidden;
  }

.mainTxtDCT
{ 
  width: 569px;
  height: 235px;
  overflow: hidden;
 }

.subTxtDCT-WidthOnly, 
.mainTxtDCT-WidthOnly
{ 
  width: 569px;
  overflow: hidden;
 }

.tacticalArea-WidthOnly
{ 
  width:260px;
  overflow: hidden;
}
.addressModuleText
{ 
  height: 110px;
  width: 314px;
  overflow: hidden;
 }

.promoDescription
{ 
  width: 234px;
  height: 32px;
  overflow: hidden;
}

#inner
{ 
background-color: white;
}
