/* === Links === */

a {
	color: #4FB848;
	text-decoration: none;
}

a:hover {
	color: #4FB848;
	text-decoration: underline;
}

/* === Txt === */

#main-nav-wrapper h2 {
	background: #000 url(../images/main-title-bg.gif) no-repeat;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 7px;
}

#main-nav-wrapper h2 a {
	color: #fff;
	display: block;
}

h2.title {
	font-size: 26px;
	font-weight: normal;
	color: #000;
	padding: 12px 0 4px 0;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 24px;
}

h3.title {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom: 16px;
}

span.copyright {
	font-size: 11px;
	color: #b3b3b3;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.bullet {
	padding: 0px 0px 5px 30px;
}

.b1 { background: url(../images/ul/b-1.gif) no-repeat left top; }
.b2 { background: url(../images/ul/b-2.gif) no-repeat left top; }
.b3 { background: url(../images/ul/b-3.gif) no-repeat left top; }
.b4 { background: url(../images/ul/b-4.gif) no-repeat left top; }
.b5 { background: url(../images/ul/b-5.gif) no-repeat left top; }
.b6 { background: url(../images/ul/b-6.gif) no-repeat left top; }
.b7 { background: url(../images/ul/b-7.gif) no-repeat left top; }
.b8 { background: url(../images/ul/b-8.gif) no-repeat left top; }
.b9 { background: url(../images/ul/b-9.gif) no-repeat left top; }
.b10 { background: url(../images/ul/b-10.gif) no-repeat left top; }

.ans {
	padding-top: 5px;
}

/* === NAVIGATION === */

/* Lang */


/* Menu main */

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.main-nav li {
		padding-bottom: 2px;
	}
	
		.main-nav li a {
			display: block;
			background: #f9cc03 url(../images/main-nav-bg.gif) no-repeat;
			font-size: 14px;
			color: #000;
			text-decoration: none;
			padding: 1px 8px 2px 9px;
		}
		
			.main-nav li.first a {
				
			}
			
			.main-nav li.last a {
				background: #69c065 url(../images/main-nav-bg-last.gif) no-repeat;
			}
		
		.main-nav li a:hover {
			color: #000;
			text-decoration: underline;
		}


/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
		padding-right: 5px;
	}
	
		#nav li.last {
			padding-right: 0;
		}
	
	#nav li span {
		display: block;
		background: #ececec url(../images/nav-bg.gif) no-repeat;
		width: 300px;
		height: 30px;
	}
	
		#nav li.selected span {
			background: #000 url(../images/nav-bg-o.gif) no-repeat;
		}
	
		#nav li a {
			display: block;
			font-size: 18px;
			color: #8e8e8e;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			padding: 3px 0 4px 0;
		}
		
			#nav li.first a {
				
			}
			
			#nav li.last a {
				
			}
		
		#nav li a:hover {
			color: #8e8e8e;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #fff;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Sub menu */

