/*
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

/* main styles */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background:#fff;
}

#wrap {
	margin:0 auto;
	width:900px;
}

/* header */
#header {
	padding-top:10px;
}

#header h1 {
	float:left;
	width:204px;
	height:65px;
	text-indent:-9000px;
}

#header h1 a {
	float:left;
	position:relative;
	width:204px;
	height:65px;
	background:url(../images/logo.gif) no-repeat top left;
}

a.guarantee {
	float:right;
	position:relative;
	top:20px;
	text-indent:-9000px;
	width:151px;
	height:26px;
	background:url(../images/price_guarantee.gif) no-repeat top left;
}

a.guarantee:hover {
	cursor:pointer;
}

#secInfo {
	float:right;
	text-align:right;
	padding:0 0 0 20px;
}

a.myCart {
	color:#000;
	font-size:.95em;
	text-decoration:none;
	padding:3px 0 3px 24px;
	background:url(../images/cart_gray.gif) no-repeat top left;
}

a.myCart:hover {
	text-decoration:underline;
}

/* navigation */
#nav {
	width:900px;
	height:2.8em;
	border-bottom:7px solid #F36D00;
}

ul#main {
	width:517px;
	line-height:1.8em;
	padding:.5em 0;
	background:#3A3939;
}

ul#main a {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	font-size:1.1em;
	padding:0 1.7em;
	border-right:1px solid #898888;
}

ul#main a:hover {
	color:#F7AD32;
}

ul#main a.noBdr {
	border:0;
}

ul#secondary {
	width:383px;
	line-height:2em;
	padding:.4em 0;
	background:#595757;
}

.webkit ul#secondary {
	line-height:2.1em;
}

ul#secondary li {
	padding:0 1em;
}

.webkit ul#secondary li {
	padding:0 .95em;
}

ul#secondary a {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	padding:0 0 0 22px;
	text-decoration:underline;
	font-size:.9em;
}

ul#secondary a:hover {
	text-decoration:none;
}

ul#secondary a.blog {
	padding-left:20px;
	background:url(../images/sec_blog.gif) no-repeat 0 4px;
}

ul#secondary li.liveChat {
	background:url(../images/sec_chat.gif) no-repeat 10px 4px;
}

ul#secondary a.call {
	padding-left:20px;
	background:url(../images/sec_call.gif) no-repeat 0 4px;
}

ul#secondary a.partner {
	background:url(../images/sec_partner.gif) no-repeat 0 4px;
}

/* content area */
#contentArea {
	background:url(../images/contentarea_bg.gif) repeat-y top left;
}

#content {
	float:right;
	width:687px;
	padding:0 0 20px 20px;
}

#sidebar {
	float:left;
	width:181px;
	padding:16px 12px 16px 0;
}

.separator {
	height:1px;
	background:#C3C1C2;
	margin:2em 0;
}

/* home banner area */
#bannerArea {
	width:687px;
	background:url(../images/banner_bg.gif) repeat-y -4px 0;
	border-bottom:3px solid #EEEDED;
}

#bannerArea .cta {
	float:left;
	display:inline;
	width:352px;
	height:11em;
	margin-right:10px;
	padding:20px 165px 10px 10px;
	background:url(../images/banner_girl.gif) no-repeat bottom right;
}

#bannerArea .merchantU {
	float:right;
	width:138px;
	height:11em;
	padding:10px 0 20px 12px;
	background:#fff url(../images/merchantu_bg.gif) no-repeat bottom left;
}

#bannerArea .merchantU h2 {
	font-weight:normal;
	font-size:1.25em;
	color:#72A12F;
	font-family:Arial, Verdana, sans-serif;
}

#bannerArea .merchantU p {
	color:#000;
}

#bannerArea .merchantU p, #bannerArea .merchantU a {
	font-size:.85em;
}

#bannerArea .merchantU a {
	color:#72A12F;
}

/* interior page content */
table.rateChart {
	width:500px;
}

