
/*
 * CSS based Layout 
 *   (c) 2008 Log@t
 *
 *
 */

@import url('mtLightbox.css');
@import url('forms.css');
@import url('tabs.css');
@import url('controls.css');
@import url('messenger.css');
@import url('buttons.css');


.socialBookmarks .description {
        display: none;
        position: absolute;
        margin-top: 23px;
        margin-left: -21px;
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #000000;
}

.socialBookmarks a:hover .description {
        display: inline;
        border: 1px solid #808080;
        background: #ffffff;
        padding: 5px;
}



html, body {
/* background: #2284cf; */
 background: #ffffff; 
 border:  0;

 padding: 0px;
 margin:  0px;

 font-family: Verdana, sans-serif;

}


hr.light {
 height: 1px;
 border: none;
 border-top: 1px solid #e0e0e0;
}

.header,
.cwrap,
.pwrap,
.mainmenu {
 width: 830px;
}

.header {
 position: relative;
 height: 115px;

 background:        #ffffff;
 background-image:  url('../graphics/headerbg.png');
 background-repeat: repeat-x;
 
 border-top:   1px solid #ebeff2;
 

/* border-top:   2px solid #fffaff;*/

 border-right: 1px solid #d3d8dc;

}

.himage {
margin-left:      15px;
/* width:            487px; */
 width:            380px;
 height:           84px;

/*
 * Private Beta:
 */
 /* beta
 background-image: url('../graphics/logo_privatebeta_slogan.jpg');
 */
 background-image: url('../graphics/logo_nobeta_slogan.jpg');

/* RealLogo:
 *  background-image: url('../graphics/megatest.png');
 */

position: absolute;
}

.himage * {
 display: none;
}

.header .panel {
 position: absolute;
 right:15px;
 top:  15px;
 height: 75px; 
 overflow: hidden;
 width: 283px;
}

.header .login-options {
  width: 100%;
  position: absolute;
  text-align: right;
  line-height: 1.25em;
}

.header .login-options .fconnect {
 display: block;
 margin-top: 5px;
}

.header .login-options a {
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position: 100% 0px;
}

.header .login-options a.login {
  background-image: url('../graphics/login.png');
}

.header .login-options a.signup {
  background-image: url('../graphics/signup.png');
}


.header img {
  border: none;
}

.header .login-form {
 width: 198px;
 position: absolute;
 margin-top: 100px;
 right: 2px;
}

.header .login-form input[type='text'], 
.header .login-form input[type='password'] {
  display: block;
  width: 198px;
  border: 1px solid #0099ff;
  margin-bottom: 7px;
}

.header .login-form input[type='submit'] {
  border: none;
  background: none;
  color: #0099ff;  
  font-weight: bold;
  right: 0px;
  position: absolute;
  cursor: pointer;

  padding: 0px;
}


.hsearch {
/* width: 390px; */
 position: absolute;
 left: 30px; 
 bottom: 10px;
}

.hsearch h2 {
 margin-bottom: 5px;
 font-size: 10px;
 color: #818181;
}

.hsearch input {
 border: 1px solid #0099ff;
 float: left;
}

.hsearch .submit {
 background: #0099ff;
 color:      #ffffff;
 margin-left: 5px;
 float: right;
 height: 26px;
 cursor: pointer;
 font-weight: bold;
 -moz-box-shadow: white 0px 0px 8px 3px;
}


.hsearch .searchfield {
 width: 442px;
 height: 22px; 
 
/* width: 255px;  */
 font-size: 13px;
 -moz-box-shadow: white 0px 0px 8px 3px;
}

noscript img {

}

.pwrap {
 /*margin-top: 53px;*/
 margin-top: 90px;
 position: relative;
 height: auto;
 background: #d5d5d5;
}


.cwrap {
 background: #d5d5d5;
 border-right: 1px solid #c7ccd0;
 width: 812px;
 margin:  0;
 padding: 0;
 left: 0;

 padding-left: 15px;
}

.cbreadcrumb {
 display: block;
 width: 800px;
 clear: both;
 font-size: 7pt;
 color: #888888;
 line-height: 36px;
}

/* breadcrumblinks: 
.cbreadcrumb a:link,
.cbreadcrumb a:visited,
.cbreadcrumb a:hover {
  font-size: 7pt;
  color: #888888;
  font-weight: normal;
}

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

*/


.carea {
 width: 801px;
 background: #ffffff;
 background-image:  url('../graphics/crightbg_full.png'); 
 background-position: 487px 0px;
 background-repeat: repeat-y;
 height: auto;

 
 margin: 0px;
}

.cleft {
 float: left; 
 background: #ffffff;

 border: 0;
}

.cright {

 float: right;

/* background-image: url('../graphics/crightbg_full.png');  */
 background: 0;
 border: 0;
 
 width: 314px;

 height: auto;
}

