/* -----------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.07.22
File Purpose:	Versare Website Family - Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* --------------------------- UNIVERSAL DEFS ------------------------------ */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background: #b6b28e url(/_images/framework/bg_gradient_child.gif) top left repeat-x; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
table, tr, td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

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: 11px;
}
img.float_left {
	border: 0px;
	float: left;
}
img.float_right {
	border: 0px;
	float: right;
}

.container_right_column {
	width: 160px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	position: relative;
	background: url(/_images/framework/bg_right_col.gif) top right no-repeat;
}
.container_cart_callout {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.footer_venyou {
	width: 100%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	color: #333333;
	float: left;
	display: inline;
	text-align: center;
}
.footer_venyou a, .footer_venyou a:visited, .footer_venyou a:hover, .footer_venyou a:active { color: #ffffff; }
/* --------------------------- END UNIVERSAL DEFS -------------------------- */

/* --------------------------- LINK DEFS ----------------------------------- */
a, a:visited { font-weight: bold; text-decoration: underline; color: #ff5a00; }
a:hover, a:active { font-weight: bold; text-decoration: none; color: #ff5a00; }

a.sort, a.sort:visited { font-weight: bold; text-decoration: underline; color: #ffffff;}
a.sort:hover, a.sort:active { font-weight: bold; text-decoration: none; color: #ffffff;}

a.head, a.head:visited { font-weight: bold; text-decoration: underline; color: #ffffff; float: right; }
a.head:hover, a.head:active { font-weight: bold; text-decoration: none; color: #ffffff; float: right; }

a.grey, a.grey:visited { font-weight: bold; text-decoration: underline; color: #999999;  }
a.grey:hover, a.grey:active { font-weight: bold; text-decoration: none; color: #999999;  }

a.printable-link {
	margin: 15px 10px 0 0;
	float: right;
	display: inline;
	color: #fff;
}

.pager_nav_text {
	font-weight: normal;
	color: #000000;
	padding: 0px 2px 0px 2px;
}
.pager_nav_current {
	font-weight: bold;
	color: #000000;
}
/* --------------------------- END LINK DEFS ------------------------------- */

/* --------------------------- HOME DEFS ----------------------------------- */
.home_feature_image_full {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.home_feature_bg {
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
	background: #b6b28e;
}
.home_featured_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/modules/cc_header.gif) top left no-repeat;
}
.home_featured_header_ad {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/modules/ad_header.gif) top left no-repeat;
}
.home_featured_content {
	width: 253px;
	margin: 10px 0px 0px 1px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e8e7da;
}
.home_featured_content_ad {
	width: 253px;
	margin: 15px 0px 0px 1px;
	padding: 9px 0px 0px 0px;
	float: left;
	display: inline;
	background: #e8e7da;
}
.home_featured_image {
	margin: 0px 0px 0px 9px;
	padding: 0px;
	float: left;
	display: inline;
}
.home_featured_text {
	width: 235px;
	margin: 0px 0px 0px 9px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
}
.home_featured_text p {
	margin: 0px;
	padding: 0px;
}
.home_featured_footer {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #ffffff url(/_images/modules/cc_footer.gif) top left no-repeat;
}
.home_child_callouts_bg {
	width: 560px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
	background: #b6b28e url(/_images/modules/home_child_callout_bg.gif) top left repeat-y;
}
.home_child_callouts_table {
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/modules/home_child_callout_header.gif) top left no-repeat;
}
.home_child_callouts_table p {
	margin: 0px;
	padding: 0px;
}
.home_child_callouts_left {
	width: 260px;
	margin: 0px;
	padding: 6px 10px 9px 10px;
	vertical-align: top;
	background: url(/_images/modules/home_child_callout_footer_left.gif) bottom left no-repeat;
}
.home_child_callouts_right {
	width: 260px;
	margin: 0px;
	padding: 6px 10px 9px 10px;
	vertical-align: top;
	background: url(/_images/modules/home_child_callout_footer_right.gif) bottom left no-repeat;
}
.home_child_callouts_logo {
	width: 60px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.social-links-bg { background: #e8e7da; }
/* --------------------------- END HOME DEFS ----------------------------------- */

/*****************************************************************************/
/* --------------------------- PAGE CONTENT DEFS --------------------------- */
/*****************************************************************************/

/* --------------------------- MODULE DEFS ---------------------------------------- */

/* --------------------------- END MODULE DEFS ------------------------------------ */

/* --------------------------- PAGE DETAIL DEFS -------------------------------- */
p.product-alt-icon {
	padding: 4px 10px 6px 0;
	float: left;
}
.thumb_row {
	width: 100%;
	margin: 0px;
	padding: 2px 0px 5px 0px;
	float: left;
	position: relative;
}
.thumb_row_header {
	font-weight: bold;
}
.thumb_image_row {
	width: 110px;
	height: 110px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
.thumb_image_bg_row {
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
@media screen {
	.text_row_thumb {
		width: 450px;
		margin: 0px;
		padding: 0px 0px 9px 0px;
		float: left;
	}
	.text_row_nothumb {
		margin: 0px;
		padding: 0px 20px 9px 0px;
	}
}
@media print {
	.text_row_thumb {
		width: 450px;
		margin: 0px;
		padding: 0px 0px 9px 0px;
		float: left;
	}
	.text_row_nothumb {
		margin: 0px;
		padding: 0px 20px 9px 0px;
	}
}

.resource_title_full {
	width: 100%;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	float: left;
	line-height: 22px;
	font-size: 18px;
}
.resource_category_header {
	width: 560px;
	height: 30px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_resource_category.gif) top left repeat-x;
}
.resource_related_category_header {
	width: 450px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_resource_category.gif) top left repeat-x;
}
.resource_related_category_header_full {
	width: 560px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_resource_category.gif) top left repeat-x;
}
.resource_category_text {
	margin: 6px 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
	color: #000000;
	float: left;
	display: inline;
}
.resource_category_text a, .resource_category_text a:visited, .resource_category_text a:hover, .resource_category_text a:active { color: #000000; text-decoration: none; }
.resource_category_view_link {
	margin: 6px 10px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.resource_category_empty {
	width: 560px;
	margin: 6px 0px 0px 20px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	float: left;
	display: inline;
}
.rc_featured_container {
	width: 140px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 4px 0px;
	float: left;
	display: inline;
}
.rc_featured_ad {
	margin: 0 0 20px 10px;
	padding: 0;
	float: left;
	display: inline;
}
.resource_feature_row {
	width: 122px;
	margin: 0px 0px 0px 9px;
	padding: 5px 0px 14px 0px;
	float: left;
	display: inline;
}
.resource_index_table {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}
.resource_index_col {
	width: 122px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}
.resource_index_divider {
	width: 24px;
	margin: 0px;
	padding: 0px;
}
.resource_index_spacer {
	width: 24px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.resource_image_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.resource_thumb_bg {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e8e7da;
	position: relative;
}
.resource_thumb_text {
	width: 100px;
	margin: 0px 0px 0px 11px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
	font-weight: bold;
	text-align: center;
}
.resource_price {
	width: 100%;
	font-weight: bold;
	color: #000000;
}
.resource_price span {
	text-decoration: line-through;
}
.resource_sale_price {
	width: 100%;
	font-weight: bold;
	color: #009933;
}
/*.resource_price_container_full {
	width: 100%;
	padding: 0px 0px 16px 0px;
	float: left;
}*/
.resource_price_container {
	padding: 6px 0px 5px 0px;
	float: left;
}

.resource_price_detail {
	font-weight: bold;
	color: #000000;
	float: left;
}
.resource_price_detail span {
	text-decoration: line-through;
}
.resource_sale_price_detail {
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	color: #009933;
	float: left;
}

.shopping_cart_tab {
	width: 160px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	cursor: pointer;
	background: url(/_images/modules/tab_shopping_cart_off.gif) top left no-repeat;
}
.shopping_cart_title {
	margin: 9px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
.shopping_cart_overlay {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	z-index: 500;
	visibility: hidden;
}
.shopping_cart_overlay_bg {
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	background: url(/_images/modules/rc_bg.gif) top repeat-y;
}
.shopping_cart_overlay_footer {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.resource_overview_container {
	width: 760px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.resource_details_container {
	width: 580px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.resource_media_col {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.resource_details_col {
	width: 470px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.resource_image_col {
	width: 290px;
	margin: 0p;
	padding: 0px;
	vertical-align: top;
}
.resource_header_container {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.resource_header {
	margin: 9px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}
.product-header {
	width: 100%;
	margin: 0;
	padding: 0px 0px 8px 0px;
	float: left;
}
.resource_header h1, .product-header h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
.product-header h1 { padding: 0 0 8px 0; }
.resource_breadcrumb {
	color: #999999;
	font-weight: bold;
}
.resource_breadcrumb span {
	color: #000000;
	padding: 0px 2px;
	font-weight: normal;
}
.resource_image_container {
	width: 260px;
	height: 264px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	background: url(/_images/framework/frame_product_image.gif) top right no-repeat;
}
.resource_image_bg {
	width: 250px;
	height: 250px;
	margin: 4px 5px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	background: #ffffff;/*url(/_images/framework/bg_product_image.gif) top right no-repeat;*/
}
.resource_details {
	margin: 0px;
	padding: 6px 0px 0px 20px;
	background: url(/_images/framework/text_block_start.gif) top left no-repeat;
}
.resource_detail_buttons {
	width: 105px;
	margin: 5px 0px 8px 0px;
	padding: 0px;
	float: right;
	background: url(/_images/framework/divider_product_buttons.gif) top left repeat-y;
}
.resource_detail_button {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.resource_center_links {
	width: 290px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.resource_cart_related_container {
	width: 250px;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.product-featured-links {
	width: 250px;
	margin: 20px 20px 0 0;
	padding: 0;
	float: right;
	display: inline;
	background: url(/_images/modules/featured-links-detail-bg.gif) top left repeat-y;
}
.product-featured-links-footer {
	width: 250px;
	height: 5px;
	margin: 0;
	padding: 0;
	float: right;
	background: url(/_images/modules/featured-links-detail-footer.gif) top left no-repeat;
}
.cart_tabs_container {
	width: 250px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.cart_tab {
	width: 125px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/cart/tab_cart_on.gif) top left no-repeat;
}
.cart_tab_full {
	width: 250px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/cart/tab_cart_full.gif) top left no-repeat;
}
.cart_tab_off {
	width: 125px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/cart/tab_cart_off.gif) top left no-repeat;
}
.cart_tab_title {
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	position: relative;
}
.cart_tab_title_noscript {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.cart_tabs_details {
	width: 250px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: right;
	background: url(/_images/cart/cart_mod_footer.gif) bottom left no-repeat #b6b28e;
}
#module_cart {
	display: block;
}
#module_wish {
	display: none;
}
.cart_tabs_bg {
	width: 248px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e8e7da;
}
.cart_form_table {
	width: 228px;
	margin: 5px 0px 0px 9px;
	padding: 0px;
	border: 0px;
	float: left;
	display: inline;
}
.cart_form_label {
	width: 59px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
.cart_form_field {
	width: 169px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.cart_form_text {
	width: 50px;
	margin: 0px;
	padding: 2px 10px 3px 0px;
	float: left;
	display: inline;
	text-align: right;
}
.cart_form_field_text {
	width: 30px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	float: left;
}
.cart_form_select {
	width: 169px;
	height: 19px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.cart_form_default_text {
	width: 169px;
	margin: 0px;
	padding: 7px 0px 3px 0px;
	float: left;
	text-align: left;
}
.cart_form_subtotal {
	width: 159px;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 3px 10px;
	float: left;
	display: inline;
	background: #ffffff;
}
.cart_form_button {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}
.wish_list_content {
	width: 230px;
	height: 100px;
	margin: 5px 0px 0px 10px;
	padding: 15px 0px 0px 0px;
	border: 0px;
	text-align: center;
	float: left;
	display: inline;
}

.related_header_bar {
	width: 250px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	background: url(/_images/modules/bg_related_bar.gif) top left no-repeat;
}
.related_header_bar_noscript {
	width: 250px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/modules/bg_related_bar.gif) top left no-repeat;
}
#module_documents {
	display: block;
}
#module_products {
	display: none;
}
#module_accessories {
	display: none;
}
#module_applications {
	display: none;
}
.related_items_bg {
	width: 250px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	background: #b6b28e;
}
.related_items_content {
	width: 248px;
	margin: 0px 0px 0px 1px;
	padding: 5px 0px 4px 0px;
	float: left;
	display: inline;
	background: #ffffff;
	border-bottom: 1px solid #b6b28e;
}
.related_items_content_doc {
	width: 248px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 4px 0px;
	float: left;
	display: inline;
	background: #ffffff;
	border-bottom: 1px solid #b6b28e;
}
.related_items_title {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.related_items_row {
	width: 230px;
	margin: 1px 0px 0px 9px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	float: left;
	display: inline;
}
.related_items_thumb {
	width: 50px;
	height: 50px;
	margin: 4px 10px 0px 0px;
	padding: 0px;
	float: left;
	background: #e8e7da;
	position: relative;
}
.related_items_text {
	width: 170px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
.related_items_text_full {
	width: 230px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	float: left;
}
.related_items_text_full p {
	margin: 0px;
	padding: 0px;
}
.related_items_view_all {
	width: 230px;
	height: 19px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	float: left;
	background: url(/_images/cart/bg_texture.gif) top left repeat-x;
}
.related_items_view_all_thumbs {
	width: 230px;
	height: 19px;
	margin: 4px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	float: left;
	background: url(/_images/cart/bg_texture.gif) top left repeat-x;
}
.related_items_footer {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #ffffff url(/_images/modules/related_footer.gif) top left no-repeat;
}

.sizes_tabs_container {
	width: 450px;
	height: 31px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.sizes_tabs_container_noscript {
	width: 450px;
	height: 31px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
	background: url(/_images/modules/tab_noscript_border.gif) top left repeat-x;
}
.sizes_colors_bg {
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: #b6b28e;
}
.size_tab {
	width: 150px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/cart/tab_size_on.gif) top left no-repeat;
}
.size_tab_off {
	width: 150px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/cart/tab_size_off.gif) top left no-repeat;
}
#module_sizes {
	display: block;
}
#module_colors {
	display: none;
}
#module_features {
	display: none;
}
.sizes_colors_content {
	width: 448px;
	margin: 0px 0px 0px 1px;
	padding: 5px 0px 0px 0px;
	float: left;
	display: inline;
	background: #ffffff;
}
.sizes_colors_footer {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #ffffff url(/_images/cart/sizes_colors_footer.gif) top left no-repeat;
}

.sizes_colors_content a, .sizes_colors_content a:visited { text-decoration: none; color: #000000; font-weight: bold; }
.sizes_colors_content a:hover, .sizes_colors_content a:active { text-decoration: underline; color: #000000; font-weight: bold; }

.sizes_table {
	width: 430px;
	margin: 5px 0px 0px 9px;
	padding: 0px;
	float: left;
	display: inline;
}
.sizes_row {
	width: 420px;
	margin: 0px;
	padding: 2px 0px 5px 10px;
	vertical-align: top;
}
.sizes_row span {
	width: 55px;
}
.sizes_row_alt {
	background: #e8e7da;
}
.sizes_col_head {
	width: 55px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	font-weight: bold;
	text-align: right;
}
.size_label_3 {
	width: 225px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.size_label_2 {
	width: 290px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.size_label_1 {
	width: 355px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.size_price {
	color: #000000;
	font-weight: normal;
}
.size_old_price {
	color: #000000;
	font-weight: normal;
	text-decoration: line-through;
}
.size_sale_price {
	color: #009933;
	font-weight: bold;
}

.colors_table_header {
	width: 430px;
	height: 20px;
	margin: 14px 0px 0px 9px;
	padding: 0px;
	font-weight: bold;
	float: left;
	display: inline;
	background: url(/_images/cart/bg_texture.gif) top left repeat-x;
}
.colors_table_header span {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
}
.colors_table {
	width: 420px;
	margin: 10px 0px 0px 14px;
	padding: 0px;
	float: left;
	display: inline;
}
.colors_table_col {
	width: 60px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	vertical-align: top;
}
.color_thumb_bg {
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #000000;
}
.color_text {
	width: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
.color_text_none {
	width: 430px;
	margin: 14px 0px 0px 9px;
	padding: 0px;
	text-align: center;
	font-style: italic;
	float: left;
	display: inline;
}

.features_container {
	width: 430px;
	margin: 10px 0px 0px 9px;
	padding: 0px;
	float: left;
	display: inline;
}
.features_row {
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.features_row p {
	margin: 0px;
	padding: 0px;
}
.features_image_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.features_thumb_bg {
	width: 100px;
	height: 100px;
	margin: 4px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #b6b28e;
	position: relative;
}
.features_thumb {
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.features_text {
	width: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.features_text_nothumb {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.features_footer {
	width: 430px;
	height: 19px;
	margin: 10px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	float: left;
	background: url(/_images/cart/bg_texture.gif) top left repeat-x;
}
.features_footer a, .features_footer a:visited { font-weight: bold; text-decoration: underline; color: #ff5a00; }
.features_footer a:hover, .features_footer a:active { font-weight: bold; text-decoration: none; color: #ff5a00; }
.features_text_detail {
	width: 340px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.product_media_container {
	width: 450px;
	margin: 5px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/text_divider.gif) top left no-repeat;
}
.product_related_container {
	width: 450px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}
.product_media_table {
	width: 450px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	float: left;
}
.product_media_table_full {
	width: 560px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	float: left;
}
.product_related_col {
	width: 144px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}
.product_related_col_full {	
	width: 122px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}
.product_related_thumb_bg {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e8e7da;
	position: relative;
}
.product_related_thumb_bg_full {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e8e7da;
	position: relative;
}
.product_related_thumb_text {
	width: 100px;
	margin: 0px 0px 0px 22px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
	font-weight: bold;
	text-align: center;
}
.product_related_thumb_text_full {
	width: 100px;
	margin: 0px 0px 0px 11px;
	padding: 6px 0px 0px 0px;
	float: left;
	display: inline;
	font-weight: bold;
	text-align: center;
}
.product_related_divider {
	width: 11px;
	margin: 0px;
	padding: 0px;
}
.product_related_spacer {
	width: 11px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.product_related_divider_full {
	width: 24px;
	margin: 0px;
	padding: 0px;
}
.product_related_spacer_full {
	width: 24px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.product_media_col {
	width: 215px;
	margin: 0px;
	padding: 5px 0px 9px 0px;
	vertical-align: top;
}
.product_media_divider {
	width: 20px;
	margin: 0px;
	padding: 0px;
}
.product_media_spacer {
	width: 20px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.added_cart_container {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}
.added_cart_text_block {
	width: 580px;
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 5px 0px;
	float: left;
	background: url(/_images/framework/text_block_start.gif) top left no-repeat;
}
.added_cart_table {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 0px;
	float: left;
	display: inline;
}
.added_cart_td {
	width: 270px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.added_cart_links {
	width: 140px;
	margin: 0 9px 0 0;
	padding: 0;
	float: right;
	display: inline;
}
/* --------------------------- END PAGE DETAIL DEFS ---------------------------- */

/* --------------------------- MOVE ELEMENT DEFS ------------------------------- */
.moveable_container {
	width: 100%;
	height: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.moving_div {
	position: absolute;
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: #fff000;
}
/* --------------------------- END MOVE ELEMENT DEFS --------------------------- */

/* --------------------------- GALLERY DEFS ------------------------------------ */
.gallery_detail_container {
	width: 570px;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}
.gallery_image_container {
	width: 390px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-position: top left;
	background-repeat: no-repat;
}
.gallery_image {
	width: 380px;
	height: 380px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	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: 165px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.gallery_tiny_thumb_container {
	width: 55px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat
}
.gallery_tiny_thumb {
	width: 50px;
	height: 50px;
	margin: 1px 0px 0px 1px;
	padding: 0px;
	float: left;
	display: inline;
	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: 160px;
	z-index: 20;
	visibility: hidden;
}
.gallery_image_details {
	width: 160px;
	margin: 11px 4px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}

.video_container_bg {
	width: 450px;
	height: 345px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/modules/bg_video_footer.gif) bottom left no-repeat #e8e7da;
}
.video_container {
	width: 400px;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	float: left;
	display: inline;
}
/* --------------------------- END GALLERY DEFS -------------------------------- */

/*****************************************************************************/
/* --------------------------- END PAGE CONTENT DEFS ----------------------- */
/*****************************************************************************/


/* --------------------------- RELATED CONTENT DEFS ------------------------------- */

/* --------------------------- END RELATED CONTENT DEFS --------------------------- */


/* --------------------------- LINKS SECTION DEFS ----------------------------------- */
.links_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 11px 0px;
	float: left;
	display: inline;
}
/* --------------------------- END LINKS SECTION DEFS --------------------------- */


/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
.contact_hours_bg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #cccccc;
	border-bottom: 1px solid #cccccc;
}
.contact_hours {
	width: 338px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 9px 0px;
	float: left;
	display: inline;
	background: #f1f1f1;
}
.contact_hours_text {
	width: 180px;
	margin: 7px 0px 0px 9px;
	padding: 0px;
	float: left;
	display: inline;
}
.contact_hours_text p { margin: 0px; padding: 0px; }
.contact_form_text_block {
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.contact_table_form {
	width: 560px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
	position: relative;
}
.contact_form_label {
	width: 100px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
.contact_form_field {
	width: 460px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.contact_form_text {
	width: 90px;
	margin: 0px;
	padding: 1px 10px 3px 0px;
	float: left;
	text-align: right;
}
.contact_form_field_text {
	width: 230px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px;
	float: left;
}
.contact_form_field_select {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.contact_form_textarea {
	width: 458px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.button_image {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
}
.contact_form_text_confirm {
 	width: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* --------------------------- END CONTACT SECTION DEFS ----------------------------------- */

