body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url(../graphics/walesinfo_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #002F4D;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
A { text-decoration:none }

.twoColFixLtHdr #container { 
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 10px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
/*************************************************************************/

.twoColFixLtHdr #header_acc { 
	background: #166690;
	height: 100px;
	background-image:url(../graphics/wi_logo_cut.png);
	background-position: top right;
	background-repeat:no-repeat;
	/*padding: 0 auto;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header_acc h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 16px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header_acc p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding-left: 10px;
}
.twoColFixLtHdr #header_acc a {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding: 10px 0 0 0;
	text-decoration:underline;
}
.twoColFixLtHdr #header_acc a:hover {
	color: #8ECDEE;
	text-decoration:underline;
}

/*-------------------------- Determines the background color------------------------------*/
.twoColFixLtHdr #below_header_acc {
	background: #166690;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px 10px 0 0;
	/*padding: 0 auto;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #below_header_acc h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #below_header_acc p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
}
.twoColFixLtHdr #below_header_acc a {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding: 10px 0 0 0;
	text-decoration:underline;
}
.twoColFixLtHdr #below_header_acc a:hover {
	color: #8ECDEE;
	text-decoration:underline;
}

/*------------------------------ END ------------------------------------------*/
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #166690; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 10px;
	height: 470px;
}

.twoColFixLtHdr #sidebar1 h4{
	margin-top: 10px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:16px;
	color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.twoColFixLtHdr #sidebar1 p{
	margin-top: 13px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:16px;
	color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #999999;
	font-weight:bold;
	text-decoration:underline;
}
.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:1145px;
}
.twoColFixLtHdr #sidebar2 h3, .twoColLiqLtHdr #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColFixLtHdr #mainContent { 
	margin: 10px 0 10px 260px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height: 482px;
	background-color:#F0F0F0;
	padding: 10px 10px;
} 
.twoColFixLtHdr #mainContent p {
	font-size:14px;
	color:#666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent H2 {
	color:#00446A;
	font-size:20px;
}

.twoColFixLtHdr #mainContent H4 {
	color:#00446A;
	font-size:20px;
	padding: 5px 5px;
	border-top: 1px solid #CCCCCC;
	
}

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 10px 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float: left;
	position:relative;
	width: 740px;
	height: 1132px;
	border: 1px solid #166690;
} 
.twoColFixLtHdr #mainContent2 p {
	color:#666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent2 H2 {
	color:#00446A;
	font-size:20px;
}
/*---------------------------------------------Listings Background Color---------------------------*/
.twoColFixLtHdr #list_property_acc {
	margin: 0;
	height: 770px;
	padding: 0;
	background-color:#166690;
} 
.twoColFixLtHdr #list_property_acc h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #list_property_acc p {
	color: #333333;
	margin: 0;
	font-size: 16px;
	padding: 10px 0 0 0;
}
/*ATTRACTIONS*/
.twoColFixLtHdr #list_property_att {
	margin: 0;
	height: 770px;
	padding: 0;
	background-color:#537365;
} 
.twoColFixLtHdr #list_property_att h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #list_property_att p {
	color: #333333;
	margin: 0;
	font-size: 16px;
	padding: 10px 0 0 0;
}
/*EVENTS*/
.twoColFixLtHdr #list_property_evt {
	margin: 0;
	height: 770px;
	padding: 0;
	background-color:#898861;
} 
.twoColFixLtHdr #list_property_evt h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #list_property_evt p {
	color: #333333;
	margin: 0;
	font-size: 16px;
	padding: 10px 0 0 0;
}
/*RESTAURANTS*/
.twoColFixLtHdr #list_property_res {
	margin: 0;
	height: 770px;
	padding: 0;
	background-color:#6F0000;
} 
.twoColFixLtHdr #list_property_res h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #list_property_res p {
	color: #333333;
	margin: 0;
	font-size: 16px;
	padding: 10px 0 0 0;
}
/*------------------------------------------END----------------------------------------*/
.twoColFixLtHdr #footer { 
	margin: 0 50px 0 50px;
	display:block;
	text-align: center;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#166690; */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
}
.twoColFixLtHdr #footer H2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 24px;
	color:#FFFFFF;
	padding-top: 10px;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.twoColFixLtHdr #footer a:hover {
	color: #00FFFF;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****************************************8css for navbar*******************************************/
