@charset "utf-8";
/* CSS Document */
/* Stardard HTML tags */
body {
	background-image:url(images/black_bar.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0; 
	border: 0;
	text-align:left; 
	color: #323232; 
	font-family: Arial, Tahoma, System;
	font-size: 90%;
	line-height: 1.4em;
	height: 100%;
}

a, a:visited {text-decoration:none;
				color:#0871c6;}

a:hover {
	text-decoration: underline;
	color:#ff8e00;
}

a[rel="cartWhite"] {
	background:url(images/small_buy.gif) no-repeat right; 
	white-space: nowrap; 
	padding-right: 22px;  	
}

a[rel="externalURL"] {
	background:url(images/icon_external_url.gif) no-repeat right; 
	white-space: nowrap; 
	padding-right: 15px;  	
}

a[rel="forum"] {
	background:url(images/icon_talk.gif) no-repeat right; 
	white-space: nowrap; 
	padding-right: 18px;  	
}

a[rel="mobileVersion"] {
	padding-right: 18px;
	background:url(images/icon_phone.png) no-repeat center right;
	white-space : nowrap;
}

a[rel="NonTouchScreen"] {
	padding-right: 18px;
	background:url(images/icon_Smartphone.gif) no-repeat center right;
	white-space : nowrap;
}

a[rel="rss"] {
	background:url(images/feed.gif) no-repeat center right;
	padding-right: 18px;  	
}

a[rel="TouchScreen"] {
	padding-right: 18px;
	background:url(images/icon_pda.gif) no-repeat center right;
	white-space: nowrap;
}

a[rel="WMNonTouchScreen"] {
	padding-left: 18px;
	background:url(images/icon_Smartphone.gif) no-repeat center left;
}


a[rel="WMTouchScreen"] {
	padding-left: 18px;
	background:url(images/icon_pda.gif) no-repeat center left;
}

H1 {
	font-size: 1.75em;
	line-height: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

H2 {
	font-size: 1.35em;
	font-weight: bold;
	margin: 0px; 
	padding-top: 0.75em;
	padding-bottom: 0.5em;
	}
	
H2.start {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 1em 0; 
	padding: 0 0 0.1em;
	}
	
H2.startSide {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 1em 0; 
	padding: 0 0 0.1em;
	border-bottom: 2px solid #09F;
	}

H2.underline {
	font-size: 1.25em;
	font-weight: bold;
	margin: 2em 0 1em 0; 
	padding: 0 0 0.1em;
	border-bottom: 2px solid #666;
	}
	
H2.underlineSide {
	font-size: 1.25em;
	font-weight: bold;
	margin: 2em 0 1em 0; 
	padding: 0 0 0.1em;
	border-bottom: 2px solid #009ade;
	}
	
H2.underlineStart {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 1em 0; 
	padding: 0 0 0.1em;
	border-bottom: 2px solid #CCC;
	}
	
H2.underlineApp {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 8px 0; 
	padding-top: 1em;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted;
	}
	
	

H3 {font-size: 1.1em;
	font-weight: bold;
	margin: 0px; 
	padding-bottom: 0.25em;
	}

img {
	border: 0;
	vertical-align: middle;

}

hr {color: #747374;
	background-color: #4a494a;
	width:100%;
	height: 1px; 
	margin-top:1em;
	margin-bottom:1em;
	border:0;
	}

hr.dotted {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #4a494a;
	border-style: none none dotted;
	width: 100%;
	padding: 0;
	margin: 8px 0 8px 0;
	
	}


p {
	margin-top: 0;
	margin-bottom: 1.0em;
	
}

td {
	vertical-align: top;
}

UL {margin: 0;
	padding:0 0 0 1em;
	list-style-type:disc;
	}
	
li {
	padding-bottom: 0.5em;
}

/*Layout */
#wrapper { 
width: 90%;
min-height: 100%;
height: auto;
max-width: 1154px;
min-width: 745px;
margin: 0 auto;


}

#logoBar {
	height: 44px;
	padding: 4px 0 0;	
}

#logoBar img {
	vertical-align: middle;

}

