/*-----------------------  GENERAL Background  -------------------------*/
#catalogbottom { /* this is only for catalog pages which either have or not a sub-catalog */
	background: #dfbf86 url('../images/catalog_bottom.jpg') no-repeat left 50%;
	height: 220px;
}
#catalogbottomempty {  /* this is only for catalog pages which either have or not a sub-catalog */
	background: #dfbf86 url('../images/catalog_bottom_empty.jpg') no-repeat left 50%;
	height: 220px;
	/*width: 1002px;*/	
	position:relative; /*delete from here if problems */
	top:-5px;
	display:block;
}
#catalogbottomshort {  /* this is for all short catalog pages without sub-catalog  */
	background: #dfbf86 url('../images/catalog_bottom_short.jpg') no-repeat left 50%;
	height: 65px;
	position:relative; /*delete from here if problems */
	top:-5px;
	display:block;
}
#leftBottomCatalog {  /* this is for all pages which do not use the sub-catalog TR  */
	width: 190px;
	height: 220px;
	background-position: top;
	background-image: url('../images/left_bottom_catalog.jpg');
	background-repeat: no-repeat;
	position:relative; 
	*left: 0px !important;
	left: 0px;
	/*delete from here if problems */
	top:-5px;
	display:block;
}

*html #homepage #leftBottomCatalog {
	left: -8px;} /* this IS the IE6 hack, note the html!!! */

/*-----------------------  TEXT BOX  -------------------------*/
#catalogitemtext {
	background-color: #f2e3bc;
	display:block;
	padding-bottom:25px;
}
#phototext {
	width: 378px;
	padding-top: 5px;
}
#textstretchleft {
	width: 48px;
	height: auto;
	background-image: url('../images/parchment_left_short.jpg');
	background-repeat: repeat-y;
}
#textstretchmiddle {
	width: 282px;
	height: auto;
	background-image: url('../images/parchment_pattern.jpg');
	background-repeat: repeat-y;
}
#textstretchright {
	width: 48px;
	height: auto;
	background-image: url('../images/parchment_right_short.jpg');
	background-repeat: repeat-y;
}
#text {
	text-align: left;
	position: relative;
	top: -250px;
	margin-bottom: -250px;
}
/*-----------------------  PHOTO BOX  -------------------------*/
#photobox {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 30px;
}
#photobox .corner2 {
	width: 36px;
	height: 36px;
}
#photobox .horizontalTop {
	width: auto;
	height: 36px;
	background-image: url('../images/photo_top_center.jpg');
	background-repeat: repeat-x;
}
#photobox .horizontalBottom {
	width: auto;
	height: 36px;
	background-image: url('../images/photo_bottom_center.jpg');
	background-repeat: repeat-x;
}
#photobox .verticalLeft {
	width: 36px;
	height: auto;
	background-image: url('../images/photo_middle_left.jpg');
	background-repeat: repeat-y;
}
#photobox .verticalRight {
	width: 36px;
	height: auto;
	background-image: url('../images/photo_middle_right.jpg');
	background-repeat: repeat-y;
}
#photobox .middle {
	width: auto;
	height: auto;
	background-image: url('../images/photo_middle_background.jpg');
	background-repeat: repeat;
}
#photobox img {
	border-width: 3px;
	border-style: solid;
	border-color: #003300;
}
#photobox .corner img {
	border: 0px none;
}
/*-----------------------  CATALOG CATEGORIES PAGES  -------------------------*/
#catalog {
	margin: 0 auto;
	width: 95%;
	margin-top: 11px;
	margin-bottom: 30px;
	text-align: left;
}
#breadcrumbs {
	width: 100%;
	text-align: center;
	border-top: 1px solid #b18562;
	height: 50px;
}
#items {
	text-align: center;
}
#lastlink {
	width: 150px;
	padding: 10px 0 0 5px;
	text-align: left;
}
#nextlink {
	padding: 10px 0 0 5px;
	text-align: left;
	width: 150px;
}
#navlinks {
	padding: 10px 0 0 5px;
	text-align: left;
	width: 307px;
}
#viewall {
	padding: 10px 5px 0 0;
	text-align: right;
}
/*-----------------------  CATALOG SINGLE ITEM PAGE (Upper Part)  -------------------------*/
.breadcrumb {
	width: 100%;
	text-align: center;
	color: #874e31;
}
/*.enlarge {}*/
.tagline {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	color: #522e0e;
}
.description {}
.insert {
	font-weight: bold;
	color: #562a21;
}

.standout {
	font-style: italic;
	padding-top: 10px;
}
.strong {font-weight: bold;}
.special {color: #790000;}
.navigate {}
.price {}

.add2cart {
	background: url('../images/add2cartHigh.jpg') no-repeat left top;
	height: 34px;
	width: 84px;
	}

.add2cart img {
	border: 0;
}
.add2cart a:hover img {
	visibility: hidden;
}
 .add2cart a {
	display: block;
	color: #A2422B;
	white-space: nowrap;
}
 .add2cart a:hover {
	/*display: block;*/
	color: #d02200;
}

a.largelink {
	display:block;
	margin-bottom:20px;
	padding-left:10px;
}
a.largelink:link, a.largelink:visited {
	font-family: Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	color: #996633;
}

a.largelink:hover {
	color: #b18562;
	/*background-color: #dcc79e;*/
}
a.largelink:active {
	color: #996633;
	/*
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #fff;
	border:none;*/
}
#text tbody tr td.description p i font {
color: #d02200;	
}
p {}


td.description a:link, td.description a:visited {
	text-decoration: underline;
	color: #d02200;
}

td.description a:hover, td.description a:active {
	color: #996633;
}

/*-----------------------  SUB-CATALOG AREA (Lower Part  -------------------------*/
/*
#send_a_hint {
	font-variant: small-caps;
	font-size: 16px;
	color: #522e0e;
	text-align: left;
	padding-left: 200px;
	margin-top: -20px;
}
#send_a_hint a {
	text-decoration: underline;
	color: #d02200;
}
#send_a_hint a:hover {
	text-decoration: none;
	color: #b18562;
}*/
.sendhint {
	font-variant: small-caps;
	font-size: 16px;
	color: #522e0e;
	text-align: left;
}
a:link.sendhint, a:visited.sendhint  {
	text-decoration: underline;
	color: #A2422B;
}
a:hover.sendhint, a:active.sendhint {
	text-decoration: none;
	/*color: #b18562;*/
	color: #d02200;
}
.style2 {font-variant: small-caps;}


#sub_catalog {}
#related {}

.related_item {
	width: 110px;
	height: 85px;
	background-position: top left;
	background-image: url('../images/relateditem.jpg');
	background-repeat: no-repeat;
}
.related_text {}
.related_price {}


/*-----------------------  GENERAL STYLING  -------------------------*/

a:link, a:visited {
	color:#BA4838;
}
a:hover, a:active {
	color:#d02200;
}
