@charset "utf-8";
/* CSS Document */

/* ==========================================
 Really Easy Cart 
  Default Page Css Doc 
=========================================== */

/* CSS reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1.2;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
	padding-top: 4px;
	padding-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/* CSS 960 System (Want a liquid design? change to 960_24_col_liquid.css) */
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Old Browser Middle Align Fix (Part 1) */
body { text-align: center; }

/* Container >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/* Old Browser Middle Align Fix (Part 2) */
	text-align: left;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_5_5,
.grid_6,
.grid_6_5,
.grid_7,
.grid_7_5,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_16_5,
.grid_17,
.grid_17_5,
.grid_18,
.grid_18_5,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 1;
}

/* CSS IE6 HACK */
/*\*/ 
* html .grid_1,
* html .grid_2,
* html .grid_3,
* html .grid_4,
* html .grid_5,
* html .grid_5_5,
* html .grid_6,
* html .grid_6_5,
* html .grid_7,
* html .grid_7_5,
* html .grid_8,
* html .grid_9,
* html .grid_10,
* html .grid_11,
* html .grid_12,
* html .grid_13,
* html .grid_14,
* html .grid_15,
* html .grid_16,
* html .grid_16_5,
* html .grid_17,
* html .grid_17_5,
* html .grid_18,
* html .grid_18_5,
* html .grid_19,
* html .grid_20,
* html .grid_21,
* html .grid_22,
* html .grid_23,
* html .grid_24 { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; } 
/**/

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
	width: 30px;
}

.container_24 .grid_2 {
	width: 70px;
}

.container_24 .grid_3 {
	width: 110px;
}

.container_24 .grid_4 {
	width: 150px;
}

.container_24 .grid_5 {
	width: 190px;
}
.container_24 .grid_5_5 { /* Added Half Col Support */ 
	width: 210px;
}

.container_24 .grid_6 {
	width: 230px;
}
.container_24 .grid_6_5 { /* Added Half Col Support */ 
	width: 250px;
}

.container_24 .grid_7 {
	width: 270px;
}
.container_24 .grid_7_5 { /* Added Half Col Support */ 
	width: 290px;
}

.container_24 .grid_8 {
	width: 310px;
}

.container_24 .grid_9 {
	width: 350px;
}

.container_24 .grid_10 {
	width: 390px;
}

.container_24 .grid_11 {
	width: 430px;
}

.container_24 .grid_12 {
	width: 470px;
}

.container_24 .grid_13 {
	width: 510px;
}

.container_24 .grid_14 {
	width: 550px;
}

.container_24 .grid_15 {
	width: 590px;
}

.container_24 .grid_16 {
	width: 630px;
}
.container_24 .grid_16_5 { /* Added Half Col Support */ 
	width: 650px;
}

.container_24 .grid_17 {
	width: 670px;
}
.container_24 .grid_17_5 { /* Added Half Col Support */ 
	width: 690px;
}

.container_24 .grid_18 {
	width: 710px;
}
.container_24 .grid_18_5 { /* Added Half Col Support */ 
	width: 730px;
}

.container_24 .grid_19 {
	width: 750px;
}

.container_24 .grid_20 {
	width: 790px;
}

.container_24 .grid_21 {
	width: 830px;
}

.container_24 .grid_22 {
	width: 870px;
}

.container_24 .grid_23 {
	width: 910px;
}

.container_24 .grid_24 {
	width: 950px;
}

/* Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
	padding-left: 40px;
}

.container_24 .prefix_2 {
	padding-left: 80px;
}

.container_24 .prefix_3 {
	padding-left: 120px;
}

.container_24 .prefix_4 {
	padding-left: 160px;
}

.container_24 .prefix_5 {
	padding-left: 200px;
}

.container_24 .prefix_6 {
	padding-left: 240px;
}

.container_24 .prefix_7 {
	padding-left: 280px;
}

.container_24 .prefix_8 {
	padding-left: 320px;
}

.container_24 .prefix_9 {
	padding-left: 360px;
}

.container_24 .prefix_10 {
	padding-left: 400px;
}

.container_24 .prefix_11 {
	padding-left: 440px;
}

.container_24 .prefix_12 {
	padding-left: 480px;
}

.container_24 .prefix_13 {
	padding-left: 520px;
}

.container_24 .prefix_14 {
	padding-left: 560px;
}

.container_24 .prefix_15 {
	padding-left: 600px;
}

.container_24 .prefix_16 {
	padding-left: 640px;
}

.container_24 .prefix_17 {
	padding-left: 680px;
}

.container_24 .prefix_18 {
	padding-left: 720px;
}

.container_24 .prefix_19 {
	padding-left: 760px;
}

.container_24 .prefix_20 {
	padding-left: 800px;
}

.container_24 .prefix_21 {
	padding-left: 840px;
}

.container_24 .prefix_22 {
	padding-left: 880px;
}

.container_24 .prefix_23 {
	padding-left: 920px;
}

/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
	padding-right: 40px;
}

.container_24 .suffix_2 {
	padding-right: 80px;
}

.container_24 .suffix_3 {
	padding-right: 120px;
}

.container_24 .suffix_4 {
	padding-right: 160px;
}

.container_24 .suffix_5 {
	padding-right: 200px;
}

.container_24 .suffix_6 {
	padding-right: 240px;
}

.container_24 .suffix_7 {
	padding-right: 280px;
}

.container_24 .suffix_8 {
	padding-right: 320px;
}

.container_24 .suffix_9 {
	padding-right: 360px;
}

.container_24 .suffix_10 {
	padding-right: 400px;
}

.container_24 .suffix_11 {
	padding-right: 440px;
}

.container_24 .suffix_12 {
	padding-right: 480px;
}

.container_24 .suffix_13 {
	padding-right: 520px;
}

.container_24 .suffix_14 {
	padding-right: 560px;
}

.container_24 .suffix_15 {
	padding-right: 600px;
}

.container_24 .suffix_16 {
	padding-right: 640px;
}

.container_24 .suffix_17 {
	padding-right: 680px;
}

.container_24 .suffix_18 {
	padding-right: 720px;
}

.container_24 .suffix_19 {
	padding-right: 760px;
}

.container_24 .suffix_20 {
	padding-right: 800px;
}

.container_24 .suffix_21 {
	padding-right: 840px;
}

.container_24 .suffix_22 {
	padding-right: 880px;
}

.container_24 .suffix_23 {
	padding-right: 920px;
}

/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
	left: 40px;
}

.container_24 .push_2 {
	left: 80px;
}

.container_24 .push_3 {
	left: 120px;
}

.container_24 .push_4 {
	left: 160px;
}

.container_24 .push_5 {
	left: 200px;
}

.container_24 .push_6 {
	left: 240px;
}

.container_24 .push_7 {
	left: 280px;
}

.container_24 .push_8 {
	left: 320px;
}

.container_24 .push_9 {
	left: 360px;
}

.container_24 .push_10 {
	left: 400px;
}

.container_24 .push_11 {
	left: 440px;
}

.container_24 .push_12 {
	left: 480px;
}

.container_24 .push_13 {
	left: 520px;
}

.container_24 .push_14 {
	left: 560px;
}

.container_24 .push_15 {
	left: 600px;
}

.container_24 .push_16 {
	left: 640px;
}

.container_24 .push_17 {
	left: 680px;
}

.container_24 .push_18 {
	left: 720px;
}

.container_24 .push_19 {
	left: 760px;
}

.container_24 .push_20 {
	left: 800px;
}

.container_24 .push_21 {
	left: 840px;
}

.container_24 .push_22 {
	left: 880px;
}

.container_24 .push_23 {
	left: 920px;
}

/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
	left: -40px;
}

.container_24 .pull_2 {
	left: -80px;
}

.container_24 .pull_3 {
	left: -120px;
}

.container_24 .pull_4 {
	left: -160px;
}

.container_24 .pull_5 {
	left: -200px;
}

.container_24 .pull_6 {
	left: -240px;
}

.container_24 .pull_7 {
	left: -280px;
}

.container_24 .pull_8 {
	left: -320px;
}

.container_24 .pull_9 {
	left: -360px;
}

.container_24 .pull_10 {
	left: -400px;
}

.container_24 .pull_11 {
	left: -440px;
}

.container_24 .pull_12 {
	left: -480px;
}

.container_24 .pull_13 {
	left: -520px;
}

.container_24 .pull_14 {
	left: -560px;
}

.container_24 .pull_15 {
	left: -600px;
}

.container_24 .pull_16 {
	left: -640px;
}

.container_24 .pull_17 {
	left: -680px;
}

.container_24 .pull_18 {
	left: -720px;
}

.container_24 .pull_19 {
	left: -760px;
}

.container_24 .pull_20 {
	left: -800px;
}

.container_24 .pull_21 {
	left: -840px;
}

.container_24 .pull_22 {
	left: -880px;
}

.container_24 .pull_23 {
	left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

body {
	font-family : "Trebuchet MS", arial, Tahoma, Sans-Serif;
	font-size : 12px;
	color : #000;
	background-color: #fff;
	text-align: left;
}

/* == Common == */
a {
	text-decoration: none;  
	cursor: pointer;
	border: 0px;
	color: #5FB205;
}
a:hover {
	text-decoration: underline;
}
a:hover, input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
}
a:active, input[type=submit]:active, input[type=button]:active {
  position: relative;
  top: 1px;
}
a:focus {
	outline: 0px;
}

