@charset "utf-8";
/* CSS Document */

/* ================================ Eric Meyers Reset Rules START =============================== */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:0;
	
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* ================================ Eric Meyers Reset Rules END =============================== */

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background-color: #f7f7f7;
	min-height:100%;
	margin-top:-208px;
	min-width: 1000px;
	position: relative;
	border-bottom:1px solid #ccc;

}

* html #container{
	height:100%
}

#header-holder {
	border-top:208px solid #fff;
	background-image: url(/img/page/header_bg.jpg);
	background-repeat: repeat-x;
	height: 205px;
}

#footer-holder {
	height: 208px;
	background-image: url(/img/page/footer-bg.jpg);
	background-repeat: repeat-x;
}

#header-content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height:125px;
}
#content-content, #content-content-blog {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#footer-content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#company-nav ul {
	margin: 0px;
	padding: 0px;
	right: 10px;
	position: absolute;
	top: 5px;
}
#company-nav li {
	display: inline;
}
#company-nav {
	position: relative;
	top:5px;
	z-index:100;
}

#product-nav {
	height: 61px;
	clear: both;
	background-image: url(/img/page/prod-nav-bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	margin-top: 3px;
}
#logo {
	position: relative;
	height: 66px;
	width: 168px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
#logo span {
	position:absolute;
	width:168px;
	height:66px;
	left:0;
	top:0px;
	margin:0;
	background:url(/img/page/logo.png);
	/*cursor:hand;*/
	cursor:pointer;
}
#logo-holder {
	padding-top: 32px;
	position:relative;
	width:770px;
	height:66px;

}

#header-content #logo-holder #hs {
	height: 54px;
	width: 94px;
	position: absolute;
	right: 0;
	bottom:0;
}

#logo-holder h2 {
	bottom:10px;
	color:#333333;
	display:block;
	font-weight:bold;
	left:8px;
	margin-left:180px;
	margin-top:41px;
	position:absolute;
	margin-right: 0px;
	margin-bottom: 0px;
}
#product-nav #button-list {
	margin: 0px;
	margin-left:20px;
	padding: 0px;
	list-style-type: none;
}
#product-nav #button-list a.button-link {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0D0D0;
	font-size:10%;
	color:#FFFFFF;
}
/*get rid of last button border*/
#product-nav #button-list a.last {
	border:0;
}
#product-nav #more-button a{
	border:0;
}
#content-holder {
	clear: both;
	margin-bottom: 15px;
}
#sp-button a.button-link {
	padding: 5px;
	position: relative;
	height: 50px;
/*	width: 107px;
*/	display: block;
	overflow: hidden;
}
#sp-button a.button-link span {
	position: absolute;
	height: 50px;
	/*width: 107px;*/
	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/satphone-button.gif);
	background-repeat: no-repeat;
}
#uk-button a.button-link {
	padding: 5px;
	overflow: hidden;
	position: relative;
	height: 50px;
	/*width: 102px;*/
}
#uk-button a.button-link span {
	position: absolute;
	height: 50px;
/*	width: 102px;
*/	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/ukphone-button.gif);
	background-repeat: no-repeat;
}
#us-button a.button-link {
	padding: 5px;
	overflow: hidden;
	position: relative;
	height: 50px;
/*	width: 101px;
*/}
#us-button a.button-link span {
	position: absolute;
	height: 50px;
/*	width: 101px;
*/	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/usphone-button.gif);
	background-repeat: no-repeat;
}
#jp-button a.button-link {
	padding: 5px;
	overflow: hidden;
	position: relative;
	height: 50px;
/*	width: 124px;
*/}
#jp-button a.button-link span {
	position: absolute;
	height: 50px;
/*	width: 124px;
*/	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/jpphone-button.gif);
	background-repeat: no-repeat;
}
#kr-button a.button-link {
	padding: 5px;
	overflow: hidden;
	position: relative;
	height: 50px;
