/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#content h1,
	#content h2.h1-style {
		background: url(/_design/_global/arrow-big.gif) no-repeat scroll left top;
	}

	/* current section style definitions */
	
	#content fieldset  {
		margin: 0px;
		padding: 0px;
	}
		
		#content fieldset legend {
			margin-top: 20px;
		}
		
		#content fieldset ul.newsletter {
			width: 736px;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			overflow: hidden;
			float: none;
		}
		
		#content fieldset ul.newsletter li {
			margin: 0px 1px 2px 1px ;
			padding: 5px;
			background-color: #e6ecea;
			overflow: hidden;
			float: left;
		}
		
		#content fieldset ul.newsletter li a {
			width: 170px;
			text-decoration: none;
			display: block;
		}
		
		#content fieldset ul.newsletter li a span{
			line-height: 14px;
			text-align: left;
			font-size: 10px;
			font-weight: normal;
		}
		
		#content fieldset ul.newsletter li a strong {
			width: 170px;
			height: 50px;
			margin: 0px;
			padding: 0px;
			border: none;
			line-height: 14px;
			text-align: left;
			font-size: 10px;
			cursor: pointer;
			display: block;
		}
		
		#content fieldset ul.newsletter li a img {
			width: 170px !important;
			width: 168px;
			height: 225px;
			border: 1px solid white;
		}
		
		#content fieldset ul.newsletter li a:hover img {
			border: 1px solid #00573d;
		}
		
}

@media print {



}
