* {
	margin:0;
	padding:0;
	
}

#page_container {
	width:1014px;
	margin-left:auto;
	margin-right:auto;
}

#center_container {
	text-align:center;
}

#header_container {
	text-align:left;
	margin-bottom:1px;
	height:110px;
}

#content_container {
	text-align:left;
	padding:10px 0px 10px 0px;
}

#footer_container {
	text-align:left;
} 

#main_header {
	background-image:url(../img/andilla.png);
  background-repeat:no-repeat;
	height:108px;
	width:258px;
	float:left;
}

.clear {
	clear:both;
}

.center_element {
 text-align:center;
}

#main_footer {
	margin-top:10px;
}

#leftside_footer {
	float:left;
	width:314px;
}

#rightside_footer {
	float:right;
	width:700px;
	text-align:right;
}

#willetts_logo {
	width:150px;
	border:none;
}

#left_side {
	width:185px;
	/* border:1px solid #017F00; */
	float:left;
	/*background-color:#017F00;*/
	background-image:url(../img/left_side_header.gif);
  background-repeat:no-repeat;
	margin-right:15px;
	padding:5px 5px 5px 5px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#right_side {
	width:205px;
	/*border:1px solid #017F00; */
	float:left;
	/*background-color:#FFCC00;*/
	background-image:url(../img/right_side_header.gif);
  background-repeat:no-repeat;
	margin-left:15px;
	padding:5px 5px 5px 5px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#center_content {
	border:1px solid #017F00;
	border-top:none;
	background-image:url(../img/center_heading.gif);
  background-repeat:repeat-x;
	background-color:#FFFEDF;
	padding:0px 5px 5px 5px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:0px;
	width:540px;
}

#main_section_heading {
	width:552px;
	height:8px;
	margin:0px;
	padding:0px;	
}

#main_center_content {
	float:left;
	width:552px;
	margin:0px;
	padding:0px;
}

#left_corner_image {
	width:8px;
	margin:0px;
	background-image:url(../img/left_corner.gif);
  background-repeat:no-repeat;
	height:8px;
	float:left;
	padding:0px;
	/*display:inline;*/
}

#header_bar {
	margin:0px;
	padding:0px;
	height:8px;
	width:536px;
	background-color:#017F00;
	float:left;
	/*display:inline;*/
}

#right_corner_image {
	padding:0px;
	margin:0px;
	width:8px;
	background-image:url(../img/right_corner.gif);
  background-repeat:no-repeat;
	height:8px;
	float:right;
	/*display:inline;*/
}

#product_image img{
	border:1px dotted #CCC;
}

#product_image {
	float:left;
	clear:left;
	margin: 0px 15px 5px 0px; 
}

#product_description {
	text-align:justify;
	line-height:1.3em;
}

#product_title {
	font-size:1.05em;
	font-weight:bold;
	padding-bottom:5px;
}

#product_weight{
	padding:10px 0px 0px 0px;
	font-weight:normal;
}
#product_weight span{
	font-weight:bold;
	color:#017F00;
}

#product_price {
	font-size: 1.15em;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}
#product_price span{
	font-weight:bold;
	color:#017F00;
}

#product_sku {
	padding:10px 0px 0px 0px;
	font-weight:normal;
}
#product_sku span{
	font-weight:bold;
	color:#017F00;
}

.product_label {
	color:#FF8A00;
	font-weight:bold;
	padding-top:10px;
}

.product_options {
	padding-bottom:8px;
}

.product_options select:hover {
	border:2px solid #017F00;
}

.product_image {
	border:1px dotted #CCCCCC;
}

.product_quantity {
	width:35px;
}

.product_sub_label {
	font-style: italic;
	color:#AAA;
	font-size:0.75em;
}

.product_input input:hover {
	border:2px solid #017F00;
}

#product_view {
	padding: 15px 15px 15px 15px; 
}

.section_heading {
	font-size:1.20em;
	font-weight:bold;
	color:#FFFFFF;
}

#top_menu {
	margin:0px 0px 0px 0px;
	float:right;
	width:745px;
}

#content_pages_menu_list {
	text-align:right;
}

.content_pages_menu_item {
	display:inline;
	line-height:1.0em;
	list-style-type:none;
	white-space:nowrap;
	margin: 0px 0px 0px 15px;
	
}

