body.contentpane {
    background: #ffffff;
    padding: 25px;
    font-size: 12px;
}
#theme-width {
    margin: 0px auto;
}

/* modules
----------------------------------------------- */

.moduletable_menu, .moduletable, .cart-view, .item-page,.categories-list,.blog,.blog-featured,.category-list,.archive {

}

.moduletable_style1 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property:  -webkit-box-shadow,background-color, color, border-color;
    -ms-transition-property: box-shadow, background-color, color, border-color;
    -o-transition-property: box-shadow, background-color, color, border-color;
    -moz-transition-property: -moz-box-shadow, background-color, color, border-color;
    transition-property: box-shadow, background-color, color, border-color;
}

.padding-10{padding:10px !important;}
.padding-5{padding:5px !important;}

.padding-10 p, .padding-5 p { margin-bottom: 0px; }

.moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row, .moduletable_menu {
    height: 100%;
    margin-bottom: 20px;
}

.moduletable_style2 {
    border: none !important;
}

.item-page .moduletable {
    border: 0px;
}

.moduletable .module-content, .category-view .row, .featured-view .row, .latest-view .row, .topten-view .row, .browse-view .row {
    padding: 0px 0px 3px 0px;
}
.moduletable_empty, .moduletable_menu {
    height: 100%;
}
.moduletable_menu .module-content {
    padding: 0px;
}

.moduletable, .moduletable_menu, .spacer, #slideshow-handler, .category_description, .productdetails-view {

}

.moduletable:hover, .moduletable_menu:hover, .spacer:hover, #slideshow-handler:hover, .moduletable_style1:hover, .category_description:hover, .productdetails-view:hover, .cart-view:hover, .item-page:hover,.categories-list:hover,.blog:hover,.blog-featured:hover,.category-list:hover,.archive:hover {

}

.category_description, .productdetails-view {
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.moduletable_style2 .module-content {
    padding: 10px 0px;
}

.moduletable_menu h3 {
    letter-spacing: -1px;
    font-weight: 300;
    padding: 15px 0px;
    font-size: 18px;
    margin-bottom: 0px !important;
}

.moduletable_menu p {
    padding-bottom: 5px;
}

.moduletable_empty h1 {
    margin-bottom: 2px;
    letter-spacing: 0px;
}

.moduletable h3, .moduletable_empty h3, .moduletable_menu h3, .category-view h4, .featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4 {
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0px 0px 20px 0px;
    font-size: 24px;
    margin-bottom: 0px;
}


.moduletable_style2 .module-content h3 {

}

.moduletable_style2 img.pulsar {
    display:block;
    height:auto;
    max-width:100%;
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition:transform 0.4s ease-out;
    -moz-transition:transform 0.4s ease-out;
    -o-transition:transform 0.4s ease-out;
    transition:transform 0.4s ease-out;
    -webkit-box-shadow: rgba(255, 255, 255, 0.90) 0px 0px 1px inset;
    box-shadow: rgba(255, 255, 255, 0.90) 0px 0px 1px inset;
    -moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.90) inset;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.moduletable_style2:hover img.pulsar {
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration:0.55s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name:heartbeat;
    -moz-animation-duration:0.55s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -ms-animation-name:heartbeat;
    -ms-animation-duration:0.55s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-timing-function:linear;
    animation-name:heartbeat;
    animation-duration:0.55s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
@-webkit-keyframes heartbeat {
    0%{-webkit-transform:scale(1.0);}
    25%{-webkit-transform:scale(0.9);}
    50%{-webkit-transform:rotateZ(1.0);}
    75%{-webkit-transform:rotateZ(1.1);}
    100%{-webkit-transform:rotateZ(1.0);}
}
@-moz-keyframes heartbeat {
    0%{-moz-transform:scale(1.0);}
    25%{-moz-transform:scale(0.9);}
    50%{-moz-transform:rotateZ(1.0);}
    75%{-moz-transform:rotateZ(1.1);}
    100%{-moz-transform:rotateZ(1.0);}
}
@keyframes heartbeat {
    0%{transform:scale(1.0);}
    25%{transform:scale(0.9);}
    50%{transform:rotateZ(1.0);}
    75%{transform:rotateZ(1.1);}
    100%{transform:rotateZ(1.0);}
}

.moduletable_style3 .row-fluid{
    overflow: hidden;
}

.moduletable_style3 img.pulse {
    display:block;
    height:auto;
    max-width:100%;
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition:transform 5.4s ease-out;
    -moz-transition:transform 5.4s ease-out;
    -o-transition:transform 5.4s ease-out;
    transition:transform 5.4s ease-out;
}

.moduletable_style3 img.pulse:hover {
    -webkit-animation-name: heartbeatZ;
    -webkit-animation-duration:5.55s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name:heartbeatZ;
    -moz-animation-duration:0.55s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -ms-animation-name:heartbeatZ;
    -ms-animation-duration:0.55s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-timing-function:linear;
    animation-name:heartbeatZ;
    animation-duration:5.55s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@-webkit-keyframes heartbeatZ {
    0%{-webkit-transform:scale(1.0);}
    25%{-webkit-transform:scale(1.1);}
    50%{-webkit-transform:rotateZ(1.2);}
    75%{-webkit-transform:rotateZ(1.1);}
    100%{-webkit-transform:rotateZ(1.0);}
}
@-moz-keyframes heartbeatZ {
    0%{-moz-transform:scale(1.0);}
    25%{-moz-transform:scale(1.1);}
    50%{-moz-transform:rotateZ(1.2);}
    75%{-moz-transform:rotateZ(1.1);}
    100%{-moz-transform:rotateZ(1.0);}
}
@keyframes heartbeatZ {
    0%{transform:scale(1.0);}
    25%{transform:scale(1.1);}
    50%{transform:rotateZ(1.2);}
    75%{transform:rotateZ(1.1);}
    100%{transform:rotateZ(1.0);}
}


.moduletable_empty h3 {
    margin-bottom: 0px;
}


#footer .moduletable_empty h3, #footer .moduletable_menu h3, #footer .moduletable_products h3, #footer .browse-view h1, #footer .category-view h4, #footer .featured-view h4, #footer .latest-view h4, #footer .topten-view h4, #footer .related-products-view h4, #footer .product-details-header {
    background: transparent;
}
.moduletable table td, .moduletable_text table td, .moduletable_menu table td, .moduletable_empty table td {
    border: 0;
}
.moduletable_menu table td {
    padding: 1px 4px;
}
.moduletable_menu table td #login {
    padding: 0px 4px;
}
.moduletable ul li, .moduletable_text ul li {
    margin: 0 0 0 5px;
}

.latestnews_menu li {
    padding: 4px 3px 4px 24px;
}

.category-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct .spacer, 
.browse-view .spacer {
    margin: 0px 0px 10px 0px !important;
    position: relative;
    overflow: hidden;
}

.category-view .spacer .paddingtop8, 
.latest-view .spacer .paddingtop8, 
.topten-view .spacer .paddingtop8, 
.recent-view .spacer .paddingtop8, 
.featured-view .spacer .paddingtop8, 
.vmproduct .spacer .paddingtop8, 
.browse-view .spacer .paddingtop8 {
    margin-top: -18px;
    margin-bottom: 15px;
}

#footer h3 {
    font-size: 130%;
}

