/*photogallery*/
body{margin:0;padding:0;}
a img {border:0px;padding:0;margin:0;}

.contentdescription {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#phocagallery-box-file {

position:relative;
float:left;
width:164px;
/*height:194px;*/

padding:0px;

margin:0px;
margin-right:7px;
margin-bottom:7px;

text-align:center;
overflow:visible;
}

#phocagallery-box-rounded-header {
	width:164px;
	height:7px;
	overflow:hidden;
	
	background: #000;
	opacity: 0.8;
	/* background:url(../../../templates/computer_space/images/gallery_item_bckgr_top.png); */
}

#phocagallery-box-padding {
	width:150px;
	/*height:180px;*/
	margin:0px;
	padding:7px;
	padding-top:0px;
	padding-bottom:0px;
	
	background: #000;
	opacity: 0.8;
		/* background:url(../../../templates/computer_space/images/gallery_item_bckgr_middle.png); */
}

#phocagallery-box-rounded-footer {
	width:164px;
	height:7px;
	overflow:hidden;
	
	background: #000;
	opacity: 0.8;
	/* background:url(../../../templates/computer_space/images/gallery_item_bckgr_bottom.png); */
}

.phocagallery-box-file-first {
	width:100px;height:100px; overflow: hidden;
	display: table; vertical-align:middle;
}

.phocagallery-box-file-second {display:table-cell; vertical-align:middle;}
.phocagallery-box-file-third {text-align:center;}

#phocagallery_form {width:513px;}

#phocagallery a img {border:0px;}

#phocagallery a:hover, #phocagallery a:active, #phocagallery a:focus
{
	background: none;border:0px;text-decoration:none;
}

#phocagallery .name{margin:0; margin-top:3px; color:#ff9d12; font-style:normal; font-weight:normal; text-align:center; font-family:Arial, Helvetica, sans-serif; height:28px;}
#phocagallery .detail{text-align:right;}

/*
.phocagallery-box-file:hover, .phocagallery-box-file.hover 
{
	border:1px solid #135cae;padding:5px;background:#f5f5f5;text-decoration:none;
}*/

/*detail*/
.phocagallery-box-file-d {
position:relative;
float:left;
border:1px solid #E8E8E8;
background:#fcfcfc;
text-align:center;
overflow:visible;
width:640px;
height:480px;
}
.phocagallery-box-file-first-d {
background:#f5f5f5;
width:640px;height:480px; overflow: hidden;
display: table; vertical-align:middle;
}

/*download message*/
#download-msg {
font-family:sans-serif;
font-size:83%;
position:absolute;
left: 10%;
top:10%;
background-color: #ebecff;
border: 5px solid #cccccc;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
z-index:1000;
}
	
/*download message text*/
#download-msg div table {
color:#000000;
padding: 10px;
font-weight: bold;
filter:alpha(opacity=100);
opacity: 0.8;
-moz-opacity:0.8;
position: relative;
z-index:1000;
background-color:#ebecff;
}

#detail_description_id {font-family:Arial, Helvetica, sans-serif;}