#logoBar .left {
	   float: left;
	   text-align: left;
   }
   
#logoBar .right {
	   float: right;
	   text-align:right;
	   vertical-align: middle;
	   padding-top: 0.5em;
   }

#header {
	clear: both;
/*	background-image:url(images/black_bar.gif);
	background-repeat: repeat-x; */
	height: 40px;
	padding: 0;
	margin: 0;
}
		   
#headerLogo img {
		padding-top: 4px;
	   }

#headerBar
{
	text-align:center;
	padding: 0;
	margin: 0;
  font-weight: bold;
}

#headerBar ul
{
   list-style: none;
   color: #FFF;
  padding: 0;
	margin: 0;
	float: right;
}

#headerBar li
{
  padding: 5px;
  margin: 0;
  border: 0;
  float: left;
  text-align:right;
 
}

#headerBar li a
{
  color: #FFF;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  text-align: right;

}

#headerBar ul a:hover
{
	border: 1px solid #FFFFFF;
	background: #404040; 
	  padding: 4px;
}

#navBar {
	overflow: hidden;
	    margin: 0;
		padding: 4px 4px 8px 4px;
		font-size: 95%;
	   }
	   
#navBar A {
		   text-decoration: none;
	   }
	   
#navBar A:hover {
		   text-decoration: underline;
	   }

#navBar .left {
	   float: left;
	   text-align: left;	
   }
   
#navBar .right {
	   float: right;
	   text-align:right;
   }

#contentwrapper{
   display: inline;
   width: 100%;
}

#column{
	float: right;
	width: 180px; /*Width of right column in pixels*/
}

#contentcolumn{
	margin-right: 196px;
}

#contentcolumn3{	/* three column layment main content div */
	margin-right: 396px;
}

#column2{
	float: right;
	width: 180px; /*Width of right column in pixels*/
	margin-right: 16px;
}

#footer {
	clear: both;
	overflow: hidden;
	margin:  0;
	padding: 1em 0 1em 0;
	font-size: 90%;
	/* border-top: 4px #747374 solid; */
	background-color: #ffffff;
	color: #4a494a;
	width: 100%;
	}
	
#footerWrapper {
	width: 90%;
	max-width: 1154px;
	min-width: 745px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	border-top: 3px solid #CCC;

}

#footer .left {
	   float: left;
	   text-align: left;
   }
   
#footer .right {
	   float: right;
	   text-align:right;
   }
   
#footer a {
	/* color: white; */
}

/* Left side navigation */
#navcontainer { border-bottom: solid 1px #009ade;  margin-bottom: 16px; font-size: 90%;}
#navcontainer ul {margin: 0;padding: 0;list-style:none;}
#navcontainer li { margin: 0;padding: 0; border-top:  solid 1px #009ade;}
#navcontainer a
{
display: block;
padding: 4px;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
	background-color: #1079c6;
	color: #ffffff;
}

#navcontainer ul ul {
	margin: 0; padding: 0; list-style:none; }
	
#navcontainer ul ul a {margin: 0;padding: 4px; font-weight:normal;}
#navcontainer ul ul li {margin: 0;padding: 0; border: none;}


.navcontainerActive {
	background-color: #addfff;
}

.navcontainerActiveSub {
	background-color: #d6efff;
}
.navcontainerSub {
	padding-left: 10px;
}

.blogFont li {
	font-size: 95%;
}

.boxBorder {
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	border: 1px solid #cecece;
	padding: 4px 4px 4px 4px;
}

.boxBorderNoShade {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 0px 4px 0px;
}

.boxDashed {
	border: 1px dashed #e7dfb5; 
	padding: 6px;
	background-color: #fffbd6
}

.boxPadding {
	padding-bottom: 4px;
}

.boxLink {
	font-size: 95%;
}

.boxLink a, 
.boxLink a:visited
{
	border: solid #cecece 1px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	background-color:#FFF;
}

