.htmlbox h1{font-size: 28px;line-height: 36px;font-weight: 600;color: #1887db;background-position: 0 0;background-color: transparent;}.htmlbox h2{font-size: 22px;line-height: 30px;font-weight: 600;color: #333333;background-position: 0 0;background-color: transparent;}.htmlbox h3{font-size: 20px;line-height: 28px;font-weight: 300;color: #333333;background-position: 0 0;background-color: transparent;}.htmlbox h4{font-size: 18px;line-height: 24px;font-weight: 600;color: #333333;background-position: 0 0;background-color: transparent;}.htmlbox h5{font-size: 18px;line-height: 26px;font-weight: 300;color: #333333;background-position: 0 0;background-color: transparent;}.htmlbox p{font-size: 16px;line-height: 24px;font-weight: 400;background-position: 0 0;background-color: transparent;}.htmlbox a{color: #1887db;text-decoration: None;background-position: 0 0;background-color: transparent;}.htmlbox a:hover{color: #333333;text-decoration: Underline;background-position: 0 0;background-color: transparent;}.htmlbox ul{padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 20px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;background-position: 0 0;background-color: transparent;}.htmlbox li{padding-left: 0px;margin-bottom: 15px;background-position: 0 0;background-color: transparent;}

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image:  url();
	background-color: #ffffff;
	background-position: 0 0;
	background-repeat: ;
	padding: 0 0 20px 0;
	margin-top: 0px;
    margin-bottom: auto;
	text-align: center;
	height:100%; 
}

/* default heading sizes */	

h1		{ 
	font-size: 28px; 
	color: #1887db; 
	margin-top: ; 
	margin-right: ; 
	margin-bottom: ; 
	margin-left: ; 
}

h2		{ 
	font-size: 22px; 
	color: #333333;   
}

h3 		{ 
	font-size: 1.5em; 
	color: #333333;  
}

h4		{ 
	font-size: 18px;  
	color: #333333; 
}

h5,h6	{ font-size: .84em;  }

/* default link formatting */			

a, a:link	{ color: #1887db; text-decoration: None; }

a:visited	{ color: #206bae; }	

a:focus, a:hover 	{ text-decoration: Underline; }

a:active	{ color: #206bae; }

a.blue, a:link.blue, a:visited.blue { color: #206bae; text-decoration: underline; }

a:hover.blue { color: #990000; }

#logo {
	float: left;
	margin-top: 20px;
}

.htmlbox,
.htmlbox table {
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
}

#main { font-size: 1.15em;}

#main .htmlbox ul,
.news .newsbody ul  {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 10px; 
	padding-right: 0px; 
	padding-bottom: 10px; 
	padding-left: 20px; 
}

#main .htmlbox ul li,
.news .newsbody ul li  {  
	list-style: disc;
	padding-left: 0px; 
	margin-bottom: 15px; 
}

#main .htmlbox ol ol,
.news .newsbody ol ol   {
	list-style: lower-greek;
	list-style-type: lower-greek;
}

#main .htmlbox p {
	text-align: ;
}

#main .htmlbox a {
	color: #1887db; 
	text-decoration: None;
}

#main .htmlbox a.editme {
	color: red;
	text-decoration: none;
}

#main .htmlbox a.editme:hover {
	color: red;
	text-decoration: underline;
}

#main .htmlbox a:hover { color: #333333; }

#container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
	text-align: left;
	
	background: transparent url() top center repeat-y;
	background-color: transparent;
}

#popup_container {
        /*width: 750px;*/
        background-color: white;
}

#content { 
	width: 100%;
	padding-bottom: 10px;
	display: inline-block\9;
}

/********************* Top menu **********************************************/

#nav { 
	clear:both; 
	margin: 0; 
	padding: 0;  
	width: 100%; 
	min-height: 60px;
	text-align:left;  
	background-color: #1887db; 
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#nav .treemenu { 
	float:left;  
	position: relative;
	margin: 0; 
	font-family: "Open Sans", Helvetica, Arial;
}

#nav .treemenu a { 
	color: #ffffff; 
	font-weight: 400; 
	font-size: 16px;
	line-height: 60px;
	text-decoration: none;
}

#nav ul { margin: 0; padding: 0; list-style: none; }

#nav li { list-style: none; display: inline; margin: 0; }

#nav ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0 15px; 
	padding: 0;
	text-decoration: none; 
	z-index: 11;
}

#nav ul li a { 
	display: inline-block; 
	float: left;   
	position: relative;
	padding: 0; 
	line-height: 60px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#nav ul li a {
		padding: 0 5px;
	}	
}

#nav ul li:hover > a { 

}

#nav ul > li:hover:after,
#nav ul > li.active:after { 
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 8px solid #f59e2c;
}

#nav ul > li.haschild > a:after {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\33";
  color: #ffffff;
}

#nav ul > li.haschild:hover > a:after {

}


#nav ul ul {
    display: none;
	position: absolute;
	left: 0;
    top: 60px;
	width: 300px;
    padding: 5px 0 10px 0;
	background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	z-index: 10;
}

#nav ul li:hover > ul {
	display: block;
}

#nav li li {
	height: auto;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	text-align: left;
	z-index: 10;
}

#nav li li:first-child {
	border-top: none;
}

#nav ul ul > li.haschild > a:after {
	float: right;
	content: "\35";
	color: #333333;
}

#nav .treemenu li li a {
	height: auto;
	width: 290px;
    padding: 8px 10px;
	text-transform: none;
	border-left: none;
	font-size: 15px;
	line-height: 17px;
	color: #333333;
	background-color: #ffffff;
}
#nav ul ul li:hover:after,
#nav ul ul li.active:after {
	display: none;
}


#nav li ul li:first-child a {

}
#nav ul li:hover li a {

}

#nav ul li:hover li:hover > a {
	background-color: #f0f0f0;
	color: #3a3939;
	border: none;
	margin-top: 0;
}

#nav ul li:hover li:hover:after {
	display: none;
}

#nav ul ul ul {
	top: 0;
	left: 300px;
	z-index: 11;
}

#nav .treemenu.responsivenav {
		display: none;
}

/* Responsive Nav */

#nav-toggle {
	float: left;
	display: none;
	cursor: pointer;
}

#nav-toggle:before {
	float: left;
	font-family: ElegantIcons;
	speak: none;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 55px;
	-webkit-font-smoothing: antialiased;
	content: "\61";
	color: #fff;
}

#nav-toggle:after {
	content: "Menu";
	font-family: 'Roboto', Helvetica, Arial;
	font-size: 17px;
	font-weight: 600;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 992px) {

	#nav-toggle {
		display: inline-block;
	}

	#nav .treemenu {
		display: none;
	}

	#nav .treemenu.responsivenav {
		display: block;
	}

	#nav .treemenu {
		max-height: 0px;
		overflow: hidden;
		float: none;
		margin: 0;
		width: 100%;
		background-color: #1887DC;
		opacity: 0;
		-webkit-transition: max-height .35s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#nav .treemenu.open {
		max-height: 2000px;
		opacity: 1;
	}

	#nav .treemenu ul li {
		display: block;
		width: 94%;
		padding: 15px 3%;
		text-align: left;
		border-top: 1px solid #fad098;
	}

	#nav .treemenu ul li a {
		padding: 0;
		line-height: 22px;
	}

	#nav ul li:first-child {
		border-top: none;
	}

	#nav ul li:hover > a {
		margin-top: 0;
		background-color: #1887DA;
		color: #fff;
		border-top: none;
	}	

	#nav ul > li.haschild:hover > a:after {
		color: #fff;
	}

	#nav ul > li:hover:after, 
	#nav ul > li.active:after {
		display: none;
	}

	#nav ul li.home a span {
		display: inline-block;
	}
	#nav ul li.home a:before {
		content: none;
	}

	#nav ul > li > a {
		display: block;
		width: 100%;
	}

	#nav .treemenu ul li.haschild > a:after {
		content: "\35";
		float: right;
		font-family: "ElegantIcons";
	}

	#nav ul ul {
	    display: block;
		position: relative;
		float: left;
		left: 0;
		top: 7px;
		width: 100%;
	    padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: max-height .55s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#nav .treemenu ul ul.open {
		top: 15px;
		left: 0;
		width: 100%;
		max-height: 1000px;
		padding: 0;
		background-color: #ffffff;
		opacity: 1;
	}

	#nav ul ul li {
		display: none;
	}

	#nav ul ul.open li {
		display: block;
		width: 100%;
	}

	#nav .treemenu ul ul li {
		float: left;
		padding: 10px 3%;
	}

	#nav ul ul li a {
		width: 100% !important;
		padding: 5px 2% !important;
	}

	#nav ul ul ul,
	#nav .treemenu ul ul ul.open {
		left: 0;
		top: 0;
		margin-top: 10px; 
		width: 100%;
		background-color: #ededed;
	}

	#nav .treemenu ul ul ul li {
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#nav ul li:hover li:hover > a {
		background-color: #fff;
		color: #333333;
	}

	#nav ul ul > li.haschild:hover > a:after {
		color: #333333;
	}

	#nav .treemenu li li a {
		background-color: transparent;
	}
}


/********************** End Top menu  ********************************************/

#nav .loginsnippet {
	float: right;
	margin: 6px 10px 0 0;
	color: #97bdde;
}

#nav .loginsnippet a,
#nav .loginsnippet a:visited {
	color: #97bdde;
}

#nav .loginsnippet a:hover {
        color: #e85700;
}

#toparea {
	height: 31px;
}

#header {
	min-height: 125px;
	padding: 0;
}

.subnav-image {
	min-height: 300px;
	background: url(../../images/site/slide1.jpg) top center no-repeat;
}

.subnav-image.firstpage {
	min-height: 435px;
}

.subnav-image.firstpage .htmlbox {
	max-width: 680px;
}

@media (max-width: 992px ) {
	.subnav-image.firstpage .htmlbox {
		max-width: 440px;
	}
}

/*********** Search *************/
div.searchy {
	float: right;
	clear: right;
}

div.searchy h1, 
div.searchy h3 {
        display: none;
}

div.searchy p {
        margin: 0;
        padding: 0;
}

div.searchy input {
        width: 182px;
	padding: 1px 0 0 4px;
	border: 1px solid #c6cac9;
	height: 15px;
	_height: 18px;
	_width: 187px;
}

div.searchy button {
        width: 26px;
        height: 18px;
        border: none;
        background: url(../../images/default/search_button.png);
        background-repeat: no-repeat;
        color: white;
		margin: 0 0 2px 0;
		margin: 0 0 2px 4px\9;
}

div.searchy .simple_search {
	float: right;	
}

div.searchy .advanced_search {
	clear: both;
    float: right;
    position: relative;
}

div.searchy .advanced_search_link {
	float: right;
	clear: both;
	font-size: 12px;
	text-decoration: none;
}

div.searchy .advanced_search_link img {
	margin-bottom: -3px;
}

div.searchy .advanced_form {
	border: 1px solid #C1C8CE;
	background-color: #F5F4F4;
	padding: 10px;
	margin-bottom: 15px;
    right: 0;
    width: 450px;
}

div.searchy .advanced_form label {
	display: inline-block;
    font-size: 12px;
	width: 220px;
	float: left;
	clear: left;
	line-height: 20px;
}

div.searchy .advanced_form .search_label {
	color: #2A75B3;
    font-weight: bold;
}

div.searchy .advanced_form .comment {
	clear: both;
    float: left;
    font-size: 11px;
    font-style: italic;
    padding: 10px 0;
}

div.searchy .advanced_form .search_option{
	padding: 10px 0;	
	border-bottom: 1px solid #C1C8CE;
}

div.searchy .advanced_form .search_option.last,
div.searchy .advanced_form .search_option.first{
	border: 0;
}

div.searchy .advanced_form .where_options {
	float: left;	
}

div.searchy .advanced_form span.where_option {
	clear: right;
    float: right;
    font-size: 12px;
    width: 150px;
}

div.searchy .advanced_form span.where_option input {
	width: auto;
	margin: 0 10px 0 0;
}

div.searchy .advanced_form input.text {
	width: 210px;
	border: 1px solid #CCCCCC;
    color: #666666;
    padding: 2px;   
	background-color: #ffffff;
	float: left;
	margin: 0 0 5px 0;
}

div.searchy .advanced_form input.authortext,
div.searchy .advanced_form input.keywordtext {
	float: left;
	clear: both;
	width: 300px;
}

div.searchy .advanced_form span.by_option {
	clear: both;
    float: left;
	width: auto;
}

div.searchy .gui_button {
	float: right;	
}

/*********** End Search ************/

#header p {
	margin: 0;
	padding: 0;
}

#header .htmlbox {
	margin-top: 35px;
	float: right;
}

#header .htmlbox p {
	margin: 0;
	padding: 0;
}

#header .htmlbox .important {
	font-size: 18px;
}

#header .loginsnippet {
	margin-top: 8px;
	margin-right: 31px;
	float: right;
	clear: right;
	text-align: right;
	padding: 4px 0 8px 0;
	_margin: 3px 19px 0 0;
	_padding: 4px 0 8px 0;
}