/* home featured products */
.featuredWrap {
	float:left;
	width:208px;
	display:inline;
	padding-right:9px;
	margin:15px 8px 10px 0;
	border-right:1px solid #EEEDED;
}

.right {
	margin-right:0;
	padding-right:0;
	border:0;
}

a.productImg img {
	float:left;
}

.featuredWrap div.info, .listingWrap div.info {
	margin-left:90px;
	padding-bottom:2.5em;
}

.featuredWrap div.info p, .listingWrap div.info p {
	margin:0;
}

.featuredWrap div.info p a, .listingWrap div.info p a {
	color:#545453;
}

.featuredWrap div.info p a:hover, .listingWrap div.info p a:hover {
	text-decoration:none;
}

.featuredWrap div.info p.price, .listingWrap div.info p.price {
	margin-bottom:1em;
}

.featuredWrap div.info p.price span, .listingWrap div.info p.price span {
	color:#C00202;
	font-weight:bold;
}

.featuredWrap div.info img.stars, .listingWrap div.info img.stars {
	display:block;
	margin-bottom:1em;
}

#chooseProduct {
	padding:10px 12px;
	border-top:1px solid #C9C8C8;
	border-bottom:1px solid #C9C8C8;
	background:#E3E3E3;
}

#chooseProduct .desc {
	float:left;
	width:235px;
}

#chooseProduct .desc h3 {
	margin:0 0 .5em 0;
	text-indent:-9000px;
	width:222px;
	height:36px;
	background:url(../images/choose_product.gif) no-repeat top left;
}

#chooseProduct .desc p {
	font-size:.9em;
	color:#000;
}

#chooseProduct .getStarted {
	float:right;
	width:382px;
	color:#000;
	padding:8px;
	background:#F4F4F4;
}

#chooseProduct .getStarted h3 {
	margin:0 0 .8em 0;
	font-size:1.1em;
	color:#72A12F;
	border-bottom:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

#chooseProduct .getStarted p {
	margin-bottom:.2em;
}

#chooseProduct .getStarted p.two {
	margin-top:.8em;
}

#chooseProduct .getStarted label {
	font-weight:normal;
	font-size:.95em;
	padding:0 2em 0 1em;
}

#chooseProduct .getStarted select {
	float:left;
	display:inline;
	font-size:.95em;
	padding:2px 0 2px 2px;
	margin-left:1.5em;
}

input#contBtn {
	float:right;
}

img.ccLogos {
	margin:1em 0 0 0;
}

/* learn more area */
#learnMore h4 {
	font-size:1em;
	margin:.4em 0 .2em 0;
}

#learnMore h4.wireless {
	padding:6px 0 2px 22px;
	background:url(../images/wireless_bg.gif) no-repeat top left;
}

#learnMore h4.virtual {
	padding:3px 0 3px 30px;
	background:url(../images/virtual_bg.gif) no-repeat top left;
}

#learnMore h4.retail {
	padding:10px 0 4px 28px;
	background:url(../images/retail_bg.gif) no-repeat top left;
}

#learnMore p {
	font-size:.9em;
}

/* category listing template */
.breadcrumb h3 {
	float:left;
	font-size:1em;
	color:#F46801;
	margin-top:1.6em;
	border:0;
}

.breadcrumb ul {
	float:left;
	display:inline;
	margin:1em;
	list-style:none;
}

.breadcrumb li {
	float:left;
	font-size:.9em;
}

.breadcrumb li a {
	display:block;
	color:#5F5E5E;
	padding:0 10px 0 16px;
	background:url(../images/square.gif) no-repeat 6px 7px;
}

.breadcrumb li span {
	display:block;
	background:url(../images/square.gif) no-repeat 6px 7px;
	padding:0 10px 0 16px;
}

.breadcrumb li a.active {
	color:#F46801;
}

.bdr {
	border-bottom:1px solid #C3C1C2;
}

