body {
    background: #fcfcfc;
/*        font-family: Verdana, Tahoma, Arial, sans-serif; */
        font-family: 'Lucida Grande', 'Lucida Sans Unicode',Helvetica,Verdana, 'Sans Serif';
        font-size: 13px;
        margin: 0;
        color: #004182;
}
.c {
        float: left;
}
.cr {
        clear: left;
}

td {
        vertical-align: top;
        padding: 5px 5px 5px 0px;
}

h1 {
        font-size: 14pt;
        margin: 5px 0 5px 0;
}

#details h1 {
        font-size: 14px;
        margin: 0;
}


h2 {
        font-size: 10pt;
        margin: 0;
        padding: 0;
}

h3 {
        color: #f93;
        font-size: 13pt;
        padding: 0px 0px 0px 10px;
        margin: 10px 0px 5px 0px;
        border-bottom: 2px dotted #D9D9D9;
}

#descr {
        padding: 0px;
        margin: 0 0 5px 0;
}

table.formPage {
        margin: 0;
}

.err {
        padding: 5px;
        color: #f00;
        background: #F0F0F0;
        border: 1px solid #CECECE;
        text-align: left;
        margin: 10px;
        font-size:1.5em;
}

td.msg {
        padding: 3px;
        color: #CA0002;
        background: #F0F0F0;
        border: 1px solid #CECECE;
        text-align: left;
}

.label {
        text-align: right;
}

#details .label, #details .smallDesc {
        text-align:left;
        vertical-align:top;
}


.buttons {
        border-top: 1px solid #D9D9D9;
        text-align: center;
}
#links p {
        margin: 0 0 7px 0;
}
.url {
        color: #6f6f6f;
}

