@charset "utf-8";
BODY {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #373737; text-decoration: none; margin: 0px;
	background-image:url(../images/body-bg.jpg); background-position:left top; background-repeat:repeat-x; background-color:#FFFFFF;
}
.main {
	width:1003px; margin:0 auto; background-color:#fafafa; box-shadow: 0px -4px 7px #d0d0d0;
}
.clear {
	clear:both;
}




/*------------ HEADER PART CSS START ------------*/
.header {
	width:1003px;
}
.topslogan {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#aaaaaa; text-decoration:none; font-weight:normal;
	background-image:url(../images/header-top1.jpg); background-position:left top; background-repeat:repeat-x; height:27px; text-align:right; padding:10px 20px 0px 0px;
}
.header .header-bgimage {
	/*background-image:url(../images/header-top2.jpg); background-position:left top; background-repeat:repeat-x;*/ min-height:143px;
	padding:0px 20px; margin-bottom:10px;
	
	background: rgb(255,255,255); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
					background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
					
					-webkit-box-shadow: 0px 0px 5px 0.1px #b5b5b5;
                    -moz-box-shadow: 0px 0px 5px 0.1px #b5b5b5;
					box-shadow: 0px 0px 5px 0.1px #b5b5b5;
}
.logo {
	width:266px; float:left; padding:20px 0px 0px 0px;
}
.searchpart {
	width:340px; float:right; padding:50px 0px 0px 0px;
}
.searchpart a {
	color:#e9761d; font-size:14px; text-decoration:none;
}
.searchpart a:hover {
	color:#872600; font-size:14px; text-decoration:none;
}
.searchmain  {
	background-image:url(../images/search-field-bg.jpg); background-position:left top; background-repeat:no-repeat; padding:4px 3px 0px 3px; width:336px; float:right; height:38px; margin-bottom:15px;
}
.searchfield {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#747474; font-weight:normal; text-decoration:none; border:none; width:260px; height:26px; float:left; margin-top:0px; background:none;
	padding:2px 3px 2px 6px;
}
.searchbutton {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#747474; font-weight:normal; text-decoration:none; border:none; width:60px; height:38px; float:right; margin-top:-4px; background:none;
	padding:0px 0px 0px 0px;
}
.advance-search {
	text-align:right; padding:0px 0px 0px 0px;
}
.menu {
	width:955px; margin:0 auto 10px;
	background: #f0f0f0; border-top:2px solid #0f438a;
}
/*------------ HEADER PART CSS END ------------*/





/*------------ NAVIGATIO PART CSS START ------------*/
#navigation ul#nav {
	height:42px; display:inline;
}
#navigation ul#nav li {
    list-style:none; position: relative; float: left; text-align: center; line-height: 1em; padding:0px 0px 0px 0px;
}
#navigation ul#nav li a {
	display: block; padding: 12px 0; color: #0f438a; text-decoration: none; border-right: 1px solid #ccc;
	text-align: center; background:#f0f0f0; font-size:13px;
}
#navigation ul#nav li a span {
	padding: 0 19px 0 19px;
}
#navigation ul#nav  li ul {
    display: block; position: absolute;
    left: -999em;
    padding: 3px 8px 3px 8px; background:#e0e0e0; margin-left:0px;
}
#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul
{
    display:block; left:0; top:100%; position:absolute; z-index:4000;
}
#navigation ul#nav  li ul li {
    height: auto; background: transparent; text-indent: 0; padding: 0; display:block; width:180px;
}
#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block; background: transparent; padding: 10px 10px; text-decoration: none; margin: 0; color: #0f438a; text-indent: 0; text-align: left;
    border: 0; white-space: nowrap;
}
#navigation ul#nav li ul li a:hover {
    color: #fff; background: #62686e;
}
#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
    background: #e0e0e0;
}
/*------------ NAVIGATIO PART CSS END ------------*/