#header .loginsnippet a {
	color: #206bae;
}

#info {
	width: 1170px;
	height: 20px;
	padding-top: 7px;
}

#infoleft {
	float: left;
	width: 300px;
	display: inline-block;
}

#inforight {
	float: right;
	width: 860px;	
	text-align: left;
	font-size: 11px;
}

#inforight a {
	color: #3298cb;
}

#sub {
	padding: 30px 0;
	text-align: left;
}

#main {
    width: 100%;
    padding: 30px 0;
    text-align: left;
}

#main.firstpage .htmlbox h3 {
	font-size: 30px;
}

#rightytop {
        float: left;
        width: 100%;
        clear: right;
}

#mainleft {
        float: left;
        width: 645px;
        _width: 628px;
        _height: 1%;
}

#mainright { 
	width: 210px; 
        margin: 0 0 0 4px;
	float: left;

}

#footer {
	clear: both;
	padding: 40px 0 50px 0;
	background-color: #f3f3f3;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 15px;
	font-weight: 400;
	color: #555555;
}

#footer p {
	font-size: 15px;
}

#footer .footer-left {
	text-align: left;
}

#footer .footer-right {
	text-align: right;
}


/******** Left Menu *********/

#sub .treemenu {
	width: 300px;
	overflow: hidden;
	margin: 20px 0 40px 0;
	font-family: 'Open Sans', Helvetica, Arial;
}

#sub .treemenu h1 {
	margin: 0;
	padding: 30px 0 10px 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #1887db;
	text-transform: uppercase;
	background-color: #f3f3f3;
}

#sub .treemenu ul {
	display: block;
	margin: 0;
    padding: 0 30px 30px 30px;
    list-style: none;
    list-style-type: none;
    text-align: left;
    background-color: #f3f3f3;
	box-sizing: border-box;
}

#sub .treemenu ul li {
    display: block;
    text-indent: 0px;
    margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #bdbcbc;
}

#sub .treemenu ul li a {
    text-decoration: none;
	padding: 0;
    color: #424b55;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

#sub .treemenu ul li a:hover {
	color: #1887db;
	text-decoration: none;
}

#leftytop .treemenu ul li .active {
    
}

#leftytop .treemenu ul li.active li {
	background: none;
}

#sub .treemenu ul li:hover a {

}

#sub .treemenu ul li.active a {
	color: #1887db;
}

#sub .treemenu ul ul {
	display: none;
	font-weight: normal;
	border-top: 1px solid #d3d3d3;
}

#sub .treemenu ul li.active ul {
	display: block;
}

#sub .treemenu ul li.active ul li {
	border: none; 
}

#sub .treemenu ul li ul li a {
	border: none;
	background: none;
}

#sub .treemenu ul li.active ul li a {
	padding: 2px 0 2px 20px;
	background: none;
	color: #2a75b3;
	font-weight: normal;
}

#sub .treemenu ul li ul li:hover a {
        color: #8eb6dc;
        background: url(../../images/default/small_arrow_blue.png) 10px center no-repeat;
}

#sub .treemenu ul li ul li.active a {
        color: #939293;
        background: url(../../images/default/small_arrow_blue.png) 10px center no-repeat;
}

#sub .treemenu ul li.active ul ul {
        display: none;
}

/****** End Left Menu **************/

.langchooser {
        float: right;
        margin: 55px 20px 0 0;
}

.langchooser a {
	margin-right: 8px;
}

.langchooser label {
        color: #333333;
}

/****** News **********************/

.news {
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.news_nopager .linktofull,
.news_nopager .pager,
.news_nopager .delimiter,
.news_nopager img,
.newsitem .category {
	display: none;
}

.news.nopager .pager {
	display: none;
}

.news .feedtitle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #494848;
}

.news ul {
	padding: 0;
}

.news li { 
	list-style:none; 
	padding: 10px 0px; 
	height:auto;
}

.newsitem .firstimg {
	display: inline-block;
	float: left;
	margin: 0 30px 30px 0; 
}

.newsitem .fulltext .firstimg {
	float: none;
	clear: both;
}

.newsitem .subject {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.newsitem .subject,
.newsitem .subject a,
.newsitem .subject a:visited {
	color: #333333;
	text-align:left;
}

.newsitem .fulltext .subject {
	margin-bottom: 20px;
}

.newsitem .date {
	font-size: 14px;
	font-style: italic;
	color: #6c6969;
	margin-bottom: 20px;
}

.news .authors,
.news .keywords {
	padding-top: 10px;
	font-size: 14px;
}

.news .authors label,
.news .keywords label {
	color: #8c8b8b !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.news .authors a:after,
.news .keywords a:after {
	content: ", ";
}

.news .authors a:last-child:after,
.news .keywords a:last-child:after {
	content: "";
}

.news .info {
	padding: 0 0 20px 0 ;
	color: #ae0a4b;
	font-size: 18px;
	font-weight: 400;
}

.newsitem p {
	float: none;
}


.news .image {
	float: left;
}

.news .caption {
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
}

.newsitem .linktofull {
	clear: both;	
}

.newsitem .linktofull a,
.newsitem .linktopdf a,
a.btn {
	display: inline-block;
	margin-top: 20px;
	padding: 13px 18px;
	color: #fff;
	font-weight: 600;
	background-color: #f59e2c;
	border: 1px solid #f59e2c;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.newsitem .linktopdf a {
	padding-left: 37px;
	background: #0085d0 url(../../images/site/pdf-white.png) 13px center no-repeat;
}

.newsitem .linktofull a:hover,
a.btn:hover {
	color: #f59e2c;
	text-decoration: none;
	background-color: transparent;
}

.newsitem .linktopdf a:hover {
	background-color: #017abe;
} 

.newsitem .newsabstract { 
}

.newsitem .newsabstract a {
	color: #333333;
}

.newsitem .newsabstract a:hover {
	text-decoration: none;
}

.newsback a,
.newsback a:visited {
	display: inline-block;
	margin: 10px 0 30px 0;
	padding: 13px 18px;
	color: #fff;
	font-weight: 600;
	background-color: #f59e2c;
	border: 1px solid #f59e2c;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.newsback a:hover {
	color: #f59e2c;
	text-decoration: none;
	background-color: transparent;
}

.newsbody {
	padding-top: 15px;
}

.news .comment_numb {
	height:18px;
	background:transparent url(/images/comment.png) no-repeat scroll 0 6px;
	padding:3px 20px 0px 20px;
	margin-top:10px;
	background-position:0 8px;
}

.firstpagelist > li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.firstpagelist > li:last-child {
	margin-right: 0;
}

.firstpage .pager {
	display: none;
}

#onecol .news {
 	margin: 0 auto;
 	width: 860px;
	padding: 30px 0 30px 0;
	font-family:verdana,bitstream vera sans,sans-serif;
}
#onecol .news .logo {
	float:left; 
	clear:right;
	margin-bottom:20px;
}

#onecol .news .button_set {
	float:right;
	width:auto;
}

#onecol .news .print .span2 {
	background: transparent url(../../images/print.png) no-repeat scroll top left; 
	padding:2px 0px 5px 23px;
}

#onecol .newsitem {
	color:#333333;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.66em;
	font-size:1.15em;
	text-align:left;
	float:left;
	clear:both;
	position:relative;
}

#popup_container #content {
	background-color: #ffffff;
}

/********** End News ********************************/


/************** CSS for comments *******************************************/

.showcomments { clear:both; }

.comments .makecomment { 
	clear:both;
	padding-top:10px;
	padding-left:30px;
}

.comments .makecomment label {margin-right:105px;font-size:12px;}

.comments .acomment{
	border-bottom:1px solid #F6F6F6;	
	clear:both; 
	width:90%; 
	padding-bottom:20px;
	padding-top:15px; 
	margin:0;
	display:inline-block;
	padding: 10px 0px 20px 35px;
}

.comments .acomment:hover {background-color:#f6f9fb;}

.comments .boldname { font-weight:bold; color:#416AA3;}

.comments .comment_date {
	color:#999999;
	font-size:0.85em;
}

.comments .comment_name { float:left;clear:left;width:180px;}

.comments .comment { 
	font-style: italic; 
	padding: 5px; 
	color:#666666;  
	display:block;
	float:left;
	padding-top:0px;
	width:330px;
}

.showlike, .showdislike { 
	clear:right;
	display:block;
	width:200px;
	margin-left:180px;
}

.commentbuttons {
	margin-left:180px;
	display:inline-block;
	clear:both;
	float:left;
	width:100%}

.likelink, .dislikelink, .deletelink { float:left; }

.likelink a, .dislikelink  a, .deletelink a{ 
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-attachment:scroll;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px 7px 6px 7px;
	margin:10px 3px 0 0;
	display:block;
}

.likelink a span {
	background:transparent url(/images/like_link.png) no-repeat scroll 0 center;
	padding:4px 0px 0px 15px;
}

.dislikelink a span {
	background:transparent url(/images/dislike_link.png) no-repeat scroll 0 center;
	padding:0px 0px 0px 15px;
}

.deletelink a span {
	background:transparent url(/images/delete_grey.png) no-repeat scroll 0 center;
	padding:1px 0px 1px 20px;
}

.likelink a:hover ,  .dislikelink a:hover, .deletelink a:hover  { background-color:#e7f1fb; }

.comments  h4 {
	color:#666666;
	font-size:12px;
	margin: 10px 0px 0px 10px;
	padding: 12px 0px 12px 0px;
}

.comments label {
	color:#416AA3;
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	
}
.comments td {vertical-align:top;}

.comments .mandatory { color:red; }

.comments input, .comments textarea{
	font-size:11px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:100%;
	border: 1px solid #CCCCCC;
	]width:300px;
}

.comments .comment_login p{ 
	]margin-bottom:-10px;
}

.comments .comment_login label{ width:23%; }

.comments .comment_login input{ width:50%; }

.comments .comment_login button{ 
	border: 1px solid #c6d880;
	background:transparent;
	border:1px solid #CCCCCC;
	color:#15428B;
	cursor:pointer;
	display:block;
	height:30px;
	margin-bottom:10px;
	margin-left: 400px;
	padding: 5px 15px;
	width:138px
}
.comments .comment_login button:hover { background-color: #e6efc2;}

.comments .forminput {clear:both;}

.comments .makecomment .submit_button { 
	margin-top: 5px;
    width: 312px;
    //width: 352px;
    width: 303px\0/;
}

.comments .makecomment .submit_button .submit_comment { 
	float: right;
}

.comments hr {
	color:#c1c8ce;
	border: 0;
	background-color: #c1c8ce;
	height: 1px;
	text-align: left;
	margin:10px 0px;
	width:50%;
	display:none;
}

.comments .users_like, .comments .users_dislike{
	font-size: 11px;
	color: #15428B;
	padding:10px;
	margin: 5px 0px;
	border: 1px solid #C4C4C2;
	background-color:#F2F2F1;
	margin-left:180px;
	width:320px;
}

.comments .order_buttons {
	clear:both;
	height:50px;
	padding-left:25px;
}

.comments .order_buttons p { float:left; padding-right:60px; margin-left:10px;}

.comments .order_buttons a { 
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	line-height:28px;
	padding-left: 18px;
	background: transparent url(../../images/inact_left.gif) no-repeat scroll top left;
	width:60px;
	text-align:center;
	text-decoration:none;
}

.comments .order_buttons a span { 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_right.gif) no-repeat scroll top right;
	padding-right: 10px;
}

.comments .order_buttons a span span{ 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_slice.gif) repeat;
}

