div#page-content {
	background: transparent;
	float: left;
	width: 568px;
	padding-left: 10px;
	padding-top: 10px;
}

div#page-content h3, div.fullWidthContentPadding h3 {
	margin-top: 1em;
	border-style:none;
}

/* IRC: Title Box */
div.titleBox {
	border: 1px solid #013EB0;
	margin-left: 4px;
	float:right;
}

div.titleBox h2{
	background-color: #013EB0;
	color:#fff !important;
	padding: 0.5em 0.4em;
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1em !important;
	min-width:40px;
	max-width:65px;
}

div.titleBox ul{
   margin: 5;
   padding: 0.2em 0.2em;
 	 list-style: none;
}	

div.titleBox li {
  margin:0;
  padding: 0 0.2em 0 0.5em;
  color: #163eb9;
	font-size:1em;
}


/* IRC: Feature Box */

div.featureBox {
	border: 1px dotted #0647d6;
	margin: 0;
	float:right;
	width:250px;
}

div.featureBox h2{
	background-color: #fff;
	color:#0647d6 !important;
	padding: 0 0 0 18px;
	margin-bottom: 0;
	font-weight: bold !important;
	font-style: italic;
	font-size: 1.4em !important;
	/*min-width:40px;
	max-width:65px;*/
}

div.featureBox ul{
   margin: 0;
   padding: 0;
 	 list-style: none;
}	

div.featureBox li {
  margin:0;
  padding: 0;
  color: #D57500;	
	font-size:1em;
}



div.hr-dotted-blue {
	background: url(../images/line_dotted_blue.png) no-repeat top;
	height: 1px;
	padding-bottom: 3px;
	margin: 0;
}

div.hr-dotted-blue hr {
	display: none;
}

div.hr-full {
	border-top: 1px dotted #95D2FF;
	margin-top: 1em;
}
div.hr-full hr {
	display: none;
}



/*feature list with 2 cols*/

table.featureList {
	border-collapse: collapse;
	width: 558px;
	/*background: #fff url('../../images/gradient_100px.png') repeat-y left;*/
	/*background: #FEFEE9 url(../images/bg_fade-h_tickBox.png ) 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.png ) repeat-x right;*/
	border-width: 1px 0;
	border-color: #ccc;
	border-style: dotted;
	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.png ) no-repeat 0 0.3em;
	margin: 0;
	
}
table.featureList th {
	background: #fff;
	color: #888;
	border-bottom: #ccc 1px dotted;
	padding: 0.5em 0.4em;
}
table.featureList td p.cross {
	background: url(../images/bullet_cross_1.png) no-repeat 0 0.3em;
	padding: 3px 0 3px 24px;
}
.listHeaderBar {
	border-bottom: #ccc 1px dotted;
	color: #888;
	padding: 0.5em 0.4em;
	margin-bottom: 0;
	font-weight: bold;
	border-top:1 px dotted #888;
	border-bottom:1 px dotted #888;
} 

/*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.png) repeat-y right;*/
	/*background: #fff url('../../images/gradient_100px.png') repeat-y left;*/
	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: dotted;
	border-color: #ccc;
	clear: both;
	line-height: 1.3em;
}
ul.featureListTick li {
	background: url(../images/bullet_tick_1.png) no-repeat 0 9px;
	padding-left: 20px;
}
ul.featureListTick li.cross {
	background: url(../images/bullet_cross_1.png) no-repeat 0 9px;
	padding-left: 20px;
}
ul.featureListBullet li {
	background: url(../images/bullet_round_1_blue.png) no-repeat 5px 12px;
	padding-left: 17px;
}
ul.featureListTick li span.moreinfo, ul.featureListBullet li span.moreinfo, ul.bulletBlue li span.moreinfo, p span.moreinfo{
	float: right;
	padding: 0 0 5px 23px;
	background: url(../images/ico_more-info_1.png) no-repeat 5px 0.1em;
	white-space: nowrap;
}

