/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	width:220px;
	height:36px;
	display:block;
	text-indent:-9009px;
	}
h1#consoles { background:url(../images/h1_consoles.gif); }
h1#information { background:url(../images/h1_information.gif); }
h1#specialoffer { background:url(../images/h1_specialoffer.gif); }
h1#search { background:url(../images/h1_search.gif); }


p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:925px;
	background:#000;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:925px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:925px;
	height:259px;
	overflow:hidden;
	z-index:100;
	

	}
#left 
	{
	position:relative;
	width:220px;
	float:left;
	padding:259px 0px 0px 0px;
	}
#middle
	{
	width:455px;
	float:left;
	}
#right
	{
	float:right;
	width:220px;
	}
#footer 
	{
	width:925px;
	clear:both;
	height:134px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif);
	font-size:11px;
	}
#footer p
	{
	text-align:center;
	color:#8b8b8b;
	margin:0;
	padding:8px 0px;
	margin:0px 0px 4px 0px;
	}
#footer a { color:#8b8b8b; text-decoration:none; }
#footer a:hover { color:#fff; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:136px;/* for ie5 */
	he\ight:134px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:690px;
	float:right;
	padding:259px 0px 0px 0px;
	}
#clearfooter {width:100%;height:136px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-136px;} /*safari wrapper */


div.contentbox
	{
	background:url(../images/contentbox_bottom.gif) no-repeat center bottom #fff;
	padding:15px 15px 0px 15px;
	overflow:hidden;
	}
	



div.textarea
	{
	background:url(../images/bg_textbox.gif) no-repeat center top #fff;
	padding:15px 15px 17px 15px;
	margin:0;
	color:#000;
	position:relative;
	}

ul.leftnav
	{
	background:url(../images/spacer.gif) no-repeat center bottom #fff;
	padding:3px 3px 8px 3px;
	margin:0px 0px 10px 0px;
	}
ul.leftnav li
	{
	border-bottom:3px solid #fff;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	
	}
ul.leftnav li a
	{
	display:block;
	border:1px solid #dee2e5;
	height:23px;
	color:#333333;
	text-decoration:none;
	text-indent:10px;
	padding-top:5px;
	font-weight:bold;
	padding-left:20px;	
	
	}
ul.leftnav li a:hover
	{
	background:#e5e5e5;
	}

ul#topnav
	{
	position:absolute;
	top:98px;
	left:40px;
	}
ul#topnav li
	{
	float:left;
	}
ul#topnav li a
	{
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	}
ul#topnav li a:hover
	{
	text-decoration:underline;
	}
h2 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}

#prodcontainer{
position:relative;
}
#prodbox 
	{
	padding: 5px;
	border: 1px solid #BCBFC4;
	margin-bottom: 5px;
	width:180px;
	margin:10px;
	
	}
#prodbox p 
	{
	border-top:solid 1px #999;
	}
	
		
	
	#grey {
	background-color: #ececec;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	margin-bottom:10px;	
	border: 1px solid #999999;
	height:20px;
}

#greyheight {
	background-color: #ececec;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	margin-bottom:10px;	
	border: 1px solid #999999;
}


#greybasketlinks {
	padding: 3px;
	height:25px;
	text-align: right;
	margin-bottom:10px;	
}
#greybasket {
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom:10px;
}

	.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
#outer #centrecontent #middle .textarea li {
	margin-left: 0px;
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 3px;
}
#outer #centrecontent #middle .textarea ul {
	margin-left: 15px;
	padding-left:20px;
	
}
.box {
	width: 118px;
	height: 30px;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #333333;
}
a.box {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.textarea ul li a {
	list-style-type: square;
	text-decoration: none;
	font-weight: bold;
}