/* HEADANDLIST */
div#headandlist .headandlist {
}

div#headandlist .headandlist-content {
}

div#headandlist .headandlist-content-on {
}

div#headandlist h3 {
	color: #EC008C;
}


/* HEADERLIST */

div#headerlist .headerlist-content {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 5px;
}

div#headerlist .headerlist-content-on {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 5px;
}

div#headerlist h1 {
}

div#headerlist a {
}


/* STANDARD */
div#standard standard {
margin-bottom: 10px;
}

div#standard .content, div#standard .content-on {
background: #eaeaea;
padding: 5px;
}

div#standard .content-on {
background: #fff;
}


/* ARTICLE 1 */
div#article_one {
	background: #fff;
	border-top: solid 6px #ec008c;
	padding: 42px 30px 30px 30px;
}

div#article_one h1 {
	margin: 0 0 25px 0;
}

div#article_one h3 {
	margin: 0 0 4px 0;
	border-bottom: solid 1px #bbbbbb;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	margin-bottom: 16px;
}

div#article_one td.left {
	width: 50%;
	padding-right: 16px;
}

div#article_one td.right {
	width: 50%;
	padding-left: 16px;
}

div#article_one .ingress {
	font-weight: bold;
	margin: 0 0 30px 0;
}

div#article_one table.list th,
div#article_one table.list td {
	text-align: left;
	padding: 3px;
}


div#article_one .content, div#article_one .content-on {
background: #eaeaea;
padding: 5px;
}

div#article_one .content-on {
background: #fff;
}



/* WEBSHOP FORM */
input.button-buy {}
input.quantity-buy {
	width: 30px;
	margin: 0px 5px 0px 5px;
}


/* WEBSHOP TABLE */
table#prodlist .even {
	background: #fff;
}
table#prodlist .odd {
	background: #f0f0f0;
}


/* WEBSHOP_STANDARD */
div#webshop-standard .header-product {
	font-weight: bold;
}
div#webshop-standard .header-artnr {
	font-weight: bold;
	text-align: right;
}
div#webshop-standard .header-price {
	font-weight: bold;
	text-align: right;
}
div#webshop-standard .header-purchase {
	font-weight: bold;
	text-align: right;
}

div#webshop-standard .product {
	text-align: left;
}
div#webshop-standard .artnr {
	text-align: right;
}
div#webshop-standard .price {
	text-align: right;
	font-weight: bold;
}
div#webshop-standard .purchase {
	text-align: right;
}


	/* WEBSHOP STANDARD SORT */
	div#webshop-standard table#prodlist thead tr {
		color: #000;
	}
	div#webshop-standard table#prodlist thead tr .headerSortUp {
		color: red;
	}

	div#webshop-standard table#prodlist thead tr .headerSortDown {
		color: green;
	}




/* WEBSHOP IMAGELIST */
div#webshop-imagelist .header-image {
	font-weight: bold;
	text-align: left;
}
div#webshop-imagelist .header-product {
	font-weight: bold;
	text-align: left;
}
div#webshop-imagelist .header-price {
	font-weight: bold;
	text-align: right;
}
div#webshop-imagelist .header-purchase {
	font-weight: bold;
	text-align: right;
}

div#webshop-imagelist .image {
	width: 150px;
	text-align: left;
	vertical-align: top;
}
div#webshop-imagelist .product {
	text-align: left;
	vertical-align: top;
}
div#webshop-imagelist .purchase {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
div#webshop-imagelist .price {
	text-align: right;
	vertical-align: top;
}

div#webshop-imagelist div.prod-artinr {
	margin-left: 10px;
	display: inline;
}

div#webshop-imagelist div.prod-ingress {
	width: 300px;
	margin: 5px 0px 5px 0px;
}


/* WEBSHOP-IMAGECOLS */
div#webshop-imagecols {
}

div#webshop-imagecols div.box {
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px 3px 0px 3px;
	width: 32%;
}

div#webshop-imagecols div.cleaner {
	clear: both;
	margin-bottom: 10px;
}

div#webshop-imagecols .image {
	height: 100px;
}
div#webshop-imagecols .product {
	height: 120px;
	margin-top: 5px;
}

