/******************************************************************************/
/**************************** GLOBAL ******************************************/

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 2em;
	font-weight: 100;
	border-bottom: dotted #838383 1px;
	color: #838383;
	}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	font-weight: 100;
	}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: 100;
	}
h4 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	}
table{
	margin-bottom:20px;
	}
form {
	margin: 0px;
	padding: 0px;
	}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
img {
	border: none;
	}
ol {
	margin: 0px;
	padding: 0px;
	}
a:link {
	color: #00944A;
	text-decoration: none;
	}
a:visited {
	color: #00944A;
	text-decoration: none;
	}
a:hover {
	color: #00944A;
	text-decoration: underline;
	}
.clear {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.side_panel {
	padding: 10px 10px 30px 10px;
	border: 2px solid #fff;
	background: #10422A;
	position:relative;
	}
.bottomshade {position:absolute;bottom:-4px;left:-4px;}
.linethrough {
	text-decoration: line-through;
	}
* html .bottomshade {position:absolute;bottom:-2px;left:-14px;}
* html #search_field { height:1px; padding:0px }
* html #search{  width:228px;}
* html #search_advanced{ position:absolute;top:50px;left:0px;   }
* html #search_submit{ position:absolute;top:50px;right:10px; }
* html #masthead .side_panel { padding-bottom:60px;}
* html ##search_container { margin-right:10px;}

/**************************** GLOBAL ******************************************/
/******************************************************************************/






/******************************************************************************/
/**************************** MAIN ********************************************/

#checkoutConfirm, #customerLogin, #viewCart,#clientAccount,#checkoutBillin,#checkoutPayment, #searchForm, #productGrid, #contact, #categoryGrid,#item_boxes_container {
	font-size:75%;
}

.form-label {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 20%;
}

.form-label-required {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 20%;
  	font-weight: bold;
}

.form-field {
  	padding: 4px;
	height: auto;
	float: left;
}

#container {
	width: 944px;
	padding: 0px;
	margin: 0 auto;
	}
#search {
	float: right;
	width: 230px;
	border: 2px solid #0d3522;
	border-color-bottom:#406855;border-color-left:#406855;
	margin:10px 0px 0px;

	background: #fff;
	}
	
#search_container{
	float: right;
	width: 258px;
	border: 2px solid #10422A;
	margin: -20px 22px 0px 0px;
	background: #fff;
}
.logoLink {float:left; width:250px; height:120px;
}
#search_field {
	padding: 10px 0px;
	margin: 0px;
	}
.search_field {
	width: 100%;
	}
#search_advanced {
	float: left;
	width: 50%;
	}
#search_advanced a {
	text-decoration: underline;
	color: #fff;
	font-size: .7em;
	}
#search_submit {
	float: right;
	width: 50%;
	text-align: right;
	}
#search_submit a {
	color: #fff;
	}
#search_submit_clear {
	clear: both;height:1px;overflow:hidden;
	}
#masthead {
	height: 125px;
	background: url(../images/masthead.png) no-repeat top center;
	_width: 100%;
	}
#bar {
	clear: both;
	padding: 0px 20px;
	font-size: .8em;

	}
#nav {
	float: right;
	width: 500px;
	text-align: right;
	}
#nav li {
	display: inline;
	margin-left: 15px;
	}
#nav li a {	
	color: #10422A;
	font-size: 1.4em;
	}
#basket {
	padding: 3px 0px 0px 0px;
	_width: 300px;
	}
#page_top {
	clear: both;
	background: url(../images/page_top.png) no-repeat top center;
	height: 28px;
	}
#page {
	background: url(../images/page_back.png) repeat-y;
	}
#page_wrapper {
	padding: 0px 20px 0px 20px;
	}
#page_main {
	float: left;
	width: 590px;
	margin: -15px 50px 0px 0px;
	}
#breadcrumb {
	font-size: .8em;
	padding: 10px 0px;
	}
#breadcrumb a {
	color: #000;
	text-decoration: underline;
	}
#page_right {
	float: left;
	background: #ccc;
	width: 262px;
	}
#page_clear {
	clear: both;
	height: 20px;
	}
#side_nav {
	border: 2px solid #10422A;
	}
#side_nav h3 {
	color: #fff;
	}
#side_nav ul {
	border-top: #0A2819 solid 1px;
	border-bottom: #708E7F solid 1px;
	}
#side_nav ul li {	
	border-bottom: #0A2819 solid 1px;
	border-top: #708E7F solid 1px;
	padding:3px 5px;
	
	}
#side_nav ul#menu ul li {	
border:none;padding:0px 5px 2px 10px;background:#0A2819;margin-bottom:1px;
	
}	
#side_nav ul#menu ul {
	border-top: #0A2819 solid 0px;
	border-bottom: red solid 0px;
	}
	
#side_nav ul li a {
	color: #fff;
	font-size: .8em;
	}
#newsletter {
	clear: both;
	background: url(../images/newsletter_back.png) no-repeat top center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	font-weight: 100;
	_padding-top: 16px;
	}
#newsletter a {
	color: #fff;
	}
#page_bottom {
	background: url(../images/page_bottom.png) no-repeat top center;
	height: 28px;
	}
#footer {
	padding: 10px 12px;
	color: #838383;
	font-size: .8em;
	}
#footer a, #footer a:visited {color:#1a5339;}
#footer_left {
	float: left;
	width: 20%;
	}
#footer_middle {
	float: left;
	width: 60%;
	}
