/*
 * LITTLE MODERNIST screen style
 * @author Radovan Paulech
 */

body {
	font-family: Arial, Helvetica, Verdana;
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}
	a:hover, a.actt {
		color: #ffb829;
	}
	
	a.orange-link {
		color: #ffb829;
	}

.reset {
	clear: both;
}


#container {
	width: 1110px;
	margin: 0px auto;
	padding: 0px 5px 14px 5px;
}
	#container.wide {
		width: 1110px;
	}
	
	#container #header {
		margin: 0px 0;
		padding: 10px 0;
	}
		#container #header h1 {
			float: left;
			margin-left: 12px;
		}
			#container #header h1 a {
				display: block;
				background: url(/images/logo_little.png) center no-repeat;
				width: 500px;
				height: 100px;
				text-indent: -5000px;
				margin-right: 11px;
			}

		#container #header .banner {
			float: right;
		}

	#container #main-clmn {
		float: left;
		margin-left: 10px;
	}		

		#container #main-titles {
			margin-top: 1px;
		}
			#container #main-titles ul {}
				#container #main-titles ul li {

				}
					#container #main-titles ul.mm-menu li a {
						font-family: "Arial Black";
						text-decoration: none;
						font-size: 55px;
						line-height: 33px;
						color: #bababe;
						letter-spacing: -2px;
					}
						#container #main-titles ul.mm-menu li a.active {
							color: #7a5093; /* 8b8fe7*/
						}

						#container #main-titles ul.mm-menu li a.active:hover,
						#container #main-titles ul.mm-menu li a:hover {
							color: #ffb829;
						}
						
					#container #main-titles ul.submenu li a {
						text-transform: lowercase;
						font-size: 13px;
						line-height: 22px; 
						font-weight: normal;
						font-family: Arial;
						text-decoration: none;
						letter-spacing: normal;
					}

						#container #main-titles ul.submenu li a.active {
							color: rgb(147, 151, 255);
						}

						#container #main-titles ul.submenu li a:hover {
							color: #ffb829;
						}

		#container #search-box {
			padding: 5px;
			background: #a6a6a6;
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			width: 155px;
		}
			#container #search-box .inp-write {
				border: 0;
				width: 100px;
				background: none;
				color: #fff;
				float: left;
				font-size: 10px;
			}
			#container #search-box .inp-submit {
				float: right;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				background: #fff;
				border: 0;
				color: #a6a6a6;
				font-family: Arial;
				text-transform: lowercase;
				font-size: 9px;
				line-height: 8px;
				padding-top: 3px;
			}

		#container #nletter-box {
			padding: 8px;
			background: #ffb829;
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			width: 148px;
			color: #fff;
			font-size: 13px;
		}
			#container #nletter-box h3 {
				font-family: "Arial Black";
				color: #fff;
				font-size: 18px;
				line-height: 10px;
				margin-bottom: 7px;
			}
		
			#container #nletter-box .inp-write {
				border: 0;
				width: 85px;
				background: #fff;
				color: #ffb829;
				float: left;
				font-size: 10px;
			}
			#container #nletter-box .inp-submit {
				float: right;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				background: #fff;
				border: 0;
				color: #a6a6a6;
				font-family: Arial;
				text-transform: lowercase;
				font-size: 9px;
				line-height: 8px;
				padding-top: 3px;
			}
			#container #nletter-box .options {
				color: #ffffff;
				font-size: 13px;
				clear: both;
				padding: 5px 0;
			}
				#container #nletter-box .options li {
					display: block;
					float: none;
					margin: 2px;
				}	
				#container #nletter-box .options ul {
					margin: 5px 0 5px 10px;
					font-size: 12px;
				}


		#container #main-menu {
			margin-top: 70px;
		}
	
			#container #main-menu a.mn {
				display: block;
				text-indent: -5000px;
				margin: 10px 0;
			}
	
				#container #main-menu a.mn_art-decor {
					background: url(/images/mn_adecor.png) no-repeat;
					width: 118px;
					height: 34px;
				}

				#container #main-menu a.mn_thoughts {
					background: url(/images/mn_thoughts.png) no-repeat;
					width: 118px;
					height: 55px;
				}

				#container #main-menu a.mn_lm-tips {
					background: url(/images/mn_lmtips.png) no-repeat;
					width: 118px;
					height: 32px;
				}

			#container #main-menu .submenu {
				font-size: 11px;
			}
				#container #main-menu .submenu li {
					margin: 4px 0;		
				}
					#container #main-menu .submenu li a {
						color: #9e68b1;
						font-family: Georgia, "Times New Roman";
						text-decoration: none;
						display: block;
						padding: 3px 0 3px 20px;
					}
					
						#container #main-menu .submenu li.active a {
							background: url(/images/yellow.png) 0px 3px no-repeat;
						}
					
						#container #main-menu .submenu li a:hover {
							color: #f3b31c;
						}

	#container #content-clmn {
		float: right;
		width: 918px; /* 928 */
		margin-left: -5px;
	}

		#container.wide	#content-clmn {
			width: 924px;
			overflow: hidden;
		}
		
			
		#container #content-clmn #top-bar {
			padding-top: 5px;
		}
			#container #content-clmn #top-menu {
				float: right;
				margin-right: 10px;
			}
	
				#container #content-clmn #top-menu li {
					float: left;
				}
					#container #content-clmn #top-menu li a {
						color: #4b4b4d;
						font-size: 12px;
						text-decoration: none;
						display: block;
						margin-left: 25px;
					}
						#container #content-clmn #top-menu li a:hover {
							color: #f6ae27;
						}
			
		#container #content-clmn #top-right {
			float: right;
		}
		
		#container #content-clmn table.cont-table {
			table-layout: fixed;
			border-collapse: separate;
		}
		
			#container #content-clmn table.dot-bar {
				border-top: 1px dotted #a6a6a6;
				border-bottom: 1px dotted #a6a6a6; 
			}
		
		
		#container #content-clmn table.list {
			width: 913px;
		}
		
		#container #content-clmn table.cont-table a.ct-title {
			font-size: 26px;
		}
		
			#container #content-clmn table.cont-table td {
				border: 7px solid #fff;
				padding: 0px;
				vertical-align: top;
				background: #f0f0f0;
				position: relative;
			}

				#container #content-clmn table.widerb {
					margin-left: -8px;
				}

				#container #content-clmn table.widerb td {
					border-right: 0;
					border-left: 15px solid #FFF;
				}

			#container #content-clmn table.list td {
			}
			
			#container #content-clmn table.cont-table td.topread {
				background: #ffb728;
			}
				#container #content-clmn table.cont-table td.topread.prpl {
					background: #996699;
				}


			#container #content-clmn table.list td .mini-box {
				width: 288px;
			}

			#container #content-clmn table.list td .three {
				width: 100%;
			}

			#container #content-clmn table td.mini-fixed .mini-box {
				width: 215px;
			}
			
			#container #content-clmn table td.usr-block {
				color: #959595;
				font-size: 15px;
				line-height: 20px;
			}
			
			#container #content-clmn table td.usr-block p {
				margin: 8px 0;
			}

		#container #content-clmn .sca-menu {
			float: left;
		}
			#container #content-clmn .sca-menu li {
				float: left;
			}
				#container #content-clmn .sca-menu li a {
					font-size: 13px;
					display: block;
					margin: 0px 10px;
					padding: 0px 0px;
					text-decoration: none;
					text-transform: lowercase;
				}
				
					#container #content-clmn .sca-purple li a {
						color: #7a5093;
					}
				
					#container #content-clmn .sca-menu li a.active {
						color: #ffb829;
					}
				
					#container #content-clmn .sca-menu li a:hover {
						color: #ffb829;
					}

		#container #content-clmn .mini-box {
			position: relative;
			height: 289px;
		}
		
		#container #content-clmn td.topread .mini-box {
			padding: 8px;
			height: 240px;
			width: 195px;
		}
		
			#container #content-clmn td.topread .mini-box a:hover {
				color: rgb(147, 151, 255);
			}

		#container #content-clmn .two {
			height: 320px;
		}
		
		#container #content-clmn .four {
			height: 590px;
		}

		#container #content-clmn .three {
			height: auto;
		}
		
	
			#container #content-clmn table td.sca-head {
				padding: 10px 5px;
				line-height: 15px;
			}
						
				#container #content-clmn table td.sca-head h2 {

					color: #464646;
					font-weight: normal;
					font-size: 13px;
					line-height: 15px;
				}
					#container #content-clmn table td.sca-head h2 a {
						text-decoration: none;
					}
				
				#container #content-clmn table.dot-bar td.sca-head {
					background: none;
					padding: 3px 0;
				}

	
			#container #content-clmn .mini-box .mb-img {
				margin-bottom: 0px;
			}
				#container #content-clmn .mini-box a.corn {
					position: absolute;
					top: 0px;
					right: 0px;
					display: block;
					padding: 7px;
					font-size: 15px;
					text-decoration: none;
					color: #fff;
					background: url(/images/trans_pink.png);
				}
					#container #content-clmn .clr-brown a.corn { background: url(/images/trans_brown.png); }
					#container #content-clmn .clr-green a.corn { background: url(/images/trans_green.png); }
					#container #content-clmn .clr-blue a.corn { background: url(/images/trans_blue.png); }
					#container #content-clmn .clr-grey a.corn { background: url(/images/trans_grey.png); }
					#container #content-clmn .clr-orange a.corn { background: url(/images/trans_orange.png); }
					#container #content-clmn .clr-pink a.corn { background: url(/images/trans_pink.png); }
					#container #content-clmn .clr-yellow a.corn { background: url(/images/trans_yellow.png); }

				#container #content-clmn .mb-desc {
					font-size: 13px;
					line-height: 15px;
				}
				
				#container #content-clmn .mini-box .art-list {
					font-size: 12px;
					line-height: 16px;
					margin-left: 22px;
				}
					#container #content-clmn .mini-box .art-list li {
						margin: 5px 0;
						list-style-type: decimal;
						color: #746c65;
					}
					
						#container #content-clmn .topread.prpl h3 a,
						#container #content-clmn .prpl .mini-box .art-list a,
						#container #content-clmn .prpl .mini-box .art-list li {
							color: #f0f0f0;
						}
					
						#container #content-clmn .mini-box ol.art-list li { list-style-type: decimal; }
						#container #content-clmn .mini-box ul.art-list li { list-style-type: disc; }
					
						#container #content-clmn .mini-box .art-list li a {
							text-decoration: none;

						}
							#container #content-clmn .mini-box .art-list li a:hover {

							}
							
							
							
			#container #content-clmn .mini-box .mb-txt {
				padding: 5px 8px;
			}				

				#container #content-clmn .three .mb-txt {
					padding: 5px 8px 0px 0px;
				}				

				#container #content-clmn .mini-box h3 {
					margin-bottom: 7px;
					color: #a6a6a6;
					font-family: "Arial";
				}
				
					#container #content-clmn .mini-box .mb-txt a.more {
						position: absolute;
						bottom: 90px;
						right: 13px;
						width: 135px;
						height: 30px;
						color: #fff;
						text-decoration: none;
						background: url(/images/readmore.png) no-repeat;
						text-align: center;
						padding-top: 5px;
						font-style: italic;
					}

					#container #content-clmn .mini-box .mb-txt a.more:hover {
						text-decoration: underline;
					}

					#container #content-clmn .mini-box .mb-txt .mbt-links {
						margin-bottom: 5px;
						line-height: 18px;
					}
						#container #content-clmn .mini-box .mb-txt .mbt-links li {
							float: left;
							font-size: 12px;
							margin-right: 10px;
							color: #a6a6a6;
						}
							#container #content-clmn .mini-box .mb-txt .mbt-links li a {
								text-decoration: none;
								color: #4b4b4d;
							}
								#container #content-clmn .mini-box .mb-txt .mbt-links li a:hover {
								/*	text-decoration: underline; */
									color: #ffb829;
								}
							
							#container #content-clmn .mini-box .mbt-bar {
								position: absolute;
								bottom: 8px;
								right: 8px;
							}
							
							#container #content-clmn .mini-box .mbt-date {
								font-size: 11px;
								color: #4b4b4d;
								text-align: right;
								position: absolute;
								bottom: 8px;
								left: 8px;
							}
							
								#container #content-clmn .three .mbt-date {
									right: 0px;
									top: 0px;
									
									margin-right: 20px;
									margin-top: 8px;
									
									position: relative;
									float: right;
								}

				
					#container #content-clmn .mini-box h3 a {
						color: #a6a6a6;
						text-decoration: none;
						font-size: 18px;
						line-height: 20px
					}
						#container #content-clmn .mini-box h3 a:hover {
							color: #ffb829;
							text-decoration: none;
						}						
				
					#container #content-clmn .four h3 a {
						font-size: 24px;
						line-height: 26px;
					}
					
					#container #content-clmn .two h3 a {
						font-size: 20px;
					}
					

					#container #content-clmn .clr-brown h3 a { color: #d29462; }
					#container #content-clmn .clr-green h3 a { color: #77c09d; }
					#container #content-clmn .clr-blue h3 a { color: #a1d6e8; }
					#container #content-clmn .clr-grey h3 a { color: #9c9c9c; }
					#container #content-clmn .clr-orange h3 a { color: #e96c31; }
					#container #content-clmn .clr-pink h3 a { color: #ef9ca4; }
					#container #content-clmn .clr-yellow h3 a { color: #fdd844; }
					
					#container #content-clmn .clr-grey h3 { color: #9c9c9c; }
				
				#container #content-clmn .mini-box p {
					color: #4b4b4d;
					font-size: 13px;
					line-height: 16px;
				}
				
					#container #content-clmn .four p {
						font-size: 14px;
						line-height: 18px;
						margin: 10px 0;
						width: 420px;
					}
		
				#container #content-clmn .mini-box .read-more {
					text-align: right;
				}
					#container #content-clmn .mini-box .read-more a {
						font-size: 13px;
						text-decoration: none;
					}
						#container #content-clmn .mini-box .read-more a:hover {

						}

				#container #content-clmn .topread h3 a {
					color: #4b4b4d;
				}
				
				#container #content-clmn .plainart {
					padding: 5px 15px;
					color: #4b4b4d;
				}
				
				#container #content-clmn .pllm {
					background: #ffaf00; color: #ffffff; min-height: 404px; position: relative;
				}
				
				
					#container #content-clmn .plainart .artbody img {
						margin: 3px 0px;
					}
					
					#container #content-clmn .plainart .artbody strong {
						color: #ffb829;
					}
				
					#container #content-clmn .plainart h2 {
						font-size: 24px;
						line-height: 26px;

						margin: 5px 0 10px 0;
						color: #a6a6a6;
					}
					#container #content-clmn .plainart p {
						margin: 13px 0;
						font-size: 14px;
						line-height: 18px;
					}
					
					#container #content-clmn .plainart p.perex {
						font-weight: bold;
						color: #ffb829;
					}
				
				#container #content-clmn .iv-tips {
					font-size: 12px;
					line-height: 16px;
					color: #8e8e8e;
					padding: 11px;
					border: 1px solid #dddddd;
				}
					#container #content-clmn .iv-tips h3 {
						font-size: 24px;
						color: #ffb829;
						font-family: 'Arial Black';
						margin-bottom: 10px;
						padding-bottom: 10px;
						border-bottom: 1px dotted #a6a6a6;
					}
					#container #content-clmn .iv-tips p {
						margin: 8px 0;
					}
					#container #content-clmn .iv-tips strong {
					}

				#container #content-clmn .author-blok {
					font-size: 12px;
					line-height: 16px;
				}

	#footer {
		background: #bababe;
		padding: 5px;
		margin: 0 8px;
	}
		#footer #foot-right {
			float: right; 
		}

			#footer #foot-right img {
				margin-left: 5px;
			}	

		#footer #foot-list {
			float: left;
			font-size: 13px;
			line-height: 9px;
			color: #f2f2f2;

		}
			#footer #foot-list li {
				display: block;
				float: left;
				padding: 3px;
				margin: 10px 5px 0 5px;
			}
			
				#footer #foot-list li a {
					color: #FFFFFF;
				}



