@charset "utf-8";
/* CSS Document */
@import url("suppsGlobal.css");
.content {
position:relative;
float:left;
margin:0px;
padding:10px;
border:0px;
width:880px;
margin-top:10px;
}
.leftContent {
width:275px;
height:455px;
float:left;
background:url(images/categoryBG.png) no-repeat;
margin:15px 0px 0px 0px;
padding:0px;
border:0px;
}
ul.categories {
width:275px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin:30px 0px 0px 1px;
padding:0px;
border:0px;
}
li.category{
width:250px;
border-bottom:#FF6600 1px solid;
list-style:none;
text-align:left;
margin:auto;
padding:0px;
}
li.category a, li.category :visited, li.category :active{
color:#666666;
text-decoration:none;
display:block;
}
li.category :hover{
color:#FF3300;
background-color:#FFFF00;
}
li.category p{
display:block;
font-size:16px;
margin:0px;
padding:5px 0px 5px 20px;
border:0px;
}
.productSampler{
width:208px;
height:143px;
position:relative;
background-color:#FFFFFF;
margin:25px 0px 0px 33px;
padding:0;
border:0;
}
.rightContent {
width:570px;
float:left;
margin:10px 0px 0px 10px;
font-size:12px;
text-align:justify;
}
.ads{
background-color:#FFFFFF;
width:728px;
height:110px;
margin:10px 86px 0px 86px;
float:left;
}

/*erase this line to add the top border of the add

.adTop{
width:728px;
height:10px;
float:left;
background-image:url(images/adTop.jpg);
}
/*end*/

.adContent{
height:90px;
text-align:center;
}
.adContent h1{
color:#666666;
font-size:12px;
}

/*erase this line to add the bottom border of the add

.adBottom{
width:728px;
height:10px;
float:left;
background-image:url(images/adBottom.jpg);
}
/*end*/