﻿body { 
	font-size: 11px;
	font-family: tahoma;
	top-margin: 30px;
	padding: 30px;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

select, input, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #595959;
	background-color: #ddd;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
	margin: 2px;
}
.cookie {
	color: #2caafe;
	font-size: 20px;
	align: center;
}
.greybg3 {
	background-color: #fff;
	background-image: url(images/tablebg.gif);
	background-repeat: repeat-x;
	padding: 20px;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;

}
a:link, a:active, a:visited {
	color: #595959;
	text-decoration: none;
}

a:hover {
	color: #2CADFF;
	text-decoration: underline;
	
}

img {
	border-width: 0px;
}

form {
	margin-top: 0px;
}

.boldfont {
	font-weight: bold;
}

.smallfont {
	font-size: 9px;
}
.red {
	color: #ad0000;
}

.green {
	color: #007900;
}

.blue {
	color: #56baef;
}

.yellow {
	color: #ccc000;
}

.grey {
	color: #bcbcbc;
}

.text {
	padding: 5px;
}

.yellowbg {
	background-color: #f9ffa2;
}

.maindiv {
	background-color: #ffffff;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	margin-bottom: 10px;
}

.maindiv2 {
	background-color: #ffffff;
	border: 1px #cbced1 solid;
}

.greybg {
	background-color: #fbfbfb;
	background-image: url(images/rowbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}

.greybggift {
	padding: 1px;
}

.greybg2 {
	background-color: #fbfbfb;
	background-image: url(images/greybg.gif);
	background-repeat: repeat-x;
	padding: 6px;
	width: 764px;
	height: 16px;
}

.bluebg {
	color: #ffffff;
	background-color: #6094c6;
	background-image: url(images/bluebg1.gif);
	font-weight: bold;
	padding: 5px;
	border-left: 1px #ffffff solid;
	font-size: 12px;
}

.bluebg2 {
	color: #ffffff;
	background-color: #6094c6;
	background-image: url(images/bluebg2.gif);
	font-weight: bold;
	border-left: 1px #ffffff solid;
	padding: 5px;
}

.navihg {
	color: #595959;
}

.fullcontent {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.paddingbox {
	padding: 5px;
}

#loginuheader {
	margin-bottom: 10px;
}

#navigation {
	color: #595959;
	text-align: center;
	height: 24px;
}

#navigation ul {
	color: #595959;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}
.accordion_headings{
	padding:5px;
	background:#B5B5B5;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:120px;
}
.link{
	display:block;
	
}

#navigation li {
	float: left;
	width: 75px;
	height: 12px;
	padding-top: 6px;
	color: #595959;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	color: #595959;
}

#greybg-padding {
	background-color: #f4f4f4;
	padding: 1%;
	margin-bottom: 4px;
}

#leftcontent {
	width: 590px;
	float: left;
	margin-top: 5px;
}

#rightcontent {
	width: 150px;
	float: right;
	margin-top: 5px;
}

#content {
	width: 768px;
	background-color: #ffffff;
	margin: 0 auto;
	height: 100%;
}

#content2 {
	width: 750px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding-left: 7px;
	height: 100%;
}

#navi_top {
	width: 750px;
	text-align: right;
	color: #8b8b8b;
	margin-bottom: 6px;
}

#login_box {
	height: 64px; 
	width: 230px;
	float: right; 
}

#banner {
	width: 511px;
	height: 82px;
}

#footer {
	text-align: center;
	color: #d0d0d0; 
	font-weight: bold; 
}

#footer a:link {
	color: #d0d0d0; 
}

#footer a:hover {
	color: #d0d0d0; 
}

#footer a:visited {
	color: #d0d0d0; 
}

#footer a:active {
	color: #d0d0d0; 
}
.itemdiv{
	float: left;
	display: inline;
	text-align: center;
	height: 200px;
	width: 180px;
	vertical-align: top;
	margin-bottom: 20px;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}

#MooFlow.load {
	background-image:		url(http://de.fakemypic.com/theme/default/css/images/ajax_loader.gif);
	background-repeat:		no-repeat;
	background-position:	50% 50%;
}
#MooFlow * {
	outline-color:		invert;
	outline-style:		none;
	outline-width:		medium;
	-moz-user-select: 	none;
	border:				none;

}
#MooFlow div.imgDiv{
	position:			absolute;
}
div.loader{
	text-align:		center;
	z-index:		10000;
	margin:			1em auto;
	width:			100%;
}
div.caption {
	position: 		relative;
	text-align:		center;
	z-index:		1000;
	padding-top:	220px;
	margin-left: 	auto;
	margin-right: 	auto;
}
div[class="caption"] {
	position:		absolute;
	text-align:		center;
	z-index:		1000;
	padding-top:    0px;
	margin:			1em auto;
	bottom:			0px;
	width:			100%;	
}


.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
	}
input.up {

}