#container #content-clmn table.cont-table td.tdpage {
	background: #fff;
}

.cpage {
	width: 464px;
	height: 572px;
	float: left;
	margin: 0px 0px 0px -6px;
	background: #fff;
}


	.cpage.double {
		width: 923px;
	}
	.cpage table {
		width: 464px; height: 572px;
		table-layout: fixed;
	}

		.cpage.double table {
			width: 923px;
			table-layout: fixed;
		}

		.cpage table td {
			border: 0px solid #000;
			vertical-align: middle;
			text-align: center;
			position: relative;
			padding: 0;
			background: #fff;
		}
		

			.cpage table td.cpm-text .text-entry {
				margin: 5px auto;
				font-size: 13px;
				line-height: 18px;
				color: #333;
				text-align: left;
				font-family: Arial, Helvetica, Verdana;
				display: block;
				overflow: hidden;
			}
			
			.cpage table td.cpm-text .S0 { width: 910px; height: 562px; }
			.cpage table td.cpm-text .S1 { width: 450px; height: 562px; }
			.cpage table td.cpm-text .S2 { width: 450px; height: 276px; }
			.cpage table td.cpm-text .S3 { width: 220px; height: 562px; }
			.cpage table td.cpm-text .S4 { width: 220px; height: 276px; }
			.cpage table td.cpm-text .S5 { width: 220px; height: 133px; }
			.cpage table td.cpm-text .S6 { width: 220px; height: 180px; }

			
				.cpage table td.cpm-text .text-entry p {
				/*	line-height: normal;*/
					line-height: 16px;
					margin: 0;
					padding: 0;
				}
			
				
				.cpage table td.cpm-text .text-entry ul,
				.cpage table td.cpm-text .text-entry ol {
					margin: 10px 0px 10px 18px;
				}
					.cpage table td.cpm-text .text-entry ul li {
						list-style-type: circle;
					}

					.cpage table td.cpm-text .text-entry ol li {
						list-style-type: decimal;
					}

					
				.cpage table td.cpm-text .text-entry a {
					font-weight: bold;
				}
			
			.cpage table td.cpm-text .mbt-bar {
				position: absolute;
				bottom: 10px;
				right:10px;
			}
			.cpage table td.cpm-text .mbt-date {		
				position: absolute;
				right: 15px;
				top: 12px;
				font-size: 11px;
			}
