/* 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;
}
#designers-listing {
  width: 753px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.container {
  display: block;
  width: 100%;
}
.container.search, .search {
  background: #fff url(../../img/idpainters/list_gradient.jpg) repeat-x;
  height: 40px;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #888;
  position: relative;
}

#search-form {
  margin: 5px;
  margin-left: 23px;
  font-size: 1em;
  width: 50%;
  display: block;
}

  #search-form label {
    color: white;
    float: left;
    margin-right: 5px;
  }
    #search-form label span {
      display: block;
      font-size: .9em;
    }
  #search-form input[type=text]{
    height: 1.4em;
    font-size: 1em;
    line-height: 1.6em;
    display: block;
    border: 1px solid #aaa;
    width: 170px;
    position: relative;
    z-index: 9999;
  }

.pagination {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
  height: 40px;
  padding: 2px 10px 2px 5px;
}

.pagination ul {
  display: block;
  clear: both;
  position: absolute;
  right: 20px;
}

.pagination ul.a-z0-9 {
  list-style: none;
  padding: 0; 
  margin: 0;
}
  ul.a-z0-9 li {
    float: left;
    width: 45px;
    height: 18px;
    font-size: .9em;
    display: block;
    border-right: .1em solid #fcfcfc;
  }
  ul.a-z0-9 li.last {
    border: none;
  }
    ul.a-z0-9 li span,
    ul.a-z0-9 li a,
    ul.a-z0-9 li a:visited{
      color: #fff;
      width: 45px;
      height: 18px;
      line-height: 18px;
      display: block;
      vertical-align: middle;
      text-align: center;
    }
     ul.a-z0-9 li span,
     ul.a-z0-9 li.active a,
     ul.a-z0-9 li a:hover,
     ul.a-z0-9 li a:focus,
     ul.a-z0-9 li a:active {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      background: transparent url('../../img/idpainters/paging_hover_45px.gif') no-repeat 0 0;
    }

.search .pagination ul.pager {
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
  bottom: 8px;
}
   ul.pager li {
    float: left;
    overflow: hidden;
    width: 26px;
    height: 14px;
    font-size: .9em;
    display: block;
  }
     ul.pager li span,
     ul.pager li a,
     ul.pager li a:visited{
      color: #fff;
      line-height: 14px;
      width: 26px; 
      height: 14px;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
    }
     ul.pager li span,
     ul.pager li a:hover,
     ul.pager li a:focus,
     ul.pager li a:active {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      background: transparent url('../../img/idpainters/paging_hover_26px.gif') no-repeat 0 0;
    }

/* Desginer Listing Styles */
#designers {
	padding: 0 15px; margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

#designers .wrap {
	overflow: hidden;
	width: 100%;
  padding: 10px 0;
}

#designers .designer {
	float: left;
	margin: 0 10px;
	display: block;
  background: url('../../img/idpainters/listing-220px.jpg') repeat-y;
  width: 220px;
  overflow: hidden;
  height: auto;
  position: relative;
}
  #designers .designer .top-style {
    display: block;
    width: 220px;
    height: 5px;
    background: url('../../img/idpainters/listing-220px.jpg') no-repeat -220px 0;
    position: absolute;
    top: 0;
  }
  #designers .designer .bottom-style {
    display: block;
    width: 220px;
    height: 5px;
    background: url('../../img/idpainters/listing-220px.jpg') no-repeat -440px 0;
    position: absolute;
    bottom: 0;
    left: 0px;
    clear: both;
  }

	#designers .selected,
	#designers .designer.selected {
		background: url('../../img/idpainters/listing-220px.jpg') -660px 0 repeat-y;
	}
  
	#designers .selected .top-style,
	#designers .designer.selected .top-style {
		background: url('../../img/idpainters/listing-220px.jpg') no-repeat -880px 0;
	}
  
	#designers .selected .bottom-style,
	#designers .designer.selected .bottom-style {
		background: url('../../img/idpainters/listing-220px.jpg') no-repeat -1100px 0;
	}
  
	.designer h4, .designer p {
		margin: 0 10px;
		padding: 0 5px;
		font-size: 1em;
	}
	.designer h3, .designer h4, .designer p {
		width: 189px;
    overflow: hidden;
	}

	.designer h3{
		color: #ff6600;
		font-size: 1em;
		line-height: 16px;
		font-weight: bold;
    margin: 5px 10px;
	}
	.designer h4 {
		font-weight: bold;
		line-height: 20px;
    background: url('../../img/idpainters/listing-section-199px.jpg') no-repeat;
	}
  
  #designers .selected h4 {
    background-position: 0 -20px;
  }

  .designer input {
    display: none;
  }
	
	.designer p,
	#designer-details .contact-info p{
		line-height: 17px;
		margin: 3px 5px;
	}
		/* Thumbs Styles */
		.designer  .thumb {
			overflow: hidden;
			display: block;
      width: 205px;
      height: 128px;
			border: 1px solid #9ccafc;
      background: #333;
      position: relative;
      top: 6px;
      left: 6px;
		}
		.designer  .thumb a{
			width: 205px;
			height: 138px;
      display: block;
		}
    .designer .thumb span.no-image {
      color: #adadad;
      position: absolute;
      top: 45%;
      left: 25%;
      font-weight: bold;
      font-size: .9em;
    }
		.designer  .thumb img{
			width: 205px;
			height: 138px;
		}

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