body {
font-size: 11px;
line-height: 1.5em;
font-family: Verdana, Helvetica, sans-serif;
behavior: url(csshover.htc);
background: url(../images/bg-top.png) repeat-x #000;
}

html {color: #ccc}


 /* MAINLAYOUT */

div#container {
width: 930px;
margin-left: auto;
margin-right: auto;
}

#maincontent {
background: url(../images/bg-maincontent) repeat-x;
height: auto;
min-height: 500px;
padding-top: 30px;
}

* html #maincontent {
height: 500px;
} 
div#container div.links {
    float: left;
    display: block;
    width: 560px;
	padding-left: 20px;
}

div#container div.rechts {
    float: left;
    display: block;
    width: 300px; 
	padding-left: 35px;
}

/* TEXT, LINKS FORMS STYLES*/

a:link {color: #BC7E27;
text-decoration: none;}     /* unvisited link */
a:visited {color: #BC7E27}  /* visited link */
a:hover {color: #990000}   /* mouse over link */
a:active {color: #FF0000}   /* selected link */


input, textarea, select {
	border: 1px solid #ccc;		
}

input:focus, textarea:focus, select:focus {
       background: #f2f2f2;
}

ol, ul {
list-style-type: disc;
padding-left: 15px;
}


h1 {
color: #e99a28;
font-size: 14px;
margin-bottom: 15px;
font-weight: bold
}


.btn {
border-top: 1px solid #D4AD76;	
border-right: 1px solid #715C3F;	
border-bottom: 1px solid #715C3F;	
border-left: 1px solid #D4AD76;	
background: #BC7E27;
color: #fff;
padding: 1px 5px 1px 5px;
margin-top: 10px;
font-size: 11px;
cursor: pointer


}
.btn:active, .btn:focus, .btn:hover {
border-top: 1px solid #715C3F;	
border-right: 1px solid #D4AD76;	
border-bottom: 1px solid #D4AD76;	
border-left: 1px solid #715C3F;	
background: #BC7E27;
color: #fff;
padding: 2px 5px 1px 5px;
margin-top: 10px;
font-size: 11px;
} 

#profile-data-basicvalues fieldset {
border: none;
margin-bottom: 10px;
position: relative; 
padding-bottom: 10px;
bordeR-bottom: 1px solid #ccc;

}

#profile-data-basicvalues legend {
font-family: Tahoma;
padding: 2px 0px 5px 0px;
color: #333;
font-size: 12px;
margin-bottom: 10px;	
line-height: 15px;

}


 #profile-data-basicvalues label {
display:block;
margin: 0px 5px 5px 5px;
color: #333;
}

#profile-data-basicvalues fieldset div {
clear:both; 
}

#profile-data-basicvalues fieldset input, fieldset select {
display:block;
margin: 0px 5px 0px 0px;
float:left;
border: 1px solid #ccc;
font-size: 10px;
}
*/
/* IE6 fix */
* html  #profile-data-basicvalues fieldset legend {
 float: left; 
 position: relative; 
 margin-top: -14px; 
/* equals actual line-height minus 0.35em */;
}
 
* html  #profile-data-basicvalues fieldset {
 padding-bottom: 10px; 
}

 /* IE7 fix */ 
 *  #profile-data-basicvalues:first-child+html fieldset legend {
 float: left; position: relative; 
 margin-top: -10px; 
 /* equals actual line-height minus  */;
}

/* HEADER AND NAV TOP*/

div#head {		
	width: 930px;
	height: 170px;
	position: relative;    
}

#head div.logo {		
	position: absolute;
  
}

#head div.language {		
	position: absolute;
        display: block;
        top: 3px;
        right:0px;   
}

div#head ul.mainmenu {
    list-style: none;
    margin: 0;
    padding: 95px 0 0 0px; /* Abstand zu den RÃÂÃÂ¤ndern*/
}

