#copy .link_catalog_back {
	margin: 2.75em 0 0;
	float: right;
	
}

#catalog .link_catalog_back {
	margin-top: 0;
	text-align: right;
}

#copy {
	margin: 0 40px;
	padding: 0;
	float: left;
	display: inline;
}

#catalog {
	clear: both;
}

#catalog #product {
	border-top: 1px dashed #ccc7c2;
	clear: both;
}

#catalog #product h3 {
	font-size: 16px;
	margin-top: 1.75em;
}	

#catalog #product .isbn {
	margin-top: -1em;
	color: #333;
	
}

#catalog #product .cover {
	float: left;
	display: inline;
	margin: 16px 24px 0px 0px;
	overflow: hidden;
	height: 315px;
}	

#catalog #product .link_lifeway {
	margin-bottom: 24px;
	padding-left: 174px;
}

#catalog table {
	margin: 1.5em 0;
	display: table;
	border-collapse: collapse;
	text-align: center;
	
}

#catalog table th {
	width: 20%;
	text-align: center;
	color:#382513;
	font-variant: small-caps;
}

#catalog table td {
	padding: 9px 4px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	/*font-family: "lucida grande";
	font-size: 10px;*/
}

#catalog table tr .product {
	text-align: left;
	border-left: none;
	padding-left: 0;
	font-family: georgia, serif;
	font-size: 12px;
	
}

#catalog table tr .purchase {
	padding-right: 0px;
	
	border-right: none;
		
	text-align: right;
	font-size: 11px;
	font-family: georgia, serif;
	line-height: 38px;	
}

#catalog table tr .purchase div {
	display: inline;
}

#catalog table tr .purchase .sbtn {
	float: right !important;
	font-size: 10px !important;
}

#catalog table tr.separator td {
	padding: 4px;
	line-height: 1px;
	background-color: #eee;
}

#catalog table h4 {
	font-size: 15px;
	margin: 0;	
}

#catalog table p {
	margin: 0;
}