#top-modules .moduletable_empty {
    padding: 0 5px 5px 0px;
}
/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
    font-weight: normal;
    font-style: italic;
}
#breadcrumb-bg {
    padding: 0px;
}
#breadcrumb-handler a {
    font-weight: normal;
}

#breadcrumb-bg span {
    font-weight: bold;
}

#breadcrumb-bg span.showHere {
    font-weight: normal;
}

/* Article Details
----------------------------------------------- */

.article-details {
    padding: 10px 0px;
}
.article-details p {
    padding: 0 !important;
    margin: 0 !important;
}
.blog .modifydate {
    float: right;
    width: 50%;
    text-align: right;
}
.items-leading {
    padding: 0px 0 10px 0;
}

.items-leading h2, .blog h1, .blog-featured h2 {
    padding: 5px 0px;
    margin-bottom: 11px;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 220%;
}

h1 .subheading-category { font-size: 16px;display:block;letter-spacing: 0px; }

.item h2, .item-page h2, h3.title, h2 .contact-name, .newsfeed h2, .blog h2, #archive-items h2 {
    padding: 0px 0px 5px 0px;
    margin-bottom: 11px;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 150%;
    text-transform: uppercase;
}

.article-info {
    margin-bottom: 10px;
}

.dc-sep {
    margin-bottom: 10px;
}

.img-intro-none, .img-fulltext-none {
    text-align: center;
    padding-bottom: 10px;
}

.img_caption {
    width: auto !important;
}

.img-intro-left {
    padding-bottom: 10px;	
}

.img-fulltext-left {
    float: left;
}

.img-intro-right {
    padding-bottom: 10px;
}

.img-fulltext-right {
    float: right;	
}

.img-intro-none img, .img-fulltext-none img, .img-intro-left img, .img-fulltext-left img, .img-intro-right img, .img-fulltext-right img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

h2 .contact-name {
    display: block;
}