div#head ul.mainmenu:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
div#head ul.mainmenu li {
    float: left;
    margin: 5px 0 0 0; 
    min-width: 110px; /* be nice to Opera */
}
div#head ul.mainmenu a, div#head ul.mainmenu a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
div#head ul.mainmenu a {
    margin: 5px 1px 0px 1px; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left:0;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    font-size: 12px;

}
div#head ul.mainmenu .selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0px;
    line-height: 20px;   
}
div#head ul.mainmenu a span {
    width: 80px; /* IE 6 treats width as min-width */
    min-width: 80px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 8px;
    padding-right: 0;
}
*>div#head ul.mainmenu a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
div#head ul.mainmenu .selected a span {
    padding-bottom: 5px;
    
}
div#head ul.mainmenu .selected a, div#head ul.mainmenu a:hover, div#head ul.mainmenu a:focus, div#head ul.mainmenu a:active {
    background-position: 100% -150px;
    color: #333;
}

div#head ul.mainmenu a, div#head ul.mainmenu .ui-tabs-disabled a:hover, div#head ul.mainmenu .ui-tabs-disabled a:focus, div#head ul.mainmenu .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
div#head ul.mainmenu .selected a span, div#head ul.mainmenu a:hover span, div#head ul.mainmenu a:focus span, div#head ul.mainmenu a:active span {
    background-position: 0 -50px;
}
div#head ul.mainmenu a span, div#head ul.mainmenu .ui-tabs-disabled a:hover span, div#head ul.mainmenu .ui-tabs-disabled a:focus span, div#head ul.mainmenu .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
div#head ul.mainmenu .selected a:link, div#head ul.mainmenu .selected a:visited, div#head ul.mainmenu .ui-tabs-disabled a:link, div#head ul.mainmenu .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
div#head ul.mainmenu a:hover, div#head ul.mainmenu a:focus, div#head ul.mainmenu a:active,
div#head ul.mainmenu .ui-tabs-unselect a:hover, div#head ul.mainmenu .ui-tabs-unselect a:focus, div#head ul.mainmenu .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

div#head div.mainmenu_sub {
   
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */

}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html div#head ul.mainmenu { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html div#head ul.mainmenu  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

div.sub {
    
    width:880px;
    height:25px;
    padding-top: 10px;
    margin-left: 22px;  
}