.sub-nav ul {
	position: relative; /* IE fix */
	list-style: none;
	padding: 0;
	margin: 0;
}

	.sub-nav li {
		padding-bottom: 2px;
	}
	
		.sub-nav li li,
		.sub-nav li.selected li {
			padding-bottom: 0;
		}
		
		.sub-nav li li.first,
		.sub-nav li.selected li.first {
			padding-top: 6px;
		}
		
		.sub-nav li li.last,
		.sub-nav li.selected li.last {
			padding-bottom: 2px;
		}
	
	.sub-nav li span {
		display: block;
		padding-bottom: 2px;
	}
	
	.sub-nav ul.orange li span {
		background: #fac601 url(../images/sub-nav-bottom-orange.gif) no-repeat left bottom;
	}
	
	.sub-nav ul.green li span {
		background: #4ab346 url(../images/sub-nav-bottom-green.gif) no-repeat left bottom;
	}
	
	.sub-nav ul.gray li span {
		background: #c6c6c6 url(../images/sub-nav-bottom-gray.gif) no-repeat left bottom;
	}
	
		.sub-nav ul li.selected span {
			background: #000 url(../images/sub-nav-bottom-black.gif) no-repeat left bottom;
		}
		
			.sub-nav ul li li span,
			.sub-nav ul li.selected li span {
				background: none;
				padding-bottom: 4px;
			}
	
		.sub-nav li a {
			display: block;
			font-size: 14px;
			color: #000;
			text-decoration: none;
			padding: 1px 8px 0 9px;
		}
		
		.sub-nav ul.orange li a {
			background: transparent url(../images/sub-nav-top-orange.gif) no-repeat;
		}
		
		.sub-nav ul.green li a {
			background: transparent url(../images/sub-nav-top-green.gif) no-repeat;
		}
		
		.sub-nav ul.gray li a {
			background: transparent url(../images/sub-nav-top-gray.gif) no-repeat;
		}
		
			.sub-nav li.first a {
				
			}
			
			.sub-nav li.last a {
				
			}
			
				.sub-nav ul li li a,
				.sub-nav ul li.selected li a {
					background: transparent url(../images/sub-nav2-bullet.gif) no-repeat;
					font-size: 12px;
					padding: 0 8px 0 9px;
				}
				
					.sub-nav ul.orange li li a,
					.sub-nav ul.orange li.selected li a {
						color: #faab01;
					}
					
					.sub-nav ul.green li li a,
					.sub-nav ul.green li.selected li a {
						color: #4ab346;
					}
					
					.sub-nav ul.gray li li a,
					.sub-nav ul.gray li.selected li a {
						color: #8f8f8f;
					}
				
				.sub-nav ul li li a:hover,
				.sub-nav ul li.selected li a:hover {
					text-decoration: underline;
				}
				
					.sub-nav ul.orange li li a:hover,
					.sub-nav ul.orange li.selected li a:hover {
						color: #faab01;
					}
					
					.sub-nav ul.green li li a:hover,
					.sub-nav ul.green li.selected li a:hover {
						color: #4ab346;
					}
					
					.sub-nav ul.gray li li a:hover,
					.sub-nav ul.gray li.selected li a:hover {
						color: #8f8f8f;
					}
				
				.sub-nav ul li li.selected a,
				.sub-nav ul li.selected li.selected a {
					color: #000;
					text-decoration: none;
				}
				
				.sub-nav ul li li.selected a:hover,
				.sub-nav ul li.selected li.selected a:hover {
					color: #000;
					text-decoration: underline;
				}
		
		.sub-nav li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		.sub-nav ul li.selected a {
			background: transparent url(../images/sub-nav-top-black.gif) no-repeat;
			color: #fff;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Poll menu */

#poll-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#poll-nav li {
		float: left;
		padding-right: 2px;
	}
	
		#poll-nav li.last {
			padding-right: 0;
		}
	
	#poll-nav li span {
		display: block;
		background: #ececec url(../images/poll-nav-bg.gif) no-repeat;
		width: 114px;
		height: 20px;
	}
	
		#poll-nav li.selected span {
			background: #595959 url(../images/poll-nav-bg-o.gif) no-repeat;
		}
	
		#poll-nav li a {
			display: block;
			font-size: 12px;
			color: #8e8e8e;
			text-align: center;
			text-decoration: none;
			padding: 3px 0 4px 0;
		}
		
			#poll-nav li.first a {
				
			}
			
			#poll-nav li.last a {
				
			}
		
		#poll-nav li a:hover {
			color: #8e8e8e;
			text-decoration: underline;
		}
		
		#poll-nav li.selected a {
			color: #fff;
			text-decoration: none;
		}
		
		#poll-nav li.selected a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Bottom menu */

