﻿a.subnav:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnav:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.subnav:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnav:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.titles {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	text-align: justify;
}


a.mfglink:link {
	font-size: 12px;
	color:#0000A0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bold;

}

a.mfglink:visited {
	font-size: 12px;
	color:#0000A0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:bold;

}

a.mfglink:hover {
	font-size: 12px;
	color:#0000A0;	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
		font-weight:bold;
		border:thin;
		border-style:solid;
}

.mfggrey {
	font-size: 12px;
	color:gray;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
	font-weight:bold;

}


.divborder{
	border-style:groove;
	border-color:red;
	border-width:5px;
}
.inborder{
border-color:#0000A0;
border-style:ridge;border-width:5px;
	
}

.boldhdr
{
	color:red;
	font:Arial;
	font-size:18px;
	font-weight:bold;
}

a.boldhdrlink:link
{
	color:red;
	font:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}
.boldhdrlink:hover
{
	color:red;
	font:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.boldhdrlink:visited
{
	color:red;
	font:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

.colhdr {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border: thin;
	border-color: black;
	border-style: solid;
}

a.pagebuttonoff:link{
	background-image:url('/images/pagebuttonoff.png');
	background-position:center;
	background-repeat:no-repeat;
		text-align:center;
		text-decoration:none;
		color:black;
	width:23px;
	height:23px;
	display:block;
	margin-left:2px;
	margin-right:2px;	text-decoration:none;
}

a.pagebuttonoff:hover{
	background-image:url('/images/pagebuttonoff.png');
	background-position:center;
	background-repeat:no-repeat;
			color:black;
		display:block;
		text-align:center;
		width:23px;
			height:23px;
	margin-left:2px;
	margin-right:2px;	text-decoration:none;

}

a.pagebuttonoff:visited{
	background-image:url('/images/pagebuttonoff.png');
	background-position:center;
	background-repeat:no-repeat;
			color:black;
	display:block;
		text-align:center;
	width:23px;
		height:23px;
	margin-left:2px;
	margin-right:2px;	text-decoration:none;

}


.pagebuttonon{
	background-image:url('/images/pagebuttonon.png');
	background-position:center;
	background-repeat:no-repeat;
			color:black;
	display:block;
	text-align:center;

		width:23px;
			height:23px;
	margin-left:2px;
	margin-right:2px;	text-decoration:none;

}




/* @group SHOPPING CART */

/************************************/
/* SHOPPING CART (image and link!) */
/************************************/

#shopping {
	position: relative;
}

#cartDiv {
	float: left;
	position: absolute;
	right: 42px;
	top: -68px;
	width: 109px;
	height: 98px;
}
html*#cartDiv {
	*top:-73px!important;/*IE7*/
}

#cartDiv a {	
	display: block;
	width: 109px;
	height: 98px;
}
html*#cartDiv a { 	
	_display:block;
	_float:right;
	_position:absolute;
	right:-524px;/*IE6*/
}
#cartDiv a:link, #shopping #cartDiv a:visited {
	background-image: none;
	display:block;;
	width: 109px;
	height: 98px;
}
#cartDiv a:active, #shopping #cartDiv a:hover {
/*	background: url(/images/bkgrd-cart.jpg) no-repeat;*/
	display:block;
	width: 109px;
	height: 98px;
	z-index:10;
}


/* @end */

/* @group SEARCH FORM */


/************************************/
/*-------- SEARCH BAND -------*/
/************************************/
#search-form {
	position: absolute;
	right: 163px;
	top: 12px;
	width: 153px;
	background-color: #f5e7d6;
	white-space: nowrap;
	}
html*#search-form {
	/* following is for IE7 */
	*top:7px;
	*right:165px;
	/* following is for IE6 */
	_right:310px;
}
#search-button {
	float:right;
	position:relative;
	right:2px;
	/*z-index:50;*/
}
	
#search-form a {
	height:14px;
	width:24px;
	display:block;
	z-index:20; 
	background-image: url('images/btn-goHigh.png');
	background-repeat: no-repeat;
}
html*#search-form a { 
	/* for IE6 */
	_position:absolute;
	_left: -175px;
	_background-image: none;
}
#search-form a:hover img, #search-form a:active img {
	visibility:hidden;
}

#search-keywords {
	background-color: #f5e7d6;
	font-size: 95%;
	width: 122px;
	position:absolute;
	top:0px;
	left:3px;
	/*z-index:10;*/
}
html*#search-keywords {	
	*top:0px!important;/*IE7*/
	_left:-305px;/*IE6*/
	
}
/* @end */