div.sub a {
    display: block;
    float: left;
    padding: 0px 15px 0px 15px;
    line-height: 15px;
    border-left: 1px solid #ccc;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}

div.sub :first-child {
    border: none;
    padding-left: 0;
}

div.sub a:link{color:#666;}
div.sub a:visited{color:#666;}
div.sub a:hover{color:#ff0000;}
div.sub a:active, div.sub a span.selected {color:#ff0000;}

 

/* CONTENT */
.content {
	clear:both;	
}
div.content {
margin-bottom: 30px;
}

div.content ul, div.content ol {    
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 12px;
    margin-bottom: 10px;
}

div.links div.bottom {
 margin-top: 10px;   
}

.content h2 {
color: #e99a28;
font-size: 15px;
margin-bottom: 15px;
font-weight: bold
}

/* MEDIALIST VIEW */

/*Start*/

 li.itemVertical {
    display: block;
    float: left;
   
    height: 170px;
    list-style-type: none; 
width:140px;
    color: #666;

}

 li.itemVertical .itemView {
    border: 1px solid #52443B;    
    height: 100px;
    width: 100px;
    background: #000;
    text-align: center;
    clear: both;
 }
 
 li.itemVertical .itemView:hover {
    border: 1px solid #e99a28;    
 }
 

li.itemVertical .title:link, li.itemVertical .title:visited  {
    display: block;  
    text-decoration: none;
    color: #BC7E27;
    width: 100px;
}

li.itemVertical .title:hover, li.itemVertical .title:active {
    color: #990000;

}

li.itemVertical div.icons {
display: block;
width: 102px;
}

li.itemVertical .itemCategory {
float: left;
}

li.itemVertical .flag {
float: left;
border: 1px solid #52443B;
height: 11px;
width: 16px;
}

li.itemVertical .number {
float: left;
padding-left: 1px;
width:40px;
}

li.itemVertical .number img{
   float: left;
padding: 1px 0px 0 0;
}

li.itemVertical .stars {
float: left;
padding-left: 1px;

}


/*Start End*/

div.box_profile {
    background: none repeat scroll 0%;
    border:1px solid #f1f0ec;     
border-top: none;
width: 300px;
text-align: center;
background: #fff
}

div.box_profile div.description {
text-align: left;
color: #666;
margin: 7px;
}


div.box_profile div.username {
font-size:13px;
font-weight:bold;
background:url('../images/gray/panel/white-top-bottom.gif');
padding: 5px;
color: #000;
}



div.box_profile div.username img.flag {
    vertical-align: bottom;  
    margin: 0 0 0 5px;
border: none
}

div.box_profile a img{ 
padding: 10px ;
}

div.box_profile div.details {
    float: left;   
    padding:2px 2px 2px 8px;
}
div.box_profile div.details div.register_date {
    color:#666666;
    font-size:11px;
}
div.box_profile div.details div.register_date span {
    color:#ccc;   
}
div.box_profile div.details div.birth_date {
    color:#666666;
    font-size:11px;
}
div.box_profile div.details div.birth_date span {
    color:#000000;   
}
div.box_profile div.details div.gender {
    color:#666666;
    font-size:11px;    
}
div.box_profile div.details div.gender span {
    color:#000000;   
}
div.box_profile div.description {
    clear: both;   
    padding:2px 2px 2px 2px;
}


ul.medialist {
    
    list-style-type: none;
padding: 0;
}

ul.medialist li.itemVertical {
height: 240px;
width:132px;
padding:0;
padding-right: 7px
}


ul.medialist li.itemVertical  img {
    border: 1px solid #52443B;
    margin: 0px;    
    padding: 0px;  
   
}



ul.medialist li.itemVertical a.title {
    display: block;  
    height: 33px;  
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #BC7E27;
    width: 130px
}

ul.medialist li.itemVertical div.duration {
    font-size: 11px;
    font-weight bold;   
    color: #666666;
    float: left;
    padding-right: 5px;
}
ul.medialist li.itemVertical div.duration span {
    color: #cccccc;      

}
ul.medialist li.itemVertical div.price {
    font-size: 11px;
    color: #666666;

}
ul.medialist li.itemVertical div.price span {
    color: #000000;   
    font-weight: bold;
}
ul.medialist li.itemVertical div.from {
    color: #666666;
    font-size: 11px;
}
ul.medialist li.itemVertical div.from a {
    
}
ul.medialist li.itemVertical div.from a img {
    vertical-align: bottom;  
    margin: 0 0 0 5px;
}
ul.medialist li.itemVertical div.added {
    color: #666666;
    font-size: 10px;
	width: 130px;
}
ul.medialist li.itemVertical div.added img{
border: none
}

ul.medialist li.itemVertical div.added span {
    color: #cccccc;   
}


ul.medialist li.itemVertical div.views {
    color: #666666;
    font-size: 10px;
}
ul.medialist li.itemVertical div.views span {
    color: #cccccc;   
}

/* MEDIA DETAIL */


div.media_detail div.title, div.gallery_detail div.title {
    color:#BC7E27;
    font-size:15px;
    font-weight:bold;   
    margin: 0 0 10px 0;
}
div.media_detail div.description,div.gallery_detail div.description {
   font-size:12px;
   margin: 5px 0 5px 0;
}
div.media_detail div.categories {
}
div.media_detail div#rating {
}
div.media_detail div#comments {
}

div.searchresult div.icons {
	float: left;
}

div.searchresult div.flag {
	width: 16px;
}


div.searchresult div.flag img {
	border: 1px solid #52443B;
}

div.searchresult div.snapshot {
	background:#000000 none repeat scroll 0%;
	border:1px solid #52443B;
	clear:both;
	height:100px;
	text-align:center;
	width:100px;
}


/* BEGIN PAGING */

div#paging {
display: block;
float: left;
width: 100%;
text-align: center;
line-height: 50px;

} 

#paging a:link, #paging a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #333;
padding: 0 5px 0 5px;
text-decoration: none;
background: #52443b;
color: #fff;
}

#paging a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
padding: 0 5px 0 5px;;
background: #f2f2f2;
color: #cc0000;
}


div#paging a.active{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ccc;
color: #cc0000;
font-weight:bold;
background: none;
border: none;
}


/* REGISTER & LOGIN */

#my_data, #my_profile {
padding: 10px;
background: #f2f2f2;
border: 1px dashed #ccc;
}

div#box_register {
margin-top:0px;


}

div#box_register fieldset {
border:none;
margin-top: 10px;
margin-bottom: 10px;
}

div#box_register legend {
    display: none;
}

div#box_register label {
display: none;
margin: 0;
}

#box_register div.register_email {
float: left;
}

#box_register div.register_email {
display: block;
float: left;
padding: 0;
margin: 0;
}