/*------------ MIDDLE PART CSS START ------------*/
.middle { width:1003px;  background-color:#fafafa;  }

.second-header-part { width:955px; height:230px;  margin:0 auto 30px; 
					background: rgb(255,255,255); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
					background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
					
					-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
                    -moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
					box-shadow: 0px 0px 5px 0.1px #c8c8c8; 
}

.login-box{ width:223px; height:209px; float:left; margin:10px 0px 0px 12px; background-color:#FFFFFF;  -webkit-box-shadow: inset 0px 0px 5px 0.2px 
            #afacac;-moz-box-shadow: inset 0px 0px 5px 0.2px #afacac; box-shadow: inset 0px 0px 5px 0.2px #afacac;}
					
.map-box{ width:194px; height:209px; float:left; margin:30px 20px 0px 23px; background-image:url(../images/map.png); background-repeat:no-repeat;}

.login-down-shadow{ background-image:url(../images/login-down-shadow.png); background-repeat:no-repeat; margin:-10px 0px 0px 20px; float:left; width:182px; height:16px;}

.login-line-shadow{ background-image:url(../images/login-line.png); background-repeat:no-repeat; margin:-2px 0px 0px 60px; float:left; width:103px; height:1px;}

.login-text{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#4265a2; text-align:center; margin:20px 0px 0px 0px;}

.username  {
	background-image:url(../images/user-feild-bg.png);  background-repeat:no-repeat; margin:-19px 5px 0px 0px; width:126px; float:right; height:25px;
}

.userfield {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#747474; font-weight:normal; text-decoration:none; border:none; width:126px; height:25px; float:left; margin-top:0px; background:none;
	padding:2px 3px 2px 6px;
}

.user-name{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}

.log-usr{ width:200px; height:30px; float:left; margin:40px 0px 0px 15px; }

.log-pass{ width:200px; height:30px; float:left; margin:5px 0px 0px 15px; }

.button{ width:197px; height:50px; float:left;}
.loign-button{ width:197px; height:50px; float:left;}
.loign-button a{ background-image:url(../images/login-button.png); background-repeat:no-repeat; width:122px; height:50px; float:left; margin:0px 0px 0px 18px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:13px 0px 0px 78px;}
.loign-button a:hover{ background-image:url(../images/login-button-hover.png); color:#6d380c; font-weight:bold; text-decoration:none;}

.counter-text{ font-family:"Comic Sans MS"; font-size:70px; color:#000000; text-align:center;}

.click-text{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ef6e00; text-align:center; font-weight:bold;}
.click-text a{ text-decoration:none; color:#e67a17;}
.click-text a:hover{ color:#104288;}

.icons{ width:200px; height:50px;  margin:0 auto;}

a.y{ background-image: url(../images/y.png); background-repeat:no-repeat; margin:10px 0px 0px 12px; width:45px; height:42px; float:left;}

a.y:hover{ background-image: url(../images/y-h.png);}

a.my{background-image: url(../images/my.png); background-repeat:no-repeat; margin:10px 0px 0px 0px; width:45px; height:42px; float:left;}

a.my:hover{background-image: url(../images/my-h.png);}

a.v{background-image: url(../images/v.png); background-repeat:no-repeat; margin:10px 0px 0px 0px; width:45px; height:42px; float:left;}

a.v:hover{background-image: url(../images/v-h.png);}

a.t{background-image: url(../images/t.png); background-repeat:no-repeat; margin:10px 0px 0px 0px; width:45px; height:42px; float:left;}

a.t:hover{background-image: url(../images/t-h.png);}
.police{ background-image:url(../images/find-police-station-big.png);  background-repeat:no-repeat; margin:27px 0px 20px 10px; width:210px; float:left; height:56px;}

.stationfield {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#747474; font-weight:normal; text-decoration:none; border:none; width:180px; height:25px; float:left; margin-top:0px; background:none;
	padding:16px 3px 2px 6px;
}

.gold{width:955px; height:230px;  margin:0 auto; }
.gold-listing-part{ width:700px; float:right; margin:0px 0px 0px 0px; background: rgb(255,255,255); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
					background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
					
					-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
                    -moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
					box-shadow: 0px 0px 5px 0.1px #c8c8c8;  }
					

.detail-box{ width:320px; height:171px; float:left; background-color:#FFFFFF; border:#e4e4e4 solid 1px; margin:5px 0px 5px 10px; padding:10px 0px 0px 10px;}
.image-frame{ width:119px; height:151px; float:left; background-image:url(../images/photo-frame.png); background-repeat:no-repeat; margin:0px 0px 0px 0px; padding:3px 0px 0px 3px;}
.inside-image{ width:119px; height:144px; margin:10px 0px 0px 10px; background-image:url(../images/cat.png); background-repeat:no-repeat; }
.right-side{ width:200px; height:160px; float:right;}
.left-side{ width:120px; height:160px; float:left;}
.detail-text{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#005094;  margin:10px 0px 0px 20px;}
.detail-text span{ color:#FF9900;}
.detail-text-small{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#828282;  margin:20px 0px 0px 20px;}
.detail-text2{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#005094;  margin:10px 0px 0px 20px;}
.detail-text2 span{ color:#FF9900;}

.category-bg {
 background-image:url(../images/category-bg.png); background-position:left top; background-repeat:no-repeat; width:189px; height:43px; padding:16px 0px 0px 20px;
}
.category-bg h3 {
 font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none; margin:0px;
}
.blank{ width:100%; height:20px; float:left;}

.more-bg {
 background-image:url(../images/more-info-hand.png); background-position:left top ; float:right; background-repeat:no-repeat; width:80px; height:51px; padding:10px 0px 0px 20px; margin:10px 0px 0px 70px;
}
.more-bg a {
 font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#f0f0f0; text-decoration:none; margin:0px 0px 0px 0px;
}
.more-bg a:hover{ color:#bd5006; font-weight:bold; font-size:11px;}
/*------------ MIDDLE PART CSS END ------------*/






/*------------ FOOTER PART CSS START ------------*/
.footer-main { background-image:url(../images/footer-bg.jpg); background-repeat:repeat-x; background-position:left top; background-color:#001f47; width:100%; padding:23px 0px 0px 0px;}
.footer { width:955px; margin:0 auto; height:35px; color:#f4f4f4; font-size:11px; font-weight:normal; text-decoration:none;}
.footer a { font-family:Arial, Helvetica, sans-serif; color:#b2b2b2; font-size:11px; font-weight:normal; text-decoration:none; outline:none;}
.footer a:hover { color:#FFFFFF; font-size:11px; text-decoration:none;}
.footer .one { width:180px; float:left;}
.footer .two { width:590px; float:left; text-align:center; padding-right:5px; color:#b2b2b2;}
.footer .three { width:180px; float:right;}
/*------------ FOOTER PART CSS END ------------*/





/*------------ Facebook Part CSS Start ------------*/
.middle-section {
	width:955px; margin:0 auto; padding-bottom:30px;
}
.facebook-part {
	width:220px;
	float:left;
	padding:10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	-moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	box-shadow: 0px 0px 5px 0.1px #c8c8c8;
}
.gallery-part {
	width:625px; float:right;
	padding:10px 2px 2px 2px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	-moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	box-shadow: 0px 0px 5px 0.1px #c8c8c8;
}
.thumb-main {
	float:left; padding:0px; margin-right:10px; width:140px; min-height:200px;
}
.thumb-innerborder {
	padding:0px; border:3px solid #CCCCCC;  
}
.thumb-innerborder .name {
	padding:0px 0px 0px 0px; background-image:url(../images/gallery-name.png); background-position:left top; background-repeat:repeat; min-height:50px; text-align:center; position:absolute; width:133px; margin-top:122px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#001881; text-decoration:none; font-weight:normal;
}
.thumb-innerborder .name span {
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#f8870d; text-decoration:none; font-weight:bold;
}

.leftpart {
	width:240px; float:left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	-moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
	box-shadow: 0px 0px 5px 0.1px #c8c8c8;
}
.category-bg {
	background-image:url(../images/category-bg.png); background-position:left top; background-repeat:no-repeat; width:189px; height:43px; padding:16px 0px 0px 20px;
}
.category-bg h3 {
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none; margin:0px;
}
.categories {
	float: left; width: 235px;
}
.categories ul {
	list-style: none; padding:5px 8px 10px 15px;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #333333; text-decoration: none; margin: 0px;
}
.categories li {
    padding:6px 0 6px 15px; margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #898989; border-bottom:1px solid #e7e7e7;
	background-image: url(../images/category-bullet.png); background-repeat: no-repeat; background-position: left 10px;
}
.categories li a {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #898989; text-decoration: none;
}
.categories li a:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #e67919; text-decoration: none;
}
/*------------ Facebook Part CSS END------------*/





.rightpart {
	width:700px; float:right;
}




/*------------ STOLEN CAR CSS START------------*/
.common-content { font-family:Arial, Helvetica, sans-serif; color:#4b4b4b; font-weight:normal; font-size:12px; text-decoration:none; padding:5px 10px 5px 10px;}
.common-content p { font-family:Arial, Helvetica, sans-serif; color:#4b4b4b; font-weight:normal; font-size:12px; text-decoration:none; margin:0px 0px 12px 0px; line-height:18px; }
a { font-family:Arial, Helvetica, sans-serif; color:#1a56ac; font-weight:normal; font-size:12px; text-decoration:none; }
a:hover { font-family:Arial, Helvetica, sans-serif; color:#e67919; font-weight:normal; font-size:12px; text-decoration:underline; }
/*------------ STOLEN CAR CSS END------------*/








/*------------ Second Detail Part CSS Start------------*/
.second-detail{  width:955px; height:130px;  margin:0 auto 30px; 
					background: rgb(255,255,255); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
					background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
					
					-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
                    -moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
					box-shadow: 0px 0px 5px 0.1px #c8c8c8; 
}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#ec924f; font-weight:bold; margin:0px 0px 0px 15px; padding:15px 0px 0px 0px;}
.line{ width:100%; height:1px; float:left; margin:10px 0px 10px 0px; background-color:#e5e5e5;}
.detail-matter{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003333; margin:0px 0px 0px 15px; padding:20px 0px 0px 0px; line-height:20px;}
/*------------ Second Detail Part CSS END------------*/








/*------------ BLOG CSS START------------*/
.blog-toplink {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3b3b3b; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 10px 0px;}
.blog-toplink a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f4286; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.blog-toplink a:hover {color:#e67919; text-decoration:none;}

.blog-display { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.blog-repeatmain { margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; border:1px solid #e5e5e5;}
.blog-repeatmain .top-part { margin:0px 0px 0px 0px; background-color:#f9f9f9; padding:6px 10px 6px 10px; font-size:13px; color:#0f4286; font-weight:bold;
							background-image:url(../images/blog-dashed-border.gif); background-repeat:repeat-x; background-position:left bottom;}
.blog-content { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:8px 10px 8px 10px; line-height:18px; 
				background-image:url(../images/blog-bg.gif); background-repeat:repeat-x; background-position:center bottom; background-color:#FFFFFF;}
.blog-content p { font-family:Arial, Helvetica, sans-serif; color:#4B4B4B; font-weight:normal; font-size:12px; text-decoration:none; margin:0px 0px 6px 0px; line-height:18px;}
.blog-point ul { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 10px 20px; padding:0px 0px 0px 0px; line-height:18px;}
.blog-point ul li { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 0px 12px; line-height:18px;
						background-image:url(../images/blog-bullet.gif); background-position:left 6px; background-repeat:no-repeat; list-style-type:none;}
.blog-content .blog-title { color:#e67a15; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; margin:0px 0px 0px 0px; padding:0px 0px 6px 0px; line-height:18px;}
.blog-bottomline { color:#828181; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; margin:0px 0px 0px 0px; padding:7px 10px 7px 10px; background-image:url(../images/blog-bottombg.gif);
					background-repeat:repeat-x; background-position:left top; text-align:right;}
.blog-bottomline a { color:#0f4286; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none;}
.blog-bottomline a:hover { color:#e67919; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none;}
/*------------ BLOG CSS END ------------*/







/*------------ AFTER LOGIN CSS START ------------*/
.detail-bg { background-image:url(../images/detail-bg.png); background-position:left top; background-repeat:no-repeat; width:200px; height:130px; position:absolute; margin:0px 0px 0px 729px;
			 padding:0px 0px 0px 50px;	}
.welcome-part { font-family:Arial, Helvetica, sans-serif; color:#3d3d3d; font-weight:bold; font-size:12px; text-decoration:none; margin:0px 0px 0px 0px; padding:15px 0px 0px 0px; min-height:40px;}
.welcome-part a { font-family:Arial, Helvetica, sans-serif; color:#e9761d; font-weight:bold; font-size:12px; text-decoration:underline;}
.welcome-part a:hover { font-family:Arial, Helvetica, sans-serif; color:#e9761d; font-weight:bold; font-size:12px; text-decoration:none;}

.detail-icon { background-image:url(../images/detail-icon.png); background-position:left top; background-repeat:no-repeat; height:14px; margin:0px 0px 10px 0px; padding:0px 0px 0px 25px;}
.listing-icon { background-image:url(../images/list-icon.png); background-position:left top; background-repeat:no-repeat; height:14px; margin:0px 0px 10px 0px; padding:0px 0px 0px 25px;}
.liststolen-icon { background-image:url(../images/stolenlist-icon.png); background-position:left top; background-repeat:no-repeat; height:14px; margin:0px 0px 0px 0px; padding:0px 0px 0px 25px;}

.user-infopart { width:470px; float:left; margin:0px 40px 0px 0px; background: rgb(255,255,255); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), 		
								color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
					background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
					
					-webkit-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
                    -moz-box-shadow: 0px 0px 5px 0.1px #c8c8c8;
					box-shadow: 0px 0px 5px 0.1px #c8c8c8; }
					
.user-fieldpart { padding:5px 5px 5px 10px; }	
.user-fieldpart .field-repeatmain { padding:0px 0px 0px 0px; margin-bottom:6px; }
.user-fieldname { width:140px; padding:8px 0px 5px 0px; float:left; }
.user-field { width:310px; padding:0px 0px 5px 0px; float:left; }
.infofield { width:250px; padding:5px 5px 5px 5px; background-image:url(../images/user-field-bg.jpg); background-repeat:repeat-x; background-position:left top; border:1px solid #dedede; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
				height:23px; }
.infodropdown { width:262px; padding:5px 5px 5px 5px; background-image:url(../images/user-field-bg.jpg); background-repeat:repeat-x; background-position:left top; border:1px solid #dedede; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
				height:35px; }	
.infotextarea { width:250px; padding:5px 5px 5px 5px; background-image:url(../images/user-field-bg.jpg); background-repeat:repeat-x; background-position:left top; border:1px solid #dedede; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
				height:75px; background-color:#fafafa; }

.button-submit { width:197px; height:38px; background-image:url(../images/login-button.png); background-repeat:no-repeat; padding:12px 0px 0px 0px; text-align:center;}
.button-submit:hover { width:197px; height:38px; background-image:url(../images/login-button.png); background-repeat:no-repeat; padding:12px 0px 0px 0px; text-align:center;}
.button-submit a{ margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:0px 0px 0px 0px;}
.button-submit a:hover{ margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6D380C; text-decoration:none; padding:0px 0px 0px 0px;}

.user-rightcontentpart { width:440px; float:right; margin:0px 0px 0px 0px; }
.user-rightcontentpart h1 {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#114389; text-decoration:none; font-weight:bold; margin:0px 0px 12px 0px; }
.user-rightcontentpart p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4B4B4B; text-decoration:none; font-weight:normal; margin:0px 0px 10px 0px; line-height:18px; }

.user-rightcontentpart h3 {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#114389; text-decoration:none; font-weight:bold; margin:0px 0px 12px 0px; }
/*------------ AFTER LOGIN CSS END ------------*/









/*------------ JIGNESH NEW CSS ---- BECOME A MEMBER Part CSS START ------------*/
.user-detail-box{ width:668px; height:666px; float:left; background-color:#FFFFFF; border:#e4e4e4 solid 1px; margin:5px 0px 5px 10px; padding:10px 0px 0px 10px;}
.user-login-box{ width:668px; height:230px; float:left; background-color:; border:#e4e4e4 solid 1px; margin:5px 0px 10px 10px; padding:10px 0px 0px 10px;}

.user-name-box{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; text-align:right; width:35%; float:left; padding:8px 8px 0px 0px;}
.user-middle-box{ width:600px; height:100%; margin:0 auto;}
.username-box  {
	margin:0px 0px 0px 0px; width:60%; float:left; padding:0px 0px 0px 0px;
}
.username-boxf  {
	 margin:-19px 5px 0px 0px; width:204px; float:right; height:28px;
}
.userfield-box{
	width:250px; padding:5px 5px 5px 5px; background-image:url(../images/user-field-bg.jpg); background-repeat:repeat-x; background-position:left top; border:1px solid #dedede;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; height:23px; 
}
.userfield-addbox{
	width:250px; padding:5px 5px 5px 5px; background-image:url(../images/user-field-bg.jpg); background-repeat:repeat-x; background-position:left top; border:1px solid #dedede;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; height:75px; background-color:#fafafa; 
}
.username-addbox  {
	background-image:url(http://www.stolenproperty.com.au/images/become-a-member-address-bg.png);  background-repeat:no-repeat; margin:-19px 5px 15px 0px; width:204px; float:right; height:69px;
}
.log-usr-box{ width:100%; float:left; margin:0px 0px 12px 0px; padding:0px 0px 0px 0px; }
.log-usr-postbox{ width:69%; height:30px; float:left; margin:55px 0px 5px 15px; }
.capcha{ width:180px; height:48px; float:left; margin: 0px 0px 10px 231px;  padding: 5px 0px 0px 3px;background-image:url(http://www.stolenproperty.com.au/images/capcha-code-bg.png); background-repeat:no-repeat;}
.submit-button{ width:197px; height:50px; margin: 0px 0px 0px 146px;}
.submit-button a{ background-image:url(../images/login-button.png); background-repeat:no-repeat; width:122px; height:50px; float:left; margin:0px 0px 0px 18px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:13px 0px 0px 75px;}
.submit-button a:hover{ background-image:url(../images/login-button-hover.png); color:#6d380c;}

.sign-in-button{ width:197px; height:50px; margin: 0px 0px 0px 0px; float:left;}
.sign-in-button a{ background-image:url(../images/login-button.png); background-repeat:no-repeat; width:122px; height:50px; float:left; margin:0px 0px 0px 18px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:13px 0px 0px 75px;}
.sign-in-button a:hover{ background-image:url(../images/login-button-hover.png); color:#6d380c;}

.button-submitwo { width:197px; height:38px; background-image:url(../images/login-button.png); background-repeat:no-repeat; padding:12px 0px 0px 0px; text-align:center; float:left;}
.button-submitwo:hover { width:197px; height:38px; background-image:url(../images/login-button.png); background-repeat:no-repeat; padding:12px 0px 0px 0px; text-align:center; float:left;}
.button-submitwo a{ margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:0px 0px 0px 0px;}
.button-submitwo a:hover{ margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6D380C; text-decoration:none; padding:0px 0px 0px 0px;}

.register-button{ width:197px; height:50px; margin: 0px 0px 0px 0px; float:left;}
.register-button a{ background-image:url(../images/login-button.png); background-repeat:no-repeat; width:122px; height:50px; float:left; margin:0px 0px 0px 18px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none; padding:13px 0px 0px 70px;}
.register-button a:hover{ background-image:url(../images/login-button-hover.png); color:#6d380c;}

.sign-register{ width:394px; height:50px; float:left; margin: 10px 0px 10px 90px;}
.forgot{ float:left; margin: 5px 0px 10px 220px;}
.forgot a{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF9900; text-align:center; text-decoration:none;}
.forgot a:hover{ color:#993300;}
/*------------ JIGNESH NEW CSS ---- BECOME A MEMBER Part CSS END ------------*/













/*------------ MY LISTING PAGE CSS START ------------*/
.my-listingmain { border:1px solid #E4E4E4; padding:0px 0px 0px 0px; margin:0px 0px 10px 0px; background-color:#FFFFFF;}
.my-listingtop { border-bottom:1px dotted #bababa; padding:5px 10px 5px 10px; margin:0px 0px 0px 0px; background-color:#FFFFFF; background-image:url(../images/my-listing-top.jpg); background-repeat:repeat-x; background-position:left top; height:18px;}
.my-listingtop h5{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#114389; text-decoration:none; margin:0px;}
.my-listing-middle { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:8px 10px 8px 10px; line-height:18px; 
				background-image:url(../images/blog-bg.gif); background-repeat:repeat-x; background-position:center bottom; background-color:#FFFFFF; min-height:100px;}
.my-list-serialnumber { color:#0f4286; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 3px 0px; }
.my-list-serialnumber span { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
.my-list-make { width:215px; float:left; color:#0F4286; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 3px 0px; }
.my-list-make span { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
.my-list-color { color:#0f4286; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 3px 0px; width:40px; float:left; }
.my-list-description { color:#4B4B4B; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px; padding:0px 0px 3px 0px; }
/*------------ MY LISTING PAGE CSS END ------------*/


















/*------------ NEW CSS CLASS START - 07-06-2012 ------------*/
.package-title { font-family:Arial, Helvetica, sans-serif; color:#265c89; font-weight:bold; font-size:17px; text-decoration:none; padding:3px 5px 10px 5px; }
.package-price { font-family:Arial, Helvetica, sans-serif; color:#3d3d3d; font-weight:bold; font-size:16px; text-decoration:none; padding:3px 5px 10px 5px; }
.name-btmborder { font-family:Arial, Helvetica, sans-serif; color:#4B4B4B; font-weight:normal; font-size:12px; text-decoration:none; padding:8px 5px 8px 3px; border-bottom:1px solid #e0e0e0; }
.bronze-titlecolor { background-color:#ebf1f9; border-bottom:0px solid #FFFFFF; border-right:2px solid #FFFFFF; padding:8px 5px 8px 3px; background-image:url(../images/list-border.png); background-repeat:no-repeat; background-position:center bottom;}
.silver-titlecolor { background-color:#d2e0f3; border-bottom:0px solid #FFFFFF; border-right:2px solid #FFFFFF; padding:8px 5px 8px 3px; background-image:url(../images/list-border.png); background-repeat:no-repeat; background-position:center bottom;}
.gold-titlecolor { background-color:#bdd2ee; border-bottom:0px solid #FFFFFF; border-right:2px solid #FFFFFF; padding:8px 5px 8px 3px; background-image:url(../images/list-border.png); background-repeat:no-repeat; background-position:center bottom;}
.platinum-titlecolor { background-color:#a4c1e5; border-bottom:0px solid #FFFFFF; padding:8px 5px 8px 3px; background-image:url(../images/list-border.png); background-repeat:no-repeat; background-position:center bottom;}
.common-content span { font-family:Arial, Helvetica, sans-serif; color:#131e2d; font-weight:bold; font-size:13px; text-decoration:none; }

a.button-register { background-image:url(../images/price-button.jpg); background-repeat:repeat-x; background-position:left top; border: 1px solid #c35c00; color: #FFFFFF;
    cursor: pointer; display: block; font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold;
    height: 27px; line-height: 27px; padding: 0 12px; text-decoration: none;}
a.button-register:hover { background-image:url(../images/price-button-hover.jpg); background-repeat:repeat-x; background-position:left top; border: 1px solid #c35c00; color: #FFFFFF;
    cursor: pointer; display: block; font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: bold;
    height: 27px; line-height: 27px; padding: 0 12px; text-decoration: none; }

.advsearch-main { padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; border-bottom:1px solid #93b6e4; }
.advsearch-main span { font-family:Arial, Helvetica, sans-serif; color:#1A67B0; font-weight:bold; font-size:12px; text-decoration:none; line-height:20px; }


.category-detail { color: #1A67B0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; line-height: 17px; text-decoration: none; }
.category-detail .orange-12 { color: #FF7800; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: justify; text-decoration: none }
.locationtext { color: #FF7800; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: justify; text-decoration: none }
/*------------ NEW CSS CLASS END - 07-06-2012 ------------*/

.contactmain
{
	position: fixed;
	z-index: 1001;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 600px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	
	background-image: none;
	background-repeat: no-repeat;
	display: block;
	border: solid 1px black;
	padding: 100px 0 0 0;
}

.pagination1
{
	text-align:center;
}

.pagination1 a
{

background: url("../images/gbtn-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #97A7AF;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 85%;
    line-height: 14px;
    margin-left:4px;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    

}





/*Yahoo Site Explorer Menu*/
a.pager-span:link, a.pager-span:visited,
span.pager-span{display:inline-block;position:relative;background:transparent url(../images/gbtn-bg.png) repeat-x;border:1px solid #97a7af;margin-left:4px;padding:5px 8px;text-decoration:none;color:#333;font-size:85%;line-height:14px;cursor:pointer;white-space:nowrap;}a.btn:hover, input.btn:hover{background-image:url(../images/gbtn-bg-sel.png);border:1px solid #e4905a;color:#e4905a;text-decoration:none;}a.btn.sel:link, a.btn.sel:visited,
span.pager-span{background-image:url(../images/gbtn-bg-sel.png);border-color:#e4905a;color:#333;font-weight:bold;cursor:pointer;}a.btn i, span.btn i{display:block;_display:none;position:absolute;width:1px;height:1px;line-height:0;background:#fff;}a.btn i.tl, span.btn i.tl{top:-1px;left:-1px;}a.btn i.tr, span.btn i.tr{top:-1px;right:-1px;}a.btn i.bl, span.btn i.bl{bottom:-1px;left:-1px;}a.btn i.br, span.btn i.br{bottom:-1px;right:-1px;}a.hidden:link, a.hidden:visited, input.hidden, span.hidden{display:none;}#doc.home #top{float:left;clear:both;margin-bottom:24px;}