/* $Id: specialist.css 350 2012-03-12 12:11:27Z gaj.capuder $ */

.specialist {

}

.specialist .ajax_loader {
	float: right;
	margin-bottom: 1em;
}

.specialist .google_map {
	width: 330px;
	height: 330px;
	background: #eee;
	margin-bottom: 2em;
}

.specialist .google_map_search {
	width: 100%;
}
.specialist .google_map_search th {
	text-align: right;
	padding-right: 10px;
	width: 140px;
}
.specialist .google_map_search .text input {
	border: 1px solid #c0c0c0;
	width: 390px;
	height: 21px; /*25*/
	padding: 4px 7px 0;
	margin: 0;
	color: #999;
	background: #fff url('/media/dsg/form_input_gradient.gif') repeat-x top left;
}
.specialist .google_map_search_with_next_step .text input {
	width: 292px;
}
.specialist .google_map_search .button {
	text-align: right;
}
.specialist .google_map_search .button input {
	border: none;
	background: url('../dsg/form_button.gif') no-repeat center center;
	width: 73px;
	height: 27px;
	color: #fff;
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

/* items */
.specialist .items {
	clear: right;
	float: right;
	width: 300px;
	overflow: hidden;
}
.specialist .items ul.list {
	list-style-type: none;
	margin: 0;
}
.specialist .items ul.list li {
	margin: 0 0 10px 0;
	height: 1%;
}
.specialist .items ul.list li .top {
	background: url('../dsg/items_top.gif') no-repeat top left;
	padding: 15px 15px 5px;
	min-height: 95px; /*115*/
}
.specialist .items ul.list li .bottom {
	background: url('../dsg/items_bottom.gif') no-repeat top left;
	height: 10px;
	overflow: hidden;
}
.specialist .items ul.list li.gold .top {
	background-image: url('../dsg/items_top_gold.gif');
}
.specialist .items ul.list li.gold .bottom {
	background-image: url('../dsg/items_bottom_gold.gif');
}
.specialist .items ul.list li .icon {
	float: right;
	cursor: pointer;
}
.specialist .items ul.list li h6.title {
	text-transform: uppercase;
	font-size: 0.923em;
}
.specialist .items ul.list li .address {
	font-weight: bold;
}
.specialist .items ul.list li .specialist_icons {
	margin-bottom: 10px;
}
.specialist .items ul.list li .specialist_icons img {
	width: 120px;
}
.specialist .items ul.list li .specialist_icons .specialist_logo {
	margin-right: 25px;
}

/* buttons */
.specialist .items a.next_step,
.specialist .items a.show_all,
.specialist .google_map_search .next_step a {
	float: left;
	width: 90px;
	height: 22px; /*25*/
	padding-top: 3px;
	background: url('../dsg/button_next_step.gif') no-repeat center center;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.846em;
}
.specialist .google_map_search .next_step a {
	margin-left: 5px;
}
.specialist .items a.show_all {
	float: right;
	background-image: url('../dsg/button_show_all.gif');
	color: #004367;
}

.specialist .items p.picture {
	background: #fff;
	border: 1px solid #bdc1a3;
	text-align: center;
	overflow: hidden;
}

.specialist .google_map_direction {
	padding: 0 !important;
}
