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


.box-price-header-sw {
	float:left;
	width:1000px;
	height:30px;
	padding-top:24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:20px;
	color:#fff;
	text-align:center;
	border-bottom: 1px solid #666;
}

#switchplates-price {
	width:1000px;
	height:400px;
	float:left;
	overflow:hidden;
}

#switch-dims {
	float:left;
	width:250px;
	height:30px;
	margin-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#fff;
	border-bottom: 1px solid #666;
	}

#switch-row {
	float:left;
	width:1000px;
	height:92px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#fff;
	border-bottom: 1px solid #666;
	}
	
#switch-cell {
	float:left;
	width:250px;
	height:92px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	line-height:92px;
	
	}
	
.switch-price-unit-one {
	float:left;
	width:250px;
	height:92px;
		font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#fff;
	text-align:center;

}	
	
	
	.switch-price{
	list-style:none;
	float:left;
	width:250px;
	height:92px;
	padding-top:3px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:15px;
	text-align:center;
	color:#fff;
	
}



.switch-price:hover {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:15px;
	color:#ffc000;
	text-decoration: none;
}
