@import url(../common/common.css);
@import url(standard.css);
#content-wrapper {
    margin: 0px 36px 0 0px;
    width:1000px;
    min-height:300px;
     background: transparent url(../common/images/standard_bg.png) repeat-y;
}

#content-container{}

.content-pane {width:742px; float:left;
     height:auto;
    margin-left:30px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.content-pane img{padding:0 20px;}

#flash-holder {
    padding-bottom:0px; margin-bottom:0px; 
   
}


ul {
    margin-left:15px;
    
}
li {
    
    list-style: square;     

}
 #footer {margin-top:0px;}

td{font-size:12px;}

table.data {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220);
	border-collapse: collapse;
	background-color: white;
	
}
table.data th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.data td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220) rgb(220, 220, 220);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	
}

.friction-content{background: transparent url(images/bearing_bg.jpg) no-repeat top right; height:500px;}
.engine-content{background: transparent url(images/engine.jpg) no-repeat top right; }

