/*feature list with 2 cols*/

table.featureList {
	border-collapse: collapse;
	width: 558px;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
}
table.featureList td {
	width: 269px; /* total width = 279 (minus 5px padding on each side gives us 269px) */
	/*background: #FEFEE9 url( images/bg_fade-h_tickBox.gif ) repeat-x right;*/
	border-width: 1px 0;
	border-color: #013EB0;
	border-style: solid;
	padding: 5px;
}
table.featureList td p /* assuem that a paragraph inside tds from this table always is a bullet */
{
	padding: 3px 0 3px 20px;
	background: url(../images/bullet_tick_1.gif ) no-repeat 0 0.3em;
	margin: 0;
}
table.featureList th {
	background: #013EB0;
	color: #fff;
	padding: 0.5em 0.4em;
}
table.featureList td p.cross {
	background: url(../images/bullet_cross_1.gif) no-repeat 0 0.3em;
	padding: 3px 0 3px 24px;
}
.listHeaderBar {
	background: #013EB0;
	color: #fff;
	padding: 0.5em 0.4em;
	margin-bottom: 0;
	font-weight: bold;
} 

/*feature list with single col*/

/* large bullet / row borders variant */

ul.featureListTick, ul.featureListBullet {
	list-style-type: none;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
	margin: 0 0 1em 0;
	padding-left: 0;
}
ul.featureListTick li, ul.featureListBullet li {
	margin-bottom: 0.3em;
	padding: 8px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #013EB0;
	clear: both;
	line-height: 1.3em;
}
ul.featureListTick li {
	background: url(../images/bullet_tick_1.gif) no-repeat 0 9px;
	padding-left: 20px;
}
ul.featureListTick li.cross {
	background: url(../images/bullet_cross_1.gif) no-repeat 0 9px;
	padding-left: 20px;
}
ul.featureListBullet li {
	background: url(../images/bullet_round_1_blue.gif) no-repeat 5px 12px;
	padding-left: 17px;
}
ul.featureListTick li span.info, ul.featureListBullet li span.info, ul.bulletBlue li span.info {
	float: right;
	padding: 0 0 5px 23px;
	background: url(../images/ico_more-info_1.gif) no-repeat 5px 0.1em;
	white-space: nowrap;
}

ul.featureListBulletCondensed {
	list-style-type: none;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
	margin: 0 0 1em 0;
	padding-left: 0;
	border-bottom: 1px solid #013EB0;
}
 ul.featureListBulletCondensed li {
/*	margin-bottom: 0.3em;*/
	padding: 3px 0;
	clear: both;
	line-height: 1.3em;
}
ul.featureListBulletCondensed li {
	background: url(../images/bullet_round_1_blue_small.gif) no-repeat 5px 0.6em;
	padding-left: 17px;
}
/* small bullet / no row borders variant */



/* basic data table */

table.dataTable {
	border-collapse: collapse;
	width: 558px;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
	margin-top: 1em;
}
table.dataTableFull {
	border-collapse: collapse;
	width: 100%;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
	margin-top: 1em;
}
table.dataTable th, table.dataTableFull th {
	background: #013EB0;
	color: #fff;
	padding: 0.5em 0.4em;
}
table.dataTable th, table.dataTable td, table.dataTableFull th, table.dataTableFull td {
	text-align: center;
	border: 1px solid #4468A8;
	padding: 5px;
}
table.dataTable td, table.dataTableFull td {
	border: 1px solid #013EB0;
}
table.dataTable td.indent, table.dataTableFull td.indent {
	background: url(../images/bullet_round_1_blue.gif) no-repeat 0.5em 0.95em;
	padding-left: 20px;
}
.footnote {
	font-style: italic;
	font-size: 0.9em;
}

/*basic bulleted lists*/

ul.bulletOrange, ul.bulletBlue, ul.download, ul.pdf, ul.email, ul.cart, ul.browser, ul.comments ul.bulletListRows {
	list-style-type: none;
	margin-left: 0;
	margin-top: 1em;
	padding-left: 0;
}

