/* -----------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.11.04
File Purpose:	Stone Arch Merchants - Base Style sheet
REVISIONS:
	2009.02.05.RAM - Modify Site Map styles for tableless global function
-------------------------------------------------------------------------------------------------------- */


/* --------------------------- UNIVERSAL DEFS ------------------------------ */
table, tr, td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

p { margin: 0px; padding: 0px 0px 12px 0px; }
ul { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }
ol { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }

input, select {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
img.float_left {
	border: 0px;
	float: left;
}
img.float_right {
	border: 0px;
	float: right;
}
form.no_margin {
	margin: 0px;
	padding: 0px;
}
/* --------------------------- END UNIVERSAL DEFS -------------------------- */

/* --------------------------- LINK DEFS ----------------------------------- */
a, a:visited { font-weight: bold; text-decoration: underline; color: #990000; }
a:hover, a:active { font-weight: bold; text-decoration: none; color: #990000; }

a.product, a.product:visited { font-weight: bold; text-decoration: underline; color: #990000; }
a.product:hover, a.product:active { font-weight: bold; text-decoration: none; color: #990000; }

a.product_feature, a.product_feature:visited { font-weight: normal; text-decoration: underline; color: #990000; }
a.product_feature:hover, a.product_feature:active { font-weight: normal; text-decoration: none; color: #990000; }

a.breadcrumb, a.breadcrumb:visited { text-decoration: underline; color: #990000; }
a.breadcrumb:hover, a.breadcrumb:active { text-decoration: none; color: #990000; }

a.foot, a.foot:visited { font-weight: bold; text-decoration: underline; color: #e8c562; }
a.foot:hover, a.foot:active { font-weight: bold; text-decoration: none; color: #e8c562; }

.pager_nav_text {
	font-weight: normal;
	color: #000000;
	padding: 0px 4px 0px 4px;
}
.pager_nav_current {
	font-weight: bold;
	color: #000000;
}
/* --------------------------- END LINK DEFS ------------------------------- */

/* --------------------------- ERROR DEFS ---------------------------------- */
.textError {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeee;
	float: left;
	display: inline;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.textError ul {
	margin: 0px;
	padding: 5px 10px 5px 30px;
	float: left;
}

.textError a { padding: 10px; float: left; }

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}
/* --------------------------- END ERROR DEFS ------------------------------ */

/* --------------------------- OVERLAY DEFS -------------------------------- */
#mainOverlay {
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 900;
	background-repeat: repeat;
}
.overlay_bg {
	width: 100%;
	height: 100%;
}
.overlay_content {
	width: 100%;
	margin: 0px;
	padding: 130px 0px 0px 0px;
}
#f2fForm {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
.overlay_text_block {
	margin: 6px 0px 0px 0px;
	padding: 0px 55px;
	position: relative;
}
.overlay_text_error {
	width: 100%;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	float: left;
}
.table_overlay_form {
	width: 570px;
	margin: 0px 0px 0px 55px;
	padding: 0px;
	border: 0px;
	float: left;
	display: inline;
	position: relative;
}
.table_overlay_label {
	width: 145px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
.table_overlay_field {
	width: 425px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.table_overlay_text {
	width: 135px;
	margin: 0px;
	padding: 2px 10px 5px 0px;
	float: left;
	text-align: right;
	background: #ccc0ac;
}
.overlay_field_text {
	width: 228px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px;
	float: left;
	border: 1px solid #a5acb2;
}
.table_overlay_textarea_text {
	width: 135px;
	height: 79px;
	margin: 0px;
	padding: 1px 10px 2px 0px;
	float: left;
	text-align: right;
	background: #ccc0ac;
}
.overlay_field_textarea {
	width: 423px;
	height: 80px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #a5acb2;
}
.overlay_table {
	width: 680px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.overlay_table_header {
	width: 680px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
.overlay_header_bar {
	width: 660px;
	height: 40px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
}
.overlay_table_content {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	vertical-align: top;
	background-position: top left;
	background-repeat: repeat-y;
}
.overlay_table_footer {
	width: 680px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
/* --------------------------- END OVERLAY DEFS ---------------------------- */

/* --------------------------- GALLERY DEFS ------------------------------------ */
.gallery_detail_container {
	width: 580px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 10px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg-product-detail.gif) top left no-repeat;
}
.gallery_detail_title {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.gallery_detail_title h1 {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	color: #817567;
	font-size: 16px;
	line-height: 20px;
	float: left;
	display: inline;
}
.gallery_image_container {
	width: 380px;
	height: 380px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.gallery_image {
	width: 380px;
	height: 380px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}
.gallery_image_absolute {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 380px;
	z-index: 20;
	visibility: hidden;
}
.gallery_thumbs_container {
	width: 175px;
	margin: 5px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}
.gallery_tiny_thumb_container {
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.gallery_tiny_thumb {
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.gallery_tinythumb_on {
	position: absolute; 
	left: 0px;
	top: 0px;
	z-index: 30;
	cursor: pointer;
	visibility: hidden;
}
.gallery_image_description {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	z-index: 20;
	visibility: hidden;
}
.gallery_image_details {
	width: 180px;
	margin: 11px 0px 0px 15px;
	padding: 0px;
	float: left;
	position: relative;
}
/* --------------------------- END GALLERY DEFS -------------------------------- */

/* --------------------------- HOME DEFS ----------------------------------- */
.home_main_container {
	width: 740px;
	height: 307px;
	margin: 0px;
	padding: 0px;
	background: url(/_images/home/bg-home-main.gif) top left no-repeat;
	position: relative;
}
.home_main_image {
	width: 470px;
	height: 280px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}
.home_callout {
	width: 210px;
	height: 140px;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.home_features {
	width: 720px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	position: relative;
}

/* --------------------------- END HOME DEFS ----------------------------------- */

/*****************************************************************************/
/* --------------------------- PAGE CONTENT DEFS --------------------------- */
/*****************************************************************************/

/* --------------------------- FEATURE DEFS --------------------------------------- */
.feature_container {
	width: 160px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 10px;
}
.feature_header_image {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.feature_block {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.feature_thumb_frame {
	width: 120px;
	height: 120px;
	padding: 0px;
	margin: 0px auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.feature_thumb {
	position: relative;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
}
.feature_text {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
.feature_thumb_link {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
}

/* --------------------------- END FEATURE DEFS ----------------------------------- */

/* --------------------------- PAGE/SECTION HEADER DEFS ----------------------------------- */
.page_header {
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
}
.page_header h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #817567;
	font-size: 16px;
	line-height: 20px;
}
/* --------------------------- END PAGE HEADER DEFS ------------------------------- */

/* --------------------------- PAGE DETAIL DEFS -------------------------------- */
.page_centered_text {
	margin: 0px;
	padding: 11px 10px 0px 10px;
}
.page_text_no_resources {
	margin: 0px;
	padding: 20px;
}
.page_breadcrumb {
	margin: 0px;
	padding: 11px 10px 9px 10px;
	color: #817567;
}
.page_image_container {
	width: 160px;
	height: 160px;
	margin: 15px 10px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	background: url(/_images/framework/bg-page-image.gif) top left no-repeat;
}
.page_image_square {
	width: 160px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.product_detail_img_container {
	width: 380px;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	float: left;
	display: inline;
}
.product_thumb_row {
	width: 540px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
}
.product_thumb_mod {
	width: 180px;
	margin: 0px;
	padding: 0px;
	background: url(/_images/modules/bg-product-thumb.gif) top left no-repeat;
	float: left;
	display: inline;
}
.product_thumb {
	width: 100px;
	height: 100px;
	margin: 18px 0px 0px 40px;
	padding: 0px;
	float: left;
	display: inline;
}
.product_thumb_text {
	width: 120px;
	margin: 11px 0px 0px 30px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}
.product_thumb_gc {
	width: 100px;
	height: 100px;
	margin: 18px 0px 0px 15px;
	padding: 0px;
	background-color: #aa997e;
	float: left;
	display: inline;
}
.product_thumb_text_gc {
	width: 120px;
	margin: 6px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}
.product_thumb_roll_container {
	width: 310px;
	height: 310px;
	position: absolute;
	left: 20px;
	top: -155px;
	z-index: 200;
	display: inline;
	visibility: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.product_thumb_roll_container_alt {
	width: 310px;
	height: 310px;
	position: absolute;
	left: -125px;
	top: -155px;
	z-index: 200;
	display: inline;
	visibility: hidden;
}
.product_thumb_roll_image {
	width: 300px;
	height: 300px;
	margin: 4px 5px;
	position: relative;
	display: inline;
	float: left;
}
.resource_price {
	font-weight: bold;
	color: #000000;
}
.resource_price_old {
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}
.resource_sale_price {
	font-weight: bold;
	color: #009933;
	margin: 0px;
}
.resource_thumb_rows_container {
	width: 550px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
.thumb_row {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 15px 0px;
	float: left;
}
.thumb_row_image {
	width: 100px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg-thumb-image.gif) top left no-repeat;
}
.thumb_row_text_image {
	width: 440px;
	margin: 1px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
.thumb_row_text {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
}
.resource_image_container {
	width: 245px;
	margin: 15px 15px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}
.product_category {
	width: 720px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.product_category_detail {
	width: 540px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.product_category_desc {
	margin: 0px;
	padding: 11px 10px 0px 10px;
}
.product_category_items {
	width: 540px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product_gift_card_items {
	width: 390px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product_category_items td {
	width: 180px;
	vertical-align: top;
}
.product_gift_card_items td {
	width: 130px;
	vertical-align: top;
}
.product_category_header_bg {
	width: 100%;
	height: 36px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg-section-header.gif) top left no-repeat;
}
.product_category_header {
	margin: 0px;
	padding: 9px 25px 0px 25px;
	font-weight: bold;
	color: #d7d2cb;
}
.product_category_thumb {
	width: 180px;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	float: left;
	background: url(/_images/modules/bg-product-thumb.gif) top left no-repeat;
	position: relative;
}
.product_gift_card_thumb {
	width: 130px;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	float: left;
	position: relative;
}
.product_category_spacer {
	width: 180px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product_gift_card_spacer {
	width: 130px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product_category_empty {
	width: 100%;
	margin: 0px;
	padding: 9px 15px 0px 0px;
	float: left;
	font-style: italic;
	text-align: center;
}

.product_detail_container {
	
}

.add_to_cart_container {
	width: 180px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg-add-to-cart.gif) top left repeat-y;
}

.add_to_cart_form {
	width: 160px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 9px 0px;
	float: left;
	display: inline;
	border-bottom: 1px solid #998f86;
}
.cart_form_table {
	width: 140px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: 0px;
	float: left;
	display: inline;
}
.cart_form_title {
	width: 100%;
	margin: 0px;
	padding: 6px 0px 8px 0px;
	font-weight: bold;
	vertical-align: top;
}
.cart_form_text {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	vertical-align: top;
}
.cart_form_versions {
	width: 100%;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	float: left;
	background: url(/_images/framework/cart-form-divider.gif) top left no-repeat;
}
.cart_form_label {
	width: 30px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	vertical-align: top;
}
.cart_form_field {
	width: 110px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.cart_form_radio_opt {
	width: 25px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	vertical-align: top;
}
.cart_form_radio_opt_text {
	width: 115px;
	margin: 0px;
	padding: 1px 0px 8px 0px;
	vertical-align: top;
}
.cart_form_field_text {
	width: 40px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	float: left;
}
.cart_form_sample_link {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.cart_form_button {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}
.centered_button {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
/* --------------------------- END PAGE DETAIL DEFS ---------------------------- */

/*****************************************************************************/
/* --------------------------- END PAGE CONTENT DEFS ----------------------- */
/*****************************************************************************/

/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
.contact_main_text_table {
	width: 390px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.contact_address_col {
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
.contact_hours_col {
	width: 210px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.contact_form_text_block {
	margin: 0px;
	padding: 0px 10px;
}
.contact_form_error_text_block {
	width: 550px;
	margin: 0px 0px 16px 0px;
	padding: 0px 10px;
	float: left;
}
.contact_sendto_text {
	margin: 6px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
.contact_table_form {
	width: 550px;
	margin: 1px auto 0px auto;
	padding: 0px;
	border: 0px;
}
.contact_form_label {
	width: 145px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
.contact_form_field {
	width: 405px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.contact_form_text {
	width: 150px;
	margin: 0px;
	padding: 2px 10px 3px 0px;
	float: left;
	text-align: right;
	background: #ccc0ac;
}
.contact_form_field_text {
	width: 190px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px;
	float: left;
	border: 1px solid #a5acb2;
}
.contact_form_textarea_label {
	width: 550px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
.contact_form_textarea_text {
	width: 540px;
	margin: 0px;
	padding: 2px 0px 3px 10px;
	float: left;
	text-align: left;
	background: #ccc0ac;
}
.contact_form_textarea {
	width: 548px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #a5acb2;
}
.contact_button {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.contact_centered_link {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* --------------------------- END CONTACT SECTION DEFS ----------------------------------- */


/* --------------------------- UTILITIES SECTION DEFS ----------------------------------- */
.sm_col {
	width: 265px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	vertical-align: top;
}
.sm_col_left {
	margin: 0px 0px 0px 10px;
	float: left;
	display: inline;
}
/* Hides from IE-mac \*/
* html .sm_col_right { margin: 0px 0px 0px 292px; }
.sm_col_right {
	margin: 0px 0px 0px 295px;
}
/* End hide from IE-mac */
.sm_row {
	width: 265px;
	margin: 0px;
	padding: 16px 0px 0px 0px;
}
.sm_row_link_row {
	width: 265px;
	margin: 0px;
	padding: 0px;
}
ul.pages_list {
	width: 265px;
	margin: 0px;
	padding: 0px;
}
li.pages_link {
	width: 230px;
	margin: 0px;
	padding: 1px 0px 0px 35px;
	list-style-type: none;
	background: url(/_images/framework/site_bullet.gif) top left no-repeat;
	position: relative;
	color: #817567;
	font-weight: bold;
}
/* --------------------------- END UTILITIES SECTION DEFS ----------------------------------- */

