

br.clear {
	clear: both;
	width: 0;
	height: 0;
}


select {
	width: 252px;
	
	text-align: left;
	font-size: 12px;
	float: left;
	border: 1px solid #808080;
	margin: 2px;
}

img.small_image{
	width: 60px;
	height: 60px
	
	}

input#use_billing_as_delivery {
	border: 1px solid #aec9e9;
	height: 12px;
	margin: 4px;
}

input[type=radio],input[type=checkbox] {
	border: none !important;
}

label {
	width: 160px;
	text-align: left;
	font-size: 12px;
	float: left;
	font-weight: 700;
	margin: 2px;
	padding-left: 7px;
	color: #ffffff;
}

label.error {
	float: left;
	color: #C33 !important;
	font-weight: 400;
	width: 150px;
	padding-left: 200px;
}


#sidebar ul.category_level1 {
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
}

#sidebar ul.category_level2 {
	margin-top: 0px;
	
	margin-left: 30px;
	list-style-type: none;
	
}

ul.category_level1 li.level1_item a{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_background.jpg) no-repeat;
	height: 25px;
	width: 179px;
	display:block;
	float:left;
	padding-left: 24px;
	padding-top: 8px;

	 
}

ul.category_level1 li.level2_item a{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	width: 150px;
	display:block;
	
	padding: 3px;
	padding-top: 0px;
}



#product_display {
	width: 450px;
}

#product_display img.icon{
	float: right;
	border: 1px solid #4ad1bb;
	margin-top: 5px;
	
	}

#product_display p{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 5px;
	}
	
#product_display h4{
	float: right;
	padding-right: 5px;
	}	

div.subproduct {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 150px;
	float:left;
}

div.subproduct img.add_to_cart {
	width: 102px;
	height: 23px;
	float: left;
	cursor: pointer;
}



#more_products {
	margin: 0 0 5px 5px;
	padding: 0;
}

#more_products p.price {
	font-weight: 400;
	font-size: 12px;
	color: #5A7517;
	float: left;
	padding-bottom: 3px;
}



div.category_box {
	background: url(../images/category_box_background.jpg) repeat-x #068b71;
	width: 440px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	position:relative;

}

div.category_box img{
	
	float: left;
	padding-right: 5px;
	margin-right: 10px;
	}


div.category_box a.title{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding:0px 0px 30px 0px;
	display:block;
	}

div.category_box p{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

div.category_box a.view_products{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #95d755;
	float: right;
	margin-right: 10px;
	position:absolute;
	bottom:10px;
	right:0px;
	
	}


div.category_view{
	
	width: 450px;
	float: left;
	display: block;
	padding-top: 7px;
	
	}

div.category_view img{
	float: left;
	padding: 4px;
	border: 1px solid #4ad1bb;
	
	}

div.category_view p{
	
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 1px;
	
	}
	
div.category_view .description{
	float: left;
	width: 300px;
	
	margin-left: 10px;
	}	

a.add_to_cart_small {
	background: url(../images/search_btn.jpg) top left no-repeat;
	width: 84px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-top: 2px;
	font-size: 12px;
}

a.view_product {
	background: url(../images/view_product.jpg) top left no-repeat
		transparent;
	width: 160px;
	height: 23px;
	line-height: 23px;
	display: block;
	float: left;
	font-weight: 400;
	border: 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin: 3px 1px 0px 1px;
	font-size: 12px;
}

div.individualproducts {
	background: #068b71;
	width: 440px;
	float: left;
	padding: 5px;
	margin-top: 3px;
}

div.individualproducts img.icon {
	width: 120px;
	height: 120px;
	float: left;
	padding: 4px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #4ad1bb;
	
}

div.individualproducts span.price {
	color: #95d755;
	font-size: 12px;
	font-weight: bold;
	display:block;
	padding-top: 2px;
}

div.individualproducts a {
	color: #95d755;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

div.individualproducts a.title {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

div.individualproducts a.add_to_cart_small {
	background: url(../images/search_btn.jpg) top left no-repeat;
	width: 84px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: right;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-top: 2px;
	font-size: 12px;
}


div.individualproducts p.subproduct {
	font-size: 11px;
	margin-left: 10px;
}


div.individualproducts div.holder {
	height: 90px;
}

div.individualproducts img.add_to_cart {
	height: 16px;
	width: 16px;
	cursor: pointer;
	border: none;
}

div.individualproducts p.price {
	float: left;
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #5A7517 !important;
	padding-left: 0;
	margin: 0;
}

div.individualproducts .read_more_link {
	float: left;
}

#status_bar {
	border: 1px solid #ebf5c2;
	height: 55px;
	margin: 37px 5px 5px;
}

#sign_in,#create_account,#continue_account {
	width: 530px;
	float: left;
	cursor: pointer;
	margin: 0 5px;
}

#continue_account {
	border-top: 1px dashed #808080;
	padding-bottom: 5px;
	width: 250px;
	float: left;
	cursor: pointer;
	padding-top: 5px;
}

