@charset "utf-8";

/* non-osCommerce products */
/* phase out once site is complete */

/*img.product_thumb {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}*/

img.product_thumb {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.product_footer {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 3px;
	margin-bottom: 14px;
	background: #f3f3f3;
}

.product_footer div {
	color: #FF0000;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin-bottom: 3px;
}

div.product_notes {
	float: left;
	width: 120px;
	padding-bottom: 8px;
}

div.product_info {
	float: left;
	width: 610px;
	margin-left: 15px;
	padding-bottom: 8px;
}

/****************************/
/********* CATALOG **********/
/****************************/

#catalog_navigation {
	background-color: #00c9ff;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: normal;
}

#catalog_navigation a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#catalog_navigation div a:hover {
	text-decoration: underline;
}

#catalog_left, #catalog_right {
	float: left;
	width: 123px;
	margin-top: 10px;
}

#catalog_center {
	float: left;
	width: 488px;
	margin-top: 10px;
}

#catalog_left, #catalog_center {
	margin-right: 10px;
}

/****************************/
/******** SIDE BOXES ********/
/****************************/

/*** BOX STRUCTURE ***/

#catalog_left > span, #catalog_right > span {
	/* global box properties */
	display: block;
	margin-bottom: 5px;
}

div.catalog_box {
	/* box wrapper */
	padding: 5px;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #363636;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

div.catalog_box h1 {
	/* box title */
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 3px 4px 3px 4px;
	margin-bottom: 4px;
	height: 14px;
	background: url(../images/global/gradient_bar.gif) repeat-x top left #252525;
}

div.box_contents_spacer {
	/* space out items */
	text-align: center;
	margin-top: 5px;
}

a.right_arrow {
	/* "more" links */
	font: 8pt Arial, Helvetica, sans-serif;
	float: right;
	color: #FFFFFF;
	padding: 3px 4px 3px 4px;
	text-align: right;
	font-size: 7pt;
	text-decoration: underline;
	height: 14px;
	background: url(../images/global/gradient_bar.gif) repeat-x top left #252525;
}

a.right_arrow:hover {
	text-decoration: none;
}

/*** BOX CONTENTS ***/

/* general */

a.major_link {
	display: block;
	color: #252525;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	margin-bottom: 1px;
	background-color: #F5F5F5;
	font-weight: normal;
}

a.major_link:hover {
	background-color: #e7e7e7;
}

/* categories */

a.top_level_cat {
	display: block;
	color: #252525;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin-bottom: 1px;
	background-color: #F5F5F5;
	font-weight: bold;
	text-indent: 2px;
}

a.top_level_cat:hover, a.sub_level_cat:hover {
	background-color: #e7e7e7;
}

a.sub_level_cat {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1px;
	background-color: #F5F5F5;
	text-indent: 2px;

}

a.cat_selected {
	background-color: #d0eef6;
}

/* shopping cart */

a.cart_contents {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 4px 3px;
	margin-bottom: 2px;
}

a.cart_contents:hover {
	color: #000000;
	background: #F5F5F5;
	text-decoration: none;
}

a.cart_contents span.cart_quantity {
	color: #000000;
	text-decoration: none;
}

/* form elements */

.box_search_field {
	/* text field */
	width: 85px;
	border: 1px solid #CCCCCC;
	font: 8pt Arial, Helvetica, sans-serif;
	background: url(../catalog/images/textbox_bkg.gif) top left repeat-x #FFFFFF;
	padding-left: 2px;
}

textarea {
	/* textareas */
	width: 482px;
	border: 1px solid #CCCCCC;
	font: 9pt Arial, Helvetica, sans-serif;
	background: url(../catalog/images/textbox_bkg.gif) top left repeat-x #FFFFFF;
	padding: 2px;
	overflow: auto;
}

/****************************/
/****** SPECIFIC PAGES ******/
/****************************/

/*** LOGIN ***/

div.login_block {
	float: left;
	width: 210px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 0px 5px;
	background: #FFFFFF;
}

div.login_block {
	margin-right: 10px;
}

div.login_block_text {
	/* even up text on both login boxes */
	height: 80px;
}

/*** PRODUCT LISTS ***/

a.product_link {
	/* container */
	display: block;
	width: 137px;
	height: 155px;
	float: left;
	padding: 10px;
	border: 1px solid #E9E9E9;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

a.product_link:hover {
	background-color: #d0eef6;
	border: 1px solid #06b5e3;
	text-decoration: none;
}

a.full_height {
	/* taller */
	height: 185px;
}

a.product_link img {
	border: none;
}

a.product_link div {
	border: none;
	margin-top: 5px;
	text-decoration: none;
}

/* price formatting */

a.product_link div.product_price, div.product_price, span.product_special_price {
	/* current price */
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
	padding-bottom: 10px;
}

span.product_original_price {
	/* original price */
	font-weight: normal;
	text-decoration: line-through;
	font-size: 9pt;
	color: #000000;
}

/* column headings */

a.sort_title {
	margin-right: 3px;
}

/*** PRODUCT DESCRIPTION ***/

div.product_info_image {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #d0eef6;
	border: 1px solid #06b5e3;
}

div.product_info_image a {
	color: #000000;
	text-decoration: none;
}

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

div.product_info_image a img {
	text-decoration: none;
	border: none;
}

div.product_info_image div.add_to_cart {
	/* space out cart image */
	margin-top: 10px;
}

/*** CHECKOUT ***/

div.shopping_cart_column {
	/* column titles */
	width: 100px;
	font-weight: bold;
}

div.shopping_cart_products_list {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

div.shopping_cart_product_attributes {
	font-size: 8pt;
	float: left;
	margin-left: 10px;
	font-weight: normal;
	font-style: italic;
}

div.shopping_cart_product_price {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	width: 60px;
	float: right;
	text-align: right;
}

div.shopping_cart_remove_product {
	font-weight: bold;
	margin-right: 3px;
	margin-top: -2px;
	float: right;
	text-align: right;
}

div.shopping_cart_total {
	margin-top: 5px;
	margin-bottom: 5px;
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
}

div.global_page_options {
	/* show buttons etc inside this bar at the bottom of any page */
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	background: #F5F5F5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*** REVIEWS ***/

div.review_author {
	font-size: 9pt;
	font-weight: bold;
}

div.review_date {
	margin-top: 3px;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

div.review_rating {
	margin-top: 2px;
}

/****************************/
/****** MISCELLANEOUS *******/
/****************************/

/*** PRODUCT THUMBNAILS ***/

a.product_thumbnail img {
	/* can be used for any product image */
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 10px;
}

/** MARKERS ***/

/*span.product_out_of_stock {
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	margin-left: 2px;
	margin-right: 2px;
	background: url(../catalog/images/out_of_stock.gif) no-repeat top left;
}

span.product_out_of_stock span {
	display: none;
}*/

span.product_out_of_stock {
	color: #FF0000;
	font-weight: bold;
}

/*** COLUMN HEADING BAR ***/

div.options_bar {
	/* show column headings etc inside this bar */
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F5F5F5;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** PAGE COUNTS ***/

div.page_count_header {
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

div.page_count_footer {
	border-top: 1px solid #000000;
	padding-top: 3px;
	margin-top: 5px;
}

/*** DARK BOXES ***/

a.block_item {
	display: block;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	background: url(../images/global/gradient_bar.gif) repeat-x top left #252525;
	padding: 0px;
	text-align: center;
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 1px;
}

a.block_item:hover {
	color: #F5F5F5;
	text-decoration: underline;
}