﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	/*background-image: url(../i/background.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
}
a
{
	color: #039;
	text-decoration: underline;
}
a:hover
{
	color: #c33;
	text-decoration: none;
}
a img
{
	/*border-width: 0;*/
	border: none;
	text-decoration: none;
}
em
{
    font-weight: bold;
    font-style: normal;
}
#header
{
	background-color: #333;
	height: 100px;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header div.linksOnTop
{
	padding: 0px 5px 0px 5px;
	color: #fff;
	background-color: #666;
	border-bottom: solid 1px #000;
	font-size: xx-small;
	position: relative;
	height: 20px;
}
#header div.linksOnTop a
{
	color: #fff;
}
#header div.linksOnTop div.leftSide
{
	position: absolute;
	left: 5px;
}
#header div.linksOnTop div.rightSide
{
	position: absolute;
	right: 55px;
}
#header div.languageSelector
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #fff;
	height: 20px;
	border-right: solid 1px #333;
	border-left: solid 1px #333;
}

#headerContent
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#headerContent h2
{
	position: absolute;
	top: 25px;
	left: 200px;
	line-height: 30px;
	font-size: x-large;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}
.logo
{
	position: absolute;
	top: 5px;
	left: 15px;
}
#header div.searchBox
{
	padding: 2px 2px 2px 5px;
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
	font-size: x-small;
	width: 200px;
	text-align: left;
	
	position: absolute;
	top: 30px;
	right: 0px;
}
#searchBox 
{
	position: absolute;
	top: 0px;
	right: 244px;
	text-align: left;
	background-color: #fff;
	/*background-color: #666;*/
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;*/
	/*margin: 0;
	padding: 0;*/
	width: 200px;
	/*height: 25px;*/
	/*padding: 10px 10px 10px 10px;*/
	height: 20px;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
#searchBox .tbSearchBox
{
	font-size: 9pt;
	border: none;
	/*border-right: solid 1px #000;*/
	margin: 0;
	padding: 0;
	height: 20px;
	width: 160px;
	/*width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;*/
	/*position: absolute;
	top: 7px;
	left: 9px;*/
	/*background: #fff;*/
	/*width: 200px;*/
	/*width: 175px;*/
	/*height: 22px;*/
	/*font-size: 10pt;*/
	/*border-width: 0px;*/
	/*padding-top: 3px;*/
	/*border: solid 1px #000;
	padding: 3px 3px 3px 3px;*/
}
#searchBox .imgBtnSearchBox
{
	position: absolute;
	right: 0px;
	top: 0px;
	/*
	right: 0px;*/
	/*width: 75px;
	background-color: #666;
	color: #fff;
	border: solid 1px #000;*/
	/*position: absolute;
	top: 7px;
	left: 250px;
	padding: 3px 3px 3px 3px;*/
}


span.price
{
    color: #f00;
    font-weight: bold;
    font-size: 12px;
}

#navInfo
{
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	width: 205px;
}

#navInfo a
{
	color: #000;
	text-decoration: none;
}

#navInfo a:hover
{
	text-decoration: underline;
}
td.totalname
{
     font-weight:bold;
     }

    
td.totalsum
{
    font-weight: bold;
    /*border-top: dotted 1px #666;*/
    text-align: right;
    font-size: 12pt;
}

#footer
{
	width: 1000px;
	background-color: #333;
	margin: 0;
	color: #fff;
	text-align: left;
}
#footer table
{
	width: 100%;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	/*border-top: solid 1px #333;*/
}

#footer thead
{
	 font-variant:small-caps;
	 font-weight:bold;
}

#footer tbody td
{
	vertical-align: top;
}

#footer ul
{	
	padding-left: 20px;
}

#footer ul li
{
	list-style-image: url(../i/masterpage/whitearrowgreybackground.gif);
}
#footer a
{
	color: #fff;
}