/* Overview */
/* .style_name {} is used for class="style_name"  */
/* #style_name {} is used for <div id="style_name></div>  */
/* tag_name {} is used to redefine style settings for standard HTML tag ie. <P>
/* Can also use <td style="font-style:italic; color:#FFFFFF; font-weight:bold;"> when you want to specify style settings with the HTML tag */


/* ---------------------------------------------------------------------------------- */
/* Special styling for the php generated pages (shop) of this website */

.series_table	
{
	border: 3px;
	border-style:solid;
	border-color: #333;
}
.collection_column
{
	border:none;
}
.collection_heading 
{	
	font-size: 26px;
	color:#00C
}
.series_desc 
{	
	font-size: 14px;
	color: #000;
}
.prodtable_heading 
{	
	color: #333; 
	background-color:#ccc;
	font-weight: bold; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	margin: 0px;
	border-bottom:0px;
	border-left: 0px;
	border-right: 0px;
}
.prodtable_records 
{	
	font-size: 14px; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	border-bottom-style:dotted;
	border-color: #cccccc;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
}
.prodtable_border
{
	border:1px;
	border-style:solid;
	border-color:#000000;
}
.prodtable_stdrow 
{	
	background-color:#FFFFFF;
}

.prodtable_hltrow 
{	
	background-color:#FFFF00;
	cursor:default;
}
.prodtable_footer
{
	color: #000000; 
	background-color: #ffffff;
	font-size: 10px;
	padding: 5px;
}
.breadcrumb
{
	font-size: 12px;
}

.cart_notes_black {
	font-size: 14px;
	color: #000000;
}
.cart_notes_red {
	font-size: 14px;
	color: #CC0000;
}
.order_heading {
	color: #FFFFFF; 
	background-color: #000000;
	font-weight: bold; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	margin: 0px;
	border-bottom:0px;
	border-left: 0px;
	border-right: 0px;
}
.conftable_heading 
{	
	color: #0000CC; 
	background-color:#ffffff;
	font-weight: bold; 
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	margin: 0px;
	border-bottom:2px;
	border-left: 2px;
	border-right: 2px;
}

/* Button Rollovers */

#cart_no_account {			/* Format for the main menu list items tag */
	PADDING: 0px;
	MARGIN: 0px 0px; 	/* Use these to position the graphics for internet explorer */
	LIST-STYLE-TYPE: none; 
	z-index: 10; 		/* Set the stack order of objects that are layered (highest nbr is on top) */
}
#cart_no_account LI A {
	DISPLAY: block; 	/* A block has some whitespace above and below it, nothing beside it */
	BACKGROUND: url(../images/buttons/cart_no_account.gif); 
	WIDTH: 254px; 		/* Must match width of image */
	HEIGHT: 37px; 		/* Must match height of image */
}
#cart_no_account LI A:visited {
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/cart_no_account.gif); 
	WIDTH: 254px; 		/* Must match width of image */
	HEIGHT: 37px; 		/* Must match height of image */
}
#cart_no_account LI A:hover {
	BACKGROUND: url(../images/buttons/cart_no_account_glow.gif); 
}

#contact_new_account {			/* Format for the main menu list items tag */
	PADDING: 0px;
	MARGIN: 0px 0px; 	/* Use these to position the graphics for internet explorer */
	LIST-STYLE-TYPE: none; 
	z-index: 10; 		/* Set the stack order of objects that are layered (highest nbr is on top) */
}
#contact_new_account LI A {
	DISPLAY: block; 	/* A block has some whitespace above and below it, nothing beside it */
	BACKGROUND: url(../images/buttons/contact_new_account.gif); 
	WIDTH: 199px; 		/* Must match width of image */
	HEIGHT: 37px; 		/* Must match height of image */
}
#contact_new_account LI A:visited {
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/contact_new_account.gif); 
	WIDTH: 199px; 		/* Must match width of image */
	HEIGHT: 37px; 		/* Must match height of image */
}
#contact_new_account LI A:hover {
	BACKGROUND: url(../images/buttons/contact_new_account_glow.gif); 
}

#contact_pwd_retrieve {			/* Format for the main menu list items tag */
	PADDING: 0px;
	MARGIN: 0px 0px; 	/* Use these to position the graphics for internet explorer */
	LIST-STYLE-TYPE: none; 
	z-index: 10; 		/* Set the stack order of objects that are layered (highest nbr is on top) */
}
#contact_pwd_retrieve LI A {
	DISPLAY: block; 	/* A block has some whitespace above and below it, nothing beside it */
	BACKGROUND: url(../images/buttons/contact_pwd_retrieve.gif); 
	WIDTH: 148px; 		/* Must match width of image */
	HEIGHT: 27px; 		/* Must match height of image */
}
#contact_pwd_retrieve LI A:visited {
	DISPLAY: block; 
	BACKGROUND: url(../images/buttons/contact_pwd_retrieve.gif); 
	WIDTH: 148px; 		/* Must match width of image */
	HEIGHT: 27px; 		/* Must match height of image */
}
#contact_pwd_retrieve LI A:hover {
	BACKGROUND: url(../images/buttons/contact_pwd_retrieve_glow.gif); 
}

