@charset "UTF-8";
/* CSS Document */


body{
	background-color: #2E3192;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
}

/* DIV LAYOUT 
----------------------*/
#wrapper{
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/eurobacker.gif);
}

#header{
	width: 800px;
	height: 138px;
	background-image: url(../images/header2.jpg);
}

#menu{
	width: 800px;
	height: 39px;
	background-image: url(../images/eurolayout_04.gif);
}

#leftcol{float:left;width:232px;}

#photolinks{
	width: 232px;
	background-color: #ED2025;
	background-image: url(../images/eurolayout_06.gif);
	text-align: center;
}
#photolinks .photolink{padding:5px 0 0 0;}

#contentcol{
	float: left;
	padding-right: 13px;
	width: 550px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer{
	width: 800px;
	background-color: #ED2025;
	margin: 0px;
	padding-top: 13px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* MENU 
----------------------*/
#menu ul{
	list-style-type: none;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	position: relative;
	left: 3px;
}

#menu li{
	width: 159px;
	float: left;
	background-image: url(../images/buttonbacker.gif);
	height: 29px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline overline;
}


/* LINKS 
----------------------*/

a{
	font-weight: bold;
	color: #579BD5;
	text-decoration: none;
}

a:visited{
}

a:hover{
	text-decoration: underline;
}


/* GENERAL FORMATTING 
----------------------*/

.pagetitle{
	font-size: 24px;
	color: #ED2025;
	font-weight: bold;
	text-transform: uppercase;
}

.boxtitle{
	font-size: 16px;
	color: #2E3192;
	font-weight: bold;
	text-transform: uppercase;
}

.imagefloatL{
}
.imageFloatRight{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

hr{
	color: #ED2025;
	background-color: #ED2025;
}


/* RESULTS AND DETAILS PAGES 
----------------------*/

.containter{
	margin: 0 auto;
	color: #FFFFFF;
}

.restop{
	background-image: url(../images/images/resultbox_01.gif);
	width: 541px;
	height: 22px;
	background-color: #2D3192;
	background-repeat: no-repeat;
	background-position: top;
}

.rescont{
	background-color: #2D3192;
	background-image: url(../images/images/resultbox_04.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 541px;
}

.image{
	width: 100px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.description{
	float: left;
	width: 255px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.rating{
	width: 145px;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.itemtitle{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

.price{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.detailsLeft{
	width: 375px;
	float: left;
	padding-right: 10px;
}

.detailsRight{
	float: left;
	text-align: right;
}
p {text-align:justify;}
