/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
    padding:0;
    margin:0px 0px 0px 0px;
}
body{   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    height: 100%;
    color: #373566;
}

a               {color: #000000; text-decoration: none;}
a:link          {color: #000000; text-decoration: none;}
a:active        {color: #000000; text-decoration: none;}
a:visited       {color: #000000; text-decoration: none;}
a:hover         {color: #000000; text-decoration: none;}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header {
    height: 110px;
    background: #FFFFFF;
}

#header {
    width: 780px;
	height: 135px;
    position: relative;
}    

td.outer {
    text-align:left;
    color: #373566;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
   width: 100%;
   height: 100%;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

div.footer {
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 780px;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #000000;
    border-top: 1px solid #E3E3E3;
}

/* HEADER */

/* header - top */

div.date {
   text-align: left;
   color: #AAAAAA;
   font-size: 10px;
   float: left;
   bottom: 0px;
}    

html>body div.date {
   height: 10px;
}

div.top_links {
   color:#CCCCCC;
   font-size: 9px;
   text-align: right;
   float: right;
}    

div.top_links h1 {
    color:#CCCCCC;
    display: inline;
    font-size: 10px;
    font-weight: normal
}    

#header_L{
   float: left;
   position:relative;
   width:135px;
   height:100px;
   color: #000000;
}

#header_R {
   text-align: left;
    top: 0px;
    right: 0px;
    position: absolute;
   width:135px;
   height:100px;
   color: #000000;
}

html>body #header_R {

}   

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 10px;    
}

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background: url('../template_images/header/menu_bg.jpg') repeat-x top left;
}        

table.navitem {
    width: 100%;
}

td.navitem {
    height: 35px;
}

td.navitem_button {
    width: 30%;
}

