@charset "utf-8";
/* CSS Document */
.cl {
	clear:both;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
ul, ul li {
	margin:0;
	padding:0;
}
h2, h3, h4 {
	color:#666666;
	font-weight:normal;
	margin:0;
	padding:0;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
a {
	color:#646464;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
.style1 {
	color:#A32929;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.smallLineHeight {
	line-height:14px;
}
body {
	background:url(../images/bg.gif);
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}
#container {
	width:982px;
	margin:20px auto;
}
#header {
	background:url(../images/logo.gif) 20px 20px no-repeat #FFFFFF;
	position:relative;
	width:960px;
	padding:20px;
	/*border:1px solid #e0e0e0;*/
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
}
	#home_link {
		display:block;
		position:absolute;
		width:175px;
		height:31px;
		text-indent:-9999px;
		font-size:0px;
	}
	#header h1 {
		font-size:12px;
		font-weight:normal;
		color:#646464;
		margin:33px 0 0 1px;
		padding:0px;
		float:left;
	}
	ul.nav.right {
		float:right;
		width:300px;
		margin:15px 0 0;
		padding:0;
		list-style-type:none;
	}
		ul.nav.right li {
			float:right;
			margin:0;
			padding:0 8px;
			border-right:1px solid #646464;
			height:12px;
			line-height:12px;
		}
			ul.nav.right li a {
				text-decoration:none;
			}
			ul.nav.right li a:hover {
				text-decoration:underline;
			}
		ul.nav.right li.first {
			border:none;
			padding-right:0;
		}
	#login {
		background:url('../images/login_bg.gif') no-repeat;
		width:960px;
		height:45px;
		line-height:45px;
		margin:8px 0 0;
	}
		#login a {
			float:left;
			color:#A32929;
			margin:0 28px 0 15px;
		}
		#login_form {
			float:right;
			margin-right:15px;
			color:#595959;
		}
			#login_form input, #login_form select {
				float:left;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
			}
			#login_form label {
				float:left;
				margin:0;
				padding:0;
			}
			#username, #passwd, input.captcha  {
				margin:12px 13px 0;
				padding:3px;
				width:113px;
				height:13px;
				font-size:11px;
				border:1px solid #ACACAC;
			}
			select#username {
				height:22px;
			}
			#passwd {
				margin:12px 0 0 13px;
			}
			input.captcha {
				width:35px;
				margin:12px 0 0 3px;
			}
			img.captcha {
				float:left;
				margin:12px 0 0 3px;
				cursor:pointer;
				border:none;
			}
			#forgot {
				margin:16px 5px 0 6px;
			}
			label.forgot {
				cursor:help;
			}
			#login_button {
				background:url('../images/login_button.png');
				width:62px;
				height:21px;
				border:0px;
				text-indent:-9999px;
				cursor:pointer;
				margin:12px 0 0 5px;
				color:#595959;
			}
ul.nav.main {
	height:28px;
	line-height:28px;
	float:left;
	margin-left:13px;
	list-style-type:none;
}
	ul.nav.main li {
		float:left;
	}
		ul.nav.main li a {
			border-right:1px solid #DDDDDD;
			color:#FFFFFF;
			padding:0 7px;
			font-weight:bold;
			text-decoration:none;
		}
		ul.nav.main li a.last {
			border:none;
		}
		ul.nav.main li a:hover {
			text-decoration:underline;
		}
ul.nav.help {
	float:right;
	height:28px;
	line-height:28px;
	list-style-type:none;
}
	ul.nav.help li {
		float:right;
	}
		ul.nav.help li a {
			border-right:1px solid #DDDDDD;
			color:#FFFFFF;
			padding:0 7px;
			font-weight:bold;
			text-decoration:none;
		}
		ul.nav.help li a.first {
			border:none;
			padding-right:0px;
		}
		ul.nav.help li a:hover {
			text-decoration:underline;
		}
