/*****************\
 * Compatibility *
\*****************/

html { height: 100%; }

body { -webkit-text-size-adjust: 100%; }

h1 { margin: 0px; margin-bottom: 1em; }

h2, h3, h4, h5, h6 { margin: 1em 0px; }

p { margin: 1em 0px; }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

hr { display: block; margin: 0px; *margin: -7px 0px; }

ul { margin-bottom: 1em; margin-top: 1em; }

img { border: 0px; }

form { margin: 0px; }

input { padding-left: 3px; vertical-align: middle; }
input[type=text], input[type=password], input[type=file], input[type=image], input[type=submit], input[type=button], button { margin: 0px; }
input[type=image] { padding: 0px; }
input[type=submit], input[type=button], button { padding-left: 5px; padding-right: 5px; }
input[type=checkbox], input[type=radio] { margin: 3px; padding: 0px; }
button, label { vertical-align: middle; }
select { margin: 0px; padding-left: 1px; vertical-align: middle; }
textarea { margin: 0px; padding-left: 4px; vertical-align: top; }
@-moz-document url-prefix() { textarea { padding-left: 3px; } }
@media screen and (-webkit-min-device-pixel-ratio:0) { input[type=file] { padding-left: 0px; } textarea { padding-left: 5px; } }

* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
td { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }


/***********\
 * Default *
\***********/

.p
{
    margin: 1em 0px;
    margin-bottom: 0px;
}

.p2
{
    margin: 1em 0px;
}

.first
{
    margin-top: 0px;
}

.last
{
    margin-bottom: 0px;
}

.both
{
    margin: 0px;
}

.center
{
    margin: 1em 0px;
    width: 100%;
    text-align: center;
}

.divider
{
    margin: 0.5em 0px;
    width: 100%;
    text-align: center;
}

.gap
{
    margin-top: 5px;
    display: block;
}

.gap_button
{
    margin-top: 7px;
    display: block;
}

.spacer
{
    height: 10px;
    padding: 0px !important;
}

.textarea
{
    width: 200px;
    height: 82px;
}

.alternate, .alternateb, .alternatet
{
    border-collapse: collapse;
    width: 100%;
}

.alternate td, .alternateb td, .alternatet td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.tables, .tablesl, .tablesr
{
    border-collapse: collapse;
    width: 100%;
}

.tables td, .tablesl td, .tablesr td
{
    padding: 0px;
    vertical-align: middle;
}

.labels
{
    border-collapse: collapse;
    width: auto;
}

.labels td
{
    padding: 0px;
    vertical-align: middle;
}

.grid, .gridp
{
    border-collapse: collapse;
    width: 100%;
}

.grid td, .gridp td
{
    padding: 0px;
    vertical-align: middle;
}

.basket
{
    border-collapse: collapse;
    width: 100%;
}

.basket td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

.details
{
    border-collapse: collapse;
    width: auto;
}

.details td
{
    padding: 0px;
    text-align: left;
}

.options
{
    border-collapse: collapse;
    width: auto;
}

.options td
{
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    text-align: left;
}

.label
{
    vertical-align: middle;
}

.product_text, .product_textarea, .product_file
{
    width: 180px;
}

.product_textarea
{
    height: 36px;
    vertical-align: middle;
}

.product_textinfo
{
    width: 200px;
}

