
/* @group ----alinks */

a,  a:visited {
 color: #3850d8;
 text-decoration: none;
 cursor: pointer;
}

a:hover,  a:active {
 color: #3e52dd;
 text-decoration: underline;
 cursor: pointer;
}

a.greenbtn,  a.greenbtn:visited,  input.greenbtn,  a.greybtn,  a.greybtn:visited,  input.greybtn,  a.bluebtn,  a.bluebtn:visited,  input.bluebtn {
 color: #fff;
 text-decoration: none;
 text-transform: uppercase;
 text-align: center;
 padding: 6px 12px;
 transition: background 0.5s ease;
 -moz-transition: background 0.5s ease;
 -webkit-transition: background 0.5s ease;
 border-radius: 6px;
}

a.greenbtn,  a.greenbtn:visited,  input.greenbtn {
 background-color: #8cc88c;
 border: solid 1px #5c9957;
}

a.greenbtn:hover,  a.greenbtn:active,  input.greenbtn:hover {
 background-color: #5c9957;
}

a.greenbtn:hover,  a.greenbtn:active,  input.greenbtn:hover,  a.greybtn:hover,  a.greybtn:active,  input.greybtn:hover,  a.bluebtn:hover,  a.bluebtn:active,  input.bluebtn:hover {
 color: #fff;
 text-decoration: none;
}

a.greybtn,  a.greybtn:visited,  input.greybtn {
 background-color: #b3b3b3;
 border: solid 1px #666;
}

a.greybtn:hover,  a.greybtn:active,  input.greybtn:hover {
 background-color: #989898;
}

a.bluebtn,  a.bluebtn:visited,  input.bluebtn {
 background-color: #71aac6;
 border: solid 1px #36c;
}

a.bluebtn:hover,  a.bluebtn:active,  input.bluebtn:hover {
 background-color: #277ead;
}

a.brlinks, a.brlinks:visited {
 text-decoration: none;
 padding: 8px 12px 0 0;
}

a.brlinks:hover, a.brlinks:active {
 text-decoration: none;
}

/* @end */

/* @group ----global */

body {
 color: #1d2450;
 font-size: 62.5%;
 font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
 line-height: 145%;
 background: #fff;
 text-align: center;
 margin: 0;
 padding: 0;
 }
