/* CSS Document
Style Sheet for accessblinds.com */
<style type="text/css">

ul
{
float:none;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.menu:link
{
border-style: solid;
border-width: 1px;
border-color:#888888 #888888 #888888 #888888; 
float:none;
width:5px;
text-decoration:none;
color:black;
background-color:#5C91C9;
padding:5px 30px;
}
a.menu:visited
{
border-style: solid;
border-width: 1px;
border-color:#888888 #888888 #888888 #888888; 
float:none;
width:5px;
text-decoration:none;
color:black;
background-color:#5C91C9;
padding:5px 30px;
}

a.menu:hover
{
background-color:black;
color:white;
}

a
{

border-style: solid;
border-width: 1px;
border-color:#888888 #888888 #ffffff #888888; 
float:none;
width:6em;
text-decoration:none;
color:black;
background-color:#5C91C9;
padding:0.2em 0.6em;

/* border-right:1px solid white; */
}
a:hover
{
background-color:black;
color:white;

}

li {display:inline}

a.menu:active
{
font-weight:bold;
}

ul.submenu
{
float:none;
width:80%;
padding:0;
margin:0;
list-style-type:none;
}
a.submenu
{
font-size: smaller;
border:1px solid gray;
text-decoration: none;
}

a.goliath
{
text-decoration:none;
border:none;
color:#000000;
outline:none;
}
a.goliath:hover
{
text-decoration:none;

border:none;
outline:none;
}

img.goliath
{
border:none;
background:none;
outline:none;
}
a.standard
{
width: auto;
padding:0em 0em;
/* font-size: normal; */
border:none;
text-decoration: underline;
background-color:white;
color: blue;
}

a.standard:hover
{
/* font-size: normal; */
border-style: none;
border:none;
text-decoration: underline;
background-color:white;
color: blue;
}
p.first:first-letter 
{
color: #0000ff;
font-size:xx-large
}

td.summary_row
{
background-color:#FFFFFF;
border-bottom-width:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
border-top-width:1px;
border-top-color:#000000;
border-top-style:solid;

}

.basket_text
{
line-height:160%;
}

table.basket
{
border-collapse:collapse;
font-size:12px;
}

td.basket_row
{
background-color:#FFFFFF;
border-bottom-width:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
height:4px; line-height:4px;
}

td.basket_total_row 
{
background-color:#FF7F00;
font-weight:bold;
border-bottom-width:3px;
border-bottom-color:#000000;
border-bottom-style:double;
border-top-width:3px;
border-top-color:#000000;
border-top-style:double;
}

td.basket_header_row
{
background-color:#5C91C9;
font-weight:bold;
border-bottom-width:3px;
border-bottom-color:#000000;
border-bottom-style:double;
border-top-width:3px;
border-top-color:#000000;
border-top-style:double;
}




</style>