.thumbnail_grid
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.thumbnail_left
{
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

.thumbnail_right
{
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

.thumbnail_tleft
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

.thumbnail_tright
{
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

.prti, .primw
{
    display: inline-block;
}

.prim
{
    display: table-cell;
    vertical-align: middle;
}

#product_list_outer
{
    position: relative;
    *zoom: 1;
}

.refining
{
    background-image: url('/images/lightbox_loading.gif');
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -16px;
}

#breadcrumb
{
    text-align: left;
}

#shoptalk
{
    margin: 1em 0px;
    margin-top: 0px;
}

#chat
{
    border: 0px;
    width: 100%;
    height: 45px;
}

#post, #thread
{
    display: none;
}

.magnify-lens
{
    border: 1px solid #808080;
    background: #FFFFFF;
    cursor: move;
}

.magnify-zoom
{
    border: 1px solid #C0C0C0;
    border-collapse: separate;
    box-shadow: 0px 0px 9px -4px #000000;
    -moz-box-shadow: 0px 0px 6px -4px #000000;
    -webkit-box-shadow: 0px 0px 9px -4px #000000;
    overflow: hidden;
}


/*************\
 * jQuery UI *
\*************/

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-widget-content
{
    background: #F8F8F8;
    border: 1px solid #808080;
}

.ui-widget-header
{
    background: #C0C0C0;
    border: 1px solid #808080;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
}

.ui-helper-clearfix
{
    display: block;
    *height: 1%;
}

.ui-helper-clearfix:after
{
    content: '.';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/*******************\
 * Autocomplete UI *
\*******************/

.ui-autocomplete
{
    background: #FFFFFF;
    border: 1px solid #808080;
    box-shadow: 0px 1px 6px -2px #000000;
    -moz-box-shadow: 0px 1px 4px -2px #000000;
    -webkit-box-shadow: 0px 1px 6px -2px #000000;
    margin: 0px;
    padding: 1px;
    list-style: none;
    text-align: left;
    position: absolute;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 3 !important;
}

.ui-autocomplete-loading
{
    background: #FFFFFF url('/images/lightbox_loadingsmall.gif') right center no-repeat;
}

.ui-menu-item a
{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #202020;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    padding: 2px;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
}

.ui-menu-item a.ui-state-hover, .ui-menu-item a.ui-state-active
{
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    box-shadow: inset 0px -9px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -9px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -9px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    color: #202020;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    padding: 2px;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
}


/*****************\
 * Datepicker UI *
\*****************/

#ui-datepicker-div
{
    box-shadow: 0px 1px 6px -2px #000000;
    -moz-box-shadow: 0px 1px 4px -2px #000000;
    -webkit-box-shadow: 0px 1px 6px -2px #000000;
    width: 185px;
    display: none;
    z-index: 10;
}

.ui-datepicker
{
    background: #F8F8F8;
    border: 1px solid #808080;
    padding: 1px;
    padding-top: 2px;
}

.ui-datepicker-header
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
    box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    margin: 1px;
    margin-top: 0px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.ui-datepicker-title
{
    color: #202020;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px 1px #F0F0F0;
}

.ui-datepicker-prev
{
    background: url('/images/prev.gif');
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px;
}

.ui-datepicker-next
{
    background: url('/images/next.gif');
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
}

.ui-icon
{
    display: none;
}

.ui-datepicker table
{
    border-collapse: collapse;
    color: #202020;
    font: bold 11px arial, sans-serif;
    width: 100%;
}

.ui-datepicker th
{
    color: #202020;
    font: bold 11px arial, sans-serif;
    padding: 5px;
    text-align: center;
}

.ui-datepicker td
{
    padding: 1px;
    width: 14%;
}

.ui-datepicker td a:link, .ui-datepicker td a:visited
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
    box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    -moz-box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    -webkit-box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    color: #202020;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px 1px #F0F0F0;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.ui-datepicker td a:hover, .ui-datepicker td a:active, #ui-datepicker-div .ui-state-active
{
    background: #A0A0A0;
    border: 1px solid #606060;
    box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    -moz-box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    -webkit-box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    color: #FFFFFF;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px -1px #606060;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#ui-datepicker-div .ui-state-disabled .ui-state-default
{
    background: #E8E8E8;
    border: 1px solid #C0C0C0;
    color: #808080;
    font: bold 11px arial, sans-serif;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


/*************\
 * Dialog UI *
\*************/

.ui-dialog
{
    background: #F0F0F0;
    border: 0px;
    box-shadow: 0px 0px 12px #000000;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 12px #000000;
    padding: 10px;
    position: fixed;
    *position: absolute;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.ui-dialog .ui-dialog-titlebar
{
    background: #C0C0C0;
    border: 1px solid #808080;
    box-shadow: 0px 0px 3px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    -moz-box-shadow: 0px 0px 2px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    -webkit-box-shadow: 0px 0px 3px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    color: #202020;
    font: bold 14px arial, sans-serif;
    text-shadow: 0px 1px #E0E0E0;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
}

.ui-dialog .ui-dialog-titlebar-close
{
    display: none;
}

.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.ui-dialog .ui-dialog-content
{
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #C0C0C0;
    -moz-box-shadow: 0px 0px 2px #C0C0C0;
    -webkit-box-shadow: 0px 0px 3px #C0C0C0;
    color: #202020;
    font: 14px arial, sans-serif;
    padding: 10px;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane
{
    background: #F0F0F0;
    border: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button
{
    background: #C0C0C0;
    border: 1px solid #808080;
    box-shadow: 0px 0px 3px #A0A0A0, inset 0px -10px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    -moz-box-shadow: 0px 0px 2px #A0A0A0, inset 0px -11px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    -webkit-box-shadow: 0px 0px 3px #A0A0A0, inset 0px -10px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    color: #202020;
    font: bold 14px arial, sans-serif;
    text-shadow: 0px 1px #E0E0E0;
    margin: 0px;
    margin-left: 10px;
    padding: 2px 10px;
    cursor: pointer;
    *padding: 0px 10px;
    *overflow: visible;
}

.ui-dialog .ui-dialog-buttonpane button.ui-state-hover, .ui-dialog .ui-dialog-buttonpane button.ui-state-active
{
    background: #808080;
    border: 1px solid #404040;
    box-shadow: 0px 0px 3px #606060, inset 0px -10px #707070, inset 0px 1px 2px #B0B0B0;
    -moz-box-shadow: 0px 0px 2px #606060, inset 0px -11px #707070, inset 0px 1px 2px #B0B0B0;
    -webkit-box-shadow: 0px 0px 3px #606060, inset 0px -10px #707070, inset 0px 1px 2px #B0B0B0;
    color: #F0F0F0;
    text-shadow: 0px -1px #404040;
}

.ui-dialog td
{
    color: #202020;
    font: 14px arial, sans-serif;
}

.ui-dialog-divider
{
    background: #C0C0C0;
    margin: 10px 0px;
    height: 1px;
    overflow: hidden;
}

#dialog-basket-wrap
{
    position: relative;
}

#dialog-basket-list
{
    height: auto;
}

#dialog-basket-shadow-top
{
    box-shadow: inset 0px 10px 10px #FFFFFF;
    -moz-box-shadow: inset 0px 10px 10px #FFFFFF;
    -webkit-box-shadow: inset 0px 10px 10px #FFFFFF;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#dialog-basket-shadow-bottom
{
    box-shadow: inset 0px -10px 10px #FFFFFF;
    -moz-box-shadow: inset 0px -10px 10px #FFFFFF;
    -webkit-box-shadow: inset 0px -10px 10px #FFFFFF;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

#dialog-basket-total
{
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    margin-top: 10px;
    padding: 5px;
}

.dialog-basket-add, .dialog-basket-sub
{
    color: #C0C0C0;
    font: bold 17px courier new, arial, sans-serif;
    cursor: pointer;
}


/*************\
 * Slider UI *
\*************/

.ui-slider
{
    text-align: left;
    position: relative;
}

.ui-slider .ui-slider-handle
{
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.ui-slider .ui-slider-range
{
    border: 0px;
    position: absolute;
    display: block;
    z-index: 1;
}

.ui-slider-horizontal
{
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle
{
    margin-left: -4px;
    top: -6px;
}

.ui-slider-horizontal .ui-slider-range
{
    height: 100%;
    top: 0px;
    overflow-y: hidden;
}

.ui-slider-horizontal .ui-slider-range-min
{
    left: 0px;
}

.ui-slider-horizontal .ui-slider-range-max
{
    right: 0px;
}


/***********\
 * Tabs UI *
\***********/

.ui-tabs
{
    background: #FFFFFF;
    border: 0px;
    margin: 1em 0px;
    padding: 0px;
    position: relative;
    *zoom: 1;
}

.ui-tabs .ui-tabs-nav
{
    background: #FFFFFF;
    border: 0px;
    margin: 0px;
    padding: 0px 3px 0px 0px;
}

.ui-tabs .ui-tabs-nav li
{
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-bottom: 0px;
    box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -5px 5px -5px #C0C0C0;
    -moz-box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -5px 5px -5px #C0C0C0;
    -webkit-box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -5px 5px -5px #C0C0C0;
    margin: 0px 2px 0px 0px;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
    float: left;
    position: relative;
    top: 1px;
}

.ui-tabs .ui-tabs-nav li a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    float: left;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background: #99CCFF;
    box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -10px 10px -5px #FFFFFF;
    -moz-box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -10px 10px -5px #FFFFFF;
    -webkit-box-shadow: inset 0px 10px 15px -10px #C0C0C0, inset 0px -10px 10px -5px #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover
{
    background: #99CCFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: default;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel
{
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    padding: 0px 10px;
    display: block;
}

.ui-tabs .ui-tabs-hide
{
    display: none;
}


/************\
 * Template *
\************/

body { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; color: #000000; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; margin: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; padding: 0px; text-align: center; } table { font-size: 13px; }

a:link, a:visited { color: #003399; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

a:hover, a:active { color: #0033FF; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; }

h1 { color: #003399; font-style: normal; font-weight: normal; font-size: 18px; font-family: arial, sans-serif; text-decoration: none; }

h2 { color: #0033FF; font-style: normal; font-weight: normal; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; } h3, h4, h5, h6 { color: #000000; font: normal normal 13px arial, sans-serif; text-decoration: none; } h3 { font-size: 15px; } h4 { font-size: 14px; } h5 { font-size: 12px; } h6 { font-size: 11.1px; }

hr { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 0px; } .hr { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 1px; margin: 0px auto; overflow: hidden; } .hrd { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 1px; } .hr hr, .hrd hr { display: none; } .rule { border: 0; border-top: 1px solid #C0C0C0; }  .horizontal { border-top: 1px solid #C0C0C0; } .vertical { border-left: 1px solid #C0C0C0; }

div#wrap { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 100%; }

div#body { border 0px; margin: 0px; padding: 0px; width: 960px; position: relative; margin: 0px auto; }

div#top { border 0px; margin: 0px; padding: 0px; width: 960px; height: 100%; position: relative; margin: 0px auto; }

div.header { background-color: #FFFFFF; background-image: url('/user/templates/satnav4business_home//sn4b_images/logo.gif'); background-repeat: no-repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #003399; font: normal normal 12px arial, sans-serif; margin: 0px; padding: 0px; width: 960px; height: 145px; text-align: center; position: absolute; top: 0px; left: 0px; }

table.header { border: 0px; border-collapse: separate; border-spacing: 0px; color: #003399; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; width: 960px; height: 100%; }

td.header { padding: 0px; text-align: left; vertical-align: top; }

.header a:link, .header a:visited { color: #003399; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

.header a:hover, .header a:active { color: #0033FF; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; border-bottom: 0px; }

div#acc { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: right; padding-bottom: 0px; padding-left: 60px; padding-right: 60px; padding-top: 0px; width: 960px; position: absolute; top: 0px; left: 0px; }

#acc table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #808080; font-style: normal; font-weight: bold; font-size: 14px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 20px; float: right; }

#acc td { border: 0px; padding: 0px; width: auto; height: 20px; }

#acc a:link, #acc a:visited { color: #6E91A3; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

#acc a:hover, #acc a:active { color: #6E91A3; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; text-decoration: underline; border-bottom: 0px; }

div#nav { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: left; padding-bottom: 0px; padding-left: 20px; padding-right: 20px; padding-top: 0px; width: 960px; position: absolute; top: 105px; left: 0px; }

#nav table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #6E91A3; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 25px; cursor: pointer; cursor: hand; float: left; }

#nav td { border: 40px solid #FFFFFF; border-bottom: 0px; border-left: 40px solid #FFFFFF; border-right: 40px solid #FFFFFF; border-top: 0px; text-align: right; padding-bottom: 0px; padding-left: 2px; padding-right: 2px; padding-top: 0px; width: auto; height: 25px; }

td.navout { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; color: #6E91A3; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; } a:link.navout, a:visited.navout { color: #6E91A3; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; }

td.navover { background-color: #6E91A3; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; } a:link.navover, a:visited.navover, a:hover.navover, a:active.navover { color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; }

div#sea { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: center; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 960px; position: absolute; top: 0px; left: 0px; }

#sea table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #404040; font-style: normal; font-weight: bold; font-size: 11.1px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 20px; margin: 0px auto; }

#sea td { border: 0px; padding: 0px; width: auto; height: 20px; }

div#outer { border 0px; margin: 0px; padding: 0px; width: 100%; position: relative; }

table#inner { border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; border-collapse: separate; border-spacing: 0px; width: 960px; margin: 0px auto; } .clear { clear: both; margin: 0px; padding: 0px; }

td#center, td#centertop { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 145px; border: 0px; color: #000000; font: normal normal 13px arial, sans-serif; padding: 0px; width: auto; text-align: left; vertical-align: top; } .tables td { text-align: left; }

.alternate, .alt { background-color: #99CCFF; } .alternateb { background-color: #99CCFF; border-top: 1px solid #C0C0C0; } .alternatet { background-color: #99CCFF; border-bottom: 1px solid #C0C0C0; }

td.left { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 145px; border-bottom: 0px; border-left: 0px; border-right: 0px solid #C0C0C0; border-top: 0px; color: #404040; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; padding: 10px; padding-top: 0px; padding-left: 0px; width: -10px; text-align: left; vertical-align: top; } div.left_column { background-color: transparent; border: 0px; margin: 0px; padding: 10px; padding-top: 0px; padding-left: 0px; width: 0px; text-align: left; vertical-align: top; position: absolute; top: 145px; left: 0px; } .left p, .left label { color: #404040; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; } .tablesl td { text-align: left; }

.left a:link, .left a:visited, .left_column a:link, .left_column a:visited { color: #003399; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.left a:hover, .left a:active, .left_column a:hover, .left_column a:active { color: #0033FF; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; }

.left h2, .left_column h2 { color: #0033FF; font-style: normal; font-weight: normal; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; }

.left hr, .left_column hr { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 0px; } .hrl { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 1px; margin: 0px auto; overflow: hidden; } .hrl hr { display: none; } .rulel { border: 0; border-top: 1px solid #C0C0C0; }

td.right { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 145px; border-bottom: 0px; border-left: 0px solid #C0C0C0; border-right: 0px; border-top: 0px; color: #404040; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; padding: 0px; width: 0px; text-align: left; vertical-align: top; } .right p, .right label { color: #404040; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; } .tablesr td { text-align: left; }

.right a:link, .right a:visited { color: #003399; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.right a:hover, .right a:active { color: #0033CC; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; }

.right h2 { color: #0033FF; font-style: normal; font-weight: normal; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; }

.left hr, .left_column hr { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 0px; } .hrr { border: 0; border-bottom: 1px solid #C0C0C0; width: 100%; height: 1px; margin: 0px auto; overflow: hidden; } .hrr hr { display: none; } .ruler { border: 0; border-top: 1px solid #C0C0C0; }

.subtext { color: #808080; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; } td#center, td#centertop { padding-top: 145px; }

.subtext_left { color: #808080; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; } td.left { padding-top: 145px; }

.subtext_right { color: #808080; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; } td.right { padding-top: 145px; }

.block { border: 0px; border-collapse: separate; border-spacing: 0px; width: 100%; }

.cb_title { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; padding-top: 0px; width: 100%; height: 25px; text-align: left; }

.cb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 13px arial, sans-serif; padding: 0px; padding-top: 10px; width: 100%; text-align: left; }

.cb_divider, .cb_divider_top { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

.lb_title { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #003399; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; padding-top: 0px; width: 100%; height: 25px; text-align: left; }

.lb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #404040; font: normal normal 12px arial, sans-serif; padding: 0px; padding-top: 10px; width: 100%; text-align: left; }

.lb_divider { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

.rb_title { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #003399; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; padding-top: 0px; width: 100%; height: 25px; text-align: left; }

.rb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #404040; font: normal normal 13px arial, sans-serif; padding: 0px; padding-top: 10px; width: 100%; text-align: left; }

.rb_divider { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

div.footer { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 13px arial, sans-serif; margin: 0px; margin-bottom: 0px; padding: 0px; width: 960px; height: 80px; text-align: center; }

table.footer { border: 0px; border-collapse: separate; border-spacing: 0px; color: #000000; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; width: 960px; height: 100%; margin: 0px auto; }

td.footer { padding: 0px; text-align: left; vertical-align: middle; }

.footer a:link, .footer a:visited { color: #6E91A3; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

.footer a:hover, .footer a:active { color: #6E91A3; font-style: normal; font-weight: normal; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

input, select, textarea { color: #404040; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; } div.form { border: 0px; width: 100%; margin: 0px; padding: 0px; text-align: center; }

.i_form { border: 0px; border-collapse: collapse; width: auto; margin: 0px auto; } .i_form td { text-align: left; padding-bottom: 3px; padding-left: 0px; padding-right: 0px; padding-top: 3px; } td.l_form { padding-right: 15px; }

.error { color: #AA3333; font-style: normal; font-weight: bold; font-size: 11.1px; font-family: arial, sans-serif; } .error_field { color: #AA3333; }

.success { color: #0033FF; font-style: normal; font-weight: bold; font-size: 11.1px; font-family: arial, sans-serif; }

.selling_price { color: #AA3333; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; }

.list_price { color: #AA5555; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; }

.button { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 10px; font-family: arial, sans-serif; text-transform: uppercase; border: 0px; border-collapse: separate; margin: 0px; padding: 0px; } button.button, td.button span { cursor: pointer; } td.button { text-align: center; vertical-align: middle; }

.b_standard { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 140px; height: 24px; } button.b_standard:hover { background-color: transparent; background-image: none; }

.b_basket { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 100px; height: 24px; } button.b_basket:hover { background-color: transparent; background-image: none; }

.b_checkout { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 140px; height: 24px; } button.b_checkout:hover { background-color: transparent; background-image: none; }

#menu, #catalogue, #brand, .menu { margin: 0px; padding: 0px; width: 100%; }

#menu ul, #catalogue ul, #brand ul, .menu ul { margin: 0px; padding: 0px; text-align: left; list-style-type: none; }

#menu a:link, #menu a:visited, #catalogue a:link, #catalogue a:visited, #brand a:link, #brand a:visited, .menu a:link, .menu a:visited { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 1px solid #C0C0C0; border-left: 0px; border-right: 0px; border-top: 0px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; margin: 0px; width: 100%; color: #404040; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; display: block; } .menulink { color: #404040; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; padding: 0px; padding-left: 5px; }

#menu a:hover, #menu a:active, #catalogue a:hover, #catalogue a:active, #brand a:hover, #brand a:active, .menu a:hover, .menu a:active, .current { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 1px solid #C0C0C0; border-left: 0px; border-right: 0px; border-top: 0px; padding: 5px; margin: 0px; width: 100%; color: #808080; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; cursor: pointer; cursor: hand; display: block; } .menuhover { color: #808080; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; padding: 0px; padding-left: 5px; }

.error { border: 1px solid #AA3333; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 5px 0px; padding: 5px; display: inline-block; }

.success { border: 1px solid #0033FF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 5px 0px; padding: 5px; display: inline-block; }


/******************\
 * Additional CSS *
\******************/

@charset "utf-8";
/* CSS Document 

Date: June 2010

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0 0 20px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height:18px;
    color:#000;
    background-color:#fff;
    min-height:100%;
}

p{
    margin:0;
    padding-bottom:15px;
}

a img{
    border:none;
}

img{
    display:block;
}

form img{
	display:inline;
}

.clear{
    clear:both;
    height:0;
    overflow:hidden;
}

h1{
    line-height:26px;
    font-size:24px;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
	color: #000;
    margin-bottom:20px;
}

h2{
    line-height:normal;
    font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#000;
    margin-bottom: 10px;
}

h3{
    line-height:normal;
    font-size:14px;
    font-weight:normal;
    color:#000;
    margin-bottom:10px;
}

h4{
    line-height:normal;
    font-size:13px;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;
}

a {
    color:#6e91a3;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active{
	position:relative;
	top:1px;
}

ul{
    margin:0 0 10px 0;
    padding:5px 10px 5px 10px;
}

ol {
	padding:10px 30px;
}

li{
    list-style: none;
    background: url(/main/images/bullet.gif) no-repeat left 1px;
    padding-left: 25px;
    margin-top:10px;
}

li:first-child{
	margin-top:0;
}

ol li{
	list-style:decimal;
	padding-left:0;
	background-image:none;
}

ol li ol{
	padding:10px 30px;
}

ol li ol li{
	list-style:lower-alpha;
}

/* Form Styles - Core*/

form ol{
	padding:0;
	margin:0;
}

	form ol li{
		list-style:none;
		padding:0;
		margin:5px 0 0 0;
		overflow:hidden;
	}
	
	form ol li:first-child{
		margin:0;
	}
	
		label {
			cursor:pointer;
			font-size:14px;
			font-weight:normal;
			color:#082640;
			width:125px;
			float:left;
			padding:0 10px 0 0;
		}
	
		input, textarea, select{
			border-style:solid;
			border-width:1px;
			border-color:#B8B4AA #d2cec4 #d2cec4 #B8B4AA;
			font-family:Arial, Geneva, sans-serif;
			font-size:11px;
			padding:2px 5px;
			width:240px;
			float:left;
		}
		
			input:focus, textarea:focus, select:focus{
				background-color:#FCF6DA;
			}

		select{
			width:304px;
		}

		textarea {
			height:100px;
		}
		
		.captchaBlock{
			width:105px;
			float:left;
		}
		
			.captchaBlock img{
				float:left;
			}
			
			.captchaBlock input{
				float:left;
				margin:5px 0 0;
			}
		
			.captcha{
				width:90px;
			}
		
		.validation{
			color: #F00;
			font-size:10px;
			float:left;
			padding:0 5px;
		}
		
		#code-invalid{
			margin:33px 0 0 0;
			float:left;

			padding:0 0 0 3px;
		}
		
		.formButtons{
			padding:10px 20px 20px 260px;
		}
		
			.formButtons input{
				color:#fff;
				width:120px;
				border:1px solid #082640;
				cursor:pointer;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				background:#082640 url("../images/btn-glass.png") repeat-x 0 50%;
				padding:3px 0;
				font-weight:bold;
				font-size:12px;
			}
			
				.formButtons input:hover{
					background-color:#163e60;
				}
				
				.formButtons input:active, .formButtons input:focus{
					background-color:#041e34;
				}

.noBorder{
    border-style:none !important;
}

#confirmation-msg{
	background-color:#FFF9E9;	
}
	
/*Structure*/

#wrapper{
	width:960px;
	margin:0 auto;
}

	#header{
		padding:20px 10px;
	}
	
	#content{
		
	}
	
	#footer{
		padding:20px 10px;
		border-top:1px solid #6d92a2;
		margin:20px 0;
	}
	
/*Header*/

#logo{
	float:left;
}

#miniNav{
	float:right;
	color:#6e91a3;
}

	#miniNav img{
		float:left;
		padding:0 10px 0 0;
	}

#nav{
	padding:20px 0;
}

/* Nav */

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		border:none;
		background-color:transparent;
		overflow:hidden;
	}
	
		#nav li {
			float: left;
			margin: 0 0 0 100px;
			padding:0;
			background-image:none;
		}
		
		#nav li:first-child{
			margin:0;
		}
		
			#nav li a {
				font-size:14px;
				color:#a4b8ba;
				display: block;
				text-decoration: none;
				text-align: center;
				padding:0;
				text-transform:uppercase;
			}
			
			#nav li a:hover{
				color:#fff;
				background-color:#a4b8ba;
			}
			
			#nav li a:active, #nav .active a{ 
				color:#fff;
				background-color:#a4b8ba;
			}

/*Content*/

/* Homepage */

#wideCol{
	
}

	#wideColNav{
		background-image:url(../images/home-nav-bg.jpg);
		background-repeat:no-repeat;
		width:440px;
		margin:0 auto;
		padding:63px 100px 90px 100px;
	}
	
		#wideColNav a{
			float:left;
		}
		
	#wideColContent{
		font-size:24px;
		color:#a4b8ba;
		text-align:center;
	}
	
/* End of homepage specific styles */
	
#mainCol{
	float:left;
	width:630px;
}

	#mainHeading{
		float:left;
		width:150px;
		padding:0 0 0 10px;
	}
	
	#mainContent{
		float:right;
		width:460px;
	}

#subCol{
	float:right;
	width:300px;
	padding:0 10px 0 0;
}

	#subColNav{
		background-image:url(../images/subColNav-bg.jpg);
		background-repeat:no-repeat;
		width:251px;
		padding:29px 20px 40px 29px;
	}
	
		#subColNav a{
			float:left;
		}
		
	#subColContent{
		text-align:center;
		padding:0 40px 0 0;
	}
	
	.subColNugget{
		background-color:#dcf0eb;
		width:254px;
		margin:0 0 0 5px;
	}
	
		.subColNugget p{
			padding:0 20px;
		}

/*Footer*/

#footerInfo{
	float:left;
}

#footerCredits{
	float:right;
}

/*Classes (Mostly for use in CMS)*/

.emphasisedText{
	color:#8ed2c5;
}

.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

	.left a{
		border:none !important;
	}

.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

	.right a{
		border:none !important;
	}

.leftImage{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ece7da;
	box-shadow:0 0 5px #cccbcb;
	-moz-box-shadow:0 0 5px #cccbcb;
	-webkit-box-shadow:0 0 5px #cccbcb;
}

	.leftImage a{
		border:none !important;
	}
	
	.leftImage img{
		
	}

.rightImage {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ece7da;
	box-shadow:0 0 5px #cccbcb;
	-moz-box-shadow:0 0 5px #cccbcb;
	-webkit-box-shadow:0 0 5px #cccbcb;
}

	.rightImage a{
		border:none !important;
	}
	
	.rightImage img{
		
	}
	
.image{
	padding:5px;
	background-color:#fff;
	border:1px solid #ece7da;
	box-shadow:0 0 5px #cccbcb;
	-moz-box-shadow:0 0 5px #cccbcb;
	-webkit-box-shadow:0 0 5px #cccbcb;
}

	.image a{
		border:none !important;
	}
	
	.image img{
		
	}
	
.table{
	background-color:#fcf6da;
	margin:10px;
	border-collapse:collapse;
}

	.table td, .table th{
		padding:5px 10px;
		border:1px solid #B5B1A7;
	}
	
	.table th{
		
	}
