﻿@charset "UTF-8";

/* #------------------------------------# */
/* # AUDIO								# */
/* #------------------------------------# */
	
audio {
	width:560px;
	}
	
#audio-format {
	height:24px;
	widht:540px;
	padding:3px 10px;
	background:rgb(64,64,64);
	}
	
/* #------------------------------------# */
/* # CONTAINER							# */
/* #------------------------------------# */
	
div.book {
	float:left;
	width:120px;
	height:180px;
	text-align:center;
	margin:0 10px 0px 10px;
	}
	
/* #------------------------------------# */
/* # INPUT								# */
/* #------------------------------------# */

select {
	position:relative;
	height:21px;
	margin:0;
	border:1px solid rgb(230,230,230);
	border-radius:0;
	}
	
input[type="text"], 
input[type="password"] {
	display:inline-block;
	position:relative;
	height:15px;
	margin:0;
	padding:0px 3px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(230,230,230);
	border-radius:0;
	cursor:text;
	}
	
input[type="text"].search {
	height:20px;
	padding-left:25px;
    background-image:url(../../img/frontend/icon_loupe.png);	
	background-size:13px 13px;
	background-repeat:no-repeat;
	background-position:5px center;
	}
	
input[type="text"].search_small {
	display:inline;
	height:15px;
	padding-left:20px;
	background-image:url(../../img/frontend/icon_loupe_small.png);
	background-size:10px 10px;
	background-repeat:no-repeat;
	background-position:5px center;
	}
	
input[type="button"] {
	position:relative;
	height:14px;
	margin:0;
	padding:1px 3px 0 3px;
	border:1px solid rgb(230,230,230);
	border-radius:0;
	}
	
input[type="button"]:hover {
	cursor:pointer;
	}
	
input[type="button"].buttonRed,
input[type="submit"].submitRed {
	border:none;
	}
	
input[type="button"].next-red {
	display:block;
	float:right;
	font-size:12px;
	line-height:12px;
	padding:1px 15px 0px 5px;
	background-position:center right;
	background-repeat:no-repeat;
	margin-bottom:25px;
	}
	
input[type="button"].next-red:hover {
	cursor:pointer;
	}
	
input[type="button"].next-red {
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, -moz-linear-gradient(top, rgba(133,71,61,1) 0%, rgba(120,50,40,1) 80%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,71,61,1)), color-stop(80%,rgba(120,50,40,1)));
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, -webkit-linear-gradient(top, rgba(133,71,61,1) 0%,rgba(120,50,40,1) 80%); 
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, -o-linear-gradient(top, rgba(133,71,61,1) 0%,rgba(120,50,40,1) 80%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, -ms-linear-gradient(top, rgba(133,71,61,1) 0%,rgba(120,50,40,1) 80%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right, linear-gradient(to bottom, rgba(133,71,61,1) 0%,rgba(120,50,40,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85473d', endColorstr='#783228',GradientType=0 );
	}
	
input[type="button"].next-red:hover {
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,-moz-linear-gradient(top, rgb(120,50,40) 0%, rgb(133,71,61) 100%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(120,50,40)), color-stop(100%,rgb(133,71,61)));
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,-webkit-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,-o-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,-ms-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center right,linear-gradient(to bottom, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#783228', endColorstr='#85473d',GradientType=0 );
	}
	
input[type="button"].button-grey {
	color:rgb(25,25,25);
	font-size:10px;
	border:1px solid rgb(230,230,230);
	height:17px;
	margin:0 0 18px 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	}
	
input[type="button"].button-grey:hover {
	cursor:pointer;
	background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(255,255,255)));
	background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	}

input[type="button"].button-right {
	float:right;
	}
	
input[type="submit"] {
	position:relative;
	height:23px;
	margin:0;
	padding:0 5px;
	border:1px solid rgb(230,230,230);
	border-radius:0;
	}
	
input[type="submit"].submitRed {
	border:none;
	}
	
input[type="submit"]:hover {
	cursor:pointer;
	background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(255,255,255)));
	background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	}
	
