/*////////////////
*	Header stuff
////////////////*/
#header {
	/*width: 480px;*/
}
#header h3 {
	margin:0;
	z-index:1;
	position: relative;
	margin: 10px 10px;
	top: auto;
	left: auto;
}
#header h3 a {
	display: block;
	height: 57px;	width: 120px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo_small.gif) no-repeat scroll left top;
}
#header h3 span {
	visibility:hidden;
	display:none;
}

/*other stuff*/
#container {
	zoom:1;
	overflow:visible;
	background: #fff;
	/*width: 480px;*/
	margin-top: 10px;
}
 #content,
 #side {
	border-top: 20px white solid;
}
#footer .inner {
	width: 480px;
	background: url(../images/tpl_popup/bg_footer_inner.gif) no-repeat center top;
	padding: 50px 1px 20px 1px;
}
/*////////////////
*	Content
////////////////*/
 #content {
	/*width: 480px;*/
	float: left;
	overflow: hidden;
}
ul li {
	padding-left: 20px;
	background: url(../images/tpl_default/bg_menu_li_0.png) no-repeat 6px 4px;
}
ul.filelinks li {
	background: url(../images/icon_file.gif) no-repeat 2px 0px;
}
.underscored {
	padding-bottom: 2em;
	background: url(../images/default/bg_dots_horiz.gif) repeat-x left bottom;
}


/*////////////////
*	feature blocks
////////////////*/
#content .smallblock,
#content .fullblock,
#content .halfblock,
#content .featureblock,
#content .productblock,
#content .halffeature,
#content .homepageblock,
#content .fullimg,
#content .promoblock,
#content .sspdirector {
	margin: 0 0 5px 0;
	padding: 1px 0 0 0;
	position: relative;
	zoom: 1;
	width: 480px;
	clear: both;
	overflow: hidden;
}
#content .halfblock ,
#content .halffeature {
	padding: 0;
	float: left;
	display: inline;
	clear: none;
	width: 240px;
	}
#content .thumb,
#content .fullimage {
	margin: 0.4em 10px 0.4em 10px;
	border: 1px #e8eeec solid;
	padding: 9px 9px 4px 9px;
	background: #fff;
}
#content .thumb img,
#content .fullimage img {
	display: block;
	margin-bottom: 5px;
}
#content .fullblock .fl {
	margin-right: 10px;
}	
#content .fullimage {
	/*width: 440px;*/
}
#content .thumb span,
#content .fullimage span {
	display: block;
	padding: 0px;
	margin: 0;
	font-style: italic;
	color: #797878;
}
#content .first {
	clear: left;
}
/*
 *Youtube block. Nees more vspace in admin mode to ensure tools are visible
 */
.adminmode .youtube div.ac {
	margin: 24px 0;
}

/*////////////////
*	Promoblock : One third the width
////////////////*/
#content .promoblock {
	width: 206px;
	float: left;
	clear: none;
	display: inline;
	/*margin-left: 20px;*/
}
#content .promoblock .thumb {
	margin-right: 0;
}
#content .promoblock .thumb img {
	width: 178px;
	display: block;
}

/*////////////////
*	slideShowPro
////////////////*/
#content .sspdirector .swf {
	margin: 10px 20px;
	background: #fff;
	border: 1px solid #bbcfe2;
	padding: 3px;
	width: 592px;
	height: 440px;
	margin-left: 20px;
}

#content .agregator li {
	overflow: hidden;
	padding-left: 0;
	background: none;
	font-weight: bold;
}
#content .agregator li .thumb {
	margin-left: 0;
}
#content .agregator li span {
	display: block;
	font-weight: normal;
}

/*Stops a bit of jumping around when opening or closing*/
#content .collapsible .element {
	position: relative;
	zoom: 1;
	overflow: hidden;
}
#content .collapsible h3,
#content .collapsible h2 {
	margin-bottom: 0;
	font-size: 1.4em;
}

/*////////////////
*	collapsible content : Uses JS to make an accordian effect
////////////////*/
.collapsible {
}
.collapsible .handle {
	cursor: pointer;
}
.collapsible .handle {
	cursor: pointer;
}
.collapsible.open .tail {
	background-image: url(../../images/arrow-up.gif);
}
.collapsible .wrapper {
	zoom:1;
}
.collapsible .tail {
	font-style: italic;
	font-size: 0.9em;
	color: #666;
	cursor: pointer;
	margin-top: 2px;
	padding-left: 20px;
	background: url(../images/arrow-down.gif) no-repeat left center;
}