p.readmore a, a.readmore {
    font-weight: bold;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    width:46%;
    float:left;
}
.cols-2 .column-2 {
    width:46%;
    float:right;
    margin:0
}
.cols-3 .column-1 {
    float:left;
    width:29%;
    padding:0px 5px;
    margin-right:4%
}
.cols-3 .column-2 {
    float:left;
    width:29%;
    margin-left:0;
    padding:0px 5px
}
.cols-3 .column-3 {
    float:right;
    width:29%;
    padding:0px 5px
}
.items-row {
    overflow:hidden;
    margin-bottom:5px !important;
}
.column-1, .column-2, .column-3 {
    padding:10px 5px
}
.column-2 {
    width:55%;
    margin-left:40%;
}
.column-3 {
    width:30%
}
.blog-more {
    padding:10px 5px
}
.items-row {
    margin: 0px;
    padding: 0px 0px;
    overflow: hidden;
}
.article_column {
    padding: 0;
}
.row_separator2 {
    display: block;
    clear: both;
    margin: 0;
    border: solid 0px;
}
.article_separator, .row_separator {
    display: none;
}

.published, .create {
    font-weight: bold;
    font-size: 85%;
}
.modified, .createdby {
    opacity: 0.5;
}
.componentheading, .contentheading {
    padding: 0px 0px 10px;
    margin: 0px;
}
#article-index {
    float: right;
    width: 30%;
    margin-left: 2%;
}

#article-index a.active {
    font-weight: bold;
}

.counter {
    padding: 5px 0px;
}
.readon a {
    font-weight: bold;
}
/* Messages 
----------------------------------------------- */

#system-message dt.error, #system-message dt.notice, #system-message dt.message {
    display: none;
}
#system-message ul {
    padding: 0 15px 0 25px;
    margin: 0;
    list-style: none;
}
#system-message ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
}
/* Top Small Menu
----------------------------------------------- */

#top-small-menu ul {
    padding: 6px 10px 0 0;
    margin: 0;
    overflow: hidden;
}
#top-small-menu ul li {
    display: inline;
    margin: 0;
    padding: 0 11px;
    font-size: 11px;
    text-shadow: none;
    background: url(../images/top-small-menu-sep.gif) repeat-y 100% 0;
}
#top-small-menu ul li a {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: #b7b7b7;
}
#top-small-menu ul li a:hover {
    color: #d9d9d9;
}
/* VirtueMart Currency
----------------------------------------------- */

.dk_container {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.dk_container:focus {
    outline: 0;
}
.dk_container a {
    cursor: pointer;
    text-decoration: none;
}

.dk_label .drop-arrow {
    position: relative;
    right: -4px;
    top: 0.4em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    display: block;
    float: right;
}
.dk_toggle {
    padding: 3px 7px;
    width: auto !important;
    max-width: 100%;
}
.dk_toggle:hover {}
.dk_focus .dk_toggle {}
.dk_focus .dk_toggle {}

.dk_open {
    z-index: 10;
}
.dk_open .dk_toggle {

}

/* The outer container of the options */
.dk_options {
    -moz-box-shadow: 0px 2px 20px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 2px 20px rgba(0,0,0,.25);
    box-shadow: 0px 2px 20px rgba(0,0,0,.25);
}
.dk_options a {
    font-weight: normal !important;
    padding: 4px 7px;
}
.dk_options li:last-child a {
    border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: background-color !important;
    -ms-transition-property: background-color !important;
    -o-transition-property: background-color !important;
    -moz-transition-property: background-color !important;
    transition-property: background-color !important;
}

.dk_options_inner {
    max-height: 250px;
}

.dk_options_inner,
.dk_touch .dk_options {
    max-height: 250px;
}


.dk_container {
    display: none;
    float: left;
    position: relative;
}
.dk_container a {
    outline: 0;
}

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
}

.dk_open {
    position: relative;
}
.dk_open .dk_options {
    display: block;
    top: 25px !important;
}
.dk_open .dk_label {
    color: inherit;
}

.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: -50%;
    width: 190px;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
}
.dk_options_inner {
    overflow: auto;
    position: relative;
    margin: 0px;
    padding: 8px 8px;
}

.dk_options_inner li {
    background: none;
    margin: 0px;
    padding: 1px 0px;
}

.dk_touch .dk_options {
    overflow: hidden;
}

.dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

#currency .dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}

.dk_ie6 .dk_options {
    right: 0;
}

/* End of VirtueMart Currency */

.n-order .inputbox {
    width: 60%;
}
.button2-left {
    float: left;
    margin: 5px 10px 10px 0px;
}