/*	width: 110px;
*/}
#kr-button a.button-link span {
	position: absolute;
	height: 50px;
/*	width: 110px;
*/	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/krphone-button.gif);
	background-repeat: no-repeat;
}
#int-button a.button-link {
	display:block;
	padding: 5px;
	overflow: hidden;
	position: relative;
	height: 50px;
	color:#FFFFFF;
/*	width: 130px;
*/}
#int-button a.button-link span {
	position: absolute;
	height: 50px;
/*	width: 130px;
*/	left:5px;
	top:5px;
	margin:0;
	background-image: url(/img/page/int-button.gif);
	background-repeat: no-repeat;
}

#sp-button, #uk-button, #us-button, #jp-button, #kr-button, #int-button{
	float:left;
}
#button-list span, #button-list a.button-link{
	width:135px;
	cursor:pointer;
}

#company-nav a {
	color:#000000;
	font-size:90%;
	font-weight:bold;
	margin-left:0.5em;
	text-decoration:none;
}
#company-nav a:hover{
	text-decoration:underline;
}
#freephone-holder {
	position: absolute;
	right: 0px;
	top: 208px;
}
#freephone-holder p{
	overflow: hidden;
	position: relative;
	height: 113px;
	width: 109px;
}
#freephone-holder p span{
	position: absolute;
	height: 113px;
	width: 109px;
	left:0px;
	top:0px;
	margin:0;
	background-image: url(/img/page/freephone-label.gif);
	background-repeat: no-repeat;
}
#corners-top, #corners-top-blog {
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
	width: 100%;
}
#corners-top{
	background-image: url(/img/page/content-corners-top.gif);
}
#corners-top-blog{
	background-image: url(/img/blog/content-corners-top.gif);
}
#content-content, #content-content-blog {
	background-repeat: repeat-y;
	position: relative;
}
#content-content{
	background-image: url(/img/page/content-bg.gif);
}
#content-content-blog {
	background-image: url(/img/blog/content-bg.gif);
}
#corners-bottom, #corners-bottom-blog{
	height: 8px;
	background-repeat: repeat-y;
	background-position: center bottom;
}
#corners-bottom{
	background-image: url(/img/page/content-corners-bottom.gif);
}
#corners-bottom-blog{
	background-image: url(/img/blog/content-corners-bottom.gif);
}

#footer-content {
	background-image: url(/img/page/footer-divider-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
}
#footer-product-nav {
	float: left;
	width: 345px;
}
#footer-info-nav {
	position: absolute;
	right: 0px;
}
.list-col-1 {
	float: left;
}

.list-col-1, .list-col-2, #sitemap, #sitemap ul {
	list-style-image: url(/img/page/footer-bullet.gif);
}
.list-col-1, .list-col-2 {
	margin-left: 30px;
	margin-right: 30px;
	height:1%;
}
.list-col-2 {
	margin-left: 50%;
}
#footer-product-nav, #footer-info-nav {
	background-image: url(/img/page/footer-link-box.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 345px;
}
#footer-content {
	color: #333333;
	position: relative;
}
#footer-content a {
	text-decoration: none;
	color: #333333;
	font-size: 80%;
}
#footer-content a:hover {
	text-decoration:underline;
}
#footer-content h4 {
	font-size:90%;
	font-weight: bold;
	margin:1em;
}

#content-content p.intro {
color:#333333;
font-size:100%;
font-weight:normal;
line-height:1.4em;
margin-left:10px;
}

#benefits h3 {
	color:#266F1F;
	margin-bottom:1em;
	margin-left:10px;
	margin-top:0em;
	font-size:130%;
	font-weight:bold;
}

.prodheader{
	color:#003366;
	font-size:140%;
	letter-spacing:-1px;
	font-size:110%;
	margin-bottom:1em;
	margin-left:0.7em;
	margin-top:1em;
}

