/********************************************************/
/*  Stoneshoroom Cascade Style Sheet                    */
/***--------------------------------------------------***/
/*  Copyright by                                        */
/*  Stone Showroom                                      */
/***--------------------------------------------------***/
/*  http://www.matpatnik.com                            */
/*  Writen By: Mathieu Gendreau                         */
/*  Released: Mars 21, 2006                             */
/***--------------------------------------------------***/
/*  Modified By: Mathieu Gendreau                       */
/*  Last Update: March 01, 2010                         */
/********************************************************/

#event
{
	
}

/****************** special styles ******************/

#speciall
{
	float:left;
	min-width:350px;
	max-width:350px;
}

#specialr
{
	float:right;
	min-width:350px;
	max-width:350px;
}

.special
{
	background-color:#F6E3C3;
	padding:10px 10px 0px 10px;
	font-size:80%;
	border-bottom:1px solid #CCA461;
	min-height:75px;
	text-align:justify;
}

.special h3
{
	font:bold 125% Arial, sans-serif;
	color:#000000;
}

.special p
{
	padding:0px 0px 10px 0px;
	font-family:"Times New Roman", Times, serif;
}

.special p:first-letter
{
	font-size:large;
}

.special a.capsule
{
	font:bold 1em Arial,sans-serif;
	color:#005FA9;
	display:block;
	padding-bottom:5px;
}

.special a.capsule:hover
{
	text-decoration:underline;
}

.special img
{
	margin-right:10px;
	border:0px;
	float:left;
}