html, body
{
	background: #414141; margin:0px; padding:0px; font-family:Verdana; font-size:12px;
}
img
{
	border:0px;
}
.heading
{
    padding:20px 20px 20px 40px;
}
.main
{
	margin:0px auto 0px auto; width:790px;
}
a, a:active, a:visited
{
	color:Black;
}
.colthumb a:hover { background-image:url(Images/bkgCollectionThumbFade.png); }
.logo
{
	padding:18px 0px 0px 0px;
	width:793px;
	height:106px;
	text-align:center;
}
.topnav
{
	padding:0px 0px 0px 0px;
	width:793px;
	height:35px;
}
.topnav img
{
	float:left;
}
div.checkout
{

}
.checkout input, option, textarea, select, td
{
	font-size:11px;
	margin:0px;
}
h1
{
    padding:0px 40px; margin:0px 0px 10px 0px; height:24px; width:702px; border-bottom:solid 2px Black; border-top:solid 2px Black; font-size:16px; line-height:24px; background-color:#f0e7cc; font-family:Courier New; font-weight:bold;
}
.popup a, .popup a:active, .popup a:visited { float:none; width:103px; display:block; color:White; background-color:#573a1d; padding:5px 10px; margin-top:5px; text-decoration:none; text-align:center; text-transform:uppercase; font-size:11px; }
.popup a:hover { background-color: #859884; }
.topnav a.active { float:left; display:block; background-color: #139ee6;}
.topnav a { float:left; display:block; background-color: #e6d9e7}
.topnav a:hover { background-color: #139ee6}
.contentframe
{
	width:790px;
}
.content
{
    width:782px;
    float:left;
    background-color:White;
}
.botnav
{
	margin-top:12px;
	color:#ff9999;
	font-size:10px;
	font-family:Tahoma;
	border-top:1px solid #ff9999;
	border-bottom:1px solid #ff9999;
	width:100%;
	height:24px;
	padding:5px 0px 5px 0px;
}
.botnav a { color:#ff9999; font-family:Tahoma; text-decoration:none; font-size:10px; float:left; }
.scrollpanel
{
	padding:20px; width:742px;
}


.container {
min-width: 950px;
min-height:550px;
margin-top: 0%;
display:block;
clear:both;
}

.modal
{
    background-color:Gray;
    position:fixed;
	filter:alpha(opacity=70);
	opacity:0.7;
}
* html .modal {
    position: absolute;
    width:100%; height:100%;
}
.modalClear
{
    background-color:Gray;
	filter:alpha(opacity=100);
	opacity:1;
}

.box {
    position: fixed;
}
* html .box {
    position: absolute;
}