/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */

html, body {
    font: normal 11px arial;
    text-align: left;
    line-height: 17px;
}

h1 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0;
}

h2 {
    color: #FF7B00;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

h4 {
    color: #FF7B00;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;    
}

h5 {
    color: #FF7B00;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

p, .cmsText {
    color: #555555;
    font-size: 12px;
}

p a {
    color: #FF7B00;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bold {
    font-weight: bold !important;
}

.noBold {
    font-weight: normal !important;
}

.orange {
    color: #FF7B00 !important;
}

.noBorder {
    border: 0;
}

.errors {
    background-color: #F4AEB1;
    border: 2px solid #FF0000;
    margin-bottom: 10px;
    padding: 10px;
}

.success {
    background-color: #abff9b;
    border: 2px solid #127000;
    margin-bottom: 10px;
    padding: 10px;
}

ul.cms li {
    list-style: none;
    background: url(/images/read-more.gif) no-repeat left center;
    padding-left: 15px;
    font-weight: bold;
    font-size: 12px;
    color: #777777;
    margin-bottom: 9px;
}

ul.cms.purple li {
    background: url(/images/cms-purple-bullet.gif) no-repeat left center;
}

div#site {
    margin: 0 auto;
    width: 900px;
}

div#header {
    width: 100%;
    border-bottom: 3px solid #FC8820;
    overflow: auto;
}

div#header #mainLogo {
    padding: 20px 10px 10px;
    width:163px;
    float:left;
}

div#header #banner {
    width: 700px;
    float: right;
}

/* Container */
div#container {
    width: 100%;
}

div#central {
    width: 715px;
    float: right;
    overflow: visible;
    margin-bottom: 20px;
}

div#leftSidebar {
    float: left;
    width: 175px;
}

div#rightSidebar {
    width: 175px;
    float: right;
    padding-top: 20px;
    overflow: auto;
}

div#rightSidebar img {
    float: right;
    overflow: auto;
    border: 0;
    margin-bottom: 10px;
}

div#pageContent {
    clear: both;
    background-color: #FFF;
    padding: 5px;
    float: left;
}

div#pageContent div#twoColumn {
    width: 525px;
}

div#pageContent div#singleColumn {
    width: 100%;
}

/* Right Sidebar */



/* Sidebar */
div.navigation {
    width: 175px;
    border: 1px solid #cbcbcb;
    background: url(/images/title-background.gif) repeat-x top left;
    margin-top: 30px;
    margin-bottom: 15px;
}

div.navigation div.titleBar {
    height: 16px;
    padding: 8px;
    border-bottom: 1px solid #cbcbcb;
}

div.navigation div.titleBar span.title {
    font-weight: bold;
    color: #777777;
    font-size: 15px;
    background: url(/images/main-menu-title-bullet.gif) no-repeat left center;
    padding-left: 13px;
}

div.navigation ul {
    margin-left: 5px;
    padding: 8px;
    list-style: none;
}

div.navigation ul li {
    background: url(/images/main-menu-bullet.gif) no-repeat center left;
    font-size: 14px;
    padding: 5px 0 5px 15px;
    border-bottom: 1px dotted #cbcbcb;
}

div.navigation li a {
    color: #666666;
    text-decoration: none;
}

div.navigation li a:hover {
    text-decoration: underline;
}

/* Page Title */
div#central div#pageTitle {
    margin-top: 30px;
    width: 100%;
    height: 27px;
    background: url(/images/title-background.gif) repeat-x top left;
    border: 1px solid #cbcbcb;
    padding: 7px 10px;
}

div#central div#pageTitle h1 {
    color: #FC8820;
}

div#central div#pageTitle span#breadcrumbs {
    margin-top: 1px;
    float: right;
    color: #777777;
}

div#central div#pageTitle span#breadcrumbs a {
    font-size: 11px;
    color: #777777;
    text-decoration: none;
}

div#central div#pageTitle span#breadcrumbs a:hover {
    text-decoration: underline;
}

/* Blog */
div#blog div.readMore, div#products div.readMore {
    float: right;
    text-align: right;
    width: 350px;
    color: #ff7b00;
    font-weight: bold;
    font-size: 12px;
}

div#blog div.readMore span, div#products div.readMore span {
    background: url(/images/read-more.gif) no-repeat center left;
    padding-left: 10px;
}

div#blog div.readMore a, div#products div.readMore a {
    color: #ff7b00;
    font-weight: bold;
    text-decoration: none;
}

div#blog div.readMore a:hover, div#products div.readMore a:hover {
    text-decoration: underline;
}

div#blog span.date {
    color: #777777;
    font-weight: bold;
    font-size: 12px;
}

div#blog div.image, div#products div.image {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    clear: right;
}

div#blog div.image img, div#products div.image img {
    border: 1px solid #cbcbcb;
    padding: 1px;
}

