 
/* footer END */
/* float and align classes */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatcenter {
	margin:auto;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
 

.thumb_mode_text {
float:left;
width:50%;
font-size:10px;
text-align:justify;
margin-top:4px;
}

.thumb_mode_rating {
float:left;
width:50%;
margin-top:4px;
margin-right:0px;
}
.style4 {font-size: 12px}


.link1 {
color:red;
	text-decoration:none;
	}

	.link1:hover{
       color:#000000;
	text-decoration:none;
	}


	.link_v {
color:red;
	text-decoration:none;
	font-size: 11px;
	}

	.link_v:hover{
       color:#000000;
	text-decoration:none;
	font-size: 11px;
	}

	.link_v_g {
color:red;
	text-decoration:none;
	font-size: 11px;
	}

	.link_v_g:hover{
       color:#000000;
	text-decoration:none;
	font-size: 11px;
	}


	.style1 {font-size: 15px;font-weight: bold;;text-transform: uppercase;}


.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {font-size: 12px}

.style5 {
	font-size: 12px;
}
.style7 {font-family: Arial, Helvetica, sans-serif; color: #000000;}
.style21 {color: #006600}
.style22 {
	color: #000000;
	font-weight: bold;
}

.style_12_bold {
	font-size: 12px;
	font-weight: bold;
}
.style_11_bold {
	font-size: 11px;
	font-weight: bold;
}
.style_11 {
	font-size: 11px;

}

.style9 {
	color: #000000;
	font-weight: bold;
}

.hidden {
display:none;
}
a .style1 { cursor:pointer;}

.spacer{width:10px;float:left;font-size:1px;height:100%}
#leftcol,#rightcol{width:170px;float:left}
#leftcol_wide{width:750px;float:left}
#midcol{margin-top:-10px;width:619px;float:left}
.floatleft_add_content { float:left;padding: 3px;}

#languages{
position: absolute;
left: 180px;
width: 60px;
margin-top:-5px;
}
.flag { 
width:20px;
height:15px;
padding-left: 40px;
} 
.drop-box{
float: left;
width:32px;
position: relative;
}
.drop-link{
	/*background: url(../images/arrow-drop.gif) no-repeat 0 9px;*/
	padding: 7px 0 0 12px;
	float: left;
	cursor: pointer;
}
#languages ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width:27px;
	position: absolute;
	top: 100%;
	display: none;
	left: 47px;
	overflow: hidden;
	background: #090a0a;
	z-index: 999;
}
#languages .drop-box:hover ul{display: block;}
#languages ul a{
	float: left;
	width:20px;
	height:16px;
}
#languages ul li {
width: 23px;
padding: 2px 7px 25px 6px;
background: 0;
margin: -1px 0 1px -42px;
list-style-type: none;
}

.userNav input {
float:left;
width: 100px;height: 20px;/* border: 1px solid #d3cfcc; */font-size: 16px;margin-top:5px;
color: #000000;
font-family: sans-serif;
background-color:#FFFFFF;}
 
.search { float:left; margin-top: 4px; margin-right: 10px;  width: 24px !important;  height: 24px !important;  margin-left: 2px;}
.search-input {
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #FAFAFA), color-stop(100%, #fff));
    background: -moz-linear-gradient(top, #E6E6E6, #fff);
    height: 17px !important;
    padding-left: 2px;
    border-radius: 3px;
    width:150px !important;
    }
.choose-website {
margin-top: 5px;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #FAFAFA), color-stop(100%, #fff));
    background: -moz-linear-gradient(top, #E6E6E6, #fff);
    border-radius: 3px;
    height: 22px !important;
    min-width:100px !important;
    }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}