p {
	padding: 7px 0px; 
	margin: 0px;
}

h1 {
	font-size:26px;
	font-weight:bold;
	color: #5FB205;
}
h2 {
	font-size:19px;
	font-weight:normal;
	color: #5FB205;
	font-weight:normal;
}
h3 {
	font-size:16px;
	color: #000;
}
h4 {font-size:15px;font-weight:normal;padding-bottom:5px;}


/* Inputs, text / submits */
input, textarea {
	font-family : "Trebuchet MS", arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
input[type=text], input[type=password], input[type=file], textarea {
	color: #000000 !important;
	border: 1px solid #666;
	padding: 4px;
	background-color: #FFF;
}
input[type=submit], input[type=reset], input[type=button] {
	padding: 2px;
}
input, textarea, select {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-background-clip: padding-box;
}
option[disabled], option.disabled {
	background-color: #EEE;
	color: #666;
}

/* CSS IE6 HACK */
/*\*/ * html input[type=submit] { height:40px; } /**/

/* == Alignments == */
.alignleft {float:left;}
.alignright {float:right;}
.center {text-align:center;}
img.alignleft {margin:0 10px 2px 0;}
img.alignright {margin:0 0 2px 10px;}
img.center {display:block; margin-left:auto;margin-right:auto;}

/* Replacement for  align="absmiddle" */
.absmiddle {
	vertical-align: middle;
	text-align: center;
}

/* Add clear space in html, e.g. <br class="clr" /> */
.clr {
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	font-size: 1px; 
	line-height: 1px;
	height: 1px;
}

/* Required fields */
.required_field {
	color: #C00;
}

/* IE5 and 6 Browser Warning Box */
.old-ie-warning {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 3px 0px;
	margin: 0px;
	background-color: #FF9;
	color: #333 !important;
	border-bottom: 1px solid #FF6;
	text-align: center;
	z-index: 99999;
	display: block;
}
.old-ie-warning a {
	color: #36F !important;
}

/* ==========================================
 Header 
  the setup of the header section of the page
=========================================== */

/* Outside Header */
.header-outer {
	background: #2040B2  url(../admin/images/REC-Header.jpg) no-repeat top center; 
	
	border-bottom: 4px solid #5FB205;  
	min-width: 960px;
}
/* Inside Header */
.header-inner {
	color: #000;
	height: 169px;
	z-index: 2;
}
.header-inner .grid_24 {
	height: 169px;
	z-index: 2;
}
.header-inner a {
	color: #000;
}
/* Header Componants */
.header_logo {
}
.header_title {
	font-size: 32px;
	padding-top: 14px;
	/*font-family: Georgia, "Times New Roman", Times, serif; */
	color: #000;
}
.header_phone_number {
	float: right;
	clear: right;
	font-size: 20px;
	color: #000;
}
.header_slogan {
	font-size: 18px;
	font-style: italic;
	color: #000;
}
.header_search_box {
  float: right;
  clear: right;
  margin-top: 46px;
  z-index: 99999999; 
  position: relative;
  margin-right: -6px;
}
/* CSS IE6 HACK */
/*\*/ * html .header_search_box { margin-right: 40px; } /**/

.header_top_links_box {
  float: right;
  clear: right;
  z-index: 99; 
  position: relative;
  list-style: none;
}
.header_top_links_box li {
	display: inline; 
}
/* Positsion the menu at the bottom of the header */
.header_menu {
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	right: 0px;
}

.header_add_this {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 99;
}
/* Add/Share This Site Social Networking Icons Button */
#add_this_button {
	position: absolute;  
	z-index: 999; 
	right:0; 
	width: 106px;
	padding: 6px; 
	background-color: #5FB205; 
	color: #FFFFFF;
}
#add_this_button a {
	color: #FFFFFF; 
}



/* ==========================================
 Main Content / Middle 
  this is the middle section of the page, 
  where all the main content is shown
=========================================== */

#middle-outer {
	background: #fff ; 
	padding-top: 5px;
	min-width: 960px;
}
#middle-inner {
	z-index: 0;
}

/* Main Content */
#content {
	min-height: 400px;
	/*background-color: #fff;*/
}
.middle-inner-sections {
	padding: 5px;
	background-color: #fff; /*rgba(255, 255, 255, 0.3)*/
}
#sidebar2, #content2 {
	background-color: #fff; /*rgba(255, 255, 255, 0.3)*/
}

/* set some styling on all lists  */
#content ul {list-style-position: inside; padding: 6px; list-style-type: disc;}


/* ==========================================
 Footer 
  the setup of the footer section of the page
=========================================== */

#footer-outer {
	background-color: #2040B2;
	 border-top:4px solid #5FB205; 		min-width: 960px;
	background-size: auto;
}
#footer-inner {
	padding:10px 0; 
	font-size: 12px;
	color: #fff;
}

#footer-inner a, #footer-inner a:link, #footer-inner a:visited, #footer-inner a:hover {
	color: #fff; 
}
#footer-inner h2{
	font-size: 12px;
	color: #fff;
}
#top_footer {
	width: 880px;
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
#middle_left_footer {
	width: 430px;
	float: left;
	padding: 10px;
}
#middle_right_top_footer {
	width: 430px;
	float: right;
	padding: 10px;
}
#middle_right_bottom_footer {
	width: 430px;
	float: right;
	padding: 10px;
	font-size: 10px;
}
#middle_right_bottom_footer a {
	font-size: 10px;
}
#bottom_footer {
	width: 880px;
	clear: both;
	padding: 10px;
}

/* Footer Site Map */
ul.footer_site_map {
	list-style: none;
	display: block;
}
ul.footer_site_map li {
	display: inline-block;
	float: left;
	padding: 4px;
	margin-left: 4px;
	margin-right: 2px;
	min-width: 100px;
}
ul.footer_site_map li a {
	font-weight: bold;
}
ul.footer_site_map li ul {
	list-style: none;
	display: inline;
}
ul.footer_site_map li ul li {
	display: list-item;
	display: inline !ie;
	border-right: 0px;
	padding: 2px;
	clear: left;
	padding-left: 8px;
	margin-left: 0px;
}
ul.footer_site_map li ul li a {
	font-weight: normal;
}