ul.featureListBulletCondensed {
	list-style-type: none;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.png) 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.png) 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.png) repeat-y right;*/
	margin-top: 1em;
}
table.dataTableFull {
	border-collapse: collapse;
	width: 100%;
	background: #FEFEE9 url(../images/bg_fade-h_tickBox.png) repeat-y right;
	margin-top: 1em;
}
table.dataTable th, table.dataTableFull th {
	background: #fff;
	color: #888;
	padding: 0.5em 0.4em;
}
table.dataTable th, table.dataTable td, table.dataTableFull th, table.dataTableFull td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}
table.dataTable td, table.dataTableFull td {
	border: 1px solid #ccc;
}
table.dataTable td.indent, table.dataTableFull td.indent {
	background: url(../images/bullet_round_1_blue.png) 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.png) no-repeat 0.1em 0.45em ;
	margin-bottom: 0.3em;
	padding-left: 15px;
}
ul.bulletBlue li {
	background: url(../images/bullet_round_1_blue.png) 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.png) no-repeat 1.3em 0.45em;
	padding-left: 28px;
}
ul.download li {
	background: url(../images/icon_download_1.png) 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.png) 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.png) 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.png) 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.png) 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.png) 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.png) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.pdf {
	background: url(../images/icon_pdf.png) no-repeat 0 0.2em;
	margin-bottom: 0.7em;
}
#page-nav ul.salesNav li.browser {
	background: url(../images/icon_browser.png) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.cart {
	background: url(../images/icon_cart.png) no-repeat 0 0.1em;
}
#page-nav ul.salesNav li.email {
	background: url(../images/icon_email.png) no-repeat 0 0.3em;
}
#page-nav ul.salesNav li.comments {
	background: url(../images/icon_comments.png) no-repeat 0 0.3em;
}
ul.bulletListRows li {
	display: inline;
	float: left;
	width: 120px;
	background: url(../images/bullet_round_1_blue.png) 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.png) 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.png) 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.png) 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.png) 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-float-center 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: #888;
	border-width: 1px 0;
	border-style: dotted;
	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-center {
	align:center;
	margin: 15px 0 10px 10px
}

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.png) no-repeat 0 0em;
}
p.alert-msg {
	background-image: url(../images/icon-alert.png);
	background-position: 10px 0.8em;
	background-repeat: no-repeat;
	padding: 1em 1em 1em 37px;
	border-width: 1px;
	border-style: solid;
	border-color: #f30;
	margin-bottom: 2em;
}

/* === VIDEO PAGE STYLES === */

#categorycontainer { 
	border-width: 1px; 
	border-color: #003cb0;
	border-style: solid;
	width:718px; 
	margin-bottom: 1em; 
	padding: 0 0 10px 0;
	clear: left;

}
div#videocontainer {
	background-color: #fff;
	margin: 0;
}
div#videocontainer object { /* set equal margins on either side of video player */
	margin: 0 47px;
}
div#videocontainer h2 {
	margin: 0.8em 47px 1em 47px;
}

div#videocontainer p {
	margin: 0.8em 47px 1em 47px;
}