#benefits ul {
	list-style-image: url(/img/page/benefits-bullet.gif);
	margin-left: 20px;
}
#benefits li {
	font-style: italic;
	color: #205891;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
}
#benefit-row-1 {
	float: left;
	margin-left: 20px;
}
#benefit-row-2 {
	float: left;
	margin-left: 50px;
}
#starburst p {
	position:absolute;
	height: 130px;
	width: 130px;
	padding:0;
	overflow:hidden;
	right: 20px;
	top: -100px;
}
#starburst p span {
	position:absolute;
	width:130px;
	height:130px;
	top:0;
	margin:0;
	background-image: url(/img/page/starburst.gif);
	background-repeat: no-repeat;
	left: 0;
}#prod-images {
	clear: both;
	width:540px;
}

#starburst {
	background-color:#333333;
	clear: both;
	position: relative;
}
#prod-images dl {
	float: left;
	margin:1em;
	/*margin-bottom: 1em;
	margin-left: 1.3em;
	margin-right: .5em;*/
}
#prod-images {
	margin-right: auto;
	margin-left: auto;
}
#prod-images dt {
	color:#666666;
font-size:80%;
margin-bottom:5px;
font-weight:bold;
}
#footer-content p{
	font-size:80%;
	text-align:right;
	display: block;
	padding-top: 1em;
}
#salesbuttons #main-link{
	display:none;
}
#salesbuttons #main-link, #salesbuttons #faq-link, #salesbuttons #prices-link  {
	width: 94px;
	height: 30px;
	position: relative;
	padding: 0px;
	overflow: hidden;
}
#salesbuttons #main-link span, #salesbuttons #faq-link span, #salesbuttons #prices-link span {
	position:absolute;
	width:94px;
	height:30px;
	left:0;
	top:0px;
	margin:0;
	cursor:pointer;
}
#salesbuttons #main-link span{
	background:url(/img/page/salesbutton-goback.png);
}
#salesbuttons #faq-link span{
	background:url(/img/page/salesbutton-faq.png);
}
#salesbuttons #prices-link span{
	background:url(/img/page/salesbutton-prices.png);
}

#salesbuttons {
	height:30px;

}
#salesbuttons ul{
	position:absolute;
	right:8px;
}
#salesbuttons li {
	float: left;
	margin-left:5px;
}

#main-link a, #faq-link a, #prices-link a{
	display:block;
	height:30px;
}
.hand{
	cursor:pointer;
}

.hideunder{
	z-index:-100;
}

#content-content p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 95%;
	line-height: 1.2em;
	padding-bottom: 1em;
}
#headline {
	color:#003366;
	font-size:200%;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:0em;
	padding-left:10px;
	padding-top:0.2em;
}
#content-content .strapline, #content-content #lowrates {
	font-weight: bold;
	font-size:130%;
	font-style:italic;
}
#content-content .strapline {
	color: #B41A00;
}
#content-content #lowrates {
	color: #003366;
	margin-top:1em;
	margin-bottom:5px;
	text-align:center;

}
#product-nav .sat-dd, #product-nav .jap-dd, #product-nav .us-dd  {
	width: 125px;
	height: 87px;
	position: absolute;
	background-image: url(/img/page/bubble.gif);
	background-repeat: no-repeat;
	display:none;
	z-index:1;
}
#product-nav .sat-dd ul, #product-nav .jap-dd ul, #product-nav .us-dd ul  {
	margin:0pt;
	padding:0pt;
	margin-top:20px;
	margin-left:11px;

}
div.sat-dd ul li, div.jap-dd ul li, div.us-dd ul li {
	display:inline;
}
.sat-dd ul a, .jap-dd ul a, .us-dd ul a   {
	font-size:90%;
	text-decoration:none;
	color:#333333;
	display:block;
	margin-top:5px;
}
.sat-dd ul a:hover, .jap-dd ul a:hover, .us-dd ul a:hover  {
	color:#FF6600;
	text-decoration:underline;	
}
#main-copy #intro h1, #main-copy h2, #information h2{
	color:#003366;
	font-size:200%;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:0em;
	padding-left:0.5em;
	padding-top:0.2em;
	text-align:center;
}
#main-copy h2, #faq-copy h2, #prices-copy h2, #information h2 {
	text-align:left;
	margin-left:10px;
	margin-bottom:1em;
	padding-left:0;
}
#intro h2 {
	color:#B41A00;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}
