/** TEMPLATE */
body {
	font-family: Arial;
	font-size: 75%; /* Resets 1em to 10px */
	background: #C8C8C8;
	margin-left: 60px;
	color: #000000;
	text-align:center; /* for IE */
	}

hr {
	height: 0px;
	border-bottom: 1px dotted gray;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	}

#Header {
	height: 175px;
	width: 737px;
	color: White;
	text-decoration: none;
	background-image: url(/gfx/top2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/**padding-top: 140px;*/
	padding-left: 30px;
	
}

#HeaderLink {
	height: 140px;
	width: 737px;
	display: block;
}

#searchbar {
	font-size: 1.3em;
	font-weight: bold;
	color: #767676;
	text-align:left;
	width: 220px;
	float: left;
	background-image: url('/gfx/top-searchbox.jpg');
	background-repeat: no-repeat;
}

#Toolbar {
	font-size: 1.3em;
	font-weight: bold;
	color: #767676;
	width: 500px;
	text-align: right;
	float: right;
	margin-right: 10px;
}

h1 {
	color: #4AA7C9;
	font-family: Trebuchet MS, arial;
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

#RightColumn h1 {
	font-size: 1.5em;
}

h2 {
	color: #4AA7C9;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Trebuchet MS, arial;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

h3 {
	color: Black;
	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#CenterColumn a, #CenterColumn a:visited, #CenterColumn a:active {
	color: #4AA7C9;
	text-decoration: none;
}

#CenterColumn a:hover {
	color: #4AA7C9;
	text-decoration: underline;
}

#Header a, #Header a:visited, #Header a:active {
	color: #F19204;
	text-decoration: none;
}

#Header a:hover {
	color: #F19204;
	text-decoration: underline;
}

.box1 {
	width: 170px;
	height: 131px;
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	background-repeat: no-repeat;
	background-image: url(/gfx/box1.jpg);
	}

.box2 {
	width: 170px;
	height: 210px;
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	background-repeat: no-repeat;
	background-image: url(/gfx/box2.jpg);
	}

.box3 {
	width: 170px;
	height: 210px;
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	background-repeat: no-repeat;
	background-image: url(/gfx/largeorangebox.jpg);
	}
	
.box1 .title , .box2 .title {
	font-size: 1.5em;
	font-family: Trebuchet MS, arial;
	color: #0887B6;
	font-weight: bold;
	}

.box3 .title {
	font-size: 1.2em;
	font-family: Trebuchet MS, arial;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	height: 100px;
	}

.box3 .cta {
	font-size: 1.2em;
	font-family: Trebuchet MS, arial;
	color: #FFFFFF;
	display: block;
	text-align: right;
	padding-right: 26px;
	}
	
#CenterColumn {
	float: left;
	width: 530px;
	padding-left: 10px;
	padding-right: 20px;
}

#RightColumn {
	float: left;
	width: 200px;
}

#RightColumn a, #RightColumn a:visited, #RightColumn a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#RightColumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#BannerColumn {
	position: absolute;
	top: 74px;
	left: 870px;
	width: 160px;
	
}

#Container {
	background: #FFFFFF;
	text-align:left; /* reset text alignment */ 
	width:767px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
	padding-bottom: 1em;
	border-width: 30px 60px 10px 60px;
	border-color: White;
	border-style: Solid;
}

#Copyright 
{
	color: #666666;
	float: left;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.5em;
}

.CTA, .CTA:visited , .CTA:hover , .CTA:active {
	width: 178px;
	height: 62px;
	font-size: 1.6em;
	font-family: Trebuchet MS, Arial;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #F29200;
	background-repeat: no-repeat;
	background-image: url(/gfx/bigbutton.jpg);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.CTA3, .CTA3:visited , .CTA3:hover, .CTA3:active {
	width: 178px;
	height: 62px;
	font-size: 1.6em;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #F29200;
	background-repeat: no-repeat;
	background-image: url(/gfx/bigbuttonblue.jpg);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}


.CTA2, .CTA2:visited {
	background-image: url(/gfx/cta2-arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #FFFFFF;
}

#Matches ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

#Matches li {
	list-style: none;
	border-bottom: 1px solid white;
	padding-bottom: 8px; 
}

#Matches a {
	text-decoration: none;
}

.tabActive, .tabActive:visited, .tabActive:hover, .tabActive:active {
	background: url(/gfx/tab-active.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 23px;
	padding-top: 5px;
	color: White;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	
	font-size: 1.3em;
	float: left;
	margin-right: 2px;
}

.tabPassive, .tabPassive:visited, .tabPassive:hover, .tabPassive:active {
	background: url(/gfx/tab-passive.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 23px;
	padding-top: 5px;
	color: White;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	font-size: 1.3em;
	float: left;
	margin-right: 2px;
}

#tabs {
	border-bottom: 2px solid #F29200;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	display: block;
	height: 28px;
}

#tabs a, #tabs a:hover, #tabs a:active, #tabs a:visited {
	color: white;
	text-decoration: none;
}

#cookies, #cookies:visited, #cookies:active, #cookies:hover {
	background:black;
	width:100%;
	font-size:26px;
	font-weight:bold;
	color:white;
	font-family:courier;
	text-align: center;
	margin-bottom:10px;
	text-decoration: none;
}

#categories {
	list-style: none;
	margin: 0;
}

.roundtextbox {
	height: 18px;
	width: 172px;
	background-image: url(/gfx/textboxbg.jpg);
	background-repeat: no-repeat;
	border: 0px;
	display: inline;
	padding-top: 4px;
	padding-left: 6px;
	color: #333333;
}

