/**************************** Global *****************************/
body {
	color: #333333;
	background: url(/images/background.gif) #D3D3D3;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	color: #555674;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 12pt;
}

h2 {
 font-size: 11pt;
}

p, label, th, td {
	font: normal 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
}

p {
	/*text-align: justify;*/	
}

a:link {
	color: #000080;
}

ul, li {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.InlineImage {
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
	clear: both;
}

.MiddleButton {
	vertical-align: middle;
}


/**************************** Header *****************************/

#SearchTextBox {
	border: 0px none #FF0000;
	padding: 2px 4px;
	margin: 0px;
	color:#555674;
	background: url(/images/content/search-textbox-background.png);
	font-weight: bold;
	width: 181px;
	height: 19px;
	vertical-align: middle;
}

/**************************** Content *****************************/
#Body {
	background: #FFFFFF;
	width: 960px;
}

/**************************** Footer *****************************/
#Footer * {
	color: #C0C0C0;
	font: normal 10pt Arial,Helvetica,sans-serif;
	text-align: center;
}


/**************************** Column *****************************/
.Column .Header {
	color: #FFFFFF;
	font: bold 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
}

.Column .Content *, .Column .Content {
	font: normal normal normal 9pt Arial,Helvetica,sans-serif;
	text-align: justify;
}

/**************************** Tabs *****************************/
.Tabs .FirstTabLeft {
	background: url(/images/first-tab-left.gif) no-repeat;
	width: 7px;
}

.Tabs .TabCenter, .Tabs .TabLeft, .Tabs .FirstTabLeft {
	height: 29px;
}

.Tabs .TabCenter {
	padding: 0px 8px;
	color: #FFFFFF;
	background: url(/images/tab-center.gif);
	font: bold 12px Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
	vertical-align: middle;
}

.Tabs .TabLeft {
	background: url(/images/tab-left.gif) no-repeat;
	width: 11px;
}

.Tabs .TabCenter a:visited {
	color: #000080;
}

/**************************** SpecialProducts *****************************/
#SpecialProducts {
	width: 100%;
}

#SpecialProducts .Price {
	color: #E31A1A;
	font: bold 110% Arial,Helvetica,sans-serif;
}

#SpecialProducts .Model {
	border-bottom: 1px dotted #000000;
	margin-bottom: 0;
	color: #555673;
	font: bold normal normal 100% Arial,Helvetica,sans-serif;
	width: 90%;
}

#SpecialProducts .Description {
	text-align: left;
}

#SpecialProducts td {
	padding: 8px;
}

#SpecialProducts .Image {
	float: right;
}

/**************************** Registration *****************************/
.Wrong {
	color: #FF0000;
}

/**************************** Pager *****************************/
.Pager td {
	font: normal 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
	padding: 2px;
}

.Pager a {
	color: #000000;
	text-decoration: none;
}

.Pager a:visited,.Tabs .TabCenter a,.Pager a:link {
	text-decoration: none;
}

/**************************** Hint *****************************/
p.Hint,
.Additional
{
	margin: 0 0 0.8em 0;
	font: normal 90% Verdana,Geneva,Arial,Helvetica,sans-serif;	
}

h1.Hint {
	margin: 0 0 0.2em 0;
	font: bold 80% Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/**************************** PrinterMarks *****************************/
.PrinterMarks td {
	font: bold 80% Verdana,Geneva,Arial,Helvetica,sans-serif;
	height: 40px;
	text-align: center;
}

.PrinterMarks td a:visited {
	color: #000000;
}