/* Nav Bar */
#navbar {
	margin:0;
	height:357px;
	width:240px;
	position:relative;
	border:0px solid #0ff;
}
#navbar li {
	list-style:none;
	/*position:absolute;*/
}
#navbar a {
	height:27px;
	display:block;
	text-indent:-999em;/**/
}
#panel1 a {
	background:url(../graphics/menu/Accommodation.gif) no-repeat;
}
#panel2 a {
	background:url(../graphics/menu/Hotels.gif) no-repeat;
}
#panel3 a {
	background:url(../graphics/menu/luxury_hotels.gif) no-repeat;
}
#panel4 a {
	background:url(../graphics/menu/Bed_Breakfast.gif) no-repeat;
}
#panel5 a {
	background:url(../graphics/menu/Farm_BB.gif) no-repeat;
}
#panel6  a{
	background:url(../graphics/menu/Guest_houses.gif) no-repeat;
}
#panel7 a {
	background:url(../graphics/menu/Inns.gif) no-repeat;
}
#panel8 a {
	background:url(../graphics/menu/Country_Hotels.gif) no-repeat;
}
#panel9 a {
	background:url(../graphics/menu/Country_Houses.gif) no-repeat;
}
#pane20 a {
	background:url(../graphics/menu/Camp_sites.gif) no-repeat;
}
#pane21  a{
	background:url(../graphics/menu/caravan_sites.gif) no-repeat;
}
#pane22 a {
	background:url(../graphics/menu/holiday_apartments.gif) no-repeat;
}
#pane23 a {
	background:url(../graphics/menu/holiday_bungalows.gif) no-repeat;
}
#pane24 a {
	background:url(../graphics/menu/holiday_cabins.gif) no-repeat;
}
#pane25 a {
	background:url(../graphics/menu/holiday_campuses.gif) no-repeat;
}
#pane26  a{
	background:url(../graphics/menu/holiday_chalets.gif) no-repeat;
}
#pane27 a {
	background:url(../graphics/menu/holiday_cottages.gif) no-repeat;
}
#pane28 a {
	background:url(../graphics/menu/attractions.gif) no-repeat;
}
#pane29 a {
	background:url(../graphics/menu/birdwatching.gif) no-repeat;
}
#pane30 a {
	background:url(../graphics/menu/castles.gif) no-repeat;
}
#pane31  a{
	background:url(../graphics/menu/national_trust.gif) no-repeat;
}
#pane32 a {
	background:url(../graphics/menu/national_reserves.gif) no-repeat;
}
#pane33 a {
	background:url(../graphics/menu/stately_homes.gif) no-repeat;
}
#pane34 a {
	background:url(../graphics/menu/museums.gif) no-repeat;
}
#pane35 a {
	background:url(../graphics/menu/galleries.gif) no-repeat;
}
#pane36  a{
	background:url(../graphics/menu/golfing.gif) no-repeat;
}
#pane37 a {
	background:url(../graphics/menu/events.gif) no-repeat;
}
#pane38 a {
	background:url(../graphics/menu/whatson_wales.gif) no-repeat;
}
#pane39 a {
	background:url(../graphics/menu/food_festival.gif) no-repeat;
}
#pane40 a {
	background:url(../graphics/menu/festivals_wales.gif) no-repeat;
}
#pane41 a {
	background:url(../graphics/menu/pet_friendly.gif) no-repeat;
}
#pane42 a {
	background:url(../graphics/menu/restaurant_with_rooms.gif) no-repeat;
}
#pane43 a {
	background:url(../graphics/menu/quality_assured.gif) no-repeat;
}
#pane44 a {
	background:url(../graphics/menu/restaurants.gif) no-repeat;
}
#pane45 a {
	background:url(../graphics/menu/Self_Catering.gif) no-repeat;
}
#pane46 a {
	background:url(../graphics/menu/Fishing.gif) no-repeat;
}
#pane47 a {
	background:url(../graphics/menu/adventure.gif) no-repeat;
}
#pane48 a {
	background:url(../graphics/menu/coasteering.gif) no-repeat;
}
#pane49 a {
	background:url(../graphics/menu/cyling.gif) no-repeat;
}
#pane50 a {
	background:url(../graphics/menu/homecoming.gif) no-repeat;
}
#pane51 a {
	background:url(../graphics/menu/mountain_biking.gif) no-repeat;
}
#pane52 a {
	background:url(../graphics/menu/orienteering.gif) no-repeat;
}
#pane53 a {
	background:url(../graphics/menu/railways.gif) no-repeat;
}
#pane54 a {
	background:url(../graphics/menu/underground.gif) no-repeat;
}
#pane55 a {
	background:url(../graphics/menu/walking.gif) no-repeat;
}
#panel10 a{
	background:url(../graphics/menu/Youth_Hostels.gif) no-repeat;
}
#panel11 a {
	background:url(../graphics/menu/Activity_Centres.gif) no-repeat;
}
#panel12 a {
	background:url(../graphics/menu/Bunkhouses.gif) no-repeat;
}

