/* general styles */
body {
	font:13px/16px "Lucida Grande",Arial,Sans-serif;
	color: #333333;
	background:#dedede;
	background-position:0px 0px;
	margin:0px;
}
li { list-style: square; }
hr { width: 100%; border-top:0px; border-bottom: 1px dashed #cccccc; border-left:0px;border-right:0px;}

/* form styles */
#loginForm  input {
	font-family: Arial;
	font-size: 12px;
	width:100px;
	border:1px solid #dedede;
	padding:1px;
}

#loginForm  input.loginButton {
	border:none;
	width:54px;
	height:20px;
}

form.default {
	padding: 2px;
}
form.default div.input {
	margin-bottom: 5px;
}
form.default label {
	width: 200px;
	float: left;
	margin-right: 5px;
}
form.default input.textMedium {
	font-size: 11px;
	padding:2px;
	width: 150px;
	border:1px solid #666666;
}
form.default input.textBig {
	font-size: 11px;
	padding:2px;
	width: 250px;
	border:1px solid #666666;
}
form.default select.textMedium {
	font-size: 11px;
	padding:2px;
	border:1px solid #666666;
}
form.default textarea.textMedium {
	width:300px;
	font-family:tahoma;
	font-size: 11px;
	padding:2px;
	border:1px solid #666666;
}
form.default input.submit {
	background-color: #4d5b68;
	font-weight:bold;
	padding:5px;
	color: #ffffff;
	border: 0px;
}

/* link styles */
a {
	color:#333333;
}
a:hover {
	text-decoration:none;
}
a.breadcrumb {
	color:#666666;
	margin-left: 5px;
	margin-right: 5px;
}

a:hover.breadcrumb {
	text-decoration:none;
}

a.quickLink {
	color:#4c5a67;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #dadada;
}

a:hover.quickLink {
	text-decoration:underline;
}

#navigation a.navLink {
	color:#ffffff;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #ffffff;
}

#navigation a:hover.navLink {
	text-decoration:underline;
}

#legalInfo a.navLink {
	color:#625c56;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #625c56;
}

a.courseLink {
	font:15px/10px "Lucida Grande",Arial,Sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#legalInfo a:hover.navLink {
	text-decoration:underline;
}

