div.store {
	position: relative;	
	z-index: 400;
}

div.store img {
	border: none;
}

div.store a {
	color: #333333;
}

div.store h1 {
	color:#003B78;
	font-family:"Trebuchet MS",Sans-Serif;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:8px 0;
	text-transform:uppercase;
}

div.store form {
	margin: 0px;
	padding: 0px;
}

div.store textarea {
	width: 96%;
}

div.store input.inputbox,
div.store select.inputbox {
	border: 2px solid #7D7D7D;
	color: #000000 !important;
	font-size: 11px;	
	width: 150px;	
	background-color: #efefef;
	padding: 4px;
}

div.store select.inputbox {
	width: 162px;
}

div.store textarea.inputbox {
	border: 2px solid #7D7D7D;
	color: #000000 !important;
	font-size: 11px;	
	background-color: #efefef;
	padding: 4px;
}

input.highlight {
	border: 2px solid red !important;
	background-color: #f3eda9 !important;
}

.alt { }

input.store_button {
	/*background: #FFFFFF url("../images/store_button.png") no-repeat center center;
	color: #ffffff;
	
	width: 130px;
	height: 42px;	
	border: none;
	cursor: pointer;
	
	font-size: 11px;*/
}

input.store_button:hover {
	/*font-weight: bold;
	text-decoration: underline;
	padding: 4px;*/
}

input.small {
	font-size: 11px;
}

strong.big {
	color: #EEE;
	font-size: 16px;
}

div.top_button_bar {
	position: relative;
}

div.top_button_bar input {
	float: right;
}

div.out_of_stock {
	font-size: 14px;
	color: #C90000;
	font-weight: bold;
}

div.error {
	border: 2px solid #CF0000;
	margin: 8px;
	padding: 4px;
	background-color: #f3eda9;
	font-weight: bold;
	color: #000000;
}

/* round headings */
div.heading {
	margin-top: 10px;
	clear: both;
}

div.heading div, 
div.heading a {
	font-weight: bold;
	color: #FFFFFF;
}

div.product_list div.hbottom,
div.shopping_cart div.hbottom {
	border-top: 2px solid #7D7D7D;
	margin-top: 0px;
}

div.shopping_cart div.htop,
div.product_list div.htop {	
	border-bottom: 2px solid #7D7D7D;	
}