#content {
	/*background:url('../images/headers.gif') 20px 18px no-repeat #FFFFFF;*/
	background:#FFFFFF;
	clear:both;
	width:960px;
	padding:20px 20px 20px;
	margin:0;
	/*border:1px solid #e0e0e0;*/
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	position:relative;
}
	#sidebar {
		width:213px;
		float:left;
		margin-right:20px;
	}
		ul.nav.categories {
			list-style-type:none;
			width:213px;
			margin:5px 0 0;
		}
			ul.nav.categories li {
				background:url('../images/menu_bg_hover.png') repeat-x;
				width:213px;
				margin-bottom:1px;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
			}
			ul.nav.categories li.strong, ul.nav.categories li:hover {
				background:url('../images/menu_bg1.png') repeat-x;
			}
				ul.nav.categories li a {
					color:#FFFFFF;
					font-weight:bold;
					margin-left:10px;
					text-decoration:none;
					height:21px;
					line-height:21px;
				}
				ul.nav.subcategories {
					width:213px;
					list-style-type:none;
				}
				ul.nav.subcategories li {
					background:#F2F0F0;
					margin:0px;
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
				}
				ul.nav.subcategories li.last {
					-moz-border-radius-bottomleft:2px;
					-moz-border-radius-bottomright:2px;
					-webkit-border-bottom-left-radius:2px;
					-webkit-border-bottom-right-radius:2px;
				}
				ul.nav.subcategories li:hover {
					background:#F2F0F0;
				}
					ul.nav.subcategories li a {
						color:#434343;
						font-weight:normal;
					}
					ul.nav.subcategories li a:hover {
						color:#C54D4D;
					}
					ul.nav.subcategories li a span.count {
						color:#C54D4D;
						float:right;
						margin-right:5px;
						font-size:11px;
					}
					ul.nav.subcategories li a:hover span.count.add {
						color:#434343;
					}
					ul.nav.subcategories li a.added {
						font-weight:bold;
					}
	div.container {
		width:727px;
		float:right;
	}
#footer {
	color:#706e6e;
	width:960px;
	padding:10px 20px;
}
	#footer a {
		color:#706e6e;
		text-decoration:none;
	}
