@charset "utf-8";
/* CSS Document */

/* ==========================================
 Really Easy Cart 
  Default Page Css Doc 
=========================================== */

* { margin: 0px; padding: 0px; }

body {
	font-family : "Trebuchet MS", arial, Tahoma, Sans-Serif;
	font-size : 12px;
	color : #000;
	background-color: #fff;
}

/* == Common == */
a {
	text-decoration: none;  
	cursor: pointer;
	border: 0px;
	color: #5FB205;
}
a:hover {
	text-decoration: underline;
}

img { border: 0px; }

p {padding :7px 0; margin : 0;}
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 {
	color: #000000 !important;
	padding: 4px;
	border: 1px solid #666;
	font-family : "Trebuchet MS", arial, Tahoma, Sans-Serif;
}
input[type=text] {
}
input[type=submit] {
	padding: 2px;
}
input, textarea, select {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

/* 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;
}

/* ==========================================
 Header 
  the setup of the header section of the page
=========================================== */

/* Outside Header */
.header-outer {
	text-align: center;
	background-color: #2040B2;
	border-bottom: 4px solid #5FB205;  
	background-image: url(../admin/images/REC-Header.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	
	}
/* Inside Header */
.header-inner {
	text-align: left;
    width: 912px;
    margin: auto;
	position: relative;
	z-index: 1;
	color: #000;
	height: 169px;
}
.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: 40px;
  z-index: 99; 
  position: relative;
}
/* CSS IE6 HACK */
/*\*/ * html .header_search_box { margin-right: 40px; } /**/

.header_top_links_box {
  float: right;
  clear: right;
  z-index: 99; 
  position: relative;
}
/* 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 {
	text-align: center;
	background-position: center top;
	background-image: url(../admin/);
	background-color: #fff;	
	background-repeat:repeat-y;
		padding-top: 10px;
	}
#middle-inner {
	text-align: left;
	width: 912px;
	margin: 0px auto; 
}
/* CSS IE6 HACK */
/*\*/ * html #middle-inner { width: 922px; } /**/

/* Main Content */
#content {
	padding: 2px;
	min-height: 400px;
	 
		width: 900px 
	;
		}

/* CSS IE6 HACK */
/*\*/ * html #content {   width: 900px; ; } /**/

/* set some styling on all lists  */
#content ul {list-style-position: inside; padding: 6px; list-style-type: none;}
li {list-style: none;}
#content li {list-style-type: none;  list-style: none;}

/* Sidebar */
#sidebar {
	width: 284px; 
	padding: 2px; 
	margin: 0px;
	float:  right ;
	color: #000;
	 
		margin-left: -10px;
		margin-right: 6px;
	}



/* ==========================================
 Footer 
  the setup of the footer section of the page
=========================================== */

#footer-outer {
	text-align: center;
	background-position:center top; 
	text-align: left;
	background-color: #2040B2;
	 border-top:4px solid #5FB205; 		background-repeat: no-repeat;
	
	}
#footer-inner {
	width:912px;
	margin:0 auto; 
	padding:10px 0; 
	font-size:11px; 
	text-align:center; 
	width: 902px;
	margin: auto;
	font-size: 12px;
	text-align: left;
	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;
}
#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:0px 6px;
	border:1px solid #666666;
	height:24px; 
	line-height:24px;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;	
	font-size: small;
	font-weight: bold;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	background-color: #5FB205;
	color: #FFFFFF;
}
.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 {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 6px;
	width:100%;
	background-color: #2040B2; 
	color: #fff;
}
#rounded_sidebar h2, #rounded_sidebar h3, #rounded_sidebar a, #rounded_sidebar p {
	color: #fff;
}
#rounded_sidebar_2 h2, #rounded_sidebar_2 h3, #rounded_sidebar_2 a, #rounded_sidebar_2 p {
	color: #fff;
}
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: #2040B2;
}
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: #5FB205; 
	color: #fff;
}
#rounded_sidebar_2 h2, #rounded_sidebar_2 h3, #rounded_sidebar_2 a, #rounded_sidebar_2 p{
	color: #fff;
}
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: #5FB205;
}
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%;
}
/********************************************************************************/



/* ==========================================
 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: -12px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	text-align: left;
	/*margin-left: -7px;
	margin-left: -6px !ie;*/
	margin-left: -5px;
	
	
		width: 912px;
		
	background-color: #5FB205;
}

#content-slider-outer .content-slider-pannel {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	height: 300px;
	
	
		width: 912px;
		
	
		display: none;
	}

#content-slider-outer .content-slider-pannel-active {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	text-align: left;	
	top: 0px;
	height: 300px;
	
	
		left: -912px;
	width: 912px;
	}
#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;
	}

#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;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif; 
}
#email_popup_box_main textarea {
	font-size: 11px;
	height: 80px;
}
#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 {
	float: right;
	width:712px;
	padding: 15px 0 0 0px;
	min-height: 400px;
	margin-left: 0px;
}
#content2 ul {list-style-position:inside;padding:7px;}
/* Again for customer page we use "sidebar2" instead of just "sidebar" */
#sidebar2 {
	float:left;
	width:180px;
	padding:5px;
	margin-top: 10px;
	color: #000;
}
#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: 240px; 
	max-height: 240px; 
	padding:0; 
	margin:0; 
	border:0; 
	cursor: pointer;
}
/* CSS IE6 HACK */
/*\*/ * html #switch_main_image { width: 240px; height: 240px; } /**/

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: 112px;
	margin: 4px;
	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: 4px;
}