/* ==========================================
 Pagination 
  the paging for products 
=========================================== */
.pagination{
	padding: 4px;
	margin-top: 4px;
}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; 
	font-size: 16px;
}
.pagination li{

	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	color: #000;
}
.pagination a, .pagination a:visited{
	padding: 4px 6px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #5FB205;
	color: #FFFFFF !important;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #FFFFFF;
	background-color: #5FB205;
	color: #FFFFFF !important;
}
.pagination a.currentpage{
	font-weight: bold;
	background-color: #5FB205;
	color: #FFFFFF !important;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292 !important;
	border-color: #929292;
	font-weight: normal !important;
}
.pagination a.prevnext{
	font-weight: 20px;
	font-variant: small-caps;
}
.return_link {
	padding: 6px;
	border: 2px solid;
	border-color: #FFFFFF;
	color: #000;
	background-color: #fff;
}
.zoom { color: #000; }





/* ==========================================
 Buttons such as next page, search, back and more
=========================================== */
.generated_button {
	padding: 2px 8px;
	/*border: 1px solid #222; */
	height: 24px; 
	line-height: 24px;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;	
	font-weight: bold;
	font-size: 12px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	background-color: #5FB205;
	color: #FFFFFF;
	-webkit-background-clip: padding-box;
}
.generated_button a, .generated_button a:link, .generated_button .link{
	color: #FFFFFF;
}
a.generated_button {
	color: #FFFFFF !important;
}




/* ==========================================
 Rounded Corners 	OLD METHOD 
 still used on main content and sidebar apps
=========================================== */
/********************* ROUNDED CONTENT SIDEBAR 1 ************************/
#rounded_sidebar {
	width:100%;
	/*background-color: #fff; */
	color: {colour:sidebar_sidebar_text};
}
#rounded_sidebar h2, #rounded_sidebar h3, #rounded_sidebar_2 h2, #rounded_sidebar_2 h3 {
	color: #000;
}
#rounded_sidebar a, #rounded_sidebar p, #rounded_sidebar_2 a, #rounded_sidebar_2 p {
	color: #000;
}
b.rtop_sidebar, b.rbottom_sidebar{
	display:block; 
    /*background: #fff;*/
}
b.rtop_sidebar b, b.rbottom_sidebar b{
	display:block;
	height: 1px;
	overflow: hidden;
	/*background: #fff;*/
}
b.r1_sidebar{margin: 0 5px}
b.r2_sidebar{margin: 0 3px}
b.r3_sidebar{margin: 0 2px}
b.rtop_sidebar b.r4_sidebar, b.rbottom_sidebar b.r4_sidebar{margin: 0 1px;height: 2px}
/********************* ROUNDED CONTENT SIDEBAR 2 ************************/
#rounded_sidebar_2 {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 0px;
	width:100%;
	/*background-color: #fff; */
	color: #000;
}
b.rtop_sidebar_2, b.rbottom_sidebar_2{
	display:block; 
    /*background: #fff;*/ 
}
b.rtop_sidebar_2 b, b.rbottom_sidebar_2 b{
	display:block;
	height: 1px;
	overflow: hidden;
	/* background: #fff; */
}
b.r1_sidebar_2{margin: 0 5px}
b.r2_sidebar_2{margin: 0 3px}
b.r3_sidebar_2{margin: 0 2px}
b.rtop_sidebar_2 b.r4_sidebar_2, b.rbottom_sidebar_2 b.r4_sidebar_2{margin: 0 1px;height: 2px}

/***************************** Rounded Content NORMAL **************************/
#rounded {
	margin:auto;
	width:100%;
	/* background-color: #fff; */
}
b.rtop, b.rbottom{
	display:block;
    /* background: #fff; */
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	/* background: #fff; */
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
#inside_main {
	padding:1%;
	width:96%;
}

/* Remove Main Body Rounded Corners */
#rounded b[class] { display:none; }

/* Remove Sidebar Rounded Corners */
#rounded_sidebar b[class], #rounded_sidebar_2 b[class], .categories-outer b[class] { display:none; }

/********************************************************************************/



/* ==========================================
 Rounded Corners 	NEW! !! --> OLD METHOD ABOVE --> !! 
 Add Css Round corners (not availbale in IE )
 JavaScript available to fix IE 
 Eventualy all rounded parts will be converted to this new method
=========================================== */
.round-top {
	border-radius-topleft: 6px; 
	border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	-moz-border-radius-topright: 6px; 
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.round-bottom {
	border-radius-bottomleft: 6px; 
	border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px; 
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.round-small {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.round-medium {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.round-large {
	border-radius: 14px; 
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
}








/* ==========================================
 Content Slider
 The big content slider on the main pages
=========================================== */
#content-slider-outer {
	margin: 0px;
	margin-top: -5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
	position: relative;
	text-align: left;
	
	/*background-color: #5FB205;*/
	
	/*width: 912px;*/
	width: 100%;
}

#content-slider-outer .content-slider-pannel {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	height: 300px;
	
	/*width: 912px;*/
	width: 100%;
	
	
		display: none;
	}

#content-slider-outer .content-slider-pannel-active {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	text-align: left;	
	top: 0px;
	height: 300px;
	/*width: 912px;*/
	width: 100%;
}
#content-slider-outer h2{
	padding-left: 30px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
}
#content-slider-outer p{
	padding-left: 50px;
	padding-top: 4px;
	font-size: 14px;
	display: block;
}

#content-slider-outer #content-slider-inner {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	height: 300px;
	overflow: hidden;
	position: relative;
	/*width: 912px;*/
	width: 100%;
}

#content-slider-outer .content-slider-menu {
	background-color: #333333;
	height: 34px;
	border: 1px solid #000;
	border-top: none;
	text-align: center; 
	display: none;
}
#content-slider-outer .content-slider-menu ul{
	list-style: none;
	height: 20px;
	display: block;
}
#content-slider-outer .content-slider-menu ul li{
	display: block;
	float: left;
}
#content-slider-outer .content-slider-menu ul li a{
	display: block;
	padding: 6px 12px;
	margin: 0px 4px;
	float: left;
	color: #FFFFFF;
}
#content-slider-outer .content-slider-menu ul li a:hover{
	background-color: #000000;
	cursor: pointer;
}
#content-slider-outer .content-slider-menu ul li a.active{
	background-color: #000000;
}

#next_button_content_slider {
	position: absolute;
	top: 150px;
	right: 0px;
	cursor: pointer;
	
	
	}
#pre_button_content_slider {
	position: absolute;
	top: 150px;
	cursor: pointer;
	
	
	}


/* Text setting Fro Text Imput Areas On Sidebar */
.sidebar_text {
	color: #000 !important;
}
.sidebar_text p {
	color: #000;
}
.sidebar_text h3, .sidebar_text h2, .sidebar_text h3 {
	color: #000;
}
.sidebar_text ul {
	padding: 2px;
	list-style: disc outside;
	margin-left: 14px;
}
.sidebar_text ul li {
	list-style: disc outside;
	padding: 2px;
	padding-left: 0px;
}




/* ==========================================
 Modal windows and popups css templates 
=========================================== */

/* ==========================================
 Email to friend  
  popup modal box that allows visitors to send 
  content/pages links to there friends easily
=========================================== */
#email_popup_box_back {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index: 2000;
	height: 100%;
	background-color: #000000;
}

#email_popup_box_main_pos {
	position: fixed;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 2010;
	width: 100%;
}
/* ie6 fixes */
/*\*/ * html #email_popup_box_back { position: absolute; height: expression(eval(document.body.clientHeight)); } /**/
/*\*/ * html #email_popup_box_main_pos { position: absolute; } /**/

#email_popup_box_main {
	width: 340px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 4px;
	z-index:98;
	color:#fff;
	background-color: #2040B2;
	border: 3px solid #5FB205;
}
#email_popup_box_main h3 {
	padding: 2px;
	margin: 2px;
	padding-top: 4px;
	margin-top: 4px;
	margin-left: 4px;
	font-size: 18px;
	color: #FFFFFF;
}
#email_popup_box_main span {
	padding: 1px;
	margin: 1px;
	padding-left: 6px;
}
#email_popup_box_main strong {
	width: 50px;
	display: inline-block;
	vertical-align: top;
}
.email_close_button {
	float: right;
	cursor: pointer;
	padding: 4px;
	margin: 0px;
}
#email_popup_box_main input, #email_popup_box_main textarea {
	margin: 2px;
	width: 260px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif; 
}
#email_popup_box_main textarea {
	font-size: 11px;
	height: 80px;
	overflow: auto;
}
#email_popup_box_main input[type=submit] {
	margin: 10px;
	width: 100px;
}




/* ==========================================
 shopping Cart
 Modal window and shopping cart styling 
=========================================== */
#outside_product_modal {
	width: 580px;
}

div#modal_window_box p {
	color: #fff;
	font-size: 12px;
}
div#modal_window_box a {
	color: #fff;
}
div#modal_window_box h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

table#products_keywords a{
	color: #000;
	line-height: 16px;
}
table#products_keywords p{
	color: #000;
	line-height: 16px;
}
table#products_keywords *{
	color: #000;
	line-height: 16px;
}
table#products_keywords strong{
	color: #000;
	line-height: 16px;
	font-size: 15px;
}
/* carts & checkout product images */
.cart_image_checkout {
	max-height: 110px;
	border: 0px;
	max-width: 110px;
}	
/*\*/ * html .cart_image_checkout { width: 100px; height: 100px; } /**/

