/**
 *   Icewine site print css styles
 */
 
body { font: 11px Georgia, Times, Serif; line-height: 18px; }
a{color: #94782D; text-decoration: none;}
h1 { font-size: 14px; }
 
#image, #top-navigation, #navigation, #footer, #footer-no-js, #bottom-image, #tabs-nav, #tabs-content img, #number-nav, #text form, #btn-posts, #postcomment { display: none; }

#text { margin: 0px; width: 600px; }

ul { margin-left: 20px; padding: 0; }
ul li { list-style: disc; padding-left: 0; margin-left: 0; }

#tabs-content { padding-top: 20px;  }
#tabs-content table tr td { padding-right: 20px;  }

#text img#header-products { position: absolute; top: 0px; left: 0px; }
#chart-products { position: absolute; top: 40px; left: 0; width: 600px; }
#chart-products tr td { padding: 10px 10px 10px 0 ; border: 1px solid #F5F5F5; } 

/* 
sitemap
*/

.ul-sitemap { list-style: none; border-top: 1px solid #E2C88B; padding-top: 10px;  }
.ul-sitemap li { float: left; list-style: none; }
.ul-sitemap li a { color: #000; }
.ul-sitemap li a:hover { color: #94782D; text-decoration: none; }
.ul-sitemap li.li1 { margin-right: 40px; width: 140px; }
.ul-sitemap li.li1 a { font-size: 11px; font-weight: bold; }
.ul-sitemap li.li2 ul { width: 460px; }	
.ul-sitemap li.li2 ul { margin-top: 0px; }	
.ul-sitemap li.li2 ul li { background: url(../images/bullet-snowflake.gif) 0 4px no-repeat; padding-left: 20px; float: none; }
.clear { clear: both; line-height: 10px; }


