@charset "utf-8";
/* CSS Document */

/* HTML */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

a:link, a:active, a:visited {
text-decoration: none;
color:#169200;
}

h1,h2,h3 {
margin: 0 0 .1em 0;
color: #169200;
line-height: 1.2em;
}

h1 {
font-size: 22px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 14px;
}
a:hover {
text-decoration: underline;
}

h1 span {
color: #333;
}

/* sections*/
#wrapper {
width: 950px;
overflow: hidden;
margin: 10px auto;
}

#masthead {
border-bottom: 1px solid #169200;
padding: 0 0 10px 0;
width: 950px;
overflow: hidden;
}

#footer {
width: 910px;
border-top: 1px solid #555;
padding: 20px;
overflow: hidden;
font-size: 12px;
color:#555;
}

#footer .cards {
float: left;
}

#footer .secure {
float: right;
}
#footer address {
text-align: center;
float: left;
font-style: normal;
margin: 0 0 0 220px;
}
.contact {
	font-size: 16px;
	color:#555;
	width: 270px;
	float: right;
}

.s {
	font-size: 10px;
	color:#333;
}
.banner-main {
height: 360px;
width: 910px;
text-align: left;
margin: 0;
padding: 20px;
}
.banner-main h2 {
font-size: 24px;
}
.acc {
background: url(/img/office-acc-banner.jpg) top no-repeat;
}

.acc h2, .acc p {
margin: 60px 0 0 50px;
width: 400px;
}

.acc h2 {
font-size: 22px;
margin: 50px 0 0 30px;

}
.warranty {
background: url(/img/callus_main_2.jpg) top no-repeat;
}
.reviews {
background: url(/img/reviews.jpg) top no-repeat;
}
.warranty h2 {
margin-top: 0px;
width: 420px;
font-size: 22px;
}
.warranty p {
width: 420px;
}
.trial {
background: url(/img/officerunner-acc.jpg) top no-repeat;
}
.index {
background: url(/img/index_main_officerunner.jpg) top no-repeat;
}
.index h2 {
font-size: 22px;
margin-bottom: 15px;
}
.trial h2, .trial p {
margin-left: 520px;
width: 400px;
}
.trial h2 {font-size: 22px;
margin-left: 520px;
width: 400px;
}
._icons {
margin-top: 20px;
}

.feature_icons td {
	padding: 5px;
	vertical-align: middle;
	}


.section-header {
	font-size: 12px;
	font-weight: bold;
	color:#333;
}

.intro {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color:#333333;
	padding-top: 15px;
	margin-left:40px; margin-top:40px;
}

.intro_right {
    padding-top:30px;
	font-size: 24px;
	font-weight: bold;
	color:#aaa;
	text-align:right;
}

#masthead .tagline {
	font-size: 12px;
	font-weight: bold;
	text-indent: 37px;
	color: #000;
	}

.sip {
	font-size: 12px;
	font-weight: 700;
	color: #aaa;
	align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	}

.price {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	padding-right: 20px;
	color: #000;
}

.feature_icons .price {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin: .1em 0;
	color: #000;
}
.feature_icons .urp {
font-size: 14px;
font-weight: 700;
color: #aaa;
text-align: left;
margin: 0;
padding: 0;
}
.phone {
	font-weight: bold;
	color: #169200;
}
#masthead .logo {
float: left;
 }
.urp {
font-size: 14px;
font-weight: 700;
color: #aaa;
text-align: right;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 15px;
}
	
.buybtn {
padding-right: 20px;
text-align: right;
}
	
ol {
font-size: 18px;
color: #169200;
font-weight: bold;
}

ol span {
font-weight: normal;
color: #333333;
}

ol.value {
color: #169200;
font-size: 12px;
width: 400px;
margin: 0 100px 15px 0;
}
ol.value p {
color: #333;
font-weight: normal;
}


.caption {
	font-size: 10px;
	}

.greennote {
	font-size: 12px;
	margin: 3px 3px 0 0;
	border: 1px solid #169200;
	background-color: #eee;
	padding: 5px;
	width: 270px;
}


