@charset "UTF-8";

/*
-----------------------------------------------
Spry Hole Description CSS properties
----------------------------------------------- */

#wrap {
	padding-top: 20px;
	margin: 0 20px;
}


#Sprycontent, #sidebar {
	float: left;
	text-align: left;
}
#Sprycontent {
	width: 200px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 300px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}



/* Table Rules
----------------------------------------------- */

#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('../demos/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;
	border-bottom: solid 1px #202020;
}
#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; }

.rowHover {
	color: #000;
	background-color: #d4c58e;
	cursor: pointer;
}

.rowSelected { 	color: #663333;
	font-weight: bold;
	background-color: #d4c58e;	
}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.boximage {
	float: left;
	background-color: white;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}



/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	margin: 0;
	padding:  4px 0px 4px 8px;
	background-color: #d4c58e;
	color: #663333;
	font-weight: bold;
}

.AccordionPanelContent {
	overflow: auto;
	height: 180px; 
	line-height: 140%;
}
.AccordionPanelContent div { margin: 5px 8px; }



