/* Styles Reset */
body {
	padding: 0;
	font: 62.5% "Trebuchet MS", Arial, Verdana, sans-serif;
}

img {
	border: none;
}

a, a:active {
	outline: none;
}

a img{
 border: none;
}
form {
  padding: 0; 
  margin: 0;
}

/* Structure Style */
#container {
	width: 755px;
	overflow: hidden;
	margin: 0 auto;
}

a, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}
	#designer-details .contact-info h4,
	#designer-details .contact-info p {
		margin: 0 5px;
		padding: 0 5px;
		font-size: 1em;
	}

	#designer-details .contact-info h2 {
		color: #043257;
		font-size: 1.5em;
		line-height: 25px;
		font-weight: bold;
		letter-spacing: -1px;
    margin: 10px;
	}
	#designer-details .contact-info h4 {
		background: #e5e5e5;
		font-weight: bold;
		line-height: 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#designer-details .contact-info p{
		line-height: 17px;
		margin: 3px 5px;
	}

/* Styles for Designer's details page */
#designer-details #sort_by_bar {
	display: block; 
	width: auto;
	margin: 0 1px;
	height: 30px;
	line-height: 30px;
	border-top: #fcfcfc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #fff url(../../img/idpainters/sort_by_gradient_30.jpg) repeat-x;
	padding: 0 20px;
}
#designer-details #sort_by_bar label,
#designer-details #sort_by_bar select {
	font-size: 1em;
	line-height: 25px;
	vertical-align: middle;
}

#designer-details #sort_by_bar label{
	color: #fff;
	margin-right: 5px;
}

#designer-details .contact-info,
#designer-details .gallery {
	float: left;
	display: block;
	overflow: hidden;
	margin: 30px 0 20px;
}

#designer-details .contact-info {
	margin-left: 50px;
	margin-right: 30px;
	border: #e5e5e5 solid 2px;
	border-left: #dadada solid 2px;
	border-top: #dadada solid 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 260px;
	display: block;
}

	#designer-details .contact-info .wrap {
		display: block;
		overflow: hidden;
		width: auto;
	}
	
	#designer-details .contact-info .tel,
	#designer-details .contact-info .fax {
		float: left;
		display: block;
		width: 50%;
	}

#designer-details .gallery {
	margin-left: 36px;
	margin-right: 50px;
	width: 322px;
	display: block;
	overflow: hidden;
}
	#designer-details .no-image {
		color: #a8a8a8; 
		font-size: 1.2em;
		line-height: 25px;
		display: block; 
		position: absolute;
		left: 28%;
		top: 50%;
		display: block;
		font-weight: bold;
	}
	
	#designer-details .gallery #main-image {
		width: 320px;
		height: 215px;
		border: #f5f5f5 solid 1px;
		border-bottom: #adadad solid 1px;
		border-right: #adadad solid 1px;
		background: #303030;
		position: relative;
	}
		#designer-details .gallery #main-image img {
			border: none;
			width: 320px;
			height: 215px;
		}

/* Gelleria Styles */
.galleria {
	list-style: none;
	width: 318px; 
	overflow: hidden; 
	margin: 0; 
	padding: 1px;
	height: 38px;
	background: #303030;
	border-left: #f5f5f5 solid 1px;
	border-bottom: #adadad solid 1px;
	border-right: #adadad solid 1px;
}
	.galleria li{
		display: block;
		width: 45px;
		height: 30px;
		overflow: hidden;
		float: left;
		margin: 2px;
		border: #acacac solid 2px;
	}
	
	.galleria li:hover { border: #dadada solid 2px; }
	.galleria li.active { border: #fefefe solid 2px; }
		.galleria li img.thumb{
			cursor: pointer;
			top: auto;
			left: auto;
			display: block;
			width: auto;
			height: auto;
		}

#designer-details .gallery input {
	margin: 15px 45px;
	width: auto;
}

.dotted_line {
	width: 705px;
	display: block; 
	color: #fff;
	clear: both;
	border-top: #aaa dotted 2px;;
	height: 0px;
	margin: 5px auto;
	overflow: hidden;
}

a.back_to_listing {
	background: url(../../img/idpainters/back_to_list.png) no-repeat 0 0;
	display: block;
	width: 101px; height: 19px;
	float: right;
	margin: 0 24px 10px 24px;
	text-indent: -99999px;
}

