/*--IE 6 PNG Fix--*/
img{ behavior: url(css/iepngfix.htc) }

/* Layers */

html, body {
	color: #000;
	padding: 0;
	margin: 0 0;
	background: #fff;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
}

div.lyrWrapper {
	width: 975px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;	
	margin-bottom: 15px;
	float:left;
}

div.lyrTeaserLeft {
	float: left;
	width: 295px;
}

div.lyrTeaserRight {
	float: right;
	width: 610px;
}

div.lyrContentLeft {
	float: left;
	width: 410px;
	margin-left: 15px;
}

div.lyrContentLeftBox {
	float: left;
	margin-top: 15px;
}

div.lyrContentLeftBox ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.lyrContentLeftBox ul li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;	
	width: 130px;
}

div.lyrContentLeftBox ul li a.active {
	font-weight: bold;
}

div.lyrContentRight {
	float: left;
	width: 380px;
	margin-left: 70px;
}

div.lyrStoresHeadline {
	font-weight: bold;
	margin: 15px 0 15px;
}

/* Text & Images */

a {
	color: #b4b4b4;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.lnkTerms {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a.lnkTerms:hover {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: underline;
}

div.lyrContentLeft a {
	color: #000;
	text-decoration: none;
}

div.lyrContentLeft a:hover {
	color: #b4b4b4;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold; 
	padding: 0 0 5px 0;
}

h1.tblHeadline {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 3px 15px;
	background: transparent url(../images/tblHead.gif) repeat-x scroll;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: underline;
}

img {
	border: 0px;
}

img.imgLeft {
	float: left;
}

img.imgRight {
	float: right;
}

/* Stores */

div.tblStores {
	float: left;
	margin: 0 0 35px 15px;
	width: 960px;
}

div.tblStores ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.tblStores ul li {
	float: left;
	margin: 0;
	padding: 10px 5px 10px 0;
	position: relative;	
	width: 235px;
	color: #333;
	border-bottom: 1px solid #d2d2d2;
	font: 12px/1.5em Arial, Helvetica, sans-serif;	
}

div.tblStores ul li span.headline {
	font-weight: bold;
}

div.lyrPadding {
	padding: 10px;
	text-align: left;
}

.untranslated {
	color: #ff0000;
}



#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

body {
	height: 100%;
	position: relative;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #fff;
	border: 10px solid #fff;
	float: left;
	width: 800px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -420px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0;
	overflow-y: scroll !important;
}

.popup h3 {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}
.popup p {
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -30px;
	top: -30px;
}

*html #fade {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

*html .popup_block {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}