strong.he {
	color: #8f8a80;
	line-height: 28px;
	font-size: 22px;
}

.over-image {
    color: #4b4b4d;
    background-color:#F0F0F0;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; opacity: 0.8;
    z-index:30;
    top: 692px;       
    left: 273px;
    height: 15px;
}

.imgloader {
    padding: 5px;
    position: absolute;
	opacity: 0.8;
    z-index:30;
    height: 15px;
	top: 140px;
	left: 120px;
}

.gallery-container {
	margin-top: 11px;
	width: 450px;
}

.gallery-container-interview {
	margin: 5px 5px 10px 5px;
}

	.gallery-container .gallery {
		margin-right: 9px;
		margin-bottom: 9px;
	}

.gallery-container-interview {
	padding-left: 1px;
	width: 970px;
}
	.gallery-container-interview .glr-item {
		float: left;
		margin-right: 13px;
		margin-bottom: 11px;
	}

#content-clmn h2 {
	margin: 10px 0;
	font-size: 24px;
}



#tooltip {
 	display: none;
 	position: absolute;
 	z-index: 50;
	-moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px;
    background-color: #8f91c3;
    padding: 10px 7px;
    color: #ffffff;
	font-size: 13px;
	width: 80px;
	text-align: center;
}

.big-comments {
	width: 904px;
	margin: 16px 0px 16px 6px;
}
	#content-clmn .big-comments h2 {
		margin: 10px 0;
		color: #a6a6a6;
	}

	.comm {
		margin: 10px 0;
	}
		.comm-arr { width: 24px; height: 24px; background: url(/templates/images/arr-norm.png) no-repeat; margin-left: 20px; margin-top: -1px; }
		.comm-top { width: 622px; height: 7px; background: url(/templates/images/cmnt-top.png) no-repeat; }
		.comm-cont {
			border: 1px solid #ececec;
		}
			.commc {
				padding: 15px 15px;
			}
				.subm {
					padding-bottom: 5px;
				}
			.reply {
				background: url(/templates/images/comm-child.png) left bottom no-repeat;
				padding-left: 40px;
				padding-top: 5px;
				padding-bottom: 5px;
			}
				.comm-body {
					float: right;
					font-size: 15px;
				}

			
				.commc .cmnt-author {
					font-size: 15px;
					color: #a6a6a6;
					display: block;
					margin-bottom: 0px;
				}
					.commc .cmnt-author strong {
						color: #ffb829;
					}
				.commc .cmnt-text {
					margin: 10px 0;
					line-height: 17px;
					font-size: 19px;
				}
					.commc .cmnt-subs {
						border-bottom: 1px solid #ececec;
						padding-bottom: 15px;
					}
					.commc .cmnt-text p {
						margin: 0px 0;
						line-height: 17px;
						font-size: 13px;
					}

		.comm-bott { width: 622px; height: 26px; background: url(/templates/images/cmnt-bottom.png) no-repeat; }
		.comm-bott-odd { width: 622px; height: 26px; background: url(/templates/images/cmnt-bottom2.png) no-repeat; }
		.sco-name {
			font-size: 14px;
			/*text-indent: 10px; */
		}
		
		.ast {
			color: #7A5093;
			font-weight: bold;
			font-size: 20px;			
		}
		
		.magioned {
			font-style: normal;
			text-indent: 0;
			padding: 0;
		}
		
		 .inpst {
				border: 1px solid #ececec;
				padding: 5px;
				font-size: 14px;
				width: 300px;
				font-family: Arial, Helvetica, Verdana;
			}
		 .txtst {
				border: 1px solid #ececec;

				padding: 5px;
				font-size: 13px;
			}
		.frm-butt {
			position: absolute;
			bottom: 0;
			right: 20px;
		}
		
	.cm-art {
		margin-bottom: 60px;
		border: 1px solid #c5c5c5;
		margin-left: 20px;
		padding: 10px;
		color: #000;
		background-color: #fff;
		line-height: 20px;
	}
		.cm-art:hover {
			background-color: #ececec;
		}

		.ca-img {
			margin-right: 10px;
		}
	
	.uni-form {
		border: 8px solid #ffb829;
		background: #ffb829;
		padding: 15px;
		position: relative;
		color: #323232;
		font-size: 14px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
		.uni-form em {
			font-weight: normal;
		}
	
		.uni-form a {
			color: #7a5093;
		}
		.uni-form p {
			margin-bottom: 15px;
		}
		.uni-form table tr {
		}
			.uni-form th {
				text-align: left;
				width: 150px;
			}

			.uni-form th.norm {
				font-weight: normal;
			}
			
			.uni-form th, .uni-form td {
				padding: 3px;
			}

				.mcb-article .mca .uni-form h3 {
					margin: 0;
				}
		
.bubbl {
	position: relative;
	width: 193px;
	font-style: italic;
}
	.bubbl-arrow {
		position: absolute;
		width: 13px;
		height: 25px;
		background: url(/templates/images/bubble-arrow.png) no-repeat;
		top: 20px;
	}
	.bubbl-box {
		margin-left: 5px;
	}
		.bubbl-loop {
			background: url(/templates/images/bubble-loop.png) repeat-y;
		}
			.bubbl-content {
				width: 153px;
				margin-left: 20px;
			}
		.bubbl-top {
			background: url(/templates/images/bubble-top.png) no-repeat;
			width: 193px;
			height: 20px;
		}
		.bubbl-bottom {
			background: url(/templates/images/bubble-bottom.png) no-repeat;
			width: 193px;
			height: 20px;
		}

.invalid {
	background: #ba4545;
	color: #fff;	
}
.fpInlineErrorMsg {
	color: #ba4545;
	font-weight: bold;
}


#slider-code { height: 590px; overflow:hidden; position: relative; }
#slider-code .viewport { float: left; width: 444px; height: 590px; overflow: hidden; position: relative; }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0 top: 0; }
#slider-code .overview li.ov-item { float: left; margin: 0 0px 0 0; height: 590px; width: 444px;}

#slider-code .pager { overflow:hidden; list-style: none; clear: both; margin: 0 0 0 0px; position: absolute; bottom: 9px; padding-left: 5px;  }
#slider-code .pager li { float: left; margin-left: 6px; }
#slider-code .pagenum { background-color: #fff; text-decoration: none; line-height: 0; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#slider-code .pagenum:hover { }
#slider-code .active { color: #fff; background-color:  #996699; }

acronym {
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

#tooltip.toolwide {
	width: auto;
	background-color: #ffb829;
	font-size: 16px;
	text-align: left;
	cursor: help;
}

#container #content-clmn table.cont-table td.selfpromo {
	background: #ffb829;
}
	#container #content-clmn table.cont-table td.selfpromo .mb-txt {
		padding: 6px 12px;
	}

	#container #content-clmn table.cont-table td.selfpromo .mbt-links li,
	#container #content-clmn table.cont-table td.selfpromo .mbt-links a,
	#container #content-clmn table.cont-table td.selfpromo .mb-txt {
		color: #ffffff;
	}
	#container #content-clmn table.cont-table td.selfpromo .mb-txt p,
	#container #content-clmn table.cont-table td.selfpromo .mb-txt h3 a {
		color: #ffffff;
	}
	
	#container #content-clmn table.cont-table td.selfpromo .mb-txt h3 a {
		font-size: 40px;
		line-height: 45px;
		font-weight: bold;
		font-family: "Arial Black";
	}
		#container #content-clmn table.cont-table td.selfpromo .mb-txt h3 a:hover {
			color: #996699;
		}
.qtip-content {
	font-size: 14px;
}

.qtip .qtip-wrapper .qtip-borderTop,
.qtip .qtip-wrapper .qtip-contentWrapper,
.qtip .qtip-wrapper .qtip-title .qtip-button,
.qtip .qtip-wrapper .qtip-borderBottom,
.qtip .qtip-tip {
   opacity: 0.85; // Santdard compliant browsers
   -moz-opacity: 0.85; // Firefox and Mozilla browsers
   -webkit-opacity: 0.85; // WebKit browser e.g. Safari
   filter:alpha(opacity=85); // IE7 and below
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=85)"; // IE8
}

.sublinks {

}
	.sublinks li {
		list-style: disc;
		margin: 10px 17px;
	}

.comm-form {
	background: #fff;
	padding: 15px;
	position: relative;
	color: #323232;
	font-size: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	border: 0;
}
	.comm-form .inpst,
	.comm-form .txtst {
		background: #fff;
		border: 2px solid #ffb829;
	}
.btn-submit {
	margin-top: 5px;
	font-size: 14px;
	background: #ffb829;
	border: 0;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
	.btn-submit:hover {
		background: #7A5093;
	}
