/***********************************************/
/*  design_select.css                 	               */
/*   specific css for each page	               */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	margin-left: auto;
	width: 800px;
	padding: 25px;
	margin-right: auto;
}

#heading {
	font-size: 30px;
	color: #009ACF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 300px;
}
#heading img{
	width:25px;
	height:30px;
}

#imgDisplay{
	width:500px;
	height:375px;
	margin-top: 5px;
	float: left;
	background: #CCCCCC;
	margin-right: 20px;
}

	
#imgSchemes {
	width: 250px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

#imgSchemes img{
	height: 55px;
	width: 80px;
	cursor: pointer;
}
#designNotesBox {
	width: 230px;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 0px 0px;
	height: 150px;
	float: left;
}

#prevNext {
	float: left;
	width: 240px;
}

#prevNext a{
	text-decoration: none;
}

#rightArrow {
	float: right;
}

#leftArrow {
	float: left;
}
