a:link {text-decoration:none; border:0px;color:#000000;}
a:active {text-decoration:none;border:0px; color:#000000;}
a:visited {text-decoration:none;border:0px; color:#000000;}
a:hover {text-decoration:none; border:0px;color:#fff;}

#Container {	
	background:  center white;
	margin: auto;
	width: 1000px;
	min-width: 1000px;
	border: 1px solid #a5a5a5;
	min-height: 1000px;
}

#Header {
	height: 148px;
	margin: auto;

}

#LeftColumn {
	float: left;
	width: 198px;
	margin-left: 5px;
}

#RightColumn{
    float: right;
	width: 790px;
	max-width: 790px;
	margin-right: 5px;
	min-height: 1000px;
}

#RadioColumn{
	margin-right: 8px;
	width: 1000px;
	max-width: 1000px;
	margin: 0px;
	min-height: 1000px;
}
.shadow:hover{
	background:#29abe1;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
}

.shadowz:hover{
	background:#29abe1;
}

.SideMenu {
	padding:10px 
}
.SideMenu h4 {
	margin:1px 10px 1px 1px;
	font-weight:bold;
	color:#383838
}

.SideMenu ul li{
	list-style: none;
	font-size:10px;
	margin-left: 0px;
}

.SideMenu ul li a{
	padding:5px 2px 5px 24px;
	display:block;
	border-bottom:1px solid #EDF1F5;
}

.SideMenu ul li.active a{
	background:#3e3e3e url(../Icons/icon_check_white.png) no-repeat 6px 8px;
	color:#fff;
	font-weight:bold;
}

.smallblock{
	border: 1px dotted #000000;
	margin:9px;
	height: 100px;
	width: 176px;
}

.menu:hover{
	background:#3e3e3e;
	color: #fff;
}

.Box{
	background:#333333;
	border-color:#333333;
	border-style:solid;
	border-width:0px;
	padding:1px;
}

.Boxz{
	background:#333333;
	border-color:#333333;
	border-style:solid;
	border-width:0px;
	padding:2px;
	margin-bottom:-6px;
}

.Box_container{
	padding:10px;
	margin-bottom:0px;
	background:#fff;
}

ul {
	padding: -10;
	margin-left: -40px;
}

li{
	margin-left: 20px;
}

.up {
	background: url('../Icons/up.png') no-repeat; 
	color:#24cc02
}
.down {
	background: url('../Icons/down.png') no-repeat; 
	color:#d15151
}

.nonez {
	background: url('../Icons/none.gif') no-repeat
}

#TopBar{
	height: 20px;
	background: url("top.png") repeat-x scroll center top transparent;
}

#BottomBar{
	height: 20px;
	background: url("bottom.png") repeat-x scroll center top transparent;
}

#Footer{
	background: none repeat scroll 0 0 #f8f8f8;
	clear: both;
	color: #717171;
	font-size: 10px;
	padding: 8px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.clear{
	clear: both;
}

.search{
	border: 0px solid #29abe1;
	background-color: #e6e6e6 ;
	width: 140px;
	height: 22px;
	font-size: 12px;
	margin: 0px;
	margin: -1px;
}

.button{
	border: 0px solid #29abe1;
    font-size: 11px;
	background-color: #e6e6e6;
    height: 24px;
    vertical-align: top;
	margin: -1px;
}

.sitebutton{
	background-color:#3b3c3b;
	color:#fff;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	border-radius:2px;
}

.dropdownmenu{
  font-size: 12px;
  text-align:left;
  background-color: #e6e6e6;
  border:0px solid #D1E4F6;
  color:#333;
  margin: -1px;
		
}


.smallsearch{
	border: 0px solid #29abe1;
	background-color: #e6e6e6 ;
	width: 140px;
	font-size: 12px;
	margin: 0px;
	margin: -1px;
	
}

.textinput{
	border: 0px solid #29abe1;
	background-color: #e6e6e6 ;
	font-size: 12px;
	margin: 0px;
	margin: -1px;
}

.smallbutton{
	border: 0px solid #29abe1;
    font-size: 12px;
	background-color: #e6e6e6;
	margin: -1px;
}


.line{
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
	padding-top: 10px;
}

div#RightColumn p{
	margin-left: 10px;
}

div#RightColumn h3{
    font-size: 14px;
    margin: 10px 20px 10px 0;
    padding-left: 15px;
}

div#RightColumn a{
	color: #000000;
	text-decoration: none;
}

div#RightColumn a:hover{
	text-decoration: none;
}

.autosuggest, .dropdown, .result {
	padding: 0;
	margin: 0;
	border: 0;
	width: 250px;
}

.dropdown{
	position: absolute;
	margin-top: 4px;
	z-index:3;
}

