/* CSS Document */

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}*/


body {
    background-color: #fff;
	margin:0; padding:0; 
	text-align:center; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
a{
	color: #002796; text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

#container {
	text-align:left; 
	margin: 0px auto; 
	width: 1000px;
}

#content {
	text-align:center; 
	width:1000px; 
	margin: 0px; 
	z-index:0;
	background-color: #fff;
	height:auto;
	min-height:500px;
  	_height:500px;
}
#box-icon {
	text-align:center; 
	background-image:url(../../images/bg-box.jpg); 
	width:1000px; 
	margin: 0px auto; 
	border-bottom:1px solid gray;
	border-top:2px solid gray;
	z-index:0;
	background-color: #fff;
	height:179px;
	min-height:179px;
  	_height:179px;
}
#content-text {
	background-image:url(../../images/bg-text.jpg);
	width:1000px; 
	margin: 0px; 
	z-index:0;
}
#content2 img{
 display:block;
 border:2px solid #000000;
}
#globalnav {
	position:relative; text-align:center; left:0px;width:1000px;z-index:100;
}

img {border: 0;}

#content-top {
	width:948px; height:6px; background:url(/img/global/bg_948_box_top_corner.png) top left transparent;
}
#content-bottom {
	width:948px; height:6px; background:url(/img/global/bg_948_box_bottom_corner.png) top left transparent;
}

.content-table-td1 {
	padding-top:6px; padding-bottom: 6px; border-bottom: 2px solid #e8e7e3;
}
.content-table-td2 {
	padding-top:6px; padding-bottom: 6px; border-bottom: 2px solid #e8e7e3; background-color: #ebe9e7;
}
.spacer-8px{
	width: 8px;	
}
.clear {
	clear: both;
}
.myBox{background-color: #ecebe5; text-align: left;}

div.gradboxholder {
	background: url(/img/global/gradcorner_topleft.gif) top left no-repeat;
}

div.gradboxholder #topright {
	background: url(/img/global/gradcorner_topright.gif) top right no-repeat;
	height:10px;
	margin:0;
	padding:0;
	font-size:0;
	position:relative;
	right: -6px;
}

  
div.gradboxcontent {
	background: url(/img/global/gradcorner_rightborder.gif) top right no-repeat;
	padding: 0 10px 4px 10px;
	position:relative;
	right: -6px;
}

div.gradboxfooter {
	background: url(/img/global/gradcorner_botleft.gif) bottom left no-repeat;
	position:relative;
	top:4px;
	font-size:0;
}
	
div.gradboxfooter #botright {
	background: url(/img/global/gradcorner_botright.gif) bottom right no-repeat; 
	height:14px;
	position:relative;
	right: -6px;
	margin-top: -4px;
}

/* Modal Overlay style for Overlay class */
#modal_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000000;
	background: #000;
}

#modal_overlay.modal {
	filter:alpha(opacity=80);
	opacity:0.8;
}

#modal_overlay.modal_maczilla {
	background: transparent url(/img/global/bg_modal_maczilla.png);
}

/* Place items out in "left field" */
.left_field {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -40000px;
	top: -40000px;
}
.left_field * { padding: 2px; }

/* Corners */
.corner_top {
	background: transparent url(/img/global/corner_topleft.gif) no-repeat scroll 0%;
	height: 3px;
	margin-right: 3px;
	position: relative;
	font-size: 1px;
}

.corner_topright {
	background: transparent url(/img/global/corner_topright.gif) no-repeat scroll right top;
	height: 3px;
	margin-right: -3px;
	_margin: 0px -3px -1px 0px;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 3px;
	font-size: 1px;
}

.corner_bottom {
	background: transparent url(/img/global/corner_bottomleft.gif) no-repeat scroll 0%;
	bottom: 0px;
	height: 3px;
	margin-right: 3px;
	position: relative;
	font-size: 1px;
}

.corner_bottomright {
	background: transparent url(/img/global/corner_bottomright.gif) no-repeat scroll right bottom;
	bottom: 0pt;
	height: 3px;
	margin-right: -3px;
	_margin: 0px -3px -1px 0px;
	position: absolute;
	right: 0pt;
	width: 3px;
	font-size: 1px;
}

.corner_ltgrey_top {
	background: transparent url(/img/global/corner_ltgrey_topleft.gif) no-repeat scroll left top;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
}

.corner_ltgrey_topright {
	background: transparent url(/img/global/corner_ltgrey_topright.gif) no-repeat scroll right top;
	height: 3px;
	margin-right: -3px;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 3px;
	font-size: 1px;
}

.corner_ltgrey_bottom {
	background: transparent url(/img/global/corner_ltgrey_bottomleft.gif) no-repeat scroll 0%;
	bottom: 0pt;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
}

.corner_ltgrey_bottomright {
	background: transparent url(/img/global/corner_ltgrey_bottomright.gif) no-repeat scroll right bottom;
	bottom: 0px;
	height: 3px;
	font-size: 1px;
	margin-right: -3px;
	position: absolute;
	right: 0px;
	width: 3px;
}

.corner_ltgrey_rightonly {
	background: #e8e8e8;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
}

