.price{
	font-family: Verdana, Tahoma, Helvetica, Arial, serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
}

.selectCountry{
	width:370px;
	font-family: sans-serif;
	font: arial;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	}

.selectContact{
	width:160px;
	font-family: sans-serif;
	font: arial;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

.selectDownload{
	width:140px;
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

** Fixed size for Version Select **/
.selectVersion{ width: 155px}

/** Fixed size for Map Select **/
.selectMapVersion{ width: 450px}


.backgroundEquipment {
	background: url("../images/orangeUK/background/equipment.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

/** Backgroud Image for Logon **/
.backgroundLogon {
	background: url("../images/orangeUK/background/memberAccess.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

/** Backgroud Image for Logon **/
.backgroundOffers {
	background: url("../images/orangeUK/background/offers.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

/** Backgroud Image for Download**/
.backgroundDownload {
	background: url("../images/orangeUK/background/download.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

/** Backgroud Image for Faq**/
.backgroundFaq {
	background: url("../images/orangeUK/background/help.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

/** Backgroud Image for Presentation **/
.backgroundPresentation {
	background: url("../images/orangeUK/background/about.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: inherit;
}

.topBanner{
	background: url("../images/orangeUK/topBanner.jpg");	
	width: 774px;
	height: 82px;
}

/** Color for required Field * Require field **/

.requiredField {
	color: red;
}

BODY {
	margin: 0px;
	background-color: gray;
	color: #000000;
	list-style-image: url(../images/orangeUK/bullet.gif);
}

a.defaultLink:link {
	color: #000000;
}

a.defaultLink:hover {
	color: #FF6600;
}

a.defaultLink:visited {
	color: #FF6600;
}

.title2 {
	font-size: 10pt;
	font-weight: bold;
}

.title1 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF6600;
}

.titleInformation {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.title2Offer {
	font-size: 14pt;
}

#contentTable {
	background-color: white;
	color: #000000;
	width: 774px;
	border: 1px solid black;
}

BODY,INPUT,SELECT,TEXTAREA,TABLE,TD,A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.legende {
	font-family: verdana;
	font-style: italic;
	font-size: 9px;
}

.textareaMail { 
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	height: 150px;
	scrollbar-base-color: #FFFFFF;
	overflow:hidden;	
}

.imgSpacer {
	margin: 0px;
	padding: 0px;
}

.pageFooter {
	text-align: right;
	color: black;
	height: 30px;
	background: url("../images/orangeUK/footerBg.gif");
}

.hrefFooter {
	color: black;
	text-decoration: none;
}

.vNavMenuCell {
	background: url("../images/webraska/wkaMenuLogo.gif") no-repeat bottom;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 5px;
	width: 155px;
	height: 70px;
}

.vNavMenu {
	margin: 0;
	padding: 0px;
}

.vNavMenu {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 70px;
	height: 2px 
}


.floatingRight {
	margin: 20px;
	float: right;
}

.vNavMenu a {
	text-decoration: none;
	color: #000000;
}

.vNavMenu a:HOVER {
	color: #FF6600;
}

.vNavMenu .selected {
	font-weight: bold;
	color: #FF6600;
}



.disclamer {
	width: 100%;
	font-size: 24;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 36pt;
}

.disclamer .title {
	font-weight: 900;
}

/** STEPS TABLE **/
.stepsTable {
	color: #000000;
}

.stepsTable .number {
	font-size: 24;
	font-weight: bold;
	padding-left: 12px;
}

.stepsTable .label {
	height: 28pt;
}

.stepsTable .label .text {
	border-top: 1px solid #2B3A75;
	border-bottom: 1px solid #2B3A75;
	vertical-align: middle;
	white-space: nowrap;
}

.stepSelected {
	color: #FE9611;
}

.stepsTable .label .stepSelected {
	border-top: 1px solid #FE9611;
	border-bottom: 1px solid #FE9611;
	font-size: 9pt;
}

.stepsTable .stepSelected {
	font-size: 32pt;;
	vertical-align: top;
}

/** ORANGE PLAIN BTNS **/
.defaultBtn {
	height: 28px;
	padding: 0px;
	margin : 0px;
	border-collapse: collapse;
	vertical-align: middle;
}

.defaultBtn td {
	font-size: 10pt;
	font: verdana;
	font-weight: bold;
	padding-bottom: 6px;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: middle;
	
}

.defaultBtn td a {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}

.defaultBtnLeft {
	background-image: url(../images/orangeUK/button/oraBtn/oraLeft.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 18px;
	cursor: pointer;
	vertical-align: middle;
}

.defaultBtnCenter {
	background-image: url(../images/orangeUK/button/oraBtn/oraCenter.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.defaultBtnRight {
	background-image: url("../images/orangeUK/button/oraBtn/oraRight.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 13px;
	cursor: pointer;
	vertical-align: middle;
}

.vMenuBtn {
	height: 30px;
	padding: 0px;
	margin : 0px;
	border-collapse: collapse;
	vertical-align: middle;
}

.vMenuBtn td {
	font-size: 10pt;
	font: verdana;
	font-weight: bold;
	padding-bottom: 6px;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	cursor: pointer;
}

.vMenuBtn td a {
	text-decoration: none;
	color: #000000;
}

.vMenuBtnLeft {
	background-image: url(../images/orangeUK/button/vmenuBtn/whiLeft.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 18px;
	cursor: pointer;
}

.vMenuBtnCenter {
	background-image: url(../images/orangeUK/button/vmenuBtn/whiCenter.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 28px;
}

.vMenuBtnRight {
	background: url("../images/orangeUK/button/vmenuBtn/whiRight.gif") no-repeat;
	background-position: center;
	height: 28px;
	width: 10px;
	cursor: pointer;
}

/** HORIZONTAL NAVIGATION MENU **/

.hNavMenuContainer {
	font-size: 14pt;
}

.hNavMenuTable {
	padding: 0px;
	margin : 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 14pt;
}

.hNavMenuTable td {
	font-size: 8pt;
	white-space: nowrap;
	cursor: pointer;
	font-family: verdana;
	font-weight: normal;
}

.hNavSelectLanguage{
	width: 80px;
	font-family: sans-serif;
	font: arial;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}


.hNavMenuTableLeftCell {
	background: url("../images/orangeUK/button/bluBtn/bluLeft.gif") no-repeat;
	height: 27px;
	font-size: 14pt;
}

.hNavMenuTableLeftCellOver {
	background: url("../images/orangeUK/button/bluBtn/bluLeftOver.gif") no-repeat;
	height: 27px;
	font-size: 14pt;
	color: #FF6600;
}

.hNavMenuTableRightCell {
	background: url("../images/orangeUK/button/bluBtn/bluRight.gif") no-repeat;
	height: 27px;
	font-size: 14pt;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 0px;
}

.hNavMenuTableRightCellOver {
	background: url("../images/orangeUK/button/bluBtn/bluRightOver.gif") no-repeat;
	height: 27px;
	font-size: 14pt;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: white;
	color: #FF6600;
}

.hNavMenuTableCenterCell {
	text-align: center;
	background: url("../images/orangeUK/button/bluBtn/bluCenter.gif") repeat-x;
	height: 27px;
	font-size: 14pt;
}

.hNavMenuTableCenterCellOver {
	text-align: center;
	background: url("../images/orangeUK/button/bluBtn/bluCenterOver.gif") repeat-x;
	height: 27px;
	font-size: 14pt;
	color: #FF6600;
}

/** HOME PAGE **/
.homeLeftColumnShape1 {
	background-color: #f4f4f4;
	width: 180px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
}

.homeLeftColumnShape2 {
	background-color: #f4f4f4;
	width: 180px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
}


.homeCheckBoardTile {
	width: 300px;
	padding: 3px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.homeTitleBlue,.homeTitleOrange {
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
}

.homeTitleBlue {
	color: #000000;
}

.homeTitleOrange {
	color: #000000;
}

.whiteColor {
	color: #000000;
}

.whiteBorder {
	border: 0px solid white;
}

.newsletterInputField {
	border: 1px solid #7E9DB9;
}

.newsletterSubmitBtn {
	border: 1px solid #7E9DB9;
	color: #606060;
	background-color: #C0C0C0;
}


a.SidebarLinkAnchor/**:link, a.SidebarLinkAnchor:visited*/
{
	color: #000000;
	text-decoration: none;
}

a.SidebarLinkAnchor:hover
{
	color: #FF6600;
	text-decoration: underline;
}

a.SidebarSubLinkAnchor/**:link, a.SidebarSubLinkAnchor:visited*/
{
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

a.SidebarSubLinkAnchor:hover
{
	color: #FF6600;
	text-decoration: underline;
}

/* ACTIVE STUFF*/
a.SidebarLinkActive/**:link, a.SidebarLinkActive:visited*/
{
	color: #FF6600;
	text-decoration: none;
}
a.SidebarLinkActive:hover
{
	color: #FF6600;
	text-decoration: underline;
}
a.SidebarSubLinkActive {
	color: #FF6600;
	text-decoration: none;
	font-weight : normal;
}


a.SidebarSubLinkActive:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.emailInput{
	width: 175px;
}

.popupDiv{
  border-left: thin;	
  background-color:white;
  border-left:thin;
  border-left-style:solid;
  border-left-color: #a3a3a3;
  border-right:thin;
  border-right-style:solid;
  border-right-color: #a3a3a3;
  border-bottom:thin;
  border-bottom-style:solid;
  border-bottom-color: #a3a3a3;
  border-top:thin;
  border-top-style:solid;
  border-top-color: #a3a3a3;
  position:absolute;
  visibility:hidden;
  z-index:10000;
  width:300px;
  height:130;
  left=1000;
}

.advertisingCloseButton {
	background: url("../images/orangeUK/advertising-close.gif") no-repeat;
	width: 10px;
	height: 10px;
	cursor:pointer;
	z-index:10001;
}

.orangeBold {
	color: #FF6600;
	text-decoration: none;
	font-weight : bold;
}
