@CHARSET "UTF-8";

@import url(//fonts.googleapis.com/css?family=PT+Sans);

body,
input {
    font-family: "PT Sans", sans-serif;
}

.btn,
#body .btn {
    border-radius: 0;
    background: #1e407b;
    border: 0;
    text-shadow: none;
    color: #ffdc00;
    box-shadow: none;
    font-size: 12px;
}

#header-outer {
    height: 151px;
}

#header #block_10 {
    float: left;
    width: 560px;
    height: 151px;
}

#header-inner > div.login,
#header-inner > div.account {
    height: 106px;
    overflow: hidden;
    border-bottom: 4px solid #bbc5d7;
}

#header div.login h3 {
    text-transform: uppercase;
    line-height: 14px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 28px 0 8px 0;
    border-bottom: 2px dotted #e6e7e8;
    padding: 0 0 4px 0;
}

#header div.login form.login .control-group,
#header div.login form.login .control-group label,
#header div.login form.login .control-group .controls {
    display: inline;
}

#header div.login form.login input[type=email],
#header div.login form.login input[type=password] {
    width: 148px;
    border-radius: 0;
    background: #e6e7e8;
    box-shadow: none;
    border: 0;
    padding: 0 6px;
    line-height: 18px;
    height: 18px;
    font-style: italic;
    font-size: 10px;
    margin-left: 4px;
    color: #6d6e71;
}

#header div.login form.login label[for=email] {
    text-transform: uppercase;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

#header div.login form.login label[for=password] {
    display: none;
}

#header div.login form.login input[type=submit] {
    border-radius: 0;
    border: 0;
    width: 22px;
    height: 18px;
    background: url(../img/arrow.png) no-repeat center center;
    text-indent: -10000px;
    padding: 0;
    margin: 0;
    line-height: 18px;
    vertical-align: top;
}

#header div.login .button-outer.forgot,
#header div.login .button-outer.register,
#header div.account .button-outer.account,
#header div.account .button-outer.logout {
    display: block;
    float: left;
    line-height: 10px;
}

#header div.login .button-outer.forgot a,
#header div.login .button-outer.register a,
#header div.account .button-outer.account a,
#header div.account .button-outer.logout a {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    text-shadow: none;
    font-size: 10px;
    box-shadow: none;
    line-height: 10px;
    color: #000;
}

#header div.login .button-outer.forgot a,
#header div.account .button-outer.account a {
    padding-right: 4px;
    margin-right: 4px;
    border-right: 1px solid #666566;
}

#header .cart-outer {
    height: 31px;
    overflow: hidden;
    margin-top: 12px;
    width: 420px;
}

#header .cart-outer h3 {
    text-transform: uppercase;
    line-height: 14px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
}

#header .cart-outer div.cart {
    float: right;
    font-size: 13px;
    line-height: 14px;
}

#header .cart-outer div.items,
#header .cart-outer div.total {
    display: inline;
}

#header .cart-outer div.items a {
    color: #414042;
}

#header .cart-outer a {
    text-decoration: none;
}

#header .search-outer {
    float: right;
    background: #a0a0a0;
    width: 250px;
    height: 36px;
    position: relative;
    top: 43px;
    margin-bottom: -36px;
}

#header .search-outer h3 {
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 6px;
    padding: 0;
    display: inline;
}

#header .search-outer form,
#header .search-outer form .control-group,
#header .search-outer form .control-group .controls {
    display: inline;
}

#header .search-outer form input[type=search] {
    width: 138px;
    height: 20px;
    border-radius: 0;
    border: 0;
    padding: 0 6px;
    line-height: 20px;
    font-style: italic;
    font-size: 10px;
    color: #6d6e71;
    margin: -4px 0 0 0;
}

#header .search-outer form .button-outer.submit {
    line-height: 20px;
    background: #4a4b4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4c 0%, #352c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4c), color-stop(100%,#352c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4c 0%,#352c2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4c', endColorstr='#352c2a',GradientType=0 ); /* IE6-9 */
    width: 22px;
    position: relative;
    left: -4px;
    height: 20px;
    display: inline-block;
}

