/*----------------------------------------------------------------------------------------------------------------------------*
 * CONTENT HEADING
 *----------------------------------------------------------------------------------------------------------------------------*/

div#quickfaq{
font-size:11px;
}

		.cont_heading{
			  background:url(../images/top/bg_cont_heading.png) repeat-x; 
				margin:0px;
				padding:0px;
				height:28px;
			}

				.cont_heading_left{
					background:url(../images/top/bg_cont_heading_left.png) no-repeat scroll left center;
					margin:0px;
					padding:0px;
					height:28px;
				}


					.cont_heading_right{
						background:url(../images/top/bg_cont_heading_right.png) no-repeat scroll right top;
						margin:0px;
						padding:0px;
						height:28px;
					}
					

						.cont_heading h1{
							
							color:#F2F2F2;
							font-size:12px;
							padding-top:7px;
							margin:0px;
							font-family:Arial, Helvetica, sans-serif;
						}
						
						.cont_heading h1 a{
							color:#F2F2F2;
							font-size:0.8em;
						}
						
						.cont_heading h1 a:hover{
							color:#FC3;
							text-decoration:none;
						}
/*----------------------------------------------------------------------------------------------------------------------------*
 * CONTENT HEADING
 *----------------------------------------------------------------------------------------------------------------------------*/
.cont_item{
	background:#FFF url(../images/content/bg_top-content-1.png) repeat-x;
	margin:0px;
	width:100%;
}

.cont_item_bottom{
	background:url(../images/content/bg_top-content-bottom-1.png) repeat-x bottom;
	padding:15px;
	border:#EEE 1px solid;
	border-bottom:none;
	margin:0px;
}

	.cont_item img{
		
	}
			/*----------------------------------------------------------------------------------------------------------------------------*
			 * BUTTON HEADING
			 *----------------------------------------------------------------------------------------------------------------------------*/
			 
			 div.buttonheading{
				 text-align:right;
				 margin-bottom:5px;
			 }
 
			 /*----------------------------------------------------------------------------------------------------------------------------*
			 * ARTICLE TEXT
			 *----------------------------------------------------------------------------------------------------------------------------*/
			 
			 div.article_text{
				 font-size:11px;
				 text-align:justify;
			 	 margin:0px;
				 padding:0px;
			 }
			 
			 /*----------------------------------------------------------------------------------------------------------------------------*
			 * READ MORE
			 *----------------------------------------------------------------------------------------------------------------------------*/
			 
			 div.readMore{
				font-size:10px;
				text-align:right;
				margin-top:5px;
			}
			 /*----------------------------------------------------------------------------------------------------------------------------*
			 * ITEM INFO
			 *----------------------------------------------------------------------------------------------------------------------------*/
			 
			 div.iteminfo{
				background:#F9F9F9 url(../images/content/bg_description.png) repeat-y right;
				border:#EEE 1px solid;
				padding:5px;
				color:#CCC;
				font-size:10px;
				text-align:left;
				padding-left:15px;
				font-family:Tahoma, Geneva, sans-serif;
			}
			
				div.iteminfo span.createdby{
					font-weight:bold;
				}
				
				div.itemsmall{
					color:#999999;
					font-family:Tahoma,Geneva,sans-serif;
					font-size:11px;
					padding:10px 15px 15px;
				}

/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
width: 666px;  
background-color:transparent;  }  
   
#slideshow ul {  
margin: 0;  
padding: 0;  
list-style-type: none;  
height: 1%; /* IE fix */}  
  
#slideshow ul:after {  
content: ".";  
clear: both;  
display: block;  
height: 0;  
visibility: hidden;}              
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides {  
overflow: hidden;  
width: 666px;}  
   
#slideshow .slides ul {  
/* total width of all slides - 
960px multiplied by 3 in this case */  
}  
   
#slideshow .slides li {  
width: 666px;  
float: left;  
padding: 0px;}  
  
#slideshow .slides h2 {  
margin-top: 0;}  
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	background:#000 url(../images/content/bg-simple-orizontal/on.png) repeat-x;
	height:20px;
}  

#slideshow .slides-nav li {  
float: left;}  

#slideshow .slides-nav li a {  
display: block;   
outline: none;} 

.simple-orizontal{
	background:url(../images/content/bg-simple-orizontal/bg-simple-orizontal.png) repeat-x;
	height:20px;
	
}
		
		.simple-orizontal-left{
			background:url(../images/content/bg-simple-orizontal/bg-simple-orizontal-left.png) no-repeat left 0;
		}
		
		.simple-orizontal-right{
			background:url(../images/content/bg-simple-orizontal/bg-simple-orizontal-right.png) no-repeat right 0;
			font-family:Arial;
			font-size:11px;
			padding:3px 6px;
			text-transform:uppercase;		}

		.on{
			background:url(../images/content/bg-simple-orizontal/on.png) repeat-x;
		}
		
		.on_left{
			background:url(../images/content/bg-simple-orizontal/on_left.png) no-repeat left 0;
		}
		
		.on_right{
			background:url(../images/content/bg-simple-orizontal/on_right.png) no-repeat right 0;}

		.simple-orizontal-right a{
			color:#CCC;
		}
		
		.simple-orizontal-right a:hover{
			color:#06F;
			text-decoration:none;
		}
		
		.simple-orizontal-right a.activeSlide{
			color:#FFF;
			font-weight:bold;
		}

