/*
Theme Name: Tatso
Version: 1.6
*/

*{
	margin: 0px;
	padding: 0px;
}

a img{
	border: 0px;
}

ul{
    list-style: inside;
}

body{
	font-family: Tahoma, Verdana, 'Trebuchet MS';
	font-size: 12px;
	color: #000000;
	background: #e8effa url('images/body.jpg') top left repeat-x;
}

div#wrapper{
	width: 977px;
	margin: 0 auto;
}

div#login{
	height: 36px;
	padding: 2px 2px 0px 0px;
	color: #f8f9fa;
	text-align: right;
}

div#login td{
	padding: 3px;
}

div#login a{
	color: #f8f9fa;
	font-weight: bold;
	text-decoration: none;
}

div#header{
	height: 90px;
	background: url('images/header.jpg') top left no-repeat;
	padding: 25px 0px 7px 249px;
	overflow: hidden;
}

div#menu{
	height: 49px;
	background: url('images/menu.jpg') top left no-repeat;
	padding: 0px 3px 0px 5px;
}

div#menu form#searchform{
	float: right;
	width: 215px;
	padding: 12px 0px 0px 0px;
}

div#menu form#searchform input#s{
	float: left;
	width: 155px;
	height: 17px;
	border: 0px;
	font-size: 11px;
	color: #3a4b62;
	padding: 2px 5px 0px 5px;
	margin: 2px 0px 0px 0px;
}

div#menu form#searchform input#search_submit{
	background: url('images/searchform-submit.jpg') top left no-repeat;
	width: 29px;
	height: 22px;
	float: left;
	border: 0px;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
div#tatzo_welcome{
	width: 300px;
	margin: 0px 0px 0px -66px;
	padding: 7px 0px 0px 743px;
	height: 180px;
	background: url('images/tatzo-welcome.jpg') top left no-repeat;
	position: relative;
	z-index: 1;
}

div#tatzo_welcome a#welcome{
	position: absolute;
	display: block;
	width: 100px;
	height: 30px;
	top: 138px;
	left: 577px;
}

div#tatzo_welcome div.tatzo_welcome_banner{
	float: left;
	width: 150px;
	height: 100%;
	overflow: hidden;
}

div#location{
	height: 71px;
	background: url('images/localtion.jpg') top left no-repeat;
	padding: 6px 0px 0px 307px;
}

div#location form#location_search{
	width: 380px;
	height: 30px;
	float: right;
	background: url('images/location-search.jpg') bottom left no-repeat;
	padding: 20px 11px 0px 11px;
}

/*
div#location form#location_search select{
	width: 165px;
	height: 20px;
	border: 1px solid #9cb4da;
}
*/
div#location form#location_search input{
	border: 0px;
	background: none;
	color: #fffffe;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}


div#location h4{
	color: #4781d1;
	font-size: 20px;
	font-weight: normal;
	padding: 16px 0px 0px 0px;
}

div#location div{
	color: #435a78;
	font-size: 10px;
	padding: 0px 0px 0px 6px;
}

div#categories_header{
	height: 30px;
	background: url('images/categories-head.jpg') top left no-repeat;
	padding: 30px 0px 0px 20px;
	position: relative;
}

div#categories_header div#bookmarks{
	background: url('images/bookmarks.jpg') top left no-repeat;
	width: 145px;
	height: 25px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}

div#categories_header div#bookmarks div{
	display: none;
	width: 145px;
	background-color: #E8EEFA;
	border: 1px solid #CED4DC;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#categories_header h2{
	float: left;
	color: #c00f03;
	font-size: 14px;
	font-weight: normal;
	width: 500px;
}

div#categories_header div#breadcrumb{
	float: left;
	width: 500px;
	font-size: 11px;
	font-weight: bold;
	color: #3a4b62;
}

div#categories_header div#breadcrumb a{
	color: #3a4b62;
}

div#categories_header div#breadcrumb a:hover{
	text-decoration: none;
	color: #4781d1;
}

div#categories_header div#breadcrumb span{
	color: #4781d1;
}