.autosuggest{
	border:0px solid #333333;
	background-color: #e6e6e6 ;
	font-size: 11px;
	height: 24px;
	margin: -1px;
	vertical-align: top;
	padding-left: 4px;
}

.result{
	width: 260px;
	list-style: none;
}

.result li{
	background:#fff;
	padding: 1px;
	border:1px solid #333333;
	border-top:0;
	cursor:pointer;
	font-size: 11px;
	margin-left: 0px;
	font-weight: bold;
}


.result li:hover{
	background: #29abe1;
	color: #000;
}

.resulttitle{
	background :#333333;
	color: #fff;
	font-size:10px;
	border:1px;
	          
}

.searching{
	border:1px solid #d1d2d4;
	font-weight: bold;
	background:#f3f3f4;
	padding:2px;
	height:16px;
	width:781px;
}

.resultlist{
	border: 1px solid #d1d2d4;
	border-top:0px;
	height:64px;
	width:260.6px;
	border-collapse: collapse;
}

.sresultlist{
	border: 1px solid #d1d2d4;
	border-top:0px;
	height:26px;
	width:260.6px;
	border-collapse: collapse;
}


#Topnav{
	background: #333333;
	height:33px;
	width:1000px;
}

.bigsearch{
	padding:4.5px;
}

#exppoint {
    margin-right: 10px;
  	text-align: center;*/
    font-size: 11pt;
    position: absolute;
}
.cerrors{
	border:1px solid red;
	list-style:none;
	text-align:center;
	background: #FFBABA url('contact/icon-cross.png') no-repeat 10px center;
	color: #D8000C;
	padding:10px 0px 10px 0px;
	margin:-6px;
	margin-right:-10px;
	margin-top:-0px;
}


.cfontstyle {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	
}

.invis:hover{
    background-color: inherit;
}

.cmessage{ 
	width:98%; 
	height:140px; 
	border: 1px solid #BBBBBB;
	outline: 0; 
	padding:4px;
	margin: 4px;
}
	
.csendbutton{
	opacity:1;
	color:#FFF;
	width: 120px; 
	height: 36px; 
	background: #333333;
	background: -moz-linear-gradient(top, #222325 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222325), color-stop(100%,#000000)); /* webkit */
	cursor: pointer;
}

.cinput {
	width:98%;
	height: 30px; 
	padding:4px 4px 4px 4px; 
	margin: 4px;
	border: 1px solid #BBBBBB;
	outline: 0; 
}
.bigdiv{
	position: relative; 
	border-collapse: collapse;  
	border: 0px; 
	min-height: 100px;
}

.bigtable{
	background:#333333; 
	width: 790px; 
	max-width: 790px; 
	text-decoration:none; 
	border-collapse: collapse; 
	border:0px;
}

.midtable{
	background:#e6e6e6; 
	font-size: 11px; 
	border-collapse: collapse; 
	border: 1px solid #333333; 
	float: left;
}

.htable{
	font-size:11px;
	border-collapse:collapse;
	width:790px;
	border:1px solid #333333;
}

.qtable{
	font-size:11px;
	border-collapse:collapse;
	width:197px;
	border:1px solid #333333;
	margin:-1px;
}

.halftable{
	font-size:11px;
	border-collapse:collapse;
	border-style: solid; 
	border-color: #333333; 
	width:394px;
	border:1px solid #333333;
}

.htr{
	background:#636363;
	text-align: center; 
	font-weight: bold;
	color: #fff;
	border:1px solid #333333;
}

.hibox{
	border-collapse: collapse; 
	width: 127.3px; 
	height: 129px;
}

.clbox{
	border-collapse: collapse; 
	width: 94.5px; 
	height: 70px;	
}

.itemclbox{
	border-collapse: collapse; 
	width: 127.3px; 
	height: 74px;	
}

.cross {
	padding-top:2px; 
	display:inline-block; 
	padding-bottom:2px; 
	color:#fff; 
	text-align:center; 
	font-size:7pt;
	text-shadow:0px 1px 1px #333333;
}

.crop{
	float:left;
	margin: 11px;
	margin-right: 0px;
	margin-top: 0px;
	overflow:hidden;
	position:relative;
	border:1px solid #ccc;
	width:240px;
	height:240px;
	border-radius:10px;
	padding:0px
	}
.crop img{
	position:absolute;
	top:-20px;
	left:-50px;
}
	
.crops{
	float:left;
	margin: 8px;
	margin-top: 0px;
	overflow:hidden;
	position:relative;
	border:1px solid #ccc;
	width:176px;
	height:160px;
	border-radius:10px;
	padding:0px
}
.crops img{
	position: absolute;
	top:-0px;
	left:-0px;
}
	
.icrop{
	float:left;
	margin: 8px;
	margin-top: 0px;
	overflow:hidden;
	position:relative;
	border:1px solid #ccc;
	width:180px;
	height:180px;
	border-radius:4px;
	padding:0px;
	margin:7.5px;
}
.icrop img{
	position: absolute;
	top:-0px;
	left:-0px;
}

.iconimg{
	max-height: 80px; 
	max-width: 126px;
}

#jtop{
	position: fixed;
	width:200px;
	background:#333333;
	border-radius:2px;
	opacity:0.8px;
	cursor:pointer;
	display: none;
	z-index:2;
	margin:2px;
}

