body
{
background: white url("");
}

#text
{
position: absolute;
top: 0;
left: 15px;
right: 15px;
padding: 0;
text-align: justify;
}

.options
{
float: right;
padding: 0;
margin: 5px 0 0 0;
}

.prices
{
float: right;
padding: 0;
margin: 5px 0 0 0;
}

/* text .options hyperlinks */

#text .options a
{
font-weight: normal;
text-align: center;
text-decoration: none;
padding: 3px;
display: block;
width: 115px;
}

#text .options a:link
{
color: white;
background: red;
border: solid 1px #FFF2F2;
}

#text .options a:visited
{
color: white;
background: red;
border: solid 1px #FFF2F2;
}

#text .options a:hover
{
color: red;
background: white;
border: solid 1px LightCoral;
}

#text .options a:active
{
color: red;
background: #FFF2F2;
border: solid 1px red;
}

/* text .prices hyperlinks */

#text .prices a
{
font-weight: normal;
text-align: center;
text-decoration: none;
padding: 3px;
display: block;
width: 115px;
}

#text .prices a:link
{
color: white;
background: #000099;
border: solid 1px #eeeeFF;
}

#text .prices a:visited
{
color: white;
background: #000099;
border: solid 1px #eeeeFF;
}

#text .prices a:hover
{
color: #000099;
background: white;
border: solid 1px #9999FF;
}

#text .prices a:active
{
color: #000099;
background: #eeeeFF;
border: solid 1px #000099;
}

#text .topsellers
{
width: 100%;
border-spacing: 1px;
background: #ccc;
}

#text .topsellers td
{
padding: 10px;
background: #EEE;
}

#text .topsellers p
{
margin: 0;
}

#text .topsellers img
{
float: left;
margin-right: 10px;
margin-left: 0;
border: solid 1px #000099;
}

#text .topsellers .options
{
float: left;
}

#text .topsellers .options dd
{
margin: 0;
}

#text .topsellers .options a
{
font-weight: normal;
text-align: center;
text-decoration: none;
padding: 3px;
display: block;
width: 110px;
}

#text .topsellers .options a:link
{
color: white;
background: red;
border: solid 1px #EEE;
}

#text .topsellers .options a:visited
{
color: white;
background: red;
border: solid 1px #EEE;
}

#text .topsellers .options a:hover
{
color: red;
background: white;
border: solid 1px LightCoral;
}

#text .topsellers .options a:active
{
color: red;
background: #FFF2F2;
border: solid 1px red;
}