div.videotab-container {
	background-color: #f4f4f4;
	border-bottom: 0px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	background-image: url(../images/bg-videonav-selector.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.videotab-container-inner {
	width: 705px;
	margin: 0 0 0 13px; 
	padding: 10px 0 15px 0;
}

/*VIDEO TAB NAVIGATION - floated list in 3 cols with video icons*/

UL.videotabs {
list-style: none;
margin: 0;
padding: 0;
}

UL.videotabs LI {
display: block;
float: left;
width: 235px;
font-size: 1em;
line-height: 1.8em;
}

UL.videotabs LI A {
background-image:url(../images/icon-video.png);
background-position: 0 0.1em;
background-repeat: no-repeat;
padding: 2px 0 2px 24px;
color: #000;
text-decoration: none;
margin-right: 13px;
}
UL.videotabs LI A.selected, UL.videotabs LI A:hover {
color: #f39400;
text-decoration: underline;
}
UL.videotabs LI A.selected {
	font-style: italic;
}     
UL.videotabs LI A:focus {
	outline: 0;
}

/*VIDEO TABS - select video categories*/

ul.shadetabs {
   margin:0;
   padding: 0;
   list-style:none;
   width: 720px; /* set this property in order to give this element hasLayout = TRUE - this will remove the unwanted spaced between the tab and the main box */
}
ul.shadetabs li {
  float:left;
  /*width: 195px;*/
  margin:0 1px 0 0;
    
  }
ul.shadetabs a {
	padding-left: 9px;
	display:block;
	/*width: 186px;*/
	white-space:nowrap;
	background: transparent url("../images/bg_nav_tab_left.png") no-repeat left top;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
  }
ul.shadetabs a span {
	background: transparent url("../images/bg_nav_tab_right.png") no-repeat right top;
	display: block;
	padding:7px 9px 6px 0px;
	text-align: center;
	margin-right: 0px;
}
ul.shadetabs li a:hover, ul.shadetabs li a:hover span {
  background-position:0% -177px;
  color:#333;
  }
ul.shadetabs li a:hover span {
  background-position:100% -177px;
  color: orange;
  }
ul.shadetabs li a.selected{ 
position: relative;
top: 1px;
font-weight: bold;
display: inline-block; /* trigger hasLayout = TRUE ; otherwise the top of the tab background image is obscured */
}
ul.shadetabs a.selected {
  background-position:0% -177px;
 }
ul.shadetabs a.selected span {
  background-position:100% -177px;
  color:#01289f;
 }

/* === end VIDEO PAGE STYLES === */

/* === LIGHTBOX GALLERY PAGE STYLES === */

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:10px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('jquery../images/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.infobar {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:15px;
	border-top:1px solid #666;
}

.infobar strong {
	display:block;	
}


/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .infobar{
	background:#163eb9 !important;
	background:rgba(0, 0, 0, 0.6) url('jquery../images/h80.png') repeat-x;
}

/* === END LIGHTBOX GALLERY PAGE STYLES === */



/* === 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;
}

/* === Shopping cart === */

div.cartBox {
	width: 170px;
	position: fixed;
	top: 20px;
	right: 20px;
	color: #333333;
}
div.cartBoxBody {
	background-image: url(../images/cartbox_body_border.png);
	background-repeat: repeat-y;
	background-position: top middle;
	background-color: #ebf5ff;
	padding: 0 5px;
}
div.cartBoxBodyInner {
	background-image: url(../images/cartbox_body_bg.png);
	background-repeat:repeat-x;
	background-position: bottom;
	padding: 10px 0 0 0;
	border-width: 0 2px;
	border-color: #c9d3dd;
	border-style: solid;
}
div.cartBox table.cartData {
	border-collapse: collapse;
	width: 156px;
	border-width: 0;
	border-color: #d6e2ec;
	border-style: solid;
}
div.cartBox table.cartData td {
	background-color: #f2f8fe;
	border-width: 1px 0;
	border-color: #d6e2ec;
	border-style: solid;
	padding: 0.3em;
}
div.cartBoxButtonsTop {
	position: absolute;
	top: 8px;
	right: 10px;
}
div.cartBoxButtonsBottom {
	position: relative;
	top: 8px;
	right: 0px;
}
table.cartButtons {
	width: 156px;
}
table.cartButtons td {
	width: 78px;
	padding-top: 5px;
}
table.cartButtons td.left {
	padding-left: 9px;
}
table.cartButtons td.right {
	padding-left: 3px;
}
table.cartButtons td div {
	position: relative;
}
table.cartButtons td img {
	position: relative;
	top: 4px;
}