#lamp_register_email {
padding: 0px ;}

#box_register div.register_submit input{
display: block;
float: left;
padding: 0px;
margin: 1px;
margin-left: 5px;

}

#head div#box_login{
position: absolute;
display: block;
width: 330px;
height: 120px;
top: 15px;
left: 600px;
background:url(../images/bg-login.png) no-repeat ;
}


#head div#box_loggedin{
position: absolute;
display: block;
width: 330px;
height: 100px;
top: 15px;
left: 600px;
background:url(../images/bg-login.png) no-repeat ;
padding: 10px;
}

#box_loggedin div.box_loggedin_hello {
font-size: 12px;
font-weight: bold;
color: #fff;
margin-bottom: 25px;
float: left;
display: block;
width: 175px;

}


#box_loggedin .box_loggedin_message a:link{
color: #fff;
float: left;
display: block;
width: 130px;
margin-bottom: 25px;
}

#box_loggedin .box_loggedin_message span {
color: #fff;
font-weight: bold;
background: #009900;
padding: 2px
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	clear:both;		
	height: 0;
}

a.box_loggedin_btn {
    background: transparent url('../images/bg_box_loggedin_btn_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.box_loggedin_btn span {
    background: transparent url('../images/bg_box_loggedin_btn_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

a.box_loggedin_btn:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.box_loggedin_btn:active span {
    background-position: bottom left;
    padding: 5px 0 5px 12px; /* push text down 1px */
}

box_loggedin_message {}

div#box_login fieldset {
padding-left:20px;
border: none;
margin: 0;      
}

div#box_login legend {
display: none;

}

div#box_login label {
display: block;
float: none;
margin: 0;
}

div#box_login input# {
margin-right: 5px;
float: none;

}

div#box_login input#login_username, div#box_login input#login_password {
width: 142px;
}



div#box_login div.login_lost_password {
position: absolute;
display: block;
float: right;
top: 80px;
right: 10px;
width: 200px;
font-size: 10px;
line-height: 1.2em;
}

.login_lost_password a:link, .login_lost_password a:visited {
color: #BC7E27;
text-decoration: none
}

.login_lost_password a:hover {
color: #fff;
text-decoration: none
}


#box_logout {
position: absolute;
display: block;
float: right;
top: 115px;
right: 15px;
font-size: 10px;
line-height: 1.2em;
}

/* DEBUG & ERRORS */

span.error {
    display: block;  		
    background-color: #cc0000;  		
    color: #fff; 
    padding: 10px; 
    font-weight: bold; 
    border: 1px dashed #990000;
    margin: 10px 0px 10px 0px;
}

span.system {
    display: block;  		
    background-color: #cc0000;  		
    color: #fff; 
    padding: 10px; 
    font-weight: bold; 
    border: 1px dotted #ff0000;
    margin: 10px 0px 10px 0px;
}

span.info {
    display: block;  		
    background-color: #F7D9AE;  		
    color: #432800; 
    padding: 10px; 
    font-weight: normal; 
    border: 1px dotted #C8813C;
    margin: 10px 0px 10px 0px;
}

span.info strong {
    font-weight: bold; 
}


div#registration_form_partner0,div#registration_form_partner1 {
    float: left; /* zum debuggen uli */		
}


input.error {
    background-color:red;  /* zum debuggen uli */
    color: #fff;
}

/*PORTLETS :) */


.portlet-tl-gray
{
  overflow: hidden;
  background: url(../images/portlet_gray_tl.png) no-repeat scroll left top transparent;
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  padding: 0px;
  margin: 0px;
  
}

.portlet-tr-gray
{
  vertical-align: bottom;
  padding: 8px;
  margin: 0px;
  background: url(../images/portlet_gray_tr.png) no-repeat scroll right top transparent;	
  clear: right;
  text-align: left;
  height: 25x
}

.portlet-gray
{
  min-width: 200px;
  margin: 5px;
  background: url(../images/portlet_gray_bl.png) no-repeat scroll left bottom #E6E4DD;
  border: 0px none;
  font-size: 18px;
  font-weight: bold;
  color: #CC0000;
  margin-bottom: 15px;
  
}