div#blog h2, div#blog div.blogItem h2 a, div#products h2, div#products div.productItem h2 a {
    color: #ff7b00;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

div#blog div.blogText, div#products div.productText {
    width: 400px;
}

div.blogItem, div.productItem {
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    padding: 8px 0;
    margin: 5px 0;
    overflow: auto;
}

div#blog, div#products {
    margin-top: 20px;
}

div#blog div#blogFeature, div#products div#productFeature {
    padding-bottom: 20px;
}

/* Leave Comment */
div#leaveComment {
    margin-top: 20px;
    border-top: 1px solid #cbcbcb;
    padding-top: 30px;
}

div#leaveComment div#addComment {
    border: 1px solid #cbcbcb;
    padding: 22px 30px 15px 30px;
}

div#leaveComment div#addComment th {
    color: #777777;
    font-size: 13px;
    text-align: right;
    padding-top: 2px;
    padding-right: 6px;
    vertical-align: top;
}

div#leaveComment div#addComment td {
    vertical-align: top;
    padding-bottom: 13px;
}

div#leaveComment div#addComment input,
div#leaveComment div#addComment textarea {
    font-size: 11px;
    font-family: arial;
    border: 1px solid #999999;
}

div#leaveComment div#addComment .text {
    width: 300px;    
}

div#leaveComment div#addComment textarea {
    height: 80px;
}

div#leaveComment div#addComment #submit {
    color: #ff7b00;
    font-weight: bold;
    font-size: 12px;
    background: url(/images/read-more.gif) no-repeat center left;
    padding-left: 10px;
    text-decoration: none;
    float: right;
    border: 0;
}

/* Comments */
div#blogComments {
    margin-top: 20px;
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
}

div#blogComments div.blogComment {
    margin-bottom: 20px;
    clear: both;
}

div#blogComments div.blogComment span.headerInfo {
    color: #555555;
    font-size: 12px;
}

div#blogComments div.blogComment p.message {
    margin: 5px 0 0 10px;
    
}


/* Paginator */
div.paginator {
    text-align: right;
    color: #5473e6;
}

div.paginator a {
    text-decoration: none;
    color: #5473e6;
}

div.paginator a:hover {
    text-decoration: underline;
}

/* Products */
div#product {
    overflow: auto;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

div#product div#productInfo {
    margin-bottom: 20px;
    width: 525px;
    float: left;
    margin-top: 20px;
    overflow: auto;
}

div#product div#productInfo h2 {
    color: #ff7b00;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

div#product div#rightSidebar img {
    float: left;
}

div#productShop {
    clear: both;
    padding-top: 10px;
}

div#productShop ul {
    margin-left: 10px;
}

div#productShop ul li {
    color: #fc8820;
    font-weight: bold;
    font-size: 14px;
    margin: 7px 0;
}

div#productShop ul li span.price {
    color: #777777;
}

div#productButton input.khxc_formbutton {
    border: 0;
    background: transparent url(/images/button-background.gif) no-repeat;
    cursor: pointer;
    height: 49px;
    margin-top: 20px;
    padding: 15px 0 0;
    text-align: center;
    width: 171px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
}

/* Product - Extra Information */
div#productDetails {
    width: 715px;
    clear: both;
}

div#productDetails div#navBar {
    width: 100%;
    height: 35px;
    background: url(/images/products-top.gif) no-repeat top left;
    clear: both;
}

div#productDetails div#productBottom {
    width: 100%;
    height: 18px;
    background: url(/images/products-bottom.gif) no-repeat top left;
    clear: both;
}

div#productDetails div.menuButton {
    width: 155px;
    height: 28px;
    background: #EBEBEB url(/images/product-button.gif) no-repeat top left;
    float: left;
    margin-right: 5px;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 0 15px;
    cursor: pointer;
}

div#productDetails div#extraInformation {
    padding: 20px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    background: #EBEBEB;
}

div#productDetails div#extraInformation p {
    color: #555555 !important;
}

div#productDetails div.productFeature {
    margin-bottom: 30px;
}

div#productDetails div.readMore, div#productDetails div.close {
    float: right;
    text-align: right;
    color: #ff7b00;
    font-weight: bold;
    font-size: 12px;
    background: #EBEBEB;
}

div#productDetails span {
    cursor: pointer;
}

div#productDetails div.readMore span {
    background: url(/images/read-more.gif) no-repeat center left;
    padding-left: 10px;
}

p.caption {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
}

div.productFeature a {
    color: #FF7B00;
}

/* Footer */
div#footer {
    clear: both;
    border-top: 4px solid #dbdbdb;
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #c0c0c0;
}

div#footer p {
    margin-top: 15px;
    padding: 0;
    color: #C0C0C0
}

div#footer ul {
    text-align: center;
}

div#footer ul li {
    display: inline;
    padding: 0 15px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #c0c0c0;
}

div#footer ul li a {
    color: #08a8c4;
    text-decoration: none;
    font-weight: bold;
}
