@charset "utf-8";
/*kiss-kollection.com*/

/*start main*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #0d0908 url(../images/bkg_main.gif) repeat-x 50% 0 fixed;
	text-align: center;
}

html,
body,
table,
div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li{
	margin: 0;
	padding: 0;
}

ul,
li{
	list-style: none;
}

img,
button{
	border: 0 none;
}

a{
	text-decoration: none;
	color: #000;
}

#container{
	position: relative;
	background: url(../images/bkg_container.png) repeat-y 50% 0;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	z-index: 100;
}

#containerBkg{
	background: url(../images/bkg_content.jpg) no-repeat 50% 100%;
	padding-bottom: 350px;
}

#header{
	width: 942px;
	height: 175px;
	border-top: 5px solid #000;
	background: #FFF url(../images/bkg_header.gif) no-repeat 100% 0;
	margin: 0 auto;
	text-align: left;
}

#flames{
	position: absolute;
	left: -100px;
	z-index: 50;
	width: 1900px;
	height: 388px;
	background-image: url(../images/bkg_flames.png);
}

#content{
	width: 745px;
	margin: 0 0 0 19px;
	text-align: left;
	/*height: 1500px;*/
}

#extra{
	float: right;
	width: 195px;
	margin: 0 14px 0 0;
	/*height: 1500px;*/
	background: url(../images/bkg_extra.jpg) no-repeat -680px 600px scroll;
}

#content #navigation{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	color: #404040;
	padding: 3px 0 0;
	height: 16px;
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 356px;
	background: url(../images/bkg_footer.png) no-repeat 50% 100%;
	z-index: 150;
	color: #FFF;
	margin: 0 auto;
}

/*end main*/

/*start header*/

#header #langNav{
	float: left;
	width: 548px;
	height: 160px;
	border-right: 1px solid #808080;
	margin: 10px 0 0;
	/*background: url(../images/bkg_header_navigation.jpg) no-repeat 180px 0;*/
	background: url(../images/bkg_header_navigation.jpg) no-repeat 0 100%;
}

#header #langNav #navContainer{
	width: 200px;
}

#header #langNav #lang{
	float: right;
	text-align: right;
	margin: 135px 10px 0 0;
}

#header #langNav #lang li{
	direction: rtl;
	list-style: disc inside;
}

#header #text1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #808080;
	margin: 5px 0 0 10px;
	display: inline-block;
}

#header #social{
	margin: 87px 0 0;
}

#header #social li{
	float: left;
	margin: 0 0 0 5px;
}

/*end header*/

/*start navigation*/

#navigation span{
	float: right;
}

/*end navigation*/

/*start extra*/

#extra #random{
	font-family: Arial, Helvetica, sans-serif;
}

#extra #random .title1{
	width: 195px;
	height: 19px;
	background: #e82121 url(../images/bkg_title_random.gif) no-repeat 50% 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 2px 0 0;
	color: #FFF;
}

#extra #random .title2{
	font-size: 14px;
	margin: 5px 0 0;
	color: #e41817;
}

#extra #random .title3{
	font-size: 16px;
	margin: 2px 0 0;
	color: #404040;
}

#extra #random .thumbImg{
	background: url(../images/loading.gif) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 10px 0 0;
}

#extra #random .title4{
	font-size: 12px;
	margin: 10px 0 0;
	font-weight: normal;
}

#extra #random .small1{
	font-size: 10px;
	color: #808080;
	margin: 10px 0 0;
	font-weight: normal;
	display: inline-block;
}

.dashed1{
	height: 15px;
	border-bottom: 1px dashed #e6e6e6;
}

#extra #donate{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 15px auto 0;
}

#extra #donate form{
	margin: 10px auto 5px;
}

#extra #divFollow{
	margin: 15px auto 0;
}

/*end extra*/

/*start content*/

#content #title1{
	height: 19px;
	margin: 10px 0 0;
	padding: 2px 0 0 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #808080 url(../images/bkg_title_1.jpg) no-repeat 100% 0;
}

#content #title2{
	margin: 5px 0 5px;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#content #title3{
	margin: 0 0 5px;
	padding: 0;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#content #title4{
	float: right;
	width: 745px;
	display: block;
}

#content p{
	margin: 5px 0 0;
	line-height: 1.5em;
	font-size: 11px;
	text-align: justify;
	width: 100%;
}

#content p:first-letter{
	font-weight: bold;
	color: #900;
	font-size: 15px;
}

#content .underline{
	text-decoration: underline;
}

#content .pager{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #bfbfbf;
}

