﻿/*==[ General ]================================================
 -== Main Layout ==- */
#wraper {
	width:979px;
	margin:auto;
	padding:0;
	color:#3D3D3D;
}

#hd,#banner,#bd,#ft {
	clear:both;
}

/* Header */
#hd {
	height:94px;
	float:left;
	position:relative;
	margin:0 0 1px;
	background-image:url("../Images/bkg_header.gif");
	background-position:0 0;
	background-repeat:repeat-x;
	width: 979px;
}

#hd #logo {
	float:left;
	margin:0 0 0 23px;
}

#hd ul.menu {
	float:right;
	margin:50px 0 0;
	padding:0;
}

#hd ul.menu li {
	float:left;
	padding:0 18px;
}

#hd ul.menu li a {
	float:left;
	height:24px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	border-bottom:2px #f2f2f2 solid;
}

body#home li#home a,
body#dealer-locator li#dealer-locator a,
body#tire-selector li#tire-selector a,
body#promotions li#promotions a,
body#technical-advice li#technical-advice a,
body#about-us li#about-us a {
	border-bottom:2px #143d8c solid;
	color:#143d8c;
}

#hd ul.menu li a:hover {
	color:#32559A;
	visibility:visible;
}

#hd ul.menu li table {
	border-collapse:collapse;
	margin:-1px;
	width:0;
	height:0;
}

#hd ul.menu li ul,#hd ul.menu li a ul {
	display:none;
}

#hd ul.menu li ul li {
	display:block;
	float: left;
	padding: 0
}

#hd ul.menu li ul#about-us-submenu li a, 
#hd ul.menu li.select ul#about-us-submenu li a {
	color:#fff;
	font-size:10px;
	border:0;
	font-weight:bold;
	height: 10px;
	line-height:10px;
	visibility:visible;
	margin: 4px 0 0;
	padding: 0 8px 4px 10px;
	border-right: 1px solid #fff;
}

#hd ul.menu li ul#about-us-submenu li a.last,
#hd ul.menu li.select ul#about-us-submenu li a.last {
	border: none;
}

#hd ul.menu li ul#about-us-submenu li a:hover, 
#hd ul.menu li.select ul#about-us-submenu li a:hover {
	color:#fcf321;
}

#hd ul.menu li.select ul,
#hd ul.menu li.select a ul,
#hd ul.menu li:hover ul,
#hd ul.menu li a:hover ul {
	display:block;
	float: left;
	background:#143d8c;
	position:absolute;
	right:0px;
	top:76px;
	z-index:100;
	width: 220px;
	text-align:center;
}

#hd #tool-dealer {
	position:absolute;
	top:15px;
	left:740px;
}

#hd #tool-dealer input {
	width:102px;
	height:12px;
	float:left;
	margin:0 0 0 2px;
	font-size:10px;
	line-height:1;
}

#hd #tool-dealer input#btnDealer {
	width:110px;
	height:16px;
}

/* Banner */
#banner {
	position:relative;
	float:left;
	margin-bottom:2px;
	width:100%;
}

#banner img {
	float:left;
}

/* Body */
#bd {
	float:left;
	clear:both;
	width:100%;
	padding:0;
	border-top:solid 3px #143D8C;
	background:url(../Images/bkg_block.gif) 0 0 repeat-x;
	position:relative;
}

#bd .pagepath {
	position:absolute;
	left:23px;
	top:0;
	line-height:25px;
	text-transform:uppercase;
	font-size:75%;
}

#bd .pagepath a,#bd .pagepath a:hover,#bd .pagepath a:visited {
	color:#3D3D3D;
	text-decoration:none;
}

#bd #content {
	padding:25px 23px;
}

#bd .leftCol {
	width:626px;
	padding-right:23px;
	float:left;
}

* html #bd .leftCol {
	padding-right:20px;
}

#bd .rightCol {
	width:272px;
	float:left;
	padding: 15px 0 0 12px;
}

