@charset "utf-8";
/* CSS Document */

body {
margin:1px;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#090;
}

#container{
	position:relative;

	height: 960px;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../pics/shopBg.gif);
	background-repeat: no-repeat;
}
#topmenu{
position:absolute;
width:501px;
height:24px;
top: 165px;
left:185px;
}
#paging{
	text-align:right;
	width:543px;
	height:20px;
	top: 0px;
	left:57px;
	position:absolute;
}
#pagingbottom{
text-align:right;
width:400px;
height:20px;
bottom: 0px;
left:200px;
position:absolute;
}
#content{
	position:absolute;
	width:620px;
	height:670px;
	top: 210px;
	left:55px;
}
#baskettext{
position:absolute;
width:120px;
height:20px;
top: 95px;
left:760px;
font-size:10px;
}

#basketempty{
position:absolute;
width:22px;
height:22px;
top: 120px;
left:760px;

}

#basketview{
position:absolute;
width:22px;
height:22px;
top: 120px;
left:790px;

}
#preview{
	position:absolute;
	width:700px;
	height:700px;
	top: -150px;
	left:-25px;
	text-align:center;
	visibility: hidden;
	background-attachment: scroll;
	background-image: url(../pics/largeimageBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 25;
}

#rightpanel{
	position:absolute;
	width:180px;
	height:500px;
	top: 300px;
	left:740px;

}

#footer{
position:absolute;
width:665px;
height:50px;
top: 900px;
left:29px;
text-align:center;

}a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
h1{
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;}
.formfieldsmall{
	width:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}
.formfieldmedium {
	width:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}
.formfieldlarge {
	width:160px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color: #666666;
}
.buttoncomplete {
	background-image: url(../pics/completepurchasebutton.gif);
	height: 25px;
	width: 170px;
	background-color: #009900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	border: thin solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: right center;
}
.outofstock{
color:#FF0000;}
.formfieldxlarge {
	width:220px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color: #666666;
}
.postTable{
	border: thin dotted #FF0000;
}
.postTablethickBottom{
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #FF0000;
}
.postTablethinBottom{
border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;}
#searcharea{
position:absolute;
width:140px;
height:20px;
top: 225px;
left:755px;
font-size:10px;
}
#tc{
font-size:9px;
}
.red{
color:#FF0000;
}#msgarea{
	position:absolute;
	width:640px;
	height:100px;
	top: 191px;
	left:131px;
	font-size:12px;
	z-index:50;
	background-image:url(../pics/messageareaBG.gif);
}
#dismiss{
position:absolute;
width:100px;
height:20px;
bottom: 5px;
right:50px;
}
#txtmessage{
	position:absolute;
	width:600px;
	height:60px;
	top: 20px;
	left: 20px;
	
}