input[type="submit"]:active {
	background: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,235,235)), color-stop(100%,rgb(255,255,255)));
	background: -webkit-linear-gradient(top, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	background: -o-linear-gradient(top, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	background: -ms-linear-gradient(top, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
	}
	
input[type="submit"].submitRed:hover {
	background: -moz-linear-gradient(top, rgb(120,50,40) 0%, rgb(133,71,61) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(120,50,40)), color-stop(100%,rgb(133,71,61)));
	background: -webkit-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: -o-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: -ms-linear-gradient(top, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	background: linear-gradient(to bottom, rgb(120,50,40) 0%,rgb(133,71,61) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#783228', endColorstr='#85473d',GradientType=0 );
	}

.lt-ie10 input[type="button"].next-red {
	background: url(../images/nda_iconset/16/arrow-3-right-white.png) no-repeat center left !important;
	}
	
/* #------------------------------------# */
/* # IMAGES								# */
/* #------------------------------------# */

img {
	border:none;
	}

img.cover,
img.cover-1 {
	box-shadow:3px 3px 5px rgba(0,0,0,0.1);
	}
	
img.text-center {
	text-align:center;
	}
	
img.text-1 {
	margin:3px 12px 3px 0;
	text-align:left;
	}
	
img.text-2 {
	margin:3px 14px 8px 0;
	text-align:left;
	}
	
img.text-3 {
	display:block;
	margin:18px auto;
	}
	
img.icon-16,
img.icon-32,
img.icon-64 {
	vertical-align:bottom;
	}

img.icon-16 {
	width:16px;
	height:16px;
	}
	
img.icon-32 {
	width:32px;
	height:32px;
	}
	
img.icon-64 {
	width:64px;
	height:64px;
	}
	
img.right {
	float:right;
	}
	
img.icon {
	margin:0 5px;
	}
	
img.icon-1 {
	position:relative;
	top:4px;
	margin:0 5px;
	}
	
img.arrow {
	position:relative;
	top:1px;
	margin:0 3px;
	}
	
img.arrow-1 {
	position:relative;
	top:3px;
	}
	
	
/* #------------------------------------# */
/* # LINES								# */
/* #------------------------------------# */
	
hr {
	width:100%;
	height:0px;
	display:block;
	margin:9px 0;
	}

hr.solid-white {
	border-bottom:1px solid rgba(255,255,255,0.75);
	}
	
hr.solid-white-1 {
	border-bottom:1px solid rgba(255,255,255,0.35);
	}
	
hr.solid-grey {
	border-bottom:1px solid rgb(25,25,25);
	}
	
hr.solid-grey-1 {
	border-bottom:1px solid rgb(128,128,128);
	}
	
hr.solid-grey-2 {
	border-bottom:1px solid rgb(179,179,179);
	}
	
hr.solid-grey-3 {
	border-bottom:1px solid rgb(235,235,235);
	}
	
hr.solid-red {
	border-bottom:1px solid rgb(140,0,0);
	}
	
hr.solid-blue {
	border-bottom:1px solid rgb(0,108,138);
	}
	
hr.solid-green {
	border-bottom:1px dotted rgb(52,99,0);
	}

    hr.dotted-grey {
        border-bottom: 1px dotted rgb(25,25,25);
        border-top: none;
    }

    hr.dotted-grey-1 {
        border-bottom: 1px dotted rgb(128,128,128);
        border-top: none;
    }

    hr.dotted-red {
        border-bottom: 1px dotted rgb(140,0,0);
        border-top: none;
    }

    hr.dotted-blue {
        border-bottom: 1px dotted rgb(58,54,91);
        border-top: none;
    }

    hr.dotted-green {
        border-bottom: 1px dotted rgb(52,99,0);
        border-top: none;
    }


/* #------------------------------------# */
/* # LISTS								# */
/* #------------------------------------# */

ul.horizontale li {
	display:inline;
	margin-right:20px;
	}
	
ul.horizontale-right {
	float:right;
	}
	
ul.horizontale-right li {
	display:inline;
	margin-left:10px;
	}
	
ul.subitem {
	padding-bottom:9px;
	}

ul.subitem ul {
	padding-left:10px;
	border-left:1px solid rgb(230,230,230);
	}

ul.square-1,
ul.square,
ul.circle,
ul.disc,
ol.decimal,
ol.lower-roman,
ol.upper-roman,
ol.lower-latin,
ol.upper-latin {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	display:block;
	overflow:auto;
	position:relative;
	margin:0 0 18px 0;
	}
	
ul.square-1 {
	margin:0 0 9px 0;
	}
	
ul.square-1 li {
	margin:5px 0;
	}

ul.square-1,
ul.square,
ul.circle,
ul.disc {
	padding:0 0 0 16px;
	}
	
ol.lower-roman,
ol.upper-roman,
ol.lower-latin,
ol.upper-latin {
	padding:0 0 0 22px;
	}
	
ol.decimal {
	padding:0 0 0 22px;
	}
	
ul.square li,
ul.circle li,
ul.disc li,
ol.decimal li,
ol.lower-roman li,
ol.upper-roman li,
ol.lower-latin li,
ol.upper-latin li {
	margin:9px 0;
	}

ul.square li ul,
ul.circle li ul,
ul.disc li ul,
ol.decimal li ul,
ol.lower-roman li ul,
ol.upper-roman li ul,
ol.lower-latin li ul,
ol.upper-latin li ul {
	margin:0;
	}

ul.square-1 li {
	margin:3px 0;
	}

ul.square-1 li,
ul.square li,
ul.circle li,
ul.disc li,
ol.decimal li ul li,
ol.lower-roman li ul li,
ol.upper-roman li ul li,
ol.lower-latin li ul li,
ol.upper-latin li ul li {
	color:rgb(215,215,215);
	font-size:12px;
	}
	
.lt-ie10 ul.square-1 li,
.lt-ie10 ul.square li,
.lt-ie10 ul.circle li,
.lt-ie10 ul.disc li,
.lt-ie10 ol.decimal li ul li,
.lt-ie10 ol.lower-roman li ul li,
.lt-ie10 ol.upper-roman li ul li,
.lt-ie10 ol.lower-latin li ul li,
.lt-ie10 ol.upper-latin li ul li {
	font-size:8px;
	}

ol.decimal li,
ol.lower-roman li,
ol.upper-roman li,
ol.lower-latin li,
ol.upper-latin li {
	color:rgb(25,25,25);
	}
	
ul.disc,
ul.circle,
ul.square,
ul.square-1,
ol.decimal,
ol.upper-roman,
ol.lower-roman,
ol.upper-latin,
ol.lower-latin {
	margin:9px 0 9px 0;
	}

ul.disc li,
ul.circle li,
ul.square li,
ol.decimal li,
ol.upper-roman li,
ol.lower-roman li,
ol.upper-latin li,
ol.lower-latin li {
	margin:0 0 9px 0;
	}

ul.square-1 li {
	margin:0 0 5px 0;
	}
	
ul.disc li ul,
ul.circle li ul,
ul.square li ul,
ol.decimal li ul,
ol.upper-roman li ul,
ol.lower-roman li ul,
ol.upper-latin li ul,
ol.lower-latin li ul {
	margin:0 0 0 0;
	}
	
ul.disc li ul li,
ul.circle li ul li,
ul.square li ul li,
ol.decimal li ul li,
ol.upper-roman li ul li,
ol.lower-roman li ul li,
ol.upper-latin li ul li,
ol.lower-latin li ul li {
	margin:9px 0 0 0;
	}
	
ul.disc li span.indent,
ul.circle li span.indent,
ul.square li span.indent,
ul.square-1 li span.indent,
ol.decimal li ul li span.indent,
ol.upper-roman li ul li span.indent,
ol.lower-roman li ul li span.indent,
ol.upper-latin li ul li span.indent,
ol.lower-latin li ul li span.indent {
	display:block;
	margin-left:5px;
	font-size:12px;
	}
	
ul.square,
ul.square-1 {
	list-style-type:square;
	}
	
ul.circle {
	list-style-type:circle;
	}
	
ul.disc {
	list-style-type:disc;
	}
	
ol.lower-roman {
    list-style-type:lower-roman;
    }
	
ol.upper-roman {
    list-style-type:upper-roman;
    }
    
ol.lower-latin {
    list-style-type:lower-latin;
    }
    
ol.upper-latin {
    list-style-type:upper-latin;
    }
    
ol.decimal {
    list-style-type:decimal;
    }
	
	
/* #------------------------------------# */
/* # TABLE								# */
/* #------------------------------------# */
	
table {
	width:100%;
	}
		
table.divide {
	margin:9px 0 18px 0;
	}
	
table.divide tr:nth-child(even) {
	background-color:rgb(230,230,230);
	}
	
table.line-text {
	margin:18px 0;
	}	
	
table.line-text tr td:first-child {
	padding-left:2px;
	}
	
table.line-text tr td:last-child {
	padding-right:0;
	}	

table.line-text tr th {
	border-top:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(215,215,215);
	}
	
table.line-text tr th,
table.line-text tr td {
	padding:5px 3px;
	}
	
table.line-text tr td {
	border-bottom:1px dotted rgb(215,215,215);
	}
	
table.line-text tr th:first-child,
table.line-text tr td:first-child {
	padding:5px 3px 5px 0;
	}
	
table.line-text tr th:last-child,
table.line-text tr td:last-child {
	padding:5px 0 5px 3px;
	}	
	
table.login {
	width:272px;
	margin:18px 0;
	}
	
table.login tr td {
	padding:2px 0;
	}
	
table.login tr td:nth-child(even),
table.login tr:nth-child(3) td {
	text-align:right;
	}
	
table.dotted-line tr td {
	padding:5px 2px;
	}
	
table.dotted-line tr th {
	padding:0 2px;
	}
	
table.dotted-line tr td:first-child {
	padding-left:0;
	}

table.dotted-line hr {
	margin:0;
	}
	
table.article {
	width:560px;
	margin:9px 0;
	table-layout:fixed;
	position:relative;
	}

table.article tr td {
	position:relative;
	padding:1px 10px 1px 0;
	vertical-align:top;
	}
	
table.article tr td input[type="button"] {
	position:absolute;
	margin-top:-2px;
	}

table.article tr td div span {
	margin-left:30px;
	}

table.article tr td span {
	display:block;
    overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}

table.article th.row-1,
table.article td.row-1 a {
	width:505px;
	}
	
/*table.article td.row-1 div a {
	width:425px;
	}*/
	
table.article th.row-2,
table.article td.row-2,
table.article td.row-2 a,
table.article td.row-2 a b {
	width:350px;
	}
	
/*table.article td.row-2 div a {
	width:300px !important;
	}*/

table.article th.row-3,
table.article td.row-3,
table.article td.row-3 a {
	width:135px;
	}

table.article th.row-4,
table.article td.row-4,
table.article td.row-4 a {
	width:95px;
	}

table.article th.row-5,
table.article td.row-5,
table.article td.row-5 a {
	width:55px;
	text-align:right;
	}
	
table.article tr td:last-child {
	padding-right:0;
	}
	
	
/* #------------------------------------# */
/* # VIDEO								# */
/* #------------------------------------# */
	
video {
	width:560px;
	height:315px;
	display:block;
	margin:9px 0;
	}


.texteverflowellips{
    overflow:hidden;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding-right:10px;
}