/*
	Description: 	Teasers CSS 
	Changes:
*/

/*
-----------------------------------------------
Frontpage 
-----------------------------------------------
*/

.campaign {
	float:left;
	width:275px;				/* 275px*/
	padding:15px 0px 15px 0px;
	margin:0px 42px 0px 0px;	
	border-bottom:1px solid #CCCCCC;
	overflow:hidden;
}

.campaign a {
	float:left;
	padding:0px;
	margin:0px;
	clear:left; /* new*/
	/* width 100%*/
}

.campaign a:link, .campaign a:visited {
	color:#C70C39;
} 

.campaign a:active, .campaign a:hover   {
	color:#e61e3c;	
}


.campaign img {
	float:left;
	color:#C70C39;
	padding:0px 0px 0px 0px;
	margin:8px 0px 8px 0px;
}

.campaign h2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #343434;
	font-weight:bold;
	width:275px;
}

.campaign h2 a:link, .campaign h2 a:visited  {
	color: #003378;
}

.campaign h2 a:hover, .campaign h2 a:active {
	color:#e61e3c;
}

.campaign h3 {
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	color: #343434;
	font-weight:bold;
	width:275px;
	clear:left;
}

.campaignBody {
	float:left; 
	padding:0px 0px 0px 0px; 
	margin:0px;
}

span.campaignLinks a{
	width:100%;
}


/* Large */

.campaignLarge {
	float:left;
	width:592px;	/* 592japx*/
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;	
	border-bottom:1px solid #CCCCCC;
}

.campaignLarge span {
	float:left;
}

.campaignLarge img {
	float:left;
	padding:0px 20px 5px 0px;
}

.campaignLarge h2{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #003375;
	font-weight:bold;
}

.campaignLarge a.read{
	float:left;
	clear:left;	
}


/* Right Column */

/*** Right Column News and Events ***/

.event {
	float:left;
	width: 234px;	/* 259px */
	padding:10px 10px 0px 15px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #E5E5E5;
}