.content_pages_menu_item a {
	color:#FFFFFF;
	line-height:2em;
	padding-top: 10px;
	background:transparent url(../img/menu_link.gif) no-repeat scroll 50% 0pt;
	font-weight:bold; 
	font-size:0.90em;
	font-family:arial,verdana,sans-serif;
	letter-spacing:-.08em;
}

.content_pages_menu_item a:hover{
	color:#017F00;
	background:transparent url(../img/menu_link_hover.gif) no-repeat scroll 50% 0pt;
	font-weight:bold; 
}

.side_cart_item {
	border-bottom:1px solid #017F00;
	margin-bottom:15px;
}

.side_cart_quantity {
	width:35px;
	float:left;
	text-align:left;
	font-size:0.80em;
}

.side_cart_name {
	width:110px;
	float:left;
	font-size:0.80em;
}

.side_cart_price {
	font-size:0.80em;
	float:right;
	text-align:right;
}

.side_cart_totals {
	border-bottom:2px solid #000;
	margin-bottom:15px;
}

.side_cart_total_qty {
	font-size:0.95em;
	float:left;
	text-align:left;
}

.side_cart_total {
	font-size:0.95em;
	float:right;
	text-align:right;
}


/* General Style Info */
body {
	/*background: #FFA300;*/
	background-color: #FFFA6F;
	background-image:url(../img/background.gif);
  background-repeat:repeat-x;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	margin: 0;
	font-size:14px;
}

a {
	color: #000;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color: #017F00;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	color: #003F00;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.75em;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 5px;
}

h3 {
	color: #E49352;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.50em;
	padding-top: 1.5em;
	font-weight:bold;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 0px;
}

.category_menu_ul {
	margin:5px 5px 5px 10px;
}

.category_menu_li {
	margin:5px 0px 5px 10px;
}

/* Tables */
table {
	background: #fff;
	border:1px dotted #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background:#FFFEB5;
	border:1px dotted #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#FFFEB5;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #FFFD6F;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px dotted #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #FFFECF;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	font-size:0.85em;
}
.index p {
	font-size:0.75em;
	padding:2px;
	color:#999;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
textarea {
	clear: both;
	width: 100%;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #017F00;
	font-size: 1.15em;
	font-weight: bold;
	margin: 1em 0;
	padding: 20px 10px 20px 10px;
	background-color:transparent;
	border: 2px dotted #017F00;
}
div.error-message {
	clear: both;
	color: #FF441F;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 10px 10px 10px 10px;
	background-color:transparent;
	border: 2px dotted #FF441F;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #9F8BBE;
	text-decoration:none;
	font-weight: bold;
}
div.actions ul li a:hover {
	color: #68459F;
	text-decoration: underline;
	font-weight: bold;
}

div.actions_right ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align:right;
}
div.actions_right li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0.25em;
	white-space: nowrap;
	border:1px solid #13AF0A;
	background-color:#E1FFDF;
	padding:4px;
	font-size:0.75em
}
div.actions_right ul li a {
	color: #13AF0A;
	text-decoration:none;
	font-weight: bold;
}
div.actions_right ul li a:hover {
	color: #68459F;
	text-decoration: underline;
	font-weight: bold;
}

div.actions_top_right ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align:right;
}
div.actions_top_right li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0.5em;
	white-space: nowrap;
	border:1px solid #E49352;
	background-color:#FFF6EF;
	padding:4px;
}
div.actions_top_right ul li a {
	color: #E49352;
	text-decoration:none;
	font-weight: bold;
}
div.actions_top_right ul li a:hover {
	color: #AF4E00;
	text-decoration: underline;
	font-weight: bold;
}

div.actions_bottom_right ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align:right;
}
div.actions_bottom_right li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0.5em;
	white-space: nowrap;
	border:1px solid #FF4F4F;
	background-color:#FFDFDF;
	padding:4px;
	font-size:0.75em
}
div.actions_bottom_right ul li a {
	color: #FF4F4F;
	text-decoration:none;
	font-weight: bold;
}
div.actions_bottom_right ul li a:hover {
	color: #DF0000;
	text-decoration: underline;
	font-weight: bold;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 85%;
	line-height: 100%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 85%;
	line-height: 100%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}





table.cart th, table.cart td{
	padding: 3px;
}
table.cart td.total_title{
	font-weight: bolder;
	border-top: 2px solid #CCCCCC;
	text-align:right;
	border-right: 0px;
}
table.cart td.total_value{
	border-top: 2px solid #CCCCCC;
	color: red;
}

table.checkout td{
	text-align:left;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}