/* General */
html, body {
	font-size:11px;
	text-align:center;
	color: #333333;
}
* {
	font-family: arial;
	margin:0px;
	padding:0px; 
}
html{
	overflow: -moz-scrollbars-vertical;
}
body { 
	background: #03346f url(images/main_bgr.jpg) center top no-repeat;
	}
form {
	margin:0px;
	padding:0px;
	}
table {
	empty-cells:show;
	border-collapse: separate;
	border-spacing: 1px;
}

input,textarea {
	margin:0px;
	padding: 1px;
	font-family: tahoma;
	font-size: 11px;
}
select {
	margin:0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
}

area {
	cursor: pointer;
	cursor: hand;
	}
a:link,a:visited {
	color: #b0254a;
	text-decoration: underline;
	}

a:hover {
	text-decoration:none;
	}
a:active,a:focus {
    outline:0; 
  }
img {
	border: none;
	}
img.framed {
	padding:1px;
	border: 1px solid #dddddd;
}
.clearer {
	clear:both;
	}
.b {
	font-weight:bold;
}
.h1{
	height:1px;
	line-height:1px;
	font-size:1px;
	}
h3 {
	color:#b71f4a;
	font-size: 14px; 
	padding: 0px 0 0 0px; 
	font-weight: bold; 
	margin: 8px 0px 2px;
}
.h10{
	height:10px;
	line-height:10px;
	font-size: 10px;
	}
.h20{
	height:20px;
	}
.f12 {
	font-size:12px;
	}
/* Containers */
.wrapper {
	width: 960px;
	margin: 0px auto 0px;
	text-align: left;
	line-height: 18px;
	}
/* HEADER */
.header { 
	height:144px; 
	position:relative;
}

.logo {
	position: absolute;
	top: 63px;
	left: 0px;
	width: 293px;
	height: 78px;
}
/* MAIN NAVIGATION */
.main-nav {
	margin:0px 2px; 
	list-style-type:none;
	white-space:nowrap;
	height: 50px;
	font-weight: bold;
	background:url(images/nav_bgr_pale.gif) left top repeat-x; 
	border-bottom: 2px solid #ecf0f2;
  }
.main-nav li {
  display:inline;
  padding:0;
  margin:0;
  }

.main-nav a:link,.main-nav a:visited {
  float:left; 
  color:#1e74a2;
  border-right:2px solid #fff; 
  text-align:center; 
  padding:0px 19px 0px 19px; 
  text-align: center;
  text-decoration:none;
  font-size: 14px;
  line-height: 50px;
  }

.active a:link,.active a:visited {
  float:left; 
  background: url(images/nav_bgr_blue.gif) left top repeat-x; 
  border-right:2px solid #fff; 
  text-align:center; 
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  line-height: 50px;
  }

.main-nav a:hover{
  color:#c02b59; 
  }
 
.active a:hover{
  background:url(images/nav_bgr_blue.gif) left top repeat-x; 
}

.main-nav li img{
	cursor: pointer;
	margin: 8px 0px 0px 38px;
	}
  
.main-nav a:active,.main-nav a:focus {
    outline:0; 
  }


.login-cont {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 305px;
	height: 28px;
	color:#FFFFFF;
}

.login-cont a:link,.login-cont a:visited{
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
	}
.login-cont a:hover{
	text-decoration: none;
	}
	
.main {
	margin: 0px 0px;
	clear: both;
	background:#ffffff;
	min-height: 782px;
	_height: 782px;
	}
.main-in {
	padding-top: 10px;
	margin: 0px 20px 0 22px;
	}
.table-index-rates {
	margin: 0px 20px 0px;
	border: 1px solid #eff6fa;
	border-collapse:collapse;
	}
.table-index-rates th{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eff6fa;
	background: #e2eef5;
}
.table-index-rates td{
	border: 1px solid #eff6fa;
	height: 30px;
	padding-left: 4px;
	text-align: center;
	vertical-align: middle;
	background: #d2e3ed;
}

.table-map-rates {
	border-collapse:separate;
	border-spacing: 1px;
	float: left;
	}

.table-map-rates td{
	background:#eff6fa;
}

.table-access {
	width: 200px;
	margin: 0 10px 10px;
	border: 2px solid #ffffff;
}
.table-access td{
	height: 24px;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
}
.table-access th{
	height: 24px;
	padding-right: 6px;
	text-align: right;
	vertical-align: middle;
	color: #c02b59;
}
/* Left side */

.left {
	float:left;
	width: 668px;
	margin: 8px 8px 8px 10px;
	display: inline;
	background:#FFFFFF;
	}	
.left-in {
	margin: 10px 10px 0 14px;
	}

.big-blue {
	background: #ffffff url(images/left_cont_grad_bgr.gif) top repeat-x;
	}
	