#header .search-outer form .button-outer.submit input {
    padding: 0;
    margin: 0;
    line-height: 20px;
    width: 22px;
    border: 0;
    border-radius: 0;
    text-indent: -10000px;
    background: url(../img/header-search-button.png) no-repeat center center;
    height: 20px;
    vertical-align: top;
}

#header #block_12 {
    display: none;
}

#nav-outer {
    height: 36px;
    background: #4b4c4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4b4c4d 0%, #352c2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4c4d), color-stop(100%,#352c2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4b4c4d 0%,#352c2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4b4c4d 0%,#352c2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4b4c4d 0%,#352c2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4b4c4d 0%,#352c2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4c4d', endColorstr='#352c2b',GradientType=0 ); /* IE6-9 */
}

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

#nav ul li {
    float: left;
    height: 36px;
}

#nav ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    margin-top: 11px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

#nav ul li:last-child a {
    border: 0;
}

.breadcrumb {
    margin: 0;
    padding: 6px 0 0 0;
    background: none;
    border-radius: 0;
}

#block_5 h3 {
    clear: both;
    line-height: normal;
    color: #fff;
    background: #666;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px;
}

.breadcrumb li {
    line-height: 24px;
    text-shadow: none;
    color: #000;
    font-size: 10px;
}

.breadcrumb li a,
.breadcrumb li.active,
.breadcrumb li .divider {
    color: #000;
}

.breadcrumb li .divider {
    padding: 2px;
}

#content-outer {
    background: #ccc;
    padding-bottom: 20px;
}

#nav-left {
    width: 240px;
}

#nav-left h2,
#nav-left h3 {
    text-transform: uppercase;
    line-height: 40px;
    background: #4a4b4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4c 0%, #352c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4c), color-stop(100%,#352c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4c 0%,#352c2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4c', endColorstr='#352c2a',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#nav-left h2:first-child {
    margin-top: 0;
}

#nav-left #block_1 {
    width: 230px;
    background: #fff;
    margin-top: 6px;
    padding: 5px;
}

#nav-left div.search {
    display: none;
}

#nav-left div.categories {
    width: 240px;
    background: #fff;
    margin-top: 6px;
}

#nav-left ul {
    list-style: none;
    margin: 0;
    padding: 5px 0px;
}

#nav-left ul ul {
    padding: 0px;
}

#nav-left ul li {
    border-bottom: 2px dotted #e6e7e8;
}

#nav-left ul ul li {
    background: none;
    border: none;
}

#nav-left ul li:last-child {
    border-bottom: 0;
}

#nav-left ul li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    line-height: 26px;
    margin: 0 0 0 10px;
}

#body {
    background: #fff;
    margin: 6px 0 0 10px;
    padding: 10px;
    width: 710px;
}

#block_5 {
    background: #fff;
}

#block_5 p {
    margin: 0;
}

#block_5 #gallery_scroller_1 {
    margin: auto;
}

#body h1 {
    clear: both;
    line-height: 40px;
    color: #fff;
    background: #666;
    margin: 0 -10px 10px -10px;
    padding: 0 10px;
    font-size: 18px;
}

#body h1:first-child {
    margin-top: -10px;
}

#body h2,
#block_3 h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

#footer-outer {
    min-height: 238px;
    background: #333333; /* Old browsers */
    border-bottom: 50px solid #231f20;
    padding: 24px 0;
}

#footer {
    color: #fff;
    font-size: 12px;
}

#footer a {
    text-decoration: none;
}

#footer-top {
    min-height: 238px;
}

#footer h1,
#footer h2,
#footer h3 {
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

#footer .footer-column {
    float: left;
    width: 200px;
    margin-left: 56px;
}

#footer .footer-column:first-child {
    margin-left: 0;
}

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

#footer ul li a {
    color: #fff;
    text-decoration: none;
}

#footer-bottom {
    clear: both;
    height: 50px;
    margin-bottom: -50px;
    position: relative;
    top: 24px;
    float: left;
    width: 980px;
}

