/* CSS Document */

body
{
margin:0;
background:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.7em;
line-height:1.4em;
background:#39293a;
text-align:left;
}

#wrapper
{
background:#f8f8ef;
margin:auto;
width:860px;
padding:0 1px;
}


#header
{
width:860px;
height:200px;
margin:0;
padding:0;
}


/*navigation*/



.navigation
{
width:780px;
padding:0 0 0 80px;
text-align:left;
color:#39293a;
margin:0;
background:#ccc;
font-size:1.2em;
}

ul
{
list-style-type:none;
padding:15px 0;
margin:0;
}

ul li
{
display:inline;
}

ul li a:link,
ul li a:visited
{
color:#39293a;
text-decoration:none;
margin-right:30px;
padding:0;
}

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






.clear
{
clear:both;
}



.line
{
clear:both;
border-top:dotted 1px #39293a;
margin:20px 0;
}


.smallText
{
font-size:.7em;
color:#666;
padding-bottom:10px;
}



#content
{
width:700px;
padding:40px 80px 40px 80px;
text-align:left;
background:url(../images/contentBack.gif) top right no-repeat;
}


h1
{
color:#39293a;
font-size:1.8em;
margin:16px 0;
font-weight:normal;
}

h2
{
color:#39293a;
font-size:1.4em;
font-weight:normal;
}

p
{
color:#666;
font-size:1.2em;
line-height:1.4em;
}


p a:link,
p a:visited
{
color:#39293a;
text-decoration:none;
}

p a:hover
{
text-decoration:underline;
}







.galleryItem,
.galleryItemRight
{
width:160px;

float:left;
margin-right:20px;
}

.galleryItemRight
{
margin-right:0;
}



.thumbs
{
width:150px;
height:150px;
margin-bottom:10px;
float:left;
border:5px solid #fff;
background:#eaeaea;
}
a.gallery:link,
a.gallery:visited
{
display:block;
width:150px;
height:150px;

text-decoration:none;
}

.thumbs img
{
border:0;
}










table.table
{
color:#666;
font-size:1em;
margin:20px 0 20px 0;
border:solid 1px #666;
background:#fff;
border-bottom:none;
border-right:none;
}

table.table td
{

padding:10px;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
border-bottom:solid 1px #666;
border-right:solid 1px #666;
}

table.table tr.total td
{
color:#fff;
font-size:1.4em;
padding:10px;
font-size:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
background:#39293a;
}


table.table tr.tops td
{
color:#39293a;
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
}








.addToBasket
{
border:0;
background:0;
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
}





a.removeButton:link,
a.removeButton:visited
{
display:block;
text-align:center;
background:#a00;
color:#fff;
text-decoration:none;
width:16px;
height:16px;
line-height:16px;
}


.hidden_row {
	display: none;
}

