/*
File		:	/tpl/darksea/css/page_links.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn, about@webriding.net
C.D.		:	Fri, May 19, 2006 | 11:07:05 AM
U.D.		:	Fri, May 19, 2006 | 11:07:05 AM
COM			:	http://stopdesign.com/examples/ie5mac-bpf/
				http://tantek.com/CSS/Examples/midpass.html
*/

/*-------------------{ imported common links }---------------------*/


@import url("/tpl/darksea/css/global_links.css");
@import url("/tpl/darksea/css/global_typo.css");

/*------------{ imported styles according to browsers }------------*/

@import url("/tpl/darksea/css/global.css");

/* IE5/Mac Only Styles  */
/*\*//*/
  @import "/tpl/darksea/css/global_iemac.css";
/**/

/* IE5/Win Only Styles */
@media tty {
 i{content:"\";/*" "*/}} @import '/tpl/darksea/css/global_iewin.css'; /*";}
}/* */


/*-----------------------{ page style }----------------------------*/

#contentinner {
	margin:0;
	padding:0;
}

#contentinner h2, #contentinner h3 {
	margin-left:1.1em;
	margin-bottom:1em;
}

#contentinner h3 {
	margin-left:1.5em;
}

#ssp {
	text-align:center;
	margin-bottom:2em;
	outline:none;
	-moz-outline-style:none;
}


#ssp object {
	outline:none;
	-moz-outline-style:none;
}


/* @group album list */
div.albums {
	margin-top:15px;
}

div.albums .tablecell {
	padding-top: 0px;
	border-right: none;
	min-height: 350px;
}

dl.tablecell, dl.tablelastcell {
	border-right: 1px dotted #001C29; 
	display:block;
	padding: 0 20px 0 15px;
	margin: 5px 0 5px 5px;
	width: 325px;
	float:left;
}

dl.tablelastcell {
	border: none;
	padding: 0 15px 15px 20px;
	margin: 0;
}

dl.detail {
	margin: 20px;
}

/* dt */

dt.name {
	text-transform:uppercase;
	font-size: 12px; 
	font-weight: bold; 
	line-height: 14px; 
	display: block; 
}

dt.name a {
	text-decoration:none;
}

dt.name a:hover,
dt.name a:focus {
	text-decoration:none;
}

dd {
	margin: 0;
	padding: 0;
}

dd.image {
	margin:10px auto;
}

dd.image a { border:1px solid #001C29; display:block; width:325px;height:175px;}
dd.image a:hover,
dd.image a:focus { border-color:#831026; }

dd.desc {
	text-align: justify;
	
}

dd.desc a  {
	float:right;
	display:block;
	font-weight:bolder;
	margin-top:10px;
	margin-right:10px;
	width:182px; 
	height:21px; 
	cursor:pointer; 
	text-indent:-99999px; 
	background:transparent url('/tpl/darksea/img_fr/dd_galery.png') no-repeat 0 0; 
}

dd.desc a:hover,
dd.desc a:focus   {
	background-position:0 -22px; 
}





