body {
	font-family: Verdana, sans-serif;
}

a {
	color: #383164;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #888888;
	text-decoration: underline;
}

a.em-site-link {
	font-weight: bold;
}

a:hover.em-site-link {
	font-weight: bold;
}

div.gnrc-product-box a {
	text-decoration: underline;
}

.odd {
	background-color: #F0F0F0;
	/*
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	*/
}

.v-odd {
	background-color: #EDEDED;
}

h6.hlight {
	padding: 5px;
	background: #ccc;
}

.float-right {
	margin: 5px;
	float: right;
}

.float-left {
	margin: 20px;
	float: left;
}

#doc {

}

#hd {
}

#hd-top {
	position: relative;
}

#hd-top-logo {
	width: 160px;
}

#hd-top-nav {
	width: 360px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 160px;
	right: 200px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .8em;
	text-decoration: none;
}

#hd-top-nav li.first{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#hd-top-nav li {
	margin-left: 0;
	padding: 0 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}

#hd-top-img {
	width: 200px;
	float: right;
}

#hd-bottom {
}

.picture {
	margin: 5px;
	/*
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	*/
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	text-align: center;
}

.picture img {
	//border: 1px solid #cccccc;
	vertical-align: middle;
	margin-bottom: 3px;
}

span.pic-hdr {
	width: 200px;
	background: #383164;
	color: #fff;
}

.imagebar {
	height: 100%;
	text-align: left;
}

.imagebar img {
	margin: 0 0 10px 10px;
	float: right;
	vertical-align: middle;
}

.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float: right;
}

.left {
	margin: 0.5em 0.8em 0.5em 0;
	float: left;
}

td.item-info {
	padding: 7px 5px 10px 5px;
}

li.web-title {
	margin-bottom: 5px;
	font-weight: bold;
}

li.pricing {
	margin-bottom: 5px;
}

.add-info {
	margin-top: 5px;
	color: #ff0000;
	font-size: small;
}

.gnrc-product-box {
	margin: 5px 0 0 0;
	clear: both;
}

h5.gpb-header {
	background-color: #7b94ad;
	padding: 3px;
	margin-bottom: 5px;
	color: #fff;
	font-size: large;
}

h5.gpb-download {
	background-color: #e7e7e7;
	padding: 3px;
	color: #000;
	font-size: large;
}

ul.gpb-links li {
	margin: 5px;
}

.gpb-top {
	clear: both;
	font-size: x-small;
	text-align: right;
}

.gnrc-cart-box {
	margin: 5px 0 0 0;
	width: 100%;
	clear: both;
}

.gnrc-cbt {
	width: 100%;
}

.gnrc-cpt-pricing {
	width: 50%;
}

.gnrc-cpt-add {
	width: 50%;
	text-align: right;
	vertical-align: bottom;
}

.gnrc-cart-pricing {
	width: 60%;
	float: left;
	font-size: x-small;
}
.gnrc-cart-pricing select {
	width: 100%;
}

.gnrc-cart-pricing p {
	padding: 2px;
	background-color: #7b94ad;
	color: #fff;
	border: 1px solid #000;
}

.gnrc-cart-pricing ul {
	margin: 0 0 0 0;
}

.gnrc-cart-pricing li {
	padding: 1px;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
}

#bd-cgi-menu {
	margin-left: -40px;
	width: 155px;
}

#bd-content {
	border-left: 1px solid #383164;
}

#bd-content-top {
}

#bd-content-body {
	margin: 0 0 0 10px;
}

h6 {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.red {
	color: red;
}

#bd-content-body p {
	margin: 5px 0 0 0;
}

#bd-content-body em {
	font-weight: bold;
}

ul.std-list li {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
}

ul.std-list li li {
	list-style-type: circle;
}

ul.nested-list li {
	margin-left: 20px;
	list-style-type: disc;
}

ul.nested-list li li {
	list-style-type: circle;
}

ul.nested-list li li li {
	list-style-type: square;
}

ul.nested-list ol li {
	margin-left: 30px;
}

ul.nested-list dt {
	margin-left: 20px;
}

ol.num-list li {
	margin: 3px 0 3px 20px;
	list-style-type: decimal;
}

ul.nested-list dd {
	margin-left: 40px;
	margin-bottom: 10px;
}

dl.std-list dt{
	margin-top: 5px;
	background-color: #ccc;
	padding: 3px;
	font-weight: bold;
}

dl.std-list dd{
	margin-left: 15px;
}

.tb-margin {
	margin: 15px 0 15px 0;
}

.features-tbl {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

.features-tbl td {
	width: 33%;
	padding: 5px;
}

.features-tbl thead tr {
	background-color: #9FC9EB;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.features-tbl tbody tr {
	text-align: left;
	vertical-align: top;
}

.features-tbl tbody td:first-child {
	background-color: #E0E0E0;
}

#drivers-tbl {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}

#drivers-tbl thead {
	background-color: #D1E8C5;
}

#drivers-tbl td {
	border-top: 1px solid #000;
}

#drivers-tbl td {
	padding: 3px;
}