#footer-bottom-left {
    float: left;
}

#footer-bottom-right {
    float: right;
}

ul.products,
ul.product-groups {
    list-style: none;
    margin: -10px 0 0 0px;
    padding: 0;
}

ul.products li.product,
ul.product-groups li.product-group {
    width: 142px;
    border: 1px solid #b3b3b4;
    float: left;
    margin: 20px 0 0 20px;
    padding: 6px;
    text-align: center;
}

ul.products li.product .photo
ul.product-groups li.product-group .photo {
    width: 140px;
    height: 130px;
}

ul.products li.product .name a,
ul.product-groups li.product-group .name a {
    color: #000;
    height: 58px;
    display: block;
    line-height: normal;
    font-size: 12px;
    text-decoration: none;
}

ul.products li.product .price a,
ul.product-groups li.product-group .price a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

ul.products li.product .button-outer.view,
ul.products li.product .button-outer.cart,
ul.product-groups li.product-group .button-outer.view,
ul.product-groups li.product-group .button-outer.cart {
    height: 24px;
    display: inline-block;
    background: #4a4b4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4c 0%, #352c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4c), color-stop(100%,#352c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4c 0%,#352c2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4c', endColorstr='#352c2a',GradientType=0 ); /* IE6-9 */
    line-height: 24px;
}

#body ul.products li.product .button-outer.view a,
#body ul.product-groups li.product-group .button-outer.view a {
    display: inline-block;
    height: 24px;
    vertical-align: top;
    background: url(../img/arrow.png) no-repeat right center;
    padding: 0 30px 0 8px;
    color: #ffffff;
}

ul.products li.product .button-outer.cart a,
ul.product-groups li.product-group .button-outer.cart a {
    display: inline-block;
    width: 30px;
    height: 24px;
    vertical-align: top;
    text-indent: -10000px;
}

table.products {
    width: 100%;
}

table.products th,
table.products td {
    padding: 3px 5px;
}

table.products th.name {
    width: 100%;
}

table.products th.name,
table.products th.code {
    text-align: left;
}

table.products td.price,
table.products td.quantity,
table.products th.price,
table.products th.quantity {
    text-align: right;
}

table.products td {
    vertical-align: middle;
}

table.products th.quantity {
    visibility: hidden;
}

table.products td.quantity {
    white-space: nowrap;
}

table.products td.quantity input {
    width: 50px;
    margin-bottom: 0px;
}

body.product_view #body .photos,
body.productgroup_product #body .photos {
    float: left;
    width: 262px;
    height: 254px;
    padding: 6px;
}

body.product_view #body .price .price-label,
body.productgroup_product #body .price .price-label {
    display: none;
}

body.product_view #body .price .value,
body.productgroup_product #body .price .value {
    font-size: 18px;
    font-weight: bold;
}

body.product_view #body .cart,
body.productgroup_product #body .cart {
    margin-top: 26px;
}

body.product_view #body .cart label,
body.productgroup_product #body .cart label {
    font-size: 12px;
}

body.product_view #body .cart input.quantity,
body.productgroup_product #body .cart input.quantity {
    border-radius: 0;
    border: 1px solid #cfcfd0;
    width: 36px;
    height: 22px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 6px;
}

body.product_view #body .cart .button-outer.submit,
body.productgroup_product #body .cart .button-outer.submit {
    width: 120px;
    height: 24px;
    background: #4a4b4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a4b4c 0%, #352c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4b4c), color-stop(100%,#352c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a4b4c 0%,#352c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a4b4c 0%,#352c2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4b4c', endColorstr='#352c2a',GradientType=0 ); /* IE6-9 */
    line-height: 24px;
    display: inline-block;
    position: relative;
    top: 2px;
}

body.product_view #body .cart .button-outer.submit input,
body.productgroup_product #body .cart .button-outer.submit input {
    display: inline-block;
    width: 120px;
    height: 24px;
    vertical-align: top;
    background: url(../img/arrow.png) no-repeat 95px center;
    line-height: 22px;
    padding: 0 0 0 6px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