.modal-button:hover, .button2-left .readmore a:hover {
    text-decoration: none;
}
.tool-tip {
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
    box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
    -moz-box-shadow:0 0 0 1px #dedede, 1px 2px 5px rgba(0, 0, 0, 0.3);
    background: #fafafa;
    padding: 10px;
}
.tool-title {
    font-weight: bold;
    padding: 5px 0;
}
.weblinks .contentdescription img {
    margin: 0 10px 20px 10px;
}
.weblinks td img {
    margin: 3px 5px 0px 0px;
}
.contact_email label {
    float: left;
    line-height: 36px;
    width: 180px;
}
.contact_email {
    clear: both;
    padding: 3px 0px;
}
.productPrice {
    font-weight: bold;
    white-space: nowrap;
}
.product-Old-Price {
    color: #990000;
    text-decoration: line-through !important;
    background: none;
    font: normal 12px Arial, Helvetica, sans-serif !important;
}
.moduletable_products table {
    border-spacing: 0px !important;
    border-collapse: separate;
    width: 104%;
    margin-left: -2%;
    display: table;
    margin-top: 20px;
    margin-bottom: 0px;
}
div.moduletable_products td:first-child, .vmgroup_products .first-col, ul.vmproduct-list li .first-col {
    background-image: none !important;
    margin-left: 0px !important;
}
.moduletable_products table td, ul.vmproduct-list li .spacer, .vmgroup_products .spacer, .category .spacer, .product .spacer {
    height: 100%;
}
.moduletable ul.vmproduct-list li .spacer {
    height: 100%;
}
.prod-det-button-handler {
    padding-bottom: 6px;
}
.prod-det-button-handler .product-details {
    float: none;
}
.browseProductContent2 {
    background: url(../images/td-prod-bg.png) repeat-y 226px 0;
}
.last .browseProductContent2 {
    background: none;
}
.grid_4 .product-anchor-image {
    height: 186px;
    display: block;
}
.grid_4 .product-anchor-image img {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.moduletable_products .featuredProductImage {
    margin: 0px auto;
    margin-bottom: 10px;
    max-width: 100%;
}
.moduletable_products table td a.product-anchor-image {
    display: block;
    clear: both;
    width: 100%;
}
.product-name {
    font-weight: bold;
    display: block;
    text-align: left;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #434343;
    padding-left: 8px;
}
.product-name a {
    color: #434343;
}
.moduletable_products table td span.product-Old-Price {
    color: #e25d5d;
    text-decoration: line-through !important;
    background: none;
    font: normal 12px Arial, Helvetica, sans-serif !important;
    text-shadow: none;
    display: inline;
    padding: 0;
}
.moduletable_products table td br {
    display: none;
}
.productPrice {
    float: left;
    text-align: left;
    font-weight: bold;
    padding: 9px 0px 0px 10px;
}
.browseProductTitle .productPrice {
    float: right !important;
    text-align: right;
    width: 20%;
    padding-top: 0px;
}
form.form-add-to-cart {
    float: right;
    width: 25%;
    padding-top: 7px;
    text-align: left;
}
.highlight {
    font-weight: bolder;
}
.margin_top_20 {
    margin-top: -20px;
}
#vmMainPage table tr td table tr td {
    border: 0;
}
#facebox .popup {
    position: relative;
    border: 1px solid rgba(0,0,0,0.05) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
#facebox .content {
    padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#facebox .content div {
    padding: 25px;
}
#facebox .content div div {
    padding: 3px 0px;
}
.form-validate.user div {
    clear: both;
}
.jicons-icons {
    float: left;
    margin-right: 10px;
}
.contact-street, .contact-suburb, .contact-state, .contact-postcode, .contact-country {
    display: block;
    padding: 2px 0px 6px 0px;
}
.contact-email label {
    float: left;
    width: 30%;
}

.contact-slider {
    padding-top: 15px;
}
ul.actions, ul.actions-featured {
    margin: 0px 0px 0px 2px;
    padding: 0px;
    text-align: right;
    list-style-position: outside;
    list-style-type: square;
    display: inline;
    float: right;
}
ul.actions li, ul.actions-featured li {
    background: none !important;
    display: block;
    float: left;
    line-height: 1.7em;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 14px 8px !important;
}

.print-icon a, .email-icon a {
    width: 40px;
    height: 40px;
    display: block;
    opacity:0.6;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity, -webkit-filter;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-filter: grayscale(1);
}

.print-icon a:hover, .email-icon a:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.article-details dl, ul.actions-featured dl {
    margin-bottom: 0px;
}

.categories-list dt, .categories-list dd {
    display: inline;
}

.stats-module dt {
    font-weight: bold;
}

.stats-module dd {
    padding-left: 10px;
}

.categories-list .item-title {
    font-weight: bold;
}

.article-info-term {
    display: none;
}
ul.pagenav {
    clear: both;
}
.pagenav li, .pagination ul li {
    background: none !important;
    display: inline;
    padding: 0 10px 0 0;
    margin: 0px;
}

.pagenav li a, .pagination ul li a {
    font-weight: bold;
}