h1 {
 font-size: 1.5em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
h2 {
 font-size: 1.4em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
h3 {
 font-size: 1.3em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
h4 {
 font-size: 1.2em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
h5 {
 font-size: 1.1em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
h6 {
 font-size: 1em;
 font-weight: bold;
 line-height: 140% !important;
 margin: 0;
 padding: 0 0 12px;
 }
img.fltr {
 float: right;
 margin: 0 0 12px 12px !important;
 padding: 0 !important;
}
li {
 padding-bottom: 3px;
 }
ol {
 margin: 0 0 10px;
 padding: 0;
 }
ol li {
 margin: 0 0 0 24px;
 list-style-type:     decimal;
 list-style-position: outside;
 padding:   0 0 5px;
 display: list-item;
 }
p {
 line-height: 140%;
 margin: 0;
 padding: 0 0 10px;
 }
sup {
 font-size: 0.8em;
 }
ul {
 padding-bottom: 12px;
 list-style-type: disc;
 }

/* @end */



/* @group ----structure */

#content {
 font-size: 1.1em;
 line-height: 145%;
 background-color: #fff;
 text-align: left;
 width: 552px;
 clear: both;
 margin: auto;
 padding: 24px;
 display: block;
 border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 }
#footer {
 color: #6d6d6d;
 font-size: 1.2em;
 text-align: center;
 width: 600px;
 clear: both;
 margin: auto;
 display: block;
 }
#header {
 font-size: 1.1em;
 text-align: left;
 width: 600px;
 clear: both;
 margin: auto auto 12px;
 padding: 18px 0 0;
 display: block;
 }
#nav {
 text-align: left;
 width: 600px;
 margin: auto;
 display: block;
 }

/* @end */

/* @group ---browserhacks */

.clear:after {
content: " ";
display: table;
clear: both;
}

.clear {
zoom:1;
}

/* @end */


/* @group columns */

.f100 {
 text-align: left;
 width: auto;
 display: block;
 }
.fcolumn {
 text-align: left;
 width: 24%;
 display: block;
 float: left;
 margin-right: 1.5%;
 }
.fcolumn-r {
 text-align: left;
 width: 23.5%;
 display: block;
 float: right;
 }
.l33 {
 text-align: left;
 width: 31.5%;
 float: left;
 margin: 0 2.5% 0 0;
 display: block;
 }
.l50 {
 text-align: left;
 width: 48.5%;
 float: left;
 display: block;
 }
.l67 {
 text-align: left;
 width: 67%;
 float: left;
 display: block;
 }
.m33 {
 text-align: left;
 width: 32.5%;
 display: block;
 float: left;
 }
.r33 {
 text-align: left;
 width: 31.5%;
 float: right;
 display: block;
 }
.r50 {
 text-align: left;
 float: right;
 width: 48.5%;
 display: block;
 }
.r67 {
 text-align: left;
 width: 64%;
 float: right;
 display: block;
 }

/* @end */



/* @group banners */

.std_ban {
  color: #565656;
  line-height: 140%;
  background-color: #f2f2f2;
  text-align: left;
  display: block;
  margin: 0 0 10px;
  padding: 3px 6px;
  width: auto;
  border-color: #ccc;
  border-style: solid none none;
  border-width: 3px 0 0;
  }
 .std_ban img, .std_ban_alt img {
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 4px 6px 0 !important;
  border: none !important;
 
 }

 .std_ban_alt {
  color: #565656;
  line-height: 140%;
  background-color: #f2f2f2;
  text-align: left;
  display: block;
  margin: 12px 0;
  padding: 3px 6px;
  width: auto;
  border-color: #ccc;
  border-style: solid none;
  border-width: 3px 0 1px;
  }

/* @end */



/* @group boxes */

.std_box {
 text-align: left;
 width: auto;
 margin: 10px 0 16px;
 padding: 12px;
 border: solid 1px #ccc;
 display: block;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -webkit-box-shadow: 0px 2px 6px #cccccc;
 -moz-box-shadow: 0px 2px 6px #cccccc;
 box-shadow: 0px 2px 6px #cccccc;
 }
.std_box_alt {
 text-align: left;
 padding: 12px;
 width: auto;
 margin: 0 0 16px;
 border: solid 1px #ccc;
 display: block;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -webkit-box-shadow: 0px 2px 6px #cccccc;
 -moz-box-shadow: 0px 2px 6px #cccccc;
 box-shadow: 0px 2px 6px #cccccc;
 }

/* @end */



/* @group lists */

* html .defaultlist a {
 height: 1px;
 }
ul.benefitslist {
 margin: 0 0 10px;
 padding: 0;
 }
ul.benefitslist li {
 background: url(http://www.morevollara.com/assets/images/nav_arrows/blue.gif) no-repeat 2px 3px;
 text-align: left;
 text-transform: none;
 white-space: normal;
 list-style-type: none;
 display: list-item;
 margin: 0;
 padding: 0 0 3px 14px;
 }
ul.benefitslist ul {
 margin: 0 0 12px;
 padding: 0;
 }
ul.benefitslist ul li {
 background-image: none;
 margin: 0 0 0 40px;
 padding: 0 0 6px;
 list-style-type: disc;
 list-style-position: outside;
 }
ul.defaultlist {
 margin: 0 0 12px;
 padding: 0;
 border-color: #ccc;
 border-style: dotted none none;
 border-width: 1px 0 0;
 }
ul.defaultlist li {
 text-align: left;
 text-transform: none;
 list-style-type: none;
 list-style-position: outside;
 display: list-item;
 margin: 0;
 padding: 0;
 border-color: #ccc;
 border-style: none none dotted;
 border-width: 0 0 1px;
 }
ul.defaultlist li a,  ul.defaultlist li a:visited {
 background: url(http://www.morevollara.com/assets/images/nav_arrows/blue.gif) no-repeat 2px 6px;
 color: #000;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 margin: 0;
 padding: 3px 6px 3px 18px;
 display: block;
 }
ul.defaultlist li a:hover,  ul.defaultlist li a:active {
 background: #f2f2f2 url(http://www.morevollara.com/assets/images/nav_arrows/blue.gif) no-repeat 2px 6px;
 color: #4169e1;
 text-decoration: none;
 }
ul.defaultlist li.caption {
color: #696969;
font-size: 0.9em;
background: url(http://www.morevollara.com/assets/images/nav_descript_icon.gif) no-repeat 18px 2px;
margin: 0;
padding: 0 0 0 32px;
border-style: none !important;
border-width: 0 !important;
}
ul.defaultlist li.caption-alt {
color: #696969;
font-size: 0.9em;
background: url(http://www.morevollara.com/assets/images/nav_descript_icon.gif) no-repeat 18px 2px;
margin: 0;
padding: 0 0 0 32px;
border-color: #ccc;
border-style: none none dotted;
border-width: 0 0 1px;
}
ul.defaultlist li.caption-alt a,  ul.defaultlist li.caption-alt a:link,  ul.defaultlist li.caption-alt a:visited {
 color: #6d6d6d;
 background-color: transparent !important;
 background-image: none !important;
 text-decoration: none !important;
 padding: 0;
 }
ul.defaultlist li.caption-alt a:hover,  ul.defaultlist li.caption-alt a:active {
 color: #3e52dd;
 background-image: none !important;
 text-decoration: none !important;
 }
ul.defaultlist li.norule {
 color: #363636;
 text-align: left;
 list-style-type: none;
 list-style-position: inside;
 margin: 0;
 vertical-align: top;
 padding: 0;
 border-style: none !important;
 border-width: 0 !important;
 }

/* @end */



/* @group tables */

table.tptable {
  font-size: 1em;
  line-height: 140%;
  background-color: transparent;
  width: 100%;
  margin: 0 0 12px;
  border: none;
  display: table;
  border-collapse: collapse;
  }
 table.tptable td {
  background-color: transparent;
  vertical-align: top;
  width: 14%;
  padding: 4px 8px;
  border-color: #ccc;
  border-style: none none solid;
  border-width: 0 0 1px;
  display: table-cell;
  }
 table.tptable td.25 {
  width: 25% !important;
  }
 table.tptable td.33 {
  width: 33% !important;
  }
 table.tptable td.50 {
  width: 50% !important;
  }
 table.tptable td.norules {
  border: none;
 }

 table.tptable td.price {
  color: #d6003f;
 
 }

 table.tptable td.rbd {
  text-align: center;
  vertical-align: top;
  padding: 10px 0;
  border: 0;
  }
 table.tptable th {
  color: #565656;
  font-size: 1em;
  font-weight: bold;
  line-height: 145%;
  background-color: #aed1e2;
  text-align: left;
  display: table-cell;
  margin: 0;
  padding: 4px 8px;
  width: 14%;
  border-color: #a9a9a9;
  border-style: solid none;
  border-width: 2px 0 1px;
  }
 table.tptable th.grey {
  background-color: #dcdcdc !important;
  
 
 }

 table.tptable th.headeralt {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 145%;
  background-color: #06c;
  background-image: none;
  text-align: center;
  vertical-align: bottom;
  display: table-cell;
  margin: 0;
  padding: 6px;
  width: 16.6%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }
 table.tptable th.vip {
  color: #fff;
  background-color: #06c;
  }
 table.tptable tr {
  background-color: transparent;
  }
 table.tptable tr:hover {
  background-color: #f5f5f5;
  }

/* @end */



/* @group text */

span.new {
  color: #fff;
  background: #b22222;
  text-transform: uppercase !important;
  margin: 0 6px 0 0 !important;
  padding: 1px 3px !important;
  }
 .bold {
  font-weight: bold;
  }
 .boldlrg {
  font-size: 1.2em !important;
  font-weight: bold !important;
  }
 .grey {
  color: #a9a9a9;
 }
 .greysm {
  color: #a9a9a9;
  font-size: 0.9em;
 }
 .italic {
  font-style: italic;
  }
 .red {
  color: #b22222;
  }
 .blue {
  color: #06c !important;
 
 }

 .redbold {
  color: #b22222;
  font-weight: bold;
  }
 .redsm {
  color: #b22222 !important;
  font-size: 0.9em !important;
  line-height: 140% !important;
 }
 .textsm {
  font-size: 0.9em;
 }

/* @end */