#content .boxCat1{
	background-color: #ffffd0;
	border: 1px dotted #f50;
	color: #f50;
	margin: 5px auto 0;
	padding: 2px 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#content .boxCat1 span{
	color: #000;
	margin-right: 10px;
}

#content .box1{
	/*height: 120px;*/
	background-color: #f1f1f1;
	border: 1px solid #e6e6e6;
	margin: 5px auto 0;
	padding: 10px;
}

#content .box1 .title1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#content .box1 img{
	border: 3px solid #FFF;
}

#content .box1 img:focus,
#content .box1 img:hover{
	border-color: #fded02;
}

#content .box1 .boxInfo1{
	float: right;
	text-align: right;
	width: 606px;
	font-weight: bold;
	background: url(../images/dot_1.gif) repeat-y 50% 0;
}

#content .box1 .boxInfo1 .listL{
	float: left;
}

#content .box1 .boxInfo1 .listR{
	float: right;
}

#content .box1 .boxInfo1 ul{
	width: 290px;
}

#content .box1 .boxInfo1 li{
	margin: 0 0 5px;
}

#content .box1 .boxInfo1 li label{
	float: left;
	font-weight: normal;
}

#content #boxInfoCD{
	width: 373px;
	width: 280px;
	background: #bfbfbf url(../images/bkg_box_info_cd.gif) repeat-y 50% 0;
	color: #333;
	margin: 0 0 20px;
}

#content #boxInfoCD .top{
	height: 10px;
	background: url(../images/bkg_box_info_cd_top.gif) no-repeat 50% 0;
}

#content #boxInfoCD .bottom{
	height: 10px;
	background: url(../images/bkg_box_info_cd_bottom.gif) no-repeat 50% 100%;
}

#content #boxInfoCD .line1{
	height: 21px;
	background: url(../images/bkg_box_info_cd_line.gif) no-repeat 50% 50%;
}

#content #boxInfoCD .infoLine1,
#content #boxInfoCD .infoLine2{
	display: block;
	margin: 0 10px;
}
#content #boxInfoCD .infoLine2{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

#content #cover{
	float: right;
	display: inline;
}

#content #cover img{
	/*border: 1px solid #bfbfbf;
	padding: 2px;*/
	margin: 0 0 20px;
	display: block;
}

#content .addthis_button{
	display: block;
}

.spanFacebook,
.spanTwitter{
	display: inline-block;
	margin: 10px 0 0 3px;
    width: 14px;
    height: 14px;
    background: no-repeat 50% 50%;
	float: right;
}

.spanFacebook{
	background-image: url(../images/facebook_ok.png);
}

.spanTwitter{
    background-image: url(../images/twitter_ok.png);
}

#content .notes{
	width: 745px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	font-size: 10px;
}

#content .tableTrackList{
	width: 745px;
	background: #bfbfbf url(../images/bkg_box_tracks.gif) repeat-y 50% 0;
	color: #333;
	border: none;
	margin: 0 0 20px;
	font-size: 12px;
}

#content .tableTrackList .head{
	background: url(../images/bkg_box_tracks_top.gif) no-repeat 50% 0;
	padding: 10px 15px 0;
	color: #ef730e;
	font-weight: bold;
	font-size: 11px;
}

#content .tableTrackList .foot{
	background: url(../images/bkg_box_tracks_bottom.gif) no-repeat 50% 100%;
	padding: 0 15px 10px;
	text-align: right;
	font-size: 11px;
}

#content .tableTrackList .line1{
	height: 21px;
	background: url(../images/bkg_box_tracks_line.gif) no-repeat 50% 50%;
}

.tableTrackList td{
	vertical-align: top;
}

.tableTrackList td span{
	display: block;
}

.tableTrackList .td1,
.tableTrackList .td2,
.tableTrackList .td3{
	padding: 2px 3px;
}

.tableTrackList .td1{
	width: 3%;
	padding: 2px 5px 0 15px;
	text-align: right;
	font-weight: bold;
	color: #e92121;
}

.tableTrackList .td2{
}

.tableTrackList .td3{
	font-size: 10px;
	text-align: right;
	padding: 2px 15px 0;
}

.tableTrackList td .span1{
	font-weight: bold;
	background: none;
}

.tableTrackList td .span1:focus,
.tableTrackList td .span1:hover{
	padding-left: 10px;
}

.tableTrackList td .span2,
.tableTrackList td .span3{
	font-weight: normal;
	font-size: 10px;
	color: #808080;
}