div.user_profile_content {
	float:left;
	margin-right:20px;
	width:440px;
	margin-top:15px;
}
div.user_profile_content p {
	width:350px;
}
div.user_profile_content ul, div.user_profile_content ol {
	margin:-20px 0 -20px 30px;
	padding:0;
}
.jeditT textarea {
	display:block;
}
p.tip {
	border:1px solid #2ba612;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:10px;
	background:#9ef88c;
	color:#267117;
	width:705px;
	margin:0 0 12px;
}
p.tip.ref {
	width:940px;
}
p.tip.error {
	border:1px solid #A32929;
	background:#f99e9e;
	color:#A32929;
	display:none;
}
div.user_profile_contacts {
	float:left;
	margin-top:15px;
	width:267px;
}
div.uphoto {
	float:right;
	width:80px;
	height:101px;
	border:2px solid #dddddd;
	margin:12px 0 0;
	background:url('../images/noimage.gif');
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.uAction {
	float:right;
	font-size:11px;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:16px;
	height:16px;
}
.uAction.category {
	margin:14px 0 3px 1px;
}
.uAction.change {
	clear:right;
	background:url('../images/icons/edit.png') no-repeat;
}
.uAction.delete {
	background:url('../images/icons/delete.png') no-repeat;
}
.uAction.add {
	background:url('../images/icons/add.png') no-repeat;
}
div.user_profile_references h3 {
	float:left;
}
a.uAddSomeThing {
	color:#FFFFFF;
	background:url('../images/menu_bg_hover.png') repeat-x;
	padding:0 10px;
	height:21px;
	line-height:21px;
	margin:0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.uAddSomeThing:hover {
	background:url('../images/menu_bg1.png') repeat-x;
}
div.user_profile_references h4 {
	color:#FFFFFF;
	background:url('../images/menu_bg_hover.png') repeat-x;
	padding:0 10px;
	width:707px;
	height:21px;
	line-height:21px;
	margin:12px 0 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:12px;
	font-weight:bold;
	float:left;
}
div.user_profile_references h4.edit {
	width:671px;
}
div.reference {
	float:left;
	margin:12px 0 12px 20px;
}
h3.reference  {
	margin:8px 0 0;
}
div.reference h5 {
	margin:0 0 4px;
	padding:0;
}
div.reference h5 a {
	color:#A32929;
	text-decoration:none;
}
div.refPhoto {
	width:206px;
	height:154px;
	border:2px solid #cccccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:url('../images/nophoto.gif');
}
div.refPhoto.detail {
	width:302px;
	height:226px;
	background:url('../images/nophoto2.gif');
}
div.refPhotoWrapper {
	float:left;
	margin:12px 0 12px 20px;
}
div.refPhotoWrapper.first {
	margin:12px 0 12px 0;
}
span.icon {
	padding:1px 0 1px 20px;
}
span.icon.phone {
	background:url('../images/icons/phone.gif') no-repeat;
}
span.icon.email {
	background:url('../images/icons/mail.png') no-repeat;
}
span.icon.ico {
	background:url('../images/icons/user.png') no-repeat;
}
span.icon.icq {
	background:url('../images/icons/icq.png') no-repeat;
}
span.icon.skype {
	background:url('../images/icons/skype.png') no-repeat;
}
span.icon.web {
	background:url('../images/icons/globe.png') no-repeat;
}
.contacts {
	line-height:20px;
}
.input {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:3px;
	margin:0 60px 0 0;
	width:240px;
	height:13px;
	font-size:11px;
	background:#FFFFFF;
	border:1px solid #ACACAC;
	float:right;
}
input.upload {
	margin:0 12px 12px 0;
	float:right;
	height:21px;
}
.checkbox {
	margin:4px 4px 0 0;
	float:left;
}
.required {
	background:url('../images/icons/required.gif') 232px 3px no-repeat;
	width:228px;
	padding:3px 15px 3px 3px;
}
.select_category.required{
	background-image:url('../images/icons/required2.gif');
	background-position:232px 5px;
	background-repeat:no-repeat;
}
.select_category.required:hover {
	background-position:232px -23px;
}
textarea.input {
	height:160px;
}
fieldset { border:none; padding:0;}
.fieldset {
	background:url('../images/fieldset.png') top right;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.fieldset.narrow {
	background-position:-360px 0;
}
legend { font-size:16px; margin:0px; padding:10px 0px; color:#A32929;}
.fieldset label { display:block; height:21px; line-height:21px;  float:left;}
.rinfo {
	float:right;
	width:430px;
	font-size:11px;
	min-height:21px;
	line-height:21px;
	margin:0 10px 15px 0;
}
.rinfo.textarea {
	height:168px;
}
.cl.hr {
	height:0px;
	margin:0 0 15px;
	border-bottom:1px solid #E1BBBB;
}
.cl.hr.last {
	border:0px;
}
.select_category {
	background:#A32929;
	color:#FFFFFF;
	cursor:pointer;
	border:none;
	padding:5px 15px 5px 5px;
}
.select_category:hover {
	background-color:#646464;
}
a.selected_category {
	float:left;
	font-size:11px;
	color:#A32929;
	background:url('../images/icons/cancel12.png') no-repeat 0px 2px;
	height:16px;
	line-height:16px;
	margin:2px 6px 0 0;
	padding:0 0 0 15px;
	text-decoration:none;
}
a.selected_category:hover {
	background-position:0px -12px;
	text-decoration:line-through;
}
.selected_categories {
	line-height:30px;
}
.prev, .next, #SignupSubmit { background-color:#A32929; padding:5px 10px; color:#fff; text-decoration:none; -moz-border-radius:2px;
	-webkit-border-radius:2px;}
.prev:hover, .next:hover, #SignupSubmit:hover { background-color:#646464; text-decoration:none;}
.prev { float:left;}
.next , #SignupSubmit{ float:right;}
 #SignupSubmit {margin:0px 0 0 0; padding:4px 10px; border:none; cursor:pointer}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px; float:left; padding:10px; color:#aaa;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#666;}
#steps li#stepDesc0 {
	padding-left:0px;
}
fieldset img.captcha {
	float:right;
	margin:0 5px 0 0;
	cursor:pointer;
	border:none;
}
#rewrite_code, input.input.price {
	width:181px;
	padding:3px;
	background-position:173px 3px;
}
#rewrite_code.error, input.input.price.error {
	background-position:187px 0;
}
input.input.price {
	margin:0 5px 0 0;
}
.input.currency {
	width:54px;
	height:21px;
	padding:2px;
}
.fieldset div.error, .fieldset div.noError {
	float:right;
	margin:10px 60px 15px;
	font-size:11px;
	color:#A32929;
	background:url('../images/icons/warning16.gif') no-repeat;
	height:16px;
	line-height:16px;
	padding:0 0 0 20px;
}
.fieldset.narrow div.error {
	margin:10px 12px 15px;
}
.fieldset div.noError {
	color:#60b802;
	background:url('../images/icons/ok.gif') no-repeat;
}

.fieldset .input.error {
	background:url('../images/fieldset.png') top right;
	border-color:#E1BBBB;
}
span.legend {
	padding:0 0 0 15px;
	margin:8px 5px 0 0;
	font-size:11px;
	display:block;
	float:left;
}
span.legend.required {
	background:url('../images/icons/required.gif') no-repeat 0 0.5px;
}
span.legend.info {
	background:url('../images/icons/info.gif') no-repeat 0px -1px;
}

div.user_listing {
	margin: 12px 0;
	border: 1px solid #ECD6D6;
	background:url('../images/fieldset.png') top right;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	min-height: 101px;
	padding-left: 12px;
}
div.user_listing h3 {
	margin: 12px 0 0;
	padding: 0;
	font-size: 14px;
}
div.user_listing h3 a {
	color: #A32929;
}
div.user_listing .uphoto {
	margin: 0;
	border-color: #ECD6D6;
}