﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
}
a:link, a:visited {
	color: #0058ee;
}
a:hover {
	color: #ff9900;
}
#main-body {
	width: 62em;
	margin: 30px auto 30px auto;
	padding: 0;
	font-size: 12px;
	z-index: 2;
	line-height: 1.5em;
}
#content {
	width: 40em;
	z-index: 2;
	position: relative;
	bottom: 0;
	float: left;
	padding-right: 2em;
	border-right: 2px solid #eeeeff;
}
#contentWhy {
	width: 58em;
	z-index: 2;
	bottom: 0;
	float: left;
	padding-right: 2em;
	border-right: 2px solid #eeeeff;
}
#sidebar {
	padding-left: 2em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#news {
	padding-bottom: 0;
	margin-bottom: -1em;
	padding-left: 2em;
	bottom: 0;
	line-height: 1.5em;
}
#newswhite {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	background: #ff9900 url(../images/news-back.gif) repeat-x;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: white;
}
#newsgray {
	font-size: 11px;
	padding: 6px;
	background-color: #f6f6ff;
}
#newsgray input, editfield {
	font-size: 90%;
	margin-top: 6px;
}
.factbox {
	border: 1px dotted #ACE1FF;
	color: black;
	padding: 10px;
	background: #EAF8FF;
	font-size: 90%;
}
.factbox2 {
	border: 1px dotted #dddddd;
	color: black;
	padding: -2px;
	background: #ffffcc;
}
#whitebox {
	border: #ff9900 dotted 2px;
	padding: 15px;
	background: #fff;
}
#whitebox2 {
	border: #007DC9 dotted 2px;
	padding: 15px;
	background: #fff;
}
.marker {
	background-color: #FFF6C2;
}
#footer2 {
	background: #eeeeff;
}
a#order_button:link, a#order_button:active, a#order_button:visited {
	display: block;
	width: 222px;
	height: 57px;
	background-image: url('../images/order-now.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#order_button:hover {
	background-position: -222px;
}
a#download_button:link, a#download_button:active, a#download_button:visited {
	display: block;
	width: 222px;
	height: 57px;
	background-image: url('../images/download-button.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 1em;
}
a#download_button:hover {
	margin-bottom: 1em;
	background-position: -222px;
}
a#download_button_top:link, a#download_button_top:active, a#download_button_top:visited {
	display: block;
	width: 222px;
	height: 28px;
	background-image: url('../images/download-button-top.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 1em;
}
a#download_button_top:hover {
	margin-bottom: 1em;
	background-position: -222px;
}
a#big_order_button:link, a#big_order_button:active, a#big_order_button:visited {
	display: block;
	width: 480px;
	height: 57px;
	background-image: url('../images/bigorderbutton.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 1em;
}
a#big_order_button:hover {
	background-position: -480px;
	margin-bottom: 1em;
}
a#big_download_button:link, a#big_download_button:active, a#big_download_button:visited {
	display: block;
	width: 480px;
	height: 57px;
	background-image: url('../images/bigdownloadbutton.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 1em;
}
a#big_download_button:hover {
	background-position: -480px;
	margin-bottom: 1em;
}
.imgmargin {
	margin-top: 30px;
	margin-bottom: 30px;
}
.siteNavBracket {
	width: 100%;
	margin: 0 auto 0 auto;
	background: transparent url(../images/navi-back-blue.gif) top left repeat-x;
}
#siteNav {
	width: 61em;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
}
#siteNav ul {
	list-style: none;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#siteNav li {
	float: left;
	position: relative;
	background: #ff9900;
	top: 0;
	left: 0;
}
#siteNav li a {
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	text-transform: capitalize;
}
#siteNav li.current a {
	margin-bottom: 0;
}
#siteNav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#siteNav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#siteNav li ul li ul {
	position: relative;
}
#siteNav li ul li {
	width: 175px;
}
#siteNav li > ul {
	top: auto;
	left: auto;
}
#siteNav li:hover ul {
	display: block;
	z-index: 100;
}
#siteNav li.current ul {
	padding-bottom: 0px;
}
#siteNav li {
	font-size: 11px;
	text-align: center;
}
#siteNav li li {
	text-align: left;
}
#siteNav li li li {
	text-indent: 10px;
}
#siteNav a {
	text-decoration: none;
	display: block;
}
#siteNav li {
}
#siteNav li a:link, #siteNav li a:visited {
	background: #0058ee url(../images/navi-back-blue.gif) top left repeat-x;
	color: #4482C0;
	font-weight: bold;
}
#siteNav li a:hover {
	background: #2E79F9 url(../images/navi-back-blue-hover.gif) top left repeat-x;
	color: #fff;
}
#siteNav li.current a:link, #siteNav li.current a:visited {
	background: #fff url(../images/navi-back-blue-active.gif) top left repeat-x;
	color: #4482C0;
}
#siteNav li ul, #siteNav li.current ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#siteNav li ul li ul, #siteNav li.current ul li ul {
	border: 0;
}
#siteNav li ul li a:link, #siteNav li ul li a:visited, #siteNav li.current ul li a:link, #siteNav li.current ul li a:visited {
	background: #f6f6ff top left repeat-x;
	font-weight: normal;
	color: #0058EE;
	border-bottom: 1px solid #fff;
}
#siteNav li ul li a:hover, #siteNav li.current ul li a:hover {
	background-color: #0058EE;
	color: #fff;
}
#siteNav li li li a:link, #siteNav li li li a:visited, #siteNav li.current li li a:link, #siteNav li.current li li a:visited {
	background-image: none;
	color: #58879b;
}
#siteNav li.over {
	color: yellow;
	border: 1px solid red;
}
.rightNavBracket {
	margin: 0 auto 0 auto;
	background: transparent;
	padding-left: 2em;
}
#rightNav {
	margin: 0;
	padding: 0;
	background: transparent;
}
#rightNav ul {
	list-style: none;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#rightNav li {
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
}
#rightNav li a {
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	border-top: 1px solid white;
}
#rightNav li ul {
	list-style: none;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#rightNav li ul.active {
	list-style: none;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#rightNav li ul li ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#rightNav li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#rightNav li > ul {
	list-style: none;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
}
#rightNav li:hover ul {
	list-style: none;
	display: block;
	z-index: 100;
}
#rightNav li {
	font-size: 11px;
	text-align: left;
}
#rightNav li li {
	text-align: left;
}
#rightNav li li li {
	text-indent: 10px;
}
#rightNav a {
	text-decoration: none;
	display: block;
}
#rightNav li a:link, #rightNav li a:visited {
	background: #f6f6ff;
	padding-left: 28px;
	color: #0058ee;
}
#rightNav li a:link.group, #rightNav li a:visited.group {
	background: #eeeef6 url(../images/group-background.gif) bottom left repeat-x;
	padding-left: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #0058ee;
}
#rightNav li a:hover {
	background: #FFEFDE;
}
#rightNav li a:hover.group, #rightNav li a:hover.opengroup {
	background: #FFEFDE url(../images/group-background.gif) bottom left repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#rightNav li a.open {
	background: #ACE1FF;
	font-weight: bold;
	color: #000;
}
#rightNav li a.opengroup {
	background: #eeeef6 url(../images/group-background.gif) bottom left repeat-x;
	padding-left: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#rightNav li a.activeopengroup {
	background: #ACE1FF url(../images/group-background.gif) bottom left repeat-x;
	font-weight: bold;
	padding-left: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}