#categoryTop {
	background:#EFEFEF;
	padding:.3em .5em .2em .5em;
	border-bottom:1px solid #C3C1C2;
}

#categoryTop h3 {
	float:left;
	color:#000;
	font-size:1em;
	line-height:1.5em;
	border:0;
	margin:0;
}

#categoryTop p, #categoryBtm p {
	float:right;
	margin:0;
	font-size:.9em;
}

#categoryTop p a {
	color:#5F5E5E;
}

#categoryTop p.viewing, #categoryBtm p.viewing {
	display:inline;
	margin-left:1.5em;
}

#categoryTop p span, #categoryBtm p span {
	color:#F46801;
	font-weight:bold;
}

#categoryDesc {
	margin:1.5em 0 3em 0;
}

.listingWrap {
	width:687px;
	margin:1em 0 1.5em 0;
	padding:1em 0;
	border-bottom:1px solid #C3C1C2;
}

.listingWrap .product {
	float:left;
	width:240px;
	padding-right:.5em;
	border-right:1px solid #EDEDED;
}

.listingWrap .desc {
	float:left;
	width:420px;
	font-size:.9em;
	padding-left:1em;
}

.listingWrap .desc img {
	float:right;
}

#categoryBtm {
	margin:-1.5em 0 3em 0;
	background:#EFEFEF;
	padding:.3em .5em .2em .5em;
}

/* for some listing wrap styles, see line 211 */

/* individual product listing */
#productWrap {
	margin:1.2em 0 0 0;
}

.prodInfo {
	float:right;
	width:280px;
}

.prodInfo h1 {
	font-size:1.5em;
	color:#424242;
}

span.price {
	font-size:1.1em;
	font-weight:bold;
	color:#BE0503;
	padding-left:.2em;
}

p.quantity, div.attr p {
	display:inline;
	font-weight:bold;
}

div.attr {
	padding:.5em 0;
}

div.attr input, div.attr select {
	padding:2px;
	border:1px solid #7F9DB9;
}

div.attr select {
	padding-right:0;
}

input#quantity {
	width:40px;
	padding:2px;
	border:1px solid #7F9DB9;
}

p.guest {
	padding:1.5em 0 0 0;
	margin:0;
}

a.addCart img {
	display:block;
	margin-top:1.5em;
}

.images {
	float:left;
	text-align:center;
	width:400px;
}

p.viewLarge a {
	font-weight:bold;
	padding:.5em 0 .5em 28px;
	color:#424242;
	text-decoration:none;
	background:url(../images/view_large.gif) no-repeat 0 4px;
}

p.viewLarge a:hover {
	text-decoration:underline;
}

.thumbs a img {
	display:inline;
	margin:0 .5em;
	border:1px solid #C3C1C2;
}
/* REVIEWS */
h1.padd {
	padding-top:1em;
}

#reviewContainer .links {
	font-size:.95em;
	margin-bottom:1.5em;
}

form#entryForm em {
	font-weight: bold;
	color: #F36D00;
}

#testimonialsListing p.name {
	text-align:right;
	color: #F36D00;
}

/* review form styles are also with fieldset#checkout */

#productWrap h2 {
	margin:1.5em 0 0 0;
	padding:.3em .5em;
	font-size:1.1em;
	color:#000;
	background:#FED797;
	border-top:1px solid #C3C1C2;
	border-bottom:1px solid #C3C1C2;
}

#productWrap .desc {
	float:left;
	width:330px;
	padding:12px 10px;
}

#productWrap dl.attr {
	float:right;
	width:300px;
	padding:0 0 12px 0;
	border-left:1px solid #C3C1C2;
	border-bottom:1px solid #C3C1C2;
}

#productWrap dl.attr dt {
	padding-left:12px;
	background:#EFEFEF;
	line-height:1.8em;
	border-top:1px solid #C3C1C2;
	border-bottom:1px solid #C3C1C2;
}

