/* Links
----------------------------------------------- */
a img { border-style: none; }


.SpryHiddenRegion {
   visibility: hidden;
}


/* Gallery and Playback Controls
----------------------------------------------- */

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 75px;
	height: 75px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 75px;
	height: 75px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 955px;	
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
	padding: 0em; 
	overflow: hidden; 
}
/*
#mainImage {
	width: 100%;
	height: 100%;
}
*/

#picture img {border: 0px solid #955; }

.selectedThumbnail {  border: solid 2px #FFFFFF !important; }
.selectedThumbnailPromo {  border: solid 2px #E6B800 !important; }
.inFocus {  border: solid 1px #FFFFFF !important; }

/* Promo Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #151515; }

#AccContent{
  	font: 12px arial;
	font-weight: bold;
	color: #BFB9A2;
} 
.rowHover {
	cursor: pointer;
}

.imgstyle{
    padding: 0px 0px 0px 0px;
	border-top: solid 1px #CBAA46;
	border-bottom: solid 1px #CBAA46;
	border-left: solid 1px #CBAA46;
	border-right: solid 1px #CBAA46;
	cursor: pointer;
}

.rowHover .imgstyle{
    padding: 0px 0px 0px 0px;
	border-top: solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	border-right: solid 1px #FFCC00;
	cursor: pointer;
}
.rowHover .textstyle{
    text-decoration: none;
	cursor: pointer;
	color: #FFCC00;
}
.rowSelected{}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 0px #404040;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 0px #999;
	border-bottom: solid 0px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	background: url('images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	/*height: 375px;*/
	font-size: 100%;
	line-height: 100%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }
