body {
  padding-top: 20px;
  min-height: 620px;
}

.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eee;
}

.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-title {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #337ab7;
}

.inc-lead {
	margin-top: 50px;
}

.inc-lead-mid {
	margin-top: 30px;
}

.inc-lead-sm {
	margin-top: 15px;
}

.tcol-70 {
  width: 70%;
}

.tcol-65 {
  width: 65%;
}
.tcol-60 {
  width: 60%;
}

.tcol-40 {
  width: 40%;
}

.tcol-30 {
  width: 30%;
}

.tcol-25 {
  width: 25%;
}

.tcol-20 {
  width: 20%;
}

.tcol-15 {
  width: 15%;
}

.tcol-10 {
  width: 10%;
}

.ta {
  text-decoration: none;
  color: black;
}

.ta:hover,
.ta:focus {
  text-decoration: none;
  cursor: pointer;
  color: #88bbc8;
}

.ap:hover,
.ap:focus {
  cursor: pointer;
}


.fawe-red {
	color:#FF0000;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 2px 0px #656565;
	-webkit-box-shadow: 0px 0px 2px 0px #656565;
	-o-box-shadow: 0px 0px 2px 0px #656565;
	box-shadow: 0px 0px 2px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2);
}

.fawe-blue {
	color:#0066CC;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 2px 0px #656565;
	-webkit-box-shadow: 0px 0px 2px 0px #656565;
	-o-box-shadow: 0px 0px 2px 0px #656565;
	box-shadow: 0px 0px 2px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2);
}

.fawe-zip {
	color: #874343;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 2px 0px #656565;
	-webkit-box-shadow: 0px 0px 2px 0px #656565;
	-o-box-shadow: 0px 0px 2px 0px #656565;
	box-shadow: 0px 0px 2px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2);
}

.fawe-ban {
	color:#FF0000;
	margin-left: 10px;
}

div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 150px;
    min-height: 252px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.mgb0 {
    margin-bottom: 0;
}


.cont-centered650 {
  max-width: 650px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}


.prod-img {
    margin: 0 2px 0 2px;
    width: 17px;
	display: inline-block;
}
