@charset "utf-8";
/* CSS Document */

@import url("/style.css");

.label {text-align: center;}
.name {font-size: 16px;}

.left {width: 775px; margin-right: 5px; float: left;}
	.left .videoBox {width: 300px; margin-right: 5px; float: left;}
		.left .videoBox .video {width: 300px; height: 243px; }
	.left .information {width: 470px; float: left;}
		.left .information .description {text-align: center;}
	.left .informationNoVid {width: 775px; float: left;}
		.left .informationNoVid {text-align: center;}
		
	.left .details {margin-top: 20px; padding-top: 20px; border-top: 1px solid #E5E5E5;}
		.left .details .lhcolumn, .left .details .rhcolumn {width: 386px; float: left;}
			.left .details .lqcolumn {width: 188px; padding-right: 5px; font-weight: bold; text-transform: uppercase; float: left; text-align: right;}
			.left .details .rqcolumn {width: 193px; float: left;}
				.left .details .rqcolumn .heading {text-transform: uppercase; font-weight: bold;}
				.left .details .rqcolumn .price, .left .details .rqcolumn .duration {width: 96px; text-align: center; float: left;}
	
	.left .kitchen {text-align: center;}
		.left .kitchen span {font-weight: bold; text-transform: uppercase;}
	
.emailer {width: 200px; float: left; position: relative; margin-bottom: 5px;}
	.emailer .emailBody {width: 170px; height: 120px; color: #CCCCCC; background: transparent; border-width: 0px; position: absolute; left: 13px; top: 50px;}
	.emailer .emailAddress2 {width: 170px; padding-bottom: 5px; margin-bottom: 2px; text-align: center; position: absolute; left: 13px; top: 57px;}
		.emailer .emailAddress2 input {width: 130px; border: 1px solid #000000;}
		.emailer .phone {width: 170px; padding-bottom: 5px; margin-bottom: 2px; text-align: center; position: absolute; left: 13px; top: 178px;}
		.emailer .phone input {width: 130px; border: 1px solid #000000;}
	.emailer .emailBody2 {width: 170px; height: 70px; color: #000000; background: transparent; border-width: 0px; position: absolute; left: 13px; top: 104px;border: 1px solid #000000;}

.photoTop {}
.photos {height: 500px; width: 200px; background-image: url(/images/profile/imagesBg.png); background-position: top center; background-repeat: repeat-y; overflow: hidden;}
	.photos .photosBox {height: 500px; width: 180px; margin: 0px auto; overflow: auto;}
	.photos .photosBox img {margin: 0px auto 5px;}
	
.notes {text-align: center; margin-top: 10px; padding: 2px; background-image: url(/images/profile/notepad.png); background-position: top left; background-repeat: repeat-y;}
	.notes .label {background-color: #FFFFCC; padding: 2px;}
	.notes textarea {margin-bottom: 5px; width: 600px; height: 80px; text-align: center;}
	.notes .note {background-color: #FFFFFF; width: 600px; margin: 5px auto; padding: 5px 0px; border: 1px solid #E3E3E3;}
