#categories {
	margin: 0;
	list-style-type: none;
}

#categories li.odd {
	background-color: #DFDEDE;
}

#categories li a {
	display: block;
	width: 100%;
	padding: 8px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #4D4E50;
}

#categories li a:hover {
	color: #BD132D;
}

.cad-detail {
	padding-top: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid #93908F;
}

.cad-detail:last-of-type {
	margin-bottom: 32px;
}

.cad-detail.first {
	border-top: 1px solid #93908F;
	margin-top: 8px;
}

.cad-detail .details,
.cad-detail .media {
	float: left;
}

.cad-detail .details {
	width: 280px;
}

.cad-detail .media {
	padding-left: 16px;
	width: 420px;
}

.cad-detail .media img {
	margin-right: 16px;
	margin-bottom: 12px;
}

.cad-detail .media .std-button {
	margin-right: 22px;
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.cad-detail .details {
		width: 100%;
	}
	
	.cad-detail .media {
		padding-left: 0;
		margin-top: 16px;
		width: 100%;
	}
	
	.cad-detail .media img {
		display: block;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	
	.cad-detail .buttons {
		width: 120px;
		text-align: center;
		margin: 0 auto;
	}
	
	.cad-detail .buttons a,
	.cad-detail .buttons a.std-button {
		margin: 0 auto;
		margin-bottom: 8px;
	}
	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.cad-detail .details,
	.cad-detail .media {
		width: 100%;
		margin-bottom: 16px;
	}
	
}

