/* 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: 11px;
    text-align:center;
    height: 100%;
	background-color:#333333;
	background-image:url(../template_images/main_bg.jpg);
	background-repeat:repeat-x;
}

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: underline;}

table.body {
    width: 780px;
    height: 100%;
    border-left: 2px solid #E9EBEE;
    border-right: 2px solid #E9EBEE;
    margin:0px auto 0px auto;
}

td.header {
    height: 74px;
	vertical-align: top;
    /*background: #56585A url(../template_images/header/header_bg.jpg) repeat-y top right;*/
	background-color:#000000;
    border-bottom: 2px solid #E9EBEE;
    border-top: 2px solid #E9EBEE;
	padding: 0px;
}

#header {
    text-align: right;
    width: 780px;
    clear: both;
    margin: 0px 0px 0px auto;
}    

td.menu {
    height: 25px;
}

td.outer {
    text-align:left;
    color: #696A6E;
    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;
    text-decoration: strong
    height:30px;
    color: #999999;
    background: #FFFFFF;
    border-top: 2px solid #E9EBEE;
}

/* HEADER */

/* header - top */

div.date {
   text-align: left;
   color: #AAAAAA;
   font-size: 10px;
   height: 16px;
   float: left;
   margin-left: 10px;
}    

div.top_links {
   color: #AAAAAA;
   font-size: 9px;
   text-align: right;
   height: 16px;
   float: right;
   margin-right: 10px;
}

div.top_links h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal
}    

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background: url('../template_images/header/menu_right.jpg') repeat-x top left;
}        

table.navitem {
    width: 100%;
    height: 25px;
}

table.navitem td {
    text-align: center;
    height: 25px;
    width: 10%;
    /* background: url(../template_images/header/item_bg.jpg) no-repeat top center;*/
	background-color:#000000;
}  

td.navitem {
    border-left: 2px solid #E6E6E7;
}


a.navitem:link     {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;line-height: 25px}
a.navitem:visited  {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;line-height: 25px}
a.navitem:active   {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;line-height: 25px}
a.navitem:hover {
    font-size: 11px; 
    font-weight: bold; 
    background: transparent;
    color: #FFFFFF; 
    text-decoration: none; 
    line-height: 25px;
}  

