@import url("style.dcss?file=reset.css");
@import url("style.dcss?file=menu.css");

body
{
	font-family:Arial, Sans-Serif;
	text-align:left;
	font-size:0.8em;
	color:#717171;
	padding:0;
	margin:0;
	height:100%;
	background-color:#fff;
}

.clearfix,
.clear
{
	clear: both;
	height:0px;
	font-size:0.1px;
	overflow:hidden;
}

.clearfix:after,.clear:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hide,
.jsenabled
{
	display:none!important;
}

.no-left-margin
{
	margin-left:0!important;
}
.no-right-margin
{
	margin-right:0!important;
}
.no-top-margin
{
	margin-top:0!important;
}

a
{
	color:#929292;
	text-decoration:underline;
	outline:none;
}

a:hover
{
	text-decoration:none;
}

#page
{
	width:984px;
	margin:20px auto 20px auto;
}

#page #banner
{
	width:984px;
	height:164px;
	position:relative;
}

#banner #logo
{
	width:665px;
	height:164px;
	float:left;
}

#banner #logo h1
{
	width:665px;
	height:0 !important;
	overflow:hidden;
	padding:164px 0 0 0;
	background-image:url(../images/hat-trick-logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
}

#banner #logo a
{
	width:665px;
	height:164px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#banner #menu
{
	width:319px;
	float:left;
	position:relative;
	padding:13px 0 0 0;
}



#main-content
{
	width:984px;
}

.click-block
{
	width:320px;
	height:180px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	overflow:hidden;
}

.no-right-margin .click-block
{
	margin-right:0!important;
}

.click-block a
{
	width:320px;
	height:180px;
	display:block;
	/*background-image:url(../images/3-seconds-about-hattrick.gif);*/
	background-color:#000;
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial Black;
	color:#000;
	font-size:1.5em;
}

.click-block a:hover
{
	background-position:left bottom;
}

.click-block a span
{
	display:none;
}

#content-left
{
	float:left;
	display:inline;
	width:300px;
}

#content-right
{
	float:right;
	display:inline;
	width:650px;
	overflow:hidden;
}

.product-thumb
{
	width:150px;
	float:left;
	display:inline;
	margin:0 15px 15px 0;
}

.product-thumb .p-image
{
	width:150px;
	height:150px;
	overflow:hidden;
}

.product-thumb .p-image img
{
	width:150px;
}

.product-thumb a
{
	text-decoration:none;
}

h2,h3
{
	font-weight:bold;
	margin:0 0 14px 0;
}




p
{
	margin-bottom:12px;
}

input#buyproduct
{
	background:none;
	border:none;
	border-bottom:solid 1px #b3b3b3;
	padding:0;
	color:#b3b3b3;
	text-decoration:underline;
	cursor:pointer;
}
