/* CSS Document */

/* Sidebar */
table.prodside {
	border: 0px;
	margin-left: 10px;
	}

td.prodside {
	background-image: url(images/link-background.gif);
	text-indent: 14px;
	font-weight: bold;
	padding-top: 5px;
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 14px;
	height: 27px;
}

img.arrow {
	vertical-align:middle;
	margin-bottom:1px;
	margin-left:8px;
	}
.faq {
	padding-left:1px;
	padding-bottom:14px;
	padding-top:4px;
	}
	
.faq p {
	margin-top: 6px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.faq p a {
	color: #5151A1;
	font-weight: normal;
}
.faq p a:visited {
	color: #77B;
	
}
.faq p a:hover {
	color: #003;
	text-decoration: none;	
}
	
/*product support*/

table.support {
	padding-top:7px;
	margin-bottom: 16px;
	}

table.support td{
	padding-top:5px;
	padding-bottom:4px;
	font-weight: bold;
	}

table.support img{
	margin-top: 2px;
	}
	
/*accessories*/
	
table.accessories {
	padding-right:5px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.accessories p a {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
.accessories p a:hover {
	color: #000;
	text-decoration: none;
}
.accessoriesprice {
	font-size: 15px;
	color: #55A;
	}

/*END accessories*/

/*resources*/
	
table.resources	{
	padding-top: 10px;
	padding-left: 3px;
	font-size:12px;
	}
	
table.resources img {
	vertical-align:top;
	}
	
/*END resources*/
.prodside a {
	font-weight: bold;
	color: #595959;
}