#jtop div{
	text-align:center;
	padding: 6px 0 6px 0;
	font-size: 1em;
	color:#fff;
}

h1,h2{
	font-weight:normal;
}

h1{
	letter-spacing:-0.05em;
	font-size:2.2em;
	margin-bottom:15px;
	margin-left:6px;
}

.invis:hover
{
    background-color: inherit;
}

h1:first-child, h1.first {
	margin-top:0;
}

.Qu{
	margin-right:100px;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	background: #ccc;
	color:#2c2c2c;
}

.An{
	margin-left:100px;
	margin-top:10px;
	margin-right:20px;
	padding:5px;
	background-color:#efefef;
	color:#464646;
}

.Na{
	font-weight:bold;
}

.white{
	margin-left:758px;
	margin-top:-21px;
	height: 22px;
	background: url("../Icons/white.png") no-repeat transparent;
}

.blue{
	margin-top:-21px;
	height: 22px;
	background: url("../Icons/blue.png") no-repeat transparent;
}

.ad{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:-14px;
	margin-top:2px;
	padding: 4px;
	padding-bottom: 2px;
	text-align: center;
}
.ad2{
	margin: 0px;
	margin-bottom:2px;
	margin-top:0px;
	background:#333333;
	padding: 4px;
	padding-bottom: 2px;
	text-align: center;
}

#msg{
	padding: 4px; 
	border:1px solid red; 
	border-left:0px; 
	border-right:0px; 
	background:#333333; 
	color:#fff; 
	marign-top:10px;
	text-align: center;
}

.sliderwrapper {
	position:relative;
	overflow:hidden;
	border:1px solid #333333;
	width:790px;
	height:230px;
	background: #333333;
}
.sliderwrapper .contentdiv {
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:790px;
	height:100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=56);
	-moz-opacity:1;
	opacity:1;
}

.buttonnav{
	background:#fff;
	padding:6px 10px 2px 10px;
	margin:2px;
	width:80px;
}

@-webkit-keyframes flash{0% {background-color: #29abe1;}50% {background-color: transparent;}}
@-moz-keyframes flash{0% {background-color: #29abe1;}50% {background-color: transparent;}}
@-o-keyframes flash{0% {background-color: #29abe1;}50% {background-color: transparent;}}
@keyframes flash{0% {background-color: #29abe1;}50% {background-color: transparent;}}

.pageheader{
	padding:6px; 
	background:#e0e0e0; 
	color:#333333; 
	text-align:center;
}

.lmt{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}


section:target{
	-webkit-animation: flash 3s 1 ease-in-out;
	-o-animation: flash 3s 1 ease-in-out;
	-moz-animation: flash 3s 1 ease-in-out;
	animation: flash 3s 1 ease-in-out;
	
}

.chat .messages{
	border:1px solid #ccc;
	width:258px;
	max-width:258px;
	height:300px;
	overflow-y:scroll;
}

.chat .entry{
	width:250px;
	height:40px;
	padding:4px;
	margin-top:2px;
	font:1em Ariel;
	resize:none;
}

.chat .message a{
	color:slategrey;
}

.message{
	background:#fff;
	padding: 2px 8px;
	margin: 2px;
	white-space: -moz-pre-wrap !important;  
	white-space: -pre-wrap;    
	white-space: -o-pre-wrap;
	white-space: pre-wrap; 
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.chat .message p{
	margin:2px 0;
}

.chat a:hover {
	text-decoration:underline; 
	border:0px;
	color:#000;
}


.pagination {
width:780px;
text-align: right;
padding:0px;
margin-bottom:2px;
}

.pagination a {
padding:4px 4px 4px 4px;
text-decoration:#fff;
font-weight: bold;
color:#fff;
background:#333333;
border-radius:10px
}

.pagination a:hover, .pagination a.selected {
	background:#29abe1;
	box-shadow:0 0 3px #999;
}

body {
	background:#e0e0e0 url(bg.png) repeat-x top;
	background-attachment: fixed; 
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	min-width: 1000px;
}

img{
	border:0px;
}


