body{
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
font-family:verdana,arial,sans-serif;
font-size:13px;
line-height:13px
}

#framecontent{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #444a50;
color: #ffffff;
}

#maincontent{
position: fixed;
top: 100px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: scroll;
background-image: url(../images/style/eccentrisbackrgound.png);
background-repeat: repeat-x;
background-color: #5b646b;
}

* html body{ /*IE6 hack*/
padding: 100px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
/* Main column: text: free-floating on the right */
div#main {
    float: right;
    width: 780;
}

/* Navigation column */
div#navcol {
    width: 176;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertubeleft{
margin-top: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 8px;
margin-right: 8px;
margin-bottom: 0px;
}
.innertubeworld{
margin-top: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 8px;
margin-right: 8px;
margin-bottom: 0px;
}

.leftcol {
background: #F9F9F9;
}

.maincol {
background: #F9F9F9;
}

.rightcol {
background: #F9F9F9;
}

a {
color: #f39e22;
font-weight:bold;
line-height:15px;
}

h1 {	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #f39e22;
	font-weight: bold;
	margin-bottom:0px;}
	
h2 {	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #f39e22;
	text-align: left;
	font-weight: bold;
	margin-bottom:0px;
	line-height: 125%}

.imagecell{
background: #000000;
}

.mainimg {
border: 1px solid #676767;
}

.maintext{
font-size:13px;
color: #444a50;
}

.presentationtext{
font-size:13px;
color: #808080;
}

.thumbintro{
background: #5c656c;
font-size:13px;
color: #ea900c;
border-bottom: 4px solid #F9F9F9;
padding: 5px;
}

.thumbs{
background: #80878d;
font-size:13px;
color: #676767;
border-bottom: 5px solid #80878d;
}

.thumbsdescription  {color:#ea900c; font-size:13px;}
.thumbsdescription  a{color:#ea900c; font-size:13px;}

.disclaimer{
font-size: 10px;
color: #444a50;
}

.disclaimer a{color: #444a50;}

.codelinktext{
font-size: 11px;
color: #444a50;
}

.codelinkbox{
font-size: 11px;
}
.ratetext{
font-weight:bold;
font-size:13px;
color:#f39e22;
}

.gtext{
font-family:arial,sans-serif;
font-size:13px;line-height:15px;
color: #444a50;
}
.gtube{
margin-top: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 6px;
margin-right: 6px;
margin-bottom: 0px;
}

#star ul.star { LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url(../images/style/stars2.gif) repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url(../images/style/stars2.gif) left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; }

#TB_window .cpButton,
.cpButton
{
	float: left;
	display: block;
	border: 0;
	margin: 0;
	text-decoration: none;
	padding: 3px 8px;
	font: bold 1.4em Helvetica, Arial, Sans-Serif;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	background: repeat-x top left;
	background-image: url(http://www.weeplanets.com/images/style/button-bg_green.gif);
	background-color: transparent;
}
#TB_window a.cpButton:link, #TB_window a.cpButton:visited, #TB_window a.cpButton:hover, #TB_window a.cpButton:active,
a.cpButton:link, a.cpButton:visited, a.cpButton:hover, a.cpButton:active
{
	text-decoration: none;
	color: #fff;
}

img.floatLeft { 
    float: left; 
    margin: 3px; 
}