.big-blue h1{
	margin: 16px 0 6px 30px;
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color:#FFFFFF;
	}
.left-btm{
	width: 669px;
	height: 186px;
	background:url(images/left_btm.jpg) center no-repeat;
	}
	
.left-btm h2{
	color:#b71f4a;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 10px 0 24px;
	padding: 0px;
	line-height: 23px;
	}
.price-big{
	color:#b71f4a;
	font-size: 20px;
	font-weight: bold;
	}

.heading{	
	color:#b71f4a;
	font-size: 14px; 
	padding: 6px 0 0 20px; 
	font-weight: bold; 
	margin: 8px 0px 2px;
}
.big-blue-table {
	margin: 0 0 0 20px;
	}

.map-header {
	background: #e8f1f4;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 24px;
	color: #555555;
	}
/* Right side */
.right {
	float:right;
	width: 270px;
	margin:0px 2px 0 0px;
	background: #ecf0f2;
	padding:0px;
	display: inline;
	overflow: hidden;
	}
.right-in {
	margin: 8px 10px;
	}

.right-hackersafe-box {
	position:absolute;
	top:140px;
	left:150px;
	margin: 10px 0px;
	background:#f6fafd;
	border: 1px solid #d5e5ed;
	padding: 16px 12px 12px 12px;
}
.right-box {
	margin: 10px 0px;
	background:#f6fafd;
	border: 1px solid #d5e5ed;
	padding: 16px 12px 12px 12px;
	}
.right-box p{
	color:#b71f4a;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 10px 8px;
	padding: 0px;
	}
.opinion {
	margin: 0px auto;
	line-height: 18px;
	background:url(images/opinion_bgr.gif) no-repeat;
	width: 210px;
	height: 129px;
	padding-top: 14px;
	}
.opinion-in {
	margin: 0px 14px;
	}
/* Headings */
.left-heading{
	margin:6px 0 18px 0;
	font-size: 18px;
	color:#b71f4a;
	font-weight: normal;
	}
.heading-link {
	margin:6px 0 8px 0;
	font-size: 14px;
	color:#b71f4a;
	font-weight: bold;
}

.heading-link a:link,.heading-link a:visited{
	margin:6px 0 8px 0;
	font-size: 14px;
	color:#b71f4a;
	font-weight: bold;
}
.heading-link a:hover{
	margin:6px 0 8px 0;
	font-size: 14px;
	color:#b71f4a;
	font-weight: bold;
}
.search-heading{
	position: absolute;
	top: 25px;
	left: 160px;
	font-size: 14px;
	color:#b71f4a;
	font-weight: bold;
	}
.search-text{
	position: absolute;
	top: 41px;
	left: 162px;
	font-size: 11px;
	}
.right-heading{
	margin: 6px 0 2px 0;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	color:#1a76af;
	font-weight: bold;
	}


/* Flaggin */
.small-cont-content {
	margin: 12px 12px 10px 10px;
	line-height: 16px;
}

.flag-td {
	width: 40px;
	height: 26px;
	text-align:center;
	}

.country-td {
	width: 130px;
	padding-left: 5px;
	}

.rate-td {
	width: 30px;
	text-align: right;
	}
.rate-td-m {
	width: 38px;
	text-align: right;
	padding-right: 6px;
	}

.ver-border{
	background:url(images/border_ver.gif) center repeat-y;
	}
.hor-border{
	background:url(images/heading_bgr.gif) center repeat-x;
	}

.arrowed {
	font-size: 11px;
	color: #504C49;
	padding: 0px;
	margin: 12px 0px 0px 26px;
	list-style: none;
	}

.arrowed li{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(images/arrow.gif) left 4px no-repeat;
	padding: 0px 0 0px 28px;
	margin: 0px 0 5px 0;
	font-size: 14px;
	color: #565656;
	font-weight: bold;
	}
.arrowed-sm {
	font-size: 11px;
	color: #504C49;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	list-style: none;
	}

.arrowed-sm li{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(images/arrow_sm.gif) left 4px no-repeat;
	padding: 0px 0 0px 18px;
	margin: 0px 0 5px 0;
	font-size: 10px;
	color: #565656;
	}
.arrowed-m {
	font-size: 11px;
	color: #504C49;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	list-style: none;
	}

.arrowed-m li{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(images/arrow_sm.gif) left 4px no-repeat;
	padding: 0px 0 0px 22px;
	margin: 0px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #565656;
	}
.arrowed-m li a:link,.arrowed-m li a:visited{
	text-decoration:none;
	color: #c13b5f;
	}
.arrowed-m li a:hover{
	text-decoration: underline;
	}

.question{
	color:#666666;
	font-weight: bold;
	background:url(images/check.gif) left 6px no-repeat;
	padding-left: 32px;
	line-height: 26px;
	margin: 20px 0px 0px 0px;
	}
