/**
 * Styles specific to the graphics page
 */

#wrap_pagecontent {
    width: 848px;
}
#column_pagecontent {
    width: 808px;
}
#column_pagecontent #headingdiv h1 {
    width: auto;
	margin: 0 -20px 20px;
}
#pagefeature {
    width: 808px;
}


.row {
	margin-bottom: 2px;
}
.cell {
	background: #a9afbf;
	float: left;
	margin-right: 2px;
	padding: 10px;
	width: 237px;
}
.cell.last {
	clear: right;
	margin-right: 0;
}

.header-cell {
	background: #aaa;	
	float: left;
	margin-right: 2px;
	padding: 0;
	text-align: center;
	width: 257px;
}
.header-cell.span2 {
	width: 516px;
}
.header-cell.last {
	clear: right;
	margin-right: 0;
}
.header.row h3{
	border: none;
}

#filter h3 {
	margin: 0 0 5px;
	padding: 0 0 5px 25px;
}
#results h3 {
	margin: 0;
	padding: 0;
}
#step1 h3 {
	background: url(/images/no_01.png) no-repeat scroll 0 0 transparent;
}
#step2 h3 {
	background: url(/images/no_02.png) no-repeat scroll 0 0 transparent;
}
#step3 h3 {
	background: url(/images/no_03.png) no-repeat scroll 0 0 transparent;
}
#filter button {
	padding: 2px;
	width: 200px;
}

#results .cell {
	text-align: center;
}

#results h4 {
	background: #DDD;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: -10px -10px 10px;
	padding: 5px;
	text-align: center;	
}

#results a.img {
	display: block;	
}

#results img {
	height: 180px;
	width: 233px;
}

label {
	display: block;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after,
.row:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix,
.row {
	display: block;
	zoom: 1; /* triggers hasLayout in IE */
}

/* Regular clearing
   apply to column that should drop below previous ones. */
.clear { clear:both; }
