
/* GENERAL DECLARATIONS */
/* -------------------- */

body					{ background: #FFFFFF url('img/general/bg.jpg') repeat-x fixed left; margin: 0px; }

input, select, textarea		{ font-family: verdana, arial; font-size:10px; color: #999999; }

.header_top				{ background: #FFFFFF url('img/header/bg_top.jpg') repeat-x fixed left; }
.header_bottom			{ background: #FFFFFF url('img/header/bg_bottom.jpg') repeat-x fixed left; }

.text_lightgray			{ font-family: verdana, arial; font-size:10px; color: #B2B2B2; }

.text_lightgray a		{ color: #B2B2B2; text-decoration:none; }
.text_lightgray a:hover	{ color: #99C4FF; text-decoration:underline; }

.text_submenu			{ font-family: verdana, arial; font-size:10px; color: #999999; }
.text_submenu a			{ color: #999999; text-decoration:underline; }
.text_submenu a:hover	{ color: #30B6E0; text-decoration:underline; }

.header_bg				{ background-image: url('img/content/icon_bg.jpg'); background-repeat:repeat-x; }
.content_bg				{ background-color: #2C2C2C; }

.content_text			{ font-family: verdana, arial; font-size:10px; color: #DDDDDD; }
.content_text a			{ color: #DDDDDD; text-decoration:none; }
.content_text a:hover	{ color: #DDDDDD; text-decoration:underline; }

.content_blue			{ font-family: verdana, arial; font-size:10px; color: #99C4FF; font-weight:bold; }
.content_blue a			{ color: #99C4FF; text-decoration:none; }
.content_blue a:hover	{ color: #99C4FF; text-decoration:underline; }

.content_orange			{ font-family: verdana, arial; font-size:10px; color: #FFA53E; font-weight:bold; }

.line					{ background-image: url('img/general/line_bg.gif'); }

.content_bg_map_where	{ background-image: url('img/content/buynow_bg.gif'); }

.content_black			{ font-family: verdana, arial; font-size:10px; color: #000000; }
.content_black a		{ color: #30B6E0; text-decoration:underline; }
.content_black a:hover	{ color: #30B6E0; text-decoration:underline; }

.resellers_line			{ background-color: #DDDDDD; }
.buynow_line			{ background-color: #DDDDDD; }

.button.iDEALeasy		{ background: #FFFFFF; border: 1px solid #000000; font-family: verdana, arial; font-size:10px; color: #000000; }

.offer					{ width: 250px; background-color: #2C2C2C; padding:10px; margin: 15px; }

.specs_feature			{ background-color: #F4F4F4; padding:8px; color:#000000; }
.specs_details			{ background-color: #E6E6E6; padding-top:8px; color:#333333; vertical-align:text-top; }
.specs_na				{ background-color: #EEEEEE; padding:8px; color:#BBBBBB; }
.specs_title			{ padding:8px; }
.specs_details ul		{ margin-left:23px; }
.specs_details ul		{ list-style-type:square; }

.specs_accessories ul	{ margin-left:23px;  list-style-type:square; }

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/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; }
