#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 600px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: white;
  height: auto;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



table.tablesorter {
    font-family: Arial, Helvetica;
    border: 1px solid #7F7F7F;
    background-color: white;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0px;
    margin: 0px 0pt 15px;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding: 4px 0px;
    border-color: #CBCBCB #CBCBCB #7F7F7F;
    border-width: 0px 1px 1px 0px;
    border-style: none solid solid none;
}

table.tablesorter thead tr .header {
    background-image: url(../images/sprite.png);
    background-repeat: repeat-x;
    background-position: top right;
    cursor: pointer;
}

table.tablesorter thead tr .header div {
    padding: 0px 20px 0px 10px;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px 10px;
    vertical-align: top;
    border-color: #CBCBCB;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid;
}

table.tablesorter tbody tr.odd td {
    background-color:#EDF5FF;
}

.featuredcontainer table.tablesorter tbody tr.even td {
    background-color: #f5ffed;
}

.featuredcontainer table.tablesorter tbody tr.odd td {
    background-color: #eaffd9;
}

table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/sprite.png);
    background-position: 0 -100px;
}

table.tablesorter thead tr .headerSortUp div {
    background-image: url(../images/tablesorter/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

table.tablesorter thead tr .headerSortDown div {
    background-image: url(../images/tablesorter/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}



.popeye {
    overflow:       auto;   /* fallback popeye is scrolling! */
    height:         180px;  /* set to max height of fallback popeye */
}
.popeye ul,               /* reset browser list styles */
.popeye li {              
    list-style:     none; 
    margin:         0;
    padding:        0;
}
.popeye-tools-wrap,
.popeye-tools {
    overflow:       hidden;
}
.popeye-stage {
    background:     transparent no-repeat center center;  
}
.popeye-cap {
    overflow:       auto;   /* if height is set, caption will scroll */
}


/*=========================================================================
|
|   file:    styling.css
|   descr:   Individual Styling of jQuery.popeye-Boxes
|   version: 1.1.1 - 2008/11/11 11:11
|
|   ------------------------------------------------------------------------
|
|   author:   Christoph Schuessler
|   aut. url: http://herr-schuessler.de
|
================================================================================*/

em {
    font-style:     normal;
    font-weight:    bold;
}
.popeye-stagewrap {
    background-color:#333;
}
.popeye-stage {
    border:         1px solid #d2d2d2;
    border-bottom:  1px solid #ffffff;
    border-right:   1px solid #ffffff;
    cursor:         pointer;
}
.popeye-tools-wrap {
    font-size:      11px;
    color:          #767676;
}
.popeye-cap {
    height:         50px;
    margin:         10px 0 0 0;
    clear:          both;
    line-height:    1.1em;
}
.popeye-hasjs {
    padding:        10px !important;
}
.popeye-isloading {
    background:     #333 url(../images/popeye/loading.gif) no-repeat center;
}
.popeye-haspopped {
    border:         1px solid #333 !important;
    background:     #000 !important;
}
.popeye-haspopped .popeye-stage {
    border:         1px solid #333;
    background:     #333;
}

/* style 1 */
#popeye1 {
    float:          left;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         20px 30px 20px 0;
    background:     #f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
#popeye1 .popeye-tools {
    padding:        10px 0;
    border-bottom:   1px solid#d8d8d8;
}
#popeye1 .popeye-tools span{
    float:          left;
    line-height:    18px;
}
#popeye1 .popeye-tools a {
    display:        block;
    float:          left;
    height:         20px;
    line-height:    18px;
    color:          #266e80;
    text-decoration:none;
    text-align:     center;
}
#popeye1 .popeye-tools a:hover {
    color:          #8f8f8f;
}
#popeye1 .popeye-prev {
    background:     url(../images/popeye/prev-1.png) no-repeat;
    width:          44px;
    padding:        0 4px 0 12px;
}
#popeye1 .popeye-next {
    float:          right !important;
    text-align:     right; 
    background:     url(../images/popeye/next-1.png) no-repeat;
    width:          44px;
    padding:        0 12px 0 4px;
}
#popeye1 .popeye-enlarge {
    background:     url(../images/popeye/enlarge-1.png) no-repeat;
    margin:         0 0 0 10px;
    width:          46px;
    padding:        0 4px 0 16px;

}
#popeye1 .popeye-count {
    margin:         0 0 0 10px;
}

