﻿a {
	color: #73341C;
	text-decoration: underline;
}
h3 {
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
	color: #800000;
	font-size: 17px;
}
h4 {
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
	color: #800000;
	font-size: 18px;
	text-transform: none;
}
.sub_titles,.sub_titles a {
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
	color: #73341C;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration:none;
}
input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.indent25 {
	margin-left: 25px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #716949;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#qtybox {
	width: auto;
	padding-top: 25px;
	vertical-align: bottom;
	float: right;
}

/* Start Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
	background-color: #313131;
}

.mattblacktabs{
width:760px;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font-family: "Georgia, Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px 3px 10px; /*padding inside each tab*/
	border-right: 0px solid white;/*right divider between tabs*/
	color: #bb6f1e;	
	background: #313131;; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #bb6f1e;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: none; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#F7E8BD;
}

/* End Navigation */

.container {
	border-color: #716949;
	border-width: 5px;
	border-style: solid;
	text-align: center;
}
.content {
	margin: 10px;
}
/******** Special Style Classes used in the cart and orderform template *********/
.cartHeader {
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px 0px 1px 1px;
}
.cartHeaderEnd {
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px 1px 1px 1px;
}
.cartRow {
	background-color: #F5F5F5;
	vertical-align: top;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 0px 0px 1px 1px;
}
.cartRowEnd {
	background-color: #F5F5F5;
	vertical-align: top;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 0px 1px 1px 1px;
}
.cartFooter {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.pncurrent {
	color: Red;
}
/* Start Magnify Image */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span {
	/*CSS for enlarged image*/
    position: absolute;
	background-color: white;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/
    border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	/*CSS for enlarged image on hover*/
    visibility: visible; /*	position where enlarged image should offset horizontally
		from the right edge of the thumbnail.

		if you move the image to the left side of the page,
		use left: 0 instead.
	*/;
	left: 0;
}
.content {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: left;
}
.logo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.detail_content {
	text-align: left;
}
.photo_right {
	margin-left: 20px;
	margin-right: 10px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	float: right;
}
.photo_left {
	margin-left: 10px;
	margin-right: 20px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	float: left;
}
.intro {
	font-size: 115%;
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
}
.highlight {
	border-style: solid;
	background-color: #F7E8BD;
}
/* End Magnify Image */