#bd .intro {
	color:#143D8C;
	/*font-size:138.5%;*/
	padding-top: 10px;
	padding-bottom:25px;
	border-bottom:solid 1px #143D8C;
}

/*#bd .intro h2 {
	text-transform:uppercase;
	font-weight:bold;
}
*/

#bd #content div.tireSelector {
	width:284px;
}

/* Footer */
#ft {
	float:left;
	width:100%;
	height:24px;
	padding:7px 0;
	margin:25px 0 0;
	color:#3D4B59;
	font-size:10px;
	text-transform:uppercase;
}

.ftlower {
	background:url("../Images/bkg_footer.gif") 0 0 repeat-x;
}

.ftlonger {
	background:url(../Images/bkg_footer_longer.gif) 0 0 repeat-x;
}

#ft p {
	float:left;
	margin-left:25px;
}

#ft ul {
	float:right;
	margin-right:25px;
}

#ft ul li {
	float:left;
	display:block;
	padding:0 8px;
	border-left:solid 1px #3D4B59;
}

#ft ul li.first {
	border:0;
}

#ft ul li a {
	color:#3D4B59;
	text-decoration:none;
	line-height:1;
}

/* -== General ==- */

a {
	color: #072380;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
  outline: none;
}

h2 {
	color:#143D8C;
	font-size:167%;
}

div.block {
	float:left;
	padding:25px 0;
	border-bottom:solid 1px #143D8C;
}

div.block h3 {
	font-weight:bold;
	margin:0 0 8px;
}

div.block p {
	margin:0 0 8px;
}

div.promotion {
	margin: 0;
	padding-bottom: 10px;
}

div.tipLine {
	clear:both;
	float:left;
	width:100%;
	margin:15px 0 0;
	font-size:85%;
}

div.tireSelector {
	height:295px;
	background-image:url("../Images/plh_TireSelector.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
}

/* medias */
div.block div.medias {
	width:173px;
	clear:both;
	margin:5px 0;
	padding:0 15px 0 0;
}

.placeleft {
	float:left;
}

.placeright {
	float:right;
}

div.block div.medias p {
	font-weight:bold;
	font-size:85%;
}

div.block div.medias div {
	width:159px;
	margin:15px 0 0;
	padding:7px;
	text-align:center;
	background-image:url("../Images/bkg_imgMedias.gif");
	background-position:0 0;
	background-repeat:no-repeat;
}

div.block div.medias div.imageshort {
	width:135px;
	padding:9px;
	text-align:center;
	background:url(../Images/bkg_imgMedias_2.gif) 0 0 no-repeat;
}

div.block div.medias div p {
	font-size:77%;
}

div.block div.medias ul.linksList li {
	padding:0 0 0 10px;
	background-image:url("../Images/icn_arrowList.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

div.block div.medias ul.linksList li a {
	color:#3D3D3D;
	text-decoration:none;
	font-size:85%;
}

/* zone */
div.block div.zone {
	width:424px;
	float:left;
	margin:5px 0;
}

/* formSet */
div.block div.zone div.formSet {
	padding:0 65px 160px 15px;
	float:left;
}

div.block div.zone div.formSet table {
	width:100%;
}

div.block div.zone div.formSet table td {
	vertical-align:top;
}

div.block div.zone div.formSet input,div.block div.zone div.formSet select {
	float:right;
	width:193px;
	height:16px;
	margin:0 0 10px;
	border:solid 1px #646464;
	color:#3D3D3D;
}

div.block div.zone div.formSet select {
	height:19px;
	width:195px;
}

div.block div.zone div.formSet textarea {
	float:right;
	height:40px;
	width:195px;
	margin:0 0 10px;
	border:solid 1px #646464;
	color:#3D3D3D;
}

div.block div.zone div.formSet input#mailing2 {
	clear:right;
}

div.block div.zone div.formSet input.inputselect {
	width:16px;
	border:0;
	margin:0 10px 0 0;
}

div.block div.zone div.formSet input.inputtextarea {
	width:39px;
}

div.block div.zone div.formSet input.inputtexttel {
	width:90px;
	margin:0 10px 10px;
}

div.block div.zone div.formSet input.inputtextext {
	width:40px;
}

div.block div.zone div.formSet label.term {
	float:right;
	width:170px;
	text-align:left;
	margin:0 0 10px;
}

div.block div.zone div.formSet span.or {
	float:right;
	margin:0 177px 10px 0;
}

input.btnSubmit {
	border: 0;
	height:auto;
	width: auto;
	
	
	asdfloat:right;
	asddisplay:block;
	asdheight:19px;
	asdpadding:5px 30px 0 0;
	asdmargin:0 10px 0 0;
	asdcolor:#072380;
	fasont-size:93%;
	asdtext-transform:uppercase;
	asdfont-weight:bold;
	
	
	asdtext-decoration:none;
	asdbackground-image:url("../Images/icn_arrowRight.gif");
	asdbackground-repeat:no-repeat;
	asdbackground-position:center right;
}

/* faqList */
div.faqList a {
	color:#3D3D3D;
}

div.faqList .select {
	color:#143d8d;
}

div.faqList ul li {
	margin:0 0 15px;
}

div.faqList ol li {
	list-style-type:decimal;
	list-style-position:inside;
	margin:0 0 5px;
}

div.faqList ol li a:hover {
	visibility:visible;
}

div.faqList ol li:hover a,div.faqList ol li a:hover {
	color:#143d8d;
	text-decoration:none;
}

div.faqList ol li div p.answer {
	padding: 5px 0 0 15px;
	margin:0 0 -4px;
	z-index:2;
	color:#143d8c;
	font-weight:bold;
	font-size:108%;
}

div.faqList ol li div div.answerBox {
	width: 370px;
	padding: 10px 15px 0;
	border:solid 1px #143d8c;
	font-size:85%;
	background-image:url("../Images/bkg_answerBox.gif");
	background-position:0 0;
	background-repeat:repeat-x;
	color:#3d3d3d;
	text-decoration:none;
	margin-top: 8px;
}

div.faqList ol li ul{
	margin:0 0 10px;
}

div.faqList ol li ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 5px 15px;
}

div.faqList .headline{
	font-weight:bold;
}

/*==[ Index ]================================================*/
#bd.index {
	float:left;
	position:relative;
	margin-top:15px;
	border:0;
}