#rightNav li ul, #rightNav li.current ul {
}
#rightNav li ul li ul, #rightNav li.current ul li ul {
	border: 0;
}
#rightNav li ul.active li a:link, #rightNav li ul.active li a:visited, #rightNav li.current ul.active li a:link, #rightNav li.current ul.active li a:visited {
	background: #f6f6ff;
	color: #0058EE; /* border-left: 2px solid #eeeef6; border-right: 2px solid #eeeef6; */
}
#rightNav li ul li a:link, #rightNav li ul li a:visited, #rightNav li.current ul li a:link, #rightNav li.current ul li a:visited {
	background: #f6f6ff;
	color: #0058EE; /* border-left: 2px solid #eeeef6; border-right: 2px solid #eeeef6; */
}
#rightNav li.current ul.active li a:hover, #rightNav li ul.active li a.active, #rightNav li ul.active li a.active:hover {
	background-color: #ACE1FF;
	color: #000;
}
#rightNav li ul.active li a:hover {
	background-color: #FFEFDE;
}
#rightNav li ul li a:hover, #rightNav li.current ul li a:hover, #rightNav li ul li a.active {
	background-color: #FFEFDE;
}
#rightNav li ul li a.active {
	background-color: #ACE1FF;
	color: #000;
	font-weight: bold;
}
.siteNav2Bracket {
	width: 100%;
	margin: 0 auto 0 auto;
	background: transparent url(../images/navi-back-blue.gif) top left repeat-x;
}
#siteNav2 {
	width: 61em;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
}
#siteNav2 ul {
	list-style: none;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#siteNav2 li {
	float: left;
	position: relative;
	background: #ff9900;
	top: 0;
	left: 0;
}
#siteNav2 li a {
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	text-transform: capitalize;
}
#siteNav2 li.current a {
	margin-bottom: 0;
}
#siteNav2 li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#siteNav2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#siteNav2 li ul li ul {
	position: relative;
}
#siteNav2 li ul li {
	width: 175px;
}
#siteNav2 li > ul {
	top: auto;
	left: auto;
}
#siteNav2 li:hover ul {
	display: block;
	z-index: 100;
}
#siteNav2 li.current ul {
	padding-bottom: 0px;
}
#siteNav2 li {
	font-size: 11px;
	text-align: center;
}
#siteNav2 li li {
	text-align: left;
}
#siteNav2 li li li {
	text-indent: 10px;
}
#siteNav2 a {
	text-decoration: none;
	display: block;
}
#siteNav2 li {
}
#siteNav2 li a:link, #siteNav2 li a:visited {
	background: #0058ee url(../images/navi-back-blue.gif) top left repeat-x;
	color: #4482C0;
	font-weight: bold;
}
#siteNav2 li a:hover {
	background: #2E79F9 url(../images/navi-back-blue-hover.gif) top left repeat-x;
	color: #fff;
}
#siteNav2 li.current a:link, #siteNav2 li.current a:visited {
	background: #fff url(../images/navi-back-blue-active2.gif) top left repeat-x;
	color: #4482C0;
}
#siteNav2 li ul, #siteNav2 li.current ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#siteNav2 li ul li ul, #siteNav2 li.current ul li ul {
	border: 0;
}
#siteNav2 li ul li a:link, #siteNav2 li ul li a:visited, #siteNav2 li.current ul li a:link, #siteNav2 li.current ul li a:visited {
	background: #f6f6ff top left repeat-x;
	font-weight: normal;
	color: #0058EE;
	border-bottom: 1px solid #fff;
}
#siteNav2 li ul li a:hover, #siteNav2 li.current ul li a:hover {
	background-color: #0058EE;
	color: #fff;
}
#siteNav2 li li li a:link, #siteNav2 li li li a:visited, #siteNav2 li.current li li a:link, #siteNav2 li.current li li a:visited {
	background-image: none;
	color: #58879b;
}
#siteNav2 li.over {
	color: yellow;
	border: 1px solid red;
}
#header {
	padding: 0;
	width: 100%;
	background: #2A96BB url(../images/header-back.gif);
}
#logo {
	width: 62em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#contentWhy h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
}
#contentWhy h3 a {
	border: none;
}
#contentWhy p {
	margin: 0 0 20px 0;
}
#contentWhy div.entry {
	margin: 0;
}
#contentWhy div.entry h1 {
	margin: 0 0 .4em 0;
	padding: 4px 0 0 40px;
	background: transparent url(../images/supportface1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	height: 46px;
	vertical-align: bottom;
	color: #000;
	border: none;
}
#contentWhy div.entry h1.one {
	background: transparent url(../images/supportface1.gif) no-repeat;
}
#contentWhy div.entry h1.one {
	background: transparent url(../images/supportface1.gif) no-repeat;
}
#contentWhy div.entry h1.two {
	background: transparent url(../images/supportface2.gif) no-repeat;
}
#contentWhy div.entry h1.three {
	background: transparent url(../images/supportface3.gif) no-repeat;
}
#contentWhy div.entry h1.four {
	background: transparent url(../images/supportface4.gif) no-repeat;
}
#contentWhy div.entry h1.five {
	background: transparent url(../images/supportface5.gif) no-repeat;
}
#contentWhy div.entry h1.six {
	background: transparent url(../images/supportface6.gif) no-repeat;
}
#contentWhy div.entry h1.seven {
	background: transparent url(../images/supportface7.gif) no-repeat;
}
#contentWhy div.entry h3 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	border: none;
}
#contentWhy div.entry h2, #content div.entry h3, .header {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	border: none;
}
#contentWhy div.entry p.posted {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #dbd5c5;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
}
#content h3 a {
	border: none;
}
#content p {
	margin: 0 0 20px 0;
}
#content div.entry {
	margin: 0;
}
#content div.entry h1 {
	margin: 0 0 .4em 0;
	padding: 4px 0 0 40px;
	background: transparent url(../images/supportface1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	height: 46px;
	vertical-align: bottom;
	color: #000;
	border: none;
}
#content div.entry h1.one {
	background: transparent url(../images/supportface1.gif) no-repeat;
}
#content div.entry h1.one {
	background: transparent url(../images/supportface1.gif) no-repeat;
}
#content div.entry h1.two {
	background: transparent url(../images/supportface2.gif) no-repeat;
}
#content div.entry h1.three {
	background: transparent url(../images/supportface3.gif) no-repeat;
}
#content div.entry h1.four {
	background: transparent url(../images/supportface4.gif) no-repeat;
}
#content div.entry h1.five {
	background: transparent url(../images/supportface5.gif) no-repeat;
}
#content div.entry h1.six {
	background: transparent url(../images/supportface6.gif) no-repeat;
}
#content div.entry h1.seven {
	background: transparent url(../images/supportface7.gif) no-repeat;
}
#content div.entry h3 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	border: none;
}
#content div.entry h2, #content div.entry h3, .header {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	border: none;
}
#content div.entry p.posted {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #dbd5c5;
}
#sidebar h3 {
	margin: 25px 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ff9900;
	display: block;
}
#sidebar p {
	margin: 0;
	padding: 0;
}
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	font-size: 11px;
	background: #f6f6ff;
	text-align: center;
	line-height: 1.5em;
}
#footer-inner {
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
a img {
	border: none;
}
table.softfeatures {
	margin: 1px;
	background-color: white;
}
table.softfeatures td {
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
table.softfeatures td p {
	display: block;
	color: black;
	padding: 2px 2px 2px 8px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6FF;
	text-decoration: none;
}
table.softfeatures td h4 {
	display: block;
	background-color: #007DC9;
	color: white;
	padding: 8px;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.featuretable {
	background-color: #F6F6FF;
	color: #000;
	font-size: 90%;
	font-family: Verdana,Arial, Helvetica;
	text-decoration: none;
	padding: 8px;
}
.featuretablehead {
	margin-bottom: 0px;
	background-color: #C1E8FF;
	color: #000;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica;
	text-decoration: none;
	padding: 8px 4px 8px 4px;
}
table.ibpfeat td p {
	display: block;
	color: white;
	width: 145px;
	height: 14px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff9900;
	border-left-style: solid;
	border-left-color: #ACE1FF;
	border-left-width: 20px;
	text-decoration: none;
}
.whitebox {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
}
.faq {
	margin: 0 0 30px 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.zitatbox {
	background: #f6f6ff;
	padding: 20px;
	border-top: solid 1px #eeeeff;
}
.zitatbox i {
	font-size: 80%;
	line-height: 0.5em;
}
.zitatbox img {
	float: left;
	border: 2px solid #fff;
	margin-right: 23px;
}
.zitatbox2 {
	background: #f6f6ff;
	padding: 20px;
	border-top: solid 1px #eeeeff;
}
.zitatbox2 i {
	font-size: 80%;
	line-height: 0.5em;
}
a.testimonials {
	text-align: center;
	font-size: 80%;
	color: #999999;
}
.customer {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #333;
	padding-top: 10px;
	border-top: dotted 1px #aaa;
}
.topcustomer {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #333;
}
.kl {
	color: #000000;
	font: 9px verdana,Arial,Helvetica;
}
.maindownload, td a.maindownload {
	font: 18px verdana,Arial,Helvetica;
	display: block;
	background: #007DC9;
	padding: 8px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
.maindownload, td a.maindownload:hover {
	font: 18px verdana,Arial,Helvetica;
	display: block;
	background: #0058ee;
	padding: 8px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
.ftabelle {
	color: #000;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica;
}
.tabelle {
	color: #000;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica;
	text-decoration: none;
}
#bestseller {
	position: absolute;
	left: 455px;
	top: -20px;
	height: 62px;
	width: 62px;
	background: #000000;
	z-index: 1000;
}
#guaranteed {
	position: absolute;
	left: 455px;
	top: -20px;
	height: 96px;
	width: 96px;
	background: #ff0000;
	z-index: 1000;
}
#footerfixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	z-index: 800;
}
#footerfixed {
	border-top: 1px solid #B7B7B7;
	background: #ffffcc;
}
#footercontainer {
	margin: auto;
	width: 600px;
}
.footdown {
	height: 30px;
	float: left;
	padding-top: 4px;
	padding-left: 2px;
	text-align: center;
	background-position: 0px 0px;
}
.footdown a, .footdown a:link, .footdown a:active, .footdown a:visited {
	padding-left: 44px;
	height: 30px;
	display: block;
	padding-top: 12px;
	font-size: 12px;
	background-position: 0px -42px;
}
.footdown a {
	background: url(../images/down-footer.gif) no-repeat;
}
.footdown a:hover {
	background: url(../images/down-footer.gif) no-repeat 0px 0px;
}
.footdown2 {
	height: 30px;
	padding-top: 4px;
	padding-left: 2px;
	text-align: center;
	background-position: 0px 0px;
}
.footdown2 a, .footdown a:link, .footdown a:active, .footdown a:visited {
	padding-left: 44px;
	height: 30px;
	display: block;
	padding-top: 12px;
	font-size: 12px;
}
a#buynow_button_top2:link, a#buynow_button_top2:active, a#buynow_button_top2:visited { display: block; width: 155px; height: 28px; background-image: url('../images/buynow-button-tops.gif'); background-repeat: no-repeat; text-indent: -9999px; margin-bottom:1em}
a#buynow_button_top2:hover {  margin-bottom:1em; background-position: -155px; }


