/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #074A61;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 1.6em;
    color: #074A61;
}

::-moz-selection {
    background: #1462C5;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1462C5;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
}

a:visited {
}

a:hover {
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

@media only screen and (min-width: 35em) {
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

body {
    background: url(/images/bg_t0.jpg);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', serif;
    color: #076986;
    font-weight: normal;
}

h1 {
    line-height: 1.2em;
}

h2 {
    line-height: 1.3em;
}

div {
    position: relative;
}

#orange_bar {
    background: #13C7FC;
    height: 36px;
    line-height: 3em !important;
    color: #084F61;
    /*border-bottom: 1px solid rgba(177, 237, 255, 0.14);*/
}

#orange_bar .left {
    float: left;
}

#orange_bar .right {
    float: right;
    font-size: 12px;
}

#orange_bar .right strong {
    font-size: 16px;
}

#main {
    background: url(/images/bg_t3.png) top no-repeat;
    display: block;
    clear: both;
    padding-bottom: 20px
}

#header {
    color: #212122;
    font-family: 'Droid Serif', serif;
}

#header .right a {
    color: #084F61;
}

#header a {
    text-decoration: none;
}

#header .left {
    font-size: 12px;
}

#black_bar {
    background: url(/images/bg_t2.jpg) no-repeat #000 center;
    height: 177px;
    border-bottom: 5px solid #fff;
    text-indent: -999em;
    z-index: 99;
}

#black_bar .left {
    float: left;
    background: url(/images/badge.png) no-repeat center center;
    width: 140px;
    height: 140px;
    margin-top: 20px;
    position: absolute;
    z-index: 99;
}

#black_bar .right {
    float: right;
    background: url(/images/logo_mit_white.png) no-repeat center center;
    width: 123px;
    height: 123px;
    margin-top: 25px;
    position: absolute;
    right: 0px;
    z-index: 99;
}

#black_bar .center {
    width: 585px;
    height: 96px;
    left: 187px;
    position: absolute;
    z-index: 99;
}

#black_bar .center .bar {
    background: url(/images/bar.png) no-repeat center center;
    width: 405px;
    height: 71px;
}

#black_bar .center .banner {
    background: url(/images/banner.png) no-repeat center center;
    width: 585px;
    height: 96px;
    position: absolute;
    top: 60px;
    margin: 0px;
}

.centerme {
    margin-left: auto;
    margin-right: auto;
}

.sitewidth {
    width: 960px;
}

#footer {
    background: #fff;
    border-top: 5px solid #F2D819;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    clear: both;
}

.footer_column {
    width: 20%;
    float: left;
}

.footer_column.links {
    width: 16%;
    float: left;
}

.footer_column a {
    color: #000;
    text-decoration: none;
}

.footer_column .inner {
    padding: 15px;
}

.footer_column .inner ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
}

.footer_column .inner ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
}

#footer .links {
}

.footer_column .inner ul li a {
    padding: 3px 0 3px 0;
    margin: 0 0 0 0;
    color: #000;
    text-decoration: none;
    display: block;
    list-style: none;
    border-top: 1px dotted #C0C0C0;
}

.footer_column .links a {
    font-size: 11px;
}

.footer_column .links {
}

#nav {
    background: url(/images/nav.png) no-repeat;
    height: 55px;
    margin-top: 25px;
    overflow: hidden;
}

#nav ul {
    padding: 0 0 0 22px;
    margin: 0 0 0 0;
    list-style: none;
}

#nav li {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    float: left;
    background: url(/images/between.jpg) left center no-repeat;
}

#nav li a {
    padding: 19px 3px 19px 3px;
    margin: 0 0 0 0;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-shadow: 1px 1px 0px #000;
}

#nav li.active a, #nav li:hover a {
    color: #16C7FC;
}

.breadcrumb {
    padding: 20px;
    font-size: 11px;
}

.breadcrumb a {
    text-decoration: underline;
}

.column_container {
    display: block;
    clear: both;
}

.col_1 {
    width: 190px;
    float: left;
}

.col_2 {
    width: 525px;
    float: left;
    margin-left: 27px;
    padding-bottom: 20px;
}

.lt-ie8 .col_2 {
    width: 525px;
    float: left;
    padding-left: 27px;
    padding-bottom: 20px;
}

.col_3 {
    width: 190px;
    float: right;
}

.col_1 .col_box h4, .col_3 .col_box h4, .search h4 {
    background: url(/images/title_black.png) left no-repeat;
    color: #fff;
    height: 35px;
    padding-left: 20px;
    line-height: 3em;
    text-transform: uppercase;
    margin: 0px;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
}