/* store headings */
div.shopping_cart h1,
div.register_customer h1,
div.checkout h1,
div.gift_certificates h1 {
	float: left;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

/* grey boxes */
div.checkout div.login_box h4,
div.register_customer div.login_box h4,
div.checkout div.gift_certificate_box h4,
div.checkout div.billing_box h4 {
	color: #FFF;	
	
	margin-top: 0px;	
	margin-bottom: 14px;
}

div.checkout div.billing_box td {
	color: #fff;
}

div.checkout div.gift_certificate_box div {
	color: #fff;
}

div.checkout div.gift_certificate_box textarea {
	margin-top: 12px;
}

/* form subsection bordered headings */
div.step_two h2,
div.step_one h2,
div.register_customer h2,
div.gift_certificates h2 {
	/*border-bottom: 2px solid #B8895F;*/
	font-size: 14px;
	border-bottom: 2px solid #3D3D3D;
	color: #333;
	margin-bottom: 8px;
}

/* alternate button designs */
div.product_details div.options input.store_button,
div.product_list div.product div.options input.store_button,
div.register_customer div.register_buttons input.store_button,
div.checkout form input.store_button,
div.checkout div.checkout_buttons input.store_button,
div.shopping_cart div.cart_buttons input.store_button,
div.gift_certificates form input.store_button  {
	background: #FFFFFF url("../images/product_list/store_button.png") no-repeat;
	width: 120px;
	height: 30px;
}

/* category selector */
div.category_selector {	
	height: 100%; 
	width: 220px;		
	position: relative;	
	/*background: url("../images/bar_middle.png") repeat-y top right;*/
	padding-top: 11px; /* adjust for -1 entry margin */
	padding-bottom: 9px;	
	margin-top: 4px;	
	z-index: 999;
	background-color: #656565;
}

div.selector_background {
	/*background: url("../images/dark_rep.png");*/
}

div.category_selector div.active {
	background: #cecece url("../images/hover.png") no-repeat center left !important;
	padding: 6px 16px !important;
	position: relative;
}

div.category_selector  div.highlight {
	background-color: #eeeeee !important;
	position: relative;
	border: none;	
}

div.category_selector div.active img {
	position: absolute;
	right: -16px;
	top: -20px;	
	z-index: 999;
}

div.category_selector div.entry {
	padding: 6px 24px;	
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-top: -1px;
	cursor: pointer;
	text-align: left;
	background-color: #FFFFFF;
}

div.category_selector div.entry a, 
div.category_selector div.entry a:visited {
	text-decoration: none;
	color: #333333;
}

/* bread crumbs */
div.bread_crumbs {
	float: left;
	width: 650px;
	margin-bottom: 10px;
}

div.bread_crumbs h4 {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.bread_crumbs h4 a {
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;	
	text-decoration: none;
	
	color: #455971;
}

div.bread_crumbs h4 a:hover {
	text-decoration: underline;
}

div.bread_crumbs span {

}

div.shopping_cart, 
div.checkout,
div.product_details, 
div.register_customer,
div.product_list,
div.gift_certificates {
	position: relative;
	padding: 0px 10px 10px 10px;
	color: #333333;
}

div.checkout div.top_button_bar {
	overflow: auto;
}

/* product information */
div.product_details div.heading {
	padding: 4px 4px 0px 4px;
	border-bottom: 2px solid #7D7D7D;
	position: relative;
	margin-bottom: 10px;
	overflow: auto;
}

div.product_details p {
	margin: 0px;
	padding: 0px;
}

div.product_details div.heading h1 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	float: left;
}

div.product_details div.heading div.item_number, 
div.product_details div.heading div.price  {
	font-size: 14px;
	font-weight: normal;
	color: #333333;	
	float: right;
	margin-right: 8px;
	padding-top: 10px;
	height: 24px;
	overflow: hidden;
}

div.product_details div.information {
	width: 330px;
	overflow: auto;
	float: left;	
	
	margin-top: 6px;
}

div.product_details div.options {
	text-align: right;
	width: 270px;
	float: right;
}

div.product_details div.options div {
	width: 172px;
	float: right;
	margin: 0px 0px 4px 0px;
	text-align: right;
}

div.product_details div.options div input, 
div.product_details div.options div select {
	width: 80px;
	border: 2px solid #7d7d7d;
}

div.product_details div.options a {
	display: block;
	float: right;
	width: 191px;
	height: 57px;
	
	background-repeat: no-repeat;
	
	margin: 0px 0px 4px 0px;
	
	text-align: left;
	
	line-height: 54px;
	font-weight: normal;
	color: #003b78;
	text-transform: uppercase;
	font-size: 14px;
	
	text-decoration: none;
	
	padding-left: 10px;
}

div.product_details div.images {
	float: left;
	/*width: 280px;*/
	
	margin: 6px 12px 60px 6px;
}

div.product_details div.images span {
	display: none;
}

div.product_details div.images a div img {
	display: none;
}

div.product_details div.images div.image0,
div.product_details div.images div.image1, 
div.product_details div.images div.image2, 
div.product_details div.images div.image3, 
div.product_details div.images div.image4, 
div.product_details div.images div.image5 {
	float: left;
	cursor: pointer;
	position: relative;
	
	border: 1px solid #7D7D7D;
	
	margin: 0px 4px 4px 0px;
}

div.product_details div.image0 {
	display: block;
	text-decoration: none;
	border: none;
	margin-bottom: 8px;
}

div.product_details div.image0 a {
	text-decoration: none;
}

/* register customer */
div.register_customer fieldset,
div.register_customer div.login_box {
	width: 320px;
	margin: 10px 0px;
	padding-top: 6px;	
	border: none;	
}

div.register_customer fieldset div,
div.checkout div.login_box div {
	margin-bottom: 6px;
	line-height: 26px;
	height: 26px;
	/*color: #fff;*/
}

div.checkout div.login_box div {
	color: #fff;
}

div.register_customer select.inputbox,
div.checkout select.inputbox {
	width: 200px;
}

div.register_customer fieldset input, 
div.register_customer fieldset select,
div.register_customer div.login_box input,
div.register_customer div.login_box select,
div.checkout div.login_box input{
	float: right;
}

div.register_customer div.register_buttons {
	overflow: auto;
	text-align: center;
}

div.register_customer div.login_box,
div.checkout div.gift_certificate_box {
	border: none;
	position: relative;
	overflow: auto;
	padding: 8px;
	background-color: #393939;	
	color: #FFF;
	min-height: auto;
}

div.register_customer div.login_box div {
	margin-bottom: 6px;
	line-height: 26px;
	height: 26px;
	color: #fff;
}

/*checkout */
div.checkout div.register_box {
	width: 500px;
	float: right;
	margin: 0px 20px 20px 0px;
}

div.checkout div.register_box h2 { }

div.checkout div.login_box {
	width: 300px; 
	position: relative;
	overflow: auto;
	padding: 8px;
	background-color: #393939;	
	color: #FFF;
}

div.checkout div.login_button {
	width: 300px;
	padding: 8px;
	text-align: right;
	position: absolute;
}

div.checkout div.billing_box,
div.gift_options {
	position: relative;
	overflow: auto;
	padding: 8px;
	background-color: #393939;	
	color: #FFF;	
}

div.gift_options {
	display: none;
}

div.gift_options h4 {
	margin-bottom: 8px;
}

div.gift_options div {
	color: #fff;
}

div.checkout div.billing_box select {
	width: auto;
}

div.checkout textarea.inputbox {
	overflow: auto;	
	height: 50px;
}

div.checkout div.checkout_buttons {
	text-align: center;
}

div.checkout div.order_total {
	float: left;
	width: 300px;
	margin-left: 16px;
}

div.checkout div.order_total div.total {
	font-weight: bold;
	border-top: 1px solid #393939;
}

div.checkout div.order_total div.item div,
div.checkout div.order_total div.total div {
	float: right;
	width: 100px;
}

#gift_cart_count {
	margin-right: 8px;
	text-align: right;
}

