#details_wrap {
	width: 580px;
}




#details_box {
	width: 580px;
	background-color:#f7f7f7;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	
}

.details {
	width: 500px;
	padding: 20px 0 10px 30px;
}


.details a {
color: #99999;
}

.details a:hover {
color: #cc0000;
}




#details_wrap h2 {
	font-size:24px;
	padding: 10px 0 0 10px;
	color: #356aa0;
	font-weight: normal;
}


.details h3{
	color:#356aa0;
	padding: 0;
	margin: 0;
	font-size:22px;
	font-weight:normal;
}


.details h4{
	color:#cc0000;
	padding: 5px 0 0 0;
	font-size:22px;
	font-weight:normal;
}

.details h4.view{
	color:#006600;
	padding: 5px 0 0 0;
	font-size:22px;
	font-weight:normal;
}

.details p{
	padding: 5px 0 10px 0;
	line-height: 17px;
}

.details a{
	color: #333; 
	text-decoration:none;
}


.details a:hover{
	color: #c00; 
	text-decoration:underline;
}

#photo_box {
	padding: 20px 20px 0 20px;
	    text-align: center;
}


/* @group highslide */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #cfcfcf;
}
.highslide:hover img {
	border: 2px solid #777;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/* @end */

/* @group mootools */

#contact_form {
	padding: 10px 0 15px 0px;
	background-color:#f7f7f7;
	border-bottom: 1px solid #cfcfcf;

}

#contact_form2 {
	padding: 10px 0 15px 0px;
	background-color:#f7f7f7;
	border-bottom: 1px solid #cfcfcf;
}

#contact_form2 h3{
	color:#333;
	padding: 5px 0 10px 75px;
	margin: 0;
	font-size:18px;
	font-weight:normal;
}

#contact_form fieldset, #contact_form2 fieldset {
border:0 none;
margin:0;
padding:0 0 0 95px;
}

#contact_form label, #contact_form2 label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:300px;
color: #e07976;
}

#contact_form #sendBtn, #contact_form2 #sendBtn {
background-color:#f9f5f6 !important;
border:1px solid #969195;
font-size:11px;
margin-top:15px;
text-transform:lowercase;
width:105px;
color: #000;
}

#contact_form input, #contact_form2 input {
background-color:#f9f5f6 !important;
color:#000;
border:1px solid #969195;
font-size:12px;
padding:2px;
width:377px;
}

#contact_form textarea, #contact_form2 textarea {
background-color:#f9f5f6 !important;
color:#000;
border:1px solid #969195;
font-size:12px;
height:100px;
padding:2px;
width:377px;
}



#friend_form {
	padding: 10px 0 15px 0;
	background-color:#f7f7f7;
	border-bottom: 1px solid #cfcfcf;
}

#friend_form fieldset{
border:0 none;
margin:0;
padding:0 0 0 95px;

}

#friend_form label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:300px;
color: #428ab3;
}

#friend_form #sendBtn {
background-color:#edf4fa !important;
border:1px solid #919396;
font-size:11px;
margin-top:15px;
text-transform:lowercase;
width:105px;
color: #000;
}



#friend_form input {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
padding:2px;
width:377px;
}

#friend_form textarea {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
height:100px;
padding:2px;
width:377px;
}

/* @end */