/* globals */
form { margin: 8px; }
body {
	margin-top: 8px;
	background-color: #7e52a1;
	text-align: center;
}
input, select, textarea { font-size: 11px; }
div { font-size: 12px; }
body, div, input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
a, a:hover { text-decoration: none; font-weight: bold; }
a { color:#FFCC00; }
a:hover { color:#ffffff; }
img { border-style: none; }

/* headers */
.h1_crunched { width: 200px; }
h1 {
	font-size: 12px;
	border-bottom: 2px solid #9ac33b;
	margin-top: 2px;
	line-height: 200%;
	margin-bottom: 4px;
	color: #9ac33b; /* lime */
}

h2 {
	font-size: 12px;
	margin-top: 0px;
	line-height: 200%;
	margin-bottom: 4px;
	color: #9ac33b; /* lime */
}

/* Begin Caresheet Sub-Headers */

h3 {
	font-size: 11px;
	margin-top: 0px;
	line-height: 200%;
	margin-bottom: 4px;
	color: #9ac33b; /* lime */
}
h4 {
	font-size: 10px;
	margin-top: 0px;
	line-height: 100%;
	margin-bottom: 2px;
	color: #9ac33b; /* lime */
}
/* End Caresheet Sub-Headers */

/* lists */
ul { list-style-type:square; }
ul li ol { list-style-type:decimal; }



/* stacked misc */
.block { display: block; }
.float_left { float: left; }
.float_right { float: right; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.clear { clear: both; }
.black { color:#000000; }

/* layout */
.shell {
	margin:0 auto;
	position: relative;
	width: 780px;
	
}

.top-left {
	float: left;
	width: 496px;
	height: 427px;
	
	background-repeat:no-repeat;
	text-align:left;
	background-color: #547522;
}
.top-images img { display: block; }
.top-right {
	float: left;
	width: 284px;	
	height: 427px;
}

.key-left {
	float: left;
	width: 360px;
	height: 427px;
	background:#547522 url(../images/key-left.jpg) no-repeat;
	text-align:left;
}
.key-right {
	float: left;
	width: 420px;	
	height: 427px;
	background:url(../images/key-sub-right.jpg) no-repeat;
	position: relative;
}



.content_shell {
	background-color: #547522;
	text-align:left;
}
.s_pad { padding: 8px; }

.c_pad { /* small pad */
	padding-top: 8px;
	padding-left: 8px;
}

.footer-bg2 {
	background-image:url(images/base-bg2.gif);
	background-repeat:no-repeat;
	background-position:top;

	width: 780px;
	background-color: #83b610;
}

.content {
	margin-left: 25px;
	float: left;
	width: 500px;
	position: relative;

}

.base_links a, .base_links a:hover { 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;
}
.base_links a { color:#FFFFFF; }
.base_links a:hover { color:#9ac33b; }
.base {
	clear: both;
	background-color: #7e52a1;
	padding-top: 8px;
	padding-bottom: 16px;
	text-align:right;
}


/* top nav */
.nav_pad { /* small pad */
	padding-top: 6px;
	padding-left: 6px;
}

.nav a span, .subnav a span { /* adjust padding */
	display: block;
	padding-left: 24px;
	padding-top: 4px;
}

.nav a, .nav a:hover {
	height: 22px;
	padding-bottom: 3px;
}

.nav a, .nav a:hover, .subnav a, .subnav a:hover, .bg_off, .bg_on {
	display: block;
	width: 200px;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	background-repeat:no-repeat;
	text-decoration:none;
}

.topnav_bg {
	margin-top: 26px;
	margin-left: 12px;
	background-image:url(images/topnav_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#abce5d;
	width: 212px;
	height: 125px;
}

.topnav_pad {
	padding-left: 6px;
	padding-top: 6px;
}

.nav a {
	background-image:url(images/topnav_off.gif);
	color:#FFFFFF;
}
.nav a:hover {
	background-image:url(images/topnav_on.gif);
	color:#CCCCCC;
}

/* subnav */
.s_height { height: 22px; }

.subnav a {
	background-image:url(images/subnav_off.gif);
	color:#096a37;
	cursor: pointer;
}
.subnav a:hover {
	background-image:url(images/subnav_on.gif);
	color:#ffffff;
	cursor: pointer;
}

.subnav_pad {
	padding-left: 6px;
	padding-top: 6px;
}
.subnav_tpad { /* text & content */
	padding-top: 4px;
	padding-left: 13px;
	padding-right: 8px;
}
.subnav_bg {
	background-image:url(images/subnav_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#5e8226;
	width: 212px;
}

.bg_off {
	background-image:url(images/subnav_off.gif);
	color:#096a37;
	cursor: pointer;
}

.bg_on {
	background-image:url(images/subnav_on.gif);
	color:#ffffff;
	cursor: pointer;
}

.bg_off span, .bg_off span, .bg_on span, .bg_on span { /* adjust padding */
	display: block;
	padding-left: 24px;
	padding-top: 4px;
}

.bg_off, .bg_on {
	height: 22px;
	padding-bottom: 3px;
}

/* subnav subcats */
.subcat { display: none; }

.subcat a, .subcat a:hover {
	background-image:url(images/spacer.gif);
	line-height: 125%;
	font-weight: normal;
}

.subcat a span { color: #ffffff; }
.subcat a:hover span { color: #ffffff; }

.subcat { padding-bottom: 12px; }
.subcat a span, .subcat a:hover span { /* adjust padding */
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	
}

.subcat a span strong { /* adjust sub-color */
	color:#FFCC00;
}

.subcat a:hover span strong { /* adjust sub-color */
	color:#ffffff;
}


/* noscript style */
.noscript_subcat a, .noscript_subcat a:hover {
	background-image:url(images/spacer.gif);
	line-height: 100%;
	font-weight: normal;
}
.noscript_subcat a { color: #FFCC00; }
.noscript_subcat { padding-bottom: 12px; }
.noscript_subcat a span, .noscript_subcat a span { /* adjust padding */
	display: block;
	padding-left: 24px;
	padding-top: 4px;
}

/* bob background */
.bob_width_cap { width: 375px; }
.bob {
	background-image:url(./images/bob.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.bob_content {
	margin-left: 20px;
	width: 525px;
	float: left;
	position: relative;
}

/* subbox white */
.subbox {
	margin:0 auto;
	width: 450px;
	background-image:url(./images/subbox_white_bg.gif);
	background-repeat:repeat-y;
}
.subbox_white_top {
	height: 15px;
	background-image:url(./images/subbox_white_top.gif);
	background-repeat:no-repeat;
}
.subbox_white_base {
	height: 14px;
	background-image:url(./images/subbox_white_base.gif);
	background-repeat:no-repeat;
}
.subbox_pad {
	padding-left: 14px;
	padding-right: 14px;
}

/* subbox green */
.subbox_green {
	width: 508px;
	background-image:url(./images/subbox_green_bg.gif);
	background-repeat:repeat-y;
}
.subbox_green_top {
	height: 15px;
	background-image:url(./images/subbox_green_top.gif);
	background-repeat:no-repeat;
}
.subbox_green_base {
	height: 14px;
	background-image:url(./images/subbox_green_base.gif);
	background-repeat:no-repeat;
}

/* subbox related */
.subbox_related {
	width: 508px;
	background-image:url(./images/subbox_related_bg.gif);
	background-repeat:repeat-y;
}
.subbox_related_top {
	height: 53px;
	background-image:url(./images/subbox_related_top.gif);
	background-repeat:no-repeat;
}
.subbox_related_base {
	height: 13px;
	background-image:url(./images/subbox_related_base.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
.subbox_related_pad {
	padding-left: 60px;
	padding-top: 8px;
}
.related_image { margin-bottom: 8px; margin:0 auto; width: 75px; }
.related_text a, .related_text a:hover {
	font-size: 9px;
	font-weight: normal;
}
.related_quadrent_wrapper {
	height: 120px;
}
.related_quadrent {
	width: 95px;
	float: left;
	margin-right: 15px;
	text-align:center;
}

/* subbox list */
.subbox_green ul { margin:8px 0 8px 12px; padding:0; }
.subbox_green ul li {
	background:url(./images/sub-li.gif) 0px 0px no-repeat;
	list-style-type: none;
	margin:4px 0 0 0px;
	padding:0 0 0 16px;
}



/* subbox feedback */
.subbox_feedback_top {
	height: 53px;
	background-image:url(./images/subbox_feedback_top.gif);
	background-repeat:no-repeat;
}
.subbox_feedback_pad {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
}

/* sitemap link style override */
.sitemap a, .sitemap a:hover { font-weight: normal; }


/* misc & content misc */
.f10 { font-size: 10px; }
.w { color:#FFFFFF; }
.b { font-weight: bold; }
.height { min-height: 100px; }

.bordered { border: 2px solid #9ac33b; }
.bordered2 { border: 3px double #547522; }

.banner, #uk-banner { float: left; margin:0 0 0 14px; }

.b3 { border: 3px double #5e8226; margin-top: 4px; }
.thumb80 { width: 120px; height: 80px; }
.thumb90 { width: 120px; height: 90px; }
.thumb_cell { width: 33%; text-align:center; }
.thumb_label { font-size: 11px; text-align:center; }
.thumb_cell img { border: 3px double #547522; width: 120px; height: 90px; }

.tlink { width: 126px; height: 130px; float: left; margin:4px 0 0 28px; text-align: center; }
.tlink img { width: 120px; height: 90px; display: block; margin:0 0 4px 0; border: 3px double #547522; }

.thumbnail { width: 134px; height: 130px; float: left; margin:4px 0 0 20px; text-align: center; position: relative; }
.timage, .tframe, .tspot { position: absolute; }
.tframe { width: 134px; height: 104px; top: 0px; left: 0px; z-index:9; }
.tspot { top: -12px; left: -7px; z-index:12; }
.timage { width: 120px; height: 90px; top: 7px; left: 7px; border: none; }
.thumbnail div { width: 120px; height: 104px; }

.dbordered { border: 2px solid #7e52a1; }
.product_image { margin:0 auto; }
.price { font-weight: bold; color:#FFCC00; margin-top: 5px; }
.addtocart { vertical-align:middle; }
.product_image_box { float: right; text-align:center; margin-left: 8px; width: 225px; }
.crunch { width: 400px; }
.lux { font-weight: bold; color:#FFCC00; }
.comingsoon { width: 83px; height: 20px; vertical-align:bottom; margin-bottom: -4px; margin-left: 8px; }
.cfield { 
	margin-top: 4px; 
	margin-bottom: 4px;
	padding: 2px;
}
.warning { 
	font-weight: bold;
	color:#FF0000;
}

.button {
	background-color: #9AC33B;
	color: #ffffff;
	font-weight: bold;
}
.textarea {
	width: 300px;
	height: 52px;
}
.tip { width: 11px; height: 11px; margin-bottom: -1px; }
.cctip { width: 21px; height: 14px; margin-bottom: -3px; }

.shipping_checkbox {
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#bob-key { position: absolute; top: 0px; left: 0px; }
#flashnotice { position: absolute; top: -340px; left: -245px; } 
.taxonomy { margin-left: 8px; margin-top: 8px; }
.taxonomy span { font-size: 10px; }
.taxonomy div div { 
	float: left; 
	width: 50px; 
	text-align:right; 
	font-weight: bold; 
	margin-right: 4px;
	font-size: 10px;
}

.col3 { float: left; width: 150px; margin:0 0 0 12px;  text-align:center; }

.flv_video { margin:4px auto 0 auto; }