/* modal parts */
#modal_window_background {
	position: fixed;
	width: 100%;
	height: 1px;
	background-color: #000000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index:97;
}
#modal_window_positioning {
	position:absolute;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index:98;
}
#modal_window_box {
	width: 600px;
	height: 1px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	float: none;
	margin: auto;
	margin-top: 100px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	padding: 4px;
	z-index:99;
	color: #fff;
	background-color: #2040B2;
	border: 3px solid #5FB205;
}
/* CSS IE6 HACKs */
/*\*/ * html #modal_window_positioning { position: absolute; } /**/
/*\*/ * html #modal_window_background { position: absolute; } /**/

#modal_window_close {
	float:right;
	width:auto;
	text-align:right;
	height: 1px;
}
#modal_cart_total {
	float: right;
	width: 180px;
	font-size: 14px;	
}
#modal_cart_total .caps {
	font-size: 18px;	
}
#modal_cart_total em {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
#outside_all {
	background-color: #FFF;
	color: #000;
}
#outside_all a{
	color: #000;
}
#outside_all p{
	color:#000;
}
#outside_all td{
	color: #000;
}	
#proceed {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	float:right;
	height: 40px;
}


/* ==========================================
 Images Lightbox 
 Images Use this to pop up in a modal window 
=========================================== */
#lightboxGallery-outer {
	width: 800px;
	height: 480px;
	position: relative;
	float: none;
	margin: auto;
	margin-top: 60px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:92;
	overflow: visible;
}
#lightboxGallery-outer .lightboxGallery-pannel {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
}

#lightboxGallery-outer .lightboxGallery-pannel-active {
	margin: auto;
	padding: 0px;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}

#lightboxGallery-outer #lightboxGallery-inner {
	margin: auto;
	padding: 0px;
	height: 440px;
	overflow: hidden;
	position: relative;
	width: 700px;
}
#lightboxGallery-outer #lightboxGallery-inner img {
	border-radius: 6px !important; 
	-moz-border-radius: 6px !important; 
	-webkit-border-radius:6px !important;
	padding: 10px !important;
	margin: auto;
	max-height: 370px;
	max-width: 680px;
	background-color: #FFFFFF !important;
}
#outer-lightboxGallery-titlebox {
	text-align: center;
	margin-top: -40px;
	margin-bottom: 10px;
	max-width: 700px;
	max-height: 200px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	color: #000;
}
#lightboxGallery-outer #lightboxGallery-titleBox {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	display: inline;
}

#lightboxGallery-outer #closeLightboxGallery {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
#lightboxGallery-outer #nextLightboxGallery {
	position: absolute;
	top: 100px;
	right: 0px;
	cursor: pointer;
}
#lightboxGallery-outer #preLightboxGallery {
	position: absolute;
	top: 100px;
	left: 0px;
	cursor: pointer;
}

#lightboxGallery-outer .lightboxGallery-menu {
	text-align: center;
	position:absolute;
	bottom: 40px;
	width: 100%;
	display: block;
}
#lightboxGallery-outer .lightboxGallery-menu ul{
	list-style: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	height: 30px;
	width: 540px;
}
#lightboxGallery-outer .lightboxGallery-menu ul li{
	display: inline;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a{
	display: inline;
	margin: 0px 4px;
	color: #FFFFFF;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a:hover{
	cursor: pointer;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a.active{
}
/*lightbox buttons*/
#next_button {
	position: absolute;
	top: 100px;
	right: 0px;
	cursor: pointer;
}
#pre_button {
	position: absolute;
	top: 100px;
	cursor: pointer;
}
		
#modal_image_window_outer {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index:90;
	height: 100%;
	display: none;
	background-color: #000000;
	color: #000;
}

#modal_image_window_box {
	position:fixed;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index:91;
	display: none;
	color: #000;
}
/* CSS IE6 HACKs */
/*\*/ * html #modal_image_window_box { position: absolute; height: 600px;  } /**/
/*\*/ * html #modal_image_window_outer { position: absolute; height: 1000px; width: expression( ((document.documentElement.clientWidth) ? document.documentElement.clientWidth : document.body.clientWidth ) + 'px' );  } /**/



/* ==========================================
 Popups
 Error Msg's and general msg's
=========================================== */
/* Basic's of error box's */
div.error_box, div.good_news, div.bad_news, div.warning, div.helpful_hint, div.normal_message {
	border: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 4px;
	margin: 2px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #000000;
}

div.error_box a, div.good_news a, div.bad_news a, div.warning a, div.helpful_hint a, div.normal_message a {
	color: #000000;
	text-decoration: underline;
}
/* Error Reporting Box */
.error_box {
	background-color:#FF998A;
	border-color:#CC0000;
	background-image: url(../images/glossy_icons/cancel.png);
}
/* Good News Reporting Box */
.good_news {
	background-color:#E3FCE3;
	border-color: #9FE8B8;
	background-image: url(../images/glossy_icons/ok.png);
}	
/* Bad News Reporting Box */
.bad_news {
	background-color:#FFE8E5;
	border-color: #F7AEA5;
	background-image: url(../images/glossy_icons/alert.png);
}
/* Warning Reporting Box */
.warning {
	background-color:#FFF6BF;
	border-color: #F8DD70;
	background-image: url(../images/glossy_icons/golden_offer.png);
}
/* Helpful Hint */
.helpful_hint {
	background-color:#C6D9F9;
	border-color: #6699CC;
	background-image: url(../images/glossy_icons/question.png);
}
/* Basic White message */
.normal_message {
	background-color:#F8F8F8;
	border-color: #CCCCCC;
	background-image: url(../images/glossy_icons/info.png);
}





/* ==========================================
 Modal Window Setup 
 	for use with all new modal windows 
	apart from the "email to friend", "cart" and images. 
	(Soon these will be added to this tho) 
=========================================== */
#obj_modal_outer {
}
#obj_modal_background {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index: 2000;
	height: 100%;
	background-color: #000000;
}
#obj_modal_content_positioning {
	position: absolute;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 2010;
	width: 100%;
}

/* Modal box that can slide from the top of the screen */
.obj_modal_slide_top {
}
.obj_modal_slide_top .obj_main {
	background: #FFF;
	padding: 4px 100px;
	vertical-align: middle;
	border-bottom: 3px solid #5FB205;
}
.obj_modal_slide_top .obj_modal_close {
	background: #FFF;
	float: right;
	margin-right: 30px;
	margin-top: -3px;
	padding: 2px 6px;
	border: 3px solid #5FB205;
	border-top: 0px;
}

/* Modal Box in middle of screen */
.obj_modal_box {
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: auto;
	margin-top: 100px;
	text-align: left;
	border: 3px solid #5FB205;
}
.obj_modal_box .obj_modal_close {
	float: right;
	color: #000;
}

/* Splash Page (appears on checkout page load if set) */
.splash_close {
	float:right;
	cursor:pointer;
}
#splash_page_main {
	height: auto;
	width: 600px;
	margin: auto;
	margin-top: 100px;
	background-color: #FFF;
	border: 3px solid #111;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 4px;
	z-index:98;
	color: #000;
}
#splash_page_main_inner {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;
	color: #000;
	padding: 6px;
	min-height: 200px;
}

/* Fix for positioning of modal window background */
/*\*/ * html #obj_modal_background { position: absolute; height: expression(eval(document.body.clientHeight)); } /**/ 


/* ==========================================
 Modal box for enquiring about products 
=========================================== */
.enquire_about_products {
	width: 400px;
	font-size: 14px;
	height: 360px;
}
.enquire_about_products table {
	margin: 4px;
	padding: 4px;
	margin-top: 10px;
}
.enquire_about_products input {
	margin: 4px;
	width: 240px;
}
.enquire_about_products input[type=submit] {
	margin: auto;
	width: 140px;
}
.enquire_about_products textarea {
	margin: 4px;
	width: 360px;
}


/* ==========================================
 Page specific and customer css, 
 such as how the register page of the customer page is layed out
=========================================== */

/* ==========================================
 Register Page
 Stying for the register page steps 
=========================================== */
ul.main_reg_details {
	list-style: none;
}
ul.main_reg_details li{
}
ul.main_reg_details li label{
	width: 108px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 9px;
}
ul.main_reg_details li input{
}
ul.billing_address {
	list-style: none;
	float: left;
	display: block;
	padding-left: 0px;
	width: 280px;
}
ul.billing_address li{
}
ul.billing_address li label{
	width: 94px;
	display: inline-block;
	text-align: right;
	padding-right: 9px;
}
ul.billing_address li input{
	width: 140px;
}
ul.delivery_address {
	list-style: none;
	display: block;
	padding-left: 0px;
}
ul.delivery_address li{
}
ul.delivery_address li label{
	width: 115px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 9px;
}
ul.delivery_address li input{
	width: 145px;
}
ul.delivery_address li:hover{
}
.outside_box_columbs {
	margin-top: 14px;
}