div#main_container{
	float: left;
	position: relative;
	width: 714px;
	padding: 0px 15px 50px 15px;
	background: url('images/categories-footer.jpg') -1px bottom no-repeat;
	border-left: 1px solid #ced4dc;
	border-right: 1px solid #ced4dc;
	background-color: #fffffe;
}

div#main_container a#all_ads_btn{
	position: absolute;
	bottom: 18px;
	right: 16px;
	/*width: 72px;
	height: 25px;
	background: url('images/all_ads.jpg') top left no-repeat;*/
}

div#main_container a#post_add_here{
	position: absolute;
	bottom: 18px;
	right: 96px;
	/*width: 140px;
	height: 25px;
	background: url('images/post_add_here.jpg') top left no-repeat;*/
}

div#main_container a#refer_to_friend{
	position: absolute;
	bottom: 5px;
	left: 30px;
	width: 205px;
	height: 15px;
	color: #435a78;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#main_container div#line_fixer1{
	width: 1px;
	height: 4px;
	background-color: #e8effa;
	position: absolute;
	left: -1px;
	bottom: 26px;
	z-index: 1;
}

div#main_container div#line_fixer2{
	width: 1px;
	height: 3px;
	background-color: #e8effa;
	position: absolute;
	right: -1px;
	bottom: 0px;
	z-index: 1;
}

div#sidebar-banners{
	float: right;
	width: 221px;
}

div#sidebar-banners div#ad1{
	height: 221px;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
}

div#sidebar-banners div#ad2{
	height: 118px;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
}

div#sidebar-banners div#ad3{
	height: 123px;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
}

div#sidebar-banners div#ad4{
	height: 118px;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
}

div#footer{
	height: 50px;
	background: url('images/footer.jpg') top left no-repeat;
	padding: 22px 17px 0px 16px;
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	color: #3a4b62;
}

div#footer a{
	text-decoration: none;
	color: #3a4b62;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer ul{
	float: right;
	list-style: none;
}

div#footer ul li{
	display: inline;
	border-right: 1px solid #3a4b62;
	padding: 0px 3px 0px 4px;
}

ul#ajax_login{
	list-style: none;
	width: 100%;
}

ul#ajax_login h3{
	color: #c00f03;
	font-size: 18px;
	font-weight: normal;
}

ul#ajax_login form{
	padding: 0px 0px 0px 240px;
	color: #384a63;
	position: relative;
}

ul#ajax_login form a{
	color: #384a63;
	font-size: 11px;
}

ul#ajax_login form a:hover{
	color: #c00f03;
}

ul#ajax_login form label{
	color: #4781d1;
	font-weight: bold;
}

ul#ajax_login form label input{
	width: 235px;
	height: 20px;
	border: 1px solid #ced4dc;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul#ajax_login form label#check{
	position: absolute;
	right: 70px;
	top: 60px;
	width: 150px;
	color: #384a63;
	font-size: 11px;
}

ul#ajax_login form label#check input{
	width: auto;
	height: auto;
	border: 1px solid #ced4dc;
	background-color: #fffffe;
}

ul#ajax_login form input[type="button"],
ul#ajax_login form input[type="submit"]{
	width: 94px;
	height: 22px;
	background: url('images/scbutton.jpg') top left no-repeat;
	border: 0px;
	color: #fffffe;
	font-weight: bold;
	margin: 10px 240px 5px 0px;
	float: right;
}

/* Contact Form 7 */
form.wpcf7-form{
	width: 240px;
	margin: 0 auto;
}

form.wpcf7-form p{
	color: #4781d1;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

form.wpcf7-form p input{
	height: 22px;
	width: 100%;
	border: 1px solid #ced4dc;
}

form.wpcf7-form p input#contact-form7-submit{
	width: 94px;
	height: 22px;
	background: url('images/scbutton.jpg') top left no-repeat;
	border: 0px;
	float: right;
	color: #fffffe;
	font-weight: bold;
}

form.wpcf7-form p textarea{
	width: 100%;
	height: 78px;
	border: 1px solid #ced4dc;
}


.clear{
	clear: both;
	font-size: 0px;
}