#intro h3 {
	color:#003366;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
#intro h1, #intro h2, #intro h3  {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.1em;
}
#intro .firstline, .contactline, .four-o-four-line{
text-align:center;
margin-top:1em;
font-size:85%;
font-style:italic;
color:#b41a00;;
font-weight:bold;
}
.contactline, .four-o-four-line{
text-align:left;
color:#266F1F;
}
#main-copy #contact-headline, #information #four-o-four-headline{
margin-bottom:0;
}
#container #content-holder #content-content #main-copy #intro {
	text-align: center;
}
#main-copy #audio {
	margin-top: 15px;
	text-align: center;
}
hr {
	background-color:#CCCCCC;
	border-width:0px;
	clear:both;
	color:#CCCCCC;
	height:1px;
	margin-bottom:20px;
	margin-top:10px;
}
hr#home{
	margin-top:35px;
}

#main-copy h4, #faq-copy h4, #prices-copy h4{
	color:#05A;
	font-size:120%;
	font-weight:bold;
	margin-left: 10px;
}

#charges table, #charges-gsm table, #charges-gsm-faq table, #charges-gsm-prices table, #rates table, #charges_2 table, #rates_2 table, #comparison table {
	background-color:#E3EFF3;
	border:1px solid #CCCCCC;
	padding:0px;
	width:100%;
	margin: 0px;
}

#charges table th, #charges-gsm table th, #charges-gsm-faq table th, #charges-gsm-prices table th, #rates table th, #charges_2 table th, #rates_2 table th, #comparison table th {
	font-weight:normal;
	margin:0px;
	padding:5px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#charges table td, #charges-gsm table td, #charges-gsm-faq table td, #charges-gsm-prices table td, #rates table td, #charges_2 table td, #rates_2 table td, #comparison table td {
	background-color:#FAFAFA;
	font-size:110%;
	padding: 5px;
	color: #333;
}

#main-copy #charges h3, #prices-copy #charges_2 h3{
	margin-left:0;
	margin-bottom:1em;
}
#main-copy #charges-gsm h3{
	margin-left:0;
	margin-bottom:1em;
	
}
#faq-copy #charges-gsm-faq h3{
	margin-left:0;
}
#faq-copy #charges-gsm-faq h4{
	margin-bottom:0;
}
#prices-copy #charges-gsm-prices h3{
	margin-left:0;
	margin-bottom:1em;
}
	

.ajaxdropdown{
	margin-left:10px;
	font-size:120%;
}
.country-em{
	color:#266F1F;
	font-style:italic;
	font-size:110%;
}

#rates, #charges, #charges-gsm, #charges-gsm-faq, #charges-gsm-prices, #rates_2, #charges_2, #comparison{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}
#rates h5, #charges h5, #charges-gsm h5, #charges-gsm-faq h5, #charges-gsm-prices h5, #rates_2 h5, #charges_2 h5, #comparison h5{
	margin-bottom:0.5em;
	margin-left: 0px;
	font-size: 140%;
	color: #266F1F;
}
#rates h4, #charges h4, #charges-gsm h4, #charges-gsm-faq h4, #charges-gsm-prices h4, #rates_2 h4, #charges_2 h4, #comparison h4{
	margin-left:0px;
}
#comparison{
	margin-top:1em;
}

