body{
        margin-bottom: 20px;
        margin-top: 0px;
        background: rgb(45, 45, 45);
        color: #aaaaaa;
        font: 12px verdana, arial, sans-serif;
	scrollbar-base-color:#222222;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color: rgb(204, 204, 255);
}
td	{
	font-size: 12px;
	
}
a, a:link,a:visited,a:active {
        color: rgb(204, 204, 255);
        text-decoration: none;
}
a:hover {
        color: rgb(95, 121, 216);
        text-decoration: none;
}
input, textarea {
	background-color: #555555;
	color: rgb(204, 204, 255);
        font-weight: bold;
	border-color: #bbbbbb #333333 #222222 #CCCCCC;
}
.big	{
        color: rgb(204, 204, 255);
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: left;
}
.mini	{
	font-size: 10px;
}
.navigation {
        color: rgb(204, 204, 255);
        letter-spacing: 3px;
	font-size: 13px;
}
.description {
	font-size: 13px;
}
.copyright {
	background-color: #000000;
	font-size: 11px;
}
.hint	{
	font-size: 11px;
}


/*
   Header part 
   -----------
*/
.header {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#000000', endColorstr='#2d2d2d');
}
.topNavigation {
	font-size: 12px;
}
.topTextfield {
	font-size: 11px;
}

/*
   Index page 
   ----------
*/
.thumbnail {
        padding: 15;
        border: rgb(0, 0, 0) 1px solid;
        background: rgb(35, 35, 35);
        width: 172px;
        height: 197px;
        vertical-align: middle;
}
.currentPage {
	border: 1px solid  rgb(204, 204, 255);
        padding-left: 3px;
        padding-right: 3px;
	font-weight: bold;
}
.ordered {
	border: 3px dotted #ffffff;
}
.notordered {
	border: 2px solid #000000;
}
.caption {
	font-size: 10px;
	font-weight: normal;
}
.section {
	font-size: 10px;
	color: rgb(204, 204, 255);
}

/*
   Fullsize page 
   -------------
*/

.frame	{
	padding: 10px;
	background-color: #666666;
}
.frameborder {
	border-right-color:#2f2f2f;
	border-bottom-color:#3f3f3f;
	border-top-color:#151515;
	border-left-color:#222222;
	border-width:3px;
	border-style:solid;
	padding:0
}
.matte	{
	padding: 0;
}
.matteborder {
	border-width:0;
}
.fullsize_caption {
	font-size: 12px;
}
.itemheader {
	background-color: #333333;
	color: #aaaaaa;
	font-weight: bold;
}
.itemlist {
	background-color: black;
	color: #aaaaaa;
}


/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2pt;
}
.mono	{
	font-family: Courier;
}
.spacer	{
	background-color: #000000;
}
.tableGrad_1 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#000000', endColorstr='#2d2d2d');
}
.tableGrad_2 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#2d2d2d', endColorstr='#000000');
}
.contact {
	align: right;
}
.bottomline {
	border-bottom:1px solid black;
}