.transparenttextbox {
	background-color: transparent;
	height: 18px;
	width: 172px;
	border: 0px;
	display: inline;
	padding-top: 4px;
	padding-left: 6px;
	color: #333333;}

.textbox {
	height: 19px;
	border: 1px solid #7F9DB9;
	margin-bottom: 1px;
}

#bottomlinks {
	clear: both;
	width: 707px;
	height: 136px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	margin-top: 15px;
	background: url(/gfx/largebox.jpg);
	background-repeat: no-repeat;
}

#bottomlinks a, #bottomlinks a:hover, #bottomlinks a:current, #bottomlinks a:visited {
	color: #F19204;
}

#bottomlinks ul {
	margin-top: 0px;
	padding-top: 0px;
}

#actions {
	float: left;
	margin-right: 30px;
	width: 200px;
}

#faq {
	float: left;
	margin-right: 30px;
	width: 200px;
}

#landingpages {
	float: left;
	margin-right : 30px;
	width: 200px;
}

#Footer {
	font-size: 0.8em;
	clear: both;
	padding-left: 10px;
	padding-right: 30px;
	width: 757px;
	margin-top: 5px;
}

.buttongetstarted {
	width: 198px;
	height: 75px;
	background: url(/gfx/buttongetstarted.jpg);
	background-repeat:no-repeat;
	display: block;
}

.thumbnail {
	width: 160px;
	height: 160px;
	border: 1px solid black;
}

.minithumbnail {
	width: 120px;
	height: 120px;
	border: 1px solid black;
}

#pnlmyobjects, #pnlotherobjects {
	float: left;
	/**width: 250px;*/
}

#myobjects, #otherobjects {
	list-style: none;
}

#myobjects li, #otherobjects li {
	display: inline;
	text-align: center;
	margin: 5px;
	width: 60px;
	height: 100px;
}

.productlist li {
	padding-bottom: 10px;
}

/** LOGIN.ASPX */

/** PRODUCTS.ASPX */
#googleads {
	margin-top: 10px;
}

/** member levels */
.memberlevel {
	margin: 2px;
	width: 150px;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}

/** member levels */

.memberlevel-beta {
	background: #4AA7C9;
	
}

//*** WARNINGs AND NOTIFICATIONS */

.warning {
	border:1px dotted gray;
	background-color: red;
	}
	
.notification {

	}
	
.message {
	width: 280px;
	padding-right: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px dotted gray;
	}

#quickwishlist ul {
	margin: 0;
	padding: 0;
	}
	
#quickwishlist li {
	list-item: none;
	}

#interestingusers ul {
	margin: 0;
	padding: 0;
	}
	
#interestingusers li {
	list-item: none;
	}
	
#topwishlist ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
#topwishlist li {
	list-item: none;
	}
	
.paging {
	/**background: #E6E6E6;*/
	border-top: 1px dotted gray; 
	height: 20px;
	padding: 4px;
}

.paging a {
	color: #4AA7C9;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS, arial;
}

.smallbutton, .smallbutton:visited , .smallbutton:hover, .smallbutton:active {
	background-image: url('/gfx/smallbutton.gif');
	background-repeat: no-repeat;
	display: block;
	width: 185px;
	height: 26px;
	padding: 5px;
	font-family: Trebuchet MS, Arial;
	text-align: center;	
	font-size: 1.5em;
	line-height: 1.5em;
	color: white;
	margin-top: 1px;
}

.smallbuttongray, .smallbuttongray:visited , .smallbuttongray:hover, .smallbuttongray:active {
	background-image: url('/gfx/smallbuttongray.gif');
	background-repeat: no-repeat;
	display: block;
	width: 185px;
	height: 26px;
	padding: 5px;
	font-family: Trebuchet MS, Arial;
	text-align: center;	
	font-size: 1.5em;
	line-height: 1.5em;
	color: white;
	margin-top: 1px;
}

.tradebutton, .tradebutton:visited , .tradebutton:hover, .tradebutton:active {
	background-image: url('/gfx/tradebutton.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 230px;
	height: 27px;
	padding: 5px;
	padding-left: 15px;
	font-family: Trebuchet MS, Arial;
	text-align: center;	
	font-size: 1.5em;
	line-height: 1.5em;
	color: white;
}

.tag {
	background-image: url('/gfx/tag.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
}

.feedback {
	display: block;
	border:1px dotted gray;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	background: #FFFFCC;
	text-align: center;
}

.tip {
	display: block;
	border:1px dotted gray;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	background: #FFFFCC;
	text-align: center;
}

.popup {
	width: 300px;
	height: 160px;
	background: white;
	display: block;
	padding: 10px;
	border:1px solid gray;
}

/** REGISTER FORM */
.form-label {
	font-weight: bold;
	}
	
.form-field {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
.form-step {
	background-color: #DEDEDE;
	padding: 10px;
	clear: both;
	}

.form-help {
	display: block;
	color: #333333;
	font-size: 0.9em;
	}
	
.form-error {
	color: red;
	}
	
.form-step h2 {
	color: gray;
	margin-bottom: 1em;
	}
	
ol.form-steps  {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	height: 30px;
	background: #999999;
	border-bottom: 1px solid #000;
	}

ol.form-steps li {
	float: left;
	width: 33%;
	line-height: 30px;
	font-size: 1.1em;
	}

ol.form-steps li.active {
	font-weight: bold;
	}
	
.facebookshare {
	margin-top: 5px;
}

/** text fields that are automatically cleared when they are clicked */
.autoclear {
	color: gray;
}

.autoclear.filled {
	color: black;
}

/** gray background box, surrounding forms and other content */
.graybox {
	background-color: #DEDEDE;
	padding: 10px;
}