.col_box .area {
    /*background:#fff;*/
}

.col_1 .col_box .area, .col_3 .col_box .area {
    background: #fff;
}

.col_2 .area .inner {
    padding: 3px 0px 20px 0px;
}

.area .inner {
    padding: 20px 19px;
}

.col_2 .area {
    width: 525px;
}

.shadow {
    webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
}

.sf-with-ul {
    width: 158px !important;
}

ul ul.sf-with-ul {
    width: 190px !important;
}

.supernav {
    width: 190px !important;
    z-index: 999;
}

.sf-vertical, .sf-vertical li {
    width: 100% !important;
}

.supernav ul.sf-menu li ul, .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
    left: 190px !important;
    webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2) !important;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    z-index: 999;
}

ul.sf-menu a {
    border: 0px !important;
    border-top: 1px solid #fff !important;
    background: url(/images/nav_bg.jpg) bottom left;
}

ul.sf-menu ul a {
    border: 0px !important;
    border-top: 1px solid #fff !important;
    background: url(/images/nav_bg.jpg) bottom right;
}

ul.sf-menu ul a:hover {
    background: #13C7FC;
    border-top: 1px solid #13C7FC !important;
}

ul.sf-menu a:hover {
    color: #074C61 !important;
}

ul.sf-menu a:hover, ul.sf-menu {
    background: #13C7FC;

    border-top: 1px solid #fff !important;
}

.superfish li.active > a {
    background: #13C7FC;
    color: #074C61 !important;
}

.superfish li.active .sf-sub-indicator {
    background: url(/images/arrow_w.png) center center no-repeat !important;
}

ul.sf-menu a {
    color: #666666 !important;
    padding: .75em 1.2em .75em 1.5em !important;
}

ul.sf-menu ul li a {
    padding: .75em 1em;
    line-height: 1.3em;
}

.sf-sub-indicator, body ul.superfish ul.sf-with-ul a.sf-with-ul span.sf-sub-indicator {
    text-indent: 0px !important;
    background: url(/images/arrow.png) center center no-repeat !important;
    height: 14px;
    width: 7px;
}

.sfHover .sf-sub-indicator {
    background: url(/images/arrow_w.png) center center no-repeat !important;
}

.sfHover > a {
    background-color: #13C7FC !important;
}

.sf-menu li {
    background: #fff !important;
}

.superfish {
    webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .2);
    margin-bottom: 30px !important;
}

.sf-menu ul a.sf-with-ul {
    width: 158px !important;
}

.sf-menu ul ul {
    left: 158px !important;
}

.col_box {
    margin-bottom: 20px;
    display: block;
    clear: both;
    ov
}

.search .btn {
    float: right;
    position: absolute;
    top: 7px;
    right: 10px;
}

.searchme {
    width: 390px;
    margin-left: 10px;
    padding: 4px 4px;
}

.lt-ie9 .col_box h4 {
}

.lt-ie9 .searchme {
    padding: 1px 2px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    line-height: 2em;
    top: 5px;
}

