@font-face {
	font-family: 'AudiType-Ext';
	font-weight: 400;
	src: url("../noauth/fonts/AudiType-ExtendedNormal.eot");
	src: url("../noauth/fonts/AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"),url("../noauth/fonts/AudiType-ExtendedNormal.woff") format("woff"),url("../noauth/fonts/AudiType-ExtendedNormal.otf") format("opentype")
}

@font-face {
	font-family: 'AudiType-Ext-Bold';
	font-weight: 700;
	src: url("../noauth/fonts/AudiType-ExtendedBold.eot");
	src: url("../noauth/fonts/AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"),url("../noauth/fonts/AudiType-ExtendedBold.woff") format("woff"),url("../noauth/fonts/AudiType-ExtendedBold.otf") format("opentype")
}

body {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	font-size: 8pt;
}

li {
	font-size: 8pt;
}

td {
	font-size: 8pt;
}

h1 {
	font-weight: bold;
	font-size: 20pt;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}

h5 {
	font-size: 8pt;
	color: #000000;
}

a {
	outline: none;
}

/* Nur Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input.volumeMuter {
        height: 10px;
		width: 97%;
		position: absolute;
		top: -9px;
		left: -1px;
    }
}

/* Nur Firefox */
@-moz-document url-prefix() {
    input.volumeMuter {
		height: 10px;
		width: 97%;
		position: absolute;
		top: 7px;
		left: 0px;
    }
}

/* Nur Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.volumeMuter { 
		height: 8px;
		width: 97%;
		position: absolute;
		top: 8px;
		left: -1px;
    }
}

/* Nur Safari */
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
    input.volumeMuter { 
		height: 8px;
		width: 97%;
		position: absolute;
		top: 8px;
		left: -1px;
    }
}}

input[type=range] {
	-webkit-appearance: none;
	margin: 0px;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #FFFFFF;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 99.5%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background-color: #FFFFFF;
  border: 0px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 0px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}

input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}

.volumeBarWrapper {
	float: right;
	height: 20px;
	padding-bottom: 0px;
	width: 100px;
	position: relative;
}

.clsPageBody {
	color: #000000;
	background-color: #FFFFFF;
}

.clsPageBody a:link {
	color: #6A6A6A;
	text-decoration: none;
}

.clsPageBody a:visited {
	color: #6A6A6A;
	text-decoration: none;
}

.clsPageBody a:hover {
	color: #6A6A6A;
	text-decoration: underline;
}

.clsHeaderDataTableRow {
	font-size: 8pt;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #434C53;
	text-align: center;
	font-variant: normal;
	padding: 0px;
	height: 22px;
}

.clsHeaderDataTableCell {
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	font-variant: normal;
}

.clsEvenDataTableRow {
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
}

.clsEvenDataTableRowCenterSmall {
	text-align: center;
	width: 40px;
}

.clsEvenDataTableRowCenter {
	text-align: center;
}

.clsEvenDataTableRowRight {
	text-align: right;
}

.clsEvenDataTableRowLeft {
	text-align: left;
}

.clsEvenDataTableRow a:link {
	color: #000000;
	text-decoration: none;
}

.clsEvenDataTableRow a:visited {
	color: #000000;
	text-decoration: none;
}

.clsEvenDataTableRow:hover {
	background-color: #E7E9EA;
}

.clsEvenDataTableRow a:hover {
	color: #000000;
	text-decoration: underline;
}

.clsSearchRow {
	color: #000000;
}