#bd.index div.block {
	border:0;
	padding:25px 23px;
	background-image:url("../Images/bkg_block.gif");
	background-position:0 0;
	background-repeat:repeat-x;
}

/* Banner */
#banner div.tool {
	position:absolute;
	top:75px;
	left:23px;
	width: 310px;
}


#banner div.tool p {
	width:240px;
	margin:0 0 15px;
	line-height:1;
	color:#FCF321;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

#banner div.tool input {
	width:103px;
	float:left;
}

#banner div.tool #btnDealer2 {
	width:125px;
	height:21px;
	margin:-2px 0 0 6px;
}

/*#banner div.btntool {
	width: 100%;
	clear: both;
	background-color:#FF0000;
	position: absolute;
	
}*/

#banner input#btnGetStart {
	position: absolute;
	/*
	right:175px;
	top:185px;
	*/
	
	left:28px;
	top:190px;
	
	border:0;
	width:160px;
	height:28px;
}

#banner a#btnGetStart {
	position: absolute;
	
	left:33px;
	top:184px;
	
	border:0;
	width:160px;
	height:28px;
	cursor:pointer;
	
}



/* leftCol */
#bd.index .leftCol {
	/*width:752px;*/
	width:979px;
	float:left;
	position:relative;
	padding:0;
}

#bd.index .leftCol .intro {
	width:706px;
	font-size:100%;
	border:0;
}

#bd .leftCol .intro h2 {
	text-transform:none;
	font-weight:normal;
}

#bd.index .leftCol .intro p {
	width:500px;
}

#bd .alliance {
	width:202px;
	padding:15px 23px;
	float:left;
}

#bd .alliance a,
#bd .middle a  {
	display:block; 
     width:100%; 
    height:100%; 
    text-decoration:none; 
}