#footer_middle_content {
	text-align: center;
	padding: 0px 20px;
	}
#footer_nav {
	padding: 10px 0px;
	}
#footer_nav li {
	display: inline;
	margin: 0px 5px;
	}
#footer_right {
	float: left;
	width: 20%;
	text-align: right;
	}
#footer_clear {
	clear: both;
	}
	
#prodCaption {
	font-size: .7em;
}
#item_boxes h1  {

margin-top:10px;
}
/**************************** MAIN ********************************************/
/******************************************************************************/





/******************************************************************************/
/**************************** HOME ********************************************/

#home_boxes {
	padding: 10px 0px;
	font-size: .7em;
	}
.home_box {
	float: left;
	width: 190px;text-align:center;
	margin-right: 10px;
	}
.home_box2 {
	float: left;
	width: 190px;
	}
.home_box_image {
	margin-bottom:5px;
	border: 1px solid #C1C1C1;
	height:190px;
	}
.home_box_info {
	border: 1px solid #C1C1C1;
	padding: 5px;
	background: #E6E6E6;
	margin-bottom:5px;
	color: #838383;
	height:42px;
	text-align:left;
	}
.home_box_info a {
	color: #000;font-weight:bold;font-size:1.1em; clear:right; float:left;
	}
.home_box_price {
	float: right;
	width: 90px;
text-align:right;
	}
.home_box_button {

	}

#home_text {
	clear: both;
	padding: 20px 0px 0px 0px;
	font-size: .8em;
	}


/**************************** HOME ********************************************/
/******************************************************************************/

/* begin view cart */
/* used in templates/view.cart.tem.php */


#viewCart {
	text-align: left;
	margin: 5px;
	width: 500px;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartItems thead tr th {
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 150px;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
	width:35%;
}

#viewCart #cartAmounts .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
	
}

#viewCart #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
	
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 100%;
	text-align: left;
}

#viewCart #gatewayButtonsContainer {
	width: 500px;
	height: 50px;
}

#viewCart #gatewayButtonsContainer .gatewayButtons {
	float: left;
	height: 50px;
}

#viewCart #crossSell {
	border-top: 1px dotted #D9D9D9;
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
	padding-top: 5px;
	margin-top: 15px;
}

#viewCart #crossSell .content-even {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .content-odd {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#viewCart #crossSell .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#viewCart #crossSell .title a:hover {
	text-decoration: none;
}

#viewCart #crossSell .photo{
	text-align: center;
}

#viewCart #crossSell .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#viewCart #crossSell .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#viewCart #crossSell .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#viewCart #crossSell .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* end view cart */

#item_boxes {
	clear: both;
	padding: 10px 0px;
	font-size: .87em;
	}
.item_box {
	float: left;
	width: 190px;
	margin-right: 10px;
	}
.item_box2 {
	float: left;
	width: 190px;}

/* IE */ * html .item_box2 .addToCartBtnNoImg imgX {float:right;margin-top:-17px;}

.item_box_image {
	margin-bottom:5px;text-align:center;
	border: 1px solid #C1C1C1;
	height:190px;
	}
.item_box_info {
	border: 1px solid #C1C1C1;
	padding: 5px;
	background: #E6E6E6;
	margin-bottom:5px;
	color: #838383;
	height:100px;
	}
* html .item_box_info {
	height:110px;
	}	
.item_box_info a {
	color: #000;font-weight:bold;font-size:1.1em; clear:right; float:left;
	}
.item_box_price {
	float: right;
	width: 80px;text-align:right;
	}
.item_box_button {

	}
#product_images {
	float: left;
	width: 375px;
	}
#product_main_image, .product_main_image {
	border: 1px solid #C1C1C1;text-align:center;
}
#product_thumbs {
	padding: 10px 0px;
	}
.product_thumb {
	float: left;
	margin-right: 3px;
	border: 1px solid #C1C1C1;

	}
.product_thumb2 {
	float: left;
	border: 1px solid #C1C1C1;
	}
#product_text, #extraDetails {
	float: left;
	width: 200px;
	font-size: .8em;
	padding: 0px 0px 0px 10px;
	}
#product_bullets {
	padding: 10px;
	margin-left: 10px;
	list-style-type: disc;
	}
.now_only {
	color: #00944A;
	font-size: 1.2em;
	font-weight: 100;
	}
.addCart {
	display: inline;
	margin-right: 3px;
	}
.cartButton {
	margin-top: 5px;
	}
#addBasket {
	line-height: 2em;
	padding: 10px 0px;
	}

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #C1C1C1;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px;
}

/* begin customerLogin */
/* used in templates/client.login.tem.php */
/* used in templates/client.login.password.tem.php */
/* used in templates/client.create.form.tem.php */

#customerLogin {
	text-align: left;
	width: 500px;
	margin: 5px;
}

#customerLogin h2 { }

#customerLogin #existingCustomer {
	height: 190px;
	width: 265px;
	clear: left;
	float: left;
}

#customerLogin #newCustomer {
	height: 190px;
	width: 200px;
	float: right;
}

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
	color: #000;
	
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#existingCustomer .body { }

#newCustomer .body {
	padding: 5px;
	text-align: center;
}

#newCustomer .body input {
	margin-top: 12px;
}


#customerLogin #passwordRemindCustomer, #customerLogin #createCustomer {
	width: 90%;
}

#customerLogin #createCustomer .body { }


/* end customerLogin */
.pageNote {font-size:.8em;width:100%;}
address {width:190px;float:left;height:200px;}