#sign_in img,#create_account img,#continue_account img {
	floar: left;
	margin-left: 8px;
	float: left;
}

#continue_account p {
	float: left;
	margin: 0px;
}

#continue_account h1 {
	float: left;
	margin: 0px;
	padding: 0px;
}

div.form_area {
	margin: 2px;
	float: left;
}

div.form_area input{
	border: 1px solid #4ad1bb;
	
}


div.form_area_submit {
	float: left;
	margin-top: 5px;
}

div.form_area_submit_large {
	float: right;
	margin-right: 20px;
}

div.form_area_submit_large input.proceed {
	font-size: 14px;
	height: 34px;
	width: 261px;
	background-image: url(../images/cart_link_background.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
	text-align:left;
	padding-left: 20px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

div.form_area_submit input.submit_button {
	font-size: 14px;
	height: 34px;
	width: 261px;
	background-image: url(../images/cart_link_background.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
	text-align:left;
	padding-left: 20px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

#account_details a {
	font-size: 11px;
	font-weight: 700;
	padding-left: 430px;
	text-decoration: none;
	margin: 0;
}

#account_details_area {
	width: 512px;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px dashed #808080;
	margin: 5px;
}

#account_details_area a {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin-left: 350px;
}

div.account_details_verify {
	width: 300px;
	margin-left: 140px;
}

div.account_details_verify a {
	font-size: 12px;
	font-weight: 700;
	color: #585858;
	float: left;
	border: 1px solid #808080;
	text-decoration: none;
	margin: 10px 5px 5px 35px;
	padding: 1px 100px;
}

#verify_billing {
	padding-bottom: 15px;
}

#verify_billing_area, #verify_delivery_area{
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	
}



#verify_billing_area a.edit,#verify_delivery_area a.edit {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	color: #95d755;
}

#verify_billing_area a.mailing {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin-left: 0px;
}

#verify_details {
	min-height: 200px;
	clear: both;
	margin: 5px;
}

div.verify_area {
	width: 200px;
	height: auto;
	margin-bottom: 1px;
}

div.verify_left {
	width: 65px;
	text-align: left;
	font-size: 12px;
	float: left;
	height: 20px;
	
}

div.verify_right {
	width: 135px;
	text-align: left;
	font-size: 12px;
	float: left;
}

#submit_area {
	width: 390px;
	float: left;
	border: 1px solid #ebf5c2;
	cursor: pointer;
	margin: 5px;
	padding: 10px 10px 10px 180px;
}

#submit_all {
	border: 1px solid #ebf5c2;
	clear: both;
	margin: 5px;
}

#submit_all a {
	width: 300px;
	font-size: 12px;
	font-weight: 700;
	color: #585858;
	float: left;
	border: 1px solid #ebf5c2;
	background-color: #ebf5c2;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
	padding: 1px 0 1px 250px;
}

#display_cart_for_payment {
	margin: 5px;
}

#verify_products {
	margin-top: 5px;
	display: block;
}