a.navitem:link     {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem:visited  {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem:active   {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem:hover    {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}

a.navitem_active:link     {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: underline; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem_active:visited  {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: underline; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem_active:active   {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: underline; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}
a.navitem_active:hover    {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: underline; height: 35px;line-height: 35px; padding: 0px 10px 0px 10px}


td.nav_border {
    width: 18px;
}

/*ENTRY*/

td.entry {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: #FFFFFF;
   width: 500px;
   border-left: 1px solid #E3E3E3;
   border-right: 1px solid #E3E3E3;
   padding: 5px;
   vertical-align: top;
}

td.rhs {
    width: 135px;
    padding-left: 5px;
    vertical-align: top;
}


/*INFO*/

td.info {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 5px 0px 5px;
   border-left: 1px solid #E3E3E3;
   vertical-align: top;
}  

/*SIDEBAR*/

td.lhs {
    width: 135px;
    padding-right: 5px;
    vertical-align: top;
}

a.s_nav               {display: block;width:127px;color: #FFFFFF;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E}
a.s_nav:link          {display: block;width:127px;color: #FFFFFF;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E}
a.s_nav:active        {display: block;width:127px;color: #FFFFFF;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E}
a.s_nav:visited       {display: block;width:127px;color: #FFFFFF;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E}
a.s_nav:hover         {display: block;width:127px;color: #FFFFFF;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E}

* html a.s_nav                  {width: 135px}
* html a.s_nav:link             {width: 135px}
* html a.s_nav:active           {width: 135px}
* html a.s_nav:visited          {width: 135px}
* html a.s_nav:hover            {width: 135px}

a.s_nav_active               {display: block;width:127px;color: #FFFFFF;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E;}
a.s_nav_active:link          {display: block;width:127px;color: #FFFFFF;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E;}
a.s_nav_active:active        {display: block;width:127px;color: #FFFFFF;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E;}
a.s_nav_active:visited       {display: block;width:127px;color: #FFFFFF;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E;}
a.s_nav_active:hover         {display: block;width:127px;color: #FFFFFF;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #3A004E;}

* html a.s_nav_active                  {width: 135px}
* html a.s_nav_active:link             {width: 135px}
* html a.s_nav_active:active           {width: 135px}
* html a.s_nav_active:visited          {width: 135px}
* html a.s_nav_active:hover            {width: 135px}

a.nav_sub_item               {color: #666666;line-height:20px}
a.nav_sub_item:link          {color: #666666;line-height:20px}
a.nav_sub_item:active        {color: #666666;line-height:20px}
a.nav_sub_item:visited       {color: #666666;line-height:20px}
a.nav_sub_item:hover         {color: #FE0000;line-height:20px}

a.nav_sub_item_active               {color: #FE0000;font-weight: bold;line-height:20px}
a.nav_sub_item_active:link          {color: #FE0000;font-weight: bold;line-height:20px}
a.nav_sub_item_active:active        {color: #FE0000;font-weight: bold;line-height:20px}
a.nav_sub_item_active:visited       {color: #FE0000;font-weight: bold;line-height:20px}
a.nav_sub_item_active:hover         {color: #FE0000;font-weight: bold;line-height:20px}

/* sub items */

td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 21px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 133px;
    border: 1px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 135px;
}

div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background: #3A004E;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box p {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box p input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/* REGISTER */

input {
   font-family: Arial, Tahoma, Sans-serif;
   font-size: 11px;
}

/*footer*/

td.footer a             {color: #000000;text-decoration: none}
td.footer a:link        {color: #000000;text-decoration: none}
td.footer a:active      {color: #000000;text-decoration: none}
td.footer a:visited     {color: #000000;text-decoration: none}
td.footer a:hover       {color: #000000;text-decoration: none}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    width: 100%;
    padding-bottom: 10px;
}

a.help_addresslink:link     {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 12px; text-decoration: underline}

td.help_section {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

td.help_topten_header {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}   

#filerow {
    
}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news {
    padding: 0px 5px 0px 5px;
}

* html div.news {
    padding: 0px 0px 0px 5px;
}

div.news span {
    font-size: 14px;
    font-weight: bold
}

/* NEWSLETTER */

table.newsletter {
    width: 100%;
    padding: 5px;
}    

table.newsletter th {
    text-align: left;
    font-size: 12px;
    color: #000000;
    padding: 0px 5px 0px 5px;
} 

td.ns_title {
    text-align: left;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 150px;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #E3E3E3;
    vertical-align: top;
}

td.ns_intro {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 450px;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

td.ns_date {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 100px;
    padding: 0px 5px 0px 5px;
    border-left: 1px solid #E3E3E3;
    vertical-align: top;
}

tr.nl_row {
    background: #F8F8F8;
}

tr.nl_row_alt {
    background: transparent;
}


/* PROD CAT */

span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    display: block;
    font-weight: bold;
    color: #FF0000;
}

table.prod_det {
    width: 100%;
}

td.prod_det_desc {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top
}      

td.prod_det_imgs {
    text-align: center;
    height: 50px;
    border-top: 1px solid #908583;
    border-bottom: 1px solid #908583;
    padding: 5px 0px 5px 0px;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px
}   

a.pc_button          {display;block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:link     {display;block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:visited  {display;block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:active   {display;block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:hover    {display;block;font-size: 11px;border: 1px solid #333333;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}

/* PROD CAT - listing */

table.prod_listing {

}

table.prod_listing td {
    border-top: 1px solid #908583;
    vertical-align: top
}    

td.prod_listing_img {
    text-align: center;
    width: 100px;
    background: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #E3E3E3;
}

td.prod_listing_img img {
    margin: 0px auto 0px auto;
}    

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

td.prod_listing_desc span {
    background: #E3E3E3;
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
}

td.prod_listing_desc p {
    padding: 5px;
}

td.prod_listing_subcat {
    text-align: left;
}


/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   margin: 5px;
   width: 100%;
   margin: 10px auto 10px auto;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #CCCCCC;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 5px 0px 5px 7px;
}    

#location a {
    color: #666666;
}

div {margin: 0px;padding: 0px}
p { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif}
td { color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif}    
h1 {font-size: 16px;font-weight: bold; color:#3A004E}
h2 {font-size: 16px;font-weight: bold; color:#3A004E}
h3 {font-size: 12px; color:#000000}
h4 {font-size: 16px;font-weight: bold; color:#3A004E}

hr  {
    border-width: 0px;
    background: #E3E3E3;
    height: 1px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

img {
    border: 0px;
}    

form {
margin: 0px;
}

.form_sent { 
    font-weight: bold; 
    font-size: 12px
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 16px;
}

li {
    font-size: 12px;
    color: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}