#productWrap dl.attr dt.noBdr {
	border-top:0;
}

#productWrap dl.attr dd {
	margin:.5em 0;
	padding-left:12px;
	font-size:.9em;
}

#productWrap h2.review {
	margin-bottom:1em;
}

#productWrap h2.review span {
	padding:2px 0 2px 24px;
	background:url(../images/reviews_bg.gif) no-repeat top left;
}

span.rtEdu {
	color:#199916;
	padding:2px 0 2px 30px;
	background:url(../images/edu_bg.gif) no-repeat top left;
}

.reviewWrap p.info {
	padding-left:16px;
	font-weight:bold;
	color:#000;
	margin:1em 0 .4em 0;
	background:url(../images/review_name_bg.gif) no-repeat 0 3px;
}

.reviewWrap p.info em {
	font-weight:normal;
	color:#828282;
	font-style:italic;
	font-size:.9em;
	padding-left:2em;
}

.reviewWrap p.reviewDesc {
	font-size:.95em;
	margin-bottom:2em;
}

p.first {
	padding:1em 0 0 0;
}

a.more {
	float:right;
	padding-right:3em;
}

p.topSpace {
	font-size:.9em;
	margin-top:1em;
}

/* cart and checkout */
#cartArea {
	margin:1em 0 2em 0;
}

.cartTop h1 {
	float:left;
	color:#3A3839;
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.6em;
	padding:.8em 0 .2em 56px;
	background:url(../images/basket.gif) no-repeat top left;
}

.cartTop a img {
	float:right;
	position:relative;
	right:1.5em;
	top:1.4em;
}

ul#progressBar {
	float:left;
	display:inline;
	list-style:none;
	margin:2em 0 0 0;
	padding:.3em;
	border:3px solid #A4A3A3;
	background:#F1F0F1;
}

#cartArea ul#progressBar {
	margin:.5em 0 0 9em;
}

ul#progressBar li {
	float:left;
	display:inline;
	margin:0 .5em;
	color:#ADADAD;
	padding:4px 0 4px 23px;
	font-family:Arial, Verdana, sans-serif;
}

ul#progressBar li.oneActive, ul#progressBar li.twoActive, ul#progressBar li.threeActive, ul#progressBar li.fourActive {
	color:#4D4D4D;
}

ul#progressBar li.oneActive {
	background:url(../images/1-active.gif) no-repeat center left;
}

ul#progressBar li.twoActive {
	background:url(../images/2-active.gif) no-repeat center left;
}

ul#progressBar li.threeActive {
	background:url(../images/3-active.gif) no-repeat center left;
}

ul#progressBar li.fourActive {
	background:url(../images/4-active.gif) no-repeat center left;
}
ul#progressBar li.one {
	background:url(../images/1.gif) no-repeat center left;
}
ul#progressBar li.two {
	background:url(../images/2.gif) no-repeat center left;
}

ul#progressBar li.three {
	background:url(../images/3.gif) no-repeat center left;
}

ul#progressBar li.four {
	background:url(../images/4.gif) no-repeat center left;
}

table#cart {
	margin:1em 0;
	width:100%;
	border-bottom:1px solid #C3C1C2;
}

table#cart th {
	text-align:center;
	color:#000;
	font-family:Verdana, Helvetica, sans-serif;
	background:#EFEFEF;
}

table#cart td {
	padding-top:1em;
	vertical-align:middle;
	text-align:center;
	color:#000;
	border-bottom:1px solid #C3C1C2;
}

table#cart td input.quantity {
	padding:2px;
	border:1px solid #7F9DB9;
	width:30px;
	font-size:.9em;
}

table#cart td.update a {
	display:block;
}

table#cart td.update img {
	margin:.5em 0;
}

table#cart td.product {
	width:300px;
}

table#cart td.product a img {
	float:left;
	display:inline;
	padding:0 1em 0 1em;
}

table#cart td.product p {
	margin-left:80px;
	text-align:left;
}

