@charset "utf-8";
/* CSS Document */

.tableheader{
	background-color: #e5e5e5;
	text-align: center;
	font-weight:bold;
}


.photo_right{
background: #F6F6F6;
border: 1px solid #E7E7E7;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
margin: 10px 0px 10px 10px;
padding: 7px;
max-width: 320px;
height:inherit; 
float: right;
clear:both;
}

.photo_left{
background: #F6F6F6;
border: 1px solid #E7E7E7;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
margin: 10px 10px 10px 0px;
padding: 7px;
max-width: 320px;
height:inherit; 
float:left;
}

.photo_duraflex_center{
background: #F6F6F6; 
border: 1px solid #E7E7E7;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
margin-left:auto;
margin-right:auto;
display:block;
padding: 7px;
height:inherit; 
}


.photo_center{
background: #F6F6F6; 
border: 1px solid #E7E7E7;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
margin-left:auto;
margin-right:auto;
display:block;
padding: 7px;
height:inherit; 
}

.center{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	}


#taglist li a{
text-decoration: none;
font-size: 12px;
padding-top: 4px;
padding-right: 3px;
padding-bottom: 4px;
padding-left: 3px;
display: block;
outline-width: medium;
outline-style: none;
color: #a1a1a1;
border-bottom: 1px #E5E8EB solid;	
}

#taglist li a:hover{
	background-color:#F7F8F9;
}


ul.page_sub_nav li a{
text-decoration: none;
font-size: 12px;
padding-top: 4px;
padding-right: 3px;
padding-bottom: 4px;
padding-left: 3px;
display: block;
outline-width: medium;
outline-style: none;
color: #a1a1a1;
border-bottom: 1px #E5E8EB solid;
}

ul.page_sub_nav li a:hover{
	background-color:#F7F8F9;
}

.duraflex_series{
}

.duraflex_series li{
		list-style:none;
		display:inline-block;
		font-size: 24px;
		text-align:center;
		width:200px;

}


.duraflex_series li a{
		text-decoration: none;
		padding: 15px;
				width:200px;

}


