/*
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    text-align: center;
    background-color: #66cc00;
    background-image: url('imgs/bg_body.jpg');
    background-repeat: repeat;
    background-position: center center;
}
div, p, img, a, td, ul, ol {
    font-size: 10pt;
}
#searchbox {
    top: 30px;
    width: 230px;
    position: absolute;
    left: 533px;
    height: 30px;
    padding: 0px;
}
#topbox {
    top: 80px;
    width: 230px;
    position: absolute;
    left: 533px;
    height: 100px;
    padding: 0px;
    color: #CCCCCC;
    font-size: 80%;
}

b {
    color: #FF9900;
}


ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
/* ---[ links ]------------------------------- */

a:link {
    color: #00CC00;
    text-decoration: none;
    border-bottom: 1px dotted #ffffa2;
    background-color: transparent;
    }
a:visited {
    color: #FF9900;
    text-decoration: none;
    border-bottom: 1px dotted #ffffa2;
    background-color: transparent;
    }
a:hover {
    color: #FFFFFF;
    border-bottom-style: solid;
    background-color: transparent;
    }
a.more {
    padding-right: 7px;
    background: url(../img/more-blue.gif) no-repeat 100% 5px;
    background-color: transparent;
    }

/* ---[ common elements ]--------------------- */

p {
    margin: 0.5em 0 0.5em;
    padding: 0;
    }
h1 {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 150%;
    color: #ff9900;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
h2 {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 150%;
    font-weight: normal;
    padding: 0;
    margin: 0 0 1em 0;
    color: #FF9900;
    }
h3 {
    margin: 1.5em 0 0 0;
    padding-bottom: 2px;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 120%;
    font-weight: bold;
    color: #FF9900;
    background-image: url(/imgs/dotbig.gif);
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF9900;
    }
h3 a:link, h3 a:visited {
    font-size: 110%;
    text-decoration: none;
    border-bottom: none;
    color: #FF9900;
    }
h3 a:hover {
    color: #FFFFFF;
    }
h4 {
    font-size: 1em;
    margin: 1.5em 0 0;
    padding-left: 5px;
    border-left-width: 16px;
    border-left-color: #ffa500;
    border-left-style: solid;
    }
h5 {
    font-size: 1em;
    margin: 1.5em 0 0;
    padding-left: 5px;
    border-left-width: 16px;
    border-left-color: #669900;
    border-left-style: solid;
    }
h6 {
    font-size: 1em;
    margin: 1.5em 0 0;
    padding-left: 5px;
    border-left-width: 16px;
    border-left-color: #333333;
    border-left-style: solid;
    }

h1 span, h2 span, h3 span {
    color: #FF9900;
    }

p { padding: 0 0 0em; }

a, a:link {
    text-decoration: none;
    color: #FF9900;
    border-bottom: 1px dotted #ffffa2;
}
a:visited { color: #339900; text-decoration: none; }
a:hover { color: #FF9900; text-decoration: none; }
a:active { color: #CC3333; text-decoration: none; }


a img, img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #FF9900;
    border-right-color: #FF9900;
    border-bottom-color: #FF9900;
    border-left-color: #FF9900;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    text-align: left;
    margin: 0 auto;
    border-width: 16px;
    border-color: #dd1183;
    border-style: solid;
    width: 754px;
    background-image: url(imgs/bgmain.gif);
    background-repeat: repeat-y;
}

#content {
    color: #666666;
    text-align: left;
    margin: 20px 0 0 20px;
    padding: 0;
    float: left;
    width: 470px;
}
#content h3 {
    color: #993300;
    height: 24px !important;
}

/* Special text formatting
------------------------------------------------------------------------------- */


blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(imgs/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
    margin: 5px 0 0;
    display: block;
}
code {
    font: 1em/2.5em 'Courier New', Courier, monospace;
    color: #444;
    white-space: pre;
    width: 350px;
    height: auto;
    overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: .07em;
    cursor: help;
    border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr {
    display: none;
    color: #FF9900;
}


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header
------------------------------------------------------------------------- */

#header {
    color: #ffffff;
    line-height: 240%;
    text-indent: 6;
    word-spacing: 2;
    position: relative;
    height: 245px;
    width: 754px;
    background-image: url(imgs/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#header h1 {
    font-size: larger;
    color: #FF0000;
    margin: 0;
    padding: 10px 450px 20px 30px;
    border-style: none;
    background: url(imgs/top_h1.gif) no-repeat center center;
    text_shadow: #81A75B 2px 2px 2px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #B0B5AF;
}
#header h1 a:hover {
    color: #FF9900;
    text-shadow: #fff 0 0 4px;
}


/* Form styles
------------------------------------------------ */

/* Content
------------------------------------------------------------------------- */
.post {
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1.5em;
    padding-left: 10px;
}

.post h3 {
    margin-top: 0;
    color: #FF9900;
}
.post ul li {
    background: url(imgs/tictac_orange.gif) no-repeat 0 6px;
    margin-left: 0em;
}



/* Related Links
------------------------------------------------------------------------- */
#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments
------------------------------------------------------------------------- */
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
    font-size: 85%;
    color: #333333;
    line-height: 1.4em;
    margin: 0 15px 0 535px;
    padding: 10px 0 0 0px;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar h3 {
    font-size: 140%;
    color: #FFFFFF;
    font-weight: bold;
    margin: 30px 0 12px;
    padding: 9px 10px 0px 18px;
    border-color: #FFFFFF;
    border-style: none;
    height: 22px;
    background-color: #004F6B;
    background-image: url(imgs/sidebar-h3-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    }
#sidebar h3 a:hover {
    color: #0033CC;
    font-weight: bold;

    }
    #sidebar h3 a:link, h3 a:visited {
    font-size: 140%;
    text-decoration: none;
    border-bottom: none;
    color: #696969;
    font-weight: bold;
    }

