* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e8cbbd;
    padding: 20px 10px;
}

h1.header {
    font-size: 48px;
    width: 100%;
    text-align: center;
}

h2 {
    font-size: 30px;
    text-align: center;
}

h3 {
    font-size: 24px;
    text-align: center;
}

h3.navigation {
    margin: 10px;
    width: 215px;
}

ul.navigation {
	position: relative;
	z-index: 100;
    list-style-type: none;
    float: left;
}

ul.navigation li {
    margin: 10px;
}

div#footer {
    font-size: 14px;
    clear: both;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
}

div#footer a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

p.choose-slideshow {
    background-color: black;
    margin-left: 250px;
    padding: 0;
}

p.choose-slideshow img {
    border: 1px solid blue;
    float: left;
    margin: 10px;
    width: 450px;
    height: 300px;
}

p {
    margin: 20px 40px;
}

h3.pictures {
}

dl.pictures {
    margin: 40px 20px;
}

dl.pictures dt {
    float: left;
}

dl.pictures dd {
    padding: 5px 10px 20px 320px;
    width: auto;
    float: none;
}

dl.pictures ul {
    margin: 10px 15px;
}

div.quick-links {
    width: 300px;
    background: #eee;
    margin: 0 auto;
    border: 1px solid #999;
    padding: 10px 40px;
}

div.quick-links ul {
    display: block;
    width: 50%;
    float: left;
}

#content {
    position: relative;
    top: -50px;
	z-index: 50;
}

#stones-for-sale, #stones-for-sale th, #stones-for-sale td {
    border: 0;
    border-collapse: collapse;
}

#stones-for-sale a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    width: 200px;
    background: #fff;
    border: 5px solid #fff;
    margin: 0 20px 60px;
    box-shadow: 0px 2px 4px #666;
    -moz-box-shadow: 0px 2px 4px #666;
    -webkit-box-shadow: 0px 2px 4px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=225,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2);
}

#stones-for-sale a:hover {
    top: -2px;
    background: #ff6;
    border-color: #ff6;
    box-shadow: 0px 6px 12px #666;
    -moz-box-shadow: 0px 6px 12px #666;
    -webkit-box-shadow: 0px 6px 12px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=12) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=225,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}

#stones-for-sale img {
    display: block;
    width: 200px;
    border: 1px solid #c0c0c0;
    border-right-color: #f6f6f6;
    border-bottom-color: #f6f6f6;
}

.thumb img {
    width: 240px;
    float: left;
    margin: 0 30px 20px 0;
}

/* also see #overlay #info */
#info {
    position: relative;
    float: left;
    top: -60px;
    left: 30px;
    width: 640px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#info p, #info li {
    line-height: 1.33;
}

#info ul {
    float: left;
    width: 300px;
}

#info li {
    margin-bottom: 0.25em;
}

#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/img/overlay.png);
	display: none;
	z-index: 10000;
}

#overlay #info {
	position: absolute;
	float: none;
	top: 10%;
    bottom: 10%;
	left: 50%;
	margin-left: -320px;
    overflow: auto;
	font-size: 14px;
}

#overlay #info p {
	margin: 20px;
}

.paypal {
    list-style: none;
}

#back-to-new {
    clear: both;
    float: left;
    position: relative;
    top: -50px;
    width: 980px;
    text-align: right;
}

#info-close {
	position: fixed;
	bottom: 12%;
	left: 50%;
    margin-left: 250px;
	background: #fff;
	color: #06f;
	text-decoration: underline;
	cursor: pointer;
}