.comments .order_buttons .order_like { background: url(/images/inact_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date { background: url(/images/inact_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_like.active { background: url(/images/act_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date.active { background: url(/images/act_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons a.active span { background: transparent url(../../images/act_right.gif) no-repeat scroll top right;}

.comments .order_buttons a.active span span{ 	background: transparent url(../../images/act_slice.gif) repeat;}


/************** End of CSS for comments ************************************/


/********** Newsletter Box *************************/

#sub .newsletterform .formtitle {
	display: block;
	width: 146px;
	margin-left: -10px;
	margin-bottom:0;
	background: url(../../images/default/newsletterbox_top.png) top left no-repeat;
	font-size:1.2em;
	padding:22px 0px 5px 55px;
}

#sub .newsletterform .showform_form{
	width: 200px;
	background: url(../../images/default/newsletterbox_bottom.png) left bottom no-repeat;
	padding-bottom: 11px;
}

#sub .newsletterform .showform_form ul { margin:0px; }

#sub .newsletterform .showform_form li { border:none;margin:0px;padding:0px;}

#sub .newsletterform .form_body { padding-left:10px; }

#sub .newsletterform .form_body .formtitle {margin-top: 0px}

#sub .newsletterform .form_body p {
	color:#5B5B5B;
	font-weight:bold;
	margin-bottom:5px;
	font-size:10px;
}

#sub .newsletterform .form_body .error {
	padding:0px;
	font-size:9px;
}

#sub .newsletterform .table_showform {padding-left:0px;}

#sub .newsletterform .table_showform .label_td {float:none;padding:0px}

#sub .newsletterform .table_showform .values_td {	float:left;  }

#sub .newsletterform label { 
	font-size:10px; 
	font-weight:normal;
}

#sub .newsletterform span.required { display:none; }

#sub .newsletterform .submit_button {
        margin: 20px 0 5px 115px;
        width: 74px;
        height: 19px;
		border: 0;
        background: url(../../images/default/submit_button.png) top left no-repeat;
        color: white;
        padding-top:2px;
	    _margin-left: 100px; 
		//padding-top: 0px; 	
}

#sub .newsletterform .clearfix { height:0px }

/********* End Newsletter Box *********************/

/********* Gallery ********************************/

.gallery { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

ul.gallery {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.gallery .gallery_keywords { 
	font-size:11px; 
	text-align:center;
}

.gallery .aphoto {
    background-color: #FFFFFF;
    border:1px solid #E6E6E6;
    float: left;
    font-size: 11px;
    margin: 0 0px 10px 0;
    padding: 9px 9px 4px 9px;
     -moz-box-shadow: 3px 3px 5px #ccc;
	 -webkit-box-shadow: 3px 3px 5px #ccc;
	 box-shadow: 3px 3px 5px #ccc;
}

.gallery .aphoto:hover {
    border:1px solid #BBBBBB;
}

ul.gallery .lezanta {
	width: 150px;
	color: #03A7DA;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.gallery .aphoto a:hover {
	text-decoration: none;
}

ul.gallery img {
    border: none;
	padding-bottom: 5px;
}

ul.gallery li {
	float: left;
    padding: 10px;
}

#slideshow { text-align: center;  }

#slideshow-container {
        position: relative;
        clear: both;
        height: 350px;
}

#slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#slideshow a.advance-link {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
}

#slideshow a:hover {  text-decoration: none;  }
#slideshow img {  border: 10px solid #f3f3f3;  }

#thumbs {
        margin: 5px 0 0 0;
        text-align: center;
}


/********* End Gallery ****************************/

/********* Document Viewer ************************/

.docviewer { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.docviewer .zoomicon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/flipbook/flipzoom.png) no-repeat scroll center;
	bottom:8px;
	display:block;
	height:55px;
	position:absolute;
	right:10px;
	width:58px;
}

.docviewer .docthumb p {
	background-color:#F3F3F3;
	background-image:none;
	display:inline-block;
	padding:10px;
	position:relative;
	text-align:center;
	color: #1b5b94;
	font-weight: bold;
}

/********* End Document Viewer ********************/


.ruler {
	display: block; 
	height: 4px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}

.separator {
	display: block;
    border-top: 1px solid #1887db;
    height: 1px;
    width: 150px;
    margin: 40px auto;
    text-align: center;
}

.separator_strong {
        border-top: 3px solid #d5d7d6;
        margin-top: 8px;
        height: 6px;
}

.boxarea {
	width: 217px;
	padding-bottom: 10px;
	background: #e4e3eb url(../../images/default/boxarea_bottom.png) bottom left no-repeat;
}

.boxarea_top {
	width: 217px;
	height: 10px;
	background: url(../../images/default/boxarea_top.png) top left no-repeat;
}

.box_instruct {
	width: 199px;
	height: 91px;
	margin: 0 9px 12px 9px;
	background: url(../../images/default/box_instruct.png) top left no-repeat;
}

.box_seminars {
	width: 199px;
	height: 91px;
	margin: 0 9px;
	background: url(../../images/default/box_seminars.png) top left no-repeat;
}

.boxarea span {
	display: block;
	padding: 35px 5px 5px 70px;
}

.boxarea a, .boxarea a:link, .boxarea a:visited {
        color: #333333; text-decoration: underline;
}

.boxarea a:hover {
        color: #78AE0D;
}

.contactform form {
	width: 500px;
        padding-top: 5px;
        padding-left: 20px;
}

.admin div.submit {
        text-align: left;
        padding-left: 260px;
}

.contactform button span {
	padding: 0 10px 0 10px; 
	background: none;
	border: none;
}

.contactform label {
        font-weight: normal;
        float: left;
        width: 180px;
        text-align: right;
        padding-right: 10px;
        color: #333333;
        font-size: 13px;
        line-height: 30px;
}


.contactform input {
    border: none;
	background: #e4e3eb url(../../images/default/input_box.png) top left no-repeat;
	width: 229px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	_width: 239px;
	font-size: 13px;
}

.contactform input[type="checkbox"],
.contactform input[type="radio"],
.contactform input[type="checkbox"]:focus,
.contactform input[type="radio"]:focus,
.contactform input[type="checkbox"]:active,
.contactform input[type="radio"]:active {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        width: auto;
        border: 0;
        background: transparent;
        text-align: left;
        outline-width: 0px;
}

.contactform p {
	margin: 6px 0 6px 0;
	text-align: right;
}

.contactform p.message {
        margin: 15px 0;
        text-align: left;
         color: #333333;
        font-size: 13px;
}

.contactform textarea,
.contactform textarea {
        width: 300px;
        height: 150px;
        border: 1px solid #a7a6aa;
        padding-left: 5px;
}
.contactform input:focus,
.contactform textarea:focus {
        background-color: #2A75B3;
        border: 1px solid #2A75B3;
        margin-top: -2px;
        margin-left: -2px;
}

.contactform a {
        display: block;
        padding-left: 10px;
}

.contactform button {
	color: #ffffff;
	background: transparent url(../../images/default/form_button.png) no-repeat scroll top left;
	cursor:pointer;
	width: 107px;
	height: 30px;
	border: 0;
	font-size: 14px;
}

.registerform {
	margin-top:10px;
}
.registerform form {
	width: auto;
	padding: 0 15px;
}

.registerform label {
	width: 220px;
}

.registerform p {
	padding-right: 150px;
}

.statuscont span {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px; 
	text-align: left;
}

.registerform .values_td { 
	margin-left: 10px;
}

.registerform .users {
	border:none;
}

.registerform .users .newtabs .subscripttable .delete, 
.registerform .users .newtabs .subscripttable .payall {
	display: block;
}
.registerform .users .formtable .select_box_pay { margin-left: 10px; }
.registerform .users .formtable th {
	border-top: 1px solid #cccccc;
	background:0;
	background-color: #F7F7F7;
}

.registerform .users .newtabs .subscripttable tr {
	font-size:11px;
}
.messages {
	color: red;
	float: right;
}

fieldset.highlight {
	background-color: #e9f0fb;
}

.messagebox {
	width: auto;
	margin: 0 0 10px 0;
	padding: 7px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
	min-height: 48px;
	font-size: 12px;
	_width: 100%;
	_height: auto;
	_height: 62px;
}

.messagebox.error {
	background: #ffffcc url(../../images/icon_critalert.gif) 20px 14px no-repeat;
	padding-left: 80px;
	color: #c60000;
}

.messagebox.ok {
        background: #ffffcc url(../../images/icon_ok.png) 20px 10px no-repeat;
        padding-left: 80px;
}

.messagebox.info {
        background: #ffffcc url(../../images/icon_info.png) 20px 10px no-repeat;
        padding-left: 80px;
}

a.backbutton {
        display: block;
        float: left;
        height: 24px;
        padding-right: 15px;
        background: transparent url(../../images/default/backbutton_right.png) no-repeat scroll top right;
        color: white;
	font-size: 10px;
        font-weight: bold;
}

a.backbutton span {
        background: url(../../images/default/backbutton_left.png) no-repeat;
        display: block;
        line-height: 14px;
        padding: 5px 0 5px 25px;
	color: white;
}

a.backbutton:hover {
        color: white;
}

a.linkto {
	display: inline-block;
	padding-left: 15px;
	background: url(../../images/default/square_arrow_blue.png) left 2px no-repeat;
	background: url(../../images/default/square_arrow_blue.png) left 4px no-repeat\9;
}

a:hover.linkto { color: #e85700;}


/******* Sitemap ************/

.sitemap {
	margin-top: 5px;
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 15px;
	text-align: left;
}

.sitemap h1 {
	margin-bottom: 25px; 
	font-weight: 500;
}

.sitemap ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.sitemap > ul {
	width: 100%;
}

.sitemap > ul > li > ul {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 100%;
}


.sitemap ul li {
	float:left;
	width: 260px;
	display: block;
}

.sitemap > ul > li:first-child {

}

.sitemap > ul > li:first-child a {

}

.sitemap ul li a {
	color: #333333;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 2px 10px;
    padding: 5px 10px;
}

.sitemap ul > li > a {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
    background-color: #1887db;
    border-radius: 3px;
}

.sitemap ul li a:hover { 
	text-decoration: none;
	background-color: #fdbb4d;
}

.sitemap ul ul {
	padding-left: 0;
}

.sitemap ul ul li > a:hover {
	background-color: #f0f0f0;
}

.sitemap ul ul li {
	width: 200px; 
	float: none;
}

.sitemap ul ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
}

.sitemap ul ul ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0px;
}

.sitemap ul ul ul li a {
	color: #818181;
	font-weight: 400;
	padding: 5px 10px;
}

.sitemap ul ul ul ul {
	display: none;
}

/****** End Sitemap **************/

/****** Catalog Tree *************/

.catalog_tree {
	margin-top: 5px;
   font-size: 14px;
}

.catalog_tree ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
        margin-bottom: 10px;
        list-style: none;
}

.catalog_tree ul ul {
        margin-bottom: 5px;
        margin-left: 20px;
}

.catalog_tree ul li {
        padding: 5px 15px;
        font-weight: bold;
        background: url(../../images/default/bullet.png) no-repeat 0px 10px;
}

.catalog_tree ul ul li {
	font-weight: normal;
}


/******* End Catalog Tree ********/

/****** CSS for showcatalog ******/

.showcatalog .formedit {
	border: 0;
}

.showcatalog .subcategory {
	float: left;
	padding: 5px 20px;
    text-align: center;
}

.showcatalog .subcategory p {
	
}

.showcatalog .show_details {
	clear: both;
	padding: 10px 0px;
}

.showcatalog .show_details .label_td, .showcatalog .show_details .values_td {
	float: left;
	margin: 5px;
}

.showcatalog .show_details .label_td {
	font-weight: bold;
}

.showcatalog .back_link {
	float: left;
	clear: both;
	margin:5px;
}

.showcatalog .grey {
	color:#b3b3b3;
}

.showcatalog ul.item_group {
	
	
}

.showcatalog ul.item_group li {
	background-color: #dde9f7;
	width: 176px;
	height: 100px;
	padding: 12px;
	border: 0;
	margin: 10px;
	float: left;
}

.showcatalog ul.item_group li .code {
	display: none;
}

.showcatalog ul.item_group li .name a {
	color: #494e4a;
	font-weight: bold;
}

.showcatalog ul.item_group li .name a:hover {
	color: #A32467;
	text-decoration: none;
}

.showcatalog ul.item_group li .description a {
	color: #494e4a;
}

.showcatalog ul.item_group li .description a:hover {
	color: #494e4a;
	text-decoration: none;
}

.showcatalog ul.item_group li .price {
	color: #A32467;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

/**** end of CSS for showcatalog ****/

/**** CSS for filters ***************/

.display_filters .filter_search {
    background:transparent no-repeat url("../../images/default/search_button.png")0 0;
    height: 18px;
    margin-bottom: 2px;
    width: 26px;
    border: 0;
    padding-top: 5px;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
	font-weight: bold;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	margin: 0 10px;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filters ***************/

.display_filters .filter_search {
    background:transparent no-repeat url("../../images/default/search_button.png")0 0;
    height: 18px;
    margin-bottom: 2px;
    width: 26px;
    border: 0;
    padding-top: 5px;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
	font-weight: bold;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	margin: 0 10px;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filter path ***************/

.filterpath .afilter {
	display: block;
    float: left;
    line-height: 23px;
    margin: 5px 10px 20px 0;
}

.filterpath .afilter label{
	font-weight: bold;
}

/**** end of CSS for filter path ********/

/******** Files **************/

.files_div {
        padding: 5px;
        background-color: #eef7fb;
        border: 1px solid #cccccc;
}

.files_div h4 {
        display: none;
}

.files_div ul li {
        list-style-type: none;
        margin-bottom: 10px;
}

.files_div label {
        display: block;
        width: 200px;
}

.files_div input {
        width: 300px;
}
/******** End Files **********/

/******** Iconize ************/

.iconize a[href$='.doc'], .iconize a[href$='.rtf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_doc.gif) no-repeat center left;
}

.iconize a[href$='.txt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_txt.gif) no-repeat center left;
}

.iconize a[href$='.xls'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_xls.gif) no-repeat center left;
}

.iconize a[href$='.rss'], .iconize a[href$='.atom'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_feed.gif) no-repeat center left;
}

.iconize a[href$='.opml'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_opml.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.torrent'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_torrent.gif) no-repeat center left;
}

.iconize a[href$='.vcard'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_vcard.gif) no-repeat center left;
}

.iconize a[href$='.exe'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_exe.gif) no-repeat center left;
}

.iconize a[href$='.dmg'], .iconize a[href$='.app'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_dmg.gif) no-repeat center left;
}

.iconize a[href$='.pps'], .iconize a[href$='.ppt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pps.gif) no-repeat center left;
}