#MooFlow {
	color:					#fff;
	visibility:				hidden;
	position:				relative;
	overflow:				hidden;
	height: 				100px;
	width: 					450px;
}
.SkipperP {
	width: 			175px;
	height:			200px;
	margin:			auto 0;
	background:		url(images/pre.jpg) center right no-repeat;
	cursor:			pointer;
	float: 			left;
}
.SkipperN {
	width: 			175px;
	height:			200px;
	margin:			auto 0;
	background:		url(images/next.jpg) center left no-repeat;
	cursor:			pointer;
	float: 			left;
}
#MooFlow.load {
	background-image:		url(images/ajax_loader.gif);
	background-repeat:		no-repeat;
	background-position:	50% 50%;
}
#MooFlow * {
	outline-color:		invert;
	outline-style:		none;
	outline-width:		medium;
	-moz-user-select: 	none;
	border:				none;

}
#MooFlow div.imgDiv{
	position:			absolute;
}
div.loader{
	text-align:		center;
	z-index:		10000;
	margin:			1em auto;
	width:			100%;
}
div.caption {
	position: 		relative;
	text-align:		center;
	z-index:		1000;
	padding-top:	220px;
	margin-left: 	auto;
	margin-right: 	auto;
}
div[class="caption"] {
	position:		absolute;
	text-align:		center;
	z-index:		1000;
	padding-top:    0px;
	margin:			1em auto;
	bottom:			0px;
	width:			100%;	
}
.tool-tip {
  width: 200px;
  color: #eee;
  text-align: center;
  overflow: hidden;
  }
  .tool-tip .tool-title {
    font-size: 11px;
    font-weight: 900;
    margin: 0;
    padding: 10px 10px 0;
    background: #222;
    }
  .tool-tip .tool-text {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    background: #222;
    }

.round-tip {
  width: 200px;
  color: #eee;
  text-align: center;
  overflow: hidden;
  }
  .round-tip .round-title {
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    margin: 0;
    padding: 15px 15px 5px;
    background: url(rtip.png) top left no-repeat;
    }
  .round-tip .round-text {
    margin: 0;
    padding: 0 15px 15px;
    font-size: 11px;
    background: url(rtip.png) bottom left no-repeat;
    }
.inline {
  margin: 0;
  padding: 0;
  }
  .inline li {
    display: inline;
    margin-right: .3em;
  }
  .inline dt,
  .inline dd {
    margin: 0;
    padding: 0;
    display: inline;
    }
  ul.inline li span {
    font-size: 80%;color:
    #666;
    }

.left {float: left;}
.right {text-align: right;}
img {border: none;}








/* MENU TOP */

#menu_top_btn {
  position: absolute;
  width: 111px;
  height: 30px;
  right: 50%;
  top: 0px;
  background: url('http://yiuu.de/topred.png') bottom center no-repeat;
  cursor: pointer;
}
#menu_top {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0px;
  top: -150px;
  padding: 0px;
  font-size: 11px;
  background: #ddd;
}
#menu_top table {
  margin-top: 110px;
  width: 100%;
  min-width: 990px;
  background: #ddd;
}
#menu_top table td {
  height: 40px;
  text-align: center;
}



/* MENU TOP 2 */

#menu_h {
  width: 100%;
  font-family: "Trebuchet MS", Trebuchet, "Century gothic", Arial, Helvetica, sans-serif;
  background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_bg.gif') repeat-x;
}
#menu_h td {
  height: 43px;
  text-align: center;
  background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_dlmtr.gif') no-repeat 0px 1px;
  padding-left: 1px
}
#menu_h td.first {
  background-position: -2px 0px;
  padding-left: 0px;
}
#menu_h a strong {
  display: block;
  height: 43px;
  font-weight: normal;
  width: auto;
}
#menu_h td.first a strong {background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_lt.gif') no-repeat left top;}
#menu_h td.first a.on strong {background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_lt_on.gif') no-repeat left top;}
#menu_h td.last a strong {background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_rt.gif') no-repeat right top;}
#menu_h td.last a.on strong {background: transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_rt_on.gif') no-repeat right top;}
#menu_h a:link,
#menu_h a:active,
#menu_h a:visited,
#menu_h a:link strong,
#menu_h a:active strong,
#menu_h a:visited strong {
color:#233D55; text-decoration:none; height:43px; line-height:43px; font-size:16px; font-weight:normal; text-align:center; font-family:"Trebuchet MS", Trebuchet, "Century gothic", Arial, Helvetica, sans-serif; padding:0 4px; display:block; white-space:nowrap;}
#menu_h a.on:link,
#menu_h a.on:active,
#menu_h a.on:visited {
color:#393939; height:43px; background:transparent url('http://www.nulled.ws/nulled_v4/misc/skin/menu_h_bg_on.gif') repeat-x left bottom;}
#menu_h a:hover,
#menu_h a:hover strong {text-decoration: none; cursor: pointer; color: #0054a2}
#menu_h a.on:hover,
#menu_h a.on:hover strong {text-decoration: none; cursor: default; color: #393939;}
#menu_h td.first a:link,
#menu_h td.first a:hover,
#menu_h td.first a:active,
#menu_h td.first a:visited {padding-left: 0px;}
#menu_h td.first a strong {padding-left: 4px;}
#menu_h td.last a:link,
#menu_h td.last a:hover,
#menu_h td.last a:active,
#menu_h td.last a:visited {padding-right: 0px;}
#menu_h td.last a strong {padding-right: 4px;}