ul.bulletOrange li {
	background: url(../images/bullet_round_1_orange.gif) no-repeat 0.1em 0.45em ;
	margin-bottom: 0.3em;
	padding-left: 15px;
}
ul.bulletBlue li {
	background: url(../images/bullet_round_1_blue.gif) no-repeat 0.1em 0.45em ;
	margin-bottom: 0.3em;
	padding-left: 15px;
}
ul.bulletBlue ul {
	list-style: none;
}
ul.bulletBlue ul li {
	background: url(../images/bullet_round_2_blue.gif) no-repeat 1.3em 0.45em;
	padding-left: 28px;
}
ul.download li {
	background: url(../images/icon_download_1.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

/* IRC : Added PDF, HTM,Email & cart classes for accessing various file types: */
ul.pdf li {
	background: url(../images/icon_pdf.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

ul.browser li {
	background: url(../images/icon_browser.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

ul.cart li {
	background: url(../images/icon_cart.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

ul.email li {
	background: url(../images/icon_email.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

ul.comments li {
	background: url(../images/icon_comments.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
/*QDK : 2008-05-16 added ul class for sales nav, with classes for different indivudual li elements (icons)*/
#page-nav ul.salesNav {
	margin: 1em 1px 1em 5px;
	padding: 0;
	background-image: none;
	background-color: transparent;
}
#page-nav ul.salesNav li {
	border-width: 0;
	padding: 0.5em 0 0.5em 32px;
	margin: 0.5em 0;
}
#page-nav ul.salesNav li a {
	padding: 0;
}
#page-nav ul.salesNav li.download {
	background: url(../images/icon_download_2.gif) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.pdf {
	background: url(../images/icon_pdf.gif) no-repeat 0 0.2em;
	margin-bottom: 0.7em;
}
#page-nav ul.salesNav li.browser {
	background: url(../images/icon_browser.gif) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.cart {
	background: url(../images/icon_cart.gif) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.email {
	background: url(../images/icon_email.gif) no-repeat 0 0.3em;
}
#page-nav ul.salesNav li.comments {
	background: url(../images/icon_comments.gif) no-repeat 0 0.3em;
}
ul.bulletListRows li {
	display: inline;
	float: left;
	width: 120px;
	background: url(../images/bullet_round_1_blue.gif) no-repeat 0.1em 0.45em;
	padding-left: 15px;
}

ul.bulletBlue li h4, ul.bulletOrange li h4 {
	font-weight: normal;
	margin: 0;
	color: #003EB0;
}

ul.bullet-blue-nobefore li h4 {
	font-weight: normal;
	margin: 0;
	color: #003EB0;
}

ul.plain, ul.plainStripe {
	margin: 0;
	padding: 0;
}
ul.plain, ul.plainStripe {
	list-style-type: none;
}
ul.plainStripe li.r1 {
	background: #eee;
}
ul.plainStripe li.r2 {
	background: #F6F6F6;
}
ul.plain li .itemTitle, ul.plainStripe li .itemTitle {
	float: left;
	width: 90px;
	display: block;
}
ul.plain li .itemValue, ul.plainStripe li .itemValue {
	margin-left: 90px;
	display: block;
}

ul.plain li .itemTitleWide, ul.plainStripe li .itemTitleWide {
	float: left;
	width: 150px;
	display: block;
}
ul.plain li .itemValueWide, ul.plainStripe li .itemValueWide {
	margin-left: 150px;
	display: block;
}

/* content columns */

div.two-Col-Left, div.two-Col-Right { /* total width = 558 (with side nav) */
	float: left;
	width: 279px;
}
div.two-Col-Left-Max, div.two-Col-Right-Max { /* total width = 720 (no side nav) */
	float: left;
	width: 355px;
	background: #eee;
} 

div.two-Col-Left, div.two-Col-Left-Max {
	margin-right: 5px;
}
div.two-Col-Right, div.two-Col-Right-Max {
	margin-left: 5px;
}


/*to clear floats*/

.clrAll {
	clear: both;
}
.clrLeft {
	clear: left;
}
.clrRight {
	clear: right;
}

p.download {
	background: url(../images/icon_download_1.gif) no-repeat 0 0.1em;
	margin-bottom: 0.3em;
	padding-left: 33px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.bulletArrowCircle {
	padding: 5px 0 5px 24px;
	background: url(../images/bullet_arrow_1.gif) no-repeat 0 0.3em;;
}

/* basic content box */

div.contentBox1 {
	border: 1px solid #013EB0;
}

div.contentBox1 .headerBar {
	background: #013EB0;
	color: #fff;
	padding: 0.3em 0.2em;
	margin-bottom: 0;
	font-weight: bold;
}
div.contentBox1 .content {
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.gif ) repeat-y right;
	padding: 5px;
}

/* internation dealers table */
table#dealer-table {
	margin: 0;
}
table#dealer-table td {
	vertical-align: top;	
}
table#dealer-table tr td {
	width: 355px;
	background: url(../images/bg_dealerbox.gif) no-repeat bottom;
	border-bottom: 1px solid #013EB0;
	border-top: 10px solid #fff;
}
table#dealer-table tr td.left {
	border-right: 10px solid #fff;
}
table#dealer-table h3 {
	margin-top: 0;
}
table#dealer-table div.contentBox1 {
	border-bottom: 0;
}

/*image placement within content*/

div.image-full {
	margin-top: 1em;
	width: 558px;
}
div.image-full-max {
	width: 720px;
}
div.image-full img, div.image-full-max img {
	display: block;
	margin: 0 auto;
}
div.image-full p, div.image-full-max p, div.image-float-right p, div.image-nofloat-caption-right p, p.img-caption {
	margin: 0.2em 0 0 0;
	font-style: normal;
	text-align: left;
	font-size: 0.9em;
	color: #D37C06;
	border-width: 1px 0;
	border-style: solid;
	border-color: #BBBDBF;
	padding: 3px;
	clear: both;
}
div.image-full p, div.image-full-max p {
	margin: 0.2em auto 0 auto; /*can assign width to the caption p element inline, so aligns with image edges*/
}

div.image-float-right {
	float: right;
	margin: 15px 0 10px 10px
}
div.image-nofloat-caption-right {
	width: 558px;
}
div.image-nofloat-caption-right p {
	margin-top: 0;
	margin-left: 15px;
	clear: none;
}
div.image-nofloat-caption-right img {
	margin-right: 15px;
	float: left;
}

/* highlight reference to UI element */
.ui-element-ref {
	font-family: 'lucida console', monospace;
	color: #00f;
	background-color: #ffc;
}
.expandPoint {
	display: block;
	font-size: 0.9em;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
}

em.underline {
	font-style: italic;
	text-decoration: underline;
}

/* quotations that need to stand in their own page block */

blockquote.customer { /* for use on customer testimonials page */
	font-family: Georgia, 'times new roman', serif;
	font-style: italic;
	color: #013EB0;
	margin: 1em 0 0 0;
	border: 1px solid #013EB0;
	background: #FEFEE9;
	padding: 0;
}
blockquote.customer p {
	padding: 5px;
}
blockquote.customer p.author {
	font-family: arial, geneva, sans-serif;
	background: #B6CBF5;
	font-weight: bold;
	color: #013EB0;
	border-bottom: 1px solid;
	text-align: left;
}

blockquote {
	font-family: Georgia, 'times new roman', serif;
	font-style: italic;
	color: #7A7750;
	padding: 5px;
	margin: 1em 0 0 0;
	border: 1px solid #ccc;
	background: #FBFDF9;
}
blockquote p {
	margin: 0;
	font-size: 1.1em;
}
blockquote p.author {
	text-align: right; 
	font-size: 1em;
	font-weight: bold; 
	font-style: normal;
}

/* miscellaneous elements */

img.new-icon, img.usb-sim-icon, img.intro-offer {
	position: relative;
	top: 2px;
}
table.layout {
	width: 100%;
	border: none;
}
table.layout td {
	border: none;
}

.trademarkStatement {
	font-size: 0.8em;
	color: #003EB0;
}

div.hr {
	border-top: 1px solid #013EB0;
	margin-top: 1em;
}
div.hr hr {
	display: none;
}

.warning {
	font-size: 1.1em;
	color: red;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	background: url( ../images/icon_alert.gif ) no-repeat 0 0em;
}

/* ============ signature ========================= */
div#footerbarUnder {
	margin-top: 4em;
	background: transparent;
}
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #9EA0A2;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: Blue;  
}
.sig {
	color: #9EA0A2;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0;
}