/*focus styles */

#panel1 a:hover, #panel1 a:active, #panel1 a:focus {
	background-position: -240px;
}

#panel2 a:hover, #panel2 a:active, #panel2 a:focus {
	background-position: -240px;
}
#panel3 a:hover, #panel3 a:active, #panel3 a:focus {
	background-position: -240px;
}
#panel4 a:hover, #panel4 a:active, #panel4 a:focus {
	background-position: -240px;
}
#panel5 a:hover, #panel5 a:active, #panel5 a:focus {
	background-position: -240px;
}
#panel6 a:hover, #panel6 a:active, #panel6 a:focus {
	background-position: -240px;
}
#panel7 a:hover, #panel7 a:active, #panel7 a:focus {
	background-position: -240px;
}
#panel8 a:hover, #panel8 a:active, #panel8 a:focus {
	background-position: -240px;
}
#panel9 a:hover, #panel9 a:active, #panel9 a:focus {
	background-position: -240px;
}
#pane20 a:hover, #pane20 a:active, #pane20 a:focus {
	background-position: -240px;
}
#pane21 a:hover, #pane21 a:active, #pane21 a:focus {
	background-position: -240px;
}
#pane22 a:hover, #pane22 a:active, #pane22 a:focus {
	background-position: -240px;
}
#pane23 a:hover, #pane23 a:active, #pane23 a:focus {
	background-position: -240px;
}
#pane24 a:hover, #pane24 a:active, #pane24 a:focus {
	background-position: -240px;
}
#pane25 a:hover, #pane25 a:active, #pane25 a:focus {
	background-position: -240px;
}
#pane26 a:hover, #pane26 a:active, #pane26 a:focus {
	background-position: -240px;
}
#pane27 a:hover, #pane27 a:active, #pane27 a:focus {
	background-position: -240px;
}
#pane28 a:hover, #pane28 a:active, #pane28 a:focus {
	background-position: -240px;
}
#pane29 a:hover, #pane29 a:active, #pane29 a:focus {
	background-position: -240px;
}
#pane30 a:hover, #pane30 a:active, #pane30 a:focus {
	background-position: -240px;
}
#pane31 a:hover, #pane31 a:active, #pane31 a:focus {
	background-position: -240px;
}
#pane32 a:hover, #pane32 a:active, #pane32 a:focus {
	background-position: -240px;
}
#pane33 a:hover, #pane33 a:active, #pane33 a:focus {
	background-position: -240px;
}
#pane34 a:hover, #pane34 a:active, #pane34 a:focus {
	background-position: -240px;
}
#pane35 a:hover, #pane35 a:active, #pane35 a:focus {
	background-position: -240px;
}
#pane36 a:hover, #pane36 a:active, #pane36 a:focus {
	background-position: -240px;
}
#pane37 a:hover, #pane37 a:active, #pane37 a:focus {
	background-position: -240px;
}
#pane38 a:hover, #pane38 a:active, #pane38 a:focus {
	background-position: -240px;
}
#pane39 a:hover, #pane39 a:active, #pane39 a:focus {
	background-position: -240px;
}
#pane40 a:hover, #pane40 a:active, #pane40 a:focus {
	background-position: -240px;
}
#pane41 a:hover, #pane41 a:active, #pane41 a:focus {
	background-position: -240px;
}
#pane42 a:hover, #pane42 a:active, #pane42 a:focus {
	background-position: -240px;
}
#pane43 a:hover, #pane43 a:active, #pane43 a:focus {
	background-position: -240px;
}
#pane44 a:hover, #pane44 a:active, #pane44 a:focus {
	background-position: -240px;
}
#pane45 a:hover, #pane45 a:active, #pane45 a:focus {
	background-position: -240px;
}
#panel10 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#pane46 a:hover, #pane46 a:active, #pane46 a:focus {
	background-position: -240px;
}
#pane47 a:hover, #pane47 a:active, #pane47 a:focus {
	background-position: -240px;
}
#pane48 a:hover, #pane48 a:active, #pane48 a:focus {
	background-position: -240px;
}
#pane49 a:hover, #pane49 a:active, #pane49 a:focus {
	background-position: -240px;
}
#pane50 a:hover, #pane50 a:active, #pane50 a:focus {
	background-position: -240px;
}
#pane51 a:hover, #pane51 a:active, #pane51 a:focus {
	background-position: -240px;
}
#pane52 a:hover, #pane52 a:active, #pane52 a:focus {
	background-position: -240px;
}
#pane53 a:hover, #pane53 a:active, #pane53 a:focus {
	background-position: -240px;
}
#pane54 a:hover, #pane54 a:active, #pane54 a:focus {
	background-position: -240px;
}
#pane55 a:hover, #pane55 a:active, #pane55 a:focus {
	background-position: -240px;
}
#panel11 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#panel12 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#panel13 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}