#bottom-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#bottom-nav li {
		float: left;
	}
	
	#bottom-nav li span {
		/*+*/
	}
	
		#bottom-nav li a {
			display: block;
			background: transparent url(../images/bottom-nav-bullet.gif) no-repeat;
			font-size: 12px;
			color: #8e8e8e;
			text-decoration: none;
			padding: 0 13px 0 16px;
		}
		
			#bottom-nav li.first a {
				background: none;
				padding-left: 0;
			}
		
		#bottom-nav li a:hover {
			color: #8e8e8e;
			text-decoration: underline;
		}
		
		#bottom-nav li.selected a {
			color: #000;
			text-decoration: none;
		}
		
		#bottom-nav li.selected a:hover {
			color: #000;
			text-decoration: underline;
		}

/* --- */


table {
}

/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p {
		margin-bottom: 5px!important;
	}

	.formcontainer p.title {
		margin-bottom: 2px!important;
	}

		.formcontainer p.title span {
			font-weight: bold;
			color: #7f7f7f;
		}

		.formcontainer p.title span.error {
			color: #DA2017;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #A9A9A9;
		border-left: 1px solid #A9A9A9;
		border-bottom: 1px solid #A9A9A9;
		border-right: 1px solid #A9A9A9;
		background: #FFFFFF;
		width: 40%;
		padding: 2px 0px;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #A9A9A9;
		border-left: 1px solid #A9A9A9;
		border-bottom: 1px solid #A9A9A9;
		border-right: 1px solid #A9A9A9;
		background: #FFFFFF;
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		margin-top: 10px;
	}


		.formcontainer p.button input {
			background: #d7d7d7 url(../images/btn-form.gif) repeat-x;
			color: #ffffff;
			line-height: 16px;
			padding: 2px 20px 2px 20px;
			border: none;
		}


/* === News === */

dl.news {
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E4E4E4;
}

dl.news-last {
	margin-bottom: 20px;
}

	dl.news dt.pict,
	dl.news-last dt.pict{
		float: left;
		padding: 0px 20px 10px 0;
	}

	dl.news dt.title,
	dl.news-last dt.title{
		font-size: 14px;
		font-weight: bold;
		color: #000;
		padding-bottom: 10px;
	}

	dl.news dt.date,
	dl.news-last dt.date{
		font-size: 11px;
	}


.more {
	float: left;
	line-height: 20px;
	width: 65px;
	background: transparent url(../images/more.gif) no-repeat left top!important;
	text-align:center;
	color: #ffffff;
}
.more:hover {
	text-decoration: underline;
	color: #ffffff;
}

		#easyTooltip {
			margin: 0px 0px 0px 0px;
			width: 200px;
			padding: 10px;
			background: #ffffff;
			border:2px solid #b1b1b1;
			text-align: left;
			line-height: 18px;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
		}

		#easyTooltipPromo {
			margin: 0px 0px 0px 0px;
			background: url(../images/bg-promo.gif) no-repeat left top;
			width: 213px;
			height: 137px;
			padding: 10px 15px;
			text-align: left;
			line-height: 18px;
			color: #000000;
		}


#content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #000;
	margin: 0px 0px 10px 0px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



#sitemap {
	list-style: none;
	line-height: 18px;
}
	#sitemap a {
		text-decoration:none;
	}
	#sitemap a:hover {
		text-decoration:underline;
	}

	#sitemap ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#sitemap.level0 {
		padding-left: 0px;
		margin-left: 0px;
	}

	#sitemap.level0 li {
		margin: 0px;
		list-style-image: none;
	}
	
		#sitemap.level0 div {
			padding-left: 25px;
			font-size: 12px;
			font-weight: bold; 
			background: url(sitemap/tree-root.gif) no-repeat left center;
		}
	
	#sitemap .level1 li {
		margin-left: 12px;
		background: url(sitemap/tree-item-bg.gif) repeat-y;
	}
	
		#sitemap .level1 li div {
			padding-left: 35px;
			font-size: 11px;
			font-weight: normal;
			background: url(sitemap/tree-item.gif) no-repeat left top;
		}
	
	#sitemap .level2 li {
		margin-left: 25px;
	}

	#sitemap li.last {
		background: none;
	}
	
		#sitemap li.last div {
			background: url(sitemap/tree-item-last.gif) no-repeat left top;
		}
		
	/* Spalvos */
	#sitemap .level1 div {
	}
	
	#sitemap .level4 {
		color: blue;
	}
	