.clear {
 background: #ffffff;
 clear: both;
/* height: 30px; */
}

.vskip {
 height: 30px;
 padding: 0;
 margin:  0;
}

.dspace {
 height: 210px;
}

.spacer {
 height: 15px; 
 width: 300px;
 background: #ffffff;
}

/*
 * Ad handling: 
 */

.infTop a:link,
.infTop a:visited,
.infRight a:link,
.infRight a:visited,
.infTop img,
.infRight img {
 text-decoration: none;
 border: 0;
}

.infRight {
 position: absolute;
 left: 830px;
 top:  90px;
}

.infTop {
 position: absolute;
 top: 0px;
}

.infWallpaper {
 position: absolute;
 left: 102px;
 top: 0px;
}
/* twocolumn-grid sub-layout for small content */
.twocolumn {
 width: 486px;
}


.grid {
 float: left;
}


.ce-recommend a:link,
.ce-recommend a:visited,
.ce-recommend a:active,
.ce-recommend a:hover,
.ce-recommend img
{
 text-decoration: none;
 border: none;
 color: #000000;
}

/*
 * ne recommendation, non image - just text 
 */
#ce-recommend-2, 
#ce-recommend-3, 
#ce-recommend-4, 
#ce-recommend-5 {
 display: none;  
 position: absolute;
}

.ce-recommend {
 position: relative;
 margin-bottom: 20px;
 margin-left: 13px;
 margin-top: 0px;
 height: 210px;
}


.ce-recommend .product-image { 
 position: absolute;
}

.ce-recommend .fl-supscript,
.ce-recommend .fl-title,
.ce-recommend .info  {
 position: absolute;
 left: 140px;
}

.ce-recommend .fl-supscript {
 top: 16px;
 width: 310px;
/* color: white; */
 font-weight: bold;
}

.ce-recommend .fl-title {
/* color: white !important; */
 top: 40px;
 width: 320px;
 font-size: 18px;
 font-weight: bold;
 cursor: pointer;
}

.ce-recommend .fl-title a,
.ce-recommend .fl-title a:hover,
.ce-recommend .fl-title a:link,
.ce-recommend .fl-title a:visited {
/* color: white; */
 font-weight: bold;
/* font-size: 18px !important; */
}

.ce-recommend .fl-supscript a:link,
.ce-recommend .fl-supscript a:visited, 
.ce-recommend .fl-supscript a {
/*  color: white !important; */
}


.ce-recommend .info  {
 top: 120px;	
 width: 320px;
}

.ce-recommend-nav {
  width:  253px;
  height: 53px;
  background-image: url('../graphics/ce_recommend_nav_bg.jpg');
  text-align: center;
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0px;
  right: 0px;
}

.ce-recommend-nav img {
 border: 1px solid #9c9c9c;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 margin: 0px;
 margin-top: 5px; 
 cursor: pointer;
 filter:alpha(opacity=50);
 opacity: 0.5;
 -moz-opacity:0.5;
}

.ce-recommend-nav .active {
 border: 1px solid #0a99f9;
 filter:alpha(opacity=100);
 opacity: 1.0;
 -moz-opacity:1.0;
}

.indexMenu {
  position: absolute;  
  right: 15px;
  top:  227px;
/*  bottom: 9px;*/
  font-size: 7px;
/*  color: white; */
  color: #808080;
  text-shadow: #fff 0px 1px;
}

.indexMenu a:link,
.indexMenu a:visited,
.indexMenu a:hover,
.indexMenu a:active {
 color: #808080;
}

/* ad fixing: */
.ad br {
 display:none;
}

#WPBanner {
 top: 0 !important;
}


#news-slider {
 width: 288px;
}

#news-slider .slider-container {
 position: relative;
 overflow: hidden !important:
 width: 255px;
 height: 50px;

 padding-left: 5px;
 padding-top:  5px;

}

#news-slider td {

 background: white;
 background-image: url('../graphics/news_cell_bg.png' );
 background-position: bottom;
 background-repeat: repeat-x;
}

#news-slider .nav-prev,
#news-slider .nav-next {
 height: 50px;
 width: 14px;
 border: 1px solid #aaa;
 cursor: pointer;
 text-align: center;
}

#news-slider .newsfeld {
 overflow: hidden;
 border-top: 1px solid #aaa;
 border-bottom: 1px solid #aaa;
}


#news-slider .items {
 width: 10000px;
 position: absolute;
}


#news-slider .item {
 float:left;
 width: 255px;
}

#news-slider .item img {
 margin-left: 5px; 
 margin-right: 5px;
 margin-top: 5px;
 float: left;
 border: 0;
}

#news-slider .item span {
 float: left;
 width: 170px;
 display: block;
 margin-top: 6px;
}


