/* CSS Document */

/* HTML Elements */
body {
font-family: Trebuchet MS, Arial, Verdana;
font-size: 80%;
color: #000;
background:#fff;
text-align:center;
padding: 0;
margin: 0;
}
a {
color: #096aa7;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #036; 
text-decoration: underline;
}
h2 {color: #263354; font-weight: bold; font-size: 200%;}
h3 {color: #263354; font-weight: bold; font-size: 150%;}

.thumbnail span{ /*CSS for enlarged image*/
display: none
}

#container
{
margin: 0 auto;
width: 780px;
text-align: left;
}

#header 
{
display: none
}

#left_content, #nav
{
display: none;
}

#right_content h2 {padding: 0 0 10px 0; margin: 0;color: #263354; font-weight: bold; font-size: 200%;}


#footer
{
margin-top: 20px;
padding: 5px 0 20px 20px;
color: #000;
font-size: 110%;
text-align:center
}

#footer p{padding: 5px 0 5px 0}

#footer img {
float: left;
margin-top: 4px;
margin-right: 10px;
}

#footer a {
color: #fff;
text-decoration: underline
}

#footer a:hover {
color: #fff;
text-decoration: none
}

.products table
{
border: 1px solid #999;
margin:0 0 5px 0; 
padding:0px;
border-collapse: collapse; 
width: 100%;
font-size: 100%;
}

.products thead {
background: #999;

}

.products td  {
padding: 5px;
text-align: center;
}

.products th {
padding: 5px; 
color: #fff; 
text-align: center;
}

.products th span {font-size: 100%}
.products .pname {text-align: left;font-size: 100%}
.products .pname h3{text-transform:uppercase; padding: 0; margin: 0;}
.products .pname p{}
.products .pref {width: 50px;border-left: 1px solid #999;}
.products .psize {width: 40px;}
.products .pprice {width: 50px;}
.products .pqty {width: 50px;}

.products .pcap {width: 260px;}
.products .ucap {width: 160px;}
.products .pweight {width: 80px;}

.sizes caption, .colour caption, .products caption
{
font-size: 180%;
font-weight: bold;
margin-bottom: 10px;
}

.sizes
{
text-align: center;
}

.sizes table
{
border: 1px solid #999;
margin:0 0 5px 0; 
padding:0px;
border-collapse: collapse; 
font-size: 100%;
}

.sizes thead {
background: #999;
}

.sizes td  {
padding: 5px;
text-align: center;
}

.sizes th {
padding: 5px; 
color: #fff; 
text-align: center;
}

.sizes span {
font-size: 70%
}

.colour table
{
border: 1px solid #999;
margin:0 0 5px 0; 
padding:0px;
border-collapse: collapse; 
font-size: 100%;
width: 90%;
}

.colour td  {
padding: 5px;
text-align: center;
text-transform:uppercase; 
}

.row1 {background: #FFF; border: 1px solid #999;}
.row2 {background: #EDEDED; border-left: 1px solid #999; border-right: 1px solid #999;}
.row3 {background: #CCC; border-top: 1px solid #999; font-style:italic;}
.btt {display: none;}
#right {text-align: right; width: 540px;}
.date {font-size: 90%; color: #666;}
.img_left {float: left}
.visres { border: 1px solid #ccc; background: #ededed; padding: 10px; }