/* style 2 */
#popeye2 {
    float:          right;
    padding-right:  20px;               /* allow for fallback scrollbars */
    margin:         20px 0 20px 30px;
    background:     #f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
#popeye2 .popeye-tools {
    margin:         10px 0 0 0;
    padding:        6px;
    background:     #e9e9e9;
    border:         1px solid #FFF;
    border-bottom:  1px solid #bababa;
    border-right:   1px solid #bababa;
}
#popeye2 .popeye-tools span,
#popeye2 .popeye-tools a {
    display:        block;
    float:          left;
    height:         22px;
    line-height:    22px;
}
#popeye2 .popeye-tools a {
    height:         0px !important;
    padding-top:    22px;
    width:          22px;
    border:         1px solid #e9e9e9;
    overflow:       hidden;
}
#popeye2 .popeye-tools a:hover {
    background-color:#f0f0f0;
    border:         1px solid #bababa;
    border-bottom:  1px solid #d8d8d8;
    border-right:   1px solid #d8d8d8;
}
#popeye2 .popeye-prev {
    background:     url(../images/popeye/prev-2.png) no-repeat center;
}
#popeye2 .popeye-next {
    float:          right !important;
    background:     url(../images/popeye/next-2.png) no-repeat center;
}
#popeye2 .popeye-enlarge {
    background:     url(../images/popeye/enlarge-2.png) no-repeat center center;
    margin:         0 0 0 10px;
}
#popeye2 .popeye-count {
    background:     url(../images/popeye/count-2.png) no-repeat left center;
    padding:        0 0 0 20px;
}
#popeye2 .popeye-count {
    margin:         0 0 0 10px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    /*font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;*/
    /*font-size: 12px;*/
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/media/images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}




* {
    margin: 0;
}

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;/*footer*/
}

#pager img {
    border:0px;
}

.sitewidth {
    width: auto;
    padding: 0px 20px;
    /*border-left: 1px solid red;*/
    /*border-right: 1px solid red;*/
}

.textwidth {
    width: 960px;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(../images/page_bgr.gif) repeat-x 60px 0px;
    text-align: justify;
    font: 14px Arial;
    color: #222;
}

form {
    margin: 0;
    padding: 0;
}


ul.errorlist {
    margin: 0px;
    list-style-type: none;
    padding: 2px 0px 2px 20px;
    color: #bf1600;
    background: url(../images/exclamation_white.png) no-repeat;
}

.biglink {
    font-size: 1.4em;
}

a.larger {
    font-size: 1.2em;
}

.current {
    font-weight: bold;
}

ul.errorlist li {
    /*color: red;*/
    font-size: 12px;
}

label {
    /*font-weight:bold !important;*/
}

div.help, span.help {
    color: #666;
    font-size: 11px;
}

.help .warning {
    padding-left: 25px;
    background: url(../images/exclamation_white.png) no-repeat 0px 0px;
    color: #C22;
}

select {
    width: 150px;
}

textarea {
}

h1, h2, h3 {
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    text-align: left;
}

h1 {
    font-size: 2.2em;
    font-family: Calibri, Verdana, Sans;
    margin-bottom: 15px;
}

h2 {
    font-size: 2em;
}