.pagenav li a:hover, .pagination ul li a:hover {
    text-decoration: none;
}

.pagenav-next {
    float: right;
    padding-right: 0px !important;
}

.image-left {
    float: left;
    margin: 0px 10px 0px 0px;
}
.image-right {
    float: right;
    margin: 0px 0px 0px 10px;
}
.contact-email div {
    clear: both;
}
.article-details {
    padding: 10px 0px;
}

.tip-wrap {z-index: 500000 !important; }
.tip-wrap .tip { width:380px; font: normal 12px Arial, Helvetica, sans-serif; background: rgba(0,0,0, 0.80) !important;
                 box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);border-bottom-left-radius: 7px 7px;
                 border-bottom-right-radius: 7px 7px;border-top-left-radius: 7px 7px !important;border-top-right-radius: 7px 7px !important;-moz-border-radius:7px 7px 7px 7px;border: 1px solid rgba(0,0,0, 0.60) !important;}
.tip-wrap .tip .tip-text{ color:#ffffff; padding: 5px 10px 10px 10px !important;}
.tip-wrap .tip .tip-title {color: white;font-weight: bold;padding: 10px 10px 5px 10px !important;text-align: left !important;color:#ffffff; font-weight:bold; padding:4px 0px; text-align: center;padding: 0;margin: 0;font-size: 1em;font-weight: bold;margin-top: 0px !important;background: none !important;}	

.button2-left .readmore {
    padding-top: 8px;
}

.button2-left .readmore a {
    padding: 6px 10px 7px 10px;
}

.edit .formelm label {
    float: left;
    width: 30%;
}

.edit .formelm input {
    width: 250px;
}

.edit .formelm select {
    width: 265px;
}

.formelm-buttons {
    padding: 10px 0px;
}

.calendar {
    margin: 5px;
    vertical-align: middle;
    opacity: 0.7;
    cursor: pointer;
}

.calendar:hover {
    opacity: 1.0;
}


dt.tabs {
    float: left;
    margin: 0px 10px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

dt.tabs span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
    display: block;
    height: 21px;
    padding: 6px 15px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

dt.tabs.open span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
    height: 22px;
}

dt.tabs h3 {
    font: 300 15px "Open Sans", Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
}

dl.tabs {
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    height: 34px;
    padding-top: 10px;
}

.contact .current {
    clear: both;
}

.contact-image {
    float: right;
}

.sl-3rd-parties {
    margin: 0px auto;
}

#contact-form fieldset dt, .registration  fieldset dt {
    float: left;
    width: 25%;
}

#contact-form fieldset dd, .registration  fieldset dd {
    width: 73%;
    margin-bottom: 6px;
}

.spacer .text #jform_spacer-lbl { 
    font-size: 11px !important;
    opacity: 0.80 !important; 
}

#finder-filter-select-list li {
    clear: both;
}

#finder-filter-select-list li label {
    width: 95%;
    float: left;
}

#finder-filter-select-list li select {
    width: 60%;
}

#finder-search fieldset {
    border: none !important;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.result-title {
    font-size: 140%;
    margin-bottom: 15px !important;
    background-position: 0px 6px;
    padding-left: 0px !important;
    margin-top: 15px;
}

.result-url {
    font-size: 90%;
    font-style: italic;
    padding: 4px 0px 15px 0px;
}

span.highlight {
    background: transparent;
    border-bottom: 1px dotted;
}

div.toolbar-list a, div.toolbar-list a:hover {
    display: block;
    float: left;
    white-space: nowrap;
    border: none;
    padding: 1px 5px;
    cursor: pointer;
}

.toolbar-list ul li {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#admin-ui-tabs ul#tabs li {
    padding: 4px 10px !important;
    width: 10% !important;
}

#facebox .close {
    top: 20px;
    right: 20px;
}

.formelm label {
    width: 30%;
    float: left;
}

.img-intro-left div.img_caption {
    width: 99% !important;
    display: inline;
}

.word #search-searchword {
    padding: 6px;
}

.phrases-box, .ordering-box {
    padding: 7px 0px;
}

.phrases-box input[type="radio"], .only input[type="checkbox"] {
    margin: 0px 5px 0px 5px;
}

fieldset.phrases, fieldset.word, fieldset.only, .search .form-limit {
    padding:20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

fieldset.phrases legend, fieldset.only legend {
    padding: 0px;
    margin: 0px;
    font-size:16px;
    font-weight: 700;
    letter-spacing: 0px;
}

#top-nav-line #quick-menu{
    float:none !important;
    display:inline-block;
    margin-right: 15px;

}
#top-nav-line #search-position{
    float:none !important;
    display:inline-block;
}

#top-nav-line .container{
    text-align:right;
}