.wide_product_list th{
	border-bottom: 1px dashed #ffffff;
	color:#ffffff;
	cursor:pointer;
	padding:5px 2px 5px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.wide_product_list div.total{
	font-size: 18px;
	margin-right: 0px;
	
	}

.wide_product_list div.total span.small{font-size:12px;}

.wide_product_list a{
	font-size: 14px;
	height: 26px;
	width: 241px;
	background-image: url(../images/cart_link_background.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	display:block;
	
	padding: 9px 0px 0px 20px;
	color: #ffffff;
	
	
	}
	
#continue input.make-payment{
font-size: 14px;
	height: 34px;
	width: 261px;
	background-image: url(../images/cart_link_background.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	display:block;
	border:none;
	padding: 0px 0px 0px 19px;
	color: #ffffff;
	margin:0px;
	text-align:left;
	cursor:pointer;

}

.wide_product_list a.small_white{
	float: none;
	display:inline;
	background: none !important;
	font-size: 12px;
	color: #000000 !important;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
	width: auto;
	padding: 0px;
	font-weight:bold;

	}	

#verify_products p{padding:0px 20px 0px 10px;}

#continue {
	clear: both;
	display: block;
	float: right;
	width: 261px;
	padding: 5px;
	margin-right: 0px;
}



th {
border-bottom: 1px dashed #ffffff;

color:#068b71;
cursor:pointer;
padding:5px 2px 5px 2px;
text-align: left;
text-decoration: none;
vertical-align: top;
font-size: 12px;
font-weight: bold;

}

td{
	border-bottom: 1px dashed #ffffff;
	margin: 4px;
	padding: 4px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

tr.even {
	background-color: none;
	}
	
th.headerSortDown {
background: url(../images/td_bg_down.jpg) no-repeat;
background-position: 50% 95%
}	

th.headerSortUp {
background: url(../images/td_bg_up.jpg) no-repeat;
background-position: 50% 95%
}	
	
#





#payment_details {
	width: 522px;
	float: left;
	margin: 5px;
	padding-top: 5px;
	border-top: 1px dashed #808080;
}

#payment_details a {
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	padding-left: 430px;
	text-decoration: none;
	margin: 0;
}

#payment_details_area {
	width: 440px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 5px;
}

#customer_details {
	border-top: 1px dashed #ffffff;
	
	width: 460px;
	padding-top: 5px;
}

#customer_details div.verify_left h3 {
	padding-left: 10px;
	padding-top: 3px;
	width: 84px;
}

#shopping_cart {
	border: 1px solid #808080;
	margin: 35px 5px 5px;
}

#shopping_cart img {
	width: 75px;
	min-height: 25px;
	border: 1px solid #ebf5c2;
	margin: 5px;
}





#account ul {
	margin-left: 0px;
	list-style-type: none;
}

#account li {
	clear: none;
	
	
}



#account a {
	font-size: 14px;
	height: 26px;
	width: 241px;
	background-image: url(../images/cart_link_background.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
	padding: 9px 0px 0px 20px;
	color: #ffffff;
}



#cart {
	margin: 5px;
}

#cart h3{
	margin: 8px 5px 5px 5px;
}




#contact_us {
	border-top: 5px solid #FFF;
	width: 193px;
	float: right;
	text-align: left;
	margin-top: 2px;
	background: url(../images/contact_us.jpg) top right no-repeat;
	background-color: #ebf5c2;
	padding: 5px 5px 5px 5px;
}

#contact_us p {
	color: #4C2719;
	font-size: 11px;
	padding-left: 4px;
}

#contact_us h2 {
	color: #5a7517;
	font-size: 14px;
	font-weight: bold;
}

div.status_update {
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	margin-left: 4px;
	height: 30px;
}

div.total {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #95d755;
	padding-top: 5px;
	padding-right: 10px;
	border: none;
}

#freeformbox {
	min-height: 200px;
	border: 1px solid gray;
	margin: 5px;
}

#side_patron {
	font-size: 11px;
	border-bottom: 1px solid #dedede;
	padding: 4px;
}

#side_campaign {
	font-size: 11px;
	border-bottom: 1px solid #dedede;
	padding: 14px 4px 4px;
}

#side_newsletter {
	font-size: 11px;
	padding: 14px 4px 4px;
}

#side_newsletter input.button {
	width: 100px;
	height: 20px;
	font-size: 11px;
}

#side_newsletter label {
	font-size: 11px;
	width: 100%;
}