body.product_view #body div.related-products,
body.productgroup_product #body div.related-products {
    clear: both;
}

body.product_view #body > .cart,
body.product_view #body > div.price,
body.productgroup_product #body > div.price,
body.product_view #body > div.details,
body.product_view #body > div.description,
body.productgroup_product #body > div.description,
body.product_view #body > div.downloads,
body.productgroup_product #body > div.downloads,
body.productgroup_product #body > .cart,
body.productgroup_product #body > .model {
    width: 450px;
    float: right;
    margin-bottom: 10px;
}

body.productgroup_product #body > .model .model-label,
body.productgroup_product #body > .model .value {
    display: inline-block;
}

body.product_view #body > div.price,
body.productgroup_product #body > div.price {
    margin-top: 5px;
}

body.productgroup_product #body > .cart .control-label {
    width: 70px;
}

body.productgroup_product #body > .cart .controls {
    margin-left: 80px;
}

body.product_view #body > div.details,
body.productgroup_product #body > div.details {
    display: none;
}

body.product_view #body div.details .detail-label,
body.product_view #body div.details .value,
body.productgroup_product #body div.details .detail-label,
body.productgroup_product #body div.details .value {
    display: inline-block;
}

body.product_view #body div.details ul,
body.product_view #body div.downloads ul,
body.productgroup_product #body div.details ul,
body.productgroup_product #body div.downloads ul {
    list-style-type: none;
    margin: 0px;
}

body.product_view #body div.details ul li,
body.product_view #body div.downloads ul li,
body.productgroup_product #body div.details ul li,
body.productgroup_product #body div.downloads ul li {
    margin: 2px 0;
}

#body ul.checkout-progress a {
    color: #fff;
}

#body fieldset legend a {
    font-size: 14px;
}

body.category_viewquicklist #body .button-outer.submit,
body.search_results #body .button-outer.submit {
    float: right;
    margin-right: 5px;
}

body.category_view #body > h1:first-child,
body.category_viewquicklist #body > h1:first-child {
    margin-bottom: 10px;
}

body.category_view #body > .photos,
body.category_viewquicklist #body > .photos {
    float: right;
    margin-bottom: 20px;
}

body.category_view #body > .photos .photo,
body.category_viewquicklist #body > .photos .photo {
    width: 320px;
    height: 240px;
}

body.category_view #body .photo:after,
body.category_viewquicklist #body .photo:after {
    clear: both;
}

body.category_view #body .categories,
body.category_viewquicklist #body .categories {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

body.category_view #body .categories .category,
body.category_viewquicklist #body .categories .category {
    width: 142px;
    height: 182px;
    border: 1px solid #b3b3b4;
    float: left;
    margin: 20px 0 0 20px;
    padding: 6px;
    text-align: center;
}

body.category_view #body .categories .category .photo,
body.category_viewquicklist #body .categories .category .photo {
    width: 142px;
    height: 125px;
}

body.category_view #body .tagline,
body.category_viewquicklist #body .tagline {
    color: #1e407b;
    font-size: 16px;
}

body.category_view #body .tagline,
body.category_view #body .description,
body.category_viewquicklist #body .description,
body.category_viewquicklist #body .tagline {
    margin: 5px 0px;
    float: left;
    width: 400px;
}

body.category_view #body .download,
body.category_viewquicklist #body .download {
    background: #1e407b;
    float: left;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 10px 0px;
}

body.category_view #body .download a,
body.category_viewquicklist #body .download a {
    color: #fff;   
}

body.category_view #body .product-group-headings {
    clear: both;
    padding-bottom: 17px;
}

body.category_view #body .product-group-headings .photo,
body.category_view #body .product-group-headings .model,
body.category_view #body .product-group-headings .name,
body.category_view #body .product-group-headings .price,
body.category_view #body .product-group-headings .view {
    display: inline-block;
    font-weight: bold;
}

