/*
	CSS - siteFeature Plugin
	@copyright Michael Kafka - http://www.makfak.com
	@version 2.6
*/
/* ---------------------------------------------------------------------- 
	In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
	Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature{width:645px; height:265px; overflow:hidden; border-left:1px solid #000000;}
	#preFeature *{padding:0px; margin:0px; border:none;}
	#preFeature div{width:24.8%; height:99.25%; float:left; background:#606060; color:#ffffff; font-size:11px; line-height:15px; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000;}
	#preFeature div.clear{float:none; clear:both; width:auto; border:none;}
	#preFeature div h3{font-size:1.1em; padding:0.5em 1em; font-weight:normal; background:#333333;}
	#preFeature div p{font-size:1em; margin: 0.5em 1em 1em 1em;}
	#preFeature div img{width:100%; display:block;}
	#preFeature div a:link{font-size:1em; margin:1em; color:#00ccff; text-decoration:none;}
	#preFeature div a:visited{font-size:1em; margin:1em; padding:0.25em; color:#00ccff; text-decoration:none;}
	#preFeature div a:hover{background:#333333;}

/* ---------------------------------------------------------------------- 
	The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
	As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy. 
	FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature{position:relative; overflow:hidden;}
	/*#siteFeature *{padding:0px; margin:0px; border:none; }*/
	
	#siteFeature #imgBgContainer{position:absolute;}
		#siteFeature.left #imgBgContainer{right:0px;}
		#siteFeature.right #imgBgContainer{left:0px;}
			#siteFeature #imgBgContainer div{position:absolute;}
			
	
		
		
	#siteFeature #txtBoxContainer{position:absolute; height:100%; width:100%; color:#ffffff; font-size:12px; line-height:16px;}
			#siteFeature.left #txtBoxContainer{right:0px;}
			#siteFeature.right #txtBoxContainer{left:0px;}
		#siteFeature #txtBoxContainer div{position:absolute; overflow:hidden;}
		#siteFeature #txtBoxContainer div span{display:block; width:100%; height:100%; position:absolute; background:#000000;}
		#siteFeature #txtBoxContainer div div{}
		
		#siteFeature #txtBoxContainer div div h3{margin:0px 0px 0px 0px; text-transform:none;}
		#siteFeature #txtBoxContainer div.horizontal div h3{width:480px; font-size:40px;height:30px; line-height:30px; margin:5px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div h3{padding:0px 0px 0px 0px; text-align:left;}
		#siteFeature.right #txtBoxContainer div div h3{padding:0px 0px 0px 0px;}
		#siteFeature.right #txtBoxContainer div.horizontal div h3{padding:0px 0px 0px 0px;}
		
		#siteFeature #txtBoxContainer div div p{color:#fff; display:inline;}
		#siteFeature #txtBoxContainer div.horizontal div p{ margin:0px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div p{margin:0px 10px 0px 0px; font-weight:bold; text-transform:uppercase;}
		#siteFeature.right #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div.horizontal div p{padding:0px 1em 0px 1em;}
		
		#siteFeature #txtBoxContainer div div h6{color:#fff; display:inline; font-size:12px;color:#ccc;text-shadow: 0 0 0 #CCC;}
		#siteFeature #txtBoxContainer div div h2{color:#fc7216;width:400px; float:left; font-weight:bold;}
			
		#siteFeature #txtBoxContainer div div a:link,
		#siteFeature #txtBoxContainer div div a:visited{ background:url(../imgs/abv_sprite.png) no-repeat;background-position:-800px -8px;padding:2px 5px 2px 5px; text-decoration:none; margin:0px 0px 0px 0px; width:90px; height:45px;}
		#siteFeature #txtBoxContainer div div a:hover{color:#ffffff;background-position:-800px -57px}
		#siteFeature #txtBoxContainer div.horizontal div a:link{position:absolute; right:15px; bottom:55px; /*IE6|7*/ *bottom:15px;}  
		#siteFeature #txtBoxContainer div.horizontal div a:visited{position:absolute; right:15px; bottom:55px; /*IE6|7*/ *bottom:15px;} 

		#siteFeature.left #txtBoxContainer div{right:0px;}
		#siteFeature.left #txtBoxContainer div.horizontal div{padding-top:15px; left:45px; height:100%;}
		
		#siteFeature.right #txtBoxContainer div.horizontal{left:0px; bottom:0px;}
		#siteFeature.right #txtBoxContainer div{left:0px;}
		#siteFeature.right #txtBoxContainer div.horizontal div{left:0px; height:100%; width:100%;}


	#siteFeature #tabContainer{position:absolute; border-top:1px solid #555; }
		#siteFeature.left #tabContainer{left:0px; border-left:1px solid #555;}
		#siteFeature.right #tabContainer{right:0px; border-right:1px solid #555; }
			#siteFeature #tabContainer a:link,
			#siteFeature #tabContainer a:visited{display:block; width:100%; background:url(../imgs/bgDestaque.png); border-bottom:1px solid #555;border-right:1px solid #555; font-size:11px; text-decoration:none; position:relative;}
			#siteFeature #tabContainer a:hover{background-position:0 -132px;}
			#siteFeature #tabContainer a:active{outline:none;}
			#siteFeature #tabContainer a:focus{outline:none;}
			#siteFeature #tabContainer a.selected{background:url(../imgs/bgDestaque.png);}
			
	#siteFeature-nav{}
		#siteFeature-nav #SF-n-prev{position:absolute; top:0px; display:block; width:30px; height:30px; background: url(../imgs/arrow_nav_home.png) 0px 0px no-repeat; outline:none; margin:-10px 0px 0px 0px; z-index:1337;}
		#siteFeature-nav #SF-n-prev:hover{background-position:0px -30px;}
		#siteFeature-nav #SF-n-prev i{display:none;}
		#siteFeature-nav #SF-n-next{position:absolute; top:0px; display:block; width:30px; height:30px; background:url(../imgs/arrow_nav_home.png) -30px 0px no-repeat; outline:none; margin:10px 0px 0px 0px; z-index:1337;}
		#siteFeature-nav #SF-n-next:hover{background-position:-30px -30px;}
		#siteFeature-nav #SF-n-next i{display:none;}
		#siteFeature-nav #SF-n-reset {visibility:visible;}
		#siteFeature-nav #SF-n-reset i{display:none;}
