* {
	margin:0;
	padding:0;
}

html { overflow-y: scroll; }

body {
	background-image:url(../images/jigback.jpg);
	background-repeat: repeat;
}

#sidebar1  p {
	font-size: 0.8em;
}

#sidebar1 #dets {
	background-color: #32B8F7;
	padding-top: 25px;
	padding-bottom: 25px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-left-color: #000;
}

#container #h-navbar {
	height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32B8F7;
	text-align: right;
	background-color: #FFC;
}

#h-navbar ul {
	list-style-type: none;
}

#h-navbar ul li {
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #CCC;
}

#container #h-navbar ul li a {
	text-decoration: none;
	line-height: 1.8em;
	height: 1.8em;
	display: block;
	width: 6em;
	text-align: center;
}

#container #h-navbar ul li a:hover,
#container #h-navbar ul li a:active
{
	color: #FFF;
	background-color: #4032F7;
}
#container #h-navbar ul li.current a
{
	color: #FFF;
	background-color: #32B8F7;
}
#container #h-navbar ul li.current a:hover,
#container #h-navbar ul li.current a:active
{
	color: #FFF;
	background-color: #4032F7;
}
#content .crumbs {
	font-size: 0.8em;
	color: #036;
}
#leftcontent .stoppress p{
	font-size: 0.8em;
	border: 1px solid #C03;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
	padding: 0px;
	color: #30F;
	padding-left: 1em;
}

.outofstock {
	font-style: italic;
}

.newitemhilite {
	color: #C00;
}

#gallwrap {
    margin: 0 auto;	
	width: 642px;
}
#vgallwrap {
    margin: 0 auto;	
	width: 612px;
}
#vgallwrap img{
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}
#hgallwrap {
    margin: 0 auto;	
	width: 542px;
}
#hgallwrap img{
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;

}
.jigthumb {
	float: right;
	border: medium solid #32B8F7;
}
#container #content .leftlist {
	width: 50%;
	float: left;
}
#container #content .rightlist {
	float: right;
	width: 50%;
}
.highlighter {
	font-style: italic;
	font-weight: bold;
}
#leftcontent .stoppress .highlighttype2 {
	color: #006;
	background-color: #CF0;
	font-size: small;
}
.winner {
	color: #F00;
}
.runnerup, .info {
	font-style: italic;
	font-size: small;
	color: #39F;
}


.date {
	font-style: italic;
	font-weight: normal;
	color: #606;
}
.superhighlight {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	background-color: #FF9;
}