/* styles/site.css */
.panelContainer{
	
	width: 15000px;
	*width: 15000px;
	height: 720px;
	*height: 720px;
	z-index: 1;
}

.panelContainer2productPages{
	
	width: 14113px;
	*width: 14113px;
	height: 720px;
	*height: 720px;
	z-index: 1;
}

.panelContainer1productPage{
	
	width: 13324px;
	*width: 13324px;
	height: 720px;
	*height: 720px;
	z-index: 1;
}

.whiteBorder{
	width: 838px;
	*width: 868px;
	height: 720px;
	*height: 740px;
	
	margin-top: 1px;
	margin-right: 1px;
	padding: 14px 15px;
	background-color: #fff;
	
	margin-right: 14px;
	margin-top: 4px;
}

.innerBorder{
	width: 838px;
	height: 721px;
	background-color: #f4f5f0;
}
.contentsArea{
	margin-left:12px;
	margin-right:12px;
}
#basketArea{
	margin-right: 10px;
	height: 432px;
	overflow:auto;
}
textarea{
	margin-left: 10px;
	margin-right: 20px;
}
#loginErrorMessage, .required{
	color: #ff0000;
}
.link{
	text-decoration: underline;
}
.dialogContents{
	margin-left: 20px; 
	margin-right: 20px;
}
.modalClose{
	text-align: right;
	float: right;
	margin-right: -20px;
}
.modalClose img{
	vertical-align: top;
}

.gallery {
	height: 235px;
	/*position: relative;*/
	background: #FFFFFF;
	overflow: hidden;
}

.gallery img {
	height: 235px;
	width: 1200px
	display: block;
}

#dialogProductImage{
	text-align: center;
}

#dialogProductDescription{
	height: 100px;
	text-align: center;
	padding: 10px;
}

#dialogControls{
	padding: 10px;
	text-align: center;
}

.panel{
	float:left;
	margin-bottom: 10px;
}

.horizontalBar{
	background-image: url("../images/horizontalBar.jpg");
	background-repeat: repeat-x;
	margin-left:5px;
	margin-right:5px;
	height: 1px;
	*height: 1px;*
}

.productPageImage{
	width: 262px;
	height: 144px;
	text-align: center;
}

.productPageDescription{
	text-align: center;
	line-height: 12px;
	padding-bottom: 3px;
}

.panelTable{
	width: 100%;
	*width: 97%;*
}

a, a:visited, a:link{
	color: #5b471c;
	text-decoration: none;
}

a:hover, a:active{
	color: #cccc99;
}

/* styles/styles2.css */
body {
	margin-top: 0px;
}	
.menutext {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #336633;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.title {
	font-family: "Times New Roman", Times;
	font-size: 14px;
	font-weight: normal;
	color: #5B471C;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.bodytext {
	font-family: "Times New Roman", Times;
	font-size: 11px;
	color: #5B471C;
}
.bodytextlg {
	font-family: "Times New Roman", Times;
	font-size: 12px;
	color: #5B471C;
}
.bodytext2 {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-align: justify;	
}	
.bodytextsmllt {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #C2B8A6;
	text-align: justify;
}
	
.bodytextsml {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #5A481B;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.smltext {
	font-family: "Times New Roman", Times;
	font-size: 9px;
	color: #666666;