#quick-menu p{
    margin-bottom: 0px;
    display: block;
    float: left;
    margin-top: -29px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px
}

#search-position .search #mod-search-searchword{
    float: left;
    width: 100%;
    padding-left: 10px;
    height: 25px !important;
    font-size: 12px;
    color: #3b3b3b;
    border: 0px;
    background-color: #FFFFFF;
    border: 1px solid #B0B0B0;
    margin-top: 0px !important;
}

#quick-menu .moduletable{
    display: inline-block;
}

#top-nav-line {
    background-color: #f7f7f7 !important;
    height: 33px;
}
.moduletable.top-menuC .module-content{
    margin-top:-34px;
}
#quick-menu li a {
    color: #000000 !important;
}

body #quick-menu li a:hover{
    color: #9e8b2a !important;
    border-bottom: 1px solid #9e8b2a;
    background-color: transparent !important;
}

body.iexodus_bg #quick-menu p a{
    color: #000 !important;
}
body.iexodus_bg #quick-menu p a:hover{
    color: #000 !important;
    text-decoration:none !important;
}
#menu-handler{
    margin-left:0px !important;
    padding-top: 57px !important;
}

#menu .menu-nav > li > a {
    vertical-align: middle;
    text-align: center;
    padding: 5px 7px 5px 7px !important;
    white-space: normal;
    font-weight: normal;
    max-width: inherit;
    border: 2px solid transparent !important;
}

body #menu .menu-nav > li > a:hover, body #menu .menu-nav > li.active > a{
    border: 2px solid #9e8b2a !important;
}

#menu .menu-nav > li {
    padding: 0px 2px !important;
}

body #menu .menu-nav > li > a:hover span, body #menu .menu-nav > li.active > a span{
    color:#9e8b2a !important;
}

body #menu .menu-nav ul a:hover, body .menu-nav ul li.sfHover > a, body .menu-nav ul li a:hover, body .menupanel ul.selectnav li a:hover{
    background-color: transparent !important;
}

#sn-position {
    top: 21px;
}

#top {
    height: 140px !important;
}

.moduletable.home-bannerC{
    background-color: #fff;
    background-image: url(../images/Banner-home.jpg);
    background-position: top right;
    background-size: cover;
}

#slideshow-handler-bg {
    margin-top: 98px;
}
.custom.home-bannerC{
    padding: 50px 30px;	
}

body.iexodus_bg .home-bannerC h1, body.iexodus_bg .home-bannerC h2{
    color:#fff !important;
}
body.iexodus_bg * .home-bannerC li{
    color:#fff !important;
    line-height: 28px;
}
body.iexodus_bg * .home-bannerC strong{
    color:#fff !important;
}
body.iexodus_bg * .home-bannerC span{
    color:#fff !important;
}


body .button.banner{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(85,173,64);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 20px 20px;
    width: 405px;
    max-width: 100%;
    font-family: 'Open sans',sans-serif;
    font-size: 19px;
    line-height: 1!important;
    border-radius: 3px!important;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.20);
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.20);
    -moz-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.20);
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    font-weight: bold;
    color:#fff !important;
}
body .button.banner:hover{
    background-color: rgb(68,138,51) !important;
}
.tmp-content-area{
    line-height:28px;
}
h2 {
    line-height: 34px !important;
}

.home-bannerC ul{
    margin-bottom: 12px;
}
.testimonial-content{
    background:#efefef;
    padding: 50px 16%;
    padding-bottom:5px;
    font-style: italic;
    font-family: Georgia;
    font-size: 21px;
    line-height: 37px;
}

.testimonial-content .author{
    font-style: normal;
    font-family: 'Open Sans';
    font-size: 16px;
}
body.iexodus_bg .custom.red-text h4{
    font-size: 20px;
    color: #d62b2b !important;
    font-weight: normal;
    line-height: 33px;
}
body.iexodus_bg .custom.red-text p{
    font-size: 21px;
    margin-left:35px;
}
#slideshow-handler-bg {
    margin-bottom: 0px !important;
}
#top-modules h3{
    font-size: 21px;
    font-weight: 400;
}

body.iexodus_bg #top-modules h3 a{
    color: #000 !important;
}
body.iexodus_bg #top-modules h3 a:hover{
    color: #2496C1 !important;
    text-decoration: underline !important;
}
.learn-more{
    text-decoration: underline !important;
}

body.iexodus_bg #top-modules .learn-more:hover{
    color: #eda159 !important;
    text-decoration: none !important;
}
body #top-modules {
    padding: 0;
    padding-right: 35px;
    margin-bottom: 50px;
    padding-left: 35px;
}
#tab-modules .moduletable{
    /*margin-bottom: 35px;
    border-bottom: 4px solid #0f0f0f;*/
}

