/**
* @package vBP Thread Companies
* @author Skydevelop OÜ
* @copyright Copyright © 2012 Skydevelop OÜ, Estonia, EU
* @license http://www.skydevelop.com/license
* @link http://www.skydevelop.com
* @revision 3
* @version 4.0
*/
ul.menuitems {
    font: 12px arial;
    list-style: none outside none;
    color: #6A0112;
    overflow: hidden;
    padding: 0px;
}

ul.menuitems li {
    float: left;
    padding: 6px;
}

ul.menuitems li a {
    color: #000000;
    display: block;
    padding: 6px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    outline: none;
}

ul.menuitems li a, ul.menuitems li a:active, ul.menuitems li a:hover {
    outline: none;
}

ul.menuitems li a.active {
    background-color: #eef0ef;
}

.largecontainer {
    clear: both;
    width: 615px;
    margin: 0 0 20px 0;
}

.avatar {
    -moz-border-radius: 4px 4px 4px 4px;
    webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FCFCFF;
    border: 1px solid #A5CAE4;
    padding: 2px;
    height: 64px;
    width: 64px;
}

.avatar_a {
    float: left;
    margin-right: 10px;
}

.avatar_a  img {
    max-height: 110px;
    text-align: center;
    max-width: 110px;
}

h3 a.head_text {
    font-size: 20px;
    font-weight: bold;
    color: #363a30;
    margin: 15px 0 0 0;
    display: block;
}

.text_content {
    color: # #969696;
    font-size: 13px;
    margin-top: 10px;
}

a.round_link {
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: none repeat scroll 0 0 #D7EDFC;
    border: 1px solid #A5CAE4;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    _width: 24px;
    min-width: 24px;
    color: #1061B3;
    text-decoration: none;
}

a.round_link:hover {
    -moz-box-shadow: 0 0 10px #E68C17;
    background-color: #FFF4E5;
    border-color: #F9D9B0;
    color: #8F6C3F;
    text-decoration: none;
}

.bottom_content {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border: 1px solid #D7EDFC;
    border-right: none;
    border-bottom: 1px solid #D7EDFC;
    font-size: 11px;
    margin-bottom: -1px;
    margin-left: 80px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: url("styles/flexile/xenforo/gradients/category-23px-light.png") repeat-x scroll center top;
    background-color: #F0F7FC;
    padding-left: 10px;
}

.bottom_content dt {
    color: #969696;
    display: inline;
}

.main_box {
    border-bottom: 1px solid #cee0af;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.main_box h3 {
    font-size: 100%;
    font-weight: normal;
}

.main_box h3 a {
    text-decoration: none;
}

.bottom_content dd a {
    color: #1061B3;
    text-decoration: none;
}

.bottom_content dd {
    display: inline;
    padding: 0;
    margin: 0;
}

.large_container {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background-color: #FCFCFF;
    border: 1px solid #D6D6D6;
    margin: 2px;
    padding: 10px;
    font-family;
'Trebuchet MS', Helvetica, Arial, sans-serif;
    position: relative;
    width: 22%;
    float: left;
}

.avatar {
    -moz-border-radius: 4px 4px 4px 4px;
    webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FCFCFF;
    border: 1px solid #A5CAE4;
    padding: 2px;
    height: 64px;
    width: 64px;
}

.avatar_a {
    float: left;
    margin-right: 10px;
}

a.roundlink {
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: none repeat scroll 0 0 #D7EDFC;
    border: 1px solid #A5CAE4;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 50%;
    text-align: center;
    bottom: 10px;
    width: 24px;
    color: #1061B3;

}

a.roundlink:hover {
    -moz-box-shadow: 0 0 10px #E68C17;
    background-color: #FFF4E5;
    border-color: #F9D9B0;
    color: #8F6C3F;
    text-decoration: none;
}

.clear {
    clear: both;
}

div.floatitem {
    float: left;
    width: 25%;
    overflow: hidden;
    height: 100px;
}

div.floatitem div.largecontainer {
    margin: 5px;
    overflow: hidden;
    height: 76px;
}

ul.verticaltabs li {
    width: 96%;
}

#customizePreferences {
    overflow: hidden;
    display: none;
    width: 615px;
    margin: 0 0 15px 0;
}