form .hint {
 color: #888;
 font-weight: bold;
}


/*
 * 
 */

div.box {
  font-size: 11px;
  border-bottom: 1px solid #ddd;
  margin-bottom:12px;
}

div.box h2 {
 background-image: url('../graphics/header_cap_big_nomore.jpg');
}

.nomore {
/* background-image: url('../graphics/header_cap_big_nomore.jpg') !important;
 */
 background-image: none;
 background: #0099ff!important;
}


div.padded {
 margin: 8px;
 margin-left: 15px;
 margin-right: 12px;
}

/* facebook connect button */
.fbconnect.bt-connect {
 float: right;
}

a img {
 border: none;
}

.messagebox { 
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 8px;
}

.header .info {
 border-left: 1px solid #aaa;
 padding-left: 12px; 
 font-size: 11px;
 width: 280px;
 color: #808080;
 line-height: 1.25em;
}

.header .info .head {
  margin-bottom: 5px;
}

.header .info a:link,
.header .info a:visited,
.header .info a:hover {
 font-weight:normal;
}

/* header links */
.header .panel a {
 background-repeat: no-repeat;
 padding-left: 20px;
}

.header a.my-profile {
 background-image: url('../graphics/icons/user.png');
}

.header a.my-postbox {
 background-image: url( '../graphics/icons/postfach.png' );
}

.header a.my-memolist {
 background-image: url( '../graphics/icons/memolist.png' );
}

.header a.my-votes {
 background-image: url( '../graphics/icons/wertungen.png' );
}

.header a.logout {
 position: absolute;
 right: 2px;
 bottom:0px;
}

.header a.forgot {
 padding-left: 0px;
}

.productToolbarDynamic {
 display: none;
}

.productToolbarDynamic .close {
 float: right;
 margin-right: 15px;
}

.productToolbarDynamic .content {
 margin: 12px;
}


.toolbar-message {
  padding: 8px;
  font-size: 10px;
  font-weight: bold;
}

.toolbar-message img {
 float: left;
 padding: 2px;
}


.my-memolist .memo {
	border-bottom: 1px solid #aaa;
}

.my-memolist .memo a.remove {
 background: red;
 position: absolute;
 margin-top: -28px;
 margin-left: 15px;
 color: white;

 font-weight: normal;

 padding: 3px;
}

.agent-product .tools {
 position:absolute;
 margin-top: -30px;
 margin-left: 12px;
}

.agent-product .tools span,
.agent-product .tools span.users,
.agent-product .tools span.experts,
.agent-product .tools span.megadots {
 padding: 1px;
 padding-left: 4px;
 padding-right: 4px;
 background: green;
 margin-left: 5px;
 margin-right: 5px;
 color: white;
} 

.agent-product .tools span.remove,
.agent-product .tools .remove a {
 background: red; 
 color: white;
}

.message p {
 margin-left: 12px;
 margin-right: 12px;
}


/* votes */
table.votes {
 border-collapse: collapse;
 margin: 0px !important;
 padding: 0px;
 width: 100%;
}

table.votes tr {
 padding: 0px;
}

table.votes td {
 border: 1px solid #aaa;
 border-left: 0px; 
 border-right: 0px;
 margin: 0px;
 padding-left: 12px;
 padding-right: 12px;

 font-size: 11px;
 color: #808080;
}

table.votes .headline,
table.votes a {
 font-weight: bold;
 font-size: 14px;
}

table.votes .info {
 vertical-align: top;
 padding-top: 8px;
 padding-bottom: 8px;
 width: 290px;
}

table.votes .result {
 background: #e0e0e0;
 border-left: 1px solid #aaa;
 
 color: #808080;
 text-align: center;
 text-shadow: #ffffff 0px 1px; 
}

table.votes .value {
 font-size: 18px;
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: bold;
 text-shadow: #ffffff 0px 1px; 
}

div.text {
 font-size: 11px;
}

.textslice.expand,
.textslice.shrink { 
 font-size: 11px;
}


/* toplist: voter */

.top-voters-options {
 text-align: right;
 padding: 0px;
}

.topVoters .top10 {
 display: none;
}

#gug {
width: 300px;
height: 221px;
background: url('../graphics/gug_hintergrund.jpg');
background-repeat: no-repeat;
z-index: 0;
}
#btn_ribbon {
position:absolute;
left: 706px;
top: 253px;
}
#btn_preis_gug {
position:absolute;
width: 77px;
height: 90px;
border: 0px;
background: url('../graphics/icons/jetztkaufen.png');
background-repeat: no-repeat;
left: 708px;
top: 376px;
}
#text_preis_gug {
position:absolute;
left: 10px;
top: 57px;
font-size: 13px;
font-family: verdana, sans-serif;
font-weight: bold;
color: #ffffff;
}   
