/* CSS Document */


body
{
background-color: #0a0a0a;
margin: 30px;
scrollbar-face-color:#212121; 
scrollbar-shadow-color:#3f3f3f; 
scrollbar-arrow-color:#3f3f3f;
scrollbar-highlight-color:#3f3f3ff; 
scrollbar-3dlight-color:#3f3f3f; 
scrollbar-darkshadow-color:#3f3f3f; 
scrollbar-track-color:#3f3f3f;
}


table
{
background-color: #212121;
width: 850px;
height: 600px;
font-family: arial;
font-weight: normal;
color: #c0c0c0;
border-style: solid;
border-width: 15;
border-color: #3f3f3f;
table-layout: fixed;
}


table.shop
{
background-color: #212121;
width: 720px;
font-family: arial;
font-weight: normal;
font-weight: 80%;
color: #c0c0c0;
border-width: 0;
table-layout: fixed;
}

td.shop
{
height: 100px;
font-size: 90%;
}

td.shoptext
{
font-size: 90%;
}

div.shop
{
width:750px;
height:270px;
overflow: auto;
text-align: center;
padding: 5px;
}

div.shop_l
{
width:750px;
height:230px;
overflow: auto;
text-align: center;
padding: 5px;
}

td
{
border-style: dotted;
border-width: 0;
border-color: #3f3f3f;
}

td.thumbs
{
height: 60;
width: 400;
font-family: arial;
font-weight: normal;
font-size: 75%;
}

td.pm
{
height: 60;
width: 450;
margin-right: 5px;
}


td.aa
{
height: 30;
width: 400;
}

td.links
{
height: 30;
width: 450;
font-size: 75%;
text-align: right;
margin-right: 5px;
}

td.about
{

font-size: 85%;
margin-right: 5px;
}


div
{
width:750px;
height:420px;
overflow: auto;
text-align: left;
padding: 5px;
}

img
{
border: 0px;
vertical-align: bottom;

}




/*Links*/


a:link
{
color: #3f3f3f;
font-weight: ;
text-decoration: none;
border: none;
}

a:visited
{
color: #3f3f3f;
font-weight: ;
text-decoration: none;
}

a:hover
{
color: #ffffff;
font-weight: ;
text-decoration: none;
}

a:active
{
color: #ffffff;
font-weight: ;
text-decoration: none;
}
