
/* --------------------------------------
	webmaxx flashheader styles
--------------------------------------*/



/* headlines and price tag */

.webmaxx-headline1, .webmaxx-headline2, .webmaxx-headline3,
.webmaxx-price,
.webmaxx-links,
.webmaxx-morebundles, .webmaxx-info {
	position: absolute;
	left: 78px;
}
.webmaxx-headline1 {
	top: 38px;
}
.webmaxx-headline2 {
	top: 63px;
}
.webmaxx-headline3 {
	top: 79px;
}
.webmaxx-price {
	top: 102px;
}



/* the linklist */

.webmaxx-links {
	top: 44px;
	left: 295px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.webmaxx-links li {
	background: url(../images/arrowNO.jpg) left 50% no-repeat;
}
.webmaxx-links a {
	display: block;
	width: 135px;
	height: 20px;
	background:transparent left 2px no-repeat;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}
.webmaxx-links a span {
	display: none;
}
.webmaxx-links a img {
	margin: 0;
	padding: 0;
}



/* more bundles and info button */

.webmaxx-morebundles, .webmaxx-info {
	top: 110px;
	left: 295px;
}
.webmaxx-info {
	left: 382px;
}
.webmaxx-morebundles a, .webmaxx-info a {
	display: block;
	height: 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	text-decoration:none;
	background:#000;
}
.webmaxx-morebundles a:hover, .webmaxx-info a:hover {
	background:#6f6f6f;
}
.webmaxx-morebundles span, .webmaxx-info span {
	display:block;
	text-align:center;
	color:#EEE;
	font-weight:bold;
	font-size:11px;
	padding:3px 0;
	text-shadow:0 0 5px #FFFFFF;
}
.webmaxx-morebundles a:hover span, .webmaxx-info a:hover span {
	color:#FFF;
	text-shadow:0 0 4px #FFFFFF;
}

.webmaxx-morebundles a {
	width: 86px;
	_background:transparent url(../images/morebundlesNO.png) no-repeat center;
}
.webmaxx-morebundles a:hover {
	_background:transparent url(../images/morebundlesHOV.png) no-repeat center;
}
.webmaxx-info a {
	width: 60px;
	_background:transparent url(../images/infoNO.png) no-repeat center;
}
.webmaxx-info a:hover {
	_background:transparent url(../images/infoHOV.png) no-repeat center;
}