/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #595959 repeat-x;
	color: #2e2e2e;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	text-shadow: #000000 0 0 0px; /*removing safari's text "bolding". Doesn't validate as css 2.1 because of this*/
}

a{
	color: #2e2e2e;
	text-decoration: none;
}

a:hover{
}

input {
	background: #fff;
	border: 1px solid #999;
	color: #000;
	height: 18px;
	margin: 10px 0 0 12px;;
	width: 200px;
}

input.button {
	margin-left: 145px;
	background: transparent url(../images/button.jpg) no-repeat;
	border: none;
	color: #fff;
	height: 25px;
	font-size: 10px;
	padding: 0;
	width: 70px;
	text-align: center;
}

input.button:hover {

}

input:focus{ 
	outline: none; /*resetting safari's highlight of the current text field*/	
}

input.button:focus {
}
/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1030px;
	position: relative; /*because of the card image which is positioned absolutely*/
}

/*------------------------------------------------------*/
/* =HEADER						*/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 44px;
	padding-top: 147px;
}


/*------------------------------------------------------*/
/* =MENU							*/
#menu  {
	font-size: 11px;
	font-weight: bold;
	margin-left: 9px;
}

#menu li {
	border-right: 1px solid #fff;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	color: #fff;
	height: 21px;
	padding: 10px 0 1px 0;
	text-decoration: none;
	width: 100px;
}

#menu a:hover {
	background: #2e3033;
}


/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background: #fff url(../images/content.png) no-repeat bottom;
	overflow: hidden;	/*clearing the floats of the li elements*/
	padding-top: 20px;
	width: 1030px;		/*ie needs width so the floats would be cleared using the overflow: hidden*/
}

#content_bottom {
	background: url(../images/bottom.png) no-repeat;
	margin-top: -1px;
	height: 22px;
}


/*------------------------------------------------------*/
/* =LEFT SIDEBAR					*/
#sidebar_left {
	border-right: 1px dashed #e2e2e2;
	padding: 0 10px;
	width: 224px;
}

#sidebar_left h3 {
	background: url(../images/sidebar_left_h3.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 26px;
	padding: 10px 0 0 45px;
}

#sidebar_left span {
	float: right;
}

#sidebar_left a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#sidebar_left a {
	font-weight: bold;
}


#tools {
	background: url(../images/tools.jpg) no-repeat 0 36px;
	height: 300px;
	margin-bottom: 20px;
}

#tools ul {
	margin: 10px 0 0 15px;
}

#tools li {
	list-style-image: url(../images/arrow.jpg);
	list-style-position: outside;
	padding: 6px 0 6px 10px;
}

#rolls {
	background: url(../images/rolls.jpg) no-repeat bottom;
	height: 336px;
	margin-bottom: 20px;
	
}

#rolls ul {
	margin: 15px 10px 0 15px;
}

#rolls li {
	border-bottom: 1px solid #d1d1d1;
	padding: 4px 5px;
}

#rolls p {
	font-size: 15px;
	margin: 25px 0 0 15px;
}

#newsletter {
	background: url(../images/newsletter.jpg) no-repeat bottom;
	height: 117px;
}

/*------------------------------------------------------*/
/* =MAIN							*/
#main {
	padding: 0 10px;
	margin-top: 3px;
	width: 463px;
}

#main a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#main a {
	font-weight: bold;
}

#main .box {
	background: url(../images/box.jpg) no-repeat;
	height: 168px;
	margin-bottom: 25px;
	width: 459px;
}

#main .box2 {
	background: url(../images/boxpokerenligne.jpg) no-repeat;
	height: 1325px;
	margin-bottom: 25px;
	width: 459px;
}

#main .box2 h3 {
	color: #fff;
	font-size: 11px;
	padding: 7px 0 15px 40px;
}

#main .box2 p {
	font-size: 11px;
	line-height: 160%;
	padding: 10px 15px;
	text-align: justify;
}

#main .box h3 {
	color: #fff;
	font-size: 11px;
	padding: 7px 0 15px 40px;
}

#main .box p {
	font-size: 11px;
	line-height: 160%;
	padding: 10px 15px;
	text-align: justify;
}

#main .box a {
	font-weight: bold;
}

#main .box a:hover {
	text-decoration: underline;
}

#main p {
	font-size: 11px;
	line-height: 160%;
	padding: 10px 15px;
	text-align: justify;
}

#main a {
	font-weight: bold;
}

#main a:hover {
	text-decoration: underline;
}

#main .box span {
	float: right;
	margin-right: 15px;
}

#main .box img {
	margin-left: 10px;
}

#pagination li {
	background: url(../images/page.jpg) no-repeat;
	float: left;
	margin-top: -15px;
	padding: 5px 0 0 10px;
	height: 27px;
	width: 20px;
}

#pagination li.current {
	background: url(../images/current.jpg) no-repeat;
	height: 27px;
	width: 20px;
}

#pagination a {
	color: #fff;
}

/*------------------------------------------------------*/
/* =RIGHT SIDEBAR					*/
#sidebar_right {
	border-left: 1px dashed #e2e2e2;
	font-size: 11px;
	margin-top: 3px;
	padding-left: 10px;
	width: 290px;
}

#sidebar_right  h3{
	background: url(../images/sidebar_right_h3.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	height: 21px;
	padding: 7px 0 0 35px;
}

#sidebar_right .box {
	margin-bottom: 20px;
}

#sidebar_right table {
	width: 283px;
}

#sidebar_right tr {
	background: #dcdcdc;
	height: 34px;
}

#sidebar_right tr.even {
	background: #eaeaea;
}

#sidebar_right td {
	padding-left: 8px;
}

#sidebar_right img {
	margin: 0 10px;
}

#sidebar_right .box a {
	text-decoration: underline;
}

#sidebar_right .box a:hover {
	text-decoration: none;
}

#news  h3{
	background: url(../images/h3.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	height: 21px;
	padding: 15px 0 0 45px;
	margin-left: -8px;
}

#news li {
	background: #dcdcdc url(../images/gray.jpg) no-repeat 20px 8px;
	height: 50px;
	width: 283px;
}

#news li.even {
	background: #eaeaea url(../images/red.jpg) no-repeat 20px 8px;
}

#news p {
	margin-left: 80px;
	padding: 10px 20px 0 0;
}

#warning {
	background: url(../images/18.jpg) no-repeat;
		line-height: 160%;
	margin-top: 30px;
	padding: 0 0 5px 50px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	color: #fff;
	font-size: 10px;
	margin-bottom: 20px;
}

#footer ul {
	display: inline;
	margin-left: 10px;
}

#footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	display: inline;
	margin-left: 30px;
}