.greysample {
	font-size: 14px;
	color: #ccc;
}

.cartnote span { color: #169200; font-weight: bold; }



.cart-header {
	font-size: 16px;
	font-weight:bold;
	color:#169200;
  
}

.order-options {
margin: 40px auto;
}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 14px Arial, Helvetica, sans-serif; /* set font as desired */
border-bottom: 1px solid #169200; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
width: 950px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1,
body#tab2 li.tab2,
body#tab3 li.tab3,
body#tab4 li.tab4,
body#tab5 li.tab5,
body#tab6 li.tab6  { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a,
body#tab2 li.tab2 a,
body#tab3 li.tab3 a,
body#tab4 li.tab4 a,
body#tab5 li.tab5 a,
body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #169200; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #d6d6d6; /* set unselected tab background color as desired */
color: #555; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.cartbody {
	padding: 15px 0 5px 0px;
	}

.cartnote {
	font-size: 12px;
	margin-top: 3px;
	border: 1px solid #CC0000;
	background-color: #FFE1E1;
	padding: 5px;
	}

.cartnote span { color: #CC0000; font-weight: bold; }

a.cartacclink, a.cartacclink:link, a.cartacclink:visited {
	color: #555666;
	margin-top: 10px;
	font-size: 10px;
	}

a.cartacclink:hover {
	color: #98ccff;
	text-decoration: underline;
	}
	
.carttable {
	padding: 3px 5px 3px 5px;
	}

.carttext {
	font-size: 12px;
	width: 450px;
	padding-bottom: 10px;
	}

.cartdesc {
	font-size: 12px;
	padding-bottom: 10px;
	}

.carttitle {
	font-size: 14px;
	font-weight: 700;
	color: #169200;
	}

.radioshiplabel {
	position: relative;
	float: left;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}


.fieldlabel {
	font-weight: 700;
	padding-right: 10px;
	color:666;
	}

.fieldlabelgrey {
	font-weight: 700;
	color: #999999;
	padding-right: 10px;
	}

.sublabel {
	font-weight: normal;
	}

.sublabelgrey {
	color: #999999;
	font-style: italic;
	font-weight: normal;
	}

.billtable {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #555666;; 
	}

.radioship {
	position: relative;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.radiobill { float:left; width: 25px; }
.radiobillcontainer { width: 300px; margin-bottom: 5px; float: right; }
.radiobillcontainer span { font-weight: bold; }


.utilboxltcrt {
	background: url(/img/hds2/global/header/util_bar_lt.png) no-repeat left bottom;
	}

.utilboxrtcrt {
	background: url(/img/hds2/global/header/util_bar_rt.png) no-repeat right bottom;
	}

.utilboxcrt {
	background: url(/img/hds2/global/header/bg_util_bar.png) repeat-x bottom;
	}
	
.large_asterisk {
  color:#BB0000;
  font-size:18px;
  font-weight:bold;	
}	

.white_asterisk {
  color:#fff;
  font-size:18px;
  font-weight:bold;	
}	

.style1 {
	font-size: 10px;
}

h2{
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 14px;
	text-align: left;
	}

p {
	padding: 0;
	margin: 0 0 15px 0;
	text-align: justify;
	}

.acc_list th {
	}

.acc_list td {
	padding: 0 15px 15px 15px;
	}
	
	.warning {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	padding: 15px 15px 15px 100px; 
	background: #ffcccc url() center left no-repeat;
 	}

.warning h2 {
	color: #660000;
	font-size: 16px;
	font-weight: normal;
	}

.warning ul {
	margin: 0;
	padding: 0;
	list-style: disc;
	color: #660000;
 	}

.warning ul li {
	margin: 0 0 3px 15px;
	}
	
.TextField {
	border: 1px solid #bdbdbd;
	}
	
/* Reviews */
.review {
display: block;
margin: 0 0 1.5em;}
.review h4 {
color: #000;
margin: 0 0 .25em;
font-size: 14px;
}
.review .rating {
font-style: italic;
}
.review p {
margin: 0 0 .5em 0;
}
.review .reviewer {
padding: 0 0 0 250px;
}