.iconize a[href$='.pdf'], .iconize a[href$='.PDF'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pdf.gif) no-repeat center left;
}

.iconize a[href$='.xpi'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_plugin.gif) no-repeat center left;
}

.iconize a[href$='.fla'], .iconize a[href$='.swf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_flash.gif) no-repeat center left;
}

.iconize a[href$='.zip'], .iconize a[href$='.rar'], .iconize a[href$='.gzip'], .iconize a[href$='.bzip'], .iconize a[href$='.ace'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_archive.gif) no-repeat center left;
}

.iconize a[href$='.ical'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ical.gif) no-repeat center left;
}

.iconize a[href$='.css'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_css.gif) no-repeat center left;
}

.iconize a[href$='.ttf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ttf.gif) no-repeat center left;
}

.iconize a[href$='.jpg'], .iconize a[href$='.gif'], .iconize a[href$='.png'], .iconize a[href$='.bmp'], .iconize a[href$='.jpeg'], .iconize a[href$='.svg'], .iconize a[href$='.eps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pic.gif) no-repeat center left;
}

.iconize a[href$='.mov'], .iconize a[href$='.wmv'], .iconize a[href$='.mp4'], .iconize a[href$='.avi'], .iconize a[href$='.mpg'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_film.gif) no-repeat center left;
}

.iconize a[href$='.mp3'], .iconize a[href$='.wav'], .iconize a[href$='.ogg'], .iconize a[href$='.wma'], .iconize a[href$='.m4a'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_music.gif) no-repeat center left;
}

/********* End Iconize ********************************/

/********* Tags Cloud ********************************/

.tagscloud ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 10px;
}

.tagscloud ul li {
        display: inline;
        margin-right: 15px;
        line-height: 2em;
}

.tagscloud ul li a {
        display: inline;
}

.tagscloud ul li a.rate-10 {
        font-size: 110%;
}

.tagscloud ul li a.rate-20 {
        font-size: 120%;
}

.tagscloud ul li a.rate-30 {
        font-size: 130%;
}

.tagscloud ul li a.rate-40 {
        font-size: 140%;
}

.tagscloud ul li a.rate-50 {
        font-size: 150%;
}

.tagscloud ul li a.rate-60 {
        font-size: 160%;
}

.tagscloud ul li a.rate-70 {
        font-size: 170%;
}

.tagscloud ul li a.rate-80 {
        font-size: 180%;
}

.tagscloud ul li a.rate-90 {
        font-size: 190%;
}

/********* End Tags Cloud ***************************/

/********* Tags Table ********************************/

.tagstable table {
	border: 1px solid #cccccc;
	border-right:1px solid #cccccc; 
	border-bottom:none;
	width:97%;
	border-top:0;
	margin:15px 14px 30px 14px;
	margin-top:15px;
}

.tagstable tr {
	border:0;
	height:10px;
	background:0;
	font-size:12px;
}

.tagstable th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background:transparent url(../../images/ecampaign/Th0Slice.gif) top left;
	padding:3px;
	text-align:center;
}


.tagstable td.trow_even, .tagstable td.trow_odd {
	border:none; 
	border-bottom: 1px solid #cccccc;
	padding:4px;
	padding-left:5px;
	text-align:center;
}

.tagstable td.trow_even {
	border-right: 1px solid #cccccc;
	background:#f7f7f7;
}

.tagstable td.trow_odd {
	border-right: 1px solid #cccccc;
	background:#ffffff;
}

.tagstable th.tag_col, .tagstable td.tag_col {
	padding-left: 25px;
    text-align: left;
    width: 450px;
}

/********* End Tags Table ***************************/

/************** CSS for forms ***********************/

.showform { 
	position:relative; 
	font-family: 'Open Sans', Helvetica, Arial;
}

.showform .formtitle {
	padding: 0 0 20px 5px;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 20px;
	font-weight: 600;
}

.showform form { 
	margin-bottom: 60px;
	font-size: 15px;
}
.showform label {
	font-weight: 500;
	font-size: 16px;
	width: 100%;
}
.showform ul { list-style: none; padding:0px;}

