/*
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 }----------------------------*/

/* disabling some regular contents links */

dl.teaser {
	margin:2em 0 1em 0;
}

dl.teaser dd.header { 
	color: #2a1e13;
	margin-top:.5em;
	margin-bottom:.5em;
	font-weight: bold;
}

dl.teaser:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}
dl.teaser { display: inline-block }

dl.teaser dt {
	display:block;
	padding:0;
	float:left;
	margin-right:1.5em ;
}


 dl.teaser dt a.button img,  dl.teaser dt a:link.button img,  dl.teaser dt a:visited.button img {
	display:block;
	border:5px solid #ccc;
	border-bottom:5px solid #ccc;
}

 dl.teaser dt a:active.button img,  dl.teaser dt a:hover.button img {
	border-bottom:5px solid #c8a20a;
	border:5px solid #c8a20a;
}



