#BasicPage Include File
#Copyright 2009 ShopSite inc. Design by Lauren

<style type="text/css">
<!--
 #top, #footer, table#page, #share {
	margin: 0px auto;
	width: [-- IF VAR.Width --][-- VAR.Width --][-- ELSE --]900px[-- END_IF --];
	}
 body {
	background-color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
[-- IF VAR.BackgroundImage --]	background-image: url([-- VAR.BackgroundImage --]);[-- END_IF --]
	}
 body, table, td {
	color: [-- VAR.Pound --][-- VAR.TextColor --];
	}
 h1, h2, h3, h4, h5, a, a:visited, a:active, #se_count, .opt_hdr, #gcs_page, #gcs_mi, #footer, #search_button, #breadcrumbs span, #leftlinks_inner span, .suckertreemenu ul li ul li {
	color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
 a:hover, #leftlinks_inner a:hover {
	color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
	}
 #pcs_cart, #pcs_mi, .mtrx_tle, #messages table td, td.totals_all, td.totals_all_txt, table.cart td, #gcs_page, #gcs_mi, table.cert_to_from_msg, .search_pa_links {
	background-color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
	}
 #divider, #topnav, #bottom_divider, .button a, .button a:hover, .btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active, a.mtrx_btn, a.mtrx_btn:hover, a.mtrx_btn:visited, a.mtrx_btn:active, .suckertreemenu ul li ul li:hover {
	background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
 table.cart th, .suckertreemenu ul li ul li {
	background-color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
	}
 #pagination2, #messages table, table.cert_to_from_msg, #loop_products_mtrx td {
	border-color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
	}
 .search_pa_links, .button a, .button a:hover, .btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active, #search, #leftlinks_inner a, #leftlinks_inner span.pa_link_txt, table.cart td {
	border-color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
 input[type="submit"], input[type=submit] {
	color: #[-- STORE.Color2 --];
	background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
-->
</style>