.showform li {
	border: none;
	text-align: left;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

.showform .table_showform {
	width:100%;
	clear:both;
}
.showform .table_showform input, .showform .table_showform select{ font-size:12px; }

.showform .label_td {	
	min-width: 30%;
	text-align: left;
	padding: 0 0 10px 5px;
	float:left;
}
.showform .values_td {	
	vertical-align:top;
	text-align: left;
	float:left;
}

.showform .check_psw {clear: left; padding-top:15px;}

.showform .comment_td {	
	text-align: left;
	padding:5px;
	padding-bottom:0px;
	font-size:11px;
	font-style:italic;
}

.showform .fieldset {
	border: 1px solid #3298CB;
	padding:10px;
	margin: 20px 0px;
}

.showform .fieldsection {
	border:none;
	margin:0px;
	padding:0px;
}

.showform .fieldsection label {
	font-size:15px;
	font-weight:800;
	color:#3298CB;
	text-align: left;
}

.showform .ui-datepicker-trigger, .returnForm .ui-datepicker-trigger {
	margin-bottom:-3px;
	margin-left:5px;
}
.showform span.required, .returnForm span.required {
	color:#BA0000;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	height:16px;
	padding-left:2px;
}

.showform  .field_error{ border: 2px solid #fc0505; }

.showform  .error{
	color: #fc0505;
	padding: 3px 8px;
	font-size:11px;
}

.showform .errormessage  { width: 480px; z-index:1;}
.showform {position:relative;}
.showform .savemessage {
	text-align:center;
	padding:5px;
	padding-top:10px;
	margin-bottom:5px;
	background-color:#ECFADC;
	border:1px solid #ADB3A6;
	font-weight:bold;
	width:98%;
	position:absolute;
	top: 0px;
	z-index:201;
}

.showform .small_upload .filesUploaded { background-color:#ffffff; }
.showform .save .span2 {background: transparent url(../../images/icons/save.gif) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.showform .submit_button, .previewform .demo_button {
	padding:5px 10px;
	margin-top:0px;
	cursor:pointer;
}

#popup_container #content .previewform { text-align:left; }
.showform a.goprev, .showform a.gonext, 
#popup_container #content .previewform a.goprev, #popup_container #content .previewform a.gonext {
	color:#206BAE;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.showform .ui-tabs { width: auto; }

.showform .ui-widget-content { background-color: #ffffff; }

/************** end of CSS for forms ****************/

/************** CSS for sharing bar *****************/

.showbar { border-bottom: 1px solid #C8C8BF; }

.showbar .clearfix {height:0px;}

.showbar ul.barbuttons { list-style: none;float: right; }

.showbar ul.barbuttons li {
	float: left;
	height:20px;
	padding: 0 10px;
	width:auto;
	border-right: 1px solid #C8C8BF;
}

.showbar ul.barbuttons li.addthis_bar { border:none;}

.changeme { font-size: 1.66em;}

.showbar ul.barbuttons li a {
	float: left;
	display:block; 
}

.showbar ul.barbuttons li a.print, .showbar ul.barbuttons li a.email { 
	height:10px;
	margin: 4px 0 0 0;
	width:10px;
}

.showbar ul.barbuttons li a.font-decrease, .showbar ul.barbuttons li a.font-increase, .showbar ul.barbuttons li a.font-reset  {
	height:7px;
	margin: 6px 5px 0 0;
	width:13px;
}

.showbar ul.barbuttons li a em {display:none;}

.showbar ul.barbuttons li a.print { background:transparent url(/images/sharingbar/icon_print.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.email {background:transparent url(/images/sharingbar/icon_email.gif) no-repeat scroll 0 0; margin-top:5px;}

.showbar ul.barbuttons li a.font-decrease {background:transparent url(/images/sharingbar/icon_font_decrease.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-increase {background:transparent url(/images/sharingbar/icon_font_increase.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-reset {background:transparent url(/images/sharingbar/icon_font_reset.gif) no-repeat scroll 0 0; margin-right:0}

.link_form { 
	padding: 0px 20px;
	//padding:0px; margin-left:-20px;
}

.link_form .showform {margin-top:25px;}

.link_form h1 { display:none; }

.link_form .label_td { width:47%; }

.link_form label, .link_form input, .link_form select { font-size:110%; } 

.link_form .captcha_reload {
	clear:both;
	float:left;
	padding-left:20px;
}

.link_form img#captcha {
	width:150px;
	padding: 5px 5px 0 0;
	float:left;
}

.link_form .captcha_input { 
	margin: 40px 0 0 35px;
	]margin:12px;
}

.link_form .showform .submit_button { 
	float:right;
	margin-right: 18px;
}

.link_form .showform .savemessage {
	 width: 390px;
	 top: -30px;
	 left: 0;
	 right: 10px;
	 padding: 5px 0px;
}

.addtofavorite span {
	cursor: pointer;
	background:transparent url(/images/sharingbar/favorites.png) no-repeat scroll 0 0;
	height: 15px;
	width: 15px;
	padding: 0 8px 4px 4px;
}

/************** end of CSS for sharing bar **********/

/************** CSS for searchview ******************/

.searchview .results_count {
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchview .found_results {
	margin-bottom: 8px;
	font-family: arial,sans-serif;
	border-bottom: 1px dotted #CACACA;
    padding: 10px 0px;
}
.searchview .found_results span {
	font-size: medium;
	font-weight: bold;
}

.searchview .found_results a{
	font-size: 14px;
	margin: 10px 0 0px 0;
	color: #2200C1;
	font-weight: bold;
    margin: 0;
  	line-height: 1.2;
	text-decoration: underline;
	font-size: medium;
}

.searchview .found_results a:visited {
   // color: #551A8B;
}

.searchview .found_results .content_part {
	max-width: 42em;
	margin:0;
    font-size: small;
    
}

.searchview .found_results .page_link {
	color: #0E774A;
	margin:0;
    font-style: normal;
}

.searchview .newtabs .ui-corner-all  { 
	width: 99.6%;
}

/************** end of CSS for searchview ***********/

/************** CSS for poll ************************/

.poll .values_td input, .poll .values_td .input_option {
	float: left;
	margin: 5px;
}

.poll .values_td input {
	clear: left;
	margin-top: 7px;
}

.pollresults .field_title {
	padding: 30px 5px 10px 5px;
	font-size: 14px;
	color: #2A75B3;
	font-weight: bold;
	clear: both;
}

.pollresults .option_title {
	margin: 5px;
	font-weight: bold;
	float: left;
	clear: left;
}

.pollresults .total_votes {
	font-style: italic;
	margin: 5px;
}

.pollresults .option_perc {
	margin: 5px;
	float: left;
}

.pollresults .perc_bar {
    clear: both;
    display: block;
    float: left;
    height: 40px;
    border: 1px solid #cccccc;
}

.pollresults .colorbar1 { background-color: #d11f1f; }
.pollresults .colorbar2 { background-color: #837c78; }
.pollresults .colorbar3 { background-color: #160ba1; }
.pollresults .colorbar4 { background-color: #dee51d; }
.pollresults .colorbar5 { background-color: #8c08a0; }
.pollresults .colorbar6 { background-color: #e7631a; }
.pollresults .colorbar7 { background-color: #0ba147; }
.pollresults .colorbar8 { background-color: #11d5dc; }
.pollresults .colorbar9 { background-color: #e45b7f; }
.pollresults .colorbar10 { background-color: #e4ac5b; }

/************ end of CSS for poll ********************/

/************ CSS for forum **************************/

.news.forumlist {
	border: 1px solid #dde4eb;
	padding-left: 0;
	border-bottom: 0;
	font-size: 12px;
	margin-top: 15px;
}

.news.forumlist li {
	border-bottom: 1px solid #dde4eb;
	padding: 0px;
	margin: 0px;
}

.forumlist .subject, .forumlist .authors, .forumlist .comment_numb {
	float: left;
	border-right: 1px solid #dde4eb;
	margin: 0;
	font-size: 13px;
	width: 7%;
	padding: 20px 50px;
	text-align: center;
	height: 30px;
}

.forumlist .subject {	
	background-image: url("../../images/forum_entry.png");
    background-position: 15px center;
    width: 70%;
    padding: 20px 40px 25px 60px;
}

.forumlist .newsabstract, .forum .fulltext .newsabstract {	
	display:none;
}

.forumlist .subject a {	
	
	display: block;
	padding: 0px 0 0px 20px;
}

.forumlist .authors label, .forum .fulltext .authors label {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

.forumlist .comment_numb {
	border-right: none;
	background: none;
}

.news.forumlist .delimiter, .forum .fulltext .delimiter {
	display: none;
}

.news.forumlist .admin_buttons {
	width: 79.2%;
	border-right: 1px solid #dde4eb;
	margin-top: 0;
	padding-bottom: 10px;
}

.forumlist .date,
.forumlist .linktofull { 
	display: none;
}

.forum .fulltext {
	font-size: 12px;
	margin-top: 20px;
	border: 1px solid #dde4eb;
	border-bottom: 0;
	background-color: #edf1f5;
}

.forum .fulltext .subject {
	float:left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url("../../images/forumtable-head.gif") 18px center repeat-x;
    height: 34px;
    line-height: 34px;
    padding: 0px 5.2% 0px 2%;
    border-bottom: 1px solid #dde4eb;
    width: 93%;
    margin: 0;
    color: #dddddd;
}

.forum .fulltext .authors {
	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	height: 40px;
}

.forum .fulltext .date {
	float: left;
	display: block;
	border-left: 1px solid #dde4eb;
	padding: 0px 18px 0;
	background-color: #F1F1F1;
	width: 655px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dde4eb;
}

.forum .fulltext .newsbody {
	float: left;
	width: 663px;
    border-left: 1px solid #dde4eb;
    background-color: #F1F1F1;
    padding: 0px 18px 30px 10px;
}

.forum .fulltext .showcomments {
	border-top: 1px solid #00579c;
}

.forum .fulltext .showcomments h4.comment_number, .forum .fulltext .showcomments .order_buttons {
	display: none;
}

.forum .fulltext .comments .comment_date {
	background-color: #f1f1f1;
	font-size: 12px;
	color: #00579c;
	border-bottom: 1px dashed #dde4eb;
	border-left: 1px solid #dde4eb;
	line-height: 35px;
    margin-left: 196px;
    padding-left: 18px;
}

.forum .fulltext .comments .comment_name{
   	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	margin-top: -36px;
	height: 40px;
}

.forum .fulltext .comments .comment, .forum .fulltext .comments .commentbuttons {
    float: left;
	width: 655px;
    border-left: 1px solid #dde4eb;
    background-color: #ffffff;
    padding: 10px 18px 30px 18px;
}

.forum .fulltext .comments .commentbuttons {
     margin-left: 196px;
     padding-bottom: 30px;
}

.forum .fulltext .comments .acomment {
	border-bottom: 1px solid #dde4eb;   
    clear: both;  
    padding: 0;
    width: 100%;
}

.forum .fulltext .comments .showlike, .forum .fulltext .comments .showdislike,
.forum .fulltext .comments .users_like, .forum .fulltext .comments .users_dislike {
	margin: 0 0 0 196px ;
	background-color: #FFFFFF;
	border-left: 1px solid #dde4eb;
	padding-left: 18px;
    width: 673px;
    padding-right: 0;
}

.forum .fulltext .comments .acomment:hover {
	background-color: transparent;
}

.forum .fulltext .comments .makecomment {
	background-color: #ffffff;
	border-bottom: 1px solid #dde4eb;
	
}

.forum .fulltext .comments .makecomment td {
	font-size: 12px;
}

.forum .fulltext .comments .makecomment textarea {
	width: 620px;
	height: 200px;
}

.forum .fulltext .admin_buttons {
    margin-top: -25px;
    width: 160px;
    margin-left: 18px;
}

.forum .fulltext .pager {
	height: 33px;
	line-height: 33px;
	background: url("../../images/forumpager.gif") left center repeat-x;
	border-bottom: 1px solid #dde4eb;
}

.forum .fulltext .pager .pager_pagecount {
	text-align: left;
	padding-left: 18px;
}

.forum .fulltext .pager .pager_foundinfo {
	display: none;
}

.forum .comments .comment {
	font-style: inherit	
}

.forum .fulltext .comments .makecomment .submit_button {
    float: right;
    margin: 5px 37px 0 0;
}

.forum .fulltext .comments h4 {
	font-size: 13px;
    margin-left: 14px;
}

.forum .fulltext .comments .comment_login input {
	width: 285px;
}

.forum .fulltext .comments .comment_login {
	border-bottom: 1px solid #dde4eb;
	padding-bottom: 30px;
}

/************ end of CSS for forum ******************/


/******************** CSS for cart ******************/

.showcatalog .add_to_cart {
	float: right;
}

.cart {
	float: left;
	width: 100%;
}

.cart fieldset {
	float: right;
	background-color: #F3F2F2;
    padding: 10px 3px 3px 10px;
	margin: 0;
	border: none;
	border-radius: 2px 2px 0 2px;
}

.cart .cart-table-wrapper {
	float: right;
	background: url("../../images/eshop/cart-shadow.png") right bottom no-repeat;
    padding: 0 7px 7px 0;
}

.cart table {
	display: block;
    padding: 0;
	border: none;
	font-size: 12px;
}

.cart table tbody { 
	float:left;
	width: 100%;
	background-color: #fff;   
}

.cart table tr {  
	width: 100%;
	float:left;
	
}
  
.cart table td ,
.cart table th {
	float:left;
	padding: 5px;
	background-color: #fff;
	color: #333333;
	word-wrap: break-word;
	overflow: hidden;
	border-right: 1px solid #EEEEEE; 
	border-bottom: 1px solid #eeeeee;
}
 
.cart table td {	 min-height: 79px;   }

.cart table th {  min-height: 20px;   }

.cart .delete {
	display: block;
	float: left;
    width: 17px;
	height: 18px;
	background:	url("../../images/eshop/pix.png") no-repeat scroll 0 -150px transparent;
}

.cart .delete:hover { 
	background-position: -17px -150px;  
	text-decoration: none;
}

.cart form {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cart table td input { 
	font-size: 12px;
    margin: 0 4px 10px 0;
    padding: 3px 1px;  
}

.cart .reload {
	float: right;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -200px transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}


.cart .the_image {
	float: left;
	width: 9%;
}

.cart .the_image img {
	max-height: 75px;
	max-width: 75px;
	display: block;
	margin: 0 auto;
}

.cart .the_name {
	float: left;
	width: 20%;
}

.cart .the_name a {
	color: #C15C9B;
}

.cart .the_name a:hover {
	text-decoration: none;
	color: #942F6E;
}

.cart .the_chars {
	float: left;
	width: 7.4%;
}

.cart .one_char {
	width: 100%;
	padding: 0 0 5px 0;
}

.cart .the_price {
	float: left;
    width: 9%;
}

.cart .the_quant{
	float: left;
    width: 7%;
}

.cart .the_sumprice{
	float: left;
    width: 8.5%;
}

.cart .the_tax{
	float: left;
    width: 7%;
}

.cart .the_tax_pr{
	float: left;
    width: 8%;
}

.cart .the_total{
	float: left;
    width: 10%;
}

.cart .the_delete {
	float: left;
    width: 2%;
	border:none;
}

.cart .continueshop {
	float: left;
	min-width: 1120px;
	background-color: #fff;
	padding: 2px 0;
}

.cart .continueshop a {
    float: left;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -240px transparent;
	margin: 15px 0 10px 20px;
	padding: 0px 0 0px 21px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	#padding-bottom: 10px;
}

.cart .continueshop a:hover {
	color: #942F6E;
	text-decoration: none;
}

.cart .thefinalprice {
	float: right;
	min-width: 25%;
		#width: 25%;
	background-color: #F3F2F2;
    border-radius: 0 0 2px 2px;
    margin: 0;
   padding: 5px 10px 0 25px;
	text-align: right;
}

.cart .checkout {
	background-color: #F3F2F2;
	min-width: 25%;
	#width: 25%;
    height: 35px;
    float: right;
	clear: both;
    margin: 0 0 10px 0;
	text-align: right;
	padding: 10px 10px 20px 25px;
	
}

.cart .checkout a {
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border: none;
	box-shadow: 0 1px 2px #98AFC7; 
	border-radius: 2px;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -moz-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -o-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C15C9B), color-stop(1, #912C6B));
	background-image: -webkit-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: linear-gradient(to bottom, #C15C9B 0%, #912C6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15C9B', endColorstr='#912C6B');
}

.cart .checkout a span {
	background: url("../../../../images/kiteshop/checkout_arr.png") 90% 50% no-repeat;
	padding: 0px 30px 0px 20px;
}

.cart .checkout a:hover  {
	 background: none #912C6B;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912C6B', endColorstr='#912C6B');
	 text-decoration: none;
	}

.cart .contactform {
	width: 45%;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 5px 10px;
}

.cart .contactform form  {
	width: 100%;
	padding: 0;
}

.cart .contactform label {
	text-align: left;
}

.cart .contactform p { 
	text-align: left;
}

.cart a.nosignin {
	display: block;
    float: left;
    text-align: center;
    width: 45%;
    background-color: #646464;
    color: #FFFFFF;
    border: 1px solid #b0afaf;
    line-height: 30px;
    height: 30px;
    margin: 60px 20px;
}

.cart .sale_price {
	text-decoration: line-through;
}

.cart .aprice {
	margin: 4px 0;
}

.cart .aprice .number {
	font-weight: bold;
}

.cart .total {
	color: red;
    font-weight: bold;
}

.cart .username {
	text-align: right;
    font-style: italic;
    font-weight: bold;
}

.cart .checkout_info {
	clear: both;
    float: left;
    width: 100%;
    color: #333333;
}

.cart .checkout_info .showform {
	float: left;
	width: 100%;
}

.cart .checkout_info .form_option input { 
	margin-right: 10px; 
}

.cart .checkout_info .step_label {
	background-color: #F3F2F2;
    float: left;
    margin: 0 0 20px 0;
    padding: 1% 2%;
    width: 96%;
}

.cart .checkout_info .data_option {
	float: left;
	margin:5px;
	width: 30%;
}

.cart .checkout_info .data_option a.option {
	padding: 3%;
	width: 94%;
	float: left;
	border: 1px solid #F0F1F3;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	cursor:pointer;
	background-color: #F0F1F3;
	height: 150px;
}

.cart .checkout_info .data_option a.option:hover, .cart .checkout_info .data_option a.option.selected {
	background-color:#ecfadc;
	text-decoration: none;
}

.cart .checkout_info .form_body {
	float: left;
	clear: both;
	width: 100%;
}

.cart .checkout_info .formtitle {
	display: none;
}

.cart .checkout_info input[type="text"], .cart .checkout_info textarea, .cart .checkout_info select {
    -moz-border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 260px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.cart .checkout_info textarea, .cart .checkout_info select {
	margin-left: 7px;
    width: 268px;
}

.cart .checkout_info .step {
	clear: both;
    margin-bottom: 25px;
    padding: 10px;
}

.cart .checkout_info .step.error_step {
	border: 2px solid #FC0505;
}

.cart .checkout_info .data_option_field {
	display: block;
	color: ;
}

.cart .checkout_info .step a.edit {
	color: red;
	font-size: 11px;
	float: right;
	clear: both;
}

.cart .checkout_info .a_button {
	background-color: #333333;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 5px 10px;
}

.cart .checkout_info .clearfix.no_height { 
	height: 0;
}

.cart .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 14px;
    height: 45px;
    margin: 50px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.cart .error_box {
    background: transparent url("../../images/error_box.jpg") no-repeat 0 0;
    height: 57px;
    margin: 20px auto 30px;
    padding: 14px 13px 30px 92px;
    text-align: left;
    width: 691px;
    clear: both;
    font-size: 18px;
    line-height: 50px;
}

.cart .checkout_info input {
	margin-left: 2%;
}

.cart .checkout_info .formtitle {
	display: none;
}

/************** standard CSS for cart ****************************************/

.cart .receipt_form, .cart .invoice_form, .cart .new_billing_data, .cart .shipping_form {
	display: block;
}

.cart .receipt_form.hidden, .cart .invoice_form.hidden, .cart .new_billing_data.hidden, .cart .shipping_form.hidden {
	display: none;
}

.cart .shop_info {
	display: block;
	margin-top: 15px;
}

.cart .shop_info.hidden {
	display: none;
}

/************ end of CSS for cart ******************/

/************ CSS for ecommerceOrderhistory ********/

.ecommerce_history {
	font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .menutabs {
    background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    width: 96%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
}

.ecommerce_history .menutabs a {
    padding: 3px 12px;
    display: inline-block;
}

.ecommerce_history .menutabs a.active {	
    background-color: #FFFFFF;
    border: 1px solid #D1D3D6;
    border-bottom: 1px solid white !important;
    padding-bottom: 5px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
   	margin-bottom: -1px;
}


.ecommerce_history .clearfix.no_height { 
	height: 0;
}

.ecommerce_history .paragraph {
	background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    clear: both;
    display: block;
    font-size: 11px;
    margin: 1px 0 0 0;
    width: 100%;
}

.ecommerce_history label {
    float: left;
    font-weight: bold;
    max-height: 60px;
    text-align: right;
    vertical-align: top;
    width: 16%;
    padding: 15px 2%;
    font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .formedit label {
	width: auto;
	font-size: 13px;
    font-weight: 700;
    width: 100px;
    padding: 0;
}

.ecommerce_history .option_input {
    background-color: #FFFFFF;
    float: left;
    min-height: 60px;
    padding-bottom: 15px;
    width: 72%;
    padding: 15px 4%;
    display: block;
    float: left;
    font-size: 14px;
    color: #777777;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history div.paragraph p {
    clear: right;
    margin: 0;
}

.ecommerce_history div.paragraph p input {
    float: left;
    margin-bottom: 10px;
}

.ecommerce_history textarea {
    width: 260px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .date_part input{
	width: 140px;
} 

.ecommerce_history .time_part select {
	width: 80px;
}

.ecommerce_history .ui-datepicker-trigger {
	vertical-align: -3px;
}

.ecommerce_history input[type='text']:focus,
.ecommerce_history textarea:focus,
.ecommerce_history select:focus {
	border: 1px solid #86b9e8;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 15px #deecf9;
	-webkit-box-shadow: 0 0 15px #deecf9;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ecommerce_history input.small_input {
	width: 100px;
	text-align: right;
}

.ecommerce_history select.small_input {
	width: 100px;
}
    
.ecommerce_history div.paragraph p .label {
    float: left;
    clear: both;
    width: 100px;
    height: 30px;
    margin-right: 10px;
}

.ecommerce_history .option_display span.label {
    width: 70px;
}

.ecommerce_history .description {
	margin-bottom: 25px;
}

.ecommerce_history .path {
	margin: 25px 0;
	color: #555555;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

.ecommerce_history .path a {
	font-size: 11px;
}

.ecommerce_history .formedit {
	border: 0;
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history .formedit .formtable th {
	border: 0;
	text-align: center;
	padding: 4px 10px 3px 10px;
}

.ecommerce_history .error {
	border: 2px solid #f80808;
    padding: 5px 10px;
    background-color: #FFFFFF;
    font-size: 12px;
}

.ecommerce_history .product_table table {
	clear: both;
	float: left;
	padding: 0px;
	border: 1px solid #D1D3D6;
	margin: 20px 0;
	width: 100%;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}

.ecommerce_history .product_table table.taxclasses {
	width: 360px;	
}

.ecommerce_history .product_table td {
	padding: 10px 0;
	font-size: 13px;
}

.ecommerce_history .product_table td.total {
	font-weight: bold;
}

 .ecommerce_history .product_table input[type="text"] {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 40px;
}

.ecommerce_history .change_shipping input {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 70px;
}

.ecommerce_history .product_table select {
    width: 80px;
}

.ecommerce_history .product_table th {
	padding: 10px 15px;
    text-align: center;
    width: 98px;
    color: #999999;
    font-size: 13px;
    background: #f7f7f7;
    border-bottom: 1px solid #E7E7E7;
}

.ecommerce_history .product_table label, .ecommerce_history .product_table a {
	float: none;
	vertical-align: inherit;
    font-size: 13px;
    font-weight: bold;
    max-height: 60px;
    padding: 0 2%;
    width: 16%;
    background: none;
    padding: 0;
}

.ecommerce_history .product_table td.trow_even {
	background: #f7f7f7;
}

.ecommerce_history .product_table .first_row td {
	background: #f9efee;
}

.ecommerce_history .product_table .comment a {
	background: transparent url("../../images/comment_grey.png") center 4px no-repeat;
	padding-bottom: 3px;
	display:block;
	width: 100%;
}

.ecommerce_history .product_table .comment a.has_comment {
	background: transparent url("../../images/comment_red.png") center 4px no-repeat;
}

.ecommerce_history tr td a, .ecommerce_history tr td a:hover, .ecommerce_history tr td a:focus { 
	text-decoration: none;
}

.ecommerce_history .product_table .comment {
	position: relative;
}

.ecommerce_history .product_table .comment_cloud {
    padding: 0px 0 15px 30px;
    position: absolute;
    right: 13px;
    text-align: left;
    top: 20px;
    width: 290px;
    z-index: 99999;
}

.ecommerce_history .product_table .comment_cloud .comment_box {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	font-family: verdana,bitstream vera sans,sans-serif;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    height: 100px;
    overflow-y: scroll;
    padding: 5px 3px;
    margin: 5px 23px 0 0;
}

.ecommerce_history .product_table .comment_cloud .update {
	float: right;
	margin-right: 20px;
	padding: 2px 6px;
	width: 270px;
}

.ecommerce_history .theprice {
	float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 20px;
    font-family: verdana,bitstream vera sans,sans-serif;
}

.ecommerce_history .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 12px;
    height: 45px;
    margin: 20px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: left;
	clear: both;
	width: 83%;
}

.ecommerce_history .no_data {
    float: left;
    line-height: 35px;
    font-size: 18px;
}

.ecommerce_history table.order_history {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
	width: 100%;
	color: #333333;
    font-size: 13px;
}

.ecommerce_history table.order_history th, .ecommerce_history table.order_history td {
	border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
	border-left: 1px solid #DDDDDD;
}

.ecommerce_history table.order_history th {
	border-top: 0 none;
	background-color: #FFFFFF;
}

.ecommerce_history table.order_history td.trow_even {
   background-color: #F9F9F9;
}

.ecommerce_history table.order_history td.trow_odd {
    background-color: #FFFFFF;
}

.ecommerce_history table.order_history th.notes, .ecommerce_history table.order_history td.notes {
	text-align: center;
}

.ecommerce_history .required {
	color: #b70117;
	font-size: 20px;
}

.ecommerce_history .conditions {
	border: 1px dotted #D1D3D6;
	padding: 15px;
	width: 80%;
}

.ecommerce_history .option_input .formedit .formtitle {
	color: #333333;
}

.ecommerce_history .option_input .formedit .onlydisplay .label_td {
	padding: 0;
}

.ecommerce_history .option_input .formedit label {
	text-align: left;
    width: 160px;
}

.ecommerce_history .paragraph .anoption {
	float: left;
	clear: both;
	margin: 5px 0;
}

.ecommerce_history .shipping_info label {
	padding: 0;
	width: 80%;
}

.ecommerce_history .filters {
	background-color: #EBF3FA;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
	width: 96%;
}

.ecommerce_history .product_table .shipping_rules .price {
	font-weight: bold;
}

.ecommerce_history .pager {
	clear: both;
}

.ecommerce_history .formedit .formtable td.notes, .ecommerce_history .formedit .formtable th.notes {
	width: 20px;
}

.ecommerce_history .orderhistory_table {
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history table.order_history th.actions, .ecommerce_history table.order_history td.actions {
	text-align: center;
	width: 180px;
}

.ecommerce_history table.order_history td.actions a {
	background: url("../../images/th_slice.gif") repeat scroll left center transparent;
	border-radius: 3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	border: 1px solid #ccc;
    color: #494949;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 5px;
    width: 70px;
	font-size: 11px;
	
}

.ecommerce_history table.order_history td.actions a:hover {
	background: url("../../images/btn_blue_left_hover.gif") no-repeat scroll center center transparent;
	border: 1px solid #005799;
    color: #fff;

}

.ecommerce_history .orderhistory_table table td.address {
    text-align: left;
    width: 400px;
}

.ecommerce_history .showform {
	clear: both;
    float: left;
    width: 100%;
}

.ecommerce_history input[type="text"], .ecommerce_history textarea, .ecommerce_history select, .ecommerce_history .change_shipping input {
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 300px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.ecommerce_history textarea {
    width: 300px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .button_set.save, .ecommerce_history .button_set.cancel {
	clear: none;
}

.ecommerce_history .button_set.cancel {
	float: right;
}

.ecommerce_history .edit_product_form {
	width: 600px;
}
/******** end of CSS for ecommerceOrderhistory *********/


#onecol { 
	width: 95%; 
	margin: 15px auto 15px auto;
}

.clearfix {
	clear: both;
	float: none;
}


/* JQ Modal ***************************************************************/

/* jqModal base Styling courtesy of;
 * 	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 * 	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	width: 450px;
	background-color: #a4caee;
	color: #333;
	border: 1px solid black;
	padding: 8px;
	text-align: left;
	z-index: 999;
}

.jqmOverlay { background-color: #000; }

.jqmWindow .titlebar {
	background-color: #d1e4f7;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.jqmClose {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: transparent url(../../images/icon_close.gif) top left no-repeat;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
 	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*
*/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
.jqmWindow {
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	left: expression(Math.round(50*(document.documentElement.offsetWidth || document.body.clientWidth)/100) + 'px');
}

.jqDrag {
	position: relative;
	cursor: move;
}

.fileUploadQueue {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 0 0;
	padding-left: 25px;
	/*border: 1px solid #e5e5e5;*/
}

.filesUploaded {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.filesUploaded .message {
	display: inline-block;
}

.filesUploaded .error {
	color: red;
}

.uploadedFile {
	display: inline-block;
	margin: 0;
}

.uploadActions {
	padding: 5px 0;
	text-align: center;
}

.actionButton {
	display: inline-block;
        margin-left: 20px;
        padding: 5px 15px 5px 32px;
        background-color: #f5f5f5;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        font-weight: normal;
}

a.actionButton, a:link.actionButton {
        color: #333333;
        font-size: 11px;
	text-decoration: none;
}

a:hover.actionButtonr, a.actionButton:active, a.actionButton:visited, a:focus.actionButton {
	text-decoration: none;
}

.clearQueue {
	display: inline-block;
	padding: 5px 0 5px 32px;
	background: url(../../images/icons/table_row_delete.png) 8px 6px no-repeat;
}

.jqmClose.actionButton.cancel {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
	background: #f5f5f5 url(../../images/icons/cross.png) 8px 6px no-repeat;
}


.actionButton.upload {
	background: #f5f5f5 url(../../images/icons/arrow_up.png) 8px 6px no-repeat;
}

.actionButton.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}
.jqmClose.actionButton.cancel.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}

.actionButton.red:hover {
        background-color: #fbe3e4;
        border: 1px solid #fbc2c4;
}

.browseButton {
	text-align: center;
	margin: 0;
}

.fileUploadQueueItem {
        font: 11px Verdana, Geneva, sans-serif;
        background-color: #F5F5F5;
        border: 3px solid #E5E5E5;
        margin-top: 5px;
        padding: 10px;
        width: 350px;
	text-align: left;
}
.fileUploadQueueItem .cancel {
        float: right;
}
.fileUploadProgress {
        background-color: #FFFFFF;
        border-top: 1px solid #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #C5C5C5;
        border-bottom: 1px solid #C5C5C5;
        margin-top: 10px;
        width: 100%;
}
.fileUploadProgressBar {
        background-color: #0099FF;
}

.small_upload, .small_upload h2 {
        font-size: 10px;
        margin-left:2px;
}
.small_upload .browseButton {
        margin:0;
        margin-right:10px;
        text-align:right;
        width:300px;
        height:30px;
        position:relative;
        padding-top:5px;
}
.small_upload .fileUploadQueue {
        width:160px;
        position:absolute;
        top:5px;
        left:0px;
        margin:0px;
        padding:0px 10px;
        background-color:#ffffff;
		border: 1px solid #bbbbbb;
        height:23px;
        overflow:hidden;
}
.small_upload .fileUploadQueueItem {
        width:180px;
        border:none;
        font-size:10px;
        padding:3px;
        margin-top:0px;
}

.small_upload .filesUploaded {
        border:none;
        background-color:#F5F5F5;
        margin: -5px 0 10px; 0;
        padding:0 0 5px 10px;
        width:220px;
        line-height:0.8em;
}

.small_upload .fileUploadQueueItem {
	position: relative;
	color: #ffffff;
}

.small_upload .fileUploadProgress {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url(../../images/ecampaign/working.gif) 0 0 no-repeat;
	margin-top:0px;
	height:24px;
	border:0;
}

.small_upload .fileUploadProgressBar { background:none;}

.small_upload .fileUploadQueueItem .cancel {
	position: absolute;
	right: 5px;
	top: 0;
}

.fileUploaderBtn { width:120px;}
.small_upload .fileUploaderBtn { width:100px;}
.small_upload .browseButton { width:290px;}
.small_upload .fileName { display:none;}

.modal_container_2,
.modal_container {
	background-color: #fff;
	padding: 10px 5px;
	overflow: auto;
	//overflow: visible;
}

/************** User Modal *****************************/

.usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/grey_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.usermodal .modal_container {
}

.usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

/******************************************/

/********** CSS for ecommerce options in modal ****/

.ec_usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/orange_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.ec_usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.ec_usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

.ec_usermodal .ecommerce {
    padding: 0 20px 20px;
}

.ec_usermodal .ecommerce .option_form .anoption, .ecm_product .option_form .anoption {
	float: left;
	clear: both;
	width: 100%;
}

.ec_usermodal .ecommerce .option_form .anoption label, .ecm_product .option_form .anoption label {
	font-size: 11px;
	float: left;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    max-height: 60px;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_label, .ecm_product .option_form .anoption .option_label {
	clear: none;
    display: block;
    float: left;
    height: auto;
    min-height: 0;
    padding: 5px 15px;
	width: 80px;
}

.ec_usermodal .ecommerce .option_form span.required, .ecm_product .option_form span.required {
	font-size: 12px;
	color: #B70117;
}

.ec_usermodal .ecommerce .option_form .anoption .option_description, .ecm_product .option_form .anoption .option_description {
	float: left;
    font-size: 11px;
    font-style: italic;
    padding: 5px 15px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input, .ecm_product .option_form .anoption .option_input {
	clear: none;
    display: block;
   /* float: left;*/
    height: auto;
    min-height: 0;
    padding: 5px 15px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input select, .ecm_product .option_form .anoption .option_input select {
	font-size: 11px;
    padding: 3px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea {
	font-size: 11px;
    padding: 3px;
	width: 200px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input textarea {
	height: 100px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ec_usermodal .ecommerce .option_form .anoption .option_input select,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input select {
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    line-height: 12px;
    margin-right: 5px;
}


/***** end of CSS for ecommerce options in modal ****/

.button_set { 
	clear:both; 
	height:42px;
}

.button_set a { 
	height: 32px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	float:left;
	font-size:11px;
	text-decoration:none;
}
#popup_container #content .button_set a { color:#15428b; }
.button_set a.span1{ 
	position: relative;
	display: block; 
	white-space: nowrap;
	height: 32px;
}

.button_set a.left_button { background: transparent url(../../images/logicone/button_first_left.png) no-repeat top left;}
.button_set a.middle_button, .button_set a.right_button { background: transparent url(../../images/logicone/button_next_left.png) no-repeat top left; }
.button_set a.left_button, .button_set a.middle_button, .button_set a.right_button { 
	padding: 0px;
	padding-left:15px;
	margin-right:-2px; 
	text-align: center;
	float:left;
}

.button_set a.left_button .span1, .button_set a.middle_button .span1 { background: transparent url(../../images/logicone/button_first_right.png) no-repeat top right;}
.button_set a.right_button .span1{ background: transparent url(../../images/logicone/button_last_right.png) no-repeat top right; }
.button_set a.left_button .span1, .button_set a.middle_button .span1, .button_set a.right_button .span1 { 
	padding: 9px 15px 5px 0px;	
	height:32px;
	float:left;
}
.button_set a.left_button:hover, .button_set a.middle_button:hover, .button_set a.right_button:hover { background: transparent url(../../images/logicone/button_left_hover.png) no-repeat top left;}
.button_set a.left_button:hover .span1, .button_set a.middle_button:hover .span1, .button_set a.right_button:hover .span1 { background: transparent url(../../images/logicone/button_right_hover.png) no-repeat top right;}
.button_set a.left_button:active, .button_set a.middle_button:active, .button_set a.right_button:active { background: transparent url(../../images/logicone/button_left_active.png) no-repeat top left;}
.button_set a.left_button:active .span1, .button_set a.middle_button:active .span1, .button_set a.right_button:active .span1 { background: transparent url(../../images/logicone/button_right_active.png) no-repeat top right;}

.button_set a.left_button.inactive, .button_set a.left_button.inactive:hover { background: transparent url(../../images/logicone/button_first_left_inact.png) no-repeat top left;}
.button_set a.middle_button.inactive, .button_set a.right_button.inactive, .button_set a.middle_button.inactive:hover, .button_set a.right_button.inactive:hover { background: transparent url(../../images/logicone/button_next_left_inact.png) no-repeat top left; }

.button_set a.left_button.inactive .span1, .button_set a.middle_button.inactive .span1, .button_set a.left_button.inactive:hover .span1, .button_set a.middle_button.inactive:hover .span1 { background: transparent url(../../images/logicone/button_first_right_inact.png) no-repeat top right; cursor:text;}
.button_set a.right_button.inactive .span1, .button_set a.right_button.inactive:hover .span1{ background: transparent url(../../images/logicone/button_last_right_inact.png) no-repeat top right; cursor:text;}
/*------------------------------------------------------------------------*/

.sitetabs.ui-tabs { padding: .5em; zoom: 1; width: auto;}
.sitetabs.ui-tabs .ui-tabs-nav { list-style: none; background:none; border: none; float:left; border-bottom: 1px solid #999999; line-height:normal; padding:0; width:100%; margin: 0; }
.sitetabs.ui-tabs .ui-tabs-nav li {  font-weight: normal; position: relative; float: left; border: 0; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 3px 12px 5px 12px; background: none;  }
.sitetabs.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; font-size: 15px; font-weight: normal; color: #206BAE;}	
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 5px; border: 1px solid #999999;border-bottom: 1px solid white !important; margin-bottom: -1px;  background: none;}
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #000000; font-weight: bold;}
.sitetabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.sitetabs.ui-tabs .ui-tabs-panel { background:none; border: none; clear:both; margin:0; padding:15px 5px 5px 5px;  }
.sitetabs.ui-tabs .ui-tabs-hide { display: none !important; }
.sitetabs.ui-corner-all {  -moz-border-radius: 0; }
.sitetabs.ui-widget-content { background: none; border: none; }

/********************* jqupload ***********************************************/
.jqupload {
	width:97%;
	#width:95%;
	height:auto;
	background:url(../../images/uploader/uploader_bg.png) top left repeat;
	border:1px solid #b7b7b7;
	padding:14px 10px 13px 10px;
	position:relative;
	margin-left:0;
}

.jquploadSimple {
	background:none !important;
	border:none !important;
}

.jqupload .span16 {
	float:right;
	display:block;
	width:100%;
}

.jqupload .fileupload-message {
	float:left;
	min-height:42px;
	line-height: 41px;
	margin-left:2%;
	margin-top:2px;
	text-shadow: 1px 1px #ffffff;
	font-size: 12px;
}

.jqupload .fileupload-message span{
	float: right;
    margin-left: 8px;
}

.jqupload .fade {
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
}

.jqupload .fade.in{opacity:1;}

/*jqupload - start upload btn*/
.jqupload .file-upload-left{
	height: 43px;
	width:142px;
	position:relative;
	overflow: hidden;
	float: left;
}

.jqupload .file-upload-left .fileinput-button {
	background:url(../../images/uploader/upload-button.png) center right no-repeat;
	height: 43px;
	width:142px;
	cursor: pointer;
	float: left;
	margin-top: -2px;
	overflow: hidden;
}

.jqupload .file-upload-left .fileinput-button input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transform: translate(-300px, 0pt) scale(4);
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    direction: ltr;
    opacity: 0;
	border-left-width: 280px!important;
    top: 0;
	height: 43px;
	width: 141px;
	right:-60px;
	//position: absolute; /* target ie 7*/
}

.jqupload .file-upload-left .btn {
    border-style: solid;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.jqupload .file-upload-left .btn-success, 
.jqupload .file-upload-left .btn-success:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*jqupload - end upload btn*/

.jqupload .fileinput-button span {
	line-height: normal;
}

.jqupload .progressbar,
.jqupload .progressbar div {
  width: 200px;
  height: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

.jqupload .progressbar div {
  width: auto;
  background: url(../../images/uploader/pbar-ani.gif);
}

.jqupload .fileupload-buttonbar {
	float:left;
	width:100%;
	position:relative;
}

.jqupload .buttonbar_cancel{
	float:left;
	width:20%;
}

.jqupload .buttonbar_delete{
	float:left;
	width:18%;
}

.jqupload .fileupload-buttonbar .cancel,
.jqupload .fileupload-buttonbar .delete,
.jqupload .info {
	border: none;
	float:left;
	display:block;
	height:32px;
	line-height:15px;
	padding:0px;
	background:none;
	color:#3298CB;
	/*width:30%;*/
}

.jqupload .danger {
	background:url(../../images/uploader/cancel_grey.png) center right no-repeat;
	height:20px;
	width:16px;
	padding-top: 10px;
	float:right;
	cursor:pointer;
}

.jqupload .danger:hover {
	background:url(../../images/uploader/cancel_red.png) center right no-repeat;
}

.jqupload .buttons {
	float: left;
	width:100%;
	padding-top:10px;
	text-align:right;
}

.jqupload .toggleFile {
   margin:2px 0 0 50px;
   float:right!important;
}

.jqupload .toggle {
	padding-left: 10px;
	float:right!important;
	margin: 10px 0 0 0;
}

.jqupload .zebra-striped {
	float:left;
	width:100%;
}

.jqupload .row {
	width: 100%;
	height: 0px;
	display: block;
	position: relative;
}

.jqupload .files {
  border-collapse: collapse;
  float:left;
  width:100%;
}

.jqupload .files table,
.jqupload .files tr {
	width: 100%;
	float:left;
}

.jqupload .files td {
  padding: 5px 8px 5px 0;
  border-spacing: 5px;
  vertical-align:middle;
  float:left;
  margin-top: 15px;
}

.jqupload .files img {
  border: none;
}

.jqupload .files .preview {
	width: 80px;
	float:left;
	margin-top: 0px;
}

.jqupload .files .name {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width:30%;
	float: left;
}

.jqupload .files .name a:hover {
	text-decoration: underline;
}

.jqupload .errorFile {
	width:20%;
}

.jqupload .cancel.file {
	display: none;
}

.jqupload  .delete.file {
	float:left;
	width:18%;
}

.jqupload .files .size {
	width:11%;
}

.jqupload .files .delete {
	float:left;
	text-align:right;
	padding:0!important;
}

.jqupload .first_row .delete:hover,
.jqupload .first_row .cancel:hover {
	text-decoration:underline;
	cursor: pointer;
}

.jqupload .fstrow_prev ,
.jqupload .fstrow_name ,
.jqupload .fstrow_size
{
	margin-top:0px!important;
}

.jqupload .fstrow_cancel ,
.jqupload .fstrow_delete
{
	margin-top:0px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

/*overrides*/

/*target chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.jqupload .toggle {
		margin-top:10px;
	}
	
	.jqupload .fileupload-message span{
		float: none;
	}
	
	.jqupload .fileupload-message img{
		float: left;
	}
}

/*target IE 8*/
@media \0screen {
	.jqupload .file-upload-left .fileinput-button input {
		position: absolute;
	}
}

/********************* end jqupload ******************************************/

.mapEmbed2 {
    border: 1px solid #000000;
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
}


/******************** Bootstrap **********************************************/

#main .htmlbox .bootstrap a { color: #fff; }
#main .htmlbox .bootstrap a:hover { color: #fff; }

.bootstrap select, 
.bootstrap input[type="file"] {
    height: 30px !important;
    line-height: 30px !important;
}

.bootstrap .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn:hover,
.bootstrap .btn:active,
.bootstrap .btn.active,
.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.bootstrap .btn:hover span {
	color: #ffffff;
}

.bootstrap .btn:active,
.bootstrap .btn.active {
  background-color: #cccccc \9;
}

.bootstrap .btn:first-child {
  *margin-left: 0;
}

.bootstrap .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.bootstrap .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bootstrap .btn.active,
.bootstrap .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.contactform  .bootstrap .btn span {
	background:none;
	border:none;
}

.bootstrap .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.bootstrap .btn-large [class^="icon-"] {
  margin-top: 1px;
}

.bootstrap .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.bootstrap .btn-small [class^="icon-"] {
  margin-top: -1px;
}

.bootstrap .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.bootstrap .btn-primary,
.bootstrap .btn-primary:hover,
.bootstrap .btn-warning,
.bootstrap .btn-warning:hover,
.bootstrap .btn-danger,
.bootstrap .btn-danger:hover,
.bootstrap .btn-success,
.bootstrap .btn-success:hover,
.bootstrap .btn-info,
.bootstrap .btn-info:hover,
.bootstrap .btn-inverse,
.bootstrap .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary.active,
.bootstrap .btn-warning.active,
.bootstrap .btn-danger.active,
.bootstrap .btn-success.active,
.bootstrap .btn-info.active,
.bootstrap .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.bootstrap .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active {
  background-color: #004099 \9;
}

.bootstrap .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active {
  background-color: #c67605 \9;
}

.bootstrap .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active {
  background-color: #942a25 \9;
}

.bootstrap .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-success:hover,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.bootstrap .btn-success:active,
.bootstrap .btn-success.active {
  background-color: #408140 \9;
}

.bootstrap .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-info:hover,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.bootstrap .btn-info:active,
.bootstrap .btn-info.active {
  background-color: #24748c \9;
}

.bootstrap .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-inverse:hover,
.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active,
.bootstrap .btn-inverse.disabled,
.bootstrap .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active {
  background-color: #080808 \9;
}

.bootstrap button.btn,
.bootstrap input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.bootstrap button.btn::-moz-focus-inner,
.bootstrap input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bootstrap button.btn.btn-large,
.bootstrap input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.bootstrap button.btn.btn-small,
.bootstrap input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.bootstrap button.btn.btn-mini,
.bootstrap input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.bootstrap .btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.bootstrap .btn-group:before,
.bootstrap .btn-group:after {
  display: table;
  content: "";
}

.bootstrap .btn-group:after {
  clear: both;
}

.bootstrap .btn-group:first-child {
  *margin-left: 0;
}

.bootstrap .btn-group + .btn-group {
  margin-left: 5px;
}

.bootstrap .btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.bootstrap .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.bootstrap .btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .btn-group > .btn:last-child,
.bootstrap .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.bootstrap .btn-group > .btn.large:last-child,
.bootstrap .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group > .btn.active {
  z-index: 2;
}

.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}

.bootstrap .btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.bootstrap .btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.bootstrap .btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.bootstrap .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.bootstrap .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.bootstrap .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.bootstrap .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.bootstrap .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.bootstrap .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.bootstrap .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.bootstrap .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.bootstrap .btn:hover .caret,
.bootstrap .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bootstrap .btn-mini .caret {
  margin-top: 5px;
}

.bootstrap .btn-small .caret {
  margin-top: 6px;
}

.bootstrap .btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.bootstrap .dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.bootstrap .btn-primary .caret,
.bootstrap .btn-warning .caret,
.bootstrap .btn-danger .caret,
.bootstrap .btn-info .caret,
.bootstrap .btn-success .caret,
.bootstrap .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}


.bootstrap input,
.bootstrap textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	background: none;
}

.bootstrap input:focus,
.bootstrap textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus,
.bootstrap select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.bootstrap .input-mini {
  width: 60px;
}

.bootstrap .input-small {
  width: 90px;
}

.bootstrap .input-medium {
  width: 150px;
}

.bootstrap .input-large {
  width: 210px;
}

.bootstrap .input-xlarge {
  width: 270px;
}

.bootstrap .input-xxlarge {
  width: 530px;
}

.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.bootstrap .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
  margin-left: 0;
}

.bootstrap input.span12,
.bootstrap textarea.span12,
.bootstrap .uneditable-input.span12 {
  width: 930px;
}

.bootstrap input.span11,
.bootstrap textarea.span11,
.bootstrap .uneditable-input.span11 {
  width: 850px;
}

.bootstrap input.span10,
.bootstrap textarea.span10,
.bootstrap .uneditable-input.span10 {
  width: 770px;
}

.bootstrap input.span9,
.bootstrap textarea.span9,
.bootstrap .uneditable-input.span9 {
  width: 690px;
}

.bootstrap input.span8,
.bootstrap textarea.span8,
.bootstrap .uneditable-input.span8 {
  width: 610px;
}

.bootstrap input.span7,
.bootstrap textarea.span7,
.bootstrap .uneditable-input.span7 {
  width: 530px;
}

.bootstrap input.span6,
.bootstrap textarea.span6,
.bootstrap .uneditable-input.span6 {
  width: 450px;
}

.bootstrap input.span5,
.bootstrap textarea.span5,
.bootstrap .uneditable-input.span5 {
  width: 370px;
}

.bootstrap input.span4,
.bootstrap textarea.span4,
.bootstrap .uneditable-input.span4 {
  width: 290px;
}

.bootstrap input.span3,
.bootstrap textarea.span3,
.bootstrap .uneditable-input.span3 {
  width: 210px;
}

.bootstrap input.span2,
.bootstrap textarea.span2,
.bootstrap .uneditable-input.span2 {
  width: 130px;
}

.bootstrap input.span1,
.bootstrap textarea.span1,
.bootstrap .uneditable-input.span1 {
  width: 50px;
}

.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
  background-color: transparent;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap select,
.bootstrap .uneditable-input {
  width: 300px;
  min-height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.clearfix {
  *zoom: 1;
  height: 1px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.bootstrap ul.nav {
	margin: 0;
	padding: 0;
}
.bootstrap .nav > li > a,
.bootstrap .nav > li > a:visited {
  display: block;
  font-size: 14px;
  color: #0088CC;
}
.bootstrap .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .nav > .pull-right {
  float: right;
}
.bootstrap .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.bootstrap .nav li + .nav-header {
  margin-top: 9px;
}
.bootstrap .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.bootstrap .nav-list > li > a,
.bootstrap .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bootstrap .nav-list > li > a {
  padding: 3px 15px;
}
.bootstrap .nav-list > .active > a,
.bootstrap .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.bootstrap .nav-list [class^="icon-"] {
  margin-right: 2px;
}
.bootstrap .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.bootstrap .nav-tabs,
.bootstrap .nav-pills {
  *zoom: 1;
}
.bootstrap .nav-tabs:before,
.bootstrap .nav-pills:before,
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  clear: both;
}
.bootstrap .nav-tabs > li,
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-tabs > li > a,
.bootstrap .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap .nav-tabs > li {
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap .nav-tabs > .active > a,
.bootstrap .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap .nav-pills > .active > a,
.bootstrap .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li > a {
  margin-right: 0;
}
.bootstrap .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.bootstrap .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.bootstrap .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.bootstrap .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.bootstrap .nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.bootstrap .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.bootstrap .nav-tabs .open .dropdown-toggle,
.bootstrap .nav-pills .open .dropdown-toggle,
.bootstrap .nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.bootstrap .nav li.dropdown.open .caret,
.bootstrap .nav li.dropdown.open.active .caret,
.bootstrap .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap .tabs-stacked .open > a:hover {
  border-color: #999999;
}
.bootstrap .tabbable {
  *zoom: 1;
}
.bootstrap .tabbable:before,
.bootstrap .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .tabbable:after {
  clear: both;
}
.bootstrap .tab-content {
  overflow: auto;
}
.bootstrap .tabs-below > .nav-tabs,
.bootstrap .tabs-right > .nav-tabs,
.bootstrap .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.bootstrap .tab-content > .tab-pane,
.bootstrap .pill-content > .pill-pane {
  display: none;
}
.bootstrap .tab-content > .active,
.bootstrap .pill-content > .active {
  display: block;
}
.bootstrap .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.bootstrap .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.bootstrap .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bootstrap .tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.bootstrap .tabs-below > .nav-tabs > .active > a,
.bootstrap .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li,
.bootstrap .tabs-right > .nav-tabs > li {
  float: none;
}
.bootstrap .tabs-left > .nav-tabs > li > a,
.bootstrap .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.bootstrap .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bootstrap .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.bootstrap .tabs-left > .nav-tabs .active > a,
.bootstrap .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.bootstrap .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.bootstrap .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bootstrap .tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.bootstrap .tabs-right > .nav-tabs .active > a,
.bootstrap .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.bootstrap .nav > .disabled > a {
  color: #999999;
}
.bootstrap .nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.bootstrap .navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.bootstrap .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.bootstrap .navbar-inner:before,
.bootstrap .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-inner:after {
  clear: both;
}
.bootstrap .navbar .container {
  width: auto;
}
.bootstrap .nav-collapse.collapse {
  height: auto;
}
.bootstrap .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .brand:hover {
  text-decoration: none;
}
.bootstrap .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.bootstrap .navbar-link {
  color: #777777;
}
.bootstrap .navbar-link:hover {
  color: #333333;
}
.bootstrap .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.bootstrap .navbar .btn,
.bootstrap .navbar .btn-group {
  margin-top: 5px;
}
.bootstrap .navbar .btn-group .btn,
.bootstrap .navbar .input-prepend .btn,
.bootstrap .navbar .input-append .btn {
  margin-top: 0;
}
.bootstrap .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.bootstrap .navbar-form:before,
.bootstrap .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-form:after {
  clear: both;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .radio,
.bootstrap .navbar-form .checkbox {
  margin-top: 5px;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.bootstrap .navbar-form input[type="image"],
.bootstrap .navbar-form input[type="checkbox"],
.bootstrap .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.bootstrap .navbar-form .input-append,
.bootstrap .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.bootstrap .navbar-form .input-append input,
.bootstrap .navbar-form .input-prepend input {
  margin-top: 0;
}
.bootstrap .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.bootstrap .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-static-top .container,
.bootstrap .navbar-fixed-top .container,
.bootstrap .navbar-fixed-bottom .container {
  width: 940px;
}
.bootstrap .navbar-fixed-top {
  top: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bootstrap .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.bootstrap .navbar .nav > li {
  float: left;
}
.bootstrap .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .navbar .nav > li > a:focus,
.bootstrap .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.bootstrap .navbar .nav > .active > a,
.bootstrap .navbar .nav > .active > a:hover,
.bootstrap .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.bootstrap .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.bootstrap .navbar .btn-navbar:hover,
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active,
.bootstrap .navbar .btn-navbar.disabled,
.bootstrap .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.bootstrap .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.bootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:before,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:after,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bootstrap .navbar-inverse {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.bootstrap .navbar-inverse .brand,
.bootstrap .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-inverse .brand:hover,
.bootstrap .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav > li > a:focus,
.bootstrap .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav .active > a,
.bootstrap .navbar-inverse .nav .active > a:hover,
.bootstrap .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.bootstrap .navbar-inverse .navbar-link {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:focus,
.bootstrap .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.bootstrap .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .navbar-inverse .btn-navbar:hover,
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active,
.bootstrap .navbar-inverse .btn-navbar.disabled,
.bootstrap .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.bootstrap .table {
  width: 100%;
  margin-bottom: 20px;
}

.bootstrap .table th,
.bootstrap .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.bootstrap .table th {
  font-weight: bold;
}

.bootstrap .table thead th {
  vertical-align: bottom;
}

.bootstrap .table caption + thead tr:first-child th,
.bootstrap .table caption + thead tr:first-child td,
.bootstrap .table colgroup + thead tr:first-child th,
.bootstrap .table colgroup + thead tr:first-child td,
.bootstrap .table thead:first-child tr:first-child th,
.bootstrap .table thead:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.bootstrap .table-condensed th,
.bootstrap .table-condensed td {
  padding: 4px 5px;
}

.bootstrap .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	font-size: 12px;
}

.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border-left: 1px solid #dddddd;
}

.bootstrap .table-bordered caption + thead tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child td,
.bootstrap .table-bordered colgroup + thead tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child td,
.bootstrap .table-bordered thead:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:first-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:last-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:first-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:first-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:last-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:last-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:first-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:first-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:first-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:last-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:last-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:last-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-striped tbody tr:nth-child(odd) td,
.bootstrap .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.bootstrap .table-hover tbody tr:hover td,
.bootstrap .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}


.bootstrap input[type="checkbox"], .bootstrap input[type="radio"] {
    background-color: transparent;
    border: medium none;
    width: auto;
	height: auto;
}

/********************************** End Bootstrap *******************************************/


/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9daf200d49dde7ef673d)
 * Config saved to config.json and https://gist.github.com/9daf200d49dde7ef673d
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
*/
.container-fluid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
.hidden {
  display: none !important;
  visibility: hidden !important;
}
*/
.affix {
  position: fixed;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #1887db;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


/* End Bootstrap */

.blue-text {
	color: #1887db;
}

.important {
	font-weight: 600;
}

a.btn-orange {
	padding: 13px 18px;
	color: #fff !important;
	font-weight: 600;
	background-color: #f59e2c;
	border: 1px solid #f59e2c;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

a.btn-orange:hover {
	color: #f59e2c !important;
	text-decoration: none;
	background-color: transparent;
}

a.btn-white {
	padding: 8px 15px;
	color: #1887db !important;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

a.btn-white:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: transparent;
}

/* 3 Boxes */

#three-boxes {
	margin: 30px 0;
}

#three-boxes .htmlbox {
	padding: 20px 25px;
	min-height: 300px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background-color: #1887db;
	background-image: url(../../images/site/box-corner-blue.png);
	background-position: bottom right; 
	background-repeat: no-repeat;
}

#three-boxes .col-md-4:last-child .htmlbox {
	background-color: #f59e2c;
	background-image: url(../../images/site/box-corner-orange.png);
}

#three-boxes .col-md-4:last-child .htmlbox p {
	margin: 5px 0;
}

#three-boxes .htmlbox * {
	color: #fff;
}

#three-boxes .htmlbox h2 {
	margin: 10px 0;
}

#three-boxes .htmlbox p {
	font-size: 14px;
	line-height: 22px;
}

table.lines td {

}

table.lines td {
	border-bottom: 1px solid #fff;
}

/* End 3 Boxes */

.facebook {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../images/site/facebook.png) ;
}

.linkedin {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../images/site/linkedin.png) ;
}

.facebook:hover,
.linkedin:hover {
	background-position: 0 -30px;
}

h1.pagetitle {
	margin: 100px 0 60px 0;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
}

/* Path */

.path {
	float: left;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 15px;
	content: #333333;
}

.path a {
	margin: 0 5px;
	display: inline-block;
	position: relative;
}

.path a:first-child {
	margin-left: 0;
}

.path a:hover {
	text-decoration: none;
}

.path a:hover:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: -7px;
	border-bottom: 4px solid #f59e2c;
}

.container.one-column {
	text-align: left;
}

ul.nav.nav-pills.nav-stacked li {
	display: block;
	padding: 0 !important;
	font-size: 17px;
	font-weight: 600;
	color: #333333;
	background-color: #f3f3f3;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
}

ul.nav.nav-pills.nav-stacked li a {
	display: block;
	position: relative;
	padding: 15px 30px 15px 20px;
}

ul.nav.nav-pills.nav-stacked li.ui-state-active a,
ul.nav.nav-pills.nav-stacked li:hover a {	
	color: #fff;
	background-color: #1887db;
}


ul.nav.nav-pills.nav-stacked li.ui-state-active a:after {
	font-family: ElegantIcons;
	speak: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	float: right;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\24";
	color: #ffffff;
}

ul.nav.nav-pills.nav-stacked li a,
 {
	color: #333333 !important;
}

ul.nav.nav-pills.nav-stacked li.active a, 
ul.nav.nav-pills.nav-stacked li.ui-state-active a,
ul.nav.nav-pills.nav-stacked li a:hover {
	color: #fff !important;
}

.ui-tabs-hide {
	display: none;
}

.row.ui-tabs {
	padding: 0 !important;
}

.htmlbox .row.ui-tabs ul {
	padding: 0;
	margin: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper object,
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}