*{
    margin: 0px;
    padding: 0px;    
}

body{
    font-size: 14px;
    font-family: Arial;
}

body,a{
    color:#787878;
}

a{
    text-decoration: none;
}

a:hover{
    cursor: pointer;
}

img{
    border: 0px none;
}

input{
    color: #000000;
}

ul{
    list-style-type: none
}

dl{
    float: left;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 16px;
}

dt,dd{
    white-space: nowrap;
    display: inline;
}

dl.quality dd, dl.quality dt{
    float: left;
    display: block;
}

dl img, dl .stars{
    margin-top: 1px;
}

dd{    
    margin-right: 10px;
    font-weight: bold;
    color: #A983B2;
    vertical-align: top;
}

.center{
    width: 1000px;
    margin: auto;
    position: relative;
}

.clear{
    clear: both
}

.darkPurple{
    color: #AD82B0;
}

.lightPurple{
    color: #A983B2;
}

.bold{
    font-weight: bold;
}

#content{
    font-size: 12px;
}

div.noProducts{
    font-style:italic;
    height:100px;
    line-height:100px;
    text-align:center;
    font-size: 15px;
}