body {

}

/* font sizing */

h1#products_selectanproduct {
	overflow: hidden; /* for most browsers */
	height /**/:19px;
	font-size: 140%;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
}

/* layout elements */

div#title {
padding: 100px 0 0 0;
overflow: hidden;
background: url("../i/title_events.gif") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:100px; /* for IE5.5's bad box model */
}

div#full-column {
	display: inline;
	margin: 0px;
}

div.product_row {
float: left;
width: 650px;
height: auto;
margin: 20px 0 0 0px;
display: inline;
}

img.border {
	border: 2px solid #006600;
	margin-bottom: 10px;
	overflow: scroll;
}

div#border_bottom {
	float: left;
	width: 800px;
    padding: 20px 0 0px 0;
    overflow: hidden;
    background: url("../i/border_events_bottom.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}


/* Table Rules
----------------------------------------------- */
td.rank { }

#products {
	border-collapse:collapse;
	width:280px;
	margin: 0;
	color: #009900;
}

#products tbody { margin: 0; }

#products th {
	background-color: #0033FF;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	border: 2px solid #FFFFFF;
}

#products td, #products th {
	margin: 0;
	text-align: left;
	color: #000000;
	font-size: 110%;
	padding: 0.4em;
}

#products tr.titlerow {
	background: none;
}

#products tr td.productNameTD {
	background-color: #0033FF;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
}

#products tr td.potTD {
	background-color: #0066FF;
	width: 60px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 90%;
	color: #FFFFFF;
}

#products tr.rowSelected td.productNameTD {
	background-color: #33CC33;
	width: 180px;
	border-bottom: solid 1px #c2e8ee;
}

#products tr.rowSelected td.potTD {
	background-color: #33CC33;
	width: 60px;
	border-bottom: solid 1px #c2e8ee;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper {
	height: 250px;
}

.productname {
	font-weight: bold;
	font-size: 12px;
}

.colour {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.price {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {
	width: 280px;
	margin: 0px;
	padding-top: 20px;
}
#sidebar {
	width:275px;
	margin-top: 25px;
	margin-left: 100px;
	height: 420px;
}

#sidebar_brace {
	float: left;
	width:260px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
	width: 250px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CC33;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #33CC33;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CC33;
}

.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;
	background-color: #33CC33;
	
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../i/arrow_events_open.gif') no-repeat left 50%;
	color: #006600;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 110px;
	font-size: 90%;
	color: #333333;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('../i/arrow_events_closed.gif') no-repeat left 50%;
	border-bottom: solid 1px #d0eef4;
}
.AccordionPanelContent div { margin: 6px 8px; }