/* quote display for print settings */
.quote_text {
	font-size:10px;
}
.quote_black_italic {
	font-size: 10px;
	font-style: italic;
}
.quote_red_italic {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.quote_nbr {
	font-size: 12px;
	font-weight: bold;
}
.quote_black_bold {
	font-size: 10px;
	font-weight: bold;
}
.quote_table_borders {
	border: 1px solid #666666;
}
.quote_table_borders TD {
	border: 1px solid #AAAAAA;
	padding: 5px;
}

/* Product Group Sub menu formatting */
 .product_group_submenu {
	/* background-image:url(../images/general/productgrp_menu_backgnd.gif); 
	background-repeat:repeat-x;  */
	background-color:#444444;
	color:#FFF;
	font-size:14px;
} 
.product_group_submenu a {color:#fff; text-decoration:underline;}
.product_group_submenu a:visited {color:#fff; text-decoration:underline;}
.product_group_submenu a:active {color:#fff; text-decoration:underline;}
.product_group_submenu a:hover {color:#ff0; text-decoration:underline;}


/* New Styles added for picture box display */
#product_picbox {
	border: 1px solid #ccc;	/* setup full border */
	border-top: 0px;	/* erase the top border */
	background: #ccc;
	padding-top: 10px;	/* control positioning of products */
	padding-bottom: 10px; /* control positioning of products */
	padding-left: 20px;	/* control positioning of products */
	padding-right: 20px; /* control positioning of products */
}
#product_picbox p {		/* Reformat standard paragraph element */
  display:block;			/* No automatic line breaks inserted at completion of paragraph */	
}
#product_picbox_gap {	
	border: 1px solid #ccc;	/* setup full border */
	border-top: 0px;	/* erase the top border */
	border-bottom: 0px; /* erase the top border */
	background: #ccc;
}
.picbox_heading {
	font-size: 20px;	
	color: #00C;
	margin:0px;
	padding-top:5px;	/* control spacing above colleciton heading */
	padding-bottom:15px;	/* control spacing below colleciton heading */
}
.picbox_image {
	border: 1px solid #000;	/* setup full border */
	padding: 0px;	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#fff;
}
.picbox_desc {
	height: 2.5em; /* added to ensure one line description still gets a full grey background to match 2 line desc ('em' scales with font size). */
	border: 1px solid #000;	/* setup full border */
	border-top: 0px;	/* erase the top border */
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#666;
	color:#fff;
	font-size:12px;
}
.picbox_desc a {
	text-decoration:none;
	color:inherit;
}
.picbox_desc a:visited {
	text-decoration:none;
	color:inherit;
}
.picbox_desc a:active {
	text-decoration:none;
	color:inherit;
}
.picbox_desc a:hover {
	text-decoration:none;
	color:#FF0;
}

.picbox_desc2 {
	border: 1px solid #000;	/* setup full border */
	border-left:0px; /* erase left border */
	padding-left:12px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#666;
	color:#fff;
	font-size:12px;
}
.picbox_desc2 a {
	text-decoration:none;
	color:inherit;
}
.picbox_desc2 a:visited {
	text-decoration:none;
	color:inherit;
}
.picbox_desc2 a:active {
	text-decoration:none;
	color:inherit;
}
.picbox_desc2 a:hover {
	text-decoration:none;
	color:#FF0;
}

/* new submenu styles */
#subheader_top {
	background-image: url(/images/menu/subheader_top.gif);
	overflow:hidden;
	width:760px;
	height: 15px;
}

#subheader_middle {
	background-image: url(/images/menu/subheader_middle.gif);
	overflow:hidden;
	background-repeat: repeat-y;
	background-attachment: scroll;
	width:760px;
	padding-left:15px;
}

#subheader_bottom {
	background-image: url(/images/menu/subheader_bottom.gif);
	overflow:hidden;
	width:760px;
	height: 8px;
}

#subheader_bottom2 {
	background-image: url(/images/menu/subheader_bottom2.gif);  /* thicker base */
	overflow:hidden;
	width:760px;
	height: 13px;
}

#subheader_menu_base {
	background-image: url(/images/menu/subheader_menu_base.gif);
	overflow:hidden;
	width:760px;
	height: 12px;
}

