.body_normal { 
	font-size: 12px; 
	background-color: #97BCCC; 
	font-family: tahoma, verdana, arial;
	line-height: 1.4em;
}

.body_mini { 
	font-size: 12px; 
	background-color: #FFFFFF; 
	font-family: tahoma, verdana, arial;
	line-height: 1.4em;
}

div { 
	font-size: 12px; 
}

td { 
	font-size: 12px; 
}


#body_container{
	float:left;
	width:100%;
	text-align:center; /*centers the wrapper in early IE versions that don't support auto margins*/
}

#body_wrapper{
	width:895px; /*necessary for auto margin centering; equals total width of all children*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:left;
} 

#body_wrapper_wide{
	width: 100%; /*necessary for auto margin centering; equals total width of all children*/
} 

#header {
	padding: 10px 0px 0px 11px;
	margin: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 98px;
	width: 885px;
	background-position: 11px 10px;
}

#footer {
	background-image: url('/sites/uk/images/main_layout/ps_main_footer.jpg');
	background-repeat: no-repeat;
	height: 28px;
	background-position: 0px 10px;
	clear: both;
	padding: 17px 15px 0px 15px;
}

#drop_down_menu_container {
	background-color: white;
	width: 874px;
	height: 20px;
	border-bottom: 1px solid #497F96;
	margin: 0px 10px 0px 11px;
	z-index: 2;
} 

.drop_down_menu_item {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	height: 17px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #497F96;
} 

.drop_down_menu_item_last {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	height: 17px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #497F96;
} 