table#cart td.product p a {
	font-size:1.1em;
	color:#555;
}

.cartBtm {
	position:relative;
}

.cartBtm img.payment {
	position:absolute;
	top:40px;
	right:20px;
}

.cartBtm .floatRight img {
	display:inline;
	margin-right:1.5em;
}

dl#totals {
	float:right;
	width:250px;
	color:#000;
	padding-right:20px;
}

dl#totals dt {
	float:left;
	width:120px;
	text-align:right;
	padding-right:3em;
}

dl#totals dd {
	float:left;
	width:70px;
	margin:0;
	text-align:right;
	padding-right:16px;
}

dl#totals dd.total {
	font-weight:bold;
	color:#438E13;
}

#notes {
	color:#000;
	font-size:.9em;
	padding:.5em 2em;
	margin:1em 0 2em 0;
	background:#EFEFEF;
	border-top:1px solid #C3C1C2;
	border-bottom:1px solid #C3C1C2;
}

#notes h3 {
	margin-top:.5em;
	color:#000;
	font-size:1.2em;
	border:0;
}

#notes ul {
	margin-left:30px;
}

#notes a {
	color:#000;
}

fieldset#checkout {
	padding:.5em;
	color:#000;
}

fieldset#checkout li input {
	width:250px;
	margin:.2em .2em .2em 0;
}

fieldset#checkout li select {
	margin:.2em .2em .2em 0;
}

fieldset#checkout li input.cb {
	width:auto;
}

fieldset#checkout li.check {
	margin-left:125px;
}

input#submitBtn {
	margin-left:300px;
}

h3.checkout {
	clear:left;
	font-size:1.4em;
	color:#3A3839;
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	border:0;
	margin-bottom:.5em;
}

/* used for form field validation */
div#errorContainer ul li label.error {
	color: #B72323;
	font-style: italic;
	margin-left: 10px;
	width: auto;
	display:block;
	background-color: #FFCCCC;
	border:none;
}

div#errorContainer {
	background-color: #fcc;
	border: 1px solid #B72323;
	margin: 5px;
	padding: 5px;
	display: none;
}

div#errorContainer ul {
	list-style: none;
}

div#errorContainer ul li {
	margin-left:5px;
}

form.store {
	color:#000;
}

form.store em {
  font-weight: bold;
  font-style: normal;
  color: #F36D00;
}

#flash {
	background-color: #d8f1da;
	color: #030;
	border: 1px solid #696;
	padding: 5px;
}

.req {
	color: #F36D00;
}

.lbl {
	font-weight: normal;
	color: #000;
	text-align:left;
	padding-right:5px;
	margin-top:8px;
	width:120px;
}

ul.payments .lbl {
	width:210px;
}

#sameAddressInd {
	width: auto;
	margin-left:175px;
}

input.error {
	background-color:#fff;
	border:1px solid red;
	padding:1px;
}

/* place order screen */
#printOnly {
	display:none;
}

div.order {
	margin:10px 0 20px 0;
}

div.order p.cancel {
	float:left;
	margin-right:170px;
}

#orderDetails {
	color:#000;
}

#orderDetails fieldset legend {
	color: #718C24;
	font-weight:bold;
	font-size:110%;
}

#orderDetails fieldset {
	border:1px solid #ccc;
	padding:15px;
}

#orderDetails fieldset#shipTo {
	float:left;
	width:280px;
	margin-top:15px;
}

#orderDetails fieldset#billTo {
	float:right;
	width:280px;
	margin-top:15px;
}

table#lineItems2 {
	width:610px;
}

table#lineItems2 th, table#lineItems2 td {
	padding:0 4px;
	text-align:left;
	border:0;
}

table#lineItems2 tr.product td {
	padding:4px;
	border-top:1px solid #999;
}
table#lineItems2 tr td.attr {
	padding-left:25px;
	}

