/*#############################################################

Lightbox code at bottom
#############################################################*/
a {
	color: #2e2edb;
	text-decoration: none;
}

a:hover, a:active, a:focus {
    outline:0px;
}

.footer a
{
	color: #000000;
	text-decoration: none;
}

a.faqs
{
	font: bold 1.1em sans-serif,Arial;
	color: #c34646;
	text-decoration: none;
}

a.buynow{
	color: #0000ff;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}

body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: justify; 
	font: normal 0.7em sans-serif,Arial;
}
ul
{
	list-style-type: square;
	list-style-position:outside;
	
	font-weight:bold;
	
	color:#666;
	
}
li
{
	font: normal 1.0em sans-serif,Arial;
	color:#666;
}

.register
{
   font-size:16px; 
   font-weight:bold;
   color:#19ade4;    
   line-height:150%;
   
}
.avatarselect
{   
    text-align:center;   
}


td.download
{
	text-align: center; 
	border-top:1px solid #888888;
	height:40px;
}

td.mobiledownload
{
    font-weight:bold;
    width:80px;
	text-align: left; 
	border-top:1px solid #888888;
	height:20px;
	
}

th
{
	background-color:#dfdfdf; 
	width:400px; 
	text-align: center; 
	
	
}

.ulsection {
	padding-top:20px;
	padding-left:10px;
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	text-indent:10px;
}

.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 760px; 
}
.menu
{
    width:100%;
    height:41px;
    background-color: #eee;
}
.submenu
{
	background-color:#DDDDDD;
	text-align:right;
	color:#000000;
	border-right: 15px solid #DDDDDD;
}

.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 98px; height: 36px;
	padding-left: 6px;
}
.menu a span {

}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 98px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #fcfcfc;
	border-top: 1px solid #E5E5E5;
	clear: both;
	color:#666;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #505050;
	padding-bottom:10px;
}
.content h2 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #c34646;
	padding-bottom:10px;
	
}
.content h3 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #000000;
	
	
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item 
{
    width:720px;
    padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	color:#666;

}
.subitem 
{
    width:100%;
    padding-top:20px;	
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	color:#666;
}

.dotted {
	background: #FCFCFC url(img/verticaldot.gif) repeat-y;
	height:200px;
}
.footer {
	text-align:center;
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 

.comment {
	
	color: #0000ff;
	font: bold 1.1em sans-serif,Arial;
	font-style: italic;
} 

.commentdate {
	color: #0000ff;
	font: normal 1.1em sans-serif,Arial;
} 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


img {
	border: none;
}


.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; font: bold 12px Arial, Helvetica, sans-serif;}
.dock-item span { display: none; padding-left: 20px; color:#FFF;}
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }
