a img {
	border: 0px;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

h2 {
	margin-top: 0px;
}

/* squirrel img */
.mascot {
	float:left;
	margin-left: -5px;
}

/* big opening msg - currently "Going Somewhere?"*/
#opener {
	display: block;
	margin: 20px 0px 20px 0px;
}

.button_box {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

.button_box a {
	display: block;
	margin-top: 5px;
}

.button_box a.first {
	margin-top: 0px;
}

.acorn_list {
	list-style-image: none;
	list-style-type: none;
	list-style-position : outside;
	margin-left: 10px;
	padding-left: 0px;
}

.acorn_list li {
	background: url("http://www.squirrelcart.com/images/list.gif") no-repeat 2px 2px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.acorn_list .recommended {
	background: url("http://www.squirrelcart.com/images/acorn3.gif") 0px 0px no-repeat;
}

.action_msg,
.add_cart_errors {
	color: white;
	background-color: red;
	border: black solid 1px;
	font-size: 12pt;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* width for all but IE */
div>.action_msg,
td>.add_cart_errors {
	width: 570px;
}

.login_error {
	background-color: red;
	border: #000 solid 1px;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

#v_history h3,
#reviews h3,
#faqs h3,
.section h3 {
	font-size: 11pt; 
	font-weight: bold; 
	margin-bottom: 10px;
	margin-top: 0px; 
	color: navy;
	text-align: left;
}


.real_store_heading {
	color: navy;
	font-size: 11pt;
	font-weight: bold;
	background-color: #DCDCDC;
	padding: 5px;
}

.list {
	list-style-position : outside;
	list-style-image: url("http://www.squirrelcart.com/images/list.gif");
	margin-left: 0px;
	padding-left: 20px;
}

.rv_list {
	float: right;
	width: 290px;
	margin-bottom: 10px;
}

.rv_list ul {
	margin-top: 15px;
}
.rv_list>ul {
	margin-top: 0px;
}

.list li {
	margin-bottom: 5px;
}

.indent {
	margin-left: 10; 
	font-size: 8pt; 
	line-height: 1.7;
}

.site_field_name {
	width: 110px; 
	text-align: left;
}

.site_field {
	width: 250px;
}

.site_field_err {
	width: 250px;
	background-color: #ff6767;
}

.site_fieldset {
	padding: 10px;
	margin-bottom: 15px;
}

.small_notice {
	color: gray;
	font-size: 7pt;
	font-style: italic;
}

body {
	font-family: verdana, tahoma, helvetica;
	background: url(/images/bg_tile.png) #C0C0C0;
}

body, td {
	font-family: verdana, tahoma,helvetica;
	font-size: 8pt;
}

/* this is here to occupy the entire BG behind the page, but not above or below */
#page_body {
	background: url(/images/bg.png) #C0C0C0 center;
	text-align: center; /* for IE :( */
}

/* same as above, but for the entire screen width below the page box */
#page_bottom {
	background: url(/images/bg_bottom.png) #C0C0C0 center;
	height: 25px;
}

#page {
	background-color: #fff;
	width: 750px;
	padding: 5px;
	margin: 0px auto;
	border: black solid 1px;
	text-align: left; /* remove hack for IE from #page_body :( */
}

/* width for all but IE */
div>#page {
	width: 740px;
}

/* header with SC logo */
#head {
	height: 78px;	position: relative;
}

/* surrounds the left and right columns */
#inner {
	background: url(/images/bg_inner.png) repeat-y 1px;
	border: black solid 1px;
}
/* this removes the 1px hack from above for all but IE */
div>#inner {
	background-position: 0px;
}	
	
#navcol {
	width: 117px;
	background-color: #800000;
	text-align: center;
	float: left;
}

#maincol {
	float: right;
	background: #fff;
	width: 619px;
	border-left: #000 solid 2px;
	padding: 10px;
}
/* width for all but IE */
div>#maincol {
	width: 599px;
}



/* store pages should have no padding in maincol, so this takes care of that :( */
.maincol_store {
	padding: 0px !important
}
/* width for all but IE */
div>.maincol_store {
	width: 619px !important;
}




#foot {
	border: #000 solid 1px;
	margin-top: 5px;
	font-size: 7pt;
	padding: 2px; 
	text-align: center;
}

/* main navigation */
#navcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navcol li {
	margin: 0 0 10px 0; 
}

#navcol ul a {
	display: block;
	padding: 2px;
	padding-top: 10px;
	width: 100%;
	background: url(/images/nav_button.jpg) 0 0 no-repeat;
	height: 38px;
}
/* for all but IE */
#navcol li>a {
	width: 112px;
	height: 26px;
}

#navcol a:link,
#navcol a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcol a:hover {
	background-position: -118px;
	color: #000;
}

#phone_no {
	font-size: 16px; 
	font-family: tahoma, geneva, helvetica;
	position: absolute; 
	z-index: 3;
	right: 0;
}

#sc_logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#sc_logo h1 {
	margin: -3px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: gray;	
	font-family: tahoma, verdana;	
}
#head #login {	position: absolute;	left: 385px;	width: 240px;	padding-top: 12px;}

#lh {
	position: absolute;	
	right: 0;
	top: 25px;
	width: 106px;	
	overflow: hidden;
}




/**************************************************************
	Everything here is for the content on the home page only
**************************************************************/
#home_top {	border: silver solid 1px;	padding: 10px;	font-size: 12px;}
#home_top p {
	margin: 10px auto;
}

#home_top p.last {
	margin-bottom: 0;	
}

.introduction {
	padding-top: 20px;
}

.introduction > p.last {
	padding-bottom: 10px;	
}

#home_bottom {	background: url(/images/horiz_shadow.jpg) repeat-x 0px -1px;}
#home_lcol {
	float: left;
	width: 72%;
	border-right: black solid 1px;
}
div>#home_lcol {
	border-right: 0px;
}

#home_lcol_inner {
	border-top: black solid 1px;
	border-bottom: black solid 1px;
}
div>#home_lcol_inner {
	border-right: black solid 1px;
}

#home_rcol {
	float: right;
	width: 28%;
}
#home_lcol_1 {
	float: left;
	width: 40%;
}
#home_lcol_1_inner {
	border-right: black solid 1px;
	border-top: black solid 1px;
}
#home_lcol_2 {
	float: right;
	width: 60%;
	border-top: black solid 1px;
}

#home_lcol_1_inner,
#home_lcol_2 {
	height: 700px;
}

#home_rcol_inner {
	border-top: black solid 2px;
	text-align: center;
}

#home_bottom h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}

/**** for payment gateway links on homepage *****/
.gwy_homepage {
	display: block;
}

.gwy_homepage img {
	margin-bottom: 10px;
}

/**** for payment_gateways.php page *******/
.gwy_box, gwy_box:hover {
	display: block;
	width: 160px;
	height: 85px;
	float: left;
	border: silver solid 1px;
	text-align: center;
	margin: 10px;
	text-decoration: none;
}

.gwy_box:hover {
	border: black solid 1px;	
}

.section fieldset {
	margin-top: 15px;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 8px;
}

.tiny {
	font-size: 7pt;
	font-weight: normal;
	color: black;	
}

div>fieldset {
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border: silver solid 1px;
}

/**********************************************************************
	Styles below are for the "Your Account" page
**********************************************************************/
.support_status {
	margin-bottom: 4em;	
}
.support_status_header {
	height: 1.5em;
	border-bottom: silver solid 1px;
}
.support_status_header .col1{
	float: left;
	font-weight: bold;
	text-align: left;
}
.support_status_header .col2{
	float: right;		
	text-align: right;
	color: green;
}
.support_status_rows {
	line-height: 1.5em;
	/*height: 100px;*/
	height: 10em;
}
.support_status_rows .col1
,.support_status_rows .col2 {
	height: 100%;
	padding: 5px;
	width: 50%;
}

/* widths for all but Opera and IE*/
.support_status_rows .col1
,.support_status_rows .col2 {
	width: 48%;
}

/* fix width for Opera...looks better w. 50% on columns (like IE) */
@media all and (min-width: 0px){
	.support_status_rows .col1
	,.support_status_rows .col2 {
		width: 50%;
	}
}

/* column widths 50% for IE */
* html .support_status_rows .col1
,* html .support_status_rows .col2 {
	width: 50%;
}

.support_status_rows .col1{
	float: left; 
	background-color: #fafafa;
}
.support_status_rows .col2{
	float: right; 
}

.support_status_rows .col_header{
	clear: both;
	height: 20px;
}
.col_caption{
	color: green;
	font-weight: bold;
	float: left;
}
.support_status_rows .col_status{
	float: right;
}
.support_status_rows .col_status_exp{
	float: right;
	color: red;
}
.support_status .small_notice {
	margin-bottom: .2em;
	line-height: 1.5em;
	margin-top: .2em;
}
.support_status .install_locations {
	border-top: #dfdfdf solid 1px;
		border-bottom: silver solid 1px;
		clear: both;
		padding: 5px;
		background-color:#f1f1f1;
}
.support_status .domains {
		text-align: right;
	color: gray;
}
.support_status .domains a {
		color: gray;
		text-decoration: none;
}
.support_status .domains a:hover {
		text-decoration: underline;
}
.support_status .small_field {
	border: silver solid 1px;
	height: 20px;
}	


/***** below styles are for demostores page ******/
.demostores .description{
	float: left;
	width: 60%;
	padding-right: 20px;
}
.demostores .image{
	float: right;
	width: 35%
}
.demostores .demo_name{
	margin-bottom: 10px;
}
.demostores .demo_link {
	position: absolute;
	bottom: 10px; 
	left: 10px;
}
.demostores .section {
	position: relative;
	height: 200px;
}
/* height for IE */
.demostores fieldset {
	height: 200px;
}
/* height needs to be different for FF/Mozilla*/
.demostores>.section>fieldset {
	height: 170px;
}
/* fix so Opera doesn't see the above */
@media all and (min-width: 0px){
	.demostores>.section>fieldset {
		height: 200px;
	}		
}



/************************************************************************
	Styles for product detail page
************************************************************************/
/* 1st fieldset on prod. detail page */
.prod_detail .prod_fieldset{
	margin-top: 5px;
	padding-bottom: 0px;
}
.prod_detail .image_div {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
.prod_detail .description {
	text-align: left;
	font-size: 12px;
}
.prod_detail .base_price {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.prod_detail .option_left,
.prod_detail .option_right {
	font-size: 12px;
	width: 48%;
	text-align: left;
	height: 100px;
}
.prod_detail .option_left {
	float:left; 
}
.prod_detail .option_right {
	float:left; 
	margin-left: 20px;
}
.prod_detail .opt_desc {
	font-size: 10px;
	margin-top: 5px;
}

.prod_detail .opt_desc strike {
	color: red;
}

.prod_detail .add_to_cart {
	text-align: center;
	clear: both;
}
.prod_detail .comment_agreement_box {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	/*height: 120px;*/
}

.prod_detail .bubble {
	float: left;
	width: 58%;
	font-size: 1em;
	margin-bottom: 10px;
}

.buy_now_table td {
	text-align: left;
}

/* styles below are for the version history page */
.new_features {
	border-bottom: #dfdfdf solid 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.new_features,.bugs {
	padding: 10px;
}
.bugs {
	padding-bottom: 0px;
}


/************* styles below are for the contact page ********************/
#contact_form textarea {
	font-family: verdana, tahoma, helvetica;
	font-size: 11px;
}

.label {
	font-weight: bold;
	color: navy;
}

/* div for projector screen */
.qt_projector {
	text-align: center;
	width: 302px; 
	float: right;
	margin-bottom: 10px;
}

/* imgs for bottom and top of projector screen */
.qt_projector .projector_top,
.qt_projector .projector_bottom {
	width: 302px;
}

/* div for middle of projector */
.qt_projector .projector_middle {
	border-left: black solid 3px;
	border-right: black solid 3px;
	width: 290px;
	margin: 0px auto;
}


/* div that appears to start the video */
#qt_demo_start {
	font-size: 16px;
	border: black solid 1px;
	padding:10px 0px 6px 0px;
}

#qt_demo_img {
	border: 0px;
}

/* to fix divs that have floated children, so they expand around them..
.. put this div at the bottom, inside the one that won't expand */
.clear_float {
	clear: both; line-height: 0; height: 0;
}

/* link on prod. detail to click for a demo */
.click_for_demo {
	color: #ff0000;
	font-size: 14px;
}

.demostore_name,
.demostore_name:hover,
.demostore_name:visited
 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: green !important;
	text-decoration: none !important;
	display: block;
}

.demostores .section {
	margin-top: 20px;
}

.demostores .section fieldset {
	height: auto;
}

demostores .last {
	margin-bottom: 0px !important;	
}

.demostore_notice {
	color: gray;
	clear: both;
	padding-bottom: 8px !important;
	margin: 0px !important;
}

.demostores .lcd {
	display: block;
	float: left;
	margin-right: 40px;
	width: 245px;
	height: 283px;
}

.demostores .store_field_sets {
	float: right;
	width: 310px;
	margin-bottom: 15px;
}



/**********************************************
	Jumpline offer page 
**********************************************/
/* main div...don't ask :) */
.jumpline {
	border: white solid 1px;
}

.jumpline .starburst {
	float: left;
}

.jumpline .opener {
	font-size: 16px;
	margin-top: 20px;
	width: 70%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}

.jumpline_logo {
	text-align: right;
}

.jumpline_fieldset {
	font-size: 12px;
	margin-top: 10px;
	clear: both;
	padding: 10px;
}

.vds_chart {
	float: right;
	margin-left: 10px;
}


.halloween_msg {
	width: 181px;
	font-size: 11px;
	font-family: arial,helvetica;
	position: absolute;
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
	color: gray;
}

.stpatricksday_msg {
	width: 181px;
	font-size: 11px;
	font-family: arial,helvetica;
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: green;
}

.stpatricksday_mascot {
	margin-top: 10px;
}

.review_top {
	background-color: #DCDCDC;
	padding: 4px;
	border: silver solid 1px;
	padding-bottom: 15px;
}

.review_top img {
	float: right;
}

.review_body {
	border: silver solid 1px;
	padding: 8px;
	margin-bottom: 50px;
}

#reviews_home {
	text-align: center;
	border-top: black solid 1px;
	padding: 10px;
	margin-top: 30px;
}

#reviews_home a {
	display: block;
	margin-top: 30px;
}

#testimonials_home {
	text-align: center;
}

#testimonials_home a.see {
	font-size:7pt; 
}

#testimonials_home table{
	margin-left: auto;
	margin-right: auto;
}

#testimonials_home h3 {
	width: 175px;
}

#features_home_td {
	background-image: url(images/starburst.gif);
	background-repeat: no-repeat;
	background-position: 50% 10px;
	font-size: 10pt;
	padding-bottom: 10px;
}

#features_home {
	text-align: left;
	line-height: 18px;
	position: relative;
	padding-left: 20px;
}

#features_home h3 {
	text-align: left;
	margin-top: 7px
}

#features_home ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.big_acorn {
	position: absolute;
	right: 30px;
	top: 30px;
}

#features_home a.view_features {
	display: block;
	text-align: right;
	padding-right: 5px;
}

#ship_home {
	border-top: black solid 1px;
	padding: 0px 10px;
	margin-bottom: 10px;
}

#ship_home h3 {
	text-align: center;
}

#ship_home img {
	margin-bottom: 5px;
}

#ship_home .text_left,
#ship_home .text_right {
	margin-top: 25px;
	font-size: 7pt;
}

#payment_home_td h3 {
	width: 158px;	
}

#review_us {
	background: url(images/horiz_shadow_green.jpg) repeat-x #8FC78F;
	padding: 10px;
	text-align: center;
}

#review_us h3 {
	margin-top: 0px;
}

#review_us a {
	display: block;
	margin-bottom: 5px;
}

#compare_small {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#prod_comparison {
	text-align: center;
}

#compare_header {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 0px;
}

#prod_comparison table {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: black solid 1px;
}

#prod_comparison table td,
#prod_comparison table th {
	text-align: right;
	font-size: 12px;
}

#prod_comparison table th {
	border-bottom: black solid 1px;
	font-size: 14px;
	padding-bottom: 5px;
}

#prod_comparison .row_label {
	border-left: black solid 1px;
	border-right: silver solid 1px;
}

#prod_comparison .alt_row {
	background-color: #E9F9F2;
}

#prod_comparison table td img,
#prod_comparison table td span,
#prod_comparison table td a {
	vertical-align: middle;
}

#prod_comparison .check_td {
	width: 16px;
	white-space: nowrap;
	text-align: left;
	background-color: #F9FCC4;
	border-left: silver solid 1px;
	font-weight: bold;
	color: green;
}

#prod_comparison td {
	border-bottom: silver solid 1px;
	border-right: black solid 1px;
	padding: 5px;
}

#prod_comparison .feature_info_td {
	border-right: 0px;
	font-style: italic;
}

.account_info_blurb {
	margin-top: 15px;
}

.address_form h3 {
	font-weight: normal;
	font-size: 12px;
	color: green;
	border-bottom: green dotted 1px;
	padding-bottom: 4px;
	text-align: center;
}

.address_form fieldset {
	padding: 10px;
}

#compare2 {
	float: right;
	margin-right: 30px;
	margin-left: 15px;
}

.note_box {
	border: silver solid 1px;
	padding: 10px;
	background-color: #FBFDC1;
	margin-top: 10px;
}

.sc_agreement {
	margin-top: 10px;
	
}

#v_history .section {
	margin-bottom: 30px;
}

.code_box {
	display: block;
	overflow: auto;
	padding: 10px;
	color: gray;
	border: black solid 1px;
	white-space: nowrap;
	line-height: 100%;
	background-color: #faf6f7;
	font: 9pt "courier new";
	margin: 10px;
}

#bulk_pricing {
	width: 100%;
	border: black solid 1px;
	text-align: right;
	margin-top: 10px;
}
#bulk_pricing th,
#bulk_pricing td {
	font-size: 10pt;
	padding: 5px;
	border-right: silver solid 1px;
	border-bottom: silver solid 1px;
}
#bulk_pricing th {
	background-color: #E9F9F2;
}
#bulk_pricing th em {
	font-style: normal;
	color: green;
}
#bulk_pricing .td1 a,
#bulk_pricing .td1 a:visited {
	color: blue;
	text-decoration: none;
}
#bulk_pricing .td1 a:hover {
	text-decoration: underline;
}

#view_cart_link {
	position: relative;
	padding-right: 12px;
}
#view_cart_link div{
	position: absolute;
	right: -2px;
	top: -2px;
	width: 32px;
	height: 32px;
	background: url(/images/cashier.gif) 0px 31px;
	cursor: pointer;
}
#view_cart_list a:hover #view_cart_link div {
	background-position: 0px 0px;
}

.name_td a:hover {
	color: yellow !important;
}
#cart_preview {
	background: url(/images/cart_preview_bg.gif) 0px -10px;
	padding-bottom: 8px;
	padding-top: 5px;
}
#cart_preview h3 {
	border-bottom: white solid 1px;
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 2px;
}
#bulk_pricing_section {
	font-size: 12px;
	text-align: center;
}
#bulk_pricing_section strong {
	font-size: 12px;
	color: navy;
}
#bulk_pricing_section fieldset {
	padding: 10px;
}
#bp_left {
	float: left;
	width: 49%;
}
#bp_right {
	float: right;
	width: 50%;
}
#bp_left fieldset,
#bp_right fieldset {
	height: 140px;
}
/* for all but IE */
#bp_left>fieldset,
#bp_right>fieldset {
	height: 110px;
}
#privacy {
	font-size: 14px;
}

.php_cart_page,
.php_cart_page .bubble {
	font-size: 12px;
}

.php_cart_page h3 {
	margin-top: 40px;
	margin-bottom: 0px;
	color: navy;
	font-size: 14px;
}

.php_cart_page #scandpro {
	float: right;
	margin-top: -40px;
}

sup {
	font-size: 8px;
}
.amazon-payments h3 {
	font-size: 15px;
}

.amazon-payments h4 {
	font-size: 13px;
	color: navy;
}

.amazon-payments .col1 {
	width: 70%;
	float: left;
}

.amazon-payments .col2 {
	width: 30%;
	float: right;
}
.amazon-payments .col2 .inner {
	margin-left: 30px;
}