#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar li ul {
	background-color:#fff;
	padding-left: 2.3em;
	}
#navbar li li {
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#navbar ul li ul li a {
    background:none;
    text-indent:0;
    color:#666;
    text-decoration:none;
	height:20px;
    }
#navbar ul li ul li a:hover {
    color:#008400;
	text-decoration:underline;
    }
.style3 {color: #333333}
.style4 {
	color: #FFFFFF;
	font-size: 14px;
}
.style5 {color: #166690;
	font-size: 16px;
	font-weight:bold;}
.style6 {color: #166690;
	font-size: 14px;}

div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
div.horRule hr {
	display: none;
}
#mapCanvas, #map {
	width: 740px;
	height: 1132px;
	color: #222;
	font-size: 0.9em;
}
#info {
	background: url(infoBG.png) no-repeat bottom left;
    width: 180px;
    padding: 10px;
    height: 80%;
    overflow: auto;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='infoBG.png', sizingMethod='scale');*/
}
/*#twoColFixLtHdr .prodResult 
{
	background-color:#8BAA9B;
}*/
/*-----------------------prodResult Color Change--------------------*/
.prodResult_acc
{
	display:block;
	float:left;
	width:460px;
	height:200px;
	cursor:pointer;
}
.prodResult_acc:hover {

	background-color:#9FBFD0;

}
/*ATTRACTIONS*/
.prodResult_att
{
	display:block;
	float:left;
	width:460px;
	height:200px;
	cursor:pointer;
}
.prodResult_att:hover {

	background-color:#80A293;

}
/*EVENTS*/
.prodResult_evt
{
	display:block;
	float:left;
	width:460px;
	height:200px;
	cursor:pointer;
}
.prodResult_evt:hover {

	background-color:#ACAB8A;

}
/*RESTAURANTS*/
.prodResult_res
{
	display:block;
	float:left;
	width:460px;
	height:200px;
	cursor:pointer;
}
.prodResult_res:hover {

	background-color:#AE0000;

}
/*-------------------------END------------------------------------*/
.prodResultCol_Right 
{
	clear:none;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0pt 0pt 2px;
	width:290px;
}
.prodresultcol_left 
{
	clear:none;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:12px;
	padding:10px 0pt 2px 10px;
	width:160px;
}
.prodresultcol_left div 
{
	display:block;
	float:left;
	padding:4px 0px 8px;
}