.corner_white_top {
	background: transparent url(/img/global/corner_white_topleft.gif) no-repeat scroll left top;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
}

.corner_white_topright {
	background: transparent url(/img/global/corner_white_topright.gif) no-repeat scroll right top;
	height: 3px;
	margin-right: -3px;
	_margin: 0px -4px 0px 0px;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 3px;
	font-size: 1px;
}

.corner_white_bottom {
	background: transparent url(/img/global/corner_white_bottomleft.gif) no-repeat scroll 0%;
	bottom: 0px;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;}

.corner_white_bottomright {
	background: transparent url(/img/global/corner_white_bottomright.gif) no-repeat scroll right bottom;
	bottom: 0px;
	height: 3px;
	font-size: 1px;
	margin-right: -3px;
	_margin: 0px -4px -1px 0px;
	position: absolute;
	right: 0px;
	width: 3px;
}

.overlay-corner_top {
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	background: url(/img/global/overlay_corner_topleft.gif) no-repeat;
	position: relative;
}

.overlay-corner_topright {
	background: url(/img/global/overlay_corner_topright.gif) no-repeat scroll right top;
	height: 3px;
	margin-right: -3px;
	_margin: 0px -4px 0px 0px;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 3px;
	font-size: 1px;
}

.overlay-corner_bottom {
	background: url(/img/global/overlay_corner_bottomleft.gif) no-repeat;
	bottom: 0px;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
}

.overlay-corner_bottomright {
	background: url(/img/global/overlay_corner_bottomright.gif) no-repeat scroll right bottom;
	bottom: 0px;
	height: 3px;
	font-size: 1px;
	margin-right: -3px;
	_margin: 0px -4px -1px 0px;
	position: absolute;
	right: 0px;
	width: 3px;
}

.corner_yellow_top {
	height: 3px;
	margin-right: 3px;
	background: #ffff99 url(/img/dealers/corner_yellow_topleft.gif) no-repeat top left;
	position: relative;
}

.corner_yellow_topright {
	position: absolute;
	top: 0;
	right: 0;
	height: 3px;
	width: 3px;
	margin-right: -3px;
	_margin: 0px -4px 0px 0px;
	background: #ffff99 url(/img/dealers/corner_yellow_topright.gif) no-repeat scroll right top;
}

.corner_yellow_bottom {
	bottom: 0px;
	height: 3px;
	margin-right: 3px;
	font-size: 1px;
	position: relative;
	background: #ffff99 url(/img/dealers/corner_yellow_bottomleft.gif) no-repeat;
}

.corner_yellow_bottomright {
	bottom: 0px;
	height: 3px;
	font-size: 1px;
	margin-right: -3px;
	_margin: 0px -4px -1px 0px;
	position: absolute;
	right: 0px;
	width: 3px;
	background: #ffff99 url(/img/dealers/corner_yellow_bottomright.gif) no-repeat scroll right bottom;
}


.corner_leftonly {
	margin-right: 0px;
}

/* Next / Previous arrow buttons */
a.pager_next {
	display: block;
	cursor:hand;
	float: right;
	width: 20px;
	height: 18px;
	background: url('/img/global/btn_pager_next.gif') top left no-repeat;
}
a.pager_next[class] {
	background: url('/img/global/btn_pager_next.png') top left no-repeat;
}

a.pager_next:hover {
	background: url('/img/global/btn_pager_next_over.gif') top left no-repeat;
}
a.pager_next[class]:hover {
	background: url('/img/global/btn_pager_next_over.png') top left no-repeat;
}

a.pager_prev {
	display: block;
	cursor:hand;
	float: left;
	width: 20px;
	height: 18px;
	background: url('/img/global/btn_pager_prev.gif') top left no-repeat;
}
a.pager_prev[class] {
	background: url('/img/global/btn_pager_prev.png') top left no-repeat;
}

a.pager_prev:hover {
	background: url('/img/global/btn_pager_prev_over.gif') top left no-repeat;
}
a.pager_prev[class]:hover {
	background: url('/img/global/btn_pager_prev_over.png') top left no-repeat;
}

/* Disclaimers */
#disclaimers-ajax { display: block; }

.disclaimer-text p {
	text-align: left;
	padding-bottom: 12px;
}

.disclaimer-text .bluetooth li {
    text-align: left;
}


span.disclaimer {
	font-weight: bold;
	color: #000;
}

.disclaimer-box-content {
	position: relative;
	padding: 10px 20px;
	padding-left: 10px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.disclaimer-overlay-div {
	width:500px;
	margin:10px 0 10px 140px;
}

.disclaimer-overlay-close {
    position: absolute;
	top: 4px;
	right: 6px;
	display:block;
	margin:0;
	height:31px;
	width: 30px;
	z-index:1000;
}

#content.content_default { width: 940px; margin: 20px; }

.content_body {
	background: #fff;
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

div.invalid-zip {
	margin: 0px auto 0px auto;
	width: 250px;
	display: block;
}

.invalid-zip h2 {
	margin-top: 20px;
	font-size: 18px !important;
	margin-left:0;
	padding-left:0 !important;
	text-transform:none;
	text-align:center !important;
}

.invalid-zip p {
	margin: 20px 0px 20px 0px;
}

/* Interstitial Overlay */
#interstitial_link {
	background: #fff;
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#interstitial_link h3 {
	position: static;
	display: block;
	clear: both;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 35px 0px 30px 0px;
}

#interstitial_link .interstitial_close {
	float: right;
}

