/*
-----------------------------------------------
XTH Base Layout Style Sheet
Author:  Conure
Version: 14 Jul. 2010
----------------------------------------------- */
#link2shop-wrapper {
	margin:0 auto;
	width:940px;
}
#toppanel {
	position:absolute;
	margin:0 auto;
	top:0;
	width:940px;
	z-index:100;
}
#panel {
	position:relative;
	margin:0 auto;
	width:940px;
	height:0; /*0-400*/
	z-index:90;
	overflow:hidden;
}
#panel-content {
	position:absolute;
	height:100%;
	width:940px;
	/*z-index:-1;*/
	background:url('/lib/i/black75.png');
}

/* Panel Button */
.panel-button {
	width:200px;
	height:70px;
	margin:0 0 0 auto;
}
#open-panel {height:70px;}
#open-panel {
	position:absolute;
	right:0;
}
#close-panel {height:35px;}
.panel-button a {
	display:block;
	width:200px;
	height:35px;
	background:url('/lib/i/xth_shop_panel_button.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.panel-button a#go2eos {background-position:left top;}
.panel-button a#go2amazon {background-position:left center;}
.panel-button a#go2close {background-position:left bottom;}
.panel-button a#go2eos:hover {background-position:right top;}
.panel-button a#go2amazon:hover {background-position:right center;}
.panel-button a#go2close:hover {background-position:right bottom;}

#onlineshop-block {
	float:left;
	width:400px;
	margin:40px 0 40px 40px;
	padding-right:29px;
	border-right:#aaa solid 1px;
}
#amazon-block {
	float:right;
	width:400px;
	margin:40px 40px 40px 0;
}
#panel-content h2 {
	font-size:3.6em;
	line-height:1.1;
	color:#eee;
	font-weight:bold;
}
#panel-content h2 span {
	font-size:.66em;
	font-weight:normal;
}

/* List Sticker */
.listticker{
	height:198px;
	width:318px;
	overflow:hidden;
	background:#fff;
}
.listticker li{
	height:99px;
}
.listticker li a{
	display:block;
	padding:12px 5px 6px;
	width:308px;
	height:80px;
	background-color:#fff;
}
.listticker li a:hover{
	background-color:#cac6c5;
}
.listticker .news-title{
	display:block;
	font-weight:bold;
	margin-bottom:4px;
	font-size:12px;
}
.listticker .news-text{
	display:block;
	font-size:10px;
	color:#666;
}
.listticker img{
	float:left;
	margin-right:14px;
	padding:4px;
	border:solid 1px #ccc;
	background-color:#fff;
}

/*scrollable*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:318px;
	height:198px;
	/* custom decorations */
	border:1px solid #ccc;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:318px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* position and dimensions of the navigator */
.navi {
	clear:both;
	margin:10px auto;
	padding-top:10px;
	width:75px;
	height:20px;
}
/* items inside navigator */
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/lib/i/scrollable/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:84px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.rightside { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.rightside:hover { background-position:-30px -30px; }
a.rightside:active { background-position:-60px -30px; } 

/* left */
a.leftside { margin-left: 0px; } 
a.leftside:hover { background-position:-30px 0; }
a.leftside:active { background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/lib/i/scrollable/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.navi a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;
}