body.category_view #body .product-group-headings .photo {
    width: 130px;
}

body.category_view #body .product-group-headings .model,
body.category_view #body .product-group-headings .price {
    width: 120px;
    padding-left: 20px;
}

body.category_view #body .product-group-headings .name {
    width: 200px;
    padding-left: 20px;
}

body {
    background: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

#header-outer {
    border-bottom: 4px solid #ffdc00;
    margin-bottom: 7px; 
    height: 160px;
}

#header .search-outer {
    display: none;
}

#header #header-inner {
    position: relative;
}

#header #block_12 {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 16px;
}

#header #block_10 {
    width: 530px;
}

#header div.login {
    padding-top: 45px;
    height: auto;
}

#header-inner > div.account {
    padding-top: 45px;
    height: auto;
}

#header div.account h3 {
    display: block;
    background-color: #1e407b;
    border: none;
    padding: 0 120px 0 10px;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

#header div.account .button-outer.account {
    text-align: right;
    float: left;
    background: #1e407b;
    width: 382px;
    padding: 3px 0px 8px 0px;
    margin-bottom: 5px;
} 
#header div.account .button-outer.logout {
    float: right;
    background: #1e407b;
    margin-bottom: 5px;
    padding: 3px 0px 8px 0px;
    width: 68px;
}

#header div.account .button-outer.account a, 
#header div.account .button-outer.logout a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: 0px;
    padding: 0px 10px;
}

#header div.account .button-outer.account a {
    border-right: 1px solid #fff;
}

#header div.account .button-outer.logout a {
    color: #ffdc00;
}

#header div.login form.login {
    margin-bottom: 10px;
}

#header div.login form.login input {
    margin-bottom: 0px;
}

#header div.login h3 {
    display: block;
    background-color: #1e407b;
    border: none;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
}

#header div.login h3 a {
    color: #fff;
}

#header div.login .button-outer.forgot,
#header div.login .button-outer.register {
    display: none;
}

#header div.login form.login label[for="email"] {
    display: none;
}

#header div.login form.login input[type="email"], 
#header div.login form.login input[type="password"] {
    background: #f2f2f2;
    margin-left: 0px;
    width: 196px;
    height: 24px;
    line-height: 24px;
}

#header div.login form.login .button-outer.submit input {
    text-indent: -10000px;
    background: url(../img/arrow_button.png);
    display: inline-block;
    width: 24px;
    height: 25px;
}

#header .cart-outer {
    width: 450px;
    line-height: 29px;
    margin-top: 6px;
}

#header .cart-outer div.cart,
#header .cart-outer div.cart a {
    line-height: 29px;
}

#header .cart-outer h3 {
    text-indent: -10000px;
    margin-left: 140px;
    background: url(../img/cart_icon.png);
    display: inline-block;
    width: 35px;
    height: 29px;
}

#header .cart-outer div.items a {
    color: #1e407b;
}

#header .cart-outer div.items .item-count {
    font-weight: bold;
    text-transform: uppercase;
}

#header .cart-outer div.cart .total-value {
    margin-top: 2px;
    text-indent: -10000px;
    background: url(../img/arrow_button.png);
    display: inline-block;
    width: 24px;
    height: 25px;
}

#content-outer {
    background: none;
}

#content-inner {
    background: #fff;
}

#nav-outer {
    border-bottom: 7px solid #1e407b; 
    background: none;
}

#nav ul {
    margin: 0 0 0 10px;
    padding: 0px;
}

#nav ul li a {
    color: #1e407b;
    font-size: 14px;
    border-right: 1px solid #1e407b;
}

#nav-left {
    margin-top: 10px;
}

#nav-left ul {
    padding: 0px;
    margin: 1px 0 0 0;
}
#nav-left h2,
#nav-left h3 {
    background: #1e407b;
    color: #ffdc00;
    font-size: 18px;
}

#nav-left .search h2 {
    color: #fff;
}

#nav-left div.search {
    display: block;
}

#nav-left ul li a {
    color: #fff;
}