#bd .alliance a:hover,
#bd .middle a:hover { 
	text-decoration:none; 
  }  
  
#bd .alliance a { 
	color: #3D3D3D;
 }   


#bd .middle {
	margin:0 3px;
}

#bd .alliance h3 {
	text-indent:-4000px;
	width:150px;
	height:45px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#bd .alliance h3.michelin {
	/*background-image:url("../Images/logoMichelin.gif");*/
}

#bd .alliance h3.bfGoodrich {
	/*background-image:url("../Images/logoBFGoodrich.gif");*/
}

#bd .alliance h3.uniroyal {
	/*background-image:url("../Images/logoUniroyal.gif");*/
}

/* rightCol */
#bd.index .rightCol {
	width:217px;
	padding: 0 0 0 5px;
	float:left;
	position:relative;
	top:-115px;
}
#home #bd.index .rightCol {
	position:relative;
	top:-115px;
}

#bd.index .rightCol a {
	display:block;
	margin:0 0 5px;
}

/* michelinMan */
div.index div.michelinMan {
	background-image:url(../Images/img_michelinMan.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:186px;
	left:520px;
	position:absolute;
	top:-4px;
	width:199px;
	z-index:200;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Static/neutral/Images/img_michelinMan.png', sizingMethod='crop');
}

/*==[ About-Us ]================================================
 Overview */
#bd.about-us-overview div.zone {
	border-bottom:solid 1px #143D8C;
}

/*==[ Dealer Locator ]==========================================*/
#bd.dealer-locator div.block {
	width:100%;
}

#bd.dealer-locator div.block div.zone {
	width:100%;
}

#bd.dealer-locator div.formSet table {
	width:350px;
	float: left;
}

#bd.dealer-locator div.formSet a.btnSubmit {
	margin: 140px 0 0 60px;
	float: left;
}



#bd.dealer-locator li.dealer-Container {
	width: 398px;
	height: 116px;
	padding: 12px 0 0 10px;
	
	background-image: url("../../neutral/Images/bkgDealerList.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0;
	color: #505050;
}

#bd.dealer-locator li.dealer-Container p {
	margin-bottom: 3px;
	font-weight: bold;
}

#bd.dealer-locator  h3 {
	font-size: 115%;
}

#bd.dealer-locator li.dealer-Container h4 {
	float: left;
	color: #143D8C;
	font-size: 130%;
	margin-bottom: 10px;
	width: 100%;
	font-weight: bold;
}


#bd.dealer-locator div.dealer-adress  {
	float: left;
	font-size: 90%;
}

#bd.dealer-locator div.dealer-phone  {
	float: left;
	padding-left: 60px;
	font-size: 90%;	
}

/*==[ Dealer Locator Results ]==================================*/
.strongfont {
	font-weight:bold;
}

.btnlist {
	padding:20px 0;
	text-align:right;
}

.btnlist ul li {
	display:inline;
}

.btnlist a {
	height:19px;
	padding:5px 30px 0 0;
	color:#072380;
	font-size:93%;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background-image:url("../Images/bkgDealerList.jpg");
	background-repeat:no-repeat;
	background-position:center right;
}

.searchoptions {
	border:1px #143d8c solid;
	background:#f6f6f6;
	padding:5px 10px;
}

.searchoptions dt,.searchoptions dd {
	display:inline;
	padding:0 5px;
}

.searchoptions dt {
	font-style:italic;
	font-weight:bold;
}

.itemstyle {
	height:auto;
	border:2px #143d8c solid;
	margin:15px 0;
	padding:0 0 5px;
	clear:both;
	position:relative;
}

* html .itemstyle {
	height:80px;
}

.itemstyle dt {
	height:35px;
	line-height:35px;
	border-bottom:1px #143d8c solid;
	background:#f6f6f6;
	font-weight:bold;
}

.itemstyle dt span {
	margin:0 5px;
}

.itemstyle dt span.name {
	float:left;
}