/* ==========================================
 Customer Home Page 
 when customers loggin to the site 
 they are greated with a unique home page 
 Customer home shell html cannot be changed but the style can
=========================================== */
/* Customer page use's a different outer content called "content2" rather than just "content" */
#content2 {
	min-height: 400px;
}
#content2 ul {list-style-position:inside;padding:4px;}
/* Again for customer page we use "sidebar2" instead of just "sidebar" */
#sidebar2 {
}
#content2 h2 {	
	padding-bottom:5px;
	margin:0 0 5px 0;
	color: #5FB205;
}
#content2 h2 a, #content h3 a {
	color: #5FB205;
}
#content2 h2 a:hover,  #content h3 a:hover  {
	text-decoration :none;
	color: #5FB205;
}
#sidebar2 h3 {
	font-size:15px;
	padding-bottom:5px;
	margin:10px 0 5px 0;
	color: #000;}
#sidebar2 ul {
	list-style:none;
}
#sidebar2 li {
	padding:5px 5px 5px 15px;
	line-height:16px;
}
#sidebar2 li a {
	color: #000;
}



/* ==========================================
 Product Page! 
  the products more information page
=========================================== */
.product_page_outer {
	padding: 4px;
	margin: 4px;
}

.product_page_main_details {
	width: 50%;
	float: right;
}

.product_page_image_box {
	width: 49%;
	text-align: center;
	vertical-align: middle;
}

/* Product Main Image  */
#switch_main_image {
	max-width: 200px; 
	max-height: 200px; 
	padding:0; 
	margin:0; 
	border:0; 
	cursor: pointer;
}
/* CSS IE6 HACK */
/*\*/ * html #switch_main_image { width: 200px; height: 200px; } /**/

ul.product_buttons, ul.product_footer_buttons {
	list-style: none;
	display: block;
	margin: 0px;
	margin-left: -10px;
	padding-left: -10px;
	padding: 0px;
}
ul.product_buttons li, ul.product_footer_buttons li {
	display: inline-block;
	display: inline !ie;
	margin-left: -6px;
}
/* Button Links */
ul.product_buttons li a, ul.product_footer_buttons li a {
	display: inline-block;
	width: 102px;
	margin: 2px;
	float: left;
}
/* CSS IE6 HACK */
/*\*/ * html ul.product_buttons li a, ul.product_footer_buttons li a { width: 120px; margin: 1px; } /**/

ul.product_buttons li a img, ul.product_footer_buttons li a img {
	padding: 2px;
}

.product_reviews, .product_tags, .product_show_more_box, .product_attributes, .product_description, .product_options, .product_prices_table {
	margin: 2px;
	padding: 2px;
}
.product_reviews h2, .product_tags h3, .product_show_more_box h3, .product_attributes h3, .product_description h3, .product_options h3, .product_prices_table h3 {
	border-top: 1px solid #5FB205;
	clear: both;
	padding-top: 4px;
}


ul.product_footer_buttons {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.product_footer_buttons li {
	display: inline;
}
ul.product_footer_buttons li a {
	display: inline-block;
}

/** Text Parts **/
/*Product name*/
h1.product_name {
	clear: both;
	margin-top: 8px;
	font-size: 24px;
	font-weight: normal;
}
/*price*/
.product_price {
	font-size: 14px;
}
/*price:old*/
.product_price .old_price {
	color: #CC0000;
	text-decoration: line-through;
	font-size: 12px;
}

.product_price .comming_soon {
	color: #33CC00;
}

.product_price .out_of_stock {
}

input#quantity {
	background-color:#FFF;
	padding: 3px;
	margin: 2px;
	text-align: center;
	border: 1px solid #CCC;
	font: normal 1em;
	color: #222;
	width: 30px;
	vertical-align: middle;
}

/*bread crumb*/
.bread_crumb {
}

/* products multiple images */ 
.products_other_images {
	margin:4px; 
	padding:2px; 
	margin-top: 10px;
}
.products_other_images .other_image_box {
	width:50px; 
	height:50px; 
	padding:4px; 
	float:left;
}
.products_other_images .other_image_box img {
	max-width:50px; 
	max-height:50px;
	border: 0px; 
}
/* CSS IE6 HACK */
/*\*/ * html .products_other_images .other_image_box img { width:50px; height:50px; } /**/ 

/* non js form input */
#cart_submit {
	width: 100px; 
	float:right; 
	cursor:pointer
}

/* Attributes table */
table.product_attributes {
	width:94%;
	border-top:1px solid #2040B2;
	border-right:1px solid #2040B2;
	/*margin:1em auto;*/
	margin:1em 18px;
	border-collapse:collapse;
	text-align:left;
	vertical-align: top;
}
table.product_attributes td {
	border-bottom:1px solid #2040B2;
	border-left:1px solid #2040B2;
	padding:.3em 1em;
	text-align:left;
	vertical-align: top;
}

/* Multi prices table */
table.product_multi_prices {
	width:60%;
	border-top:1px solid #2040B2;
	border-right:1px solid #2040B2;
	margin:1em 18px;
	border-collapse:collapse;
	text-align:left;
	vertical-align: top;
}
table.product_multi_prices td {
	border-bottom:1px solid #2040B2;
	border-left:1px solid #2040B2;
	padding:.3em 1em;
	text-align:left;
	vertical-align: top;
}

/* options, if radio buttons */
.each_option {	
	padding: 10px;
}


/* ==========================================
 Javascript product sliders 
 verticle sliders of products, 
 shown on product pages, checkout, and cusotmers home pages
=========================================== */

#page_text_area {
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	border: 1px solid #5FB205;
}

.products_horizontal_carousel {
	height: 120px;
	padding: 10px;
	z-index: 100;
	padding-left: 0px;
	margin-left: -14px;
	left: 0px;
	/*width:  766px ;*/
	width: 100%;
}

.products_horizontal_carousel .container {
	overflow: hidden;
	position:relative;
	left: 0px;
	margin-left: 0px;
	/*width:  784px ;*/
	width: 100%;
}
/* CSS IE6 HACK */
/*\*/ * html .products_horizontal_carousel .container { /*width:  784px ;*/ } /**/

.products_horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 10000px;
	overflow: hidden;
	position:relative;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}                      

.products_horizontal_carousel ul li {
	/*width: 184px;*/
	width: 200px;
	text-align: left;
	/*border: 1px dashed #fff;*/
	list-style:none;
	float:left;
	z-index: 1;
	margin-left: 0px;
	padding: 3px;
	margin: 2px;
	max-height: 180px;
}
.products_horizontal_carousel ul li:hover {
	/*border: 1px dashed #5FB205;*/
}

