/* CSS Document */

body {
	margin: 0px;
	padding: 0px; /* Resets Page (All Browsers) */
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

#component_list {
	font-size:250%;
	width:100%;
}

.repairs_field_name {
	width: 200px;
}

a:link, a:visited {color: #FFF;}

.noDisplay {
	display:none;
}
.yesDisplay {
	display:block;
}

.info, .success, .warning, .error, .validation {
	display:none;
}

#filter {
	display:none;
}

#component_list {
	font-size:220%;
	margin-left:0px;
	width:920px;
}

#product_name {
	font-size: 125%;
	font-weight:bold;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#stock_status {
	font-size: 90%;
	font-weight:normal;
	text-align:right;
	float:right;
}

.price {
	color: #900;
	font-size: 14px;
	font-weight:bold;
}

.default_image {
	text-align:left;
	float:left;
	max-height:250px;
	max-width:250px;
	padding: 0px;
	margin:0px;
	border:0;
	vertical-align:top;
}

#product_description {
	float:left;
}

#product_image {
	float:left;
	min-height: 250px;
	min-width: 250px;
	margin-right: 10px;
	display:inline;
	text-align:left;
}
#product_info {
	display:inline;
	float:left;
}

#wrapper {
	width:100%;
	margin:0;
	float:none;
}

.repair_header {
	width:900px;
	margin: 0 auto;
	font-size:20px;
	margin-top: 45px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}
.content_container {
	font-size: 140%;
	width:100%;
	text-align:left;
	float:none;
	margin:0;
}

.content_wrapper {
	font-size: 100%;
	float:none;
	margin:0;
	width:100%;
}

#fault_desc {
	font-size:100%;
}

h2.header {
	border-bottom: 3px solid #DFDFDF;
	width:100%;
	text-decoration:none;
	color:#000;
	margin: 0 auto;
	padding-bottom: 6px; 
	font-size:26px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header:link {
	color:#000;
	text-decoration:none;
}
.header:visited {
	color:#000;
	text-decoration:none;
}

#parentCategoryName {
	font-size: 60%;
	color:#666;
}

#filter {
	display:none;
}

#hiddenImage {
	display:block;
	margin-bottom:20px;
}