.tableTrackList td .span2:focus,
.tableTrackList td .span2:hover,
.tableTrackList td .span3:focus,
.tableTrackList td .span3:hover{
	color: #000;
}

.tableTrackList td .span3{
	color: #990000;
}

.cleaner{
	clear: both;
}

/*end content*/

/*start footer*/

#footer span{
	display: block;
	margin: 310px 0 10px;
}

/*end footer*/

/*start link*/

#header #social .facebook,
#header #social .twitter{
	display: inline-block;
	width: 24px;
	height: 24px;
}

#header #social .facebook{
	background-image: url(../images/facebook.png);
	margin: 0 0 0 5px;
}

#header #social .twitter{
	background-image: url(../images/twitter.png);
}

#header #langNav #lang a:focus,
#header #langNav #lang a:hover,
#content #navigation a:focus,
#content #navigation a:hover{
	text-decoration: underline;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color: #FFF;
	padding: 0 5px 2px;
}

#footer a:focus,
#footer a:hover{
	color: #FFF;
	background-color: #000;
	border-bottom: 1px solid #FF0;
}

#content .pager div span,
#content .pager div a:link,
#content .pager div a:visited,
#content .pager div a:active{
	display: inline-block;
	width: 21px;
	height: 14px;
	padding: 1px 0 0;
	margin: 5px 2px 0;
	color: #FFF;
	font-weight: bold;
	background: url(../images/bkg_btn_pager.png) no-repeat 50% 0;
}

#content .pager div span,
#content .pager div a:focus,
#content .pager div a:hover{
	color: #404040;
	background-position: 50% 100%;
}

.box1 .title1 a:focus,
.box1 .title1 a:hover{
	text-decoration: underline;
}

.box1 .title1 .link1:link,
.box1 .title1 .link1:visited,
.box1 .title1 .link1:active{
	color: #e31217;
}

#content #title1 a:link,
#content #title1 a:visited,
#content #title1 a:active{
	color: #FFF;
	text-decoration: underline;
}

#content #title1 a:focus,
#content #title1 a:hover{
	color: #ffffd0;
}

/*end link*/

/*start list*/

.list1{
	margin: 0 10px;
	text-align: right;
	font-weight: bold;
	color: #000;
}

.list1 li{
	margin: 0 0 3px;
}

.list1 label{
	float: left;
	font-weight: normal;
	color: #333;
}

.list2{
	margin: 0 10px;
}

.list2 em{
	float: right;
}

.list3{
	margin: 0 10px;
	text-align: right;
}

.list3 li{
	margin: 0 0 3px;
	border-bottom: 1px dashed #e6e6e6;
}

.list3 label{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.list3 .title{
	text-align: left;
	border: none;
}

/*end list*/

/*start drop menu custom*/

ul.menu{
	text-align: left;
	list-style: none;
    margin: 0;
    padding: 0;
	z-index: 1;
}

ul.menu *{
	margin: 0;
    padding: 0;
}

ul.menu a{
	display: inline-block;
    color: #000;
    text-decoration: none;
}

ul.menu li{
	position: relative;
    /*float: left;*/
    margin-right: 2px;
}

ul.menu ul{
	position: absolute;
    top: 14px;
    left: 150px;
    background-color: #fdf9ae;
    display: none;
    /*opacity:0;*/
    list-style: none;
}

ul.menu ul li{
	position: relative;
    border: 1px solid #fdf001;
    border-top: none;
    width: 168px;
    margin: 0;
}

ul.menu ul li a{
	display: block;
    padding: 3px 7px 5px;
    background-color: #fdf9ae;
}

ul.menu ul li a:focus,
ul.menu ul li a:hover{
	background-color: #f50;
    color: #ffffff;
}

ul.menu ul ul{
	left: 150px;
    top: 9px;
}

ul.menu .menulink{
	border: 1px solid #bfbfbf;
    padding: 2px 9px 3px;
	margin: 2px 0 0;
    font-weight: bold;
    width:150px;
    text-transform: uppercase;
	background: url(../images/bkg_btn_menu.gif) no-repeat 95% 50%;
}

ul.menu .menulink:focus,
ul.menu .menulink:hover, 
ul.menu .menuhover{
	background-color: #f50;
	border-color: #fdf001;
    color: #ffffff;
}

ul.menu .sub{
	background: #fdf9ae url(../images/bkg_btn_menu.gif) no-repeat 95% 50%;
}

ul.menu .topline{
	border-top: 1px solid #aaa;
}


ul.menu .into1{
	z-index: 50;
}

ul.menu .into2{
	z-index: 100;
}

/*end drop menu custom*/