.drop_down_menu {
	background-color: #6791A9;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 160px;
	background-image: url('/sites/uk/images/main_layout/star_menu.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	display: none;
	position: absolute;
	z-index:3;
}

.drop_down_menu_div {
	text-align: left;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #C7D2D8;
	cursor: pointer;
	width: 150px;
}

.drop_down_menu a {
	color: white;
}

.drop_down_menu a:hover {
	color: white;
}

.drop_down_menu_div:hover, .drop_down_menu_div_hover {
	background-color: #497F96;
	color: #F47B20;
	cursor: pointer;
	width: 150px;
}

.main_body_container {
	width: 895px;
	height: auto;
	background-color: white;
	margin: 10px 0px;
	z-index: 1;
}

.main_body_container_wide {
	width: 100%;
	height: auto;
	background-color: white;
	margin: 10px 0px;
	z-index: 1;
}

.main_body_mini_container {
	width: 895px;
	height: 100%;
	background-color: white;
	margin: 10px 0px;
}

.main_body_nw {
	background-image: url('/sites/uk/images/main_layout/topleft.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: auto;
}

.main_body_ne {
	background-image: url('/sites/uk/images/main_layout/topright.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: auto;
}

.main_body_se {
	background-image: url('/sites/uk/images/main_layout/bottomright.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: auto;
}

.main_body_sw {
	background-image: url('/sites/uk/images/main_layout/bottomleft.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: auto;
	padding: 0px;
}

.main_body_mini_nw {
	background-image: none;
}

.main_body_mini_ne {
	background-image: none;
}

.main_body_mini_se {
	background-image: none;
}

.main_body_mini_sw {
	background-image: none;
}

.main_body_content {
	padding: 5px 0px 5px 11px;
}

.round_edges_bottom {
	background-image: none;
	border-left: 1px solid white;
	padding: 0px;
	margin:0px;
}

.round_edges_bottom_w {
	background-image: url('/sites/uk/images/box_layout/left.gif');
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
}

.round_edges_bottom_e {
	background-position: right;
	background-repeat: repeat-y;
	background-image: url('/sites/uk/images/box_layout/right.gif');
}

.round_edges_bottom_s {
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('/sites/uk/images/box_layout/bottom.gif');
}

.round_edges_bottom_se {
	background-image: url('/sites/uk/images/box_layout/bottomright.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.round_edges_bottom_sw {
	background-image: url('/sites/uk/images/box_layout/bottomleft.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px;
}

.round_edges_bottom_content {
	background-image: none;
}

.round_edges_top {
	background-image: none;
	border-left: 1px solid white;
	width: auto; 
	background-color: #497F96;
	padding: 0px;
	margin:0px;
	min-height:25px;
	height:auto !important;
	height:25px;
}

.round_edges_top_nw {
	background-image: url('/sites/uk/images/box_layout/topleft.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.round_edges_top_ne {
	background-image: url('/sites/uk/images/box_layout/topright.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 4px 4px 4px 6px;
}

.round_edges_top_sw {
	background-image: url('/sites/uk/images/box_layout/bottomleft_solid.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.round_edges_top_se {
	background-image: url('/sites/uk/images/box_layout/bottomright_solid.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.round_edges_top_content {
	background-image: none;
	color: white; 
	font-weight: bold;
	font-size: 14px;
}

.round_edges_top_content a {
	background-image: none;
	color: white; 
	font-weight: bold;
	font-size: 14px;
}

.round_edges_top_content a:hover {
	background-image: none;
	color: white; 
	font-weight: bold;
	font-size: 14px;
	color: #F47B20;
}

input.btn7 {
	margin: 0px 0px;
	font-size: 12px; 
	background-color: #497F96;
	font-family: arial;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	cursor: pointer;
	background-image: url('/sites/uk/images/main_layout/star_button_hover.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.back_grey:hover, .back_grey_hover {
	background-color: #DDDDDD;
}

.padding5 {
	padding: 5px;
}

.padding6lr {
	padding: 0px 6px 0px 6px;
}

.article, .body_text {
	line-height: 1.4em;
}

.article p {
	margin-bottom: 1.6em;
}

.article li {
	margin-bottom: 1.6em;
}

.article img {
	border: 1px solid #497F96;
	margin: 5px;
	padding: 0px;
}

.article a {
	text-decoration: underline;
}

ul {
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 3px 3px 0px 1.8em;
	margin: 0px;	
	text-indent: 0em;
	list-style-image: url('/sites/uk/images/main_layout/darrows.png'); 
}

li {
	margin-bottom: 4px;
}

.forumtable { 
	margin: 1px; 
	width: 725px; 
}

.forumtable td {
	padding: 5px;
}

.forumtable thead td {
	font-weight: bold; 
	color: #254558; 
	font-size: 12px;
	background-color: #B8C3CF
}

.forumtable tbody td {
	background-color: #E4ECF1;
}

.warning {
	border: 1px dashed black; 
	margin: 5px; 
	padding: 3px; 
	background-color: yellow; 
	width: auto; 
	text-align: left; 
	height: auto;
}

.maintable {
	border-collapse: collapse;
	border: 1px solid #497F96;
}

.maintable thead {
	background-color: #497F96;
	font-weight: bold;
	color: white;
	padding: 5px;
}

.maintable td {
	padding: 3px;
}

.shopprices td {
	padding: 4px;
}

.shopprices thead td {
	width: 170px;
	font-weight: bold; 
	color: #254558; 
	font-size: 12px;
	background-color: #B8C3CF
}

.shopprices tbody td {
	background-color: #E4ECF1;
	padding: 2px;
}

.captionleft	{
	font-family:georgia, arial; 
	font-size:20px; 
	color:#F47B20;
	border-right-color: silver;
	border-right-style: solid;
	border-right-width: 1px;
	width: 200px;
	float: left;
	padding-right: 6px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right: 8px;
	margin-top: 5px;
	display: inline;
	position: relative;
}

.captionright	{
	font-family:georgia, arial; 
	font-size:20px; 
	color:#F47B20;
	border-left-color: silver;
	border-left-style: solid;
	border-left-width: 1px;
	width: 200px;
	float: right;
	padding-left: 6px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-left: 8px;
	margin-top: 5px;
	display: inline;
	position: relative;
}

.captionimg	{
	font-family:arial; 
	font-size:10px; 
	font-weight: bold;
	color:#44697D;
	border-left-color: silver;
	border-left-style: solid;
	border-left-width: 1px;
	width: 210px;
	float: right;
	padding-left: 6px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left: 8px;
	margin-top: 5px;
	display: inline;
	position: relative;
}

.bold	{
font-weight: bold;
}

.italic	{
font-style: italic;
}

.uline	{
text-decoration: underline;
}

.small	{
font-size: 10px;
}

.heading {
font-family: Tahoma, Arial;
font-size: 16px;
color: #44697D;
}

.subheading {
font-family: Tahoma, Arial;
font-weight: bold;
font-size: 12px;
color: #44697D;
}

.footnote	{
font-size: 10px;
color: gray;
}

.red	{
color: red;
}

.psdark	{
color: #44697D;
}

.psmed	{
color: #497f96;
}

.psorange	{
color: #F47B20;
}

.silver	{
color: gray;
}

.medli {
color: #44697D;
font-size: 16px;
font-family: Tahoma, Arial;
}

.center	{
text-align: center;
}

.headline	{
font-family: Tahoma, arial;
font-size: 36px;
color: #44697D;
text-align: left;
line-height: 1em;
}

#euro-box { float: right; width: 372px; margin-top:3px; margin-right: 3px;}
#euro-map {
	width: 370px; 
	height: 327px;
	list-style: none;
	background-image: url( "/images/pagelayout/map_nav.gif" );
	margin: 10px auto; padding: 0;
	position: relative; margin: 0;
}
#euro-map li{ margin: 0; padding: 0; list-style: none; display: block; position: absolute; background-image: none; list-style: none; }
#euro-map a { display: block; }

#euro-map #uk { left: 55px;	top: 78px; width: 53px; height: 87px; z-index: 40; }
#euro-map #uk	a { height: 87px;	}
#euro-map #uk	a:hover { background: url( "/images/pagelayout/map_nav.gif" ) -6px -390px no-repeat; }
#euro-map #uk	span { height: 87px;	display: block; background: url( "/images/pagelayout/map_nav.gif" ) -6px -390px no-repeat; }

#euro-map #bulgaria { left: 254px; top: 221px; width: 47px; height: 35px; }
#euro-map #bulgaria a { height: 35px; }
#euro-map #bulgaria a:hover { background: url("/images/pagelayout/map_nav.gif") -127px -335px no-repeat; }
#euro-map #bulgaria span { height: 35px; display: block; background: url("/images/pagelayout/map_nav.gif") -127px -335px no-repeat; }

#euro-map #cyprus { left: 355px; top: 291px; width: 14px; height: 18px; }
#euro-map #cyprus	a { height: 18px; }
#euro-map #cyprus a:hover { background: url("/images/pagelayout/map_nav.gif") -267px -463px no-repeat; } 
#euro-map #cyprus span { height: 18px; display: block; background: url("/images/pagelayout/map_nav.gif") -267px -463px no-repeat; } 

#euro-map #czech_republic { left: 175px;	top: 164px; width: 44px; height: 24px;  z-index: 40; }
#euro-map #czech_republic a { height: 24px;	}
#euro-map #czech_republic a:hover { background: url("/images/pagelayout/map_nav.gif") -196px -422px no-repeat; }
#euro-map #czech_republic span { height: 24px; display: block; background: url("/images/pagelayout/map_nav.gif") -196px -422px no-repeat; }

#euro-map #france { left: 60px; top: 164px; width: 86px; height: 89px; }
#euro-map #france a { height: 89px; }
#euro-map #france a:hover { background: url( "/images/pagelayout/map_nav.gif" ) -249px -492px no-repeat; } 
#euro-map #france span { height: 89px; display: block; background: url( "/images/pagelayout/map_nav.gif" ) -249px -492px no-repeat; } 

#euro-map #germany { left: 134px; top: 124px;	width: 57px; height: 77px; }
#euro-map #germany a { height: 77px;}
#euro-map #germany a:hover { background: url("/images/pagelayout/map_nav.gif") -108px -404px no-repeat; }
#euro-map #germany span { height: 77px; display: block; background: url("/images/pagelayout/map_nav.gif") -108px -404px no-repeat; }

#euro-map #italy { left: 136px; top: 206px; width: 93px; height: 107px; }
#euro-map #italy a { height: 107px; }
#euro-map #italy a:hover { background: url("/images/pagelayout/map_nav.gif") -1px -490px no-repeat; z-index: -1; }
#euro-map #italy span	{ height: 107px; display: block; background: url("/images/pagelayout/map_nav.gif") -1px -490px no-repeat; z-index: -1; }

#euro-map #latvia { left: 223px; top: 84px;	width: 41px;	height: 24px; }
#euro-map #latvia a { height: 24px; }
#euro-map #latvia a:hover { background: url("/images/pagelayout/map_nav.gif") -318px -425px no-repeat; } 
#euro-map #latvia span { height: 24px; display: block; background: url("/images/pagelayout/map_nav.gif") -318px -425px no-repeat; } 

#euro-map #malaysia { left: 2px; top: 3px; width: 104px; height: 54px; border: 1px solid black; }
#euro-map #malaysia a { height: 54px; }
#euro-map #malaysia a:hover { background: url("/images/pagelayout/map_nav.gif") -2px -330px no-repeat; z-index: -1; }
#euro-map #malaysia span { height: 54px; display: block; background: url("/images/pagelayout/map_nav.gif") -2px -330px no-repeat; z-index: -1; }

#euro-map #poland { left: 187px;	top: 122px; width: 65px; height: 56px; }
#euro-map #poland a { height: 56px; }
#euro-map #poland a:hover { background: url("/images/pagelayout/map_nav.gif") -283px -333px no-repeat; }
#euro-map #poland span { height: 56px; display: block; background: url("/images/pagelayout/map_nav.gif") -283px -333px no-repeat; }

#euro-map #romania { left: 236px; top: 180px; width: 68px; height: 51px; }
#euro-map #romania a { height: 51px; }
#euro-map #romania a:hover { background: url("/images/pagelayout/map_nav.gif") -193px -334px no-repeat; }
#euro-map #romania span { height: 51px; display: block; background: url("/images/pagelayout/map_nav.gif") -193px -334px no-repeat; }

#euro-map #slovak_republic { left: 208px;	top: 176px; width: 37px; height: 20px;  z-index: 40; }
#euro-map #slovak_republic a { height: 20px; }
#euro-map #slovak_republic a:hover { background: url("/images/pagelayout/map_nav.gif") -265px -425px no-repeat;	}
#euro-map #slovak_republic span { height: 20px; display: block; background: url("/images/pagelayout/map_nav.gif") -265px -425px no-repeat;	}

#euro-map #spanish { left: 15px;	top: 224px; width: 100px; height: 85px; }
#euro-map #spanish a { height: 85px; }
#euro-map #spanish a:hover { background: url("/images/pagelayout/map_nav.gif") -124px -491px no-repeat; }
#euro-map #spanish span { height: 85px; display: block; background: url("/images/pagelayout/map_nav.gif") -124px -491px no-repeat; }

#euro-map #country_name { border: 1px solid lightgrey; font-weight: bold; margin-top: 2px; text-align: center; height: 18px; }