@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background:url(/images/fog.jpg) repeat-x #FFF;
}

img {border: 0; }

.floatleft {float:left; margin:0px 50px 0px 50px;}
.floatright {float:right; margin:0px 50px 0px 50px;}

.smalltext {font-size: 11px;}

a{
	text-decoration: none;
	color: #375DcD;
}
a:hover {color: #E25828;}

.navlink {
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 15px;
	font-size: 12px;
	text-align:right;
	background-image:url(/images/design/bg_menu.png);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align: middle;
}

.navlink:hover {
	background: #DCDCDC;
	color: #E25828;
	background-image:url(/images/design/bg_menu3.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
}

#selnav {
	background: #DCDCDC;
	color: #E25828;
	background-image:url(/images/design/bg_menu3.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
}

#selbuy {
	color: #E25828;
	font-weight: bold;
}

#selnavbot {
	font-weight: bold;
}

.title {
	padding: 0px;
	color: #336699;
}

.lang {
	font-size: 10px;
	color: #000000;
	text-align:right;
	text-transform:uppercase;
}

.HeaderLeft {
	background: no-repeat 8px #F4F6FA;
	padding-left: 48px;
	font-weight: bold;
	color: #E25828;
	height: 40px;
	vertical-align: middle;
}

.sides {width: 200px;}

.price {
	color: #E25828;
	font-weight: bold;
}

.priceold {
	text-decoration: line-through;
	
	font-weight: bold;
}

#blue {
	color: #003399;
}

.padder {padding: 10px 10px 10px 10px;}

.list1 {
	background: #F4F6FA;
	font-size:11px;
	padding-left: 10px;
	height: 24px;
	vertical-align: middle;
}
.list2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	background-color:#DCDCDC;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	color: #666;
}

#note {
	color:#666666;
	font-size: 14px;
	font-weight:normal;
	font-variant:small-caps;
}

.note {
	color:#999;
	font-size: 14px;
	font-weight:normal;
}

#buytable {
	width: 75%;
	font-weight: bold;
}

#download {
	background-image: url(/images/design/download.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 28px;
}

#usd {
	background-image: url(/images/design/cart.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 28px;
}

#eur {
	background-image: url(/images/design/cart.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 28px;
}

#free {
	background-image: url(/images/design/free.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 28px;
}

#more {
	background-image: url(/images/design/more.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 28px;
}

#buy0 {background-color:#CAD7E8; color: #E25828; font-weight:bold; padding-left: 8px}
#buy1 {background-color:#DAE2EF;}
#buy2 {background-color:#EBEFF7;}
#buy3 {background-color:#FAFAFF;}

.markyes { background: url(/images/yes.jpg) center center no-repeat; }
.markno { background: url(/images/no.jpg) center center no-repeat; }

