@charset "utf-8";
/* CSS Document */
#productWindowPromos {
	width: 100%;
	height: auto;
	min-height: 165px;
	padding-bottom:20px;
}
#productWindowPromos h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	letter-spacing:-1px;
	font-family:'DIN-WEB', Arial, Helvetica, sans-serif;
	padding-top:10px;
}
#productWindowPromos p {
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	width:90%;
	margin:0 auto;
}
#productWindowPromos ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 1em 7em;
	float: left;
}
#productWindowPromos li {
	list-style: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
}
#productWindowPromos li a {
	text-decoration: none;
	color: #000;
}
#productWindowPromos li a:hover {
	color:#ed008c;
}
#productWindowPromos h4 {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#productWindowPromos ul {
		margin:0 0 1em 1em;
	}
	#productWindowPromos ul li {
		padding-bottom:10px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#productWindowPromos ul {
		margin:0 0 1em 5em;
	}	
	#productWindowPromos ul li {
		padding-bottom:10px;
	}
}