#main-copy #desk {
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
}
#main-copy #desk p {
	font-family:"Courier New",Courier,monospace;
	font-size:95%;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #333;
}
#main-copy p, #faq-copy p, #prices-copy p, #information p {
	margin-top: .5em;
}
#main-copy ul, #faq-copy ul, #prices-copy ul {
	margin-left: 40px;
	margin-bottom: 1em;
	margin-top: 20px;
	margin-right: 20px;
}
#main-copy ol, #faq-copy ol, #prices-copy ol {
	margin-left: 40px;
	margin-bottom: 1em;
	margin-top: 20px;
	margin-right: 20px;
}
#main-copy ol li, #faq-copy ol li, #prices-copy ol li {
	line-height: 1.3em;
	padding-left:5px;
}
#box-warning{
	background-color:#F7F7F7;
	border:2px dashed #C6C6C6;
	margin:10px;
	padding-bottom:10px;
	text-align:center;
}

#main-copy .tick li, #faq-copy .tick li, #prices-copy .tick li, #main-copy .warning li, #faq-copy .warning li, #prices-copy .warning li {
	line-height: 1.3em;
	padding-left:5px;
}
#main-copy .tick li, #faq-copy .tick li, #prices-copy .tick li  {
	list-style-image: url(/img/page/benefits-bullet.gif);
}
#main-copy .warning li, #faq-copy .warning li, #prices-copy .warning li {
	list-style-image: url(/img/page/warning-bullet.gif);
}
strong {
	font-weight: bold;
}
#main-copy h3, #faq-copy h3, #prices-copy h3{
	color:#003366;
	font-size:140%;
	font-weight:bold;
	margin-left:10px;
	margin-top: 1em;
}
#faq-copy h3 {
	margin-bottom:1em;
}
#faq-copy h4 {
	margin-bottom:1em;
	text-decoration:underline;
}

.traveladapters, .guarantee {
	float: left;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 1em;
	margin-top: 1em;
}
em {
	font-style: italic;
}

#rates h4, #charges h4, #charges-faq h4{
	text-align: left;
	margin: 0px;
}
.center {
	text-align:center;	
}
.reassure{
clear:both;
color:#003399;
font-size:100%;
font-weight:bold;
}
.highlight {
	color: #C00;
}
#main-copy a, #faq-copy a, #prices-copy a{
	color: #0084D3;
	font-weight:normal;
}
#main-copy h4 a, #faq-copy h4 a, #prices-copy h4 a {
	font-style: italic;
	color: #DD5800;
}
.video{
	background-color:#FFFFEC;
	border:1px dashed #CCCCCC;
	height:215px;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	margin: 10px;
}
.video img{
float:left;
margin-left:50px;
margin-right:30px;
}


#five_reasons, #easyways {
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
	padding-bottom:10px;
	padding-right:10px;
	margin: 10px;
}
#five_reasons h4, #easyways h4 {
	color:#000;
}
.reason {
color:#009933;
font-size:110%;
}
.customer-testimonial{
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
	color:#000000;
	font-family:"Courier New",Courier,monospace;
	font-size:100%;
	margin-bottom:1em;
	margin-top:1em;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.testimonial-highlight {
color:#006600;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
font-style:italic;
font-weight:bold;
}
.testimonial-audio {
margin:1em;
text-align:center;
}
.new-audio{
height:24px;
width:290px;
margin:20px auto 20px auto;
}
.customer-testimonial img, .testimonial img {
border:1px dashed #CCCCCC;
clear:both;
float:left;
margin-bottom:5px;
margin-right:10px;
padding:3px;
}
.customer-testimonial strong {
clear:both;
display:block;
}#intro {
	padding-right: 1em;
	padding-left: 1em;
}
.bonus, .testimonial {
	background-color:#FFFFCC;
	border:1px dashed #CCCCCC;
	height:1%;
	margin-top:1em;
	margin-left:10px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footnote img {
	padding-left: 10px;
}
#main-copy .dear, #faq-copy .dear, #prices-copy .dear {
	font-style: italic;
	font-weight: bold;
	margin-top: 1em;
}
.phones .popups {
	float: left;
	margin-left: 200px;
}
.prod-img img {
	float: left;
	margin-left: 10px;
	margin-bottom:10px;
	
}
#main-copy .phones, #faq-copy .phones, #prices-copy .phones {
	margin-top: 20px;
	margin-left: 10px;
	position:relative;
	width:750px;

}
.phones .buy {
	margin-top: 15px;
	position:absolute;
	right:20px;
	top:0px;
}
.phones .popups li a {
	font-weight: bold;
}
#main-copy .phones .popups li a, #faq-copy .phones .popups li a, #prices-copy .phones .popups li a, #information li a{
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0084D3;	
}
#main-copy .phones ul.popups, #faq-copy .phones ul.popups, #prices-copy .phones ul.popups {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.last{
	margin-bottom:1em;
}

