/********************************************
*   design.css
********************************************/

/* DESIGN DETAILS */

#ttp_design_container {
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
}
#ttp_gallery_container {
	width: 420px;
	float: left;
}
#ttp_gallery_container a img {
	border: 0px;
	
}
#ttp_gallery_focus {
	width: 400px;
	height: 400px;
	margin: 10px;
}
#ttp_gallery_thumbs {
	background-color:#faf7f0;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#ttp_details_container {
	width: 280px;
	float: left;
}
#ttp_details_text {
	width: 260px;
	height: 536px;
	margin: 10px;
}
#ttp_details_text a img {
	border: 0px;
}
#ttp_details_text h2 {
	font-size: 1.2em;
	margin: 0 0 0.2em 0; 
}
#ttp_details_text p {
	margin: 0 0 0.8em 0; 
}
#ttp_details_text ul {
	margin-left: 1em;
	color:#000000;
}
#ttp_details_text li {
	font-size: 1.6em;
	list-style-type: circle;
	margin-bottom: 0.4em;
}

#ttp_other_designs {
	clear: both;
	width: 700px;
	height: 65px;
}
.center {
	text-align: center;
}