.customizeLink {
    float: right;
    color: black;
    font-size: 11px;
}

div.simplePageNav div.pagenav table.tborder {
    background-color: none;
    border: none;
}

.avatar_a {
    text-decoration: none;
}

.avatar_a {

    text-decoration: none;
    line-height: 64px;
    padding: 4px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #d8e2c7;
    display: block;
    text-decoration: none;
    white-space: normal;
}

.avatar_a span {
    font-size: 13px;
    font-weight: bolder;
    display: block;
    color: #3d85cd;
    background: none repeat scroll 0 0 #c8e8fe;
    padding: 4px;
    line-height: 59px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px -1px 1px #fff;
    background-image: url(../images/av-images/av_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.cimcont {
    display: block;
    max-width: 60px;
    max-height: 30px;
    position: absolute;
    top: 2px;
    right: 55px;
}

.cimcont:hover {
    max-width: 100px;
}

.cimcont:hover img {
    max-width: 100px;
    max-height: 70px;
}

.cimcont img {
    width: 100%;
    max-height: 30px;
}

p.thexc {
    color: #b0b1b1;
    padding-top: 7px;
    margin: 9px 0;
    border-top: 1px solid #e1e3e4;
    font-size: 11px;
    line-height: 18px;
}

a.forumView {
    float: right;
    color: black;
    font-size: 11px;
}

.myDealsHeader, .customizeList {
    background: #F4F8ED;
    padding: 20px;
    border: 1px solid #CEE0AF;
}

.myDealsHeader {
    padding-bottom: 8px;
}

.customizeList {
    padding-top: 8px;
    border-top: 1px solid #ffffff;
}

.my-deals {
    display: block;
    background: url('http://smartcanucks.ca/assets/img/my_deals.png');
    width: 228px;
    height: 28px;
    text-indent: -999999px;
}

div.customizeList label.header {
    font-weight: bold;
    color: #90a668;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 5px 0;
    display: block;
}

div.companySuggestion {
    padding-bottom: 10px;
}

div.companySuggestion div.companyBits {
    overflow: hidden;
    max-width: 500px;
}

div.companySuggestion div.companyBits .defaltCompnayBit {
    min-width: 130px;
    float: left;
    white-space: nowrap;
}

.defaultTypeBit {
    font-size: 10px;
    text-transform: uppercase;
    color: #9cb077;
    display: inline-block;
    margin: 0 8px 0 6px;
}

.defaultTypeBit input {
    position: relative;
    top: 2px;
}

.inlineimg {
    position: relative;
    top: 3px;
}

.mainContentHeader {
    background: url('../images/misc/section_background.png') bottom left repeat-x;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 5px 0;
    width: 615px;
}

.companyTitle, .dateTitle {
    color: #9ac445;
    font-size: 30px;
    font-family: "Segoe UI", Arial, sans-serif;
    letter-spacing: 1px;
    margin: -6px 0 8px 0;
}

.mainContentHeader .typeTitle {
    color: #9ac445;
    font-weight: bold;
}

.mainContentHeader .dateTitle {
    color: #74884d;
}

.mainContentHeader .forumView, .mainContentHeader .customizeLink {
    font-size: 11px;
    float: right;
    padding: 5px 0;
    position: relative;
    top: 10px;
    color: #97a47f;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.myDealsHeader .updateNow a {
    display: block;
    font-weight: bold;
    float: right;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
    top: -26px;
    color: #9ac445;
    text-transform: uppercase;
    font-size: 14px;
}

.contentcontainer ul.newNav {
    font: 12px arial;
    list-style: none outside none;
    color: #6A0112;
    padding: 0px;
    margin: 0px;
}

.contentcontainer ul.newNav li {
    float: left;
    margin: 0 24px 0 0;
    position: relative;
}

.contentcontainer ul.newNav li a {
    color: #000000;
    display: block;
    padding: 9px 0;
    text-decoration: none;
    outline: none;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #97a47f;
    font-weight: bold;
}

.contentcontainer ul.newNav li.selected a {
    color: #9ac445;
}

.contentcontainer ul.newNav li.sbr a {
    color: #b55c6a;
}

.contentcontainer ul.newNav li#select-brand a {
    color: #b55c6a;
}

.contentcontainer ul.newNav li.drop-arrow a {
    background: url('../images/misc/arrow_deals.png') right center no-repeat;
    padding-right: 12px;
}

.contentcontainer ul.newNav li ul.subnav {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 25px;
    margin: 0;
    padding: 10px;
    border-radius: 2px;
    display: none;
    float: left;
    border: 1px solid #cee0af;
    z-index: 1000;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.contentcontainer ul.newNav li ul.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 120px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.contentcontainer ul.newNav li ul.subnav li {
    margin: 0px;
    padding: 0px;
    width: 120px;
}

.contentcontainer ul.newNav li ul.subnav li a {
    padding: 4px 0;
    color: #566c2e !important;
}

.contentcontainer ul.newNav li ul.subnav li a:hover {
    color: #435521 !important;
}

.contentcontainer ul.newNav li ul.subnav li a:active, .contentcontainer ul.newNav li ul.subnav li a:focus {
    color: #2d3a15 !important;
}

.contentcontainer ul.newNav li ul.subnav.col3 {
    width: 650px;
    left: -200px;
    max-height: 300px;
    overflow-y: auto;
}

.contentcontainer ul.newNav li ul.subnav.col3 a {
    font-size: 11px;
    color: #b3bca1;
    padding: 4px 8px 4px 0;
    text-transform: none;
}

.contentcontainer ul.newNav li ul.subnav li.selected a {
    font-size: 11px;
}

.contentcontainer ul.newNav li ul.subnav li a {
    font-size: 11px;
    background: none;
}

.contentcontainer ul.newNav li ul.subnav li.selected a {
    color: #c47d88;
}

.contentcontainer ul.newNav li ul.subnav li.removeFilter a {
    color: #74884d;
}

li .removeFilter {
    font-weight: bold;
}

.avatar_a {
    height: 110px;
    width: 110px;
    position: relative;
}

ul.subnav li.selected {
    font-weight: bold;
}

.main_box .wrap {
    margin-left: 135px;
}

.button.light {
    text-shadow: 0 1px 0 #fdfefc !important;
    float: right;
    font-size: 14px !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: capitalize !important;
    padding: 5px 7px 4px 7px !important;
    position: relative;
    top: -3px;
}

.button.light span {
    color: #9ac445;
}

a.commentCount span {
    color: #9ac445;
}

.main_box .buttons {
    min-height: 30px;
    margin: 16px 0 0 0;
}

.main_box .buttons a {
    padding: 4px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
}

.postedby .blue_username {
    color: #798366;
    font-weight: bold;
}

.postedby {
    color: #acb29f;
    font-weight: bold;
    margin: 2px 0 0 0;
}

.postedby img {
    position: relative;
    top: 2px;
}

span.datePassed {
    color: #9ac445;
    font-size: 11px;
    float: right;
    font-weight: bold;
}

#mail {
    background: #f0f6e5;
    border: 1px solid #c7d9a8;
    padding: 20px;
    margin: 0 0 22px 0;
}

#mail h2 {
    background: url('../images/misc/deal_mail.png');
    height: 69px;
    margin: -21px -21px 20px -21px;
    text-indent: -9999px;
    display: block;
    width: 300px;
}

#mail p {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #7f8770;
    text-transform: uppercase;
    line-height: 19px;
    background: url('../images/misc/section_background.png') left bottom repeat-x;
    padding: 0 0 15px 0;
    display: block;
    margin: 0 0 15px 0;
}

#mail p span {
    display: block;
    color: #8eb640;
}

#mail #email-deals {
    border: 1px solid #c7d9a8;
    border-right: none;
    background: #fff;
    color: #a7b988;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding: 10px;
    font-size: 15px;
    width: 202px; /* 181px */
}

#mail #email:hover, #mail #email:active, #mail #email:focus {
    color: #9aab7d;
}

#mail #submit {
    background: #8eb640 !important;
    text-shadow: 0 1px 0 #7fa736 !important;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 12px 11px 12px !important;
    margin: 0 0 0 -6px !important;
    position: relative !important;
    cursor: pointer !important;
    border: none !important;
    float: right !important;
    margin: -40px 0 0 0 !important;
    border-radius: 0 !important;
}

#mail #submit:hover {
    background: #9bc549;
}

#mail #submit:active, #mail #submit:focus {
    background: #83a93a;
}