.text, .btn {
        font-size: 8pt;
        font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text {
        color: #000000;
        border: 1px solid #3E81B4;
}
textarea.text {
        font-size: 8pt;
        border: 1px solid #3E81B4;
}
select {
        font-size: 8pt;
        border: 1px solid #3E81B4;
}

.captcha {
        border: 1px solid #3E81B4;
        margin-top: 10px;
}

form {
        display: inline;
        margin: 0;
        padding: 0;
}
.btn {
        font-weight: bold;
        border: 1px solid #3E81B4;
        background-color: #F0F0F0;
        color: #3E81B4;/*3E81B4;*/
        cursor: pointer;
        height: 20px;
}
span.req {
        margin-left: 3px;
        color: #CA0002;
        font-weight: bold;
}

div.errForm, span.errForm {
        margin: 2px 0 0px 0px;
        padding: 2px 3px 2px 3px;
        color: #f00;
        background: #FFFFF3;
        border: 1px solid #cccccc;
        text-align: left;
        clear: both;
        display: block;
}
.small, .small a {
        padding: 0px;
        margin: 0px;
        color: #909090;
        font-size: 7pt;
        text-decoration: none;
}
.sort {
        color: #000000;
}
div.pr {
        font-size: 6pt;
        color: #000000;
        float: left;
        height: 30px;
        margin-right: 5px;
}
div.prg {
        width: 40px;
        border: 1px solid #999999;
        height: 3px;
        font-size: 1px;
}
div.prb {
        background: #5eaa5e;
        height: 3px;
        font-size: 1px;
}

.price {
        border: 1px solid #A0A0A0;
}
.price table td{
        margin: 0;
        padding: 2px;
        vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#3E81B4;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* --------------------------------------------------------------- */

/*.center {
        margin: 0 auto;
        width: 960px;
}

.center1 {
        background-color: #FFFFFF;
        margin: 150px auto;
        width: 100%;
} */

.header {
        position: absolute;
        top: 0;
        width: 100%;
        background: url("../images/header-background.gif") repeat-x;
        height: 99px;
        margin: 0;
}

.headerLogo {
        float: left;
        margin: 25px 0px 0px 40px;
}

.headerSearch {
        float: right;
        color: #FFFFFF;
        margin: 20px 40px 0px 0px;
}

.searchLabel {
        float: left;
        margin: 4px 5px 0px 0px;
        color: #1A4E80;
}

.searchInput {
        background-color: #f0f0f0;
        border: 1px solid #d0d0d0;
        padding: 2px;
        float: left;
        width: 260px;
        height: 18px;
}

.searchBtn {
        height: 18px;
        float: left;
        margin: 2px 0px 0px 5px;
}

.searchBtnLeft {
        background: url("../images/searchBtnLeft.gif") no-repeat;
        height: 18px;
        width: 5px;
        float: left;
}

.searchBtnCenter {
        background: url("../images/searchBtnCenter.gif") repeat-x;
        height: 18px;
        margin: 0;
        padding: 0;
        border: 0;
        color: #FFFFFF;
        font-family: Arial;
        font-weight: bold;
        float: left;
}

.searchBtnRight {
        background: url("../images/searchBtnRight.gif") no-repeat;
        height: 18px;
        width: 5px;
        float: left;
}

.userBar {
        clear: right;
        float: right;
        margin: 10px 40px 0px 0px;
        color: #004182;
        font-size: 11px;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
        color: #004182;
        text-decoration: underline;
}

.userBar a:hover {
        color: #06c;
}

/*-------------------*/

#topbar {
        position: absolute;
        top: 100px;
        background-image:url(../images/top_bar-background.gif);
        width: 100%;
        height: 45px;
        background-color: #FFFFFF;
}

.path {
        float:left;
        margin: 0 auto;
        padding: 0px 0px 0px 20px;
}

.path a:link, .path a:active, .path a:visited {
        color: #004182;
        text-decoration: none;
}

.path a:hover {
        color: #004182;
        text-decoration: underline;
}

.path img {
        margin: 0px 5px 1px 5px;
}

.socialBookmarks {
        float:right;
        margin-right: 10px;
}
.socialBookmarks img {
        border: none;
}

/*-------------------*/

.leftContainer {
        position: absolute;
        top: 150px;
        left: 0;
        width: 215px;
        background-color: #fcfcfc;
}

/*-------------------*/

.centerContainer {
        margin-top: 150px;
        padding: 0px 230px 20px 230px;
}

.centerContainer hr {
    color: #004182;
    background-color: #004182;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}


#categories h2 {
        margin-top: 10px;
        background: url("../images/folder.png") 0px -2px no-repeat;
        font-size: 15px;
        padding-left: 22px;
}


.centerContainer h4 {
        margin-top: 0px;
        margin-bottom: 0px;
}


.subcats {
        margin: 0;
        padding: 0;
        padding-left: 25px;
        padding-right: 20px;

}

.catHome {
        float: left;
        width: 146px;
        padding: 0px 0px 18px 30px;
        background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
        color: #CA0002;
        font-weight: bold;
        text-decoration: none;
}

a.catHomeMain:hover {
        text-decoration: underline;
}

.catHomeSubcats {
        margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
        color: #000000;
        text-decoration: none;
}

a.catHomeSub:hover {
        color: #000000;
        text-decoration: underline;
}

.catHomeCount {
        color: #CA0002;
        font-weight: bold;
}

/*-------------------*/

.articleContent {
        padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
        position: absolute;
        top: 150px;
        right: 0;
        width: 215px;
        background-color: #FFFFFF;
}

/*-------------------*/

.footer {
        margin: 0 auto;
        width: 960px;
        /*background: url("../images/footerBg.gif") repeat-x;*/
        background-color: #FFFFFF;
        border-top: 1px solid #DCDBDB;
        clear:both;
        text-align: center;
        padding: 10px 0px 10px 0px;
        color: #164B7F;
}

.footer a:active, .footer a:link, .footer a:visited {
        color: #164B7F;
        text-decoration: underline;
}

.footer a:hover {
        color: #CA0002;
        text-decoration: underline;
}

.footerCat {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0px 20px 20px 20px;
        border-bottom: 1px solid #B32B26;
        width: 700px;
}

/*-------------------*/

.box {
        margin: 0px 0px 20px 12px;
}

.boxTopLeft {
        float: left;
        background: url("../images/boxTopLeft.gif") no-repeat;
        width: 6px;
        height: 25px;
}

.boxTopLeftOrange {
        float: left;
        background: url("../images/boxTopLeftOrange.png") no-repeat;
        width: 6px;
        height: 25px;
}

.boxTopLeftBlue {
        float: left;
        background: url("../images/boxTopLeftBlue.png") no-repeat;
        width: 6px;
        height: 25px;
}

.boxTopCenter {
        float: left;
        background: url("../images/boxTopCenter.gif") repeat-x;
        width: 178px;
        height: 19px;
        padding-top: 6px;

        color: #707070;
        text-align: center;
        font-weight: bold;
}

.boxTopCenterOrange {
        float: left;
        background: url("../images/boxTopCenterOrange.png") repeat-x;
        width: 178px;
        height: 19px;
        padding-top: 6px;

        color: #000;
        text-align: center;
        font-weight: bold;
}

.boxTopCenterBlue {
        float: left;
        background: url("../images/boxTopCenterBlue.png") repeat-x;
        width: 178px;
        height: 19px;
        padding-top: 6px;

        color: #fcfcfc;
        text-align: center;
        font-weight: bold;
}

.boxTopRight {
        float: left;
        background: url("../images/boxTopRight.gif") no-repeat;
        width: 6px;
        height: 25px;
}

.boxTopRightOrange {
        float: left;
        background: url("../images/boxTopRightOrange.png") no-repeat;
        width: 6px;
        height: 25px;
}

.boxTopRightBlue {
        float: left;
        background: url("../images/boxTopRightBlue.png") no-repeat;
        width: 6px;
        height: 25px;
}

.boxMiddle {
        clear: both;
        background: url("../images/boxMiddle.gif") repeat-y;
        width: 190px;
}

.boxBottom {
        background: url("../images/boxBottom.gif") no-repeat;
        width: 190px;
        height: 6px;
}

/*-------------------*/

.boxStats {
        padding: 10px 0px 10px 20px;
        margin: 0;
        list-style: none;
}

.boxStats td {
        padding: 0px;
}

/*-------------------*/

.boxLinks {
        padding: 10px 0px 10px 20px;
        margin: 0;
        list-style: none;
        font-size: 10px;
}

.boxLinks li {
        background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
        padding: 0px 0px 2px 8px;
}

.boxLinks li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
        color: #000000;
        text-decoration: none;
}