/* @group CATALOG */
/************************************/
/*-------- CATALOG -------*/
/************************************/

#itemcontent {/*this is the page title area*/}

#store, #storeNav {
/*	background: url('/images/bkgrd-store-frame.jpg') repeat-y scroll left top;*/
}

#store.itemblock, #storeNav.itemblock {
	display:block;
	height:auto;
	padding-bottom:0pt;
	width:100%;
}
#store .itemleft {}

#store .itemright {
	text-align:left;
	width:295px;
}
/*.frame {
	/*margin:0 auto;*/
	/*height: 10px;
	width: 714px;
	clear: both;
	background-color: #F5E7D6;
}*/
.frameTop {
	margin:0 auto;
	height: 10px;
	width: 100%;
	clear: both;
	background-color: #F5E7D6;
	margin-top:-10px;
	padding-top:10px;
}
html*.frameTop { 
	*margin-top:0px;
}
.frameBottom {
	margin:0 auto;
	height: 10px;
	width: 1024px;
	clear: both;
	background-color: #F5E7D6;
	margin-bottom:-10px;
	padding-bottom:20px;
}
html*.frameBottom { 
	_margin-bottom:-10px;
	_padding-bottom: 20px;
}
.price{
	font-size:11pt;
}

#products {
	margin:0 auto;
	width:680px;
	position:relative;
	/*left: -5px;*/
	top:0px;
	overflow:visible;
	margin-bottom:10px;
}
html*#products  { 
	_padding-bottom:20px;
}	

.item {
	margin:0 auto 20px;
	width:600px;
	position:relative;
	/*left: -5px;*/	
	top:10px;
}
html*.item  { 
	_padding-bottom:20px;
}	
.itemsquare {
	position:relative;
	float:left;
	width:160px;
	height:205px;
	border:2px red solid;
	margin:12px;
	padding:0;
	text-align:center;
}
.itemmfr {
	position: relative;
	float: left;
	width: 150px;
	height: 20px;
	border: 1px #ddd4c7 solid;
	margin: 9px;
	padding: 0;
	text-align: center;
	line-height: 20px;
	font-variant: small-caps;
	background-color:#80684d;
}
.itemmfr a {
	display:block;
}
.itemmfr a:link, .itemmfr a:visited {
	color:#faf5f1;
}
.itemmfr a:hover, .itemmfr a:active {
	background-color:#660000;
}

#store h1 {
	padding-bottom:0;
}
#store h4 {
	font-weight: normal
}
#store p {
	color:#2a1a00;
	font-weight:normal;
}
#store p.price {
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}
#store .itemright img.button { 
/* modifies the buttons on the single item list */
	width: 95px;
	height: 25px;
	padding:0;
	margin:0;
}

/*************** CATALOG LISTING PAGE ********************/


#catalog .photo img {
	margin:1px;
	width: 111px;
	height: 83px;
}

#catalog .itemleft {
	width:100px;
}
#catalog #store .itemright {
	text-align:left;
	width:365px;
	position:relative;
}
/*#catalog #store h3 {
	font-size:125%;
	padding-top:3px;
	padding-bottom:10px;
}*/

#catalog #store a {
	text-decoration:none;
}

#catalog .priceline {
	height: 25px;
	position: absolute;
	top: 78px;
	width: 100%;
}
#catalog .priceline .right {
	position:relative;
	top:-41px;
}
#catalog #store p.price {
	font-weight:bold;
	height: auto;
	margin:0pt;
	padding:0px;
}
#catalog .priceline span {
	float:right;
	position:absolute;
	right:105px;
}
#catalog .priceline em {
	line-height:27px;
	margin:0pt;
	padding:0px;
	padding-left: 10px;
}
#catalog .priceline strong {
	line-height:27px;
	margin:0pt;
	padding:0px;
	padding-left:5px;
	font-weight:bold;
}
#catalog #store .itemsquare img.button {
	width:37px;
	height:24px;
	padding:0px;
	margin:0;
	float:right;
	display:block;
}
#catalog #store img.button {
	float:right;
	display:block;
	width: 95px;
	height: 25px;
	padding:0;
	margin:0;
}
/******************* MISC ****************/
#breadcrumb {
	width:95%;
	margin: 0 auto -15px;
	/*if the above gives problems or a higher band is nicer:
	margin:0pt auto;
	position:relative;
	top:7px;*/
}
.itemcontent .buffer {
	display:block;
	height:1px;
	margin:15pt auto;
	width:714px;
}