#sidebar h4 {
    color: #FFFFFF;
    font-size: 120%;
    border: none;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0;
    }
    #sidebar h4 a:hover {
    color: #FF9900;
    font-size: 120%;

    }
    #sidebar h4 a:link  {
    color: #FFFFFF;
    font-size: 120%;
    padding-left: 5px;

    }
    #sidebar h4 a:visited {
    color: #FF9900;
    font-size: 100%;


    }

#sidebar img {
    vertical-align: top;
    }


/* Footer
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    font-size: 85%;
    color: #FF9900;
    background-image: url(imgs/footer.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    height: 90px;
    text-align: center;
    vertical-align: bottom;
}

#footer p {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(imgs/bottom_sash.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

#footer a {
    border-bottom: none;
    color: #FFFFFF;
    font-weight: bold;
}


fieldset {
    border: none;
}

legend {
    display: none;
}

/* images
------------------------------------------------------------------------------- */

p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin: 0 auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
   /*MENU*/

#menu a:hover{
    color: #333333;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 10px;
    border-color: #66cc00 #66cc00 #66cc00 #ffa500;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #66cc00;
}
#menu li{
   list-style:none;
   margin:0;
   height:auto !important;
   height:1%;
   line-height:1.6em;
   font-size:1em;
   color:#000;
   font-weight:bold;
   text-align:left;
}
#menu li a, #menu li.here a{
   color: #333333;
   text-decoration: none;
   padding: 2px;
   border-bottom-width: 1px;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   display: block;
}
#menu li.here{
   color:#FF9900;     /* current menu color */
   padding-top:1px ;
}
#menu ul{
   margin:0;
   padding-bottom:20px;
   padding-left:10px;
}
#menu ul ul{
   display:none;
}
#menu ul ul ul{
   display:none;
}
#menu li.here ul{
    display:block;
    padding:2px 0px 2px 15px;
    font-size:1em;
    color: #FFFF00;
}
#menu li.here ul ul {
   display:none;
}
#menu li.here li.here ul {
   display:block;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
    float: left;
}

.MODX_RichTextWidget a {
    border: 0px;
}
/* ---[ title box ]-------------------------------- */

#title {
    clear: left;
    padding: 25px 310px 25px 25px;
    background: #101010 ;
    }

#title h1 {
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: normal;
    color: #56d819;
    /*color: #EB9F3D;*/
    }
#title h1 span {
    color: #666;
    }
#title h2 {
    font-family: Verdana, sans-serif;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: normal;
    color: #888;
    }
#title a {
    border-bottom-color: #333;
    }
#title a:visited {
    color: #40659B;
    }
#title a:hover {
    color: #036;
    }

/* ---[ shopping cart ]-------------------------------- */


#goods {
float:left;
margin:0;
padding:0;
width:460px;
}

#container3 {
border:1px solid #BABABA;
float:left;
height:280px;
margin:0 auto 5px 5px;
padding:5px;
width:134px;
}

#cart {
margin: 0;
padding: 0;
float: left;
}

/*SCROLLBAR*/
div.scroll {
font-size: 95%;
color: #222222;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px 10px;
height: 200px;
width: auto;
overflow: auto;
}