.question a{
	color:#666666;
	}
.answer {
	margin: 0px 0px 10px 0px;
	padding-left: 32px;
}
	
.arrowed-faq {
	font-size: 11px;
	color: #504C49;
	padding: 0px;
	margin: 8px 0px 0px 10px;
	list-style: none;
	}

.arrowed-faq li{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(images/check.gif) left 2px no-repeat;
	padding: 0px 0 0px 30px;
	margin: 0px 0 5px 0;
	}
.arrowed-links {
	font-size: 11px;
	color: #504C49;
	padding: 0px;
	margin: 12px 0px 20px 0px;
	list-style: none;
	}

.arrowed-links li{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(images/link.gif) left 2px no-repeat;
	padding: 0px 0 0px 25px;
	margin: 0px 0 5px 0;
	}	
.list-purple {
	float: left;
	font-size: 14px;
	color: #504C49;
	padding: 0px;
	margin: 10px 0px 0px 30px;
	list-style: none;
	font-weight: bold;
	color:#395982;
	width:210px;
	display: inline;
	}

.list-purple li{
	float: left;
	margin: 0px 0 5px 0;
	background: url(images/check_purple.gif) left 4px no-repeat;
	padding: 0px 0 0px 25px;
	}
/* Inputs  */
.login {
	display:block;
	background: #ffffff url(images/input_bgr.gif) top repeat-x;
	margin: 4px 0;
	width: 100px;
	color:#555555;
	text-align:left;
	border: 1px solid #02274e;
	font-size: 11px;
	padding: 2px;
}
.login:focus{
	border: 1px solid #d0315c;
	}

input.txt {
	width: 120px;
	font-weight: normal;
}
input.friend {
	width: 150px;
	font-weight: normal;
}
input.txt-short {
	width: 100px;
	font-weight: normal;
}
.account-long {
	font-weight: normal;
	width: 170px;
}
.account-longer {
	width: 240px;
	font-weight: normal;
}
.in-date{
  width: 60px;
  font-weight: normal;
  }
.in-price{
  width: 100px;
  font-weight: normal;
 }
.account-zip {
	font-weight: normal;
	width: 50px;
	text-align:left;
	padding: 1px 1px;
}
.contact-input {
	width: 180px;
	}
.contact-text {
	padding:1px;
	width: 180px;
	}
.code-type {
	width: 88px;
}
.cart-quantity {
	width: 20px;
	padding: 2px 2px;
	font-size: 12px;
	}

/* PAGES */
.table-rates{
	border-collapse: separate;
	border-width:1px;
	border: 1px solid #deecf2;
	border-bottom: none;
	}

.table-rates th{
	padding: 4px 14px 4px 14px;
	background:#e9f4f9;
	font-weight: bold;
	color: #333333;
	}
	
.table-rates td{
	padding: 4px 14px 4px 14px;
	border-bottom: 1px solid #deecf2;
	}
.td-rate{
	text-align:right;
	padding: 0px 52px 0px 0px;
}
.alt{
	background: #fdffef;
	}


.rate-search{
	width:100%; 
	height: 123px; 
	background:url(images/rate_search_bgr.jpg) no-repeat; 
	position:relative;
}

.table-dates{
	border-collapse: collapse;
	border-width:1px;
	border: 1px solid #deecf2;
	}

.table-dates th{
	padding: 8px 8px 8px 14px;
	background:#e9f4f9;
	font-weight: bold;
	color: #333333;
	text-align:right;
	}
	
.table-dates td{
	padding: 8px 6px 8px 2px;
	background:#e9f4f9;
	}
	
.table-price{
	border-collapse: collapse;
	border-width:1px;
	border: 1px solid #deecf2;
	}

.table-price th{
	padding: 14px 8px 0px 2px;
	background:#e9f4f9;
	font-weight: bold;
	color: #333333;
	text-align:right;
	}
	
.table-price td{
	padding: 14px 6px 14px 2px;
	background:#e9f4f9;
	}
.table-over{
	border-collapse: separate;
	border-width:1px;
	border: 1px solid #deecf2;
	}

.table-over th{
	padding: 6px 12px 6px 2px;
	background:#e9f4f9;
	font-weight: bold;
	color: #333333;
	text-align:right;
	}
.table-over {
	}
.table-over td{
	padding: 6px 6px 6px 6px;
	}
.table-over td.alt{
	padding: 6px 6px 6px 6px;
	background: #fdffef;
	}
.a-l{
	text-align:right;
	}
/* Details page */


/* My account navigation */

.my-account-menu {
  padding:0; 
  margin:0 0 20px 0; 
  list-style-type:none;
  white-space:nowrap;
  height: 24px;
  border-bottom: 2px solid #c5026d;
  }