.clsActiveTabCell {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-variant: normal;
	width: 90px;
	height: 22px;
	text-decoration: underline;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.clsActiveTabCell a:link {
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.clsActiveTabCell a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

.clsPassiveTabCell {
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	font-variant: normal;
	width: 90px;
	height: 22px;
}

.clsPassiveTabCell a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.clsPassiveTabCell a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.clsPassiveTabCell a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.clsInputStyle {
	height: 15px;
	border: #000000 1px solid;
	padding: 1pt;
	font-weight: lighter;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

.clsInputStyle:disabled {
	border: #c6c6c6 1px solid;
	color: #c6c6c6;
}

.clsInputStyleError {
	height: 15px;
	border: red 1px solid;
	padding: 1pt;
	font-weight: lighter;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

.clsSelectInputStyle {
	height: 20px;
	border: #000000 1px solid;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #000000;
	background-color: #FFFFFF;
}

.clsSelectInputStyle:disabled {
	border: #c6c6c6 1px solid;
	color: #c6c6c6;
}

.clsTextInputStyle {
	border-right: #000000 1px solid;
	padding-right: 0pt;
	border-top: #000000 1px solid;
	padding-left: 1pt;
	font-weight: lighter;
	font-size: 10pt;
	padding-bottom: 0pt;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 0pt;
	border-bottom: #000000 1px solid;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	overflow: auto;
}

.clsDisTextInputStyle {
	border-right: #707070 1px solid;
	padding-right: 0pt;
	border-top: #707070 1px solid;
	padding-left: 1pt;
	font-weight: lighter;
	font-size: 10pt;
	padding-bottom: 0pt;
	border-left: #707070 1px solid;
	color: #000000;
	padding-top: 0pt;
	border-bottom: #707070 1px solid;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #DCDCDC;
	overflow: auto;
}

.clsInputStyleTextArea {
	border: #000000 1px solid;
	padding: 1pt;
	font-weight: lighter;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

.clsButtonStyle {
	background-image: url('../noauth/basic_button.gif');
	width: 115px;
	height: 21px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: AudiType-Ext-Bold, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	padding-bottom: 2px;
	margin-right: 8px;
}

.clsButtonStyle:hover {
	background-image: url('../noauth/basic_button_hover.gif');
}

.clsButtonStyle:disabled {
	background-image: url('../noauth/basic_button_hover.gif');
	cursor: default;
}

.clsLoginButtonStyle {
	background-image: url('../noauth/login_button.gif');
	width: 115px;
	height: 21px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: AudiType-Ext-Bold, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	padding-bottom: 2px;
}

.clsLoginButtonStyle:hover {
	background-image: url('../noauth/login_button_hover.gif');
}

.clsLargeButtonStyle {
	background-image: url('../noauth/basic_button_larger.gif');
	width: 180px;
	height: 21px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: AudiType-Ext-Bold, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	padding-bottom: 2px;
	margin-right: 8px;
}

.clsLargeButtonStyle:hover {
	background-image: url('../noauth/basic_button_larger_hover.gif');
}

.clsExtraLargeButtonStyle {
	background-image: url('../noauth/basic_button_larger.gif');
	width: 210px;
	height: 21px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: AudiType-Ext-Bold, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	padding-bottom: 2px;
	margin-right: 8px;
}

.clsExtraLargeButtonStyle:hover {
	background-image: url('../noauth/basic_button_larger_hover.gif');
	width: 210px;
}

.clsLargeButtonStyle:disabled {
	background-image: url('../noauth/basic_button_larger_hover.gif');
	cursor: default;
}

.clsSmallButtonStyle {
	background-image: url('../noauth/basic_button_small.gif');
	width: 40px;
	height: 21px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: AudiType-Ext-Bold, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	padding-bottom: 2px;
	margin-left: 8px;
	margin-right: 8px;
}

.clsSmallButtonStyle:hover {
	background-image: url('../noauth/basic_button_small_hover.gif');
}

.clsSmallButtonStyle:disabled {
	background-image: url('../noauth/basic_button_small_hover.gif');
	cursor: default;
}

.clsLogoutButton {
	background-color: transparent;
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
	border: 0px;
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	outline: none;
	cursor: pointer;
}

.clsLogoutButton:hover {
	color: #AA142D;
	text-decoration: none;
}

.clsLogoutButton:active {
	color: #AA142D;
	text-decoration: none;
}

.toolBoxButton {
	width: 97.3%;
	height: 25px;
	border: 1px solid #000000;
	background-color: #CFD7D9;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.toolBoxButton:hover {
	width: 97.3%;
	height: 25px;
	border: 1px solid #000000;
	background-color: #B5C5C9;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.clsHeaderOrderButton {
	width: 100%;
	height: 22px;
	border: 0px;
	background-color: transparent;
	font-size: 8pt;
	font-weight: lighter;
	color: #FFFFFF;
	font-variant: normal;
	background-repeat: no-repeat;
}

.clsHeaderOrderButton::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clsCharButtonStyle {
	font-weight: lighter;
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	width: 28px;
	height: 28px;
	border: #707070 1px solid;
	margin: 1px;
}

.clsNaviFooter {
	color: #FFFFFF;
	background-color: #959A9E;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.images {
	vertical-align: middle;
	border: none 0;
}

.clsContainer {
	background-color: #E7E9EA;
	padding: 8px;
}

.clsEditTable {
	width: 80%;
}

.clsEditTable td {
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: white;
	padding: 1px 2px 1px 2px;
}

.clsEditTable .clsEditLabel {
	background-color: #434C53;
	color: #FFFFFF;
	width: 150px;
}

.clsEditTable .clsEditLabelRequired {
	background-color: #434C53;
	color: #FFFFFF;
	background-position: right top;  
	background-image: url(../icons/required_point.png); 
	background-repeat: no-repeat; 
	width: 150px;
}

.permissionStatusCell {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	text-align: left;
	display: inline-block;
	width: 80px;
	position: absolute;
	top: 110px;
}

.clsTopMenu {
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
	background-color: transparent;
	padding: 5px;
}

.clsTopMenu span {
	padding-left: 10px;
	padding-right: 10px;
}


.clsTopMenuItem {
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
}

.clsTopMenuItem:hover {
	color: #AA142D;
}

.clsActiveTopMenuItem {
	color: #AA142D;
}

.clsSecondaryMenu {
	background-color: transparent;
}

.clsThirdMenu {
	color: #000000;
	margin: 0px 5px 8px 5px;
}

.clsThirdMenu span {
	padding-left: 10px;
	padding-right: 10px;
}

.clsThirdMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.clsThirdMenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.clsFilterArea {
	margin-bottom: 8px;
}

.clsFloatingFilter {
	float: left;
	white-space: nowrap;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	height: 16px;
}

.clsActiveMenuItem {
	text-decoration: underline;
	color: #CC0033;
	font-weight: normal;
}

.clsInActiveMenuItem {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.clsInActiveMenuItem:hover {
	text-decoration: none;
	color: #CC0033;
	font-weight: normal;
}

.thumbnail {
	float: left;
	width: 160px;
	height: 175px;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
}

.spread {
	float: left;
	margin: 5px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	overflow: visible;
	border: 1px solid #000000;
}

.page {
	float: left;
	text-align: center;
	background-color: #E7E9EA;
	position: relative;
	overflow: visible;
	margin: 0px; 
	padding: 0px;
}

.document {
	margin-bottom: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

.printDocument {
	margin-bottom: 20px;
	text-align: left;
	background-color: white;
}

.document {
	display: inline-block;
}

.comment {
	position: relative;
	background-color: yellow;
	width: 225px;
	height: 100px;
	float: left;
	margin: 4px 4px 4px 4px;
}

.productItem {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	background-color: #E7E9EA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: #000000 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.actionButton {
	border: #000000 1px solid;
	padding: 5px;
	height: 16px;
	width: 16px;
	margin: 0px 5px 5px 0px;
	background-color: #FFFFFF;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.contentActionButton {
	border: #000000 1px solid;
	padding: 5px;
	height: 16px;
	width: 16px;
	margin: 0px 5px 5px 0px;
	background-color: #E7E9EA;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.videoButton {
	height: 25px;
	width: 25px;
	cursor: pointer;
}

.pimEditorRow {
	border-bottom: 1px solid #707070;
	border-left: 0px solid #707070;
	border-right: 0px solid #707070;
	background-color: #FFFFFF;
}

.pimEditorRow:hover {
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #E7E9EA;
}

.pimFirstEditorRow {
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #FFFFFF;
}

.pimFirstEditorRow:hover {
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #E7E9EA;
}

.tableButton {
	border: none;
	padding: 0px;
	margin: 1px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 201px;
	cursor: pointer;
}

.tableButton:hover {
	border: none;
	padding: 0px;
	margin: 1px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 201px;
	cursor: pointer;
}

.fileIcon {
	padding-left: 5px;
	padding-top: 5px;
}

.fileSymbol {
	float: left;
	width: 120px;
	height: 80px;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	text-align: center;
}

.clsDummyInputDiv {
	border: #000000 1px solid;
	padding: 1pt;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	width: 200px;
	height: 16px;
	overflow: auto;
}

.clsContainerInfoBox {
	background-position: left top;
	background-color: #FFFFFF;
	border: #000000 1px solid;
	background-image: url('../icons/info4box.gif');
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
}

.clsChainBox {
	position: absolute;
	border: #4F99FF 1px solid;
	width: 7px;
	height: 7px;
	background-color: #FFFFFF;
}

.clsTextThreadBox {
	position: absolute;
	border: #4F99FF 1px solid;
	width: 7px;
	height: 7px;
	background-image: url('../icons/textframe_thread.gif');
}

.clsLoginArea {
	position: absolute;
	left: 80px;
	right: 80px;
}

.clsLoginBox {
	margin-top: 172px;
	padding: 8px;
	background-color: #E7E9EA;
}

.clsLoginBoxRows {
	 font-size: 8pt;
	 color: #000000;
}

.clsLoginRows {
	color: #000000;
	padding: 5px;
	text-decoration: none;
}

.clsLoginRows a:link {
	color: #000000;
	text-decoration: none;
}

.clsLoginRows a:visited {
	color: #000000;
	text-decoration: none;
}

.clsLoginRows a:hover {
	color: #000000;
	text-decoration: underline;
}

.clsLogoutBox {
	top: 10px;
	padding: 30px;
}

.clsLogoutArea {
	position: absolute;
	width: 600px;
	top: 15%;
	left: 50%;
	margin: auto auto auto -300px;
}

.clsModalDlgLayer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	opacity: .20;
	filter: alpha(opacity = 20);
	cursor: not-allowed;
}

.rotatingArea {
	height: 97px;
	width: 97px;
	background: transparent url('../icons/loading_image.png');
	margin: auto auto auto -48px;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.clsScreenLayer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.clsModalDlgBox {
	position: fixed;
	overflow: hidden;
	top: 20%;
	left: 50%;
	width: 400px;
	margin: auto auto auto -200px;
	background-color: white;
	padding: 5px;
	border: #000000 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 9px 2px #555;
  	-webkit-box-shadow: 0px 0px 9px 2px #555;
  	box-shadow: 0px 0px 9px 2px #555;
}

.clsFixedDlgBox {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: white;
	padding: 5px;
	border: #000000 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 9px 2px #555;
  	-webkit-box-shadow: 0px 0px 9px 2px #555;
  	box-shadow: 0px 0px 9px 2px #555;
}

.clsNewsText {
	background-color: #EDEDED;
	font-size: 7pt;
	color: #262626;
}

.clsNewsText a:link {
	background-color: #EDEDED;
	color: #262626;
	text-decoration: none;
}

.clsNewsText a:visited {
	background-color: #EDEDED;
	color: #262626;
	text-decoration: none;
}

.clsNewsText a:hover {
	background-color: #EDEDED;
	color: #262626;
	text-decoration: underline;
}

.clsLoginBody {
	margin: 0px; 
	background-image: url('bg_audi.png');	
}

ul.audi_tab_navigation {
	width: 100%;
	height: 22px;
	overflow: hidden;
	line-height: normal;
	padding: 0;
	list-style: none;
	clear: both;
	margin-left: 70px;
	margin-top: -5px;
}

ul.audi_tab_navigation li {
	float: left;
	background: transparent url('../icons/spite_tabs_left.gif') no-repeat left top;
	margin: 0;
	margin-right: 2px;
	padding: 0 0 0 2px;
	display: block;
	height: 22px;
	overflow: hidden;
}

ul.audi_tab_navigation a {
	float: left;
	display: block;
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
	background: transparent url('../icons/sprite_tabs.gif') no-repeat right top;
	padding: 4px 19px 6px 19px;
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	clear: both;
	font-size: 7.5pt;
}

ul.audi_tab_navigation .active,ul.audi_tab_navigation .active:hover {
	background: transparent url('../icons/spite_tabs_left.gif') no-repeat left -44px;
}

ul.audi_tab_navigation .active a, ul.audi_tab_navigation .active a:hover 
{
	background: transparent url('../icons/sprite_tabs.gif') no-repeat right -44px;
	color: #000000;
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
}

ul.audi_tab_navigation li:hover {
	background: transparent url('../icons/spite_tabs_left.gif') no-repeat
		left -22px;
}

ul.audi_tab_navigation a:hover {
	color: #fff;
	background: transparent url('../icons/sprite_tabs.gif') no-repeat right -22px;
}

.toolBox {
	border: 1px solid #707070;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.infoLineArea {
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 7pt;
}

.infoLineArea a:link {
	color: #000000;
	text-decoration: none;
}

.infoLineArea a:visited {
	color: #000000;
	text-decoration: none;
}

.infoLineArea a:hover {
	color: #000000;
	text-decoration: underline;
}

.assetOptionArea {
	position: absolute;
	width: 81px;
	height: 83px;
	top: -100px;
	right: 40px;
}

.assetOptionAppear {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #E7E9EA;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #818181;
	
}

.assetOptions {
	margin: 0px; 
	padding: 0px;
    text-align: right;
}

.assetOptions li {
	list-style: none;
    float: left;
    text-align: left;
    position: relative;
    margin-right: 0px;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    border-bottom: 1px solid #818181;
}

.assetOptions li:first-of-type {
	padding-top: 0px;
}

.assetOptions li:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.assetButton {
	background-color: transparent;
	font-family: AudiType-Ext, Verdana, Helvetica, Arial, sans-serif;
	border: 0px;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	outline: none;
	cursor: pointer;
	text-align: left;
	padding: 0px;
}

.assetButton:hover {
	color: #CC0033;
}

.assetButton:disabled {
	color: #C6C6C6;
	cursor: default;
}

.videoCommentRectangle {
    border: 2px solid yellow;
    border-radius: 10px;
    position: absolute;
}

.thumbsBar:hover .thumbsBarKnobWrapper {
	width: 14px;
	right: -7px;
	top: -2px;
	transition-property: all;
	-web-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-duration: 0.3s;
	-web-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.thumbsBar:hover .thumbsBarKnobWrapper {
	width: 14px;
	right: -7px;
	top: -2px;
	transition-property: all;
	-web-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-duration: 0.3s;
	-web-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.thumbsBarKnobWrapper {
	width: 0px;
	right: 0px;
	top: 5px;
}

.thumbsBarKnob {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 0px;
	background: #FB0000;
}
.thumbsBarKnob:hover {
	cursor: pointer;
}

.disableSelect {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

/* Apply the element you want to drag/resize */
.drsElement {
	position: absolute;
	border: 1px solid #333;
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
	height: 20px;
	background-color: #CCC;
	border-bottom: 1px solid #666;
	cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
	background: #EEE;
	border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
	top: -8px;
	left: -8px;
	cursor: nw-resize;
}

.dragresize-tm {
	top: -8px;
	left: 50%;
	margin-left: -4px;
	cursor: n-resize;
}

.dragresize-tr {
	top: -8px;
	right: -8px;
	cursor: ne-resize;
}

.dragresize-ml {
	top: 50%;
	margin-top: -4px;
	left: -8px;
	cursor: w-resize;
}

.dragresize-mr {
	top: 50%;
	margin-top: -4px;
	right: -8px;
	cursor: e-resize;
}

.dragresize-bl {
	bottom: -8px;
	left: -8px;
	cursor: sw-resize;
}

.dragresize-bm {
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
	cursor: s-resize;
}

.dragresize-br {
	bottom: -8px;
	right: -8px;
	cursor: se-resize;
}
