@charset "UTF-8";
/* CSS Document */


a {
	color:#FFFFFF;
	text-decoration:underline;
	outline: none;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

ul li { 
	display:block;
	margin-left:-40px;
}

body {
	background:#333333;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

/* STRUCTURE HOLDERS */

#holder_r {
	background-color:transparent;
	background-image:url(/dta/img/pattern_top.gif);
	background-repeat:no-repeat;
	width:347px;
	min-height:5px;
	z-index: 3;
	position:absolute;
	right:30px;
	top:0px;
}

#holder_end {
	background-image:url(/dta/img/pattern_btm.gif);
	background-color:transparent;
	width:298px;
	height:25px;
	position:absolute;
	bottom:0px;
	left:25px;
	z-index: 3;
}

#mp3 {
	color:#FFFFFF;
	width:347px;
	height:30px;
	z-index: 3;
	background-color:transparent;
}

#lgo {
	position:fixed;
	bottom:25px;
	left:30px;
	z-index: 3;
	background-color:transparent;
}

#popupholder {
	width:500px;
	min-height:30px;
	margin-left:-400px;
	margin-top:-150px;
	position:fixed;
	left:50%;
	top:50%;
	cursor:pointer;
	z-index:4;
}

#content_position {
	margin:25px;
}

#content_bg {
	width:297px;
	height:100%;
	z-index: 3;
	background-image:url(/dta/img/trnsp.png);
}

#content {
	width:260px;
	z-index: 3;
	margin:19px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:transparent;
}

#menu {
	top:30px;
	z-index: 3;
	position:fixed;
	right:400px;
}

#extra_content {
	background-color:transparent;
	width:400px;
	height:250px;
	position: fixed;
	top:210px;
	right:405px;
	z-index: 3;
}

/* ITEM ELEMENTS */

#popupcontent {
	border:4px solid white;
	padding:15px;
	background-image:url(/dta/img/trnsp.png);
	}

#main_style_items {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	max-width:260px;
}

.itm_kop {
	width:260px;
	font-size:14px;
	padding-bottom:11px;
}

.itm_kop_list {
	width:260px;
	font-size:14px;
	padding-bottom:7px;
}

.itm_btn {
	margin-top:3px;
	border:none;
}

/* FONTS AND STYLE */
#popupclose {
	width:100%;
	height:24px;
}

#popupclose img {
	float:right;
}

.cnt_pxl {
	margin-top:7px;
	margin-bottom:7px;
}

.img_bdr {
	border: 1px solid white;
	margin-left: -3px;
} 

.bdr_mrg {
	border: 1px solid white;
	margin: 3px;
} 

.txt_white {
	color:#FFFFFF;
}

.a_strike {
	color:#FFFFFF;
	font-style:line-through;
	text-decoration:line-through;
}

#next_prev {
	margin-top:5px;
}