/* site-wide styles */



a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
/* border:1px solid #000;  add a border */
left:-205; /* position:the image */
top:-100px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}



    a:link {
    color: #225F9E;
    text-decoration: none;
    }
	
	a:hover {
	color: CC3300;
	text-decoration: none;	
	}	
	
	a:visited {
	color: #225F9E;
	text-decoration: none;
	}
	
	a:visited a:hover {
	color: #CC3300;
	text-decoration: none;
	}

	.main_content_text a:link{
	border-bottom:1px dotted;
	}


.section {

	font-family: Trebuchet MS, verdana, geneva, arial, sans-serif;

	font-size: 12px;

	line-height: 16px;

	color: #000000;

}

strong {
    display: inline;		font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold; 
	line-height: 30px;
	
}

h1 {
    	display: inline;	
	letter-spacing: -1.5px;	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Helvetica Neue Black Condensed, Arial Black, Trebuchet MS, Verdana; */
	/* font-family: Trebuchet MS, Verdana; */
	color:#225F9E; 
	font-size: 25px;
	font-weight: bold; 
	text-shadow: #CCC 2px 3px 4px;
	
}

h2 {
    display: inline;
    font-family: Trebuchet MS, verdana; 
	color:#225F9E; 
	font-size: 18px;
}

h3 {
    display: inline;
    font-family: Trebuchet MS, verdana; 
	color:#004891; 
} 

h4 {
    display: inline;
    font-family: Trebuchet MS, verdana; 
	color:#004891; 
}


.rulee
{
color: #CECECE
height: 1px;
}


td.top_row_separate {
	
	border-top: dotted #CECECE 0px;			
	border-top-width: 2px;	

}

td.category_row_seperate {

	border-right: dotted #CECECE 0px;		
	border-bottom: solid #CECECE 0px;	
	border-right-width: 2px;		
	border-bottom-width: 2px;	

}

td.category_row_seperate_no_right {
	
	border-bottom: solid #CECECE 0px;			
	border-bottom-width: 2px;	

}

td.category_right_bottom {

	border: dotted #CECECE 0px;	
	border-right-width: 2px;
	border-bottom-width: 2px;	

}	

td.category_right {

	border: dotted #CECECE 0px;
	border-right-width: 2px;

}	

	
td.category_bottom {

	border: dotted #CECECE 0px;
	border-bottom-width: 2px;

}

.imagefade {
-moz-opacity:0.8;
filter:alpha(opacity=80);
cursor:hand; 
}

div#maintableborders {
	width: 990px;
	/* border-left: 2px solid #FFFFFF; */
	/* border-right: 2px solid #FFFFFF; */
	background:#FFFFFF;

}

div#headerborder {

	width: 1000px;
	height: 76px;
	border: 2px solid #1A78CA;
	border-bottom: 5px solid #1A78CA;
	text-align:center;
	vertical-align:bottom;
	background:#FFFFFF;
}

div#mainsectionheader {
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 13px;
	padding-bottom: 7px; 
	background: url(/templates/images/category_bkgd.gif) bottom left;
	border-bottom: 2px solid #cccccc;	
}

div#bottomsectionheader {
	text-align:left;
	padding: 5px; 
	background: url(/templates/images/category_bkgd.gif);
	border-top: 2px solid #cccccc;	
}

div#maincontent {
	text-align:left;
	padding-right: 8px; 
	padding-left: 8px; 
	align: center;
}

div#logo {	float: left;	width: 231px;
	background:#FFFFFF;
	vertical-align:middle;
}

.buttons {		width: 95px;		padding:0px;		float: left;
		background:#FFFFFF;
		height: 74px;
		padding-top: 1px;
}

.onesideborder {
		border-top: 1px solid #CCCCCC;
}

.twosideborders {
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
}

blockquote {	border-left: 3px solid #999;	padding: 0 10px;}

.buttontext {
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	font-weight: bold; 
	color: 000;
	letter-spacing: 2px;
	line-height: 14pt; 
}

.sectionseparator { 
	height:31px; 
	width:964px;
	background-image: url(/templates/images/sectionseparator_1024x768.gif);
	background-repeat: once;
	margin-bottom:4px;
	-moz-opacity:0.90;
	filter:alpha(opacity=90);
}

.sectiontopic {
	padding-top:6px;
	letter-spacing: 0.5px;
	font-weight:bold;
	text-align:center;
}

.column {

	margin-top: 3px;
	width:243px;
	float:left;
	background-color: white; 
}

.lastcolumn {

	margin-top: 3px;
	width:243px;
	float:left; 
	background-color: white; 
}

.hardwaresectionborder {
	padding-right:2px;
	padding-left:5px;
	padding-bottom:3px;
}

.subsectiontopic { 
	font-family: Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
}

.maintext { 
	font-family: Arial, Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.dropdowntext { 
	font-family: Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #000000;
}

.topborder {
border-top: 2px solid #1A78CA;

} 	

.bottomborder {
border-bottom: 2px solid #1A78CA;

} 

.rightborder {
border-right: 2px solid #1A78CA;

} 

.leftborder {
border-left: 2px solid #1A78CA;

} 

.rule {
border-top: 2px solid #1A78CA;
}

.prodtitle {

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial;
	margin-top:3; margin-bottom:-5
	color: #4D76B8;

}


.dropdownmenu {
	font-family: Trebuchet MS, verdana, geneva, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

.largebodytext {
	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
}

body {
	font-family: Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;

}

.bodytext {
	font-family: Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.smallbodytext {
	font-family: Lucida Grande, Trebuchet MS, Tahoma, verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}




. smallbodytext a:link{
	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #004891;
	font-size: 12px;
	line-height: 16px;

}




. smallbodytext a:visited{
	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #005500;
	font-size: 12px;
	line-height: 16px;


}

.smallbodytext A:hover{

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #cc3300;
	font-size: 12px;
	line-height: 16px;


}




.bodytext a:link{
	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #004891;
	font-size: 13px;
	line-height: 16px;

}




.bodytext a:visited{
	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #004891;
	font-size: 13px;
	line-height: 16px;


}

.bodytext A:hover{

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	color: #cc3300;
	font-size: 13px;
	line-height: 16px;


}





.bodytext A:active, .bodytext A:hover{

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;
	
	font-size: 13px;

	line-height: 16px;

	color: #cc3300;

}



.bodytext A:link A:hover{

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;

	color: #cc3300;

	font-size: 13px;

	line-height: 16px;

}



.footer, .footer A:active, .footer A:link, .footer A:hover, .footer A:visited{

	font-family: Lucida Grande, Trebuchet MS, verdana, geneva, arial, sans-serif;

	color: #ffffff;

	font-size: 12px;

}

ul {
	margin-left: 0;	padding-left: 0;	line-height:1.6;	list-style-type:none;
	list-style-position: outside;
margin-top: 0px;
  margin-bottom: 0px;}

li {
	/* background:transparent url(http://www.everythingusb.com/templates/images/garrow.gif) no-repeat; */ 
	background-image: url(http://www.everythingusb.com/templates/images/garrow.gif);	background-repeat: no-repeat;
	background-position:0 8px;
	padding-left:10px;
	padding-bottom:3px;
}





















.feedburnerFlareBlock {   display: inline;}