/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/img/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/img/jtip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/img/jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
.answer {
	border: 1px solid #E6E6E6;
	margin: 10px;
}
.answer blockquote {
	font-family:"Courier New", Courier, monospace;
	font-size:80%;
	line-height:1.4em;
	margin-left: 20px;
	color: #333;
	margin-bottom: 10px;
}
.author {
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 110%;
	margin-left: 10px;
}
.pointnum {
	vertical-align: text-top;
	margin-right: .5em;
}
#vidbox2, #vidbox3, #vidbox4, #vidbox5, #vidbox6, #vidbox7 {
	text-align:center;
}
.td-highlight {
	background-color:#FFFF00;
}
.totals {
	font-weight:bold;
}
p#saving-note{
	color:#CC0000;
	font-family:"Courier New",Courier,monospace;
	font-size:120%;
	font-style:italic;
	font-weight:bold;
}
#guarantee {
	float:left;
	margin:10px;
}
.clear{
clear:both;
}
.friendlytext{
color:#266F1F;
}
.tickbox{
	letter-spacing:2px;
	font-weight:bold;
}
#shoppinglist{
	margin:1em;
	border:solid 1px #ccc;
	background-color:#FFFFD9;
}
#shoppinglist a{
	font-weight:bold;
}
#shoppinglist li{
	font-size:90%;
}
#shoppinglist img{
	margin-right:5px;
	vertical-align:middle;
}
#shoppinglist h5{
	margin-top:1em;
	margin-bottom:1em;
}
#reasons{
	padding-top:1em;
	margin:1em;
	border:solid 1px #ccc;
	background-color:#FFFFD9;
}
#reasons h4{
	color:#266F1F;
	font-size:110%;
	margin-bottom:1em;
	margin-left:0.7em;
	margin-top:0em;
}
.postscript{
	font-weight:bold;
	color:#036;
}
#information h3{
	color:#003366;
	font-size:140%;
	font-weight:bold;
	margin-left:10px;
	margin-bottom: 5px;
}
#information h5{
	color:#003366;
	font-size:90%;
	font-weight:bold;
	margin-top:10px;
}
#information ol{
	list-style-type:decimal;
}
#information ul{
	list-style-type:disc;
}
#information ul, #information ol {
	margin-bottom:1em;
	margin-left:2em;
}
#information li{
	font-size:15px;
	padding:2px;
}
#main-copy h3#question {
	font-size:120%;
	font-style:italic;
	margin-top:0;
	color:#C00;
}
#main-copy #sat-acc h3{
	font-size:90%;
margin-bottom:10px;
margin-left:5px;
margin-top:5px;
}

#sat-acc #col-a, #sat-acc #col-b, #sat-acc #col-c {
	width:232px;
	height:420px;
	position:relative;
}
#sat-acc #col-a{
	float:left;
	padding-left:20px;
}
#sat-acc #col-b{
	float:left;
	padding-left:20px;
}
#sat-acc #col-c{
margin-left:520px;

}
#sat-acc ul.tick{
	margin-left:10px;
	margin-right:10px;
	padding-left:17px;

}