a.navitem_active:link     {display: block;font-size: 11px; font-weight: bold; color: #FFFFFF;line-height: 25px;text-decoration:underline}
a.navitem_active:visited  {display: block;font-size: 11px; font-weight: bold; color: #FFFFFF;line-height: 25px;text-decoration:underline}
a.navitem_active:active   {display: block;font-size: 11px; font-weight: bold; color: #FFFFFF;line-height: 25px;text-decoration:underline}
a.navitem_active:hover {
    font-size: 11px; 
    font-weight: bold; 
    background: transparent;
    color: #FFFFFF; 
    line-height: 25px;
    text-decoration:underline
} 

/*ENTRY*/

td.entry {
   background: #FFFFFF;
   border-left: 2px solid #E9EBEE;
   border-right: 2px solid #E9EBEE;
   vertical-align: top;
}

table.entry {
    width: 100%;
    height: 100%;
}

td.ads {
    text-align: center;
    height: 200px;
}

td.entry_content {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding: 5px 5px 0px 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: 11px;
   background: #FFFFFF;
   padding: 5px 5px 0px 5px;
   border-left: 2px solid #E9EBEE;
   border-right: 2px solid #E9EBEE;
   vertical-align: top;
}  

td.info a           {color: #0000FF; text-decoration: none}
td.info a:link      {color: #0000FF; text-decoration: none}
td.info a:active    {color: #0000FF; text-decoration: none}
td.info a:visited   {color: #0000FF; text-decoration: none}
td.info a:hover     {color: #FF0000; text-decoration: underline}

/*SIDEBAR*/

td.sidebar {
    width: 155px;
    vertical-align: top;
}

table.s_nav {
    width: 100%;
}

td.sidebar a {
    font-size: 11px;
}  

table.s_nav td {
    padding-left: 10px;
}    

td.first {
    /*background: url(../template_images/sidebars/mod_header.jpg) repeat-y top right;*/
	background-color:#666666;
    line-height: 25px;
    border-bottom: 2px solid #E9EBEE;
}

a.first               {color: #FFFFFF}
a.first:link          {color: #FFFFFF}
a.first:active        {color: #FFFFFF}
a.first:visited       {color: #FFFFFF}
a.first:hover         {color: #FFFFFF}

a.first_active               {color: #FFFFFF;text-decoration:underline}
a.first_active:link          {color: #FFFFFF;text-decoration:underline}
a.first_active:active        {color: #FFFFFF;text-decoration:underline}
a.first_active:visited       {color: #FFFFFF;text-decoration:underline}
a.first_active:hover         {color: #FFFFFF;text-decoration:underline}

td.second {
    background: #CCCCCC;
    line-height: 25px;
    border-bottom: 1px dashed #707173;
}    

td.second_last {
    background: #CCCCCC;
    line-height: 25px;
    border-bottom: 1px solid #FFFFFF;
} 

td.second_active {
    background: url(../template_images/sidebars/mod_header_second_active.jpg) repeat-y top right;
    line-height: 25px;
    border-bottom: 1px dashed #707173;
} 

td.second_active_last {
    background: url(../template_images/sidebars/mod_header_second_active.jpg) repeat-y top right;
    line-height: 25px;
    border-bottom: 1px solid #FFFFFF;
} 

a.second               {color: #707173}
a.second:link          {color: #707173}
a.second:active        {color: #707173}
a.second:visited       {color: #707173}
a.second:hover         {color: #707173}

td.third {
    background: #CCCCCC;
    line-height: 25px;
    border-bottom: 1px dashed #E9E9E9;
}    

td.third_active {
    background: url(../template_images/sidebars/mod_header_second_active.jpg) repeat-y top right;
    line-height: 25px;
    border-bottom: 1px dashed #707173;
} 

a.third               {color: #707173}
a.third:link          {color: #707173}
a.third:active        {color: #707173}
a.third:visited       {color: #707173}
a.third:hover         {color: #707173}

/* sub items */

td.sidebar ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.sidebar ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 21px;
}

td.sidebar ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 155px;
    margin: 0px 0px 5px 0px;
}

div.mod_box span {
    text-align: left;
    display: block;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    /* background: url(../template_images/sidebars/mod_head.jpg) repeat-y top right;  */
	background-color:#666666;
    height: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box p {
    padding: 3px 10px 3px 10px;
    margin: 0px
}   

div.mod_box p input.field {
    font-size: 11px;
    width: 110px;
}    

div.mod_box div {
    padding: 3px 10px 3px 10px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
} 

/* -------- mod box blogs ----------*/

/*

div.mod_box_blog {
    width: 250px;
    margin: 0px 0px 5px 0px;
}

div.mod_box_blog span {
    text-align: left;
    display: block;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background: #B5B5B5;
    height: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box_blog span h1 {
    color: #FFFFFF;
}

div.mod_box_blog span h1 a.link, a.visited, a.hover, a.active {
    color: #FFFFFF;
}

div.mod_box_blog p {
    padding: 3px 10px 3px 10px;
    margin: 0px
}   

div.mod_box_blog p input.field {
    font-size: 11px;
    width: 110px;
}    

div.mod_box_blog div {
    padding: 3px 10px 3px 10px;
    margin: 0px
}   

div.mod_box_blog div input.field {
    font-size: 11px;
    width: 110px;
} 
*/

/* -------------- end blog bits ------------ */

#adspace {
}

/* REGISTER */

input {
   font-family: Arial, Tahoma, Sans-serif;
   font-size: 11px;
}

/*footer*/

td.footer_left {
    text-align: left;
    font-size: 10px;
    color: #707173;
    border-top: 2px solid #E9EBEE;
}

td.footer_mid {
    text-align: left;
    font-size: 10px;
    color: #707173;
    border-top: 2px solid #E9EBEE;
    border-right: 2px solid #E9EBEE;
    border-left: 2px solid #E9EBEE;
    padding-left: 10px;
}

td.footer_right {
    text-align: left;
    font-size: 10px;
    color: #707173;
    border-top: 2px solid #E9EBEE;
    padding-left: 10px;
}

td.footer a             {color: #999999;text-decoration: strong}
td.footer a:link        {color: #999999;text-decoration: strong}
td.footer a:active      {color: #999999;text-decoration: strong}
td.footer a:visited     {color: #999999;text-decoration: strong}
td.footer a:hover       {color: #999999;text-decoration: strong}

#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: 10px 0px 10px 0px;
}

a.help_addresslink:link     {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 11px; text-decoration: none}
a.help_addresslink:visited  {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 11px; text-decoration: none}
a.help_addresslink:active   {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 11px; text-decoration: none}
a.help_addresslink:hover    {font-family: Arial, Tahoma, Sans-serif;color: #000000; font-size: 11px; text-decoration: underline}

td.help_section {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

td.help_topten_header {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}   

#filerow {
    
}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news {
    padding: 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: 11px;
    color: #000000;
    padding: 0px 5px 0px 5px;
} 

td.ns_title {
    text-align: left;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    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: 11px;
    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: 11px;
    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;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

textarea.advice {
    width: 110px;
    height: 50px;
}

/* 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: #AAAAAA;
}    

#location a {
    color: #AAAAAA;
}

div {margin: 0px;padding: 0px}
p { color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif}
td { color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif}    
h1 {font-size: 16px;font-weight: bold}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

img {
    border: 0px;
}    

form {
margin: 0px;
}

.form_sent { 
    font-weight: bold; 
    font-size: 11px
}

.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 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    margin: 0px 0px 10px 16px;
}

li {
    font-size: 11px;
    color: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}