table#lineItems2 tfoot tr.border td {
	padding-top:4px;
	margin-top:4px;
	border-top:1px solid #999;
}

table#lineItems2 td.foot {
	text-align:right;
	padding-right:12px;
}

/* blog styles */
#sidebar a.feed {
	color:#000;
	text-decoration:none;
	padding:2px 0 2px 20px;
	background:url(../images/feed.gif) no-repeat 0 2px;
}

#sidebar a.feed:hover {
	color:#F36D00;
}

h2.blogTitle {
	font-size:2em;
}

h2.blogTitle a {
	text-decoration:none;
}

h2.blogTitle a:hover {
	text-decoration:underline;
}

p.date {
	font-size:.95em;
	font-style:italic;
}

p.postDetails {
	font-size:.95em;
	background:#EFEFEF;
	padding:.3em .5em .2em .5em;
	border-bottom:1px solid #C3C1C2;
}

a.linkto {
	text-decoration:none;
}

a.linkto h4 {
	margin-bottom:.5em;
}

p.postDetails a {
	padding:0 .3em;
}

fieldset#commentForm {
	padding:0;
}

fieldset#commentForm li {
	clear:left;
}

fieldset#commentForm label {
	padding-top:5px;
	text-align:left;
	width:110px;
	font-weight:normal;
}

fieldset#commentForm label strong {
	color:#F36D00;
}

fieldset#commentForm input#commentSend {
	width:auto;
	margin-left:400px;
}

/* sidebar */
#sidebar {
	font-size:.95em;
}

#sidebar h2 {
	font-size:1.1em;
	padding-left:1em;
	color:#fff;
	line-height:2.5em;
	background:#424242 url(../images/sb_h2_bg.gif) repeat-y top right;
}

#sidebar h2 a {
	color:#fff;
	text-decoration:none;
}

#sidebar ul {
	list-style:none;
	margin-bottom:2.5em;
}

#sidebar li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding-left:1em;
	border-bottom:1px solid #C3C3C3;
}

#sidebar li a:hover {
	color:#F36D00;
}

#sidebar p {
	line-height:1.3em;
	padding:.5em .8em 1.5em .8em;
}

#sidebar img.payment {
	margin:0 0 1em .5em;
}

#sidebar div.align-center {
	margin:1em 0;
}

#cartBox {
	width:150px;
	margin:0 0 1.5em 12px;
	padding:4px 8px;
	border:1px solid #C3C1C1;
	background:#fff;
}

#cartBox p {
	color:#000;
	padding:0;
	margin:0 0 .2em 0;
}

#cartBox p strong {
	color:#F36D00;
	padding-left:18px;
	background:url(../images/cart_orange.gif) no-repeat top left;
}

#cartBox p strong a {
	text-decoration:none;
}

#cartBox p strong a:hover {
	text-decoration:underline;
}

#cartBox ul {
	margin:0;
	list-style:none;
}

#cartBox li {
	color:#000;
	padding:.5em 5px;
	line-height:1.2em;
	border-top:1px dotted #717171;
}

#cartBox li a {
	border:0;
	display:inline;
	color:#F36D00;
	padding-left:0;
}

#cartBox li a:hover {
	text-decoration:underline;
}

#cartBox img.sbCheckout {
	margin:0 0 .2em 75px;
}

div.search {
	padding-left:12px;
}

div.search input#q {
	width:98px;
	margin-right:6px;
}

/* search results */
h2.search {
	border-bottom:1px solid #000;
	clear:both;
}

div#pages {
	text-align:center;
	margin-top:20px;
}
div#pages a, div#pages span {
	padding:0 5px;
	font-size:1.2em;
}
div#pages span {
	font-weight:700;
}
p.none {
	font-size:1.1em;
}
p.spelling {
	font-size:1.2em;
}

div#searchResults p.url {
	padding:5px 0 15px 0;
	border-bottom:1px dotted;
}

div#searchResults p.desc {
	padding:5px 0 0 0;
}