a.userlink { color: #000; font-weight:bold;}
a.searchitem {color: #a11111;}
a.forumitem {color: #a11111;}
a.correcterrors {color: green; font-weight:bold;}
a.decline {color: red; font-weight:bold;}
a.courseitem {text-decoration:none;}
a.info {background: url('../../../img/icons/info.png') left center no-repeat; padding-left: 16px;}
a.favourite {background: url('../../../img/icons/favourite.png') left center no-repeat; padding-left: 16px;}
a.danceagram {background: url('../../../img/icons/danceagram.png') left center no-repeat; padding-left: 16px;}
a.discuss {background: url('../../../img/icons/discuss.png') left center no-repeat; padding-left: 16px;}
a.buydvd {background: url('../../../img/icons/dvd.png') left center no-repeat; padding-left: 16px;}
a.buyvideo {background: url('../../../img/icons/clip.png') left center no-repeat; padding-left: 16px;}
a.reply {background: url('../../../img/icons/reply.png') right center no-repeat; padding-right: 16px;}
a.block {background: url('../../../img/icons/block.png') right center no-repeat; padding-right: 16px;}
a.unblock {background: url('../../../img/icons/unblock.png') left center no-repeat; padding-left: 16px;}
a.delete {background: url('../../../img/icons/delete.png') right center no-repeat; padding-right: 16px;}
a.sort {background: url('../../../img/icons/sort.png') left center no-repeat; padding-left: 16px;}
a.check {background: url('../../../img/icons/check.png') left center no-repeat; padding-left: 10px;}
a.uncheck {background: url('../../../img/icons/uncheck.png') left center no-repeat; padding-left: 10px;}
a.mail {background: url('../../../img/icons/new_messages.png') left center no-repeat; padding-left: 16px;}
a.nofriends {background: url('../../../img/icons/nofriend.png') left center no-repeat; padding-left: 16px;}
a.friends {background: url('../../../img/icons/friend.png') left center no-repeat; padding-left: 16px;}
a.newpost {background: url('../../../img/icons/newpost.png') left center no-repeat; padding-left: 16px;}
a.video {background: url('../../../img/icons/video.png') left center no-repeat; padding-left: 20px;color:#a11111;font-weight:bold;}
a.videobig {background: url('../../../img/icons/video.png') left center no-repeat; padding-left: 20px;color:#b03737;}
a:hover.videobig {text-decoration:none;}
a.readmore {background: url('../../../img/icons/readmore.png') left center no-repeat; padding-left: 16px;}

/* h styles */
h1.headline {
	font:25px/18px "Lucida Grande",Arial,Sans-serif;
	color:#4d5b68;
}

h2.subline {
	font:18px/18px "Lucida Grande",Arial,Sans-serif;
	color:#333333;
}

h3.plain {
	font:15px/10px "Lucida Grande",Arial,Sans-serif;
	font-weight:bold;
	color:#333333;
}

h3.course a {
	color:#fff;
}

/* table styles */
table.cart {
	width:100%;
	padding:0px;
}
table.cart th { border-bottom: 1px solid #ddd; font-weight: bold; font-size:12px; }
table.cart td { vertical-align: top; border-bottom: 1px solid #ddd; }
table.cart td.sum{ vertical-align: top; border-top: 4px double #555; border-bottom:0px; font-weight:bold; }

/* div styles */
div.course {
	color:#fff;
	height:70px;
	background: url(../../../img/courses/course_bg.jpg) no-repeat top;
	cursor:pointer;
}

div.courseStart {
	float:left;
	width:420px;
	margin-left:18px;
	margin-bottom:10px;
}

div.courseStartTop {
	float:left;
	width:420px;
	height:55px;
	background: url(../../../img/boxes/course_top.jpg) top left no-repeat;
	margin-bottom:0px;
	cursor:pointer;
}
div.courseStartTitle {
	float:left;
	margin-top:25px;
	margin-left:20px;
}
div.courseStartContent {
	float:left;
	width:420px;
	background: url(../../../img/boxes/course_bg.jpg) repeat-y;
	margin-bottom:0px;
}
div.courseStartBottom {
	float:left;
	width:420px;
	height:12px;
	background: url(../../../img/boxes/course_bottom.jpg) top left no-repeat;
	margin-top:0px;
}
div.courseStartDesc {
	height:58px;
	float:left;
	margin-left:5px;
}
div.courseStartChapters {
	margin-top:10px;
	margin-left:6px;
}

#flowPlayer {
	float:left;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
}

div.locker { position:absolute; padding-left: 45px; padding-top: 15px; }

div.lock {
	padding: 3px 3px 5px 15px;
	background: #ebebeb;
	margin-bottom: 10px;
	line-height:18px;
	border:1px dashed #333;
}

div.unlock {
	padding: 3px 3px 5px 15px;
	background: #ebebeb;
	margin-bottom: 10px;
	line-height:18px;
	border:1px dashed #333;
}

div.interaction {
	width:580px;
	float:left;
	margin-top:10px;
}

div.interaction div.interact {
	float:left;
}

div.interaction div.seitzeichen {
	float:right;
}

div.boxTitle {
	width:228px;
	height:51px;
	margin-left:3px;
	background: url('../../../img/boxes/box_title_bg.png') left top no-repeat;
}

div.newsTop {
	width:234px;
	height:10px;
	background: url('../../../img/boxes/right_medium_top.png') left top no-repeat;
}

div.newsContainer {
	width:234px;
	background: url('../../../img/boxes/right_medium_bg.png') repeat-y;
}

div.newsContent {
	width:221px;
	margin-left:10px;
	margin-top:5px;
}

div.newsBottom {
	width:234px;
	height:10px;
	background: url('../../../img/boxes/right_medium_bottom.png') left top no-repeat;
}

#message {
	padding: 0px 0px 0px 15px;
	background: url('../../../img/icons/info.png') left top no-repeat;
	margin-top: 10px;
}
div.regform {
	width:450px;
	float:left;
}
div.reginfo {
	width:445px;
	float:left;
}

div.advice {
	padding: 0px 0px 0px 50px; 
	background: url('../../../img/icons/advice.png') top left no-repeat;
	margin-bottom: 10px;
}
div.error-message { 
	color: #a11111;
	font-weight: bold;
}
div.save-message { 
	color: green;
	font-weight: bold;
}
div.media {
	float: left;
	width: 129px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
div.mediaCourse {
	float: left;
	width: 290px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div.mediafavorites {
	float: left;
	width: 129px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.cart {
	background: url('../../../img/boxes/cart_bg.png') no-repeat;
	width:238px;
	height:66px;
}

div.cartContent {
	float:left;
	margin-left:75px;
	margin-top:10px;
}

div.cartAdd {
	float:left;
	margin-left:105px;
}

/* span styles */
span.courseDesc {
	float:left;
	margin-top:14px;
	background: url('../../../img/icons/arrow.png') left center no-repeat; 
	padding-left: 20px;
}

span.price {
	font-weight: bold;
	color:#a11111;
}

span.boxTitle {
	float:left;
	margin-top:18px;
	margin-left:35px;
	color:#fff;
	font-weight:bold;
}

/* img styles */
img.courseImage {
	float:left;
}
img.courseImageStart {
	float:left;
	margin-left:6px;
}
