/*General styles*/


/*Features table------------------------------------------------------------*/
.features-table
{
  width: 97%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 12px;
  margin-top:120px;
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
 /* white-space: nowrap;*/
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  width: auto;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #e4e4e4;
 /* background: rgba(144,144,144,0.15); */
  background-color:#e4e4e4;
  border-right: 1px solid white;
}


.features-table td:nth-child(4)
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}

/*Header*/
.features-table thead td
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

#sidebar {
    float: left;
    width: 100%;
	height:100%;
}

.featured-category {
    float: left;
    margin: 0 0 10px;
    width: 100%;
	padding-left:10px;
	padding-top:10px;
}

.widget {
    float: left;
    margin: 0 -17px 20px;
    width: 100%;
	margin-top:-40px;
}

#featured-categories img {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
}
#featured-categories h3 {
    color: #A71704;
    display: inline;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.2em;
    text-decoration: none;
}

.featured-categories h3 a {text-decoration: none;}
.featured-categories h3 a:link {text-decoration: none;}
.featured-categories h3 a:hover {text-decoration: none!important;}



#featured-categories p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.featured-category {
    float: left;
    margin: 0 0 10px;
    width:100%;
}

  .holder {
    margin: 15px 0;
  }

  .holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
  }

  .holder a:hover {
    background-color: #222;
    color: #fff;
  }

  .holder a.jp-previous { margin-right: 15px; }
  .holder a.jp-next { margin-left: 15px; }

  .holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }
  
  
  
  
  
  
  
  
  .holder2 {
    margin: 15px 0;
  }

  .holder2 a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
  }

  .holder2 a:hover {
    background-color: #222;
    color: #fff;
  }

  .holder2 a.jp-previous { margin-right: 15px; }
  .holder2 a.jp-next { margin-left: 15px; }

  .holder2 a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
  }

  .holder2 a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder2 a.jp-current, a.jp-current:hover,
  .holder2 a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder2 span { margin: 0 5px; }
  