/* CSS Document */
*.fuckoff
{
	height: 100%;
}

*.search
{
	font-size: 80%;
}

*.search a
{
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

body
{
	background-color: #eeeeee;
	/*background-color: #ffffff;*/
	cursor: default;
	margin: 0px;
}

a
{
	cursor: pointer;
}

body, table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/***the topmost bar with logo and search***/
table.topmost
{
	width: 100%;
}

#topmost
{
	height: 60px;
	font-size: 80%;
}

#topmost td
{
	background-color: #eeeeee;
}
#topmost td.logo
{
	padding: 0px;
}
#topmost td.middle
{
	color: #ff0000;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border-style:solid;
	border-color: #5376a0;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	vertical-align: middle;
}

#topmost td.right
{
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(images/blue_spot_06.gif);
	background-repeat:repeat-x;
	background-position:center;
}

#topmost td.right #searchbox
{
	border: 1px solid #5376a0;
	height: 1.5em;
}

#topmost td.right #searchbutton
{
	border: 1px solid #5376a0;
	background-image:url(images/search_button_03.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 42px;
	height: 1.5em;
}

/***the general menu***/
table.generalmenu
{
	width: 100%;
	background-color: #000000;
}

#generalmenu
{
	background-color: #000000;
	width: 100%;
}

/***the center image and flash movie***/
#centerimages
{
	border-collapse: collapse;
}

#centerimages td.left, #centerimages td.right
{
	border: 1px solid #ffffff;
	/*border-bottom: 0px;*/
}

/***the categories***/
table.categories
{
	border-collapse: collapse;
	font-size: 80%;
	width: auto;
}

#titles
{
	/*border-top: 1px solid #ffffff;*/
}

#description td.middle, #description td.left, #description td.right
{
	width: 114px;
	border-bottom: 1px solid #ffffff;
}

#description div
{
	font-size: 70%;
	padding: 5px;
	color: #ffffff;
	
}

#description a, #content table.title div.fetext a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content table.title div.fetext a:hover
{
	color: #5376a0;
	text-decoration: none;
	font-weight: bold;
}


#description a:hover
{
	color: #e39b2a;
	text-decoration: none;
	font-weight: bold;
}


table.categories td.middle
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.categories td.right
{
	border-left: 1px solid #ffffff;
}

table.categories #titles td
{
	background-color: #000000;
}

table.categories #titlepic td img
{
	margin-top: 4px;
	margin-bottom: 4px;
}

/***copyright and powered by***/
table.copyright
{
	width: 100%;
}

table.poweredby
{
	width: 100%;
}

#copyright
{
	background-color: #000000;
	color: #ffffff;
	font-size: 75%;
	padding: 4px;
}

#copyright a
{
	color: #9d9d9d;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

#poweredby
{
	background-color: #ffffff;
	padding: 2px;
	text-align:center;
}

/**the mainmenu**/
#mainmenu
{
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #555555;
	width: 100%;
	background-color: #000000;
}

/**the content for products etc.**/
#content
{
	background-color:#5376a0;
	width: 100%;
	font-size: 80%;
}

#content table.title
{
	color: #000000;
	background-color: #E39B2A;
	border-right: 2px solid black;
	font-size: 80%;
	width: 200px;
}

#content table.title th
{
	background-color: #c17908;
	border-bottom: 1px solid #e39b2a;
}

#content table.title td.featured
{
	font-size: 130%;
	font-weight: bold;
	padding: 3px;
	background-color: #c17908;
}

#content table.title td.featured div
{
	margin-left: 1em;
}

#content table.title div.fetext
{
	padding: 5px;
}

#content table.title td.image
{
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

/***subcategories***/
#subcatholder td
{
	width: 50%;
}

#subcat
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	width: 100%;
	margin-top: 30px;
}

#subcat td.cont
{
	width: 100%;
	color: #ffffff;
	padding-left: 5px;
}

#subcat td.cont b 
{
	color: #E39B2A;
	font-size: 130%;
	font-weight: bold;
}

#subcat td.cont div
{
	padding-top: 1em;
}

a.fuckit:link
{
	color: #ffffff;
	text-decoration:none;
}

#subcat td.cont div a:hover
{
	color: #e39b2a;
	text-decoration:underline;
}

#subcat td.cont div a:visited
{
	color: #aaaaaa;
}

/**The Single Product**/
#product 
{
	font-size: 100%;
}

#product td.image, #product td.desc
{
	background-color: #e39b2a;
	color: #000000;
}

#product td.desc
{
	padding: 3px;
}

table.greyBox
{
	font-size:80%;
}

div.greyBox
{
	background-color: #8D96A1;
	padding: 5px;
	width: 300px;
}


div.greyBox li.first
{
	margin-top: 10px;
	list-style-type:none;
	font-weight: bold;
	font-size: 80%;
}

div.greyBox li.second
{
	font-size: 80%;
	margin-left: 2em;
}