/* shopping cart */
div.shopping_cart div.heading {
	overflow: auto;
	padding: 2px 4px 2px 4px;
	background-color: #393939;
	position: relative;
}

div.shopping_cart div.cart_items div.remove,
div.shopping_cart div.cart_items div.quantity,
div.shopping_cart div.heading div.remove, 
div.shopping_cart div.heading div.quantity  {
	float: left;
	width: 100px;	
}

div.shopping_cart div.cart_items div.item_number,
div.shopping_cart div.heading div.item_number {
	float: left;
	width: 125px;
}

div.shopping_cart div.cart_items div.price,
div.shopping_cart div.heading div.price {
	float: left;
	width: 125px;
}

div.shopping_cart div.cart_items div.name,
div.shopping_cart div.heading div.name {
	float: left;
	width: 450px;
}

div.shopping_cart div.heading div.total {
	float: right;
	color: #ffffff;
	font-weight: bold;
	margin-right: 8px;
}

div.shopping_cart div.heading h1 {
	padding: 0px;
	margin: 0px;
	display: none;
}

div.shopping_cart div.cart_items {
	position: relative;
}

div.shopping_cart div.cart_items div.alt {
	background-color: #dddddd;
}

div.shopping_cart div.cart_items div.item {
	padding: 4px;
	position: relative;
	overflow: auto;
}

div.shopping_cart div.cart_items div.item div {
	line-height: 26px;
}

div.shopping_cart div.cart_items div.item div.quantity input {
	width: 25px;
}

div.shopping_cart div.cart_buttons {
	overflow: auto;
	text-align: right;
	padding-top: 2px;
}