.boxLinks li a:hover {
        color: #000000;
        text-decoration: underline;
}

/*-------------------*/

.boxSponsored {
        margin: 0px 7px 0px 7px;
        border-bottom: 1px solid #CCCCCC;
        padding: 15px 7px 10px 7px;
        color: #707070;
        line-height: 15px;
        font-size: 10px;
}

.boxSponsoredLast {
        margin: 0px 7px 0px 7px;
        padding: 15px 7px 8px 7px;
        color: #707070;
        line-height: 15px;
        font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
        color: #3E81B4;
        text-decoration: none;
        font-weight: bold;
}

a.boxSponsoredA:hover {
        color: #CA0002;
        text-decoration: underline;
        font-weight: bold;
}

/*-------------------*/

.boxPopCats {
        padding: 10px 0px 10px 20px;
        margin: 0;
        list-style: none;
}

.boxPopCats li {
        background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
        padding: 0px 0px 2px 8px;
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
        color: #000000;
        text-decoration: none;
}

.boxPopCats li a:hover {
        color: #000000;
        text-decoration: underline;
}

/*-------------------*/

.noResults {
        margin-left: 20px;
}

.noResults p {
        color: #CA0002;
        margin: 0px 0px 15px 0px;
}

.noResults ul {
        margin: 0;
        padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
        padding: 5px;
        color: #CA0002;
        font-weight: bold;
}

.mainPaging {
        float: right;
}

.pagingLinks {
        color: #CA0002;
        font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
        color: #3E81B4;
        text-decoration: none;
}

.pagingLinks a:hover {
        color: #CA0002;
        text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
        font-size: 13px;
        color: #05a;
        text-decoration: none;
}

a.link:hover {
        font-size: 13px;
        color: #f93;
        text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
        color: #666;
        text-decoration: none;
}

a.readMore:hover {
        text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
        color: #3E81B4;
        text-decoration: none;
}

a.readMoreFeat:hover {
        color: #CA0002;
        text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
        color: #CA0002;
        font-weight: bold;
        text-decoration: none;
}

.searcCat a:hover {
        color: #CA0002;
        font-weight: bold;
        text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
        color: #6F6F6F;
        text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
        color: #05a;
        text-decoration: none;
}

a:hover {
        color: #06c;
        text-decoration: underline;
}

a:visited {
        color: #05a;
}

.paymentTable td {
        border-right: 1px solid #D9D9D9;
        text-align: center;
}

/*-------------------*/