html*#itemcontent .buffer {
	*margin:-15px auto!important;
}

.item p > b {
	font-size:100%;
	color:#80684d;
}

/* @end */


/* @group SQUARE CATALOG LISTING */

/************************************/
/*-------- SQUARE CATALOG -------*/
/************************************/

.itemsquare .photo {
/*background:transparent url(/images/bkgrd-item-thumb.png) no-repeat scroll center top;*/
display:block;
/*height:102px; */
margin:8px auto 3px auto;
width:112px;
}

.itemsquare .caption {
	margin:0pt auto;
	position:relative;
	top:0;
	width:150px;
	height: 100px;
	overflow: auto;
}

.itemsquare .caption h3 {
	clear:both;
	margin:2px auto 0px auto;
}

.itemsquare .caption h3 a {
	color:#A02000;
	font-family:Palatino,"Palatino Linotype","Times New Roman",serif;
	font-size:14px;
}

/* @end */

/* @group SHOPPING page */

#shopping .photo {
/*	height:102px;*/
	width:102px;
/*	background: url('/images/bkgrd-item-thumb.png') no-repeat scroll center top;	*/
	display:block;
	margin:0 auto 10px auto;
}
#shopping .photo img {
	margin:1px;
	width: 100px;
	height: 100px;
}

#shopping .itemleft {
	width:100px;
}
#shopping #store .itemright {
	text-align:left;
	width:480px;
	position:relative;
}

html*#shopping #store .featured .itemright {
	_width:475px;
}

#shopping #store h3 {
	font-size:125%;
	padding-top:3px;
	padding-bottom:10px;
}

#shopping #store h3 a {
	color:#A02000;
	font-family:Palatino,"Palatino Linotype","Times New Roman",serif;
}
#shopping #store a {
	text-decoration:none;
}

#shopping #store p {
	height:33px;
	overflow:hidden;
}

#shopping .priceline {
	height: 25px;
	position: absolute;
	top: 78px;
	width: 100%;
}
#shopping .priceline .right { 
	width: 300px;
	position: relative;
	top:-7px;
}

#shopping .featured .priceline .right { 
	width: 300px;
	position: relative;
	top:0px;
}

#shopping #store p.price {
	font-weight:bold;
	height:auto;
	margin:0pt;
	padding:0px;
	float: left;
}

#shopping .priceline span {
	float:right;
	position:absolute;
	right:105px;
}
#shopping .priceline em {
	line-height:27px;
	margin:0pt;
	padding:0px;
	padding-left: 10px;
}
#shopping .priceline strong {
	line-height:27px;
	margin:0pt;
	padding:0px;
	padding-left:5px;
	font-weight:bold;
}
#shopping #store img.button {
	float:right;
	display:block;
	width: 95px;
	height: 25px;
	padding:0;
	margin:0 0 0 15px;
}



/* @end */

/* @group SINGLE ITEM page */

#itempage #item { 
	width: 670px;
	height: auto;
	margin: 10px auto;
	position: relative;
}
#itempage .itemleft { 
	width: 250px;
	margin: 10px 20px 10px 10px;
}
#itempage .itemright { 
	width: 360px;
	float: left;
	margin: 5px;
}
#itempage #item #photo {
	height:250px;
	width:250px;	
	display:block;
	margin:0 auto;
	background-color: #fff;
	border: 1px #ddd4c7 solid;
	position: relative;
	left: -1px;
}
#itempage #item #photo img {
	display: block;
	margin: 0 auto;
}

#itempage #item #priceline { 
	margin: 0;
	float: right;
	display: block;
	width:175px;
	height: auto;
	position: relative;
}

#itempage #item p.price { 
float: right;
display: block;
line-height: 20px;
padding: 0;
font-size: 16px;

}
#itempage #item p { 
	padding-top: 10px;
	padding-bottom: 5px;
}
#itempage #item p strong { 
	font-size: 12px;
	color: #bc8b80;
}
#itempage #item .click2enlarge { 
	width: 77px;
	height: 16px;
	margin: 5px 86px;
}
#itempage #item .button {}

#related {
	height:100px;
	margin-bottom:50px;
}
#related .itemblock {
height:80px;
overflow:visible;
}
#related .itemsquare {
height:150px;
}
#related .photo img {
	height:83px;
	margin:1px;
	width:111px;
}
#related h2 {
	margin-left:9px;
}
/* @end */

