/* Inspiration Content Front End
   CSS for Harness Master */

html,
body 
{
	  background-color : black;
      font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color            : #000000;
   	  margin           : 0;
      padding          : 0;
      height           :100%;
}

#form-element
{
	font-size:        10pt;

}

#list_page_heading
{
    vertical-align   : middle;
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color             : #fff551;
	font-size: 			28px;
	line-height:		1.3em;
}

#menu_link
{
	color:              black;
	font-size: 			8pt;
	line-height:		1.3em;
	margin-left:		20px;
}

#menu_link_bold
{
	color:              black;
	font-weight:        bold;
	font-size: 			8pt;
	line-height:		1.3em;
	margin-left:		20px;
	border-bottom:      1px solid black;
}

#menu_link_white
{
	font-size: 			8pt;
	color:         #fff551;
	line-height:		1.3em;
	white-space: nowrap;

}

#menu_link_black
{
	font-size: 			8pt;
	color:         black;
	line-height:		1.3em;
	white-space: nowrap;

}

#menu_link_black_wrap
{
	font-weight:    bold;
	font-size: 			8pt;
	color:         black;
	line-height:		1.3em;

}

#picture_cell
{
	text-align: center;
	font-size: 			8pt;
	color:         black;
	line-height:		1.3em;

}

#heading
{
	font-size: 			14pt;
	font-weight:      bold;
	color:         #fff551;
	line-height:		1.5em;
	text-decoration:    none;
	white-space: nowrap;

}

#parts_list_item
{
	font-size: 			8pt;
	font-weight:      bold;
	color:         #585240;
	line-height:		1.5em;
	text-decoration:    none;
	white-space: nowrap;

}

#parts_list_item:hover
{
	font-size: 			8pt;
	font-weight:      bold;
	color:         block;
    border-bottom: 1px solid black;
	line-height:		1.5em;
	white-space: nowrap;

}

#return_header
{
	text-align:			left;
	margin-left:		150px;
	font-size: 			12pt;
	color:         #fff551;
	line-height:		1.3em;
	white-space: nowrap;

}


#part_details_header
{
	text-align:			center;
	font-size: 			14pt;
	color:         #eee5c9;
	line-height:		1.3em;
	white-space: nowrap;
}

#part_details_subheader
{
	text-align:			center;
	font-size: 			8pt;
	color:         #eee5c9;
	line-height:		1.3em;
	white-space: nowrap;
}

#search_box_text
{
	padding-left:       53px;
	text-align:			center;
	font-size: 			12pt;
	color:              white;
	line-height:		1.3em;
	white-space:        nowrap;
}


#part_details_text
{
	text-align:			center;
	font-size: 			12pt;
	color:              #white;
	line-height:		1.3em;
	white-space:        nowrap;
}


#part_details_table
{
	text-align:			center;
	font-size: 			12pt;
	color:         white;
	border:	1px solid #fff551;
	width: 100%;
	white-space: nowrap;
}


#part_details_value
{
	line-height:		1.6em;
	text-align:			center;
	font-size: 			14pt;
	color:         #eee5c9;


}

#part_details_title
{
	text-align:			center;
	font-size: 			8pt;
	color:         black;
    background-color: #fff551;
	white-space: nowrap;
}

#part_details2_table
{
	text-align:			center;
	border-top:				1px solid #fff551;
	border-left:				1px solid #fff551;
	border-right:				1px solid #fff551;
		width: 400px;

}

#price_table
{
	margin-top: 10px;
	text-align:			center;
	font-size: 			12pt;
	color:         white;
	border:	1px solid #fff551;
	width: 400px;
	white-space: nowrap;
}

#ap_table
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:			center;
	font-size: 			12pt;
	color:         white;
	border:	1px solid #fff551;
	width: 100px;
	white-space: nowrap;
}

#ap_head_row
{
	font-weight: bold;
	text-align:			center;
	font-size: 			8pt;
	color:         black;
    background-color: #fff551;
	white-space: nowrap;
}

#part_num_row
{
	text-align:			center;
	font-size: 			10pt;
	line-height:      1.3em;
	color:         #eee5c9;
 	white-space: nowrap;
}

#part_num_row2
{
	text-align:			center;
	font-size: 			10pt;
	line-height:      1.3em;
	color:         white;
 	white-space: nowrap;
 	padding-bottom: 5px;
}

#picture_row
{
	text-align:			center;
	font-size: 			10pt;
	line-height:      1.3em;
	background-color: white;
	color:         black;
	height:       100px;
 	white-space: nowrap;
}

#qty_row
{
	font-weight: bold;
	text-align:			center;
	font-size: 			8pt;
	color:         black;
    background-color: #fff551;
	white-space: nowrap;
}

#price_row
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:			center;
	font-size: 			12pt;
	color:         #eee5c9;
}



#detail_name
{
	text-align:			left;
	font-size: 			9pt;
    color: #fff551;
	border-bottom:				1px solid #fff551;
	white-space: nowrap;
	padding: 2px;
	
}

#detail_value
{
	padding-left:		15px;
	text-align:			left;
	font-size: 			9pt;
    color: #eee5c9;
	border-bottom:				1px solid #fff551;
	padding: 2px;


}


#pictures_show_hide
{
	font-size: 			12pt;
	color:              #fff551;
	line-height:		1.3em;

}

#main_picture_image
{
	border: 1px solid white; 
	margin-bottom: 5px; 
	width: 300px;
}

#applicable_part_image
{
	border: 1px solid white; 
	margin-bottom: 5px; 
	width: 250px;
}


#empty_list
{
	font-size: 			12pt;
	color:				white;
	line-height:		1.3em;

}

#text_heading
{
	font-family       : 'Rosario', sans-serif;
	font-style        : italic;
	font-size         : 18px;
	line-height       : 1.8;	
	color             : #585240;
}

a
{
	color             : #585240;
	text-decoration   : none;
}

a:hover
{
	color             : black;
	text-decoration   : 1px solid black;
	border-bottom     : 1px dotted #585240;
	
}

#dyntag_image
{
	border             : 1px solid #998675;
	margin             : 15px;
}

#dyntag_image_no_border
{
	border             : 0px;
	margin             : 15px;
}

#container
{

	min-height         : 100%;
	height: 100%;
}

#instruction_table
{
	min-width:             600px;
	text-align:			center;
	margin-left:        100px;
	font-family       : 'Rosario', sans-serif;

	font-size         : 14px;
	line-height       : 1.8;	
	color             : #eee5c9;
}

#registration_table
{
	min-width:             600px;
	text-align:			center;
	margin-left:        100px;
	font-family       : 'Rosario', sans-serif;

	font-size         : 14px;
	line-height       : 1.8;	
	color             : #eee5c9;
	
	border: 1px solid white; 
	padding: 10px;
}

#registration_link
{
	color             : #eee5c9;
	border-bottom     : 1px dotted #eee5c9;
}

#field_name
{
	color             : #eee5c9;
	text-align: left;
    font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 0px;
}

#field_input_error
{
	background-color            : #FFAAAA;
	text-align: left;
    font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid black;
}

#field_comment
{
	font-size         : 12px;
	font-style:     italic;
	text-align: left;
    font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:       white;
	width: 0px;
}

#field_error
{
	font-size         : 12px;
	font-style:     italic;
	text-align: left;
    font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:       red;
	width: 0px;
}
