@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: 0;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color:#666666;
}
	
body {
	background: #eeeeee;
	width:900px;
	margin: auto;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}

h2 {
	
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00b0cb;
	
}

h3 {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline;
	border-width: 1px;
	border-style: dotted;
}

a:link {
		color: #666666;
		text-decoration: none;
	}
	
a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #00b6c7;
	}
	
a:active {
		color: #666666;
		text-decoration: none;
	}
	
a:visited {
		text-decoration: none;
	}
	
a.pp:link{
	background-color: #cccccc;
}

a.pp:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #00b6c7;
	}
	
a.pp:visited{
	background-color: #cccccc;
}


	
a.gall_thumb:link{
	background-color: transparent;
	border: 0px;
}

a.gall_thumb:hover{
	background-color: transparent;
	border: 0px;
}

a.gall_thumb:active{
	background-color: transparent;
	border: 0px;
}

a.gall_thumb:visited{
	background-color: transparent;
	border: 0px;
}

a.prod_img:link{
	background-color: transparent;
	border: 0px;
}

a.prod_img:hover{
	background-color: transparent;
	border: 0px;
}

a.prod_img:active{
	background-color: transparent;
	border: 0px;
}

a.prod_img:visited{
	background-color: transparent;
	border: 0px;
}

#header {
	width: 900px;
	height:185px;
	background-image: url(../images/header.jpg)
}

#nav {
	font-size: 12px;
	padding: 18px 0 0 70px;
	float: left;
}

#content {
	width:760px;
	min-height: 500px;
	background: url(../images/bg.jpg) repeat-y top left;
	padding: 20px 200px 20px 70px;
}

#badge {
	position: absolute;
	top:500px;
	left:50%;
	padding-left:300px;
	
}

#footer {
	height: 55px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/footer.jpg);
}

.sold {
	margin-top: 20px;
	
}

.sold p{
	background: #00b0cb;
	color: white;
	padding-left: 10px;
}

.sold p strong{color: white;}


.prod_table {
	float: left;
	width: 500px;
}



.prod_img {
	float: left;
	padding-right:20px;
	padding-top: 10px;
	display: inline;
	
}

.cart_btn {
	margin-bottom: 10px;
	margin-top: 20px;
}

.gall_thumb {
	border-width: 1px;
	border-style: dotted;
	padding:5px;
	margin: 10px 10px 0 0;
	
}

.product {
	border-bottom: dotted 1px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	overflow: auto;
	clear:left;
}

.product form {
	padding-bottom:5px;
	margin-bottom:5px;
}

.product form input {
	padding-top: 5px;
	margin-top: 5px;
	
}
.product form select {
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}



#EJEJC_window {
	left: 50% !important;
	margin-left: -350px !important;
}

#EJEJC_overlay {
	width:100% !important;
}
