@charset "utf-8";
/* CSS Document */
*{
font-family:Tahoma, Verdana;
font-size:12px;
}

td#header{
border-bottom-style:dotted;
}

td#ls {
background-image:url(images/ls.png);
background-repeat:repeat-y;	
}

td#rs {
background-image:url(images/rs.png);
background-repeat:repeat-y;	
}

td#sidepane{
border:1px solid #ffffff;
}

h1{
color:#006699;
font-size:14px;
font-weight:bold;
cursor:default;
}

h2{
color:#CC9900;
font-size:18px;
font-weight:bold;
cursor:default;
}

h3{
font-size:10px;
color:#006699;
margin-bottom:1px;
}

h4{
font-size:11px;
color:#CC9900;
margin-bottom:1px;
}

li{
list-style-image:url(images/bullet.gif);
}

li#products1{
list-style-image:url(images/bulletminus.gif);
}

li#products2{
list-style-image:url(images/bulletplus.gif);
}

.footer {
font-size:10px;
color:#FFFFFF;
}

a{
text-decoration:none;
color:#0066CC;
}

a.footer{
font-size:10px;
color:#FFFFFF;
}

a:hover{
color:#CC9900;
}

table#products {
border:solid 1px #cccccc;
}

table#products td, tr{
font-size:10px;
vertical-align:top;
padding:5px;
}

img.products{
width:200px; 
height:auto;
}

a#rpane{
font-size:10px;
}