.rounded {
/*    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    border: none;
}

.colour_green {
    color: #13C7FC;
}

.home h2 {
    font-size: 16px;
}

.home h2 span {
    font-size: 22px;
    font-weight: bold;
}

.list h2 {
    background: url(/images/heading_bg.png) repeat-x top;
    background-position: 0px 8px;
    font-size: 16px;
    margin-bottom: 5px;
}

.list h2 span {
    background: url(/images/bg_t0.jpg);
}

.list_thumbs_1 {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 545px;
}

.list_thumbs_1 li {
    padding: 0 0 0 0;
    margin: 0 11px 11px 0px;
    float: left;
}

.list_thumbs_1 li a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
    overflow: hidden;
}

.list_thumbs_1 li a:hover img {
    border: 1px solid #000;
}

.list_thumbs_1 li a img {
    padding: 1px;
    border: 1px solid #C8C5B0;
    background: #fff;
    background: url(/images/loader.gif) center center #fff no-repeat;
}

.list .inner {
    overflow: hidden;
}

ul.list_thumbs_1 li.end img {
    background: url(/images/view_all.png) center center #17C7FC no-repeat !important;
}

.end img {
    border-color: rgba(19, 199, 252, 0.5) !important;
}

.first {
    background: none !important;
    padding-left: 0px !important;
}

.list_2 h2 {
}

.list_thumbs_2 {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.list_thumbs_2 li {
    padding: 20px 0 10px 0;
    margin: 0 0px 11px 0px;
    border-top: 5px solid #F2D819;
    clear: both;
    display: block;
    overflow: hidden;
}

.list_thumbs_2 li a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.list_thumbs_2 li a:hover img {
    border: 1px solid #000;
}

.list_thumbs_2 li a img {
    padding: 1px;
    border: 1px solid #C8C5B0;
    background: #fff;
    overflow: hidden;
}

.list_2 .inner {
    overflow: hidden;
}

ul.list_thumbs_2 li.end img {
    background: url(/images/view_all.png) center center rgba(19, 199, 252, 0.5) no-repeat !important;
}

.content_right h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: bold;
}

.content_right p {
    margin: 0 0 10px 0;
}

.content_left {
    float: left;
}

.content_right {
    float: right;
    width: 410px;
}

.content_right .code {
    font-weight: normal;
    font-size: 12px;
}

h3 .price {
    float: right;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
}

h2 .price {
    float: right;
    color: #1462C5;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

h2 .code {
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    padding-left: 10px;
}

.product {
    display: block;
    overflow: hidden;
    clear: both;
}

.product .inner {
    border-top: 5px solid rgba(237, 202, 17, 0.5);
    padding-top: 20px;
}

.product .content_right {
    float: right;
    width: 315px;
}

.product_image {
}

.product_image img {
    display: block;
    padding: 1px;
    border: 1px solid #C8C5B0;
    background: #fff;
}

.gallery_thumbs {
    display: block;
    overflow: hidden;
    height: 60px;
    margin-top: 4px;
}

.g_1 {
    position: absolute;
    left: 0px;
}

.g_2 {
    position: absolute;
    left: 61px;
}

.g_3 {
    position: absolute;
    right: 0px;
}

.enlarge {
    text-align: center;
    margin-top: 5px;
}

.enlarge a {
    opacity: 0.4;
    text-align: center;
    margin-top: 0px;
    background: url(/images/enlarge.png) left no-repeat;
    position: relative;
    padding-left: 20px;
}

.large_price {
    background: url(/images/heading_bg.png) repeat-x top;
    background-position: 0 10px;
    text-align: center;
    font-size: 26px;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.large_price span {
    background: url(/images/bg_t0.jpg);
    padding-right: 5px;
    padding-left: 5px;
}

.buyme {
    background: #13C7FC;
    padding: 10px 10px;
    width: 159px;
    display: block;
    overflow: hidden;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #114900;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.list_thumbs_2 .buyme {
    padding: 6px 0px !important;
    font-size: 14px;
    margin-top: 15px;
}

.list_thumbs_2 .includes {
    display: none;
}

.normal_btn {
    background: url(/images/btn_green.jpg) center center repeat-x;
    padding: 5px 20px;
    display: block;
    overflow: hidden;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-shadow: 1px 1px 0px #114900;
    text-decoration: none;
    float: left;
    border: none !important;
}

.generic {
    font-family: 'Droid Serif', serif;
}

h2 {
    font-size: 20px;
    padding-bottom: 3px;
}

h3 {
    font-size: 16px;
}

.generic ul {
    padding: 2px 0 2px 0;
    margin: 0 0 0 10px;
    list-style: none;
}

.generic ol {
    padding: 10px 0 10px 0;
    margin: 0 0 0 20px;
}

.generic ul li {
    padding: 0 0 0 15px;
    margin: 4px 0 4px 0;
    display: block;
    background: url(/images/arrow_b.png) top left no-repeat;
    background-position: 0px 3px;
}

h2 .p1 {
    float: left;
    padding-right: 10px;
}

h2 .p2 {
    float: right;
    color: #fff;
    background: #000 !important;
    font-size: 11px;
    padding: 2px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 20px;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
}

h2 {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}

.generic_content ul {
    padding: 2px 0 2px 0;
    margin: 0 0 15px 10px;
    list-style: none;
}

.generic_content ul li {
    padding: 0 0 0 15px;
    margin: 2px 0 2px 0;
    background: url(/images/arrow_b.png) top left no-repeat;
    background-position: 0px 3px;
}

div.form-container {
    margin: 0px 0 0 0;
    color: #666;
}

div.form-container input, .checkout {
    border-top: 1px solid #C8C5B0;
    border-left: 1px solid #C8C5B0;
    border-right: 1px solid #C8C5B0;
    border-bottom: 1px solid #C8C5B0;
    padding: 8px 5px;
    background-color: #FFFFFF;
    color: #000;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 270px;
}

div.form-container textarea {
    border-top: 1px solid #C8C5B0;
    border-left: 1px solid #C8C5B0;
    border-right: 1px solid #C8C5B0;
    border-bottom: 1px solid #C8C5B0;
    padding: 8px 5px;
    background-color: #FFFFFF;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 270px;
}

div.form-container select {
    border-top: 1px solid #C8C5B0;
    border-left: 1px solid #C8C5B0;
    border-right: 1px solid #C8C5B0;
    border-bottom: 1px solid #C8C5B0;
    padding: 8px 5px;
    background-color: #FFFFFF;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.form-container fieldset p {
    margin: 0;
    color: #666;
}

div.form-container p.note {
    margin-left: 170px;
    font-size: 90%;
    color: #333;
    color: #999;
    font-size: 11px;
}

div.form-container fieldset {
    margin: 10px 0;
    padding: 10px 0px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.form-container legend {
    font-weight: bold;
    color: #666;
}

div.form-container fieldset div {
    padding: 0.55em 0;
    overflow: hidden;
}

div.form-container label, div.form-container span.label {
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 6px;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    position: relative;
}

div.form-container label.error, div.form-container span.error {
    color: #C00;
}

div.form-container label em, div.form-container span.label em {
    position: absolute;
    right: -3px;
    font-size: 120%;
    font-style: normal;
    color: #C00;
}

div.form-container input.error, div.form-container textarea.error, div.form-container select.error {
    border-color: #C00;
    background-color: #FEF;
}

div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
    background-color: rgba(19, 199, 252, 0.5);
    color: #000;
}

div.form-container div.controlset label, div.form-container div.controlset input {
    display: inline;
    float: none;
}

div.form-container div.controlset div {
    margin-left: 130px;
}

div.form-container div.buttonrow {
    clear: both;
    margin-left: 70px;
    width: 100%;
}

.submitme {
    background: #000 !important;
    background-color: #000 !important;
    font-family: Impact, sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 5px 10px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    cursor: pointer;
    cursor: hand;
}

.form-container h3 {
    margin: 30px 0 -15px 0px;
}

.enquire {
    margin-top: 0px;
}

.hashand {
    cursor: hand;
    cursor: pointer;
}

label.error {
    float: none;
    color: red;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 0.2em;
    width: 100%;
    display: block;
    margin-left: 0;
}

.tid_2.cid_4 .end {
    display: none;
}

.tid_2.cid_4 .list {
    width: 45%;
    float: left;
    display: block;
    overflow: hidden;
    clear: none;
    margin-right: 2.5%;
    margin-bottom: 10px;
}

.titles {
    margin-top: 0px;
}

.tid_1.cid_37 .form-container h3 {
}

.callme_side {
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    margin-top: 0px;
    color: #0B8196;
}

.callme_side a {
    text-decoration: none;
    color: #0B8196;
}

.content_image {
    float: right;
    margin: 0 0 10px 30px;
}

.includes {
    text-align: center;
    font-style: italic;
}

h4 {
    font-size: 12px;
}

#paging_top {
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
}

a.paginate {
    border: 1px solid #C9CCBA;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 6px 2px 6px;
    color: #000;
    cursor: default;
    background-color: #FFFFFF;
    line-height: 1em;
    overflow: hidden;
    text-decoration: none;
    cursor: hand;
    cursor: pointer
}

a.paginate:hover {
    background-color: #B8B4AD;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #B8B4AD;
}

a.current {
    border: 1px solid #B8B4AD;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background: #949588;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    line-height: 1em;
    font-weight: bold;
}

span.inactive {
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 6px 2px 6px;
    color: #CCCCCC;
    cursor: default;
    background-color: #FFFFFF;
    line-height: 1em;
    overflow: hidden;
}

#pagi_bottom {
    margin-top: 5px;
}

.ppt {
    display: none !important;
}

.isbutton {
    cursor: pointer;
    cursor: hand;
}

.cart_icon {
    float: right;
    margin: 5px 10px 0px 0px;
}

.ui-dialog .ui-dialog-title {
    color: white;
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px black;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FCEFA1 !important;
}

.ui-widget-overlay {
    background: black url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
}

.list_specials img {
    /*border-color:#FFC766 !important;*/
}

.list_specials.list h2 {
    background: url(/images/heading_bg_orange.png) repeat-x top;
    background-position: 0px 8px;
    font-size: 16px;
    margin-bottom: 5px;
}

.list_specials ul.list_thumbs_1 li.end img {
    background: url(/images/view_all_orange.png) center center #28B5CD no-repeat !important;
}

.on_special a img {
    /*border-color:#FFC766 !important;*/
}

li.on_special {
    border-top: 5px solid #000 !important;
}

.tid_1.cid_1 li.on_special {
    border-top: none !important
}

.on_special h3 .price {
    color: #379A98;
}

.on_special .buyme, .on_special .normal_btn {
    background: url(/images/btn_orange.jpg) center center repeat-x;
    text-shadow: none;
}