.product_reviews, .product_tags, .product_show_more_box, .product_attributes, .product_description, .product_options, .product_prices_table {
	margin: 4px;
	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: 180px;
	padding:10px;
	z-index: 100;
	margin-left: -18px;
	left: 0px;
	width:  766px ;
}

.products_horizontal_carousel .container {
	overflow: hidden;
	position:relative;
	left: 0px;
	margin-left: 0px;
	width:  784px ;
}
/* 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;
	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: -21px;
	width:  826px ;
}
/* 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 {
	margin-left: 6px;
	margin-right: 6px;
	height: 120px; 
	width:280px;
	overflow:hidden;
}
.banner-slide {
	position: absolute;
	z-index: 99;
}
.banner-slide .banner-inner-slide {
	height: 120px; 
	width:280px;
	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%;
	/*background-color: #5FB205;*/
	padding: 4px;
	margin-left: 2px;
	color: #fff;
}
.pages-list-outer * {
	color: #fff;
}
.pages-list-outer span a:link {
	color: #fff;
}
.pages-list-inner {
	background-color: #5FB205;
	margin-bottom: -4px;
}
.pages-list-inner h2 {
	background-color: #2040B2;
	padding: 4px;
	color: #fff;
	padding-left: 8px;
}
.pages-list-outer span {
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}
.pages-list-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
	color: #fff;
}
.pages-list-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	background-color: #5FB205;
	margin: 2px;
	color: #fff;
}
.pages-list-outer ul.top-level li:hover { /* Top level li hover */ 
	background-color: #2040B2;
}
.pages-list-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
	color: #fff;
}
.pages-list-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
	color: #fff;
}
.pages-list-outer ul.top-level li ul li { /* Inner level li */ 
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	background-color: #5FB205;
	color: #fff;
}
.pages-list-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
	color: #fff;
}
.pages-list-outer ul.top-level li ul li:hover { /* Inner level li hover */ 
	background-color: #2040B2;
	color: #fff;
}
.pages-list-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
	color: #fff;
}
ul.current { /* current ul */ 	
	display: block;
	color: #fff;
}
.pages-list-outer ul.top-level li.current { /* current li top */ 	
	background-color: #2040B2;
	color: #fff;
}
.pages-list-outer ul.top-level li ul li.current { /* current li lower */ 	
	background-color: #2040B2;
	color: #fff;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
	color: #fff;
}

/* == Sidebar Categories == */
/* Outside the categories */
.categories-outer {
	width:100%;
	/*background-color: #5FB205;*/
	padding: 4px;
	margin-left: 2px;
	color: #fff;
}
.categories-outer * {
	color: #fff;
}
.categories-outer span a:link {
	color: #fff;
}
.categories-inner {
	background-color: #5FB205;
	margin-bottom: -4px;
}
.categories-inner h2 {
	background-color: #2040B2;
	padding: 4px;
	color: #fff;
	padding-left: 8px;
}
.categories-outer span {	
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}
.categories-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
	color: #fff;
}
.categories-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	background-color: #5FB205;
	margin: 2px;
	color: #fff;
}
.categories-outer ul.top-level li:hover { /* Top level li hover */ 
	background-color: #2040B2;
}
.categories-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
	color: #fff;
}
.categories-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
	color: #fff;
}
.categories-outer ul.top-level li ul li { /* Inner level li */ 
	background-color: #5FB205;
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	color: #fff;
}
.categories-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
	color: #fff;
}
.categories-outer ul.top-level li ul li:hover { /* Inner level li hover */ 
	background-color: #2040B2;
	color: #fff;
}
.categories-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
	color: #fff;
}
ul.current { /* current ul */ 	
	display: block;
	color: #fff;
}
.categories-outer ul.top-level li.current { /* current li top */ 	
	background-color: #2040B2;
	color: #fff;
}
.categories-outer ul.top-level li ul li.current { /* current li lower */ 	
	background-color: #2040B2;
	color: #fff;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
	color: #fff;
}

/* == Newsletter Signup == */
.newsletter-signup {	
}
.newsletter-signup li {	
	margin: 4px;
}
.newsletter-signup li label {
	display: inline-block;
	width: 100px;
}
.newsletter-signup li input {	
}


/* == Sidebar Cart Box == */
.cart_summary {
	text-align:left;
}
.cart_summary img {
	padding: 6px;
}
.cart_box_1 {
	width: 52px;
	text-align: left;
	float: left;
	height: 60px;
}
.cart_box_2 {
	width: 130px;
	height: 30px;
	float: left;
	padding-right: 4px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cart_box_3 {
	width: 76px;
	height: 30px;
	float: left;
	padding-top: 12px;
}
.cart_box_4 {
	width: 130px;
	height: 30px;
	float: left;
	margin-top: -14px;
	padding-right: 4px;
}
.cart_box_5 {
	width: 76px;
	height: 30px;
	float: left;
	margin-top: -14px;
}
.cart_box_6 {
	width: 200px;
	height: 30px;
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
}




/* ==========================================
 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;
}
#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 #666;
	padding: 2px;
	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;
}