#top-modules .span4 .moduletable{
    text-align: left;
    border-bottom: 4px solid #64b600;
}

#bottom-content-modules li{
    line-height: 27px;
}

.moduletable.box-border{
    border: 2px solid #efefef;
    padding: 40px;
    margin-right: 45px;
}
#bottom-content-modules{
    margin-top:30px;
}
#bottom-content-modules h4{
    margin-top:0px;
    font-weight:normal;
    line-height: 30px;
}

#bot-modules .social-custom a.fm_button{
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 4px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: no-repeat 0 0 transparent;
    background-image: url(../images/socials.png);
    font-size:0px !important;
}

#bot-modules .social-custom a.fm_youtube {
    background-position: -204px 0;
    background-color: #e62d28;
}

#bot-modules .social-custom a.fm_pinterest {
    background-position: -306px 0;
    background-color: #d01d15;
}

#bot-modules .social-custom a.fm_rss {
    background-position: -238px 0;
    background-color: #e6b54c;
}

#bot-modules .social-custom a.fm_facebook {
    background-position: -102px 0;
    background-color: #3b5998;
}

#bot-modules .social-custom a.fm_linkedin {
    background-position: -34px 0;
    background-color: #069;
}

#bot-modules .social-custom a.fm_googleplus {
    background-position: -68px 0;
    background-color: #dd5948;
}

#bot-modules .social-custom a.fm_twitter {
    background-position: 0 0;
    background-color: #46d4fe;
}


#bottom-bg #bot-modules .social-custom a.fm_button:hover, #bottom-bg #bot-modules .social-custom a.fm_button:focus {
    background-position-y: -34px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: transparent !important;
    font-size:0px !important;
}

body #bot-modules {
    background-color: #222 !important;
}

#bot-modules .social-custom{
    margin:0px;
    padding:0px;
    list-style:none;
}

#bot-modules .social-custom li{
    display:inline;
    padding:0px;
    margin:0px;
}

#bottom-bg #bot-modules h3, #bottom-bg #bot-modules h3 span{
    color: #919191 !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    position: relative;
}
#bot-modules div#fd.eb .cell-tight {
    display: none;
}

#bot-modules div#fd.eb .mod-item+.mod-item {
    border-top: 0px;
}

body #bot-modules{
    font-size: 14px !important;
    line-height: 18px !important;
}

#bot-modules div#fd.eb .cell-top .mod-table .mod-cell:nth-child(2){
    padding: 2px 8px;
    margin: 0 5px 5px 0;
    border: 1px solid #444444;
    text-decoration: none;
    font-size: 13px !important;
    display: inline-block
}

#bot-modules .well {
    padding: 0 !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#bot-modules .well label {
    display: none;
}

#bot-modules .well .control-group{
    display:inline-block;
}

#bot-modules .well .btn{
    background-color: #ff7f00 !important;
    font-weight: bold;
    font-size: 19px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
#bot-modules .well .btn:hover{
    background-color: #eda159 !important;
}

#bot-modules .well .validate-email{	
    padding: 7px 2px;
    font-size: 16px;
    width: 100%;
}
#bot-modules .well .control-group:nth-child(1){	
    width: 67%;
}
.navbar-fixed-top{
    border-bottom:1px solid #f8f8f8;
}
.navbar-fixed-top.scrolldown{
    border-bottom:1px solid #f1f1f1;
    opacity: 0.95;
}

.navbar-fixed-top.scrolldown .customlogo img{
    width:160px;
}

.navbar-fixed-top.scrolldown #top {
    height: 128px !important;
}
.navbar-fixed-top.scrolldown #menu-handler {
    padding-top: 48px !important;
}

#bot-modules .span3:nth-child(1) p{
    line-height: 24px;
}

#foo-left-right p{
    font-size:13px !important;
}
#footer {
    padding: 0 !important;
}
body #bot-modules {
    padding-bottom: 0px !important;
}

#bottom-bg #bot-modules a:hover, #bottom-bg #bot-modules a:hover span{
    color: #9e8b2a !important;
    box-shadow: 0 0 #fff inset;
}



#menu-handler{
    width:84% !important;
}



#nav-line{
    background-color: #f7f7f7 !important;
    margin-top: 34px;
}
#nav-line #brcr {
    padding: 3px 0px !important;
    margin-bottom: 0 !important;
    text-align: right;
    font-size: 12px;
    padding-bottom: 0px !important;
    border: 0px !important;
}
#nav-line .moduletable{
    margin-bottom: 0 !important;
}
#nav-line .module-content{
    padding-bottom: 0 !important;
}

body.iexodus_bg * #nav-line span{
    color: #666666 !important;
}
body.iexodus_bg #nav-line a{
    color: #666 !important;
}
body.iexodus_bg #nav-line a:hover{
    color: #666 !important;
}
#slideshow-handler .custom img{
    /*border-radius: 8px;*/
}