div.title {
	margin-top:15px;
}

div.title a {
	color: #984800;
	font-size:1.1em;
}
div#searchResults p.url {
	margin:5px 0 0 0;
	font-size:90%;
	overflow:hidden;
}
/* end of search results */

#ubersmith {
	border:1px solid #CBCBCB;
	margin:0 0 1em 8px;
}

#ubersmith div.desc {
	text-align:center;
	border:3px solid #fff;
	padding:6px 0 0 0;
	background:#DAD8D8;
}

#ubersmith h3 {
	text-align:left;
	color:#025D9C;
	margin:0;
	padding:0 .7em .5em .7em;
	border:0;
}

#ubersmith p {
	text-align:left;
	color:#000;
	padding:0 .7em .5em .7em;
	margin-bottom:.5em;
	font-weight:bold;
}

/* bottom info */
#btmInfo {
	position:relative;
	width:900px;
	font-size:.95em;
	color:#BDBCBC;
	padding:1.5em 0;
	margin-bottom:8px;
	background:url(../images/btm_info_bg.gif) repeat-y top left;
}

#btmInfo a.backTop {
	position:absolute;
	right:20px;
	top:-23px;
	display:block;
	width:99px;
	line-height:2em;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#FD8B03 url(../images/top_bg.gif) no-repeat top left;
}

.webkit #btmInfo a.backTop {
	top:-25px;
}

#btmInfo a.backTop sup {
	position:relative;
	top:5px;
}

#btmInfo h3 {
	color:#fff;
	font-size:1.2em;
	margin:0;
}

#btmInfo .left {
	float:left;
	width:169px;
	padding:0 12px;
}

#btmInfo .left h3 {
	border:0;
	padding:0 0 15px 34px;
	background:url(../images/btm_contact.gif) no-repeat top left;
}

#btmInfo .left p {
	font-size:.95em;
	line-height:2em;
	margin:0;
}

#btmInfo .right {
	float:right;
	width:627px;
	color:#BDBCBC;
	padding:0 40px;
}

.right .rightWrap {
	float:left;
	width:300px;
	margin-right:20px;
}

.right .noMargin {
	margin-right:0;
}

.rightWrap h3 {
	padding:0 0 4px 32px;
	border-bottom:1px solid #636262;
}

.rightWrap h3.tips {
	background:url(../images/btm_tips.gif) no-repeat top left;
}

.rightWrap h3.faq {
	padding-left:26px;
	background:url(../images/btm_faq.gif) no-repeat top left;
}

.rightWrap p.title {
	margin:.2em 0;
	line-height:1.3em;
}

.rightWrap p.title a {
	color:#BDBCBC;
}

.rightWrap p.title a:hover {
	text-decoration:none;
}

.rightWrap p.credit {
	color:#729F2E;
	margin-bottom:.5em;
}

.rightWrap p.desc {
	font-size:.95em;
	margin-bottom:.5em;
}

.rightWrap p.more {
	margin-bottom:.5em;
}

.rightWrap ul {
	list-style:none;
	margin-left:.2em;
}

.rightWrap li a {
	color:#BDBCBC;
}

.rightWrap li a:hover {
	text-decoration:none;
}

/* footer */
#footer {
	text-align:center;
	color:#4C4C4C;
	font-size:.9em;
	border-top:14px solid #E2E2E2;
}

#footer ul {
	display:inline;
	margin:1em 0 1em 19.5em;
}

.webkit #footer ul {
	margin:1em 0 1em 18em;
}

#footer a, #footer li a {
	color:#4C4C4C;
	text-decoration:underline;
}

#footer li a {
	padding:0 8px;
	border-right:1px solid;
}

#footer li a.noBdr {
	border:0;
}

#footer a:hover {
	text-decoration:none;
}

#footer p {
	clear:left;
	margin-bottom:.6em;
}

#footer a.trusted img {
	padding-right:20px;
}