.ajaxTitle {
	font-weight: bold;
	margin-bottom: 2px;
}

.ajaxContainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
}

.ajaxContainer select {
	padding: 3px 5px;
	width: 200px;
}

#ajaxForm {
	display: none;
}

.false1 {
	background: url(/page/media/images/ctv-off.gif) no-repeat left center;
	padding: 18px 0px 18px 60px;
	width: 200px;
}

.false3 {
	background: url(/page/media/images/int-off.gif) no-repeat left center;
	padding: 18px 0px 18px 60px;
	width: 200px;
}

.true1 {
	font-weight: bold;
	font-size: 14px;
	background: url(/page/media/images/ctv-on.gif) no-repeat left center;
	padding: 18px 0px 18px 60px;
	width: 200px;
}

.true3 {
	font-weight: bold;
	font-size: 14px;
	background: url(/page/media/images/int-on.gif) no-repeat left center;
	padding: 18px 0px 18px 60px;
	width: 200px;
}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #ededed url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	background: #fff url(../images/container-bg.gif) repeat-y;
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#info {
	background: transparent url(../images/info-top.gif) no-repeat;
	padding: 30px 40px 0 40px;
}

	#header {
		height: 54px;
		position: relative;
	}
	
		h1.logo {
			float: left;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: #000 url(../images/logo.gif) no-repeat;
				width: 227px;
				height: 35px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		h1.logotele2 {
			position: absolute;
			left: 250px;
			top: 0px;
		}

			h1.logotele2 a,
			h1.logotele2 b {
				display: block;
				background: url(../images/tele2.gif) no-repeat;
				width: 87px;
				height: 45px;
			}

				h1.logotele2 a span,
				h1.logotele2 b span {
					display: none;
				}
		
		#login-wrapper {
			float: right;
			background: #EBEBEB url(../images/icon-mail.gif) no-repeat;
			width: 375px;
			height: 35px;
		}
		
			#login {
				padding: 9px 0 0 53px;
			}
			
				#login .field {
					background-color: #fff;
					float: left;
					font-size: 11px;
					color: #797979;
					width: 102px;
					padding: 2px 3px;
					border: none;
					margin: 0 10px 0 0;
				}
				
				#login .btn {
					float: left;
					background: #d7d7d7 url(../images/btn-login.gif) repeat-x;
					color: #ffffff;
					line-height: 15px;
					width: 74px;
					padding: 0px 0px 1px 0px;
					border: none;
					margin: 0;
				}
	
	#main-nav-wrapper {
		height: 420px;
	}
	
		.fix-height { /* IE6 */
			font-size: 0;
			line-height: 0;
		}
		
		#col1 {
			float: left;
			width: 305px;
		}
		
		#col2 {
			float: left;
			width: 305px;
		}
		
			#col1 .block,
			#col2 .block {
				padding: 0 25px 0 20px;
			}
		
		#col3 {
			float: left;
			width: 280px;
		}
		
			#col3 .block {
				padding: 0 0 0 20px;
			}
			
				.info {
					background-color: #fff;
					height: 165px;
				}
				
					.info .text {
						height: 80px;
						padding: 10px 15px 0px 20px;
					}
					
						.info .text ul {
							list-style: none;
							padding: 0px;
							margin: 0px;
						}
						
							.info .text li {
								background: transparent url(../images/main-li-bullet.gif) no-repeat;
								padding: 0 0 1px 9px;
								margin-left: -9px;
								position: relative;
							}
					
						.info .text a,
						.info .text a:hover {
							color: #4FB848;
						}
					
					.main-nav {
						padding: 0 110px 0 20px;
					}
	
	#nav {
		
	}
	
	#promo0 {
		height: 190px;
	}
	
	#promo {
		height: 240px;
	}
	
		#slideshow-wrapper {
			float: right;
			padding: 30px 40px 0 0;
		}
	
	#cols {
		background: transparent url(../images/cols-bg.gif) repeat-y;
		margin-top: 20px;
	}
	
	#cols-bottom {
		background: transparent url(../images/cols-bottom.gif) no-repeat right bottom;
		height: 200px;
	}
	
	* > #cols-bottom {
			min-height: 200px;
			height: auto;
		}
		
		#left-col {
			float: left;
			width: 230px;
		}
		
			.v-sep {
				font-size: 0;
				line-height: 0;
				height: 10px;
			}
			
			#sub-nav-wrapper {
				background: transparent url(../images/left-block-bg.gif) repeat-y;
			}
			
			#sub-nav-top {
				background: transparent url(../images/sub-nav-top.gif) no-repeat;
				padding: 25px 29px 0 21px;
			}
			
				.sub-nav {
					padding-bottom: 18px;
				}
			
			.left-block-bottom {
				background: transparent url(../images/left-block-bottom.gif) no-repeat;
				font-size: 0;
				line-height: 0;
				height: 5px;
			}
			
			#lock {
				background: transparent url(../images/lock-bg.gif) no-repeat;
				height: 40px;
			}
			
				#lock a {
					display: block;
					font-size: 16px;
					color: #949494;
					text-decoration: none;
					padding: 10px 30px 6px 67px;
				}
				
				#lock a:hover {
					color: #949494;
					text-decoration: underline;
				}
			
			#poll-nav {
				
			}
			
			#subscribeContent,
			#pollContent{
				height: 100px;
			}
				* > #subscribeContent,
				* > #pollContent{
					height: auto;
					min-height: 100px;
				}

			#poll {
				background: transparent url(../images/left-block-bg.gif) repeat-y;
			}
			
			#poll-top {
				background: transparent url(../images/poll-top.gif) no-repeat;
				padding: 10px 10px 12px 10px;
			}
			
				#poll h3 {
					font-size: 12px;
					font-weight: normal;
					color: #000;
					padding-bottom: 5px;
				}
				
				#poll .answer {
					color: #565656;
					width: 90%;
				}
				
				#poll .button {
					float: left;
					background: #595959 url(../images/btn-bg2.gif) repeat-x;
					color: #fff;
					width: 80px;
					line-height: 17px;
					padding: 3px 20px 3px 20px;
					border: none;
					margin: 0;
				}
			
			#banners {
				
			}
			
				.banner {
					background-color: #eee;
				}
		
		#right-col {
			float: right;
			background: transparent url(../images/right-col-top.gif) no-repeat;
			width: 660px;
		}
		
			#content-wrapper {
				padding: 0 20px 20px 20px;
			}
			
				#content {
					line-height: 16px;
					width: 620px;
				}

				#content p {
					margin-bottom: 10px;
				}

					p.tip {
						background: #fbf8dc url(../images/tip-bg.gif) no-repeat;
						height: 48px;
					}
					
						p.tip a {
							display: block;
							color: #565656;
							text-decoration: none;
							padding: 16px 0 10px 49px;
						}
						
						p.tip a:hover {
							color: #565656;
							text-decoration: underline;;
						}
	
	#footer {
		background: transparent url(../images/footer-bottom.gif) no-repeat left bottom;
		padding: 16px 60px 22px 60px;
	}
	
		#left-c {
			float: left;
			width: 600px;
		}
		
			#bottom-nav {
				
			}
			
			#created {
				padding-top: 12px;
			}
			
				#created p {
					float: left;
				}
				
				#created p.text {
					padding-top: 3px;
				}
				
					#created a.created-by {
						display: block;
						background: transparent url(../images/sys/artogama.gif) no-repeat right top;
						width: 69px;
						height: 21px;
					}
		
		#phone {
			float: right;
			color: #8e8e8e;
			font-size: 22px;
		}
		
			#phone .green {
				font-size: 18px;
				color: #4fb848;
				text-align: left;
				margin-top: 0px;
			}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background-color: #e4e4e4;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