.products_horizontal_carousel .buttons {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -90px;
	left: 0px;
	/*width:  826px ;*/
	width: 104%;
}
/* CSS IE6 HACK */
/*\*/ * html .products_horizontal_carousel .buttons { display: none; } /**/
.products_horizontal_carousel .previous_button {
	float:left;
	width: 30px;
	height: 30px;
	background: url(../images/but_prev.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

.products_horizontal_carousel .previous_button_over {
  background: url(../images/but_prev_hover.png) no-repeat;}

.products_horizontal_carousel .previous_button_disabled {
  background: url(../images/but_prev_dis.png) no-repeat;
  cursor: default;
}

.products_horizontal_carousel .next_button {
	float:right;
	width: 30px;
	height: 30px;
	background: url(../images/but_next.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

.products_horizontal_carousel .next_button_over {
  background: url(../images/but_next_hover.png) no-repeat;
}

.products_horizontal_carousel .next_button_disabled {
  background: url(../images/but_next_dis.png) no-repeat;
  cursor: default;
}

.mini_product_name {
	font-size: 12px;
	font-weight: bold;
}

.mini_product_img {
	max-width: 100px;
	max-height: 100px;
	background-color: none !important; 
	border-color:none;
	float: left;
}

/* CSS IE6 HACK */
/*\*/ * html .mini_product_img { width: 100px; height: 100px; } /**/

.mini_product_special_offer {
	font-size: 12px;
	color:#CC0000;
	text-decoration: line-through;
}
.mini_product_price {
	font-size: 12px;
}
.mini_product_rating {
}
.mini_product_link {
	font-size: 9px;
}

div.wrapper_sidebar_categories_new h2{
	padding-bottom: 6px;
	padding-left: 6px;
}
div.wrapper_sidebar_categories_newa{
}
/* CSS IE6 HACKs */
/*\*/ * html .featured_item_img { width:100px; height:100px; } /**/



/* ==========================================
 Sidebar Apps! 
  sidebar apps are controlled by these stylings
=========================================== */
/* == Banner == */
.banner-slideshow {
	height: 120px; 
	width: 100%;
	overflow:hidden;
	margin: 0px; 
    padding: 0px;
}
.banner-slide {
	position: absolute;
	z-index: 99;  
	width: 100%;
}
.banner-slide .banner-inner-slide {
	height: 120px;  
	width: 100%;
	margin: 0px; 
    padding: 0px;
	background-position: 0 0;  
	overflow: hidden;
}
#banner-slideshow-content {
	position: relative;
	z-index: 10;
}

/* == Wishlist == */
.wishlist_outer {
	padding: 8px;
}

/* == Search Box == */
#search_bar {
	width: 190px;
	float:left;
	color:#333333;
}
/* Seach/Look Button 
( Used To Be Called "Look For Products") */
#Look {
	float:left;
	margin-left: 6px;
	width: 60px;
}
/* Autocomplete DD */
div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:190px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  color:#333333;
}
div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  color:#333333;
}
div.autocomplete ul li.selected { 
  background-color:#ffb;
  color:#333333;
}
div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:27px;
  display:block;
  list-style-type:none;
  cursor:pointer;
  color:#333333;
}



/* == Pages List == */
/* Outside the pages list */
.pages-list-outer {
	width:100%;
	padding: 4px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
.pages-list-outer a {
	color: #000 !important;
}
.pages-list-inner h2 {
	padding: 4px;
	padding-left: 8px;
	padding-top: 0px;
}
.pages-list-outer span.cat_next_level_icon {	
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 24px !important;
	font-weight: bold;
	margin-top: -11px;
}
.pages-list-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
}
.pages-list-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	border-bottom: 1px dotted #2040B2;
}
.pages-list-outer ul.top-level li:last-child { 
	border-bottom: 0px;
}
.pages-list-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
}
.pages-list-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
}
.pages-list-outer ul.top-level li ul li { /* Inner level li */ 
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	border-bottom: 0px;
}
.pages-list-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
}
.pages-list-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
}
ul.current { /* current ul */ 	
	display: block;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
}



/* == Sidebar Categories == */
/* Outside the categories */
.categories-outer {
	width:100%;
	padding: 4px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
.categories-outer a {
	color: #000 !important;
}
.categories-inner h2 {
	padding: 4px;
	padding-left: 8px;
	padding-top: 0px;
}
.categories-outer span.cat_next_level_icon {	
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 24px !important;
	font-weight: bold;
	margin-top: -11px;
}
.categories-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
}
.categories-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	border-bottom: 1px dotted #2040B2;
}
.categories-outer ul.top-level li:last-child { 
	border-bottom: 0px;
}
.categories-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
}
.categories-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
}
.categories-outer ul.top-level li ul li { /* Inner level li */ 
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	border-bottom: 0px;
}
.categories-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
}
.categories-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
}
ul.current { /* current ul */ 	
	display: block;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
}



/* == Newsletter Signup == */
.newsletter-signup {	
}
.newsletter-signup li {	
	margin: 4px;
}
.newsletter-signup li label {
	display: inline-block;
	width: 80%;
}
.newsletter-signup li input {
	width: 90%;
}
.newsletter-signup li input#NewsletterSignup_image, .newsletter-signup li input[type=submit] {
	width: 60%;
}



/* == Sidebar Cart Box == */
.cart_summary {
	text-align:left;
}
.cart_summary img {
	padding: 6px;
}
.cart_box_1 {
	width: 48px;
	text-align: left;
	float: left;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
.cart_box_2 {
	width: 120px;
	height: 30px;
	float: left;
	padding-right: 4px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cart_box_3 {
	width: 80px;
	height: 30px;
	float: left;
	position: absolute;
	margin-top: 44px;
	margin-left: 110px;
	margin-top: -15px !ie;
	margin-left: 6px !ie;
}
.cart_box_4 {
	width: 96px;
	height: 30px;
	float: left;
	margin-top: -14px;
	padding-right: 4px;
}
.cart_box_5 {
	width: 64px;
	height: 30px;
	float: left;
	margin-top: -14px;
}
.cart_box_6 {
	width: 140px;
	height: 30px;
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cart_box_1 img {
	width: 34px;
	height: 30px;
	margin: auto;
}
.cart_box_1 a, .cart_box_3 a , .cart_box_4 a , .cart_box_5 a {
	font-size: 11px;
}
.cart_box_6 h3, .cart_box_2 h3 {
	font-size: 14px;
	height: 14px;
}



/* ==========================================
 Checkout Page! 
  Checkout html cannot be touched atm but styling can be edited as you wish 
=========================================== */
.needLogin {
	font-size: medium;
	padding: 4px; 
	margin: 4px;
	border: 1px solid #5FB205;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.needLogin .link {
	text-decoration:underline;
}
#overall_total_costs_new {
	float:right;
	margin-top: -124px;
}
.title_total {
	width: 100px;
	font-size: 16px;
	float: left;
	clear: left;
}	
.side_box_totals {
	float: right;
	clear: right;
	width: 210px;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #5FB205;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.side_box_totals h3{
	background-color: #5FB205;
	color: #FFFFFF;
	padding: 4px;
}
.address_box_totals {
	float: left;
	width: 275px;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #5FB205;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.address_box_totals h3{
	background-color: #5FB205;
	color: #FFFFFF;
	padding: 4px;
}
.product_box_totals {
	clear: right;
	width: 592px;
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #5FB205;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.product_box_totals h3{
	background-color: #5FB205;
	color: #FFFFFF;
	padding: 4px;
}
.product_box_totals_item {
	clear: right;
	width: 538px;
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #5FB205;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.product_box_totals_item h3{
	background-color: #5FB205;
	color: #FFFFFF;
	padding: 4px;
}
#outside_all_new {
	clear: left;
	width: 620px;
}

/* CSS IE6 HACK */
/*\*/ * html .address_box_totals { width: 260px; } /**/

/* CSS IE6 HACK */
/*\*/ * html .product_box_totals { clear: none; width: 582px; } /**/

/* CSS IE6 HACK */
/*\*/ * html #outside_all_new { width: 610px; } /**/

#page_text_area {
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #5FB205;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}

table#products_items a{
	line-height: 16px;
}
table#products_items p{
	line-height: 16px;
}
table#products_items *{
	line-height: 16px;
}
table#products_items strong{
	line-height: 16px;
	font-size: 15px;
}




/* ==========================================
 Image Gallery 
=========================================== */
.gallery-outer {
	padding: 4px; 
	margin: 4px;
	clear: both;
}
.gallery-image-outer {
	width:150px; 
	height:160px; 
	border:1px solid #FFF; 
	float:left; 
	padding: 5px; 
	margin: 4px;
	text-align: center;
}
.gallery-image {
	margin: auto;
	max-width:140px; 
	max-height: 140px;
}
/* CSS IE6 HACK */
/*\*/ * html .gallery-image { width:140px; height: 140px; } /**/



/* ==========================================
 Custom! 
  these are some custom extras 
  that generaly dont fall into specific categories
=========================================== */

/* Save Button (used on most forms, similar to generated button) */
.save_button, input[type=submit] {
	border: 1px solid #333;
	padding: 3px;
	padding: 2px !ie;
	font-weight: bold;
	background-color: #5FB205 !important;
	color: #FFFFFF !important;
}




/* ==========================================
 Individual Pages 
 You can also set each pages css to be different
 the page body id is set to be the name of the page (with "body_" prefix added)
 (all lowercase, no symbols and underscores for spaces)
 e.g. 
 	body#body_home { background: #000; }
or
	#body_contact_us { background: #000; }
or
	#body_contact_us h1 { color: #FFF; }
=========================================== */







/*============================================
	Floating menu on footer of screen
=============================================*/

