/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/

#slidedeck_frame {
    position: relative;
	background: url('../oakley/img/slide_back.png') 0 0 no-repeat;
	width: 732px;
	height: 402px;
	padding: 28px 25px 0px 25px;
}

#slidedeck_frame dl {
    position: relative;
	width: 680px;
	height: 346px;
	margin: 0;
    padding: 0;
	overflow: hidden;
}
			
.slidedeck dd {
    position: relative;
	height: 294px;
	padding:0;
    margin: 0;
	border-right: 5px solid #d7d7d7;
	background: url('../oakley/img/slide_slides.png') bottom left #d7d7d7 repeat-x;
}

.slidedeck dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bolder;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('../oakley/img/slide_spines.png') top left #d7d7d7;
	color: #505050;
    margin:0;
    padding: 0;
}

.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}

.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
	background-image:none;
	background-color: #9a0000;
}

.slidedeck dt .index {
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #505050;
}

.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: 0px;
	margin-top:-2px; 
	background-image: url('../oakley/img/slide_pfeil.png');
	width: 15px;
	height: 30px;
}