.my-account-menu li {
  display:inline;
  padding:0;
  margin:0;
  }

.my-account-menu a:link,.my-account-menu a:visited {
  float:left; 
  color:#ffffff;
  background:url(images/sub_blue.gif) left top no-repeat; 
  border-right:2px solid #fff; 
  text-align:center; 
  padding:0px 0px 0px 11px; 
  font-weight:bold;
  text-align: center;
  text-decoration:none;
  line-height: 17px;
  }

.my-active a:link,.my-active a:visited {
  float:left; 
  color:#fff; 
  background: url(images/sub_blue_rev.gif) left top no-repeat; 
  border-right:2px solid #fff; 
  border-bottom:1px solid #c5026d; 
  text-align:center; 
  padding:0px 0px 0px 11px; 
  font-weight:bold;
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  line-height: 17px;
  }

.my_logout {
  float:right; 
  color:#666666;
  background:url(images/sub_blue.gif) left top no-repeat; 
  border-right:2px solid #fff; 
  text-align:center; 
  padding:0px 0px 0px 11px; 
  font-weight:bold;
  text-align: center;
  text-decoration:none;
  line-height: 17px;
  }
  
.my-account-menu a:hover{
  color:#ffffff; 
  background: url(images/sub_blue_rev.gif) left top no-repeat;
  border-bottom:1px solid #c5026d; 
  }
 
.my-active a:hover{
  color:#ffffff; 
  background:url(images/sub_blue_rev.gif) left top no-repeat; 
}
  
  
.my-account-menu a:active,.my-account-menu a:focus {
    outline:0; 
  }

.my-account-menu a:link span,.my-account-menu a:visited span {
	float:left;
	display:block;
	background: url(images/sub_blue.gif) right top no-repeat;
	padding: 3px 9px 0px 0px;
	cursor:pointer;	
	height: 20px;
	}

.my-account-menu a:hover span{
	float:left;
	display: block;
	background: url(images/sub_blue_rev.gif) right top no-repeat;
	padding: 3px 9px 0px 0px;
	}

.my-active a:link span,.my-active a:visited span{
	float:left;
	display: block;
	background: url(images/sub_blue_rev.gif) right top no-repeat;
	padding: 3px 9px 0px 0px;
	}
/* Cart page */
th.th-c{
	color:white;
	background:#22abd1;
	font-weight:bold;
	text-align: center;
	white-space: nowrap;
	}
.cart-table{
	border: 1px solid #dddddd;
	margin:0 0px 0 1px;
	}
.cart-table td {
	border-bottom: 1px dotted #bbbbbb;
	}
.cart-cell {
	text-align:right;
	padding-right: 20px;
	}
.cart-bottom {
	color: #444444;
	background:#dddddd;
	font-weight:bold;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
}

.grand-total {
	font-weight: bold;
	text-align:right;
	padding-right: 0px;
	color:#666666;
	}
.grand-total2 {
	font-weight: bold;
	text-align:right;
	padding-right: 18px;
	}
.rp {
	padding-right: 8px;
}


/* Sign up page */
.signup-desc {
	text-align:right;
	padding-right: 12px;
	}

.heading-ath {
	font-size: 16px;
	font-weight: bold;
	color: #0790ba;
	text-align:left;
	padding: 0px;
	}

.bord {
	border: 1px solid #999999;
	}
.addr-item {
	margin-left: 24px;
	}


/* Bottom Navigation */

.bottom-menu-list{
	list-style:none;
	padding: 0;
	margin: 0px 0 16px;
	font-size: 11px;
	cursor:default;
	}

.bottom-menu-list li {
	display:inline;
	padding: 0;
	}

.bottom-menu-list li a:link, .bottom-menu-list li a:visited {
	margin: 0 26px 0 26px;
	text-decoration: none;
	color: #d7e9f1;
}
.bottom-menu-list li a:hover{
	text-decoration: none;
	color:#d0296e;
}

/* Footer  */
.footer {
	background:url(images/footer_bgr.gif) top center no-repeat;
	color: #92a7b1;
	}


/* NJ */
.bold {
	font-weight: bold;
}
.green {
	color: green;
}
.yellow {
	color: yellow;
}
.red {
	color: red;
}
.orange {
	color: orange;
}
li.result {
	list-style: none;
}
.pointer {
	cursor: pointer;
}
div.result {
	border: 1px solid #d0296e;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.button {
	border: 1px solid #dedede;
	background-color: #e9f4f9;
	color: #d0296e;
	cursor: pointer;
	font-family: "Lucida Sans Typewriter";
	font-weight: bold;
	margin: 1px 2px 1px 2px;
	overflow: visible;
    padding: 3px 5px 3px 5px;
	width: auto;
}


