/* CSS Document */
body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-position: center top;
	font: 11px 'Lucida Sans', 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
}

.payment_methods {
	border: 1px solid #CCCCCC;
	text-align:center;
	width:auto;
}

/* Main menu stuff */
.main_menu {
	color: #FFCC33;
	font-size: 11px;
}

.main_menu a {
	color: #CCCCCC;
	text-decoration: none;
}

.main_menu a:hover {
	color: #FFCC33;
}


/* Sidebox stuff */
.sidebox {
	width: 202px;
}

.sidebox .top {
	width: 202px;
	height: 8px;
	background-image:url(../images/box_top.gif);
	background-repeat: no-repeat;
}

.sidebox .middle {
	width: 202px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background-image:url(../images/box_background.gif);
	background-repeat:repeat-y;
}

.sidebox .bottom {
	width: 202px;
	height: 8px;
	background-image:url(../images/box_bottom.gif);
	background-repeat: no-repeat;	
}

.sidebox_tittle {
	font-weight: bolder;
	color: blue;
	font-size:14px;
	text-align:center;
	display:block;
}

h1 {
	text-align:center;
}

h1.inside {
	font-size:12px;
	text-align:center;
}

h2 {
	font-size:small;
	color: #0000FF;
}

table.content_table {
	background-color:#ECECFF;
	border: thin solid #CCCCFF;
	/*padding: 5px;*/	
}

table.content_table th {
	background-color:#CCCCFF;
}

table.content_table td {
	
}

.error_box {
	background-color: #FFCCCC;
	border: 2px solid #FF8282;
	list-style-type: square;
	width: 400px;
	color: #FF0000;
}

.ok {
	text-align:center;
	color:#00CC00;
	font-weight:bold;
	font-size:larger;
}

li {
	padding-bottom:15px;
}

.form_comment {
	font-size: 9px;
}

table.partners td {
	width: 33%;
	border: solid 1px #CCCCCC;
	height: 50px;
	font-size:x-small;
	vertical-align:top;
	padding: 5px;
	margin: 2px;
	text-align:center;
}


/* ================================== SCROLLING BOX ======================================================= */

#marqueecontainer {
	position: relative;
	width: 165px; /*marquee width */
	height: 200px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

/********************************************************* IMAGE PREVIEW CSS ******************************************************************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('../images/preview/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/preview/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/preview/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
