/*BODY STYLES*/
body
{
background-color: #663366;
font-size:0.9em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
text-align: center;
padding-bottom:20px;
}
/*GLOBAL STYLES*/
a
{
color: #FF66FF;
font-weight:bold;
text-decoration: none;
}
a:hover
{
color: #663366;
}
h1
{
font-weight: bold;
background-color: #AAAAAA;
color: #FFFFFF;
clear:both;
font-size:1.4em;
}
h2
{
font-weight: bold;
background-color:#FFFFFF;
color: #FF99FF;
clear:both;
font-size:1.5em;
}
h3
{
font-weight: bold;
background-color:#FFFFFF;
color: #333333;
font-size:1.1em;
clear:both;
margin-top:10px;
}
#right h3
{
background-color:transparent;
color: #FFFFFF;
text-align:center;
border-top:1px dotted #FFFFFF;
}
blockquote
{
border:1px solid #AAAAAA;
padding:3px;
background-color:#EEEEEE;
clear:both;
}
/*FORM STYLES*/
form fieldset
{
background-color:#FF99FF;
padding:0;
border-left:3px solid #996699;
border-top:3px solid #996699;
padding:10px;
}
form legend
{
background-color:#996699;
color:#FFFFFF;
font-weight:bold;
padding:3px;
float:right;
}
form label
{
font-weight:bold;
color:#663366;
}
.textbox1
{
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #999999;
padding: 0px;
width: 100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #FF99FF;
color:#FFFFFF;
border: 1px solid #333333;
padding:0px;
}
textarea
{
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #999999;
width: 100%;
height: 200px;
}
select
{
padding: 0px;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
width: 100%;
height: 22px;	
}
select.multiple1
{
height: 140px;	
}
/*
NAVIGATION
*/
.menubuttons
{
width:100%;
}
.menubuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons li a
{
display:block;
border-bottom: 1px solid #FF99FF;
color:#996699;
width:100%;
}
.menubuttons li a:hover
{
color:#333333;
}
.menubuttons li.active a
{
background-color:#FF99FF;
color:#FFFFFF;
}

.rightbuttons
{
width:100%;
}
.rightbuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.rightbuttons li a
{
display:block;
background-color:#CCCCCC;
border-bottom: 1px solid #FFFFFF;
color:#666666;
width:100%;
font-weight:bold;
}
.rightbuttons li a:hover
{
background-color:#FF99FF;
color:#000000;
}
.rightbuttons li.active a
{
background-color:#FFFFFF;
color:#FF99FF;
}

#headermenu ul
{
list-style:none;
margin:0;
padding:0;
float:right;
}
#headermenu li
{
float:left;
display:inline;
font-size:0.9em;
}
#headermenu li a
{
border-left: 1px solid #FF99FF;
color:#996699;
font-weight:bold;
padding:2px 4px 2px 4px;
}
#headermenu li a:hover
{
background-color:#FFFFFF;
color:#000000;
}
#headermenu li.active a
{
background-color:#FFFFFF;
color:#FF99FF;
}
/*
PAGE CONTENT
*/
#container
{
width: 760px;
margin: 0px auto;
text-align: left;
background-image:url(../img/line1.gif);
background-repeat:repeat-y;
margin-top:20px;
}
#header
{
position: relative;
width: 760px;
height: 265px;
clear:left;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}
#header h1
{
position:absolute;
bottom:42px;
left:310px;
color:#999999;
background-color:transparent;
font-weight:bold;
font-size:1.7em;
text-align:center;
width:290px;
}
#searchbox
{
width:150px;
position:absolute;
right:3px;
top:30px;
}
#basketsummary
{
width:140px;
position:absolute;
right:7px;
top:105px;
color:#663366;
height:57px;
}
#basketviewbutton
{
position:absolute;
right:0px;
bottom:0px;
}
#headermenu
{
width:571px;
position:absolute;
left:10px;
bottom:5px;
color:#FFFFFF;
border-bottom:1px dotted #AAAAAA;
padding-bottom:2px;
}
#footer
{
position: relative;
clear: both;
width: 760px;
height: 200px;
margin-top: 20px;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
background-position:bottom left;
}
#footertext
{
position:absolute;
width:600px;
height:60px;
left:1px;
text-align:center;
font-size:0.9em;
border-top:1px dotted #AAAAAA;
}
#swishpixel
{
position:absolute;
width:157px;
height:260px;
right:0px;
text-align:center;
font-size:0.8em;
color:#FFFFFF;
}
#swishpixel a
{
font-weight:bold;
color:#FFFFFF;
}
#swishpixel a:hover
{
color:#000000;
}
#right
{
float:right;
width:157px;
}
#content
{
float:left;
width: 570px;
margin-left:10px;
padding: 0px;
min-height:200px;
padding-bottom:20px;
}
* html #content
{
height:200px;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable tr
{
border-bottom:1px solid #FF99FF;
}
.datatable td
{
border-bottom:1px solid #FF99FF;
}
.dataheadings
{
font-weight:bold;
background-color:#FF99FF;
color:#FFFFFF;
}
.datasubheadings
{
font-weight:bold;
font-variant:small-caps;
background-color:#DDDDDD;
color:#333333;
}
.shaded
{
background-color:#EEEEEE;
}
#loginstatus
{
width:100%;
text-align:right;
border-bottom:1px dotted #FF99FF;
margin-bottom:10px;
}
.top
{
float:right;
border:1px solid #FF99FF;
clear:both;
padding:2px;
}