#interstitial_link p {
	position: static;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 5px 65px 5px 65px;
}

#interstitial_link .interstitial_buttons {
	display: block;
	clear: both;
}

#interstitial_link .interstitial_buttons {
	position: static;
	text-align: center;
	padding: 25px 0px 60px 245px;
}

#interstitial_link .interstitial_buttons a {
	display: block;
	float: left;
}

#interstitial_link .interstitial_back {
	width: 60px;
	height: 25px;
	margin: 0px 6px 0px 0px;
	background: transparent url('/img/global/btn_back.gif') 0px 0px no-repeat;
}
#interstitial_link .interstitial_back:hover {
	background: transparent url('/img/global/btn_back.gif') 0px -25px no-repeat;
	text-decoration: none;
}

#interstitial_continue {
	width: 85px;
	height: 25px;
	margin: 0px 6px 0px 0px;
	background: transparent url('/img/global/btn_continue.gif') 0px 0px no-repeat;
}
#interstitial_continue:hover {
	background: transparent url('/img/global/btn_continue.gif') 0px -25px no-repeat;
	text-decoration: none;
}

#interstitial_link .interstitial_footer {
	text-align: center;
	color: #000;
	font-weight: normal;
	font-size: 9px;
	padding: 0px 100px 0px 100px;
}

.imgloader {
	background: #fff url('/img/global/img_loading_nobg.gif') no-repeat center center;
}

#print_logo {
	display:none;
}

a.pbutton { display: block; width: 26px; height: 24px; background: url(/img/global/pbutton2.gif) 0 0 no-repeat; }
a.pbutton:hover { background: url(/img/global/pbutton2.gif) -26px 0 no-repeat; }
a.nbutton { display: block; width: 26px; height: 24px; background: url(/img/global/nbutton2.gif) 0 0 no-repeat; }
a.nbutton:hover { background: url(/img/global/nbutton2.gif) -26px 0 no-repeat; }
a.squarex { display: block; width: 26px; height: 24px; background: url(/img/global/squarex2.gif) 0 0 no-repeat; }
a.squarex:hover { background: url(/img/global/squarex2.gif) -26px 0 no-repeat; }

.overlayDiv { width: 550px; margin: 5px auto 0 auto; }

/* for tables to have a border in disclaimers*/

.disclaimer-box-content td { 
	border: 1px solid black;
	padding: 3px; 
	}

/* hide select boxes behind the overlay in IE6 */
.noselect select {
	_visibility: hidden !important;
}

/* Modal Overlay */
#model-layer, #med-layer {
	text-align: center;
	z-index: 9;
}
#model-outer-layer, #med-outer-layer {
	margin: 10px 0 10px 204px;
}

#model-layer-box, #med-layer-box {
	position: relative;
	border: #ccc 1px solid;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	text-align: left;
}

/*#model-layer-box-header {*/
#model-layer h1, #med-layer-box h1 {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 10px 10px;
	top: 0px;
	left: 0px;
	text-align: left;
	background: none;
	height: auto;
	width: auto;
	display: block
}

#model-layer h2, #med-layer-box h2, .quickOverlay h2 {
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 10px 10px;
	top: 0px;
	left: 0px;
	text-align: left;
	background: none;
	height: auto;
	width: auto;
	display: block
}

#model-layer-close {
    position: absolute; right: 10px; top: 4px; z-index: 100;
} 

#model-layer-box-content, #med-layer-box-content, #model-layer-box-content-text {
	position: relative;
	padding: 36px 2px 2px 2px;
	text-align:center;
}

#model-layer-box-content.left, #med-layer-box-content.left, #model-layer-box-content-text.left {
	text-align: left;
}

#model-layer-box-content p, #med-layer-box-content p {
	margin: 10px 20px;
}

#model-layer-nav {
	margin-left: auto;
	margin-right: auto;	
	height: 26px;
	padding-bottom: 3px;
	width:260px;
}

#med-layer #model-layer-nav {
	margin-left: 290px;
}

#model-layer-prev {
	float: left;
}	

#photonumbers {
	float: left; font-size: 10px; text-align: center; width: 200px; margin-top: 5px;
}

#model-layer-next {
	float: left;
}	

/* bluetooth */
.bt { background: #fff; }
.bluetooth-disclaimer {height:500px; overflow:auto}
.bluetooth { text-align: left; padding: 0 20px 10px 0; }
.bluetooth a { color: #0080d1; }
.bluetooth p { padding-bottom: 8px; }
.bluetooth p strong { font-weight: bold; }
.bluetooth ul { margin: 10px 20px; list-style: disc; }
.bluetooth li { margin-left: 15px; }


h2.bluetooth-disclaimer-header {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	position: relative;
	width: 90%;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#FFFFFF;
}
.copyright a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