.portlet-content-gray
{
  width: 264px;
  overflow: auto;
  padding: 0px 16px 26px 10px;
  margin: 0px;
  background: url(../images/portlet_gray_br.png) no-repeat scroll right bottom transparent;
  border: 0px none;
  color: #333;
  font-size: 11px;
  font-weight: normal;
  /* height: 110px; */ 
  min-height: 110px !important;
  overflow: hidden;
}

.portlet-content-gray a:link, .portlet-content-gray a:visited {
font-weight: bold;
font-size: 13px;
text-decoration: none;  
color: #000
}

.portlet-content-gray a:hover, .portlet-content-gray a:active {
font-weight: bold;
font-size: 13px;
text-decoration: none;  
color: #cc0000;
}

.portlet-content-gray img {
float: right;
margin: 0px 0px 5px 5px; 
}

.portlet-content-gray a.more {
	color: #cc0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal; 	
}

.portlet-tl-red
{
  overflow: hidden;
  background: url(../images/portlet_red_tl.png) no-repeat scroll left top transparent;
  border-color: transparent;
  border-width: 0px;
  border-style: none;
  padding: 0px;
  margin: 0px;
  height:12px
}

.portlet-tr-red
{
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
  background: url(../images/portlet_red_tr.png) no-repeat scroll right top transparent;	
  clear: right;
  text-align: left;
  height: 12px
}

.portlet-red
{
  min-width: 200px;
  margin: 5px 5px 10px 5px;
  background: url(../images/portlet_red_bl.png) no-repeat scroll left bottom transparent;
  border: 0px none;
  font-size: 10pt;
  
}

.portlet-content-red
{
  width: auto;
  overflow: auto;
  padding: 0px 16px 40px 16px;
  margin: 0px;
  background: url(../images/portlet_red_br.png) no-repeat scroll right bottom transparent;
  border: 0px none;
  color: #F0F0F0;
  height: 90px; 
  min-height: 90px !important;
  overflow: hidden;
}

/*NEWS BEGIN*/

#news {
padding: 50px 0px;
background: url(../images/newsheader.png) no-repeat  #ebeae4;
}

div.news-inner {
margin: 20px 0px 50px 0px;
clear: both;
color: #333;
}

div.news-inner p {
display: block;
float: left;
padding: 10px;
background: #ebeae4
}


div#news h3 {
font-size: 13px;
font-weight: bold;
color: #000;
width: 100%;
border-top: 1px dashed #b1ad95;
padding-top: 5px;
height: 20px;
text-indent: 10px;
}

div.news-inner img {
display: block;
float: left; 
margin: 10px 10px 10px 10px;
border: 1px solid #000;
}


div.news-inner .date {
background: url(../images/icons/date.gif) no-repeat #ebeae4;
padding-left: 20px;
margin-left: 10px;

}

div.news-inner .time {
background: url(../images/icons/time.gif) no-repeat #ebeae4;
padding-left: 20px;
padding-right: 30px;
}

/*NEWS END*/

div#boxSimilar {
	margin-bottom: 15px;	
}

#easyUploadApplet {
background: #fff;
padding: 10px;
width: 550px;
}

#footer {
clear: both;
width: 890px;
margin-left: auto;
margin-right: auto;
padding: 5px;
border-top: 1px dotted #52443b;
line-height: 20px;
text-align: center;
margin-bottom: 0px;
}


div#mediaRating {
	margin-top: 15px;
	margin-bottom: 15px;	
	clear: both;
}

form#deleteProfileForm input.reason {
	width: 300px;
	height:100px;
	margin: 10px 0 5px 0;
	display: block;
}

form#deleteProfileForm input.cbyes {
	margin: 0 5px;
}

form#deleteProfileForm input.button {
	display: block;
	margin-top: 10px;
}


div.bannerRight {
	margin-top:15px;	
}

div#buttonPaypal form input.button, div#buttonPaypal form input.button:focus {
	background: none;
	border: none;
		
}
div#downloadList div.downloadCategory {
	margin-bottom: 15px;
	background-color: #444444;
	padding: 5px;
}

div#downloadList div.downloadCategory div.downloadItem img {
	margin-right: 10px;
	
}

/* SHOP */

div#shop div.product { 
	margin-bottom: 10px;
	background-color: #444444;
	padding: 10px;
}


div#shop input.radio { border:none; margin-right: 5px }

div#shop div.productDescription { 
	margin-left: 8px;
	
}


/* ADMIN */
#adminBox {margin-left:15px}