@import url(shared.css);
@import url(default.css);

div#left, div#right, div#bottom, div#bottom input, a#edit {
	position: absolute;
}

div#left, div#right {
	top: 50px;
}

div#left {
	width: 300px;
}

div#right {
	left: 325px;
}

div#bottom {
	bottom: 10px;
	left: 0px;
	width: 100%;
}

div#bottom input {
	right: 0px;
	bottom: 0px;
}

a#edit {
	top: 10px;
	right: 0px;
	padding: 5px;
	font-weight: bold;
}

a#edit img {
	margin-right: 5px;
	vertical-align: middle;
}

a#favorite {
	top: 80px;
	left: 800px;
	font-weight: bold;
	position: absolute;
	z-index: 99;
}

a#favorite img {
	margin-right: 5px;
	vertical-align: middle;
}

/*a#account {
	top: 515px;
	left: 208px;
	padding: 5px;
	font-weight: bold;
	position: absolute;
	z-index: 99;
}

a#account img {
	margin-right: 5px;
	vertical-align: middle;
}*/

a#information {
	top: 60px;
	left: 800px;
	font-weight: bold;
	position: absolute;
	z-index: 99;
}

a#information img {
	margin-right: 5px;
	vertical-align: middle;
}

h1 {
	font-size: 13pt;
	color: #ffffff;
	margin-top: 15px;
}

h1 span {
	margin-left: 5px;
	font-weight: normal;
}

span.ctrl {
	display: block;
	font-size: 10pt;
}

span.inline {
	display: inline;
}

span.desc {
	margin-top: 10px;
}

span.photo {
	height: 460px;
}

label.lb {
	width: 100px;
	float: left;
}

input.back {
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../images/back.gif);	
}

div.flDiv {
	height: 160px;
	width: 1px;
}

span.img {
	margin-top: 25px;
	margin-left: 15px;
	clear: both;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}