
body {
	background:#FFF url(images/tropical-forest-tile.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	text-align: left;
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #630;
	border: 1px solid #000000;
	color: #ffffff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
fieldset {
	margin-top: 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
a:link, a:visited {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: underline;
}



.menu a:link{
		font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}








/* headers of content boxes */
h3 {
	background: #ffffff url(images/h3_top.png) no-repeat; 
    border: 0px solid #000000;
    color: #ffffff;
	
	text-align: left;
	font-weight:bold;
	font-size: 12px;
	padding: 2px 2px 2px 4px;
	margin: 0px;
}
h2 {
	background: #ffffff url(images/h2_top.png) no-repeat; 
    border: 0px solid #000000;
    color: #ffffff;
		text-align: left;
	font-weight:bold;
	font-size: 12px;
	padding: 2px 2px 2px 4px;
	margin: 0px;
}


/* content is inside these boxes */
.content_box {
background-color:#ffffff;
	border: 1px solid #000;
	margin-top: 1px;
	border-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
}
/* content is inside these boxes */
.product_box {
background-color:#ffffff;
	border: 1px solid #000;
	margin-top: 1px;
	border-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
	height:100px;
}
/* header of the site */
/* the header of the site  */
#header {
	height:175px;
	width:806px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#prod_line{
	clear: both;
	border-bottom: 1px dotted #000000;
	padding-top: 4px;
	margin-bottom: 4px;
	height: 0px;
	font-size:0px;
}

div#top_shadow {
	margin: 50px auto auto;
	width: 806px;
	height: 17px;
	background: url(images/top_shadow.png) no-repeat;
}
div#shadow {
	margin: auto auto;
	width: 806px;
	background: url(images/shadow.png) repeat-y;
	}
div#top_menu {
	margin: 0px 8px 10px 8px;
	height: 31px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url() repeat-x;
	color: #000000;
}
input.submit {
background: #000000 url(images/top_menu.png);
border: 1 soild #000;
color: #ffffff; /* this is to shut the CSS validator up, but if you want, feel free to replace "inherit" with a custom color */
height: /* height of image */ ;
width: /* width of image */ ;
font-weight: bold;
}


/* main content of the site */
div#main {

	margin-left: 8px;
	width: 775px;
}

/* menu */
div#side_menu {
	float: left;
	width: 160px;
	margin: 4px;
}
/* content of the page */
div#main_contents {
    float: left;
    width: 595px;
	margin: 4px;
  }

/* content of current page */
div#contents {
	width: 616px;
	float: right;
}

/* files on index page */
.index_files_left {
	margin-bottom: 2px;
	float: left;
	width: 30%;
}
.index_files_right {
	margin-bottom: 2px;
	float: right;
	width: 60%;
}
fieldset {
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border:1px solid #630;
}
legend {
	font-weight: bold;
	background: #630 url(images/top_menu.png);
	  color: #ffffff;
border: 1px solid #000000;
padding: 2px 6px
}

/* tables */
.table_header {
	float: left;
	text-align: center;
	font-weight: bold;
}
.table {
	float: left;
	text-align: center;
}
.separator {
	margin-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px dotted #CDCDCD;
	height: 0px;
	font-size:0px;
	clear: both;
}
.full_separator{
	margin: auto auto;
	padding-top: 1px;
	border-bottom: 1px dotted #000000;
	height: 0px;
	font-size:0px;
	clear: both;

	
}


/* content parts */
.content_left {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_right {
	float: left;
	width: 305px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* pagination */
div.pagination {
	padding: 2px;
	margin: 2px;
	text-align: center;
}
div.pagination a:link, div.pagination a:visited {
	padding: 2px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
div.pagination a:hover {
	color: #000000;
	background: #F2F2F2;
}
div.pagination b {
	padding: 2px;
	border: 1px solid #000000;
}
div.pagination p {
	margin: 0px 0px 5px 0px;
}
/* clickable images */
img.click {
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}
/* errors */
.error {
	border: 1px solid #FF3300;
	background: #FFE4E1;
	font-weight: bold;
	margin-bottom: 4px;
	color: #FF3300;
	text-align: left;
	padding: 3px;
}
/* BB code images  */
img.bb {
	border: 1px solid #5E5E5E;
	width: 16px;
	height: 16px;
	padding: 1px;
	cursor: pointer;
}
img.bb:hover {
	border: 1px solid #B3B3B3;
	background: #F7F7F7;
}
/* redirection boxes */
#redirection_box {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 2px solid #CFCFCF;
	background: #FFFFFF; 
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#log_in_box {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 330px;
	border: 2px solid #CFCFCF;
	background: #FFFFFF; 
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
/* divs that have hover effect */
.div_hover:hover {
	background: #FAFAFA;
}


/* footer of the site */
div#bottom_shadow {
	margin: auto auto;
	width: 806px;
	height: 15px;
	background: url(images/bottom_shadow.png) no-repeat;
}
div#powered {
	text-align: center;
	margin-bottom: 4px;
}
div#powered a, div#powered a:visited {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}
div#powered a:hover {
	color: #000;
	text-decoration: none;
}
/* footer of the site */
#footer {
	margin: auto auto;
	height: 20px;
	color: #000000;
	text-align: center;
  }

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}
/* boxes where ads are in */
.ad_box {
	margin-bottom: 4px;
	padding: 3px;
float:center;
	color: #000000;
	text-align: center;
	
}/* CP icons */
.cp_icon {
	width: 15px;
	height: 15px;
	border: 0;
}



.entryTable {
	
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	background: #000000 url(images/top_menu.png);
	font-weight: bold;
	background-position: center;
}


.entryTable .content {
	color: #000000;
	background-color: #ffffff;
}









/*popup image enlarger
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