legend {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

p, ol, ul {
    margin-bottom: 0.5em;
}


blockquote {
    margin: 0 0 0 1.5em;
    padding-left: 1em;
    border-left: 5px solid #DDDDDD;
}

a {
    color: #1692B8;
}

a:hover {
    text-decoration: none;
}

a.titlelink {
    color: #1692B8 !important;
    text-decoration: underline !important;
}

a.titlelink:hover {
    text-decoration: none !important;
}


/* Header */
div#header {
    background: url(../images/bgr_header.png) repeat-x;
    height: 82px;
}
.siteheader {
    height: 42px;
    color: #ddd;
}

#title {
	float: left;
	font: bold 16px Tahoma;
	color: #CEF2FF;
	width: 270px;
	height: 82px;
	margin-left: -10px;
	padding: 0px;
}
#title a {
    background: url(../images/shipsales.png) no-repeat;
    width: 270px;
    height: 82px;
    display: block;
}



#top {
    margin: 0;
    float: left;
    padding: 14px 0px 0px 0px;
}
#top p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
#top a {
    text-decoration: none;
    color: #D0C7A6;
}

.facebox_image {
text-align:center;
}

.facebox_image span {
    font-weight: bold;
    display:block;
}

#header_menu {
    padding-top: 10px;
    float: right;
}

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

#header_menu li {
    display: inline;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-left: 15px;
}

#header_menu a {
    background-color: #2986A6;
    padding: 4px 10px;
    display: block;
    font: bold 12px arial;
    color: #fff;
    border-bottom: 1px solid #132025;
    border-right: 1px solid #132025;
    border-top: 1px solid #4496B3;
    border-left: 1px solid #4496B3;
    text-decoration: none;
}
#header_menu a:hover {
    background-color: #6B9100;
    color: #fff;
    border-bottom: 1px solid #435B00;
    border-right: 1px solid #435B00;
    border-top: 1px solid #B7DB40;
    border-left: 1px solid #B7DB40;
    text-decoration: none;
}


#header_menu .last {
    margin-right: 20px;
}

#header_menu a:hover {
    color: #FFFFFF;
}


.dbstats {
    float: right;
    margin: 3px 0px;
}

/* menu */
#menu {
    position: absolute;
    top: 43px;
    left: 290px;
}
#menu ul {
    margin: 11px 0px;
    padding: 0;
}

#menu li {
    display: inline;
    margin: 3px 12px 3px 0px;
}



#menu li a {
    background: #C3D301 url(../images/menu_bgr.gif) repeat-x;
    color:#333;
    text-decoration:none;
    border: 1px solid #EEFF00;
    padding: 3px 10px;
    font: bold 12px arial, sans;
}
#menu li a:hover {
    background: #016C90;
    color:#fff;
    border: 1px solid #fc0;
}

/* Page */

#page {
}

/* Content */

#content {
}


/* Search */

#search {
    float: left;
    margin: 11px 0px 11px 30px;
}

.advsearchlink {
    text-align: right;
}

.dbstats {
    float: left;
    color: #003c51;
    margin: 11px 0px;
    font-weight: bold;
}

#search br {
    display: none;
}

.searchbutton {
    font-weight: bold;
}

.field {
    font-weight:bold;
}

img {
    border: 0px none;
    padding: 0px;
}

.box {
    border: 1px solid #626262;
    padding:5px;
    background-color: #e5e5e5;
}

/* Footer */

#push {
    height: 110px;/*footer*/
}

.footer {
    background: #004359;
    height: 110px; /*footer*/
    color: #fff;
    text-align: left;
}

.footer p.first {
    padding-top: 20px;
}