body h1:first-child{
    margin-top:24px;
}
.yjsgbody-home .item-page h1:first-child{
    margin-top:35px;
}

body .menu-nav > li.active > a, body .menu-nav > li.active > a:hover, body .menu-nav > li > a:hover, body .menu-nav > li.sfHover > a {
    background: transparent !important;
}
#menu {

    float: right;
}



body.iexodus_bg #tab-modules-handler h3 a:hover{
    color:#0f0f0f !important;
}

#top-content-modules{
    margin-top:40px;
}
#tab-modules-handler h3{
    margin-top: 20px !important;
}

table tbody td{border:0px !important}

body #menu .menu-nav ul a:hover span{
    color:#9e8b2a !important;
}

#quick-menu li a { 
    border-bottom: 1px solid transparent !important;
}
.cus-social{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cus-social li{
    display:inline-block;
}

.cus-social .fb a:before{
    content: "\f09a";
    font-family: FontAwesome;
}

.cus-social .tw a:before{
    content: "\f099";
    font-family: FontAwesome;
}

.cus-social .lk a:before{
    content: "\f0e1";
    font-family: FontAwesome;
}

.cus-social .you a:before{
    content: "\f167";
    font-family: FontAwesome;
}
#frmseach .icon-search {
    background-image: none !important;
}

#search-position .button {
    width: 32px;
    height: 33px;
    float: right;
    margin-left: -4px;
    text-indent: -999999px;
    background-color: transparent;
    background: url(../images/search-icon.png) no-repeat center center #d1d1d1 !important;
    border: 0;
    background-color: #d1d1d1 !important;
}

#quick-menu .menu{
    margin-right:15px;
    margin-top: -34px;
}

body.iexodus_bg * #quick-menu .menu a:hover span{
    color: #9e8b2a !important;
}
body.iexodus_bg * #quick-menu .menu a:hover{
    border-bottom: 1px solid #9e8b2a !important;
}

.items-more-mod .span4{
    width:100% !important;
}

#bot-modules ul.mod_fnm {

    margin-top: -20px !important;
}

body.iexodus_bg #calc_container h2.heading-blue {
    height: auto !important;
    padding: 5px 10px ;
}

.blog-featured .items-leading {
    width: 75% !important;
    float: left;
}
.blog-featured .item-page {
    max-width: 95%;
}

.iexodus_bg .blog-featured .apicontentsearch {
    width: 25% !important;
    float: left;
}

.items-more {
    width: 25% !important;
}

body h2.contact-name {
    padding-bottom: 0;
    font-size: 30px;
}

.main_contact_tbl input, .main_contact_tbl textarea, .main_contact_tbl .uneditable-input {
    width: 289px;
}

.main_contact_tbl .contact-form-area input.contact_state {
    /*width: 132px;*/
	width: 289px;
}

.main_contact_tbl .contact-form-area input.contact_zip {
    width: 110px;
}

.blog-featured .jcb_fieldDiv {
    clear: both !important;
}

.contentpane #blockrandom select{
    width: 208px !important;
}

div#fd.eb .eb-navbar-nav>li>a>i {
    line-height: 40px !important;
    color: #757575 !important;
}

.eb-post-body.type-standard p a span{color:#0f0f0f !important}


body.iexodus_bg #calc_wrapper #calc_container h2.heading-blue {
    background-color: #9e8b2a !important;
}

body.iexodus_bg #calc_wrapper #calc_container table.calcilist tr td ul li a.heading-blue {
    color: #9e8b2a !important;
}

body.iexodus_bg * div#fd.eb .eb-navbar.w480 .eb-text {
    color: #757575 !important;
}

.well .input {
    width: 289px;
}

body .menupanel ul.selectnav li a:hover {
    color:#0f0f0f !important;
}

.pagenav li, .pagination ul li {
    padding: 0 !important;
}
#slideshow-handler .moduletable{
    margin-bottom:0px;
}

#slideshow-handler .moduletable p{
    margin-bottom:0px;
}
.yjsgbody-ira-forms h1{
    margin-bottom:0px;
}

.yjsgbody-ira-forms table ul{
    margin-bottom:0px;
    padding-bottom:0px;
}

body div#fd.eb .eb-brand-name {
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-top: 28px;
    margin-bottom: 25px;
}

body div#fd.eb .eb-post-title {

    font-weight: 300;
}

body .contact-name{
    font-size: 32px;
    letter-spacing: 0px;
    margin-top: 22px;
    margin-bottom: 7px;
}
#main-content-handler .span3{
    margin-top: 22px;
}
body.yjsgbody-weekly-update{
	padding-top: 9% !important;
}
