/*///////////
Title: Profile.html Master StyleSheet
Author: Jonathan Soule |
Client Name: Buena Vista Home Video
Last modified: 10/28/08

!!! Adjust Values according to your project specifics !!! Detailed according to importance and section !!!

//////////*/


/*-------General Declarations------*/
body {
	color:#fff;
	background-color: #fcd901;
}
div#addButton{
	position: absolute;
	top: 35px; 
	margin-left: 190px;
	width: 12px;
	height: 12px;
}
*html div#addButton{
	top: 38px;
}

div#container {
	width:800px;
	height:950px;
	background-color:#fcd901;
}
div.columnLeft {
	float:left;
	height:inherit;
}
div.columnRight {
	float:right;
	height:inherit;
}
div#profile_url{
	font-family: Courier New, Courier;
	position: absolute;
	top: 35px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold !important;
	height: 20px;
	width: 245px;
}

div#profile_url .heading{
	display: none;
}
/*-------Panel_01 Controls------*/
div#panel01 {
	height:388px;
	width:auto;
	background:url(http://creative.myspace.com/Client/BuenaVistaHomeVideo/ScrubsDVDS7/Images/panel01post.jpg) no-repeat;
}
div#panel01 .columnLeft {
	width:400px; 
	height:388px;
}
div#panel01 .columnRight {
	width:400px; 
	height:388px;
}
/*Contact Box*/
div#contactLinks {
	width: 133px;
	height: 212px;
	margin: 155px 0px 0px 39px;
}

a#buyNow{
	width: 178px;
	height: 66px;
	display: block;
	margin: 302px 0px 0px 220px;
}

a#addToFriends {
	display:block;
	height: 56px;
}
a#forwardToFriends {
	display:block;
	height: 53px;
}
a#addToFavorites {
	display:block;
	height: 50px;
}
a#addToGroups {
	display:block;
	height: 53px;
}
/*-------Panel_02 Controls------*/
div#panel02 {
	height:218px;
	width:auto;
	background:url(http://creative.myspace.com/Client/BuenaVistaHomeVideo/ScrubsDVDS7/Images/panel02.jpg) no-repeat;
}
div#panel02 .columnLeft {
	width:230px;
	height:218px;
}
div#photoAlbum{
	width: 195px;
	height: 195px;
	margin: 9px 0px 0px 26px;
}

div#panel02 .columnRight {
	width:570px;
	height:218px;
}
div#videoPlayer{
	width: 334px;
	height: 190px;
	margin: 12px 0px 0px 6px;
}
/*-------Panel_03 Controls------*/
div#panel03 {
	height:390px;
	width:auto;
}

/*---------- optional ----------*/
body {
	margin-left:0;
	margin-top:0;
}
/*---------- End Profile.html Controls ----------*/