/* product list back page */
div.product_list span.enter_text {
	display: none;
}

div.product_list div.product,
div.product_list div.category {	
	position: relative;	
	margin: 4px 0px;
	clear: both;
	
	height: 88px; /*56px;*/
	line-height: 88px; /*56px;*/
	
	background-color: #a8b6bf;
}

div.product_list div.product div.options {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #333333;
	width: 500px;
	
	display: none;
}

div.product_list div.alt { }

div.product_list div.category div.description {
	display: none;
}

div.product_list div.category div.browse,
div.product_list div.product div.more {
	float: right;
	margin: 29px 29px 0px 0px;
}

div.product_list div.category div.enter_text img {
	display: none;
}

div.product_list div.category div.title {	
	margin: 0px;
	width: 450px;
	float: left;
}

div.product_list div.category div.title a {
	color: #fff;
	font-size: 14px;	
}

div.product_list div.category div.enter_text {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 300px;
	padding: 6px;
	font-style: italic;
	text-align: right;
	
	display: none; /* category stat text hidden */
}

div.product_list div.product div.title {
	margin: 0px;
	float: left;
	width: 380px;
	overflow: hidden;
}

div.product_list div.product div.title a {
	color: #fff;
	font-size: 12px;	
}

div.product_list div.product div.item_number, 
div.product_list div.product div.price {
	cursor: pointer;
	float: left;
	color: #fff;
}

div.product_list div.product div.item_number {
	width: 160px;
}

div.product_list div.product div.price {
	width: 110px;
}

/* product image hover loupe */
div.product_list div.product div.image,
div.product_list div.category div.image  {
	float: left;
	margin: 4px 8px 4px 4px;
}

div.product_list div.product div.image a {
	display: block;
	position: relative;
	text-decoration: none;
}

div.product_list div.product div.image span,
div.product_details div.image0 span {
	display: block; /* normally none */
	
	cursor: pointer;	
	background: url("../images/product_details/enlarge-button.png") no-repeat top left;		
	
	width: 191px;
	height: 57px;	
	
	position: absolute;	
	bottom: -64px;
	right: -1px;

	text-align: left;
	font-size: 14px;
	/*font-style: italic;*/
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	line-height: 54px;
	
	/*padding: 6px;*/
}

div.product_list div.product div.image a:hover span,
div.product_details div.image0 a:hover span {
	display: block;
}

/* page index */
div.page_index {	
	text-align: right;
	
	line-height: 22px;
	font-size: 12px;
	
	/*height: 22px;*/
	float: right;

	padding: 10px 0px;
}

div.page_index *  {
	line-height: 22px;
	font-size: 12px;
}

div.page_index div {	
	float: right;
	margin-left: 6px;
}

div.page_index div span,
div.page_index div a {
	text-align: center;
	width: 20px;
	display: block;
	float: left;	
	margin: 0px 2px;
}

div.page_index div span {	
	background-color: #DFE0D0;	
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
}

div.page_index div a { 	
	text-decoration: none;
}

div.page_index div a:hover {	
	background-color: #DFE0D0;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 16px;
}

/* modules */
div.checkout td.ship_price b {
	color: red;
}

/* custom alert */
div.custom_alert {
	padding: 8px;
	/*border: 2px solid #CF0000;*/
	position: absolute;
	font-size: 16px;
	text-align: left;
	z-index: 999;
	/*background-color: #f3eda9;*/
	color: #000000;	
}

div.custom_alert ul {
	padding: 4px 0px 4px 16px;
	margin: 4px 0px 4px 16px;
}

div.custom_alert #alert_content {
	top: 34px;
}

/* checkout steps */
div.checkout_steps {	
	clear: both;
	z-index: 999;
	height: 45px;
	float: right;
}

div.checkout_steps div {
	float: left;
	margin-left: 6px;
}

div.checkout_steps h3 {
	color: #777777;
	font-size: 22px;
	line-height: 32px;	
	
	margin: 0px;
	padding: 0px;

	text-decoration: none;
}