.prodName
{
	font-size:14px;
	font-weight:bold;
	padding:10px 0pt 4px;
}
.prodName_add
{
	font-size:12px;
}
.prodAdd
{
	clear:both;
	font-size:12px;
}
.prodbutton
{
	clear:both;
	padding: 6px 10px 0 0;
	text-align:right;
}
/*-----------------------------Prod Block COLOR------------------*/
#apDivLeft_acc {
	float:left;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#176D9B;
}
#apDivRight_acc {
	float:right;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#176D9B;
}
/*ATTRACTIONS*/
#apDivLeft_att {
	float:left;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#597B6C;
}
#apDivRight_att {
	float:right;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#597B6C;
}
/*EVENTS*/
#apDivLeft_evt {
	float:left;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#969569;
}
#apDivRight_evt {
	float:right;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#969569;
}
/*RESTAURANT*/
#apDivLeft_res {
	float:left;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#7D0000;
}
#apDivRight_res {
	float:right;
	position:relative;
	width:460px;
	height:200px;
	z-index:1;
	background-color:#7D0000;
}
/*--------------------------END--------------------------------*/
/*-----------------------------Prod Block COLOR------------------*/
#prodBlock_acc {
	float:left;
	display:block;
	position:relative;
	width:947px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#166690;
	height: 180px;
}
/*ATTRACTIONS*/
#prodBlock_att {
	float:left;
	display:block;
	position:relative;
	width:947px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#537365;
	height: 180px;
}

/*EVENTS*/
#prodBlock_evt {
	float:left;
	display:block;
	position:relative;
	width:947px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#898861;
	height: 180px;
}
/*RESTAURANTS*/
#prodBlock_res {
	float:left;
	display:block;
	position:relative;
	width:947px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#6F0000;
	height: 180px;
}
/*------------------------END--------------------------------------*/

/*-------------------------------prodBlock_top color change--------------------------------*/
#prodBlock_top_acc {
	float:left;
	display:block;
	position:relative;
	width:929px;
	margin:20px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #176D9B;
	height: 40px;
}
#prodBlock_top_acc p{
	margin:0;
	color:#FFFFFF;
}
#prodBlock_top_acc a
{
	margin:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
#prodBlock_top_acc a:hover
{
	text-decoration:underline;
}
/*ATTRACTION*/
#prodBlock_top_att {
	float:left;
	display:block;
	position:relative;
	width:929px;
	margin:20px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #597B6C;
	height: 40px;
}
#prodBlock_top_att p{
	margin:0;
	color:#FFFFFF;
}
#prodBlock_top_att a
{
	margin:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
#prodBlock_top_att a:hover
{
	text-decoration:underline;
}
/*EVENTS*/
#prodBlock_top_evt {
	float:left;
	display:block;
	position:relative;
	width:929px;
	margin:20px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #969569;
	height: 40px;
}
#prodBlock_top_evt p{
	margin:0;
	color:#FFFFFF;
}
#prodBlock_top_evt a
{
	margin:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
#prodBlock_top_evt a:hover
{
	text-decoration:underline;
}
/*RESTAURANS*/
#prodBlock_top_res {
	float:left;
	display:block;
	position:relative;
	width:929px;
	margin:20px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #7D0000;
	height: 40px;
}
#prodBlock_top_res p{
	margin:0;
	color:#FFFFFF;
}
#prodBlock_top_res a
{
	margin:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
#prodBlock_top_res a:hover
{
	text-decoration:underline;
}
/*--------------------------------------END-------------------------------------*/

.prodResult1 {	
	display:block;
	float:left;
	width:460px;
	height:180px;
	cursor:pointer;
}

.popup {
	width: 310px;
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 220px;
}
.popup p {
	padding-bottom: 0.5em;
}
.popup a {
	color: blue;
}
.popup a:hover {
	text-decoration: underline;
}
.withtabs {
	height: 210px;
}