/*
 * Supplemental css for default template file
 */
#frame {
	background: #2A2627  url(/images/bg_frame_default.jpg) no-repeat center 136px;
}
#container {
	padding-top: 70px;
	padding-bottom: 40px;
}
#content,
#side,
#feature {
	float: left;
	display: inline; /*IE6*/
	overflow: hidden;
	margin: 0;
	padding: 1px 0 0px 0px;
}
#content {
	width: 500px;
	min-height: 400px;
	border-right: 1px solid #403c3d;
}
#content.wide {
	width:720px;
	border: none;
}
#side {
	width: 220px;
}
#feature {
	width: 239px;
}
#container h5 {
	font-weight: bold;
	color: #3399cc;
	font-size:13px;

}
#container a {
	color: #ccccce;
}
#content h1 {
	font-weight:bold;
	color: #3399cc;
	font-size: 1em;
}
#content h1 a {
	color: #3399cc;
	text-decoration : none;
}

#content h2,
#content h3 {
	font-size: 1.4em;
}

#content h2 small, 
#content h3 small {
	display: block;
	font-size:18px;
}
#content .underscored {
	border-bottom:1px solid #403C3D;
	padding-bottom: 1em;
}


/*////////////////
*	#feature specific
////////////////*/
#feature h3 {
	color:#efeb57;
	font-size:18px;
}
#feature h3 a {
	color:#efeb57;
}
#feature .block {
	border-bottom: 1px solid #403c3d;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0;
	margin-top: 5px;
}



/*////////////////
*	#content specific
////////////////*/

#content .fr {float: right;display: inline;clear: right;}
#content .fl {float: left;display: inline;clear: left;}
#content div.imghalf.fl {margin-right: 8px;}
#content div.leveler{clear: both;}
#content .smallblock,
#content .fullblock,
#content .halfblock,
#content .featureblock,
#content .fullimg,
#content .newsblock,
#content .thirdblock,
#content .productblock {
	margin: 5px 0px;
	/*margin: 1px 0 1px 0;*/
	/*padding: 1px 0;*/
	position: relative;
	overflow: hidden;
}
#content .halfblock,
#content .featureblock {
	width: 310px;
	_width: 302px; /*IE6*/
	position: relative;
	display: inline;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	}
#content .fullblock,
#content .fullimg {
	clear: both;
}
#content .fullblock {
  	margin-bottom:1em;
}

#content .thumb,
#content .fullimage div {
	padding: 3px;
	background: #fff;
}

/*Links for image captions above*/
#side div.thumb span,
#content div.fullimage span,
#content div.thumb span {
	color: #10A0C6;
	display:block;
	padding: 4px 7px;
	text-decoration: underline;
}
#side div.thumb a:hover span,
#content div.fullimage a:hover span,
#content div.thumb a:hover span {
	text-decoration: none;
}

/*////////////////
*	fullblock and halfblock
////////////////*/
#content .fullblock div.fullimage {
	margin: 0 0 0.4em 0px;
	padding-top: 15px;
	margin-left: 20px;	
	display: block;
	overflow: hidden;
}
#content .fullblock div.fullimage div{
	float: left;
	display: inline;
}
#content .fullblock div.fullimage img {
	display: block;
}
#content .fullblock div.thumb,
#content .halfblock div.thumb {
}
#content .fullblock div.fl {
	margin-left: 20px;
	margin-right: 5px;
}
#content .fullblock div.thumb img,
#content .halfblock div.thumb img {
	display: block;
	width: 214px;
}


/*////////////////
*	slideShowPro
////////////////*/
#content .sspdirector .swf {
	margin: 20px 0 30px 0px;
	background:#000;
	border:3px solid #fff;
	width:694px;
	height: 440px;
	margin-left: 20px;
}

/*////////////////
*	Thirdblock : One third the width
////////////////*/
#content .thirdblock {
	width: 220px;
	float: left;
	display: inline;
	margin-left:20px;
}
#content .thirdblock .thumb {
}
#content .thirdblock .thumb img {
	width: 214px;
	display: block;
}

/*////////////////
*	product block
////////////////*/
#content .productblock{
	border-bottom:1px solid #403C3D;
	}
#content .productblock div.thumb {
	margin: 0.4em 5px 0.4em 0px;
	min-height: 158px;
}
#content .productblock div.thumb a {
	display: block;
	z-index: 1;
	color: #10A0C6;
}
#content .productblock div.thumb img {
	display: block;
	width: 176px;
	height: 132px;
}
#content .productblock .element {
	margin-left: 182px;
	
}
#content .productblock ol li {
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	margin-left: 0;
}
#content .productblock ol a,
#content .productblock .seymour a {
	display: block;
	display: inline-block;
	background: #10A0C6 url(/images/bg_nav_0.gif) repeat-x scroll left top;
	height: 22px;
	padding-top: 2px;
	text-align: center;
	width: 120px;
	color: #000;
	text-decoration: none;
	/*float: left;*/
	margin-right: 4px;
}
#content .productblock ol a:hover ,
#content .productblock .seymour a:hover {
	text-decoration: underline;
} 

/*////////////////
*	side block
////////////////*/
#side .block {
	display: block;
}
#side .block h2 {
	margin: 0.5em 0;
}
/*////////////////
*	side menu
////////////////*/
#side .menu {
	width: 220px;
	display:block;
}
#side .menu ul{
	display:block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#side .menu ul li {
	display:block;
	margin:0;
	padding: 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
}
#side .menu ul li a {
	display:block;
	text-decoration: none;
	color: #fff;
	padding:6px 20px;
	background:#10A0C6 url(/images/bg_nav_0.gif) repeat-x scroll left top;
	margin: 0;
	zoom: 1; /*IE6*/
	margin-bottom:1px;
}
#side .menu ul li ul li a {
	padding-left: 40px;
	background-color: #a4d9ef;
}
#side .menu ul li a.sel {
	color: #114154;
	background:#10a0c6;
}
#side .menu ul li a:hover {
	color: #114154;
	background:#10a0c6;
}

/*
 * Results table
 */
table.resultstable {
	padding-top:20px;
	padding-bottom:20px;
	width: 460px;
}

.resultstable td,
.resultstable th {
	border-bottom: 1px solid #403C3D;
	border-collapse: collapse;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding: 2px 4px;
}
.resultstable th {
	color:#3399CC;
}
.resultstable tr.hilite {
	background: #274353;
}

table.alternate_rows {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
tr.odd td {
	background-color: #403C3D;
}
tr.even td {

}
tr.group td {
	border-top:1px #403C3D solid !important;
}