
body 
{
	background-color: #f7f7f7;
}

header
{
	text-align: center;
	width: 100%;
	background-image: url("img/HeadBG.png");
	background-repeat: repeat-x;
}

nav
{
	float: left;
	width: 275px;
}

section
{
	text-align: justify;
	font: 0.9em Helvetica, sans-serif;
	margin-left: 285px;
	padding: 20px;
}

footer
{
	text-align: center;
	height: 20px;
	margin-top: 10px;
}

div
{
	overflow: auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

div.subNav, section, footer, div.objCont
{
	border: 2px solid #E9CFA2;
	border-radius: 5px;
	padding: 5px;
}

h1
{
	margin-top: 20px;
	font: 2.5em Georgia, serif;
}

h2
{
	text-align: center;
	margin: 0;
	font: 1.3em Georgia, serif;
}

div.changeSec, span.clickable
{
	display: inline;
	font: 1em Georgia, serif;
	color: #3a1a00;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.changeSec:hover, span.clickable:hover
{
	color: #ffb172;
}

p.big
{
	margin: 70px;
	font-size: 1.4em;
}

a
{
	font: 1em Georgia, serif;
	color: #3a1a00;
	text-decoration: none;
}

a:hover
{
	color: #ffb172;
}

div.objCont
{
	position: relative;
	display: inline-block;
	width: 260px;
	height: 300px;
	margin: 10px;
	padding: 10px;
	padding-top: 30px;
	border-width: 1px;
	text-align: center;
	vertical-align:text-top;
	overflow: hidden;
}

div.img
{
	display: inline-block;
	border-color: #E9CFA2;
	border-style: solid dashed;
	border-width: 0px;
	height: 160px;
	width: 240px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

div.objCont>div>div.img
{
	display: block;
	border-color: #E9CFA2;
	border-style: solid dashed;
	border-width: 0px;
	height: 160px;
	width: 240px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

div.objCont>div>p
{
	margin: 0.5em;
}

div.objCont>p.cat
{
	position:absolute;
	font-size: 0.8em;
	top: 0px;
	left: 5px;
	background-color: #F5EDC9;
	border: 1px dashed #DABA32;
	padding: 1px;
}

div.objCont>div.sold
{
	position: absolute;
	background-color: rgba(245, 237, 201, 0.78);
	top: 120px;
	left: -30px;
	display: block;
	transform: rotate(-30deg) skewX(-30deg);
	width: 320px;
	height: 30px;
	border: 1px dashed #DABA32;
}
div.objCont>p.soldtxt
{
	position: absolute;
	top: 105px;
	display: block;
	transform: rotate(-30deg);
	width: 250px;
	height: 30px;
	font-size: 1.2em;
}

div.objCont[title=addObj]
{
	border-style: dashed;
}

form.search
{
	display: inline;
}

div.picSlide
{
	position: relative;
	overflow: hidden;
	height: 256px;
	margin-top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.picSlide>div.img
{
	position: absolute;
	top: 0px;
	width: 480px;
	height: 256px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	cursor: -webkit-zoom-in;
}

div.picSlide>span.button
{
	position: absolute;
	width: 256px;
	height: 256px;
	background-color: #E9AD6C;
	font: 1.5em Georgia, serif;
	color: #FFFFFF;
	cursor: pointer;
}

div.picSlide>span.button:hover
{
	background-color: #9BB126;
}

span.button
{
	position: absolute;
	width: 256px;
	height: 64px;
	background-color: #E9AD6C;
	font: 1.5em Georgia, serif;
	color: #FFFFFF;
	cursor: pointer;
}

span.button:hover
{
	background-color: #9BB126;
}


div.picSlide>span.button>p, span.button>p
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 1em;
	text-align: center;
	margin: auto;
}

p.price
{
	margin: 20px;
	font: 1.5em Helvetica, sans-serif;
	float: right;
}

p.desc
{
	margin: 20px;
	font: 1.2em Helvetica, sans-serif;
	float: left;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #DABA32;
    opacity: 0.8;
    filter: alpha(opacity=50);
}

#overlay > p {
    position: absolute;
    top: 50%;
    left: 40%;
	width: 20%;
	font-size: 5em;
	text-align: center;
}