div#webshop-imagecols .prod-artinr {}
div#webshop-imagecols .prod-ingress {
	margin-top: 5px;
}
div#webshop-imagecols .purchase {
	margin-top: 5px;
}


/* WEBSHOP ARTICLE */
div#webshop-article table {
	width: 100%;
}

div#webshop-article table td {
	vertical-align: top;
}

div#webshop-article table td.prod-left {
	text-align: left;
}

div#webshop-article table td.prod-right {
	text-align: center;
}

div#webshop-article h3 {
   color: #EC008C;
}

div#webshop-article .artinr {
	margin-top: 5px;
}
div#webshop-article .artinr-head {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}
div#webshop-article .artinr-body {
	display: inline;
}



div#webshop-article .productimage {
	width: 300px;
}

div#webshop-article div.productImageThumbnail {
	float: right;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px 2px 2px 0px;
}

div#webshop-article div.productImageThumbnail-selected {
	float: right;
	background: #fff;
	border: 1px solid #777;
	margin: 0px 2px 2px 0px;
	-moz-opacity:.70;
	opacity:.70;
}

div#webshop-article img.productImageThumbnail {
	cursor: pointer;
}



div#webshop-article .desc {
	margin-top: 5px;
}

div#webshop-article .price {
	margin-top: 5px;
}
div#webshop-article .price-head {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}
div#webshop-article .price-body {
	display: inline;
}

div#webshop-article .purchase {
	margin-top: 5px;
}
div#webshop-article input.quantity-buy {
	width: 30px;
	margin: 0px 5px 0px 0px;
}


/* MEDIA STANDARD */
div#media-standard div.thumbnailbox,
div#media-standard div.thumbnailbox-on {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #ccc;
}

div#media-standard div.thumbnailbox-on {
	border: 1px solid #666;
}

/* MEDIA VIDEOPLAYER */
div#media-videoplayer div.player {
	margin-bottom: 15px;
}

div#media-videoplayer div.thumbnailbox,
div#media-videoplayer div.thumbnailbox-on {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #ccc;
}

div#media-videoplayer div.thumbnailbox-on {
	border: 1px solid #666;
}


/* REGISTER FORM */
div#register input{
	width: 200px;
	border: 1px solid #CC0000;
}

div#register .radio {
	width: 12px;
	height: 12px;
}


/* MEDIA PLAYER */

div#media-player {
}

div#playerArea {
	float: left;
	width: 331px;
}
	
div#idPreviewBorder {
	width: 322px;
	height: 220px;
	border: 1px solid #d8d8d8;
}
	
div#idPreview {
	background: #ffffff;
	margin: 10px;
}
	
div#idPreviewInfo {
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10px;
	border: 0px solid #000;
	width: 320px;
	height: 110px;
	overflow: auto;
}
	
.fileHeader {
	border: 0px solid #000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	width: 318px;
}
	
.fileInfo {
	overflow: hidden;
	font-family: Verdana;
	font-size: 10px;
	width: 316px;
	height: 94px;
	padding: 1px;
	border: 0px;
	background-color: #FFF;
}
	
div#programs {
	float: left;
	border: 1px solid #d8d8d8;
	height: 400px;
	width: 250px;
	overflow: auto;
	margin-left: 0px;
}
	
div#programList {
	margin: 8px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10px;
}

.fileDate {
	color: #999;
}
	
div#rightCol {
	float: left;
	width: 128px;
	margin-left: 14px;
}
	
div#bottom {
	float: left;
	background: url('bg_bottom.gif') repeat-x #FFF;
	width: 850px;
	height: 93px;
}
	
div#thumb {
	float: left;
	width: 110px;
	height: 60px;
}
	
div#thumbinfo {
	margin-left: 10px;
	height: 80px;
	font-size: 10px;
	font-family: Verdana;
}



/* PAGINATION */
div.pagination {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 0px;
	margin-top: 20px;
}

table.pagination {
	width: 100%;
}

table.pagination td.pagin-l {
	width: 40px;
	text-align: left;
}

table.pagination td.pagin-c {
	text-align: center;
}

table.pagination td.pagin-r {
	width: 40px;
	text-align: right;
}
