/*
* Author: Emrullah Tanıma;
* Author URI: http://www.emrullahtanima.com
*/
.details {
	margin:15px;
	margin-top:0px;
	border:1px solid #eaeaea;
}
.details h4 {
	background:#f8f8f8;
	padding:10px;
	color:#333;
	border-bottom:1px solid #eaeaea;
	font-size:14px;
	font-family:Play;
	font-weight:normal;
	padding-left:15px;
	text-transform:capitalize;
}
.details h3 {
	background:#e6ffc2;
	margin:10px;
	padding:20px;
	text-align:center;
	text-transform:capitalize;
	font-weight:normal;
}
.details ul {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.details ul li {
	display:inline;
	padding-left:5px;
	padding-right:14px;
	font-size:11px;
	border-right:1px solid #bbb;
}
.details span.dist {
	width:205px !important;
	float:left;
	padding:10px;
}
.details span.dist b {
	color:#00aeef;
	font-family:"Play";
	font-weight:normal;
	font-size:13px;
}
.details span.price {
	padding:10px;
	float:left;
	width:140px !important;
}
.details span.price b {
	color:#00aeef;
	font-family:"Play";
	font-weight:normal;
	font-size:13px;
}
span.checkbox {
	padding-left: 20px;
	padding-top:2px;
    margin: 2px 5px 0px 0;
    width: 140px;
    height: 20px;
    display: block;
    float: left;
    background: url('../img/checkbox.png') no-repeat;
	background-position: 0px -50px;
	font-size:12px;
}
.comment_sender {
	width:50px;
	background:#f5f5f5;
	border:1px solid #ddd;
	color:#555;
	text-transform:uppercase;
	margin:5px;
	padding:15px;
	font-size:30px;
	text-align:center;
	border-radius:3px;
	margin-right:-5px;
	overflow:hidden;
	vertical-align:middle;
	font-weight:normal;
	float:left;
}
.comment_text {
	padding:0px !important;
}
.comment_info {
	float:left;
	width:520px;
	margin:10px;
	margin-top:5px !important;
	padding:3px;
}
.comment_info span.left {
	color:#333;
	float:left;
	font-size:15px;
	text-transform:capitalize;
	font-family:Play;
	font-weight:normal;
}
.comment_info span.right {
	float:right;
	font-weight:normal;
}
.comment_text {
	float:left;
	width:510px;
	margin:14px;
	margin-top:-10px !important;
	padding:5px;
}
.details ul li img {
	vertical-align:middle;
	width:22px;
	height:22px;
}
.details p {
	padding:10px;
}
#search_fast {
	width:250px;
	float:left;
	border:1px solid #eaeaea;
	border-radius:3px;
}
#search_fast table {
	width:100%;
}
#search_fast h4 {
	background:#f8f8f8;
	font-family:Play;
	padding:10px 15px;
	font-size:15px;
	border-bottom:1px solid #eaeaea;
	color:#444;
}
#search_fast tr td{
	border-bottom:1px solid #eaeaea;
	padding:7px;
	padding-left:15px;
	color:#333;
}
#search_fast button {
	text-decoration:none;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#229ac8;
	background-image:linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	border-color:#1f90bb #1f90bb #145e7a;
	padding:10px 70px;
	margin-top:5px;
	border-radius:4px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	transition:all 400ms;
	cursor:pointer;
	margin:10px;
	margin-left:20px;
}
#search_fast button:hover {
	background-color:#1f90bb;
	background-image:linear-gradient(to bottom, #1f90bb, #219ac8);
	border-color:#4daed3 #4daed3 #4daed3;
	border:1px solid #204d74;
	transition:all 400ms;
}
#search_fast tr td input {
	padding:5px;
	width:155px;
	border:1px solid #ddd;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0px 0px 10px #ebebeb;
	transition:all 300ms;
}
#search_fast tr td input:hover,#search_fast tr td select:hover {
	border:1px solid #bbb;
	transition:all 300ms;
}
#search_fast tr td select{
	box-shadow:inset 0px 0px 10px #ebebeb;
	padding:5px;
	width:165px;
	border:1px solid #ddd;
	border-radius:3px;
	-webkit-border-radius:3px;
	transition:all 300ms;
}
#s_lider {
	width:705px;
	float:right;
}
button.search {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#229ac8;
	background-image:linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	border-color:#1f90bb #1f90bb #145e7a;
	padding:5px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	transition:all 400ms;
	cursor:pointer;
}
ul.menu-right input {
	padding:5px;
	border:1px solid #ccc;
}
form.search {
	margin-top:-5px;
}
.search_detail {
	margin-left:10px;
	margin-right:10px;
	display:block;
	border-bottom:1px dashed #ebebeb;
	padding:10px;
	transition:all 400ms;
}
.search_detail:hover {
	background:#f8f8f8;
	transition:all 400ms;
}
.search_detail img {
	width:80px;
	height:60px;
	float:left;
	margin-right:10px;
	border-radius:3px;
}
.search_detail span {
	float:left;
	color:#444;
	margin-top:-2px;
	font-size:11px;
}
.search_detail b {
	margin-right:5px;
	margin-left:3px;
	color:#666;
}
.search_detail a {
	color:#00aeef;
	text-decoration:none;
	font-family:Play;
	font-size:16px;
	padding-bottom:5px;
}
.search_detail a:hover {
	color:#F09217;
	transition:all 400ms;
}
.vill_calendar {
	margin:10px;
}
.vill_calendar p {
	background:#e6ffc2;
	font-size:11px;
}
.vill_calendar p b {
	font-size:14px;
	font-family:"Play";
	font-weight:normal;
}
.vill_calendar span {
	margin-top:10px;
}
.vill_cal {
	margin-top:10px;
	width:205px;
	border-radius:5px 5px 0px 0px;
	float:left;
	margin-left:10px;
	text-align:center;
	border-left:1px solid #eaeaea;
}
.vill_cal h5.vill_cal {
	width:187px;
	background:url("../img/vill_cal_bg.png") repeat-x;
	color:#fff;
	padding:7px;
	font-weight:normal;
	font-size:12px;
	border-bottom:1px solid #41531d;
	border-left:1px solid #628127;
	border-right:1px solid #6d8f2b;
	border-top:1px solid #71952c;
	text-align:center;
	margin:0px;
	border-radius:5px 5px 0px 0px;
}
.vill_cal span#day {
	width:18px;
	background:#ffab00;
	color:#444;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #ff8100;
	border-bottom:1px solid #ff8100;
}
.vill_cal span  {
	width:18px;
	color:#d62d2d;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.vill_cal span b {
	display:none;
}
span.none {
	background:#ffabab;
	color:#d62d2d;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
span.out{
	background:url("../img/out_date.png");
	color:#fff;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	cursor:pointer;
}
span.in{
	background:url("../img/in_date.png");
	color:#fff;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	cursor:pointer;
}
span.select {
	color:#333;
	display:inline;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	transition:all 400ms;
}
#res span.select:hover {
	background:#00bde5;
	color:#eee;
	transition:all 400ms;
	cursor:pointer;
}
span.selected {
	background:#ff9600;
	color:#ffde8f;
	transition:all 400ms;
}
p.no_comment_perm {
	background:#e6ffc2;
	padding:15px;
	margin:10px;
	font-size:14px;
	text-transform:capitalize;
	text-align:center;
}
button.comment_add {
	cursor:pointer;
	padding:7px 15px;
	background:#f5f5f5;
	border:1px solid #ebebeb;
	border-radius:3px;
	color:#444;
	font-weight:bold;
	float:right;
	margin-right:15px;
	margin-bottom:10px;
}
button.comment_add:hover {
	background:#eaeaea;
	border:1px solid #ddd;
	color:#222;
	transition:all 300ms;
}
#v_c {
	max-height:177px;
	overflow-y:scroll;
}
li.price {
	background:#00aeef;
	color:#fff;
	font-size:11px !important;
	padding-left:10px;
	border-top:1px solid #007abe !important;
	height:28px !important;
}
#slider tr td input {
	color:#555;
}
#slider tr td select {
	color:#555;
}
a.res2 {
	font-size:14px;
	font-family:Play;
	color:#00aeef;
}