div.checkout_steps h1 {
	color: #777777;
	font-size: 32px;
	line-height: 32px;
	
	margin: 0px;
	padding: 0px;
}

div.checkout_steps h1.current {
	color: #003A78;
}

div.checkout_steps h1.thank_you {
	color: #ea0000;
	font-size: 18px;
} 

/* lost password */
div.checkout div.lost_pw_box {
	margin: 0px auto;
	width: 275px; 
	position: relative;
	overflow: auto;
	padding: 8px;
	/*background-color: #393939;*/
	/*color: #FFF;*/
}

div.checkout div.lost_pw_box h4 {
	margin: 0px;
	/*color: #333;*/
	font-size: 14px;
}

div.checkout div.lost_pw_box div {
	margin-bottom: 6px;
	line-height: 26px;
	height: 26px;
	
	/*color: #fff;*/
}

div.checkout div.lost_pw_box input {
	float: right;
}

div.checkout div.lost_pw_button {
	margin: 0px auto;
	width: 275px; 
	text-align: right;	
}

/* gift certificates */
div.gift_certificates fieldset div {
	margin-bottom: 6px;
	line-height: 26px;
	height: 26px;		
}

div.gift_certificates fieldset div input,
div.gift_certificates fieldset div select {
	float: right;
}

div.gift_certificates div.code_box {
	margin: auto;
	width: 200px;
	height: 100px;
	border: 3px dashed #A0B491;	
	background-color: #f3eda9;
	text-align: center;
	position: relative;
}

div.gift_certificates div.order_complete img {
	float: right; 
	margin: 20px 40px 80px 80px;
}

div.gift_certificates div.order_complete {
	padding: 0px 20px 20px 20px;
}

div.gift_certificates div.code_box div {
	position: absolute;
	font-weight: bold;
	top: 4px;
	left: 6px;
}

div.gift_certificates div.expiration select {
	width: auto;
	margin-left: 6px;
}

div.gift_certificates h4 {	
	line-height: 100px;
	color: #000000;
	font-size: 28px;
}

div.shopping_cart div.cart_items div.card_icon {
	float: left;
	width: 100px;
}

div.shopping_cart div.cart_items div.card_code {
	float: left;
	width: 200px;
}


div.shopping_cart div.cart_items div.card_discount {
	float: left;
	width: 200px;
}

div.shopping_cart div.cart_items div.card_remains {
	float: left;
	width: 200px;
}

/* ajax styling - possibly throwaway */
div.options div.quantity {
	padding-right: 20px;
}

div.custom_alert div.checkout {
	padding: 0px;
}

div.custom_alert div.lost_pw_box input.inputbox,
div.custom_alert div.lost_pw_box select.inputbox {
	border: 2px solid #7D7D7D;
	color: #000000 !important;
	font-size: 11px;	
	width: 120px;	
	background-color: #efefef;
	padding: 4px;
}

div.custom_alert div.lost_pw_box {
	margin-top: -32px;
}

div.custom_alert div.lost_pw_box img {
	display: none;
}

div.custom_alert div.top_button_bar {
	display: none;
}

input.store_button {
	background: transparent url('/templates/canfield/images/button.png') no-repeat scroll 0 0;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	padding: 0 0 5px;
	text-align: center;
	text-transform: lowercase;
	width: 110px;
}

input.shopping_cart_button {
	background: url('../images/view_cart.png') no-repeat;
	text-align: right; 
	padding-right: 16px;
}

input.checkout_button {
	background: url('../images/checkout.png') no-repeat;
	text-align: right; 
	padding-right: 13px;
}

div.ajax_product_detail {
	margin-top: -4px;
	padding: 6px;
	
	background-color: #fff;
	border-bottom: 1px solid #c7d9e3;
	border-left: 1px solid #c7d9e3;
	border-right: 1px solid #c7d9e3;
	
	overflow: hidden;
}

div.ajax_product_detail div.product_details {
	padding: 0px;
}

div.ajax_product_detail div.top_button_bar, 
div.ajax_product_detail div.heading {
	display: none;
}
