﻿html {
	margin-bottom: 1px;
	height: 100%;
}
body {
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	/*background-image: url(http://www.fashionpu.com/images/background-box-ebay1.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;*/
	background-color: #f5f5f5;
}
hr {
	background-color: #bd6312;
	width: 100%;
	height: 1px;
	color: #bd6312;
}
img {
	border: medium none;
}
h1 {
	margin: 10px 0 20px 0;
	font: 20px arial, helvetica, sans-serif;
	color: #3c522b;
	text-align:center;
	/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;*/
	text-shadow: 0 0 20px;
	/*background: repeat #5B9121;*/
	background: repeat rgb(243, 243, 243);
	font-weight: 800;
	padding: 20px 0 20px 0;
	border-radius: 5px;
}
h2 {
	margin: 5px 0 5px 0;
	font: 19px verdana, arial, sans-serif;
	color: #4d7e27;
	border-bottom: 1px solid #c0c0c0;
}
h3 {
	margin: 5px 0 5px 0;
	font: 18px verdana, arial, sans-serif;
	color: #bd6312;
}
h4 {
	margin: 5px 0 5px 0;
	font: 16px "comic sans ms", "trebuchet ms", sans-serif;
	color: #4d7e27;
}
h5 {
	margin: 5px 0 5px 0;
	font: 14px "comic sans ms", "trebuchet ms", sans-serif;
	letter-spacing: 2px;
	color: #bd6312;
	border-bottom: 1px solid #bd6312;
}
h6, .Style-h6 {
	margin: 5px 0 5px 0;
	font: 14px "comic sans ms", "trebuchet ms", sans-serif;
	color: #4d7e27;
}
p {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
li {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
a {
	color: #dc9017;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #75a94b;
	font-weight: bold;
	text-decoration: underline;
}
p.center, .style1 {
	text-align: center;
}
#fotoToChange {
	height:400px;
}
#mainnavigation {
	background-color: #bd6312;
	height: 24px;
	width: 900px;
	color: #fff;
	margin: 0 auto;
	padding: 4px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display:none;
}
#mainnavigation a {
	font-variant: small-caps;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 20px;
}
#mainnavigation a:hover {
	background-color: #E69E19;
}
#wrapper {
	border-bottom: #dc9017 1px solid;
	border-right: #dc9017 1px solid;
	border-left: #dc9017 1px solid;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	width: 900px;
	color: #000;
	box-shadow: 0 0 25px #333333;
	border-radius: 0 0 5px 5px;
	position: relative;
	z-index: 0;
}
#content {
	text-align:left;
	width: 860px;
	padding: 10px 20px 10px 20px;
}
.topicbox {
	padding: 2px 2px 2px 2px;
	margin-bottom: 25px;
	border-radius: 5px;
	position: relative;
	background: -webkit-gradient(linear, 0 20%, 0 92%, from(rgb(255, 255, 255)), color-stop(0.1, rgb(255, 255, 255)), to(rgb(243, 243, 243)));
	box-shadow: rgba(0, 0, 0, 0.0980392) 0 3px 30px inset;
}
.topicbox:before, .topicbox:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.topicbox:after {
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.topicbox p.center {
	overflow:hidden;
}
#footer {
	text-align: center;
	height: 60px;
	clear: both;
	border-top: #dc9017 3px double;
	padding: 7px 0 0 0;
	background: repeat #defac0;
	border-radius: inherit;
}
#footer p {
	padding: 2px 0 2px 0;
	margin: 0;
}
.catalogleft {
	padding: 0 10px 5px 0;
	text-align: left;
	width: 410px;
	float: left;
}
.catalogright {
	padding: 0 0 5px 10px;
	text-align: left;
	width: 410px;
	float: right;
}
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;
}
.imageleft {
	border: #c0c0c0 3px double;
	margin: 0 10px 0 0;
	float: left;
}
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;
}
.imageright {
	border: #c0c0c0 3px double;
	margin: 0 0 0 10px;
	float: right;
}