#links_holder {
	width: 608px;
	border: 1px solid #ebf5c2;
	float: left;
	margin: 5px 5px 5px 205px;
}

#links_holder h1 {
	font-size: 14px;
	font-weight: 700;
	background-color: #ebf5c2;
	color: #5a7517;
	margin: 0;
	padding: 5px;
}

div.links {
	float: left;
	padding: 10px;
}

div.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.links li {
	margin: 0;
	padding: 0;
}

div.links a {
	list-style-type: none;
	font-size: 11px;
	text-decoration: none;
	color: #5a7517;
}



.hidden {
	display: block;
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 1px;
	height: 1px;
}

label.js-fError {
	color: #C00 !important;
	font-weight: 700 !important;
}

input.js-fError,textarea.js-fError {
	background-color: #fec1c1 !important;
	border: 1px solid #c76060 !important;
}

.calendar {
	border: none;
	color: #666;
	margin: 5px;
	padding: 5px;
}

.calendar td {
	border: 1px solid #666;
	color: #333;
	width: 80px;
	height: 80px;
	vertical-align: top;
}

caption.calendar-month {
	font-size: 18px;
	font-weight: 700;
}

.event {
	clear: both;
	float: left;
	background-color: #FDD;
	font-size: 12px;
	width: auto;
	margin: 1px;
}

.event a {
	font-weight: bold;
}

.today {
	background-color: #DFD;
}



.photoalbum_item {
	float: left;
	width: 162px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	color: #e1efff;
	font-size: 12px;
	font-weight: bold;
	height: 200px;
}

.photoalbum_item img {
	padding: 0px;
}

.photoalbum_item div.title {
	padding-top: 5px;
	padding-left: 10px;
	color: #0a0632;
}

.photoalbum_item .read_more_link a {
	padding: 10px;
}

#photoalbum_single_view {
	margin: 5px;
}

#photoalbum_single_view div.title {
	font-weight: bold;
	font-size: 14px;
	color: #0a0632;
}

#photoalbum_single_view p {
	background-color: #999;
	padding: 5px;
}

.photo {
	background-repeat: no-repeat;
	float: left;
	width: 162px;
	height: 250px;
	margin: 5px;
}

.photo img {
	padding: 0px;
}

#subnav img,#subnav .description {
	display: none;
}

#front_category_list {
	border: 1px solid red;
}

#front_category_list ul {
	list-style: none;
	margin-left: 0;
}

#front_category_list li {
	clear: both;
	min-height: 110px;
}

#front_category_list li p.description {
	font-style: italic;
	color: #666;
}

#front_category_list img {
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #dedede;
	margin: 2px;
	padding: 2px;
}



.product_box {
	width: 186px;
	display: block;
	float: left;
	border: 1px solid #dedede;
	background-color: #dfd;
	margin: 2px;
	padding: 2px;
}

.product_box img {
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
}



.product_gallery {
	clear: both;
	border-top: 1px dashed #2275d6;
	margin: 5px;
	padding: 5px;
}

.product_gallery img {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #dedede;
	margin: 2px;
	padding: 2px;
}

#campaign_display p {
	color: #ebf5c2;
	font-size: 12px;
	font-weight: 400;
}

.campaign_banner {
	width: 522px;
	height: 146px;
	margin: 5px;
}

.campaign_banner p {
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	margin: 10px;
}

.campaign_banner a {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	float: right;
}

.campaign_widget {
	background-color: #fffff;
	width: 188px;
	margin: 5px 5px 5px 0;
	padding: 8px;
}

.campaign_widget img {
	width: 160px;
	height: 160px;
	padding: 5px;
}

.campaign_widget a.campaign_title {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

.campaign_widget p {
	font-weight: 400;
	font-size: 11px;
	color: #898989;
}

.campaign_item {
	border: 1px solid gray;
	min-height: 200px;
	margin: 37px 5px 5px;
}

.campaign_item .title {
	font-size: 14px;
	font-weight: 700;
	background-color: #898989;
	color: #FFF;
	margin: 0;
	padding: 5px;
}

#campaign_single_view {
	width: 522px;
	height: 146px;
	margin: 5px;
}

