.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../../skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.clearfix {
  *zoom: 1;
}
.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;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

.team-wrapper{
    display: inline-block;
}
.team-wrapper li {
    display: inline-block;
    text-align: center;
    float: left;
    max-height:366px;
    min-height: 310px!important;
    margin: 10px 8px;
    width: 187px;
    padding: 10px;
}
.team-wrapper li.ourteam-list-item  .team-mem-img {
    position: relative;
    overflow: hidden;
    border: 2px solid #999999;
    border-radius: 50%;
}
.team-wrapper li.ourteam-list-item  a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.team-wrapper li.ourteam-list-item:hover  .team-mem-img {
    border-color: #de5400;
}
.team-wrapper li.ourteam-list-item:hover  .team-mem-img img {
    transform: scale(1.1);
}
.team-wrapper li:hover a{
    text-decoration: none;
}
.team-wrapper li .member_avatar {
    max-width: 100%;
    text-align: center;
    display: inherit;
}
h2.full-name {
    font-size: 16px;
    margin: 10px 0px 5px; 
    max-height: 20px; 
    overflow: hidden;
    color: #2f2f2f;
}
h2.full-name a{
    color: #000; 
    text-decoration: none;
}
.team-wrapper li #greg_description {
    max-height: 45px; 
    overflow: hidden;
    color: #0a263c;
}
.ourteam-detail .ourteam-short_desc{ 
    float: left;
    margin-left: 0;
    margin-top: 5px; 
    width: 100%; 
}
.ourteam-description{
    float: left; 
    margin-top: 5px;
}
.read-more {
    background: #999999;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
}
.read-more:hover{
    color: #fff;
    background: #de5400;
}
.ourteam-view {
    padding: 20px;
    display: inline-block;
    width: 95%;
    margin-bottom: 5px;
}
.team-img{
    float: left; 
    width: auto; 
    margin-right: 20px;
    text-align: -webkit-center;
    border: 1px solid rgba(204, 204, 204, 0.41);
}
.team-img img{
    max-width: 100%;
}
.team-block-left{
    float: left; 
    width: 35%;
}
.team-block-right{
    float: left; 
    width: 65%;
}
.back-btn{
    float: left;
    width: 100%;
}
.social-icon {
    padding-top: 5px;
}
.productquestions-container{
    list-style-type:none;
    background:url("../../skin/frontend/rwd/electricunicycle/images/bkg_product_collateral.gif") repeat-x scroll 0 0;
    background-color:#FAF7EE;
    padding:25px;
    margin:0;
    border:1px solid #C4C6C8;
    text-align:left;
}
.productquestions-container h2 {
    border-bottom:1px solid #E5DCC3;
    color:#E26703;
    font-size:15px;
    font-weight:bold;
    margin:0 0 15px;
    padding:0 0 1px;
}
.productquestions-container .pager {
    background:url("../../skin/frontend/rwd/electricunicycle/images/aw_productquestions/bkg_toolbar.gif") repeat-x scroll 0 100% #FFFFFF;
    border-top:1px solid #E2E2E2;
    font-size:11px;
    padding:4px 8px;
    text-align:left;
    height:19px;
}
.productquestions-container .pager .amount {
    float:left;
    margin:0;
}
.productquestions-container .pager select {
    font-size:11px;
}
.productquestions-container .pager .limiter {
    float:right;
}
.productquestions-container .pager .limiter img {
    margin-left:5px;
    vertical-align:middle;
}
.productquestions-container li.record {
    margin-top:10px;
}
.productquestions-container li.record ul{
    padding:10px;
}
.productquestions-container li.record ul li{
    padding:5px;
}
.productquestions-container li.record ul li.reply{
    background-color:#FAF7EE;
    margin-left: 30px;
}
.productquestions-container li.record ul li.helpfulness{
    background-color:#F1ECDB;
    text-align: right;
    margin-bottom: 4px;
}
.productquestions-container p {
    margin:20px;
}
.productquestions-container .form-field {
    margin: 0 0 8px;
}
.productquestions-container label {
    color:#666666;
    font-weight:bold;
}
.productquestions-container .pager label {
    font-weight:normal;
    color:inherit;
}
.productquestions-container label.required em {
    color:#EB340A;
    font-style:normal;
    margin-left:3px;
}
.productquestions-container input {
    margin-right:5px;
}
.productquestions-container .button-set {
    border-top:1px solid #E4E4E4;
    clear:both;
    margin:15px 0 0;
    padding:8px 0 0;
    text-align:right;
}
.pager:after {
    display:block;
    content:".";
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
    overflow:hidden;
    zoom:1;
}