#sat-acc ul.tick li{
	font-size:80%;
	line-height:1.2em;
	margin-bottom:1em;
	padding-left: 3px;
}
#sat-acc .img-holder img{
	margin-left:5px;
}
#main-copy #split h3 {
	margin-top: 0px;
}
#split #col-a h3, #split #col-b h3 {
margin-top:.5em;
}
#split #col-a{
	float:left;
	width:375px;
	margin-left:10px;
}
#split #col-b{
	width:370px;
	margin-left:390px;
}
#split, #sat-acc{
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}
#split{
	background-image: url(/img/page/split_bg.jpg);
	height:360px;
	width:770px;
}
#sat-acc{
	background-image: url(/img/page/sat-acc_bg.jpg);
	height:420px;
	width:770px;
	margin-bottom:5px;
}
#main-copy #pick{
	margin-bottom:10px;
}
#buy-button, #rent-button{
position:absolute;
bottom:15px;
}

#buy-button a, #rent-button a {
	display: block;
	height: 51px;
	width: 190px;
	position: relative;
	margin-left:30px;

}
#buy-button span, #rent-button span {
	display: block;
	height: 51px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#buy-button span, #rent-button span{
	cursor:pointer;
}
#buy-button span{
	background-image: url(/img/page/split-buy.jpg);
}
#rent-button span{
	background-image: url(/img/page/split-rent.jpg);
}
 #split img{
 	padding-left:15px;
	margin-top:15px;
 }
#split .img-holder{
	position:relative;
}
#split .input-box{
	position:absolute;
	right:60px;
	top:70px;
}
.input-box label{
	color:#266F1F;
	font-size:110%;
	letter-spacing:-1px;
}
.input-box input{
	height:2em;
	margin-right:1em;
	vertical-align:middle;
	width:2em;
}
#cart-button{
	margin-left:477px;
	cursor:pointer;
}
#sitemap a{
	font-weight:bold;
	color:#05A;
}
#tonypic{
float:left;
margin-right:10px;
margin-bottom:10px;
}
#staffpic{
	margin-top:10px;
	margin-left:0;
	margin-bottom:0;

}
#tonypic, #staffpic{
	border:solid 1px #CCCCCC;
	padding:3px;
}

/*#information #sitemap {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000;}
#information #sitemap li {list-style-type: none;}
#information ul#sitemap > li {margin-bottom: 10px;}
#information #sitemap ul li {list-style-image: url("/img/page/l2_normal.gif");}
#information #sitemap ul ul li {list-style-image: url("/img/page/l3_normal.gif");}
#information #sitemap ul li.firstfollow {list-style-image: url("/img/page/l2_first_follow.gif");}
#information #sitemap ul li.last {list-style-image: url("/img/page/l2_last_item.gif");}
#information #sitemap ul ul li.firstfollow {list-style-image: url("/img/page/l3_first_follow.gif");}
#information #sitemap ul ul li.last {list-style-image: url("/img/page/l3_last_item.gif");}*/
#map {
	border:1px solid #CCCCCC;
	float:left;
	height:300px;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	padding:5px;
	width:400px;
}
#main-copy address, #information address {
	display:block;
	font-size:90%;
	font-style:normal;
	line-height:1.4em;
	padding:10px;
}

#prod-images dt img {
	padding: 0px;
	margin-top: 0px;
	margin-right: .5em;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align:text-bottom;
}
#smallprint p{
	font-size:70%;
	line-height:1.4em;
}
#footer-content .validator {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#CCCCCC;
margin-right:5px;
padding-left:5px;
padding-right:5px;

}
#footer-content .validator:hover {
	color:#333;
	text-decoration:none;
}
.outofstock {
padding-top: 20px;
}
.debug{ border:1px solid red;}

/*expanders*/
ul.list li a{font-size: 90%;line-height: 1.5em;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: dotted; border-bottom-color: #0084D3;}	
.expandlist{float:left; width:495px; position:relative; left:-15px; margin-top:25px;}!important
.expandlist ul.list {max-width:495px;}!importanta.img-link {line-height:1.2em;	text-decoration:none; font-size:0.9em;}
img.expander{  width:12px; height:12px;}
