.part_table 
{
 border-color: #CCCCCC;
 border-width: 1px;
 border-style: solid;
 text-align: left;
}

td > p {
	padding:0;
	margin:0;
	text-align: left;	
}

.part_table_header 
{
 border-color: #CCCCCC;
 border-width: 1px;
 border-style: solid;
 background-color: #E6EAEB;
}

.photo 
{
 font-size: 100%;
 width: 100%;
 overflow: scroll;
 border-color: #A8C1CE;
 border-width: thin;
 border-style: solid;
 background-color: #A8C1CE;
 height: 70%;
}

.under_photo 
{
 font-size: 100%;
 width: 100%;
 height: 30%;
 overflow: scroll;
 border-color: Black;
 border-width: thin;
 border-style: solid;
 background-color: #FFFFFF;
}

.invisible 
{
 visibility: hidden;
 position: absolute;
}

.materials 
{
 width: 100px;
 overflow: visible;
 background-color: #99CCFF;
 position: absolute;
 visibility: visible;
 z-index: auto;
 border-top-width: thin;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 border-top-style: double;
 border-right-style: double;
 border-bottom-style: double;
 border-left-style: double;
}

.tmp_row 
{
 height: 5px;
}

