﻿a {
	color: #BB6F1E;
	text-decoration: none;
}
h3 {
	font-family: Gerogia, "Times New Roman", Times, serif;
	color: #800000;
	font-size: 17px;
}
h4 {
	font-family: Gerogia, "Times New Roman", Times, serif;
	color: #800000;
	font-size: 16px;
	text-transform: uppercase;
}
input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Gerogia, "Times New Roman", Times, serif;
	color: #5C4033;
	font-size: 14px;
	text-align: left;
}

.indent25 {
	margin-left: 25px;
}
th {
	font-family: Gerogia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #716949;
}
td {
	font-family: Gerogia, "Times New Roman", Times, serif;
	color: #5C4033;
	font-size: 14px;
	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/ */
#chromemenu {
	width: auto;
	font-weight: bold;
	font-size: 85%;
	font-family: Gerogia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#chromemenu:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#chromemenu ul {
	border: 0px #BBB solid;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}
#chromemenu ul li {
	display: inline;
}
#chromemenu ul li a {
	color: #bb6f1e;
	padding: 5px 10px 5px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 0px #716949 solid;
}
#chromemenu ul li a:hover {
	color: #F7E8BD;
}
/* End Navigation */
.container {
	border-color: #716949;
	border-width: 10px;
	border-style: solid;
	background-image: url('images/background_body.jpg');
	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;
}
.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;
}
.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: 120%;
	font-family: Gerogia, "Times New Roman", Times, serif;
}
.alante_a {
	margin-left: 74px;
}

/* End Magnify Image */