#bottom_menu_slider_back {
	background-color: #000000;
	height: 30px;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #FFF;
	z-index: 68;
	left:0px;
	width: 100%;
	filter:alpha(opacity=0.9);
	-moz-opacity:0.9;
	opacity:0.9;
}
#bottom_menu_slider {
	height: 30px;
	position: fixed;
	bottom: 0px;
	z-index: 69;
	left:0px;
	width: 100%;
	text-align: center;
	padding-top: 50px !ie;
}
ul#bottom_menu_slider_inner {
	padding: 4px;
	text-align: left;
	margin: auto;
	z-index: 69;
	width: 900px;
	color: #FFF;
	list-style: none;
}
ul#bottom_menu_slider_inner li a  {
	color: #FFF;
	padding: 2px 16px;
	height: 24px;
	float: left;
	text-decoration: none;
}
ul#bottom_menu_slider_inner li {
	display: inline;
}
.rightFloat  {
	float: right;
}
ul#bottom_menu_slider_inner li a:hover .floating_tool_tip, ul#bottom_menu_slider_inner li a:hover .floatingLilArrow {
	display: block;
}

/* CSS IE6 HACKs */
/*\*/ * html #bottom_menu_slider_inner { display: none; } /**/
/*\*/ * html #bottom_menu_slider_all { display: none; } /**/

span.floating_tool_tip {
	background-color: #000000;
	color: #FFFFFF;
	display: none;
	position: absolute;
	margin-top: -56px;
	margin-left: -4px;
	padding: 2px 4px;
	margin-top: -46px !ie;
	margin-left: -24px !ie;
	font-size: 14px;
	border-top: 1px solid #FFF;
}

span.floatingLilArrow {
	font-size: 0px; 
	line-height: 0%; 
	width: 0px;
	border-top: 16px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: none;
	position: absolute;
	margin-top: -36px;
	margin-left: -0px;
	margin-top: -28px !ie;
	margin-left: -20px !ie;
}


.paypalIcon {
	margin-top: -2px;
}
.paypalIcon:hover span.floating_tool_tip {
	display: block;
	margin-top: -64px;
	margin-left: -4px;
	margin-top: -44px !ie;
	margin-left: -174px !ie;
}
.paypalIcon:hover span.floatingLilArrow  {
	display: block;
	margin-top: -44px;
	margin-left: -0px;
	margin-top: -28px !ie;
	margin-left: -170px !ie;
}



/*====================================
  FAQ SYSTEM
=====================================*/
div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:190px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  color:#333333;
}
#search_bar {
	width: 190px;
  	color:#333333;
}
p.faq_tag_line. {
	font-size:16px;
}
#search_box_faq {
	float:right; 
	height: 10px;
}
#submit_faq {
	float:left;
	margin-left: 6px;
	width: 60px;
  color:#333333;
}
div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  color:#333333;
}
div.autocomplete ul li.selected { 
  background-color:#ffb;
  color:#333333;
}
div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:27px;
  display:block;
  list-style-type:none;
  cursor:pointer;
  color:#333333;
}
.outside_the_main_box {
	padding: 4px;
	margin: 4px auto;
}
#return_ajax_content {
}
.question {
	font-size: 14px;
	padding: 4px;
	margin: 2px;
	background-color:#FFFFE8;
	color:#111111;
	cursor: pointer;
}
.question:hover {
	background-color:#FFFFB9;
	color:#111111;
}
a.selectService {
	font-size: 12px;
	padding: 2px;
}



/*====================================
  Products special classes
=====================================*/
.special_offer_price {
	text-decoration: line-through; 
	color: #990000;
}
.small_price_text {
	font-size: 10px;
}





/*====================================
  PNG Capture IMG 
=====================================*/
.png_img_refresher {
	font-size:10px; 
	text-transform: uppercase; 
	font-style:italic;
}




/*====================================
  Blog Full/Info Page 
   & blog-comments 
=====================================*/

.outer-blogs {
	margin: 6px;
}
.each-blog-item {
	margin-bottom: 20px;
	border-bottom: 2px solid #2040B2;
}

.each-blog-item h3.blog-title {
	font-size: 22px;
	padding: 4px;
	margin: 2px;
	font-weight: normal;
}
.each-blog-item p.blog-date {
	font-size: 12px;
	color: #2040B2;
	font-style: italic;
}

.each-blog-item div {
}
.each-blog-item p {
	font-size: 12px;
}
.each-blog-item img {
	margin: 0px;
}
.each-blog-item .blog-image-outer {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 6px;
	padding: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.each-blog-item img.blog-image {
	max-width: 200px;
	max-height: 200px;
}
.each-blog-item a.blog-read-more {
	text-decoration: underline !important;
	font-style:italic;
}
.blog-tags {
	font-style: italic;
}
.blog-tags a {
	text-decoration: underline;
}
.blog-category {
	font-weight: bold;
}
.blog-category a {
	text-decoration: underline;
}

#social_buttons{
	float:right;
}
#social_buttons ul{
	list-style: none;
}
#social_buttons li{
	float: left;
	display: block;
	padding: 4px;
}

/* Comments */
.outer-blog-comments {
	border: 1px solid #5FB205;
	color: #000;
	margin: 0px;
	padding: 4px;
}
.outer-blog-comments a, .outer-blog-comments h3, .outer-blog-comments p {
	color: #000;
}
.each-blog-comment {
	width: auto;
	margin: 0px;
	min-height: 180px;
	padding: 4px;
	padding-bottom: 0px;
	display: block;
	background-color: #2040B2;
}
.blog-comments-left-side {
	width: 161px;
	float: left;
	padding: 4px;
	display: block;
	min-height: 160px;
	background-image: url(images/blog_comment_corner.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
}
.blog-comments-left-side a, .blog-comments-left-side a:link {
	color: #000 !important;
}
.blog-comment-text {
	background-color: #FFF;
	color: #000000;
	/*
		width: 664px;
		*/
	width: 60%;
	display: block;
	float: right;
	min-height: 100px;
	padding: 6px;
	border: 1px solid #5FB205;
}
/* CSS IE6 HACK */
/*\*/ * html .blog-comment-text { height: 160px; /*width: 654px;*/ } /**/

.blog-comment-text a, .blog-comment-text h3, .blog-comment-text p {
	color: #000000;
}

.blog-comment-reply-text {
	background-color: #FFF;
	color: #000000;
	/*
		 width: 614px;
		*/
	width: 60%;
	display: block;
	float: right;
	clear: right;
	min-height: 40px;
	padding: 6px;
	margin: 4px;
	margin-bottom: 0px;
	border: 1px solid #5FB205;
}
.blog-comment-reply-text a, .blog-comment-reply-text h3, .blog-comment-reply-text p {
	color: #000000;
}


/* When Printing Hide The Main Buttons */
@media print { 
	#main_buttons, header-outer, #header-outer, #footer-outer, #sidebar2, #sidebar, .print_hidden_form, .print_hidden, .pagination, #bottom_menu_slider, #floating_icon_right, #header, #add_this_button, #bottom_menu_slider_all {
		display: none;
		visibility:hidden;
	}
	#content { width: 914px; }
}


.hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}





/*====================================
  
  NEW Sidebar apps outer shells, 
  Each sidebar app is surrounded by this class, 
  and you can also target a specific app by its id,
  e.g. 
   .sidebar_app_shell {} 
   #sidebar_app_id_2 {} // #sidebar_app_id_[ ID HERE ]
   
=====================================*/