/* ---------------------------------------------------------------------- 
	The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
	Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
			#siteFeature #tabContainer a h4{font-weight:bold; padding-left:20px;padding-right:20px; font-size:16px; color:#fff; position:relative; text-shadow: 0 -1px 0 #666; /*IE6|7*/ *padding:10px 11px 0px 11px;}
			#siteFeature #tabContainer a p{padding:10px 0px 0px 20px; color:#ccc; position:relative; font-size:11px; text-transform:uppercase; font-weight:bold;text-shadow: 0 -1px 0 #666;}


			#siteFeature #tabContainer a span{display:none;}
			#siteFeature #tabContainer a.selected span{overflow:hidden; display:block; position:absolute; top:0px;}
			#siteFeature #tabContainer a.selected span span{background:url(../imgs/bgDestaque.png); height:100%;}
				#siteFeature.left #tabContainer a.selected span{left:0px;}
				#siteFeature.right #tabContainer a.selected span{right:0px;}
			#siteFeature #tabContainer a span img{height:100%; position:absolute; top:0px;}
				#siteFeature.left #tabContainer a span img{left:0px;}
				#siteFeature.right #tabContainer a span img{left:0px;}
				
				.thumbDestaque{	
					float:left;				
					position:relative;					
				}
				.thumbDestaque img{
					margin:10px;
					border:#ccc 1px solid;
					width:128px;
					height:96px;					
				}