#accessories-bg {
   float: left;
   background-image: url(/images/accessories/bg.jpg);
   background-repeat: no-repeat;
   background-position: left bottom;
   height: 438px;
}
/* Sub Section Navigation */
#NavSide{
	width: 140px;
	margin: 5px;
	text-decoration: none;
}
#NavSide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 22px;
}
#NavSide li {
	border-bottom: 1px solid #575757;
}
#NavSide li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 20px;
	background-color: #333333;
	border-right: 1px solid #575757;
	border-left: 1px solid #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
/* sub sections */
#NavSide li a.sub {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	line-height: 20px;
	background-color: #222222;
	border-right: 1px solid #575757;
	border-left: 1px solid #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#NavSide li a.sub:hover {
	color: #eeeeee;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
}
#NavSide li a.subselected {
	color: #eeeeee;
	text-decoration: none;
	background-color: #0099CC;
	padding-left: 25px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
/* simple list */
#ListView
{
	width: auto;
}
#ListView ul
{	 
	margin-right: 0px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold; 
	margin-top:.25em;
	margin-left:1em;
	padding-left:0px;
	list-style-image: url(/images/accessories/bullet.gif);
	list-style-position: inside;
} 
#ListView li
{
	margin-left: 0px; 
	padding-left:2em; 
	padding-bottom: .5em; 
	list-style-image: url(/images/accessories/bullet.gif);
	list-style-position: inside;
}
#ListView li a
{
	padding-left: 0.5em; 
	font-weight: bold;
}

/* accessory pages */
table.AccessoryPage
{
	width: 600px;
	margin: 0px;
	padding: 0px;
}
table.AccessoryPage td {
	vertical-align: top;
}
table.AccessoryPage td.listleft {
	width: 420px;
	padding-right: 10px;
}
table.AccessoryPage td.listright {
	width: 160px;
}
table.AccessoryPage td.detailsleft {
	width: 400px;
	padding-right: 10px;
}
table.AccessoryPage td.detailsright {
	width: 190px;
	text-align: center;
}


/* accessory list */
div.Accessory
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
table.AccessoryListItem
{
	width: 420px;
	padding: 0px;
	margin: 0px;
}
table.AccessoryListItem td.image
{
	width: 150px;
	vertical-align: top;
	text-align: center;
}
table.AccessoryListItem td.info
{
	width: 270px;
	vertical-align: top;
}


.PagerContainerTable
{
	padding: 0px  3px 5px 3px;
	color: #d1d1e1; 
}
.PagerInfoCell
{
	font: bold 10px arial, verdana, sans-serif;
	color: #f0f1f2;
	white-space: nowrap;
	border: 1px solid #929292;
	color: #929292;
	font-weight:normal;
}
.PagerInfoCell:link
{
	color: #929292;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #929292;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	font-weight: bold; 
	border: 1px solid #929292;
	background-color: #0099CC;
	color: #FFF;
}
.PagerOtherPageCells
{
	border: 1px solid #929292;
	background-color: #000;
}
.PagerSSCCells
{
	background-color: #eee;
	border: 1px solid #0099CC;
}
.PagerHyperlinkStyle
{
	font: 10px arial, verdana, sans-serif;
}
.PagerHyperlinkStyle:hover
{
	color: #000000;
	text-decoration: none;
	font: 10px arial, verdana, sans-serif;
}
.PagerHyperlinkStyle:link
{
	color: #000000;
	text-decoration: none;
	font: 10px arial, verdana, sans-serif;
}
.PagerHyperlinkStyle:visited
{
	color: #000000;
	text-decoration: none;
	font: 10px arial, verdana, sans-serif;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
	font: 10px arial, verdana, sans-serif;
}
#accessoriespage {
	float: left;
	width: 285px;
}
#accessoriespage ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	font-size: 12px;
	line-height: 15px;
}
#accessoriespage li {
	background-image: url(/images/accessories/bullet-access.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 12px;
}


table.AccessoryInfo
{
	width: 350px;
	margin: 0px;
	padding: 0px;
}
table.AccessoryInfo td {
	vertical-align: top;
	padding: 3px;
}
table.AccessoryInfo td.field {
	text-align: right;
	width: 125px;
}