.sidebar_app_shell {
	padding: 3px 0px;
	margin: 3px 0px;
	border-bottom: 1px solid #5FB205;
}
.sidebar_app_shell:first-child {
	padding-top: 2px;
	margin-top: 0px;
}
.sidebar_app_shell:last-child {
	padding-bottom: 2px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.sidebar_app_shell h2 {
	font-size: 16px;
	font-weight: bold;
}
.sidebar_app_shell h3 {
	font-size: 14px;
	font-weight: bold;
}


.sidebar_app_shell div.wrapper_sidebar_categories_new {
	margin: 0px 0px 0px 0px !important;
	background-color: transparent !important;
	color: #000 !important;
	width: 100% !important;
}
.sidebar_app_shell .featured_item_img { 
	max-width: 80px;
	max-height: 70px;
	margin-left: 0px;
	margin-right: 2px;
}
.sidebar_app_shell .bottom_slidebar_featured_10 {
	background-color: transparent !important;
	width: 98% !important;
}
.sidebar_app_shell .featured_items_inner_section_colour {
	background-color: transparent !important;
}
.sidebar_app_shell div.wrapper_sidebar_categories_new h2, .sidebar_app_shell div.wrapper_sidebar_categories_new a {
	color: #000 !important;
}
.sidebar_app_shell div.wrapper_sidebar_categories_new span {
	font-size: 12px !important;
}
.sidebar_app_shell #horizontal_carousel .container { width: 70%; left: -50px; }

.sidebar_app_shell #horizontal_carousel .next_button { visibility: hidden; }
.sidebar_app_shell #horizontal_carousel .previous_button { visibility: hidden; }


.newsletter_sign_up_title_img {
	display: none;
}



/** 
 * Really Easy Cart
 * 
 * Web 2.0 Animated Menu 
 */

ul.header-menu {
	padding: 0px;
	text-align: right;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	bottom: -1px !ie;
	left: -2px !ie;
	list-style: none;
	width: 99%;
}

ul.header-menu li div {
	display: inline;
}
ul.header-menu li {
	display: inline;
	position: static;
	margin: 0px 2px !ie;
}
ul.header-menu li:hover, ul.header-menu li.hover {
	position: relative;
}
ul.header-menu li:hover li, ul.header-menu li.hover li {
	position: static;
	z-index: 98;
}
ul.header-menu li:hover li:hover, ul.header-menu li.hover li.hover {
	position: relative;
	z-index: 99;
}
ul.header-menu li a {
	display: inline-block;
	padding: 6px 18px;
	text-decoration: none;
	/*background-color: #2040B2;*/
	background-color: transparent;
	color: #fff;
	margin: 0px;
	font-size: 14px;
	/*background-color: #2040B2;*/
}
ul.header-menu li li a {
	width: 180px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background-color: #2040B2;
}

/* CSS IE6 HACK, hides sub menus after the 2nd level (fix) */
/*\*/ * html ul.header-menu ul li a { clear: left; float: left; } /**/
/*\*/ * html ul.header-menu ul ul { display:none !important; } /**/

ul.header-menu li a:hover, ul.header-menu li a.hover, ul.header-menu li.current a {
	background-color: #5FB205;
	color: #FFFFFF;
}
ul.header-menu li ul {
	display: none;
	position: absolute;
	top: 21px;
	top: 32px !ie;
	left: 0px;
	text-align: left;
	z-index: 996;
	border: 1px solid #fff;
	background-color: #2040B2;
}
ul.header-menu li ul ul {
	top: 10px;
	left: 120px;
}
ul.header-menu:hover li ul, ul.header-menu.hover li ul {
}
ul.header-menu li:hover>ul, ul.header-menu li:hover>div>ul, ul.header-menu li.hover>ul, ul.header-menu li.hover>div>ul {
	display: block;
}

ul.header-menu li ul li a:hover, ul.header-menu li ul li a.hover, ul.header-menu ul li.current>a {
	background-color: #5FB205;
}

ul.header-menu div.header-menu_cat_wrapper ul {
	z-index: 999;
}
ul.header-menu div.header-menu_cat_wrapper_2 ul {
	z-index: 998;
	left: 217px;
}
ul.header-menu div.header-menu_cat_wrapper_3 ul {
	z-index: 997;
	left: 474px;
}

ul.header-menu>li span {
	margin-left: 4px;
	margin-right: -4px !ie;
}
ul.header-menu ul li span {
	float: right;
}


/*====================================
  Blogs CSS 
=====================================*/

/* Each Looped Blog Post (category/search view) */
.looped_blog_posts {
	border-collapse:collapse;
}
.looped_blog_posts td {
	border-bottom: 1px solid #2040B2;
}
.looped_blog_posts .blog-title {
	font-size: 16px; 
	font-weight: bold;
}

/* Main Blog Page */
.outer-blogs {
	margin: 5px;
}
.each-blog-item {
}
.each-blog-item hr {
	border-bottom: 1px solid #2040B2;
}

.each-blog-item h3.blog-title {
	font-size: 22px;
	padding: 3px;
	margin: 2px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.each-blog-item p.blog-date {
	font-size: 12px;
	color: #2040B2;
	font-style: italic;
}

.each-blog-item div {
}
.each-blog-item p {
	font-size: 12px;
}
.each-blog-item img {
}
.each-blog-item .blog-image-outer {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.each-blog-item img.blog-image {
	max-width: 180px;
	max-height: 180px;
}
.each-blog-item a.blog-read-more {
	text-decoration: underline !important;
	font-style:italic;
}
.blog-tags {
	font-style: italic;
}
.blog-tags a {
	text-decoration: underline;
}
.blog-category {
	font-weight: bold;
}
.blog-category a {
	text-decoration: underline;
}

#social_buttons{
	float:right;
}
#social_buttons ul{
	list-style: none;
}
#social_buttons li{
	float: left;
	display: block;
	padding: 3px;
}


/* Comments */
.outer-blog-comments {
	margin: 10px 0px;
}
.outer-blog-comments hr {
	border-bottom: 1px solid #2040B2;
}
.outer-blog-comments a, .outer-blog-comments h3, .outer-blog-comments p {
}
.each-blog-comment {
	width: auto;
	margin: 0px;
	padding: 4px;
}
.blog-comments-left-side a, .blog-comments-left-side a:link {
}
.blog-comment-reply-text {
	margin-left: 60px;
}
.blog-comment-reply-text a, .blog-comment-reply-text h3, .blog-comment-reply-text p {
}


/* Blogs Search Page */
.blogs_search_form {
	float: right; 
	width: 300px; 
	padding-left: 10px;
}
.blogs_search_form input, .blogs_search_form select {
	margin: 2px;
}

.blogs_search_order_date {
	float: right;
}


/* Blogs Search Page */
.each_blog_category {
	margin-bottom: 10px;
	border-bottom: 1px solid #2040B2;
}
.each_blog_category .blog_category_image_outer {
	float: left;
	width: 100px;
	text-align: center;
}
.each_blog_category .blog_category_image_outer img {
	max-width: 100px;
	max-height: 100px;
}
.each_blog_category .blog_category_main_info {
}

/* blog pages refference/vide links */
.blog-refference-url a, .blog-video-link a {
	padding: 2px 4px;
	border-bottom: 1px solid #2040B2;
}


/* CSS IE6 HACKs */
/*\*/ * html .blog-comments-left-side img { height: 80px; width: 80px; } /**/
/*\*/ * html .each-blog-item img.blog-image { height: 180px; width: 180px; } /**/
/*\*/ * html .blog-comments-left-side img { height: 100px; width: 100px; } /**/



/* Lightbox CSS Doc */

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 2100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; overflow: hidden; }
#imageContainer{ padding: 10px; overflow: hidden; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2210; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* background-image: url(data:image/gif;base64,AAAA); REMOVED Trick IE into showing hover */ 
#prevLink, #nextLink{ width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; overflow: hidden; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; overflow: hidden; }	
#imageData #caption{ font-weight: bold; overflow: hidden;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; overflow: hidden;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; overflow: hidden;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2000; width: 100%; height: 500px; background-color: #000; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */
/*
#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/


/* Content Slider CSS Pannels */ 
	#block_1 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/demo-slide.jpg) repeat top left;
	}
	
	#block_2 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/Easy-to-add-products.jpg) repeat top left;
	}
	
	#block_3 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/Live-price-check.jpg) repeat top left;
	}
	
	#block_4 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/Order-Manager.jpg) repeat top left;
	}
	
	#block_5 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/Create-Coupons.jpg) repeat top left;
	}
	
	#block_6 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/email-marketing.jpg) repeat top left;
	}
	
	#block_7 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/internet-marketing-demo.jpg) repeat top left;
	}
	
	#block_8 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/extra-features-demo.jpg) repeat top left;
	}
	
	#block_9 {
		margin: 0px;
		padding: 0px;
		background: #ffffff  url(../admin/images/Trailer-For-2010-SEO-Slideshow.jpg) repeat top left;
	}
	


 
/* File: SpryAssets/SpryCollapsiblePanel.css */
.CollapsiblePanelTab{cursor:pointer;-moz-user-select:none;-khtml-user-select:none;margin:0;padding:2px;}.CollapsiblePanelTab a{text-decoration:none;}.CollapsiblePanel,.CollapsiblePanelContent{margin:0;padding:0;}

/* IE6 Fixes */
/*\*/ * html img, * html div{ behavior: url("../pages/iepngfix.php"); } /**/

