* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: 'Arial', sans-serif;
	/* background: url('../images/bg.gif') repeat-x top center #ff0066; */	
}

html {
	height: 100%;
	background: url('../images/bg.gif') repeat-x top center #ff0066;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/***********************************************************************************************************/
/* Layout classes */
/***********************************************************************************************************/

div.main {
	width: 960px;
	margin: 40px auto;
}

div.header {
	width: 960px;
	height: 250px;
	background: url('../images/header.jpg') no-repeat;
	cursor: pointer;
}

div.header h1, div.header h2, div.header ul, div.header p {
	display: none;
}

p.credit {
	margin-top: 20px;
	color: #ffd1e3;
	font-size: .7em;
	text-align: center;
}

p.credit a {
	color: #ffd1e3;
}

div.content {
	background: url('../images/left_c_bg.jpg') repeat-y left center #fff;
}

	div.left_column {
		float: left;
		width: 210px;
	}
	
		div.left_column h3 {
			margin: 10px 30px 10px 30px;
			color: #666;
			font-weight: normal;
		}
				
		div.left_column ul {
			margin: 0 30px 30px 30px;
			list-style: none;
		}
		
		div.left_column ul li {
			font-size: .8em;
			line-height: 1.8em;
			color: #999;
		}
		
		div.left_column ul li a {
			color: #666;
		}
		
		ul.partners li a {
			font-size: .85em;
			font-weight: bold;
			color: #ff0066 !important;
		}
	
	div.right_column {
		float: right;
		width: 750px;
	}
	
	div.left_column_in {
		float: left;
		width: 550px;
	}
	
		div.left_column_in h2 {
			margin: 10px 30px;
			color: #ff0066;
			font-size: 2em;
			font-weight: normal;
		}
		
		div.left_column_in h1 {
			margin: 10px 30px;
			color: #ff0066;
			font-size: 2em;
			font-weight: normal;
		}
		
		div.left_column_in img {
			margin: 10px 0 0 30px;
			max-width: 460px;
		}
		
		div.left_column_in p {
			margin: 10px 60px 10px 30px;
			font-size: .75em;
			line-height: 1.6em;
		}
		
		div.left_column_in h3 {
			margin: 20px 30px 10px 30px;
			color: #ff0066;
		}
		
		div.left_column_in h3 a {
			color: #ff0066;
		}
		
		div.left_column_in ul {
			margin: 10px 60px 10px 50px;
		}
		
		div.left_column_in ul li {
			font-size: .75em;
			line-height: 1.6em;
		}
		
		div.left_column_in table {
			margin: 0 30px 10px 30px;
			font-size: .75em;
		}
		
		div.left_column_in table tr {
			height: 20px;
			line-height: 20px;
		}
				
		div.left_column_in table td.date {
			font-size: .8em;
			color: #ff0066;
			padding-right: 15px;
		}
	
	div.right_column_in {
		float: right;
		width: 200px;
	}
	
	div.right_column_in h3 {
		margin: 10px 0 10px 0;
		color: #ff0066;
		font-weight: normal;
	}
	
	div.right_column_in ul {
		list-style: none;
	}
	
	div.right_column_in li {
		height: 22px;
		line-height: 22px;
	}
	
	div.right_column_in li a {
		display: block;
		font-size: .75em;
		background: url('../images/ico.gif') center left no-repeat;
		padding-left: 25px;
	}

div.footer {
	width: 960px;
	height: 30px;
	background: url('../images/footer.gif') no-repeat;
}

div.eshop_title, div.eshop_catalogue {
	margin: 20px 0 0 30px;
}

div.eshop_title_item {
	float: left;
	width: 80px;
	height: 100px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}

div.eshop_catalogue_item {
	float: left;
	width: 80px;
	height: 200px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;	
}

	div.eshop_title_item img, div.eshop_catalogue_item img {
		margin: 0;
	}

	div.eshop_title_item div.overlayer, div.eshop_catalogue_item div.overlayer {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 80px;
		height: 100px;
		background: url('../images/item_overlayer.png') no-repeat;
		_background: none;
		cursor: pointer;
	}

	div.eshop_title h3, div.eshop_catalogue h3 {
		margin: 5px 0 0 0;
	}
	
	div.eshop_title h3 a, div.eshop_catalogue h3 a {
		color: #ff0066;
		text-decoration: underline;
	}
	
	div.eshop_title p {
		width: 440px;
		margin: 5px 0 20px 0;
		padding-bottom: 10px;
		font-size: .7em;
		border-bottom: 1px solid #e5e5e5;
	}
	
	div.eshop_catalogue p {
		width: 440px;
		margin: 5px 0 10px 0;
		padding-bottom: 10px;
		font-size: .7em;
	}
	
	div.eshop_catalogue_item_name p {
		width: 80px !important;
		line-height: 1.4em;
		font-size: .7em;
	}

div.eshop_catalogue_detail {
	width: 500px;
}

	div.eshop_catalogue_detail_desc {
		float: right;
		width: 330px;
	}
	
		div.eshop_catalogue_detail_desc p.price {
			font-size: 1.3em;
			display: inline-block;
			color: #222;
		}
		
		div.eshop_catalogue_detail_desc p.buy a {
			display: block;
			width: 120px;
			height: 40px;
			line-height: 40px;
			font-size: 1.4em;
			font-weight: bold;
			text-align: center;
			color: #fff;
			background: #ff0066;
		}

	div.eshop_catalogue_detail_image {
		float: left;
		width: 150px;
	}

div.eshop_right {
	margin-left: -10px;
}

div.eshop_right_item {
	float: left;
	width: 150px;
	height: 190px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	position: relative;
}

div.eshop_catalogue_detail_image_in {
	width: 150px;
	height: 190px;
	margin: 10px 0 0 30px;
	overflow: hidden;
	position: relative;
}

	div.eshop_right_item img, div.eshop_catalogue_detail_image_in img {
		margin: 0;
	}

	div.eshop_right_item div.overlayer, div.eshop_catalogue_detail_image_in div.overlayer {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 150px;
		height: 190px;
		background: url('../images/item_overlayer_m.png') no-repeat;
		_background: none;
		cursor: pointer;
	}

/***********************************************************************************************************/
/* General classes */
/***********************************************************************************************************/

.hide {
	display: none !important;
}

.hideBorder {
	border: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}

.bold {
	font-weight: bold !important;
}
/* adfox */

#adfox-l2 {
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

#adfox-l2 h2 {
	font-size: .9em !important;
	margin-bottom: 5px !important;
	background: none !important;
	
}

#adfox-l2 h2 a {
	color: #dfdfdf !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

#adfox-l2 h3 {
	font-size: 1em !important;
	background: none !important;
	
}

#adfox-l2 h3 a {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: underline !important;
	
}

#adfox-l2 h3 a:hover {
	background: #ff0066 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#adfox-l2 a {
	color: #ff0066;
}

#adfox-l2 p {
	font-size: .9em !important;
	margin: 0 !important;
	color: #000 !important;
}

	.adfox-box {
		margin-bottom: 10px !important;
	}
	
	.adfox-box div a {
		font-size: .8em;
		color: #333 !important;
	}
		                
	.adfox-box div a:hover {
		color: #fff !important;
	}
