/* Layout Stylesheet for all pages related to
   planetfootbag
   Designed by Christoph Larndorfer - 2007
*/

body {
	background-color: #06174d;
	background-image: url(../images/page_back_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	color: #FFF;
}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	color: #222;
	position: relative;
	width: 960px;
	height: 100%;
	background-image: url(../images/page_back_top.jpg);
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

#helping {
	position: absolute;
	display: none;
	z-index: 5;
	background-image: url(../images/semitrans.png);
	background-repeat: repeat;
	padding: 2px;
	border: 1px solid #A8A8A8;
	font-size: 11px;
	color: black;
}
#newProducts {
	position: absolute;
	display: none;
	z-index: 5;
	background-image: url(../images/semitrans.png);
	background-repeat: repeat;
	padding: 2px;
	border: 1px solid #A8A8A8;
	font-size: 11px;
	color: black;
	width: 12em;
	text-align: left;
}

#top {
	padding: 0px;
	margin: 0px 55px 0px 0px;
	height: 25px;
	line-height: 14px;
	font-size: 13px;
	padding: 2px;
}
#top ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top ul li {
	display: inline;
	padding: 0px 0px 0px 1px;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
}
#top ul li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#top ul li a:hover, #header ul li a:active {color: #444;}

#right {
	float: right;
	width: 240px;
	margin: 0px;
	padding: 2px;
	/*height: 650px; for banners*/
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-image: url(../images/header_back.jpg);
	z-index: 0;
}
#header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 400px;
	height: 100px;
	color: #888;
	cursor: pointer;
}
#header .theme {
	position: absolute;
	top: 20px;
	left: 190px;
	z-index: 0;
	width: 500px;
	height: 330px;
	color: #888;
}
#header .switch {
	position: absolute;
	top: 85px;
	left: 40px;
	width: 584px;
	height: 56px;
	z-index: 2;
	color: #888;
	background-image: url(../images/switch_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

* html #header .switch {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/switch_bar.png');
}

#header a img {border: none; }

#left {
	float: left;
	margin: 130px 0px 0px 25px;
	padding: 2px;
	width: 160px;
	/*height: 160px;*/
	z-index: 3;
}

* html #left {margin-left: 10px; } 

#ie6_flag a img {border: none; }

#content {
	margin: 325px 250px 0px 190px;
	padding: 2px;
	/*height: 400px; is it really needed?*/
}

* html #content a img {border: none;}

#shopping_card {
	margin: 5px 0px 2px 0px;
	padding: 45px 3px 2px 35px;
	background-image: url(../images/shopping_card_back.png);
	background-repeat: no-repeat;
	height: 275px;
}

#shopping_card .productlist {
	margin: 15px 0px 0px 0px;
	background-color: transparent;
}

#shopping_card .productlist .sum{
	text-transform: uppercase;
}

#shopping_card .checkout {
	margin: 10px 15px 0px 0px;
	text-align: right;
}

#newsticker {
	margin: 5px 0px 2px 0px;
	padding: 65px 3px 2px 35px;
	background-image: url(../images/newsticket.png);
	background-repeat: no-repeat;
	height: 275px;
}

* html #newsticker {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/newsticket.png');
}

#newsticker img { border: none;}

#newsticker .newslist {
	margin: 15px 0px 0px 7px;
}
#newsticker .newslist td {
	padding-bottom: 3px;
}

#bottom {
	clear: both;
}