.event h2{
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

.event h3{
	color:#C70C39;
	font-weight:bold;
}

.event .eventText {
	padding:3px 0px 0px 0px;
	margin:0px 0px 19px 0px;
	color:#343434;
}

.event .eventDate {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#343434;
}


/*** Teasers ***/

.teaser {
	float:left;
	width: 230px;	/* 259px */
	background-repeat:no-repeat;
	padding:10px 10px 25px 15px;
	margin:0px 1px 0px 1px;
	background-color:white;	
	border-bottom:1px solid #E5E5E5;
	clear:left;
}

h2 {
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

.teaser img{ 
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

.teaser .teaserText {
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#343434;
}

.teaser .teaserText a{
	/*float:left;
	clear:left;*/ 
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}


/*** Contact ***/

 .contact {
	float:left;
	width: 232px;	/* 259px */
	background-repeat:no-repeat;
	padding:10px 10px 25px 15px;
	margin:0px 1px 0px 1px;
	background-color:white;	
	border-bottom:1px solid #E5E5E5;
}

h2 {
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

.contact img.contactImage{ 
	float:left;
	padding:1px 1px 1px 1px;
	margin:0px 15px 10px 0px;
	border:1px solid #ccc;
	width:88px;
}

.contact div.contactInfo{ 
	float:left;
	clear:left;
	width:230px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 5px 0px;
}

.contact div.contactInfo strong.indent{  
	padding:0px 0px 0px 27px;
}

.contact div.contactInfo strong{ 
	float:left;
	clear:left;
	padding:0px 0px 0px 0px;
	color:#333333;
}

.contact div.contactInfo img{ 
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
}

.contact div.contactInfo a{ 
	float:left;
	height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#C70C39;
	font-weight:bold;
}

.contact div.contactInfo span{ 
	float:left;
	height:18px;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.contact .contactText {
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#343434;
}

.contact div.contactPlainText{ 
	float:left;
	clear:left;
	width:203px;
	padding:0px 0px 0px 27px;
	margin:2px 0px 5px 0px;
}


/*** Position ***/

.position {
	float:left;
	width: 232px;	/* 259px */
	background-repeat:no-repeat;
	padding:10px 10px 25px 15px;
	margin:0px 1px 0px 1px;
	background-color:white;	
	border-bottom:1px solid #E5E5E5;
}

.position div.contactInfo{ 
	float:left;
	clear:left;
	width:230px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 15px 0px;
}

.position div.contactInfo strong{ 
	float:left;
	width:100%;
	padding:0px 0px 5px 0px;
	color:#333333;
}


/*** Links ***/

.linkList {
	float:left;
	width: 232px;	/* 259px */
	background-repeat:no-repeat;
	padding:10px 10px 25px 15px;
	margin:0px 1px 0px 1px;
	border-bottom:1px solid #E5E5E5;
}

h2 {
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

.linkList a{
	float:left;
	clear:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	font-weight:bold;
}


/* Center Column */

/*** Content Links ***/

.contentLinkList {
	float:left;
	width: 449px;	/* 462px */
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:15px 13px 0px 0px;
}

.contentLinkList h2 {
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 11px 0px;
}

.contentLinkList a{
	float:left;
	clear:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#C70C39;
	font-weight:bold;
}


/*** Content Teasers ***/

.contentTeaser {
	float:left;
	width: 449px;	/* 462px */
	background-repeat:no-repeat;
	padding:0px 0px 15px 0px;
	margin:15px 13px 0px 0px;
	background-color:white;	
	border-bottom:1px solid #CCCCCC;
	clear:left;
}

.highlight {
	width: 422px !important;	/* 462px */
	background-color:#DCE5EC;
	padding:15px !important;
	border-bottom:none !important;
}

h3 {
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.imageBullet {
  	float:left;
  	padding:0px 15px 0px 0px;
  	margin:0px 0px 10px 0px;
}

.contentTeaser .teaserText {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#343434;
}

.contentTeaser .teaserText ol, .contentTeaser .teaserText ul {        
	margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px; 
}

.contentTeaser .teaserText ol li, .contentTeaser .teaserText ul li{        
	margin:0px 0px 5px 0px; 
    padding:0px 0px 0px 0px; 
}

.contentTeaser .teaserTextImage ol, .contentTeaser .teaserTextImage ul {
	list-style-position: inside;
}

.contentTeaser .teaserText a{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#C70C39;	
}


/**** Link Dropdown ****/

.linkDropdown {
	float:left;
	background-image:url('../../images/Backgrounds/MenuSpotHeaderBg.png');
	height:29px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	position:relative;
}

.linkDropdownBorder {
	border:1px solid #ccc; 
	float:left; 
	width:443px;	/* 462px */
	padding:2px 2px 2px 2px; 
	margin:15px 13px 0px 0px;
}

.linkDropdown h3{
	float:left;
	padding:5px 10px 7px 15px;
	margin:0px 0px 0px 0px;
	width:125px;
}

.linkDropdown select{
	float:right;
	padding:0px 0px 0px 0px;
	margin:6px 5px 0px 0px;
	width:288px;
}

.productBox {
	position:absolute;
	width:280px;
	padding:0px;
	margin:0px;
	right:0px;
	top:0px;
	border:1px solid #ccc;
}


/**** Help icon ****/

a.spotHelpIcon {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:absolute;
	top:7px;
	right:0px;
	width:20px !important;
}


/**** Large Spot ****/

.largeSpot {
	float:left;
	background-image:url('../../images/Backgrounds/MenuSpotBg.png');
	background-position:left 29px;
	background-repeat:repeat-x;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}

.largeSpotBorder {
	border:1px solid #ccc; 
	float:left; 
	width:443px;	/* 462px */
	padding:2px 2px 2px 2px; 
	margin:15px 13px 0px 0px;
	overflow:hidden;
}

.largeSpot .spotText ol, .largeSpot .spotText ul {
	display:block;
	padding:10px 0px 10px 0px;
    list-style-position: inside;
}

.largeSpot .spotText ol li, .largeSpot .spotText ul li{
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;	
}

.largeSpot h3{
	float:left;
	background-image:url('../../images/Backgrounds/MenuSpotHeaderBg.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:428px;	/* 443px;*/
	height:24px;	/* 29px;*/
	padding:5px 0px 0px 15px;
	margin:0px 0px 12px 0px;
	background-color:#AECAD8;
	position:relative;
}

.largeSpot img.largeSpotImage{ 
	float:left;
	padding:2px 2px 2px 2px;
	margin:5px 15px 10px 15px;
	border:1px solid #ccc;
}

.largeSpot span.spotText{
	 padding-left:15px;
	 padding-right:20px;
	 display:block; 
}

.largeSpot a.spotLink {
	float:left;
	clear:left;
	width:100%;
	padding:0px 15px 0px 15px;
}

#content h1 img, #content h2 img, #content h3 img, #rightColumn h1 img, #rightColumn h2 

img, #rightColumn h3 img, #contentWide h1 img, #contentWide h2 img, #contentWide h3 img {
	height:16px;
	width:16px;
	padding:0px 0px 0px 0px;
}


/**** Small Spot ****/

.smallSpot {
	float:left;
	background-image:url('../../images/Backgrounds/MenuSpotBg.png');
	background-position:left 29px;
	background-repeat:repeat-x;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}

.smallSpotBorder {
	border:1px solid #ccc; 
	float:left; 
	width:212px;	/* 216px */
	padding:2px 2px 2px 2px; 
	margin:15px 13px 0px 0px; 
	overflow:hidden;
}

.smallSpot h3{
	float:left;
	background-image:url('../../images/Backgrounds/MenuSpotHeaderBg.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:197px;	/* 212px;*/
	height:24px;	/* 29px;*/
	padding:5px 0px 0px 15px;
	background-color:#AECAD8;
	position:relative;
}

.smallSpot img{ 
	float:left;
	padding:15px 0px 5px 15px;
	margin:0px 0px 0px 0px;
}

.smallSpot span.spotText{
	float:left;
	padding:15px 15px 0px 15px;
}

.smallSpot a.customLink {
	float:left;
	clear:left;
	width:100%;
	padding:0px 15px 0px 15px;
}

