a,
a:active {
	outline: none;
}

:focus {
  -moz-outline-style: none;
}

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

/* Bootstrap colors */

body {
	color: #5C5858;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #619644;
    color: #FFFFFF;
}

.navbar-inner,
.btn-primary {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#BFD630,#619644);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#BFD630),to(#619644));
	background-image: -webkit-linear-gradient(top,#BFD630,#619644);
	background-image: -o-linear-gradient(top,#BFD630,#619644);
	background-image: linear-gradient(to bottom,#BFD630,#619644);
	background-repeat: repeat-x;
	border: 1px solid #619644;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFD630',endColorstr='#619644',GradientType=0);
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background-color: #619644;
	color: #FFFFFF;
}

.navbar .nav > li > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.open > a:hover,
.navbar .nav > li > a:focus {
	text-shadow: 0 1px 1px #1D3401;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

.navbar .nav > li > a:hover {
	color: #FFF;
}

.navbar .nav > li:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
/* 	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset; */
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32) inset;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #619644;
	color: #FFFFFF;
}

.dropdown-menu li > a {
	color: #276A34;
}

h1, h2, legend, a:hover {
	color: #276A34;
}

a {
    color: #448500;
}

section .content h1, .content h2 {
	color: #19892E;
}

h3 {
	color: #5C5858;
}

legend {
	font-weight: bold;
}

.label-info, .badge-info {
	background-color: #228C2B;
}

.nav-list > li > a {
	font-size: 12px;
}

.itemsBar .nav-pills > li > a:hover {
	background-color: #228C2B;
    color: #FFFFFF;
}

.nav > li > a:hover {
    background-color: #E8E8E8;
    text-decoration: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(74, 159, 36, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(108, 184, 18, 0.6);
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #2D773B;
    background-image: linear-gradient(to bottom, #3FA051, #318040);
    
    background-color: #2D773B;
	background-image: -moz-linear-gradient(top,#3FA051,#318040);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#3FA051),to(#318040));
	background-image: -webkit-linear-gradient(top,#3FA051,#318040);
	background-image: -o-linear-gradient(top,#3FA051,#318040);
	background-image: linear-gradient(to bottom,#3FA051,#318040);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3FA051',endColorstr='#318040',GradientType=0);
}

.btn-group ul li {
	text-align: left;
}

/* Header */
.container {
	width: 948px;
	padding: 0 6px;
}

.container > .header {
	height: 145px;
	margin-bottom: 15px;
}

.container > .header > section.top {
	float: left;
	width: 100%;
}

.container > .header > section.bottom {
	clear: both;
}

.container > .header > section.top .banner {
	margin: 22px;
}

#logo {
	width: 300px;
	float: left;
	margin: 10px 0;
}

.loginBox {
	width: 130px;
	float: right;
	margin-top: 20px;
}

.userBox {
	width: 180px;
	padding: 5px;
	float: right;
	margin-top: 10px;
	max-width: 124px;
	height: 72px;
	font-size: 11px;
	position: relative;
	text-align: center;
	line-height: 20px;
}

.userBox .accountBtn {
	bottom: 8px;
	margin-left: -52px;
    max-width: 129px;
    position: absolute;
}

.userBox .accountBtn .btn:first-child {
	width: 85px;
}

/* Content */
.container > section {
	float: left;
}

.content > section.left {
	width: 176px;
}

.content > section.left > .searchBox {
	width: 150px;
	height: 295px;
	padding: 5px;
	margin-bottom: 15px;
}

.content > section.left > .searchBox select {
	width: 150px;
}

.content > section.left > .searchBox input {
	width: 136px;
}

/* Footer */
.footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 12px 0;
}

.footer > .top,
.footer > .bottom {
	float: left;
    padding: 2%;
    width: 96%;
}

.footer > .top > section {
	float: left;
	width: 350px;
}

.footer > .top > section > ul.itemList {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.footer > .top > section > ul.itemList > li {
	float: left;
	width: 170px;
}

.footer > .top > section > ul.itemList > li a {
	font-size: 12px;
}

.footer > .top > section.social > ul.itemList > li a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer > .top > section.social > ul.itemList > li img {
	width: 19px;
	margin-right: 7px;
}

.footer > .top > section.social,
.footer > .top > section.social > ul {
	width: 100px;
}

.footer > .bottom {
	text-align: right;
	font-size: 12px;
}

.footer h1 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}

/* Banners */
.container > .header .banner {
	width: 468px;
	height: 60px;
	float: left;
	margin: 20px 5px;
}

.content > section.left .banner {
	width: 160px;
	height: 600px;
	margin-bottom: 12px;
}

.content > section.left > div {
	float: left;
}

.content > section.right {
	width: 772px;
}

.bannerFullWidth {
	float: right;
    margin: 12px 0;
    text-align: center;
    width: 100%;
}

/* Default Styles */
.styledBox {    
    background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	-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: 1px 1px 4px rgba(0, 0, 0, 0.137);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

/* Home */

.home,
.home > .top  {
	width: 100%;
	float: left;
}

.home > .top > section {
	width: 353px;
	padding: 12px;
}

.home > .top > section header h1,
.home > .top > section header h2,
.home > .top > section header h3 {
	line-height: 10px;
}

.home section h1 {
	font-size: 20px;
	margin: 10px 0 17px;
}

.home > .top > section header h2 {
	font-size: 16px;
	float: left;
	margin: 16px 0 13px;
}

.home > .top > section header h3 {
	font-size: 10px;
	float: right;
	margin: 16px 0 13px;
}

.home > .top > section.left figure {
	margin: 3px auto 9px;
    padding: 0;
    width: 100%;
}

.home > .top > section.right figure {
	margin: 3px auto 9px;
    padding: 0;
    width: 27%;
    float: left;
}

.home > .top > section.right article > div {
	width: 70%;
	float: right;
}

.home > .top > section.right header h1 {
	font-size: 20px;
	margin: 10px 0 30px;
}

.home > .top > section.right article h2 {
	margin: 5px 0;
}

.home > .top > section.right article h3 {
	font-size: 12px;
	float: left;
	clear: both;
	margin: 6px 0 4px;
}

.home > .top > section.right p {
	float: left;
    font-size: 12px;
    line-height: 19.8px;
    margin: 3px auto 9px;
    padding: 0;
}

.home > .top > section.right article {
	 float: left;
	 margin-bottom: 25px;
}

.itemsBar {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.itemsBar > section {
	float: right;
	padding: 1px 1.8% 12px;
    width: 96.1%;
}

.itemsBar > section ul.shopCategories {
	float: right;
	margin: 10px 0 0;
}

.itemsBar > section ul.shopCategories li {
	width: auto;
}

.itemsBar ul,
.itemsBar ul > li{
	float: left;
}

.itemsBar h1 {
    font-size: 20px;
    margin: 10px 0 17px;
}

.itemsBar ul.items {
	clear: both;
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}

.itemsBar ul > li {
	width: 148px;
	margin-bottom: 20px;
}

.itemsBar ul li figure {
	margin: 0px;
    width: 139px;
    margin: auto;
    text-align: center;
}

.itemsBar ul li figcaption {
	font-weight: bold;
	font-size: 85%;
	margin: 2px 0 0;
	padding: 0 9px 0 0;
	text-align: right;
}

.itemsBar ul.centeredTitle li figcaption {
	text-align: center;
}

.itemsBar ul li p {
	width: 123px;
	margin: 0 auto;
	text-align: right;
}

.itemsBar ul li .buttons {
	text-align: center;
	margin-top: 8px;
}

.itemsBar span.captionMini {	
	color: red;
    font-size: 10px;
    line-height: 1px;
    text-decoration: line-through;
    left: -5px;
    position: relative;
    bottom: 3px;
}

.itemsBar span.caption {
	line-height: 13px;
	font-weight: bold;
}

.home > .bottom {
	float: left;
	margin-top: 12px;
	width: 100%;
}

.home > .bottom > section.styledBox {
	padding: 12px;
	width: 353px;
	min-height: 254px;
}

.home > .bottom h1 {
	margin-bottom: 10px;
}

.searchSortBar {
	padding: 5px 1.4%;
	width: 97%;
	font-size: 12px;
	float: right;
}

.searchSortBar label {
	margin-bottom: 0px;
}

.searchSortBar label,
.searchSortBar ul,
.searchSortBar ul > li {
	float: left;
	font-size: 12px;
	line-height: 22px;
}

.searchSortBar ul > li {
	margin: 0 5px;
}

.searchSortBar ul > li.active a {
	font-weight: bold;
	text-decoration: underline;
}

.searchSortBar ul > li:after {
	content: "|";
	position: relative;
	left: 5px;
}

.searchSortBar ul > li:last-child:after {
	content: "";
}

.searchSortBar a.dropdown {
	float: right;
}

.searchSortBar a.dropdown i {
	margin-right: 2px;
}

.searchSortBar.noBottomRigthCorner {
	border-bottom-right-radius: 0;
}

.listing {
	float: right;
	width: 100%;
	margin-top: 12px;
}

.listing > article {
	width: 96%;
	float: right;
	padding: 2%;
	margin-bottom: 12px;
}
.listing > article figure {
	padding: 0;
	float: left;
	margin: 0;
}

.listing > article figure img {
	margin: 0;
	padding: 0;
}

.listing > article .content {
	float: right;
	max-width: 84%;
}

.listing > article .content h1,
.listing > article .content h2,
.courseDetail h1,
.courseDetail h2 {
	float: left;
	margin: 0;
	line-height: 22px;
	clear: left;
	margin: 0 0 2px;
}

.listing > article .content h2,
.courseDetail h2 {
	margin: 0 0 3px;
}

.listing > article .content h1,
.courseDetail h1 {
    font-size: 18px;
    clear: left;
    width: 71%;
    float: left;
}

.listing > article .content h2,
.courseDetail h2 {
    font-size: 12px;
    color: #5C5858;
}

.listing > article .content p {
	clear: both;
}

.listing > article .content ul.buttons {
	float: right;
	width: 29%;
}

.listing > article .content ul.buttons li {
	margin-left: 12px;
	float: left;
}

.listing > article .content ul.buttons li i {
 	left: -5px;
    margin: 0;
    position: relative;
    top: -1px;
}

.pagination {
	float: left;
    margin: 20px 0 41px;
    width: 100%;
}

.mapDrop {
  	background: none repeat scroll 0 0 #F2F2F2;
    border-top: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.137);
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 1;
}

.mapContainer {
	position: relative;
	margin-top: 33px;
}

ul.pull-left.all li {
	float: left;
}

ul.stars {
	margin-left: 5px;	
}

ul.stars li {
	line-height: 25px;
	margin-right: 2px;
}

.courseDetail {
	float: right;
	padding: 1.7%;
    width: 96.3%;
}

.courseDetail > .top {
	width: 100%;
	float: left;
}

.courseDetail > .left {
	width: 300px;
	float: left;
	clear: left;
}

.courseDetail > .left .banner {
	margin-bottom: 20px;
}

.courseDetail > .right {
	width: 421px;
	float: right;
}

.courseDetail figure {
	float: left;
    margin: 0;
}

ul.courseGallery {
	margin-left: -7px;
	margin-top: 10px;
}

ul.courseGallery li {
	margin-left: 7px;
	margin-bottom: 9px;
}

.legalNotice {
	font-size: 10px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

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

.listBlock article {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.listBlock article.highlight .content {
	max-width: 283px;
}

.listBlock article figure {
	margin-top: 6px;
}

.listBlock .content {
	width: 321px;
}

.listBlock .content h2 {
	line-height: 19px;
}

.listBlock .content h3 {
	margin-bottom: 5px;
	float: left;
	clear: both;
}

.listBlock .content h3 * {
	font-size: 10px;
	clear: both;
	float: left;
	padding: 1px 4px;
}

.listBlock .content p {
	clear: both;
	font-size: 12px;
	line-height: 16px;
}

.map figcaption {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 5px;
}

.map figcaption a {
	float: right;
}

.weather {
	float: left;
}

.weather ul {
	float: left;
	clear: both;
}

.weather ul > li {
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 0 12px;
}

.weather ul > li h2 {
	width: 100%;
	text-align: center;
}

.weather ul > li p {
	font-size: 10px;
	text-align: center;
}

.contacts p {
    width: 100%;
}

.courseFeatures h1 {
	float: left;
}

.courseFeatures table {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.courseFeatures table tr {
	border-bottom: 1px solid #CCC;
}

.courseFeatures table tr td {
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 28px;
}

.courseFeatures table tr td:first-child {
	text-align: right;
	padding: 0 10px 0 0;
}

span.rating,
span.rating_0 {
	background: url('img/global_images.png') no-repeat -269px -72px;
	width: 78px;
	height: 13px;
	display: inline-table;
	margin: 7px;
}

span.rating_1 {
	background-position: -269px -58px;
}

span.rating_2 {
	background-position: -269px -44px;
}

span.rating_3 {
	background-position: -269px -30px;
}

span.rating_4 {
	background-position: -269px -16px;
}

span.rating_5 {
	background-position: -269px -2px;
}

.doubleColumnBar {
	float: left;
	width: 96%;
	padding: 2% 2% 4%;
	margin-top: 12px;
}

.plusOne > section > article {
	width: 33.3% !important;
}

.doubleColumnBar > section {
	width: 100%;
}

.doubleColumnBar > section > article {
	width: 50%;
	float: left;
}

.doubleColumnBar h2, h3 {
	line-height: 20px;
	margin: 0;
}

.doubleColumnBar h1 {
	font-size: 20px;
	margin: 10px 0 17px;
	line-height: 20px;
}

.doubleColumnBar h2 {
	font-size: 16px;
}

.doubleColumnBar h3 {
	font-size: 12px;
}

.doubleColumnBar figure {
	margin: 0;
	float: left;
}

.doubleColumnBar .content {
	float: left;
	margin-left: 10px;
	max-width: 50%;
}

/* Forms */
.form {
	padding: 2%;
	width: 96%;
	float: left;
}

.form h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

form ul li {
	margin-bottom: 10px;
}

.form label.inline {
	clear: none;
}

form.doubleColumnForm fieldset {
	float: left;
	width: 50%;
}

.form-actions {
	background: none;
	text-align: right;
}

.help-inline {
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: 25px;
/* 	text-transform: uppercase; */
}