.itemstyle dt span.distance {
	float:right;
	margin:0 5px;
}

.itemstyle dd {
	width:305px;
	display:block;
	clear:both;
}

.itemstyle dd label {
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px 0;
}

.itemstyle dd span {
	float:right;
	width:215px;
	text-align:left;
	padding:5px 0;
}

.itemstyle dd.leftcol {
	float:left;
	clear:none;
}

.itemstyle dd.rightcol {
	float:right;
	clear:none;
	margin:0 5px 0 0;
}

.itemstyle dd.empty {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

.itemstyle dd.maplink {
	position:absolute;
	bottom:2px;
	right:2px;
	text-align:right;
	z-index:100;
}

.itemstyle dd.maplink a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#8d98a1;
	padding:0 10px 0 0;
	background:url(../Images/icn_arrowView.gif) right center no-repeat;
}

.pageview a,.pageview a:hover {
	color:#8d98a1;
}

/*==[ Tire Selector ]==================================*/

body#tire-selector #bd .intro {
	border-bottom: none;
}

body#tire-selector #bd div.block {
	border:0;
	padding:25px 10px;
	background-image:url("../Images/bkg_block.gif");
	background-position:0 0;
	background-repeat:repeat-x;
}

body#tire-selector #bd .alliance {
	width:186px;
	padding:15px 23px;
	float:left;
}

body#tire-selector div.block p {
	margin:8px 0 12px;
}

a.find {
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	width: 65px;
	height: 16px;
	background-image: url("../Images/btn_findEn.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.fr {
	width: 88px;
	background-image: url("../Images/btn_findFr.gif");
}

/*==[ Tire Selector Results ]==================================*/



#bd.tire-selector-results a.btnSubmit {
	float:right;
	display:block;
	height:19px;
	padding:5px 30px 0 0;
	margin:0 10px 0 0;
	color:#8c97a0;
	font-size:93%;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background-image:url("../Images/icn_arrowRight.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

#bd.tire-selector-results div.block {
	float:left;
	padding:25px 0 10px;
	border-bottom:solid 1px #143D8C;
}

#bd #lastblock.block {
	border-bottom:0;
}

.itembox {
	width:616px;
	min-height:138px;
	padding:2px;
	background:url(../Images/bkg_tireselectoritem.gif) 0 0 no-repeat;
}

.itemimgbox {
	float:left;
	width:162px;
	position:relative;
}

.standard {
	position:absolute;
	width:51px;
	height:42px;
	top:15px;
	left:84px;
	background:url(../Images/icon_standard.gif) 0 0 no-repeat;
}

.itemimgbox p {
	text-align:center;
}

.itemimgbox p a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#8d98a1;
	padding:0 10px 0 0;
	background:url(../Images/icn_arrowView.gif) right center no-repeat;
}

.itemintro {
	float:left;
	width:430px;
	position:relative;
}

.itemintro dl {
	margin:15px 0 0;
}

.itemintro dt {
	color:#072380;
	font-size:14px;
	line-height:28px;
}

.itemintro dd ul {
	margin:0 0 0 20px;
}

.itemintro dd li {
	list-style-position:outside;
	list-style-type:disc;
	color:#676e74;
	line-height:18px;
}

.itemintro .find,itemintro a:hover {
	position:absolute;
	top:21px;
	right:17px;
	color:#6d747b;
	text-decoration:none;
}

.itemintro .find span {
	color:#072380;
	text-decoration:underline;
}

.itemselect {
	float:right;
}

.itemselect input {
	margin:21px 6px 0 0;
}

* +html .itemselect input {
	margin:21px 3px 0 0;
}

* html .itemselect input {
	margin:21px 3px 0 0;
}

.tire-search-options {
	line-height:20px;
}

.tire-search-options li {
	display:block;
	clear:both;
}

.tire-search-options label {
	float:left;
	width:125px;
	text-indent:10px;
	font-weight:bold;
}

.tire-search-options span {
	float:right;
	width:495px;
	text-align:left;
}

.divclear {
	clear:both;
}

