@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../../images/bg.gif);
	font-family: Georgia, Arial, Helvetica;
	font-size: 69%;
	color: #3d3d3d;
	line-height: 19px;
}

.topnav{
	border-bottom: dotted 1px #00c2d3;
	padding-bottom: 5px;
}

.contenttext{
	font-size: 11px;
}

.blackbox{
	background-color: #000000;
	padding: 2px;
}

.category{
	color: #04bbcb;
	font-size: 33px;
}

a.breadcrumbs{
	color: #04bbcb;	
	text-decoration: none;
}

a.breadcrumbs:hover{
	color: #04bbcb;	
	text-decoration: underline;
}

.highlight{
	color: #04bbcb;
}

.loginbar{
	padding-bottom: 13px;
}


a{
		color: #03747e;
		text-decoration: none;
}

a:hover{
		color: #03747e;
		text-decoration: underline;
}

.listingbox{

	background: url(../../../images/bg_listing.gif) no-repeat;
	width: 147px;
	padding: 0px 13px 0px 13px;
	border: 0px solid #333333;
}

.listingprice{

	color: #3c3c3c;
	font-weight: bold;
}

.detailprice{

	color: #3c3c3c;
	font-weight: bold;
	font-size: 15px;
}


.title{
	color: #04bbcb;
	font-size: 18px;	
}

.contenthighlight{
	color: #04bbcb;

}

.detailedpic{
	width: 59px;
	border: solid 1px #04bbcb;
	padding: 6px;

	
}

#mailinglist{
	background: url(../../../images/bg_mailinglist.gif) no-repeat;
	width: 220px;
	padding: 32px 13px;
	text-align: right;
	
}

form{
	margin: 0;
}

input{
	background-color: #cfeff2;
	border: #88b7ba 1px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #769092;
}

select{
	background-color: #cfeff2;
	border: #88b7ba 1px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #769092;
}

.hdr {font-size:26px;color:#3d3d3d;}
-->