.boxLink a:hover {
	background-color:#666;
	color:#FFF;
}


.button {border: 0; margin: 0;padding: 0.5em 0 1em; list-style:none; font-weight:bold;}
.button ul {margin: 0;padding: 0;list-style:none;}
.button LI {margin:0;display:inline;}
.button A {text-decoration: none;color:#FFFFFF; padding: 5px 10px 5px 10px; border:solid 1px #000000;}


.button A:Hover {text-decoration: none; padding: 5px 10px 5px 10px;  border:solid 1px #000000;}

.buttonMoreInfo {background-color: #fa8d00;}

.buttonBuy A { 
			background:url(images/small_buy.gif) no-repeat right; 
			padding-right: 24px;
			background-color: #008000;
}

.buttonBuy A:Hover {	
		background:url(images/small_buy.gif) no-repeat right; 
			padding-right: 24px;
			background-color: #005800;
}


.buttonDownload A, 
.buttonDownload A:visited { 
			background:url(images/small_download.gif) no-repeat right; 
			padding-right: 24px;
			background-color: #fa8d00;
}

.buttonDownload A:Hover {	
		background:url(images/small_download.gif) no-repeat right; 
			padding-right: 24px;
			background-color: #ce7002;
}

.buttonStandard A, 
.buttonStandard A:visited { 
			background-color: #666;
}

.buttonStandard A:Hover {	
			background-color: #2a2600;
}

.downloadLinks  {
	list-style: none;
	padding-left: 0px;
}

.downloadOther {
	font-size: 95%;
	margin-top: 8px;
	margin-bottom:  8px;
}

.productInfoLinks {
	font-size: 90%;
	color: #CCC;
}

.productInfoLinks a {
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.productListInfo {
	min-height: 120px;
	padding-bottom: 1em;
}

.productListInfo img.main {
	float:right;
	padding-top: 1.5em;
	padding-left: 4px;
	padding-right: 4px;
	
}

.smallerFont {
	font-size: 90%;
}

.twoColumnList {
	float: left;
	width: 50%;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;

	padding: 4px 2px 4px 2px;
	
}

.inputtextarea {
	border: #cecece solid 1px;
}

input.formSubmit {
	border: solid 1px #000000; 
	background: #666;
	color: #ffffff;
	
	font-weight:bold;
	padding: 4px 10px 4px 10px;
}

#countrydivcontainer {
	border-top:2px solid #f7f3f7; 
	padding-top: 6px; 
	padding-bottom: 8px; 
	margin-top: 1px;
}

#installerCab,
#installerDesktop{
	margin: 0;
	padding: 0;
}

#installerCab li, 
#installerDesktop li {
		list-style: none;
		margin: 4px 0 8px;
	
}

#installerCab a ,
#installerDesktop a {
		color:#FFF;
		font-weight:bold;
		text-decoration: none;
		padding: 5px 28px 5px 8px;
		border: 1px solid black;
}



#jumpTo ol {
	margin: 0;
	padding: 0;
}

#jumpTo li {
	display: inline;
	width: 33%;
	font-weight: bold;
	
}

#jumpTo a {
	text-decoration: none;
	font-weight: normal;
	
}

#jumpTo a:hover {
	text-decoration: underline;
}

#productDataContainer {
	width: 100%;
	min-height: 256px;
}

#productDataContainerLeft {
	float: left;
	width: 328px;
	vertical-align: top;
}

#productDataContainerRight {
	margin-left: 336px;
	vertical-align: top;
}

#productData .imageBorder {
	background: url(images/img_background.gif) no-repeat;
	width: 328px;
	height: 248px;
}

#productData img {
	margin: 4px 0 0 4px;
	vertical-align: top;
	text-align:left;
	}

#tableRequirements {
	font-size: 90%;
	line-height: 1.5em;
	padding: 0 0 8px 0;
	margin: 0;
}

#tableRequirements th {
	color: #d66500;
	text-align: left;
	padding-right: 4px;
	vertical-align: top;
}

#tableRequirements td {
	text-align: left;
}