#campaign_single_view p.description {
	width: 400px;
	color: #ffffff;
	font-size: 11px;
	padding: 10px 10px 10px 20px;
}

#related_products {
	clear: both;
	margin-top: 10px;
	width: 450px;
}




#order_online{
	float:left;
	clear: all;
	padding:5px;
	}

#secure{
	float:left;
	clear: all;
	padding:5px;
	}

#secure h2{
	float:left;
	width: 160px;
	padding: 0px 0px 10px 0px;
	}

#secure img{
	float:left;
	margin: 0px 5px 0px 0px;
	}

#secure p{
	float:left;
	padding: 0px 5px 0px 0px;
	}


span.special {
	color: red;
	font-size: 18px;
	font-weight: 700;
	float: left;
}



select.date1,select.date2,select.date3 {
	width: 100px;
}





a.add_to_cart, a.buy_now {
	background: url(../images/add_to_cart.gif) top left no-repeat
		transparent;
	
	color: #FFF;
	cursor: pointer;

	display: block;
	text-decoration: none;
	margin: 2px;
}





div.billing_delivery {
	float: left;
	width: 297px;
	margin: 5px 0px 0px 5px;
}

div.billing_delivery_area {
	float:left;
	padding-bottom: 7px;
	padding-top: 20px;
	width: 235px;
	height: auto !important;
	
}





div.billing_delivery_area input.box {
	float: left;
	margin-top: 10px;
	
}

div.billing_delivery_area label {
	width: 70px;
	margin: 0px;
	padding: 0px;
	
}

div.billing_delivery_area  textarea{
	border: 1px solid #4ad1bb;
	
}


div.billing_delivery_area input,div.billing_delivery_area select {
	width: 130px !important;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #4ad1bb;
}

div.billing_delivery_area div.form_area_submit {
	float: left;
	margin: 0px;
	padding: 0px;
}

h3.billing {
	font-size: 12px;
	
	}


#sign_in_selected {
	width: 522px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 5px 5px;
}

#create_account_selected {
	width: 522px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 5px 5px;
}

#account_details {
	float: left;
	width: 597px;
	margin: 0 5px;
}


.product_gallery h4,#campaign_single_view .title {
	color: #0a063a;
	font-size: 14px;
}

#campaign_display,#campaign_single_view {
	width: 522px;
	margin: 5px;
}

#delivery_charges {
	margin-top: 35px;
	padding-top: 5px;
	border-top: 1px dashed #2275d6;
}

#delivery_charges h6 {
	font-size: 14px;
	color: #0a063a;
	float: left;
	padding-left: 5px;
	margin: 0px;
}

#delivery_charges h5 {
	width: 450px;
	font-size: 12px;
	color: #2275d6;
	float: left;
	padding-left: 9px;
	margin: 0px;
}

#delivery_charges p {
	font-size: 11px;
	color: #898989;
	float: left;
	margin: 0px;
	padding-left: 9px;
}

#message_details {
	border-top: 1px dashed #808080;
	float: left;
	margin: 5px;
	width: 512px;
	padding-top: 5px;
}

#message_display {
	border-top: 1px dashed #808080;
	padding-top: 5px;
	margin: 5px;
	width: 522px;
}

#message_display h3 {
	margin-top: 5px;
	margin-left: 12px;
}

#message_area {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 5px 5px;
}

div.message {
	width: 250px;
	float: left;
	padding-left: 5px;
}

div.message label {
	width: 280px;
	float: left;
	padding-left: 12px;
	margin: 0px;
	text-align: left;
}

div.message h3 {
	height: 30px;
}


div.billing_delivery_area label.error {
	float: left;
	color: #C33;
	font-weight: 400;
	width: 120px;
	text-align: left;
	padding-left: 100px;
}



div.billing_delivery_area select.date1,div.billing_delivery_area select.date2{
	width: 40px !important;
}

div.billing_delivery_area select.date3 {
	width: 60px !important;
}

#delivery {
	
	width: 440px;
	}

#delivery a{
	float: left; 
	font-size: 12px;
	color: #ffffff;
	background: none;
	width: auto;
	padding: 0px; 
	}

span.small_del{
	font-size: 12px;
	}
	