.footer p {
    margin-bottom: 1em;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

.footer a, .footer a:link {
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .contactus {
    background: url(../images/email.png) no-repeat left center;
}
.footer .rss {
    background: url(../images/contactimg18.gif) no-repeat left center;
}
.footer .aboutus {
    background: url(../images/aboutus.png) no-repeat left center;
}
.footer .xhtml {
    background: url(../images/img19.gif) no-repeat left center;
}

.footer .css {
    background: url(../images/img20.gif) no-repeat left center;
}

.footer .legal a {
    padding: 0;
}



#product_description {
    margin: 5px;
}

.inquiry {
    background-position: 5px 4px;
    margin: 0px 0px 20px 0px;
    padding: 0px 25px 0px 25px;
    font-size: 18px;
    background-image: url(../images/comment.png);
    background-repeat: no-repeat;
}
.send {
    background-position: 5px 4px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 25px;
    font-size: 18px;
    background-image: url(../images/email_go.png);
    background-repeat:no-repeat;
}

.msg_error, .msg_info, .msg_question, .msg_success {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: black;
    font-weight: bold;
    margin: 10px 0px 20px;
    padding: 10px 20px 10px 40px;
    vertical-align: middle;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.msg_error {
    background-color: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    background-image: url(../images/error.png);
}

.msg_info {
    background-color: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    background-image: url(../images/info.png);
}

.msg_success {
    background-color: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    background-image: url(../images/success.png);
}

.msg_question {
    background-color:#D4F4CE;
    background-image: url(../images/question.png);
    border:1px solid #B9D6B4;
}

.pager img {
    cursor: pointer;
    vertical-align: middle;
}

.pager {
    margin: 0px 0px 10px;
    font-size: 9pt;
}

.formfield {
    margin-top: 12px;
}

.fieldname {
    width: 200px;
    float: left;
    padding-top: 3px;
    padding-left: 20px;
}

.fieldnamefloat {
    float: left;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 10px;
}

.fieldnameflow {
    padding-top: 3px;
    padding-left: 20px;
}

.fieldname em {
    color: #bf1600;
    margin: 0px 0px 0px 5px;
}

.checkboxfield {
    float: left;
    padding-left: 20px;
    padding-top: 1px;
    width: 30px;
}

em.required {
    color: #bf1600;
}

.fieldvalue {
    float: left;
}

.fieldvalue.flow {
    padding-left: 20px;
    float: none;
}

.checkboxlabel {
    float: left;
}

.formfield .help {
    margin-top: 5px;
    width: 300px;
}

.checkboxlabel .help {
    margin-top: 5px;
    width: 470px;
}

.fieldvalue input {
    width: 150px;
}

.fieldvalue select {
    width: 150px;
}

.selectmultiple {
    height: 20em;
}

.fieldvalue input.long, .fieldvalue select.long, .fieldvalue textarea {
    width: 300px;
}

.fieldvalue input.short, .fieldvalue select.short {
    width: 75px;
}

.requiredfootnote {
    margin: 9px 0px;
    padding-left: 20px;
}

.submitrow {
    padding-left: 20px;
}

.photo {
    margin-bottom: 18px;
}

.photothumbnail {
    float: left;
    width: 120px;
    padding-bottom: 1px;
    padding-left: 20px;
}

.photoparameters {
    float: left;
    padding-left: 20px;
}

.photoparameters td {
    vertical-align: middle;
}

.photoparameters td input {
    vertical-align: middle;
}

.dataarea {
    float: left;
}

.imagearea {
    display: inline;
    float: left;
    margin-left: 20px;
}

.imagearea h3 {
    margin-bottom: 10px;
}

.iteminfo {
    float: left;
    width: 500px;
    margin: 0px 20px 0px 0px;
}

.itemimages {
    float: left;
}

table.data td.paramname {
    font-weight: bold;
    vertical-align: baseline;
    padding-right: 10px;
}

table.indent td.paramname {
    padding-left: 20px;
}

table.largemargin td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.column {
    float: left;
    margin-right: 40px;
}

.column.last {
    margin-right: 0px;
}

.leftcolumn {
    width: 150px;
    margin-left: -15px;
    margin-right: 5px;
    padding-left: 0px;
    float: left;
    border-left: 10px solid #127799;
    display: inline;
}

.maincolumn {
    margin-left: 160px;
}

.widecolumn {
    width: 600px;
    float: left;
    margin-right: 20px;
}

.contactcolumn {
    float: left;
}

.contactcolumn p {
    font-size: 16px;
}

h4.formsection {
    margin-top: 20px;
}


.leftcolumn .browse {
    border-left: 10px solid #FF3300;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
    color: #333;
}
.leftcolumn .biglink {
    font-size: 12px;
    padding: 3px 5px;
    font-weight: bold;
    display: block;
    background: #f0f0f0 url(../images/arrow2.gif) no-repeat center right;
    border-top: 1px solid #98BDCE;
    border-bottom: 1px solid #107096;
    text-decoration: none;
}
.leftcolumn .biglink:hover {
    background-color: #EBFF00;
}

.leftcolumn ul {
    padding: 0px;
    margin: 0px;
    border-left: 10px solid #73ABC2;
}

.leftcolumn ul li {
    list-style-type: none;
    font-size: 12px;
    margin: 0px !important;
}

.leftcolumn ul li a, .leftcolumn ul li .current {
    background: #FFFFFF url(../images/arrow.gif) no-repeat center right;
    padding: 5px 0px 5px 5px;
    display: block;
    width: 135px;
    font: normal 11px tahoma;
    color: #567992;
    border-bottom: 1px solid #107096;
    text-decoration: none;
    margin: 0px !important;
}

.leftcolumn ul li a:hover {
    background-color: #EBFF00;
}

.leftcolumn ul li .current {
   background: #C0E6F3 url(../images/arrow.gif) no-repeat center right;
   font: bold 11px tahoma;
   color: #567992;
   border-bottom: 1px solid #c00;
}

.leftcolumn ul li a:hover {
    background-color: #EBFF00;
}



ul.categories {
    padding: 0px;
    margin: 0px;
    border-left: 10px solid #73ABC2;
}

ul.categories li {
    list-style-type: none;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

ul.categories li a {
    background: #FFFFFF url(../images/arrow.gif) no-repeat center right;
    padding: 5px 0px 5px 5px;
    font: normal 11px tahoma;
    color: #567992;
    border-bottom: 1px solid #107096;
    text-decoration: none;
    margin: 0px;
    width: 135px;
    display: block;
}

ul.categories li a:hover {
    background-color: #EBFF00;
}


.hugeerror h1 {
    color: #8a1f11;
    font-size: 200px;
    text-align: center;
    margin-top: 50px;
}

.hugeerror h2 {
    color: #8a1f11;
    text-align: center;
    margin-bottom: 30px;
}

.hugeerror h3 {
    color: #8a1f11;
    text-align: center;
    margin-bottom: 30px;
}


ul.intro {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
ul.intro li {
    list-style: none;
    font-weight: bold;
    color: #515151;
    border-bottom: 1px dotted #2293BC;
    padding: 5px 0px;
}


div.banner a {
    float: right;
    width: 468px;
    height: 60px;
    margin-top: 20px;
}

.pagelink {
    font-size: 14px;
    padding: 2px 4px;
    font-weight: bold;
}

.pagelink.active {
    color: white;
    background: #1692B8;
    padding: 2px 4px;
    font-weight: bold;
    text-decoration: none;
}

.category-description-box {
    border: 1px solid #7F7F7F;
    padding: 5px 10px;
}

.category-description-box legend {
    color: #222222;
}

.category-image {
    float: right;
    margin: 0px 0px 0px 20px;
}

span.status_online {
    font-weight: bold;
    color: #264409;
}

span.status_rejected {
    font-weight: bold;
    color: #8a1f11;
}

span.status_unreviewed {
    font-weight: bold;
    color: #514721;
}

.breadcrumbs {
    font-size: 14px;
    margin: 5px 0px 15px;
    font-family: arial;
}

.breadcrumbs ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a, .breadcrumbs a:link {
    font-weight: bold;
}

.topbanner {
    float: right;
    margin: 11px 0px 11px 30px;
}

.banner468 {
    width: 468px;
    height: 60px;
    margin: 0px auto;
}