/*==[ Promotions new layout ]==================================*/

div.promo {
	padding-top: 25px;
	float: left;
}

div.promo img {
	float: left;
	width: 180px;
	margin-right: 20px;
}

div.promo .text {
	float: left;
	width: 400px;
}

div.promo h3,
div.promo h4 {
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}

div.promo p {
	float: left;
	/*margin: 4px 0;*/
}

div.promo p.small {
	font-size: 9px;
}

div.promo a.mail-in {
	display: block;
	float: left;
	color: #072380;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

div.promo a.mail-in:hover {
	text-decoration: underline;
}


/*==[ Contact Us]==================================*/

body#contact-us #bd .intro {
	padding-bottom: 50px;
	border-bottom: none;
}

body#contact-us div.michelinMan {
	background-image:url(../Images/img_michelinMan.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:186px;
	left: 97px;
	position:absolute;
	top: -154px;
	width:199px;
	z-index:200;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/neutral/Images/img_michelinMan.png', sizingMethod='crop');
}

body#contact-us div.block {
	background-image:url("../Images/bkg_block.gif");
	background-position:0 0;
	background-repeat:repeat-x;
	border-bottom: none;
	padding: 30px 80px 0 15px;
}

body#contact-us div.block p  {
	margin: 12px 0;
}

body#contact-us p strong {
	font-weight: bold;
}

div.call {
	width: 250px;
	margin-right: 5px;
}

div.write {
	width: 179px;
	position: relative;
}

.promo p strong {
	font-weight: bold;
}

.promo p a {
	text-decoration: underline;
}

.promo p a:hover {
	text-decoration: none;
}

/****
overrides for home without right col
*****/
.no-right-col div.index div.michelinMan{
	right:0;
	left:auto;
}
.no-right-col #bd.index .leftCol {
	width:auto;
}
.no-right-col #bd.index .leftCol .intro {
	width:auto;
	height:auto !important;
	height:150px;
	min-height:100px;
	float:none;
}
.no-right-col #bd .alliance {
	width:278px;
}
.no-right-col #bd .alliance.block-first{
	clear:both;
}
#bd .alliance.block-first{
	clear:left;
}
#bd .leftCol .intro h2.currentPromo {
	font-weight:bold;
	text-transform: uppercase;
	font-size:27px;
	margin-bottom:15px;
}

#bd .leftCol .intro a.invertedLink{
text-decoration:underline;
}

#bd .leftCol .intro a.invertedLink:hover{
text-decoration:none;
}
.intro span {
	display: block;
	font-size:18px;
}

div.promo h4 {
	padding-top: 20px;
	clear:both;
}

span.imgdownload {
	/*background-image:url(/neutral/Images/downloadcoupon_EN.gif);*/
	bottom:10px;
	cursor:pointer;
	height:29px;
	position:absolute;
	right:426px;
	width:130px;
	z-index:9999;
}

.downloadit a {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	top:343px;
	right:35px;
}



.downloadit a.btndownload {
	position:absolute;
	right:155px;
	top:330px;
}

/*
#promotions #bd .leftCol {
	width:358px;	
}

#promotions #bd .rightCol{
	width:545px;
	padding:15px 0 0 5px;
}

#promotions #bd .rightCol div {
	float:left;
	
}*/

#promotions #bd .rightCol div.firstone {
	padding-right:5px;
}
#promotions #bd .promo-block{
	padding-top:10px;
	position:relative;
}
#promotions #bd .promo-block h3{
	font-size:1.1em;
	font-weight:bold;
	padding-top:4px;
}
#promotions #bd .promo-block .promo-image {
	float:left;
	width:177px;
	padding-right:10px;
}
#promotions #bd .promo-block .promo-text{
	margin-left:187px;
}
#promotions #bd .promo-block .promo-link{
	/*text-align:right;
	padding-top:1em;
	text-decoration:underline;*/
	position:absolute;
	right:0;
	bottom:0;
	padding-bottom:0.5em;
}
.fix-height{
	*zoom:1;
}
.fix-height:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