#drivers-tbl .d-title {
	background-color: #D9D9D9;
}

.full-width {
	width: 100%;
	text-align: center;
}

.full-width td {
	padding: 3px;
	vertical-align: top;
}

.full-top {
	width: 100%;
}

.full-top td {
	padding: 3px;
	vertical-align: top;
}

.full-top ul li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

td.td-image {
	float: left;
	vertical-align: middle;
}

td.td-descript {
	vertical-align: middle;
	text-align: left;
}

td.td-price {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

td.td-btn {
	vertical-align: middle;
}

#sc-products h5 {
	margin-top: 10px;
	padding: 3px;
	background-color: #999999;
	color: #FFF;
	font-size: large;
	font-weight: bold;
}

#sc-products .item-info {
	width: 90%;
}

#sc-products .item-add {
	width: 10%;
}

#bd-content-body-about-us {
	margin: 10px 4px 10px 10px;
	padding: 10px;
	background-color: #CBE4F8;
	border: 1px solid #464473;
}

#bd-content-body-about-us em{
	font-size: 1.2em;
	font-weight: 900;
}

#cart-empty p {
	text-align: center;
	font-weight: bold;
}

#cart-form li.first{
	border-left: none;
	list-style: none;
	display: inline;
}

#cart-form li {
	padding: 0 0 0 5px;
	list-style: none;
	display: inline;
}

#cart-tbl {
	margin: 5px 0 0 0;
	width: 100%;
	table-layout: auto;
}

#cart-tbl thead tr.heading, tfoot tr {
	border: 1px solid #000;
}

#cart-tbl thead th {
	padding: 5px 0 5px 0;
	border: 1px solid #000;
	background-color: #c0c0c0;
	font-size: 1em;
	font-weight: bold;
}

#cart-tbl thead td {
	font-weight: bold;
}

#cart-tbl tfoot td {
	border: 1px solid #000;
	background-color: #c0c0c0;
}

#cart-tbl tbody td {
	border: 0;
	padding: 5px 0 5px 0;
}

#cart-tbl .center {
	text-align: center;
}

#cart-tbl .cart-qty {
	text-align: center;
}

#cart-tbl .cart-name {
	padding: 0 0 0 5px;
}

#cart-tbl .cart-descr {
	padding: 0 0 0 5px;
}

#cart-tbl .cart-uprice {
	text-align: center;
}

#cart-tbl .cart-tprice {
	text-align: center;
}

#cart-tbl .thead-right {
	text-align: right;
	font-weight: bold;
}

#cart-tbl .tfoot-right {
	padding: 0 5px 0 0;
	text-align: right;
}

#cart-tbl tbody tr.odd {
}

#cart-tbl tbody tr.even {
	background-color: #d3d3d3;
}

#cart-tbl .even input {
    background-color: #d3d3d3;
}

* > #bd-content-bottom {
	margin: 10px 0 0 10px;
}

#bd-content-bottom p {
	padding-bottom: 5px;
}

#bd-content-bottom .tribox {
	font-size: 0.875em;
	width: 178px;
	padding: 0px;
	border: 0.1em solid #464473;
	background-color: #FFFFFF;
}

* > #bd-content-bottom .tribox  {
	margin-bottom: 10px;
}

#bd-content-footer {
	clear: both;
	height: 10px;
}

.tribox-type h1 {
	padding: 0 0 2px 0;
	background: #464473;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.tribox-type h2 {
	padding: 5px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
}

.tribox-type p {
	padding: 5px 5px 5px 5px;
}

span.read-more {

}

#ft {
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	border-top: 25px solid #383164;
	text-align: center;
}

#ft p, ul {
	margin-top: 5px;
}

#ft li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


#ft li {
	margin-left: 0;
	padding: 0 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}

a.tooltip {
    position: relative; /*this is the key*/
	text-align: left;
    z-index: 24;
}

a.tooltip h3 {
	padding: 2px;
	background-color: #383164;
	color: #fff;
	font-size: large;
	font-weight: bold;
}

a.tooltip em {
	font-weight: bold;
	font-style: italic;
}

a.tooltip:hover {
	z-index: 25;
}

a.tooltip span {
	display: none;
	padding: 5px;
	background-color:#fff;
	color: #000;
}

* > a#privacy_tooltip:hover span { /*the span will display just on :hover state*/
    display: inline;
    position: absolute;
    top: -310px;
	left: 0em;
	width: 450px;
	border: 5px solid #999;
}

* > a#legal_tooltip:hover span { /*the span will display just on :hover state*/
    display: inline;
    position: absolute;
    top: -12em;
	left: 0em;
	width: 380px;
	border: 5px solid #999;
}

.form-error {
	background-color: #ff9999;
}

.contact-form {
	width: 100%;
}

.contact-form select,input,textarea {
	margin: 5px;
}

.contact-form em {
	color: #FF0000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.valign-middle {
	vertical-align:middle;
}

.td-third td {
	width: 33%;
	text-align: center;
}

.td-padding td {
	padding: 3px;
}