#nav-left ul li a:hover {
    color: #FFDC00;
}

#nav-left ul li {
    border: none;
    margin-bottom: 1px;
    background: #1e407b;
    line-height: 30px;
}

#nav-left ul ul {
    background: #fff;
    padding-top: 1px;
}

#nav-left ul li li {
    border: none;
    margin-bottom: 1px;
    background: #3978bc;
}

#nav-left form.search {
    background: #1e407b;
    padding: 0px 10px;
    margin-bottom: 10px;
}

#nav-left form.search .control-group {
    display: inline-block;
    vertical-align: top;
}

#nav-left form.search .control-group input {
    margin-bottom: 0px;
}

#nav-left form.search .control-group input.keywords {
    border: none;
    border-radius: 0px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 180px;
}

#nav-left form.search .control-group .submit input {
    text-indent: -10000px;
    background: url(../img/yellow_arrow.png);
    width: 23px;
    height: 22px;
}

#block_4 {
    float: right;
    width: 720px;
    margin-right: 10px;
}

.btn-primary, 
#body .btn-primary, 
#block_5 h3, #body h1 {
    background: #1e407b;
    color: #ffdc00;
}

#header .cart-outer h3,
#header .cart-outer .total a,
#nav-left a,
#body a,
ul.products li.product .price a,
body.product_view #body .price .value {
    color: #1e407b;
}

#footer h1,
#footer h2,
#footer h3,
#footer a,
#footer ul li a:hover {
    color: #ffdc00;
}

#footer-bottom-left,
#footer-bottom-right {
    padding-top: 15px;
}

.breadcrumb li.active {
    color: #1e407b
}

ul.products li.product .button-outer.cart a {
    background: url(../img/green-cart.png) no-repeat center center;
}

#block_3, 
#block_3 a, 
#block_3 td {
    color: #fff;
}

#block_3 {
    margin-bottom: 10px;
}

#body h1:first-child {
    margin-top: 0px;
}

#body h1 {
    margin: 0px;
}

#body {
    width: 730px;
    float: right;
    margin: 0px;
    padding-right: 0px;
}

body.tencia_invoice_view #body h1 {
    display: none;
}

body.tencia_invoice_view #body .header {
    margin: 0px;
}

body.tencia_invoice_view #body .details {
    margin-top: -55px;
}

body.tencia_invoice_view #body .shipping-inner {
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    height: 100px;
    margin-bottom: 10px;
    min-height: 20px;
    padding: 3px;
}

body.productgroup_product #body .thumbnails {
    display: none;
}

body.category_viewquicklist #body form.cart table.products tr th {
    margin-bottom: 10px;
}

body.category_viewquicklist #body form.cart table.products tr th,
body.category_viewquicklist #body form.cart table.products tr td {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px dotted #dddddd;    
}

body.category_viewquicklist #body form.cart table.products .photo {
    width: 130px;
}

body.category_viewquicklist #body form.cart table.products .model,
body.category_viewquicklist #body form.cart table.products .price {
    width: 120px;
}

body.category_viewquicklist #body form.cart table.products .name {
    width: 200px;
}

body.category_viewquicklist #body form.cart table.products .view {
    text-align: center;
}

body.category_viewquicklist #body form.cart table.products .view a {
    display: block;
    padding-left: 30px;
    background: url('../img/info.png') left center no-repeat;
    margin: 0 auto;
    width: 70px;
    line-height: 130px;
}

body .pagination-bottom .results {
    display: block;
}

body.shop_cart_view #body .btn,
body.shop_checkout_shipping #body .btn,
body.shop_checkout_payment #body .btn,
body.checkout_billingaddress #body .btn {
    background: #1e407b;
    color: #ffdc00;
}

body.checkout_billingaddress #body h1 {
    margin-bottom: 10px;
}

body.shop_product_view #body .cart .button-outer.submit {
    background: none;
}

body.shop_product_view #body .cart .button-outer.submit input,
body.shop_productgroup_product #body .cart .button-outer.submit input {
    background: #1e407b;
    width: 90px;
}