a:hover {
	cursor: pointer;
	background-position: 0 0;
	background-color:transparent;
}

a {
	outline: none;
}

img {
	border:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	background-color: #f3f1f0;
}

/* CONTAINER - start */

div.container_background{
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
}

div.container_outer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	position:relative;
}

div.container{
	width:980px;
	overflow:hidden;
	position:relative;
}

/* CONTAINER - end */

/* HEADER - start */
div.header {
	width:980px;
	height:67px;
	position:relative;
	z-index:10;
}

div.preloader {
	position:absolute;
	width:980px;
	height:67px;
	overflow:hidden;
	top:0px;
	left:0px;
	background-image: url(../images/header_background.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
	z-index:1;
}

div.preloader img {
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

div.logo{
	position:absolute;
	top:29px;
	left:23px;
	z-index:15;
}

div.logo img{
	border:none;
}

div.meta_menu{
	z-index:4;
	position:absolute;
	top:27px;
	right:9px;
	height:22px;
}

div.meta_menu div.newsletter{
	margin:0px;
	/*padding:0px 10px 0px 0px;*/
	padding:0px 3px 0px 0px;
	float:right;
	height:22px;
	/*background-image: url(../images/menu_vertical_line.gif);*/
	background-position:top right;
	background-repeat:no-repeat; 
}


div.meta_menu div.lang_menu{
	margin:0px;
	padding:0px 0px 0px 10px; 
	float:right;
	height:22px;
}

div.meta_menu div.newsletter ul,div.meta_menu div.lang_menu ul{
	margin:0px;
	position:static;
	padding:0px;
	list-style: none;
}

div.meta_menu div.newsletter ul li,div.meta_menu div.lang_menu ul li{
	margin:0px;
	padding:0px;
	float:left;
	background-image:none;
}

div.meta_menu div.newsletter ul li{
	padding:0px 0px 0px 12px;
	height:22px;
}

div.meta_menu div.lang_menu ul li{
	padding:0px 5px 0px 0px;
	height:22px;
}

div.meta_menu ul li a {	
	margin:0px;
	display:block;
	padding:0px;
	height:13px;
	overflow:hidden;
	float:left;
	margin-top:6px;
	position:relative;
}

div.meta_menu ul li a:hover img{
	position:relative;
	top:-13px;	
}

div.main_menu{
	position:absolute;
	top:27px;
	left:262px;
	margin:0px;
	padding:0px;
	height:22px; 
	z-index:10;
}

div.main_menu ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

div.main_menu ul li{
	margin:0px;
	padding:0px 12px 0px 12px;
	float:left;
	background-image: url(../images/menu_vertical_line.gif);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative; 
	height:22px;
}

div.main_menu ul li.last{
	background-image: none;
}

div.main_menu ul li a{	
	margin:0px;
	display:block;
	padding:0px;
	text-decoration:none;
	z-index:50;
	color:#8c8276;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:13px;
	overflow:hidden;
	float:left;
	margin-top:6px;
	text-decoration:none !important;
	position:relative;
}

div.main_menu ul li a.act img,
div.main_menu ul li:hover a img,
div.main_menu ul li a:hover img{
	position:relative;
	top:-13px;	
}

div.main_menu ul li ul{
	position: absolute;
	left:-1px;
	z-index:10;
	top:22px;
	visibility:hidden;
	padding:16px 0px 0px 0px;
	width:190px;
	background-image: url(../images/dummy_white.gif);
	background-position:left -16px;
	background-repeat:repeat-x; 
}

div.main_menu ul li ul span.bottom {
	display:block;
	height:15px;
	width:190px;
	background-image: url(../images/main_menu_sec_lev_background.png);
	background-position:left bottom;
	background-repeat:no-repeat; 
}

div.main_menu ul li:hover ul{	
	display: block;
	visibility:visible;
	z-index:80;
}

div.main_menu ul ul li:hover{
	z-index:85;
}

div.main_menu ul li ul li{
	padding:0px;
	margin:0px;
	background-image:none;	
	height:auto;
	width:190px;
	text-align:left;
	background-image:none;
	background-color:transparent;
}

div.main_menu ul li ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none !important;
	text-transform:none;
	float:none;
	display:block;
	height:auto;
	line-height:14px;
	margin:0;
	padding:6px 12px;
	background-image: url(../images/menu_2nd_back.gif);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

div.main_menu ul li ul li a:hover{
	background-position:0px -200px;
}

div.main_menu ul li ul li a:hover{
	color:#fd9937;
	z-index:60;
}

/* HEADER - end */

/* CONTENT - start */
div.content{
	width:980px;
	height:474px;
	margin:0px;
	padding:10px 0px 10px 0px; 
	position:relative;
}

div.textbox{
	width:450px;
	position:absolute;
	left:12px;
	top:329px;
	color:#f3f1f0; 
	z-index:60;
}

div.textbox div.textbox_top{
	width:450px;
	height:7px;
	background-image: url(../images/textbox_background_top.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

div.textbox_black div.textbox_top{
	background-image: url(../images/textbox_background_black_top.png);
}

div.textbox div.textbox_bottom{
	width:450px;
	height:7px;
	background-image: url(../images/textbox_background_bottom.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

div.textbox_black div.textbox_bottom{
	background-image: url(../images/textbox_background_black_bottom.png);
}

div.textbox div.textbox_content{
	background-image: url(../images/textbox_background.png);
	background-position:0px 0px;
	background-repeat:repeat;
	width:406px;
	margin:0px;
	padding:13px 22px 12px 22px; 
}

div.textbox_black div.textbox_content{
	background-image: url(../images/textbox_background_black.png);
}

div.textbox div.textbox_content h1{
	margin:0px;
	color:#ffffff; 
	font-size:18px;
	font-weight:bold;
	padding:0px;	
	text-transform:none;
}

div.textbox div.textbox_content div.teaser_text {
	margin:0px;
	padding:0px;
	width:370px;
}

div.textbox div.textbox_content div.teaser_text p{
	font-size:12px;
	color:#f3f1f0;
	margin:4px 0px 10px 0px;
	padding:0px;
	line-height:16px;
}

div.textbox div.textbox_link{
	position:absolute;
	right:22px;
	bottom:34px;
	width:12px;
	height:12px;
}

div.textbox div.textbox_link img{
	border:none;
}

/* CONTENT - end */

/* FOOTER - start */

div.footer_wraper{
	width:980px;
	height:154px;
	padding:0px 1px 0px 1px;
}

div.footer_wraper div.footer {
	width:978px;
	height:54px;
	position:relative;
	padding:0px;
}

div.footer_wraper div.footer_back {
	position:absolute;
	width:978px;
	height:54px;
	z-index:1;
	left:0px;
	top:0px;
	background-image:url(../images/footer_background.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

div.footer_wraper div.footer_bottom{
	height:100px;
	width:978px;
	margin-top:1px;
	position:relative;
	background-image:url(../images/footer_bottom_background.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

div.rights{
	z-index:10;
	position:absolute;
	top:20px;
	left:22px; 
}

div.rights p{
	font-size:10px;
	color:#b9b4ac;
	text-align:left; 
	padding:0px;
	margin:0px;
}

div.bottom_menu{
	z-index:10;
	position:absolute;
	top:21px;
	right:15px;
}

div.bottom_menu ul{ 
	padding:0px;
	margin:0px;
	list-style:none; 
}

div.bottom_menu ul li{ 
	margin:0px;
	padding:0px;
	float:left;
	height:12px;
	background-image:url(../images/menu_vertical_line2.gif);
	background-position:right top;
	background-repeat:no-repeat;
	overflow:hidden; 
}


div.bottom_menu ul li.last{ 
	background-image:none;
}

div.bottom_menu ul li a{ 
	font-size:10px;
	color:#b9b4ac;
	font-weight:normal;
	padding:0px 7px 0px 7px !important;
	margin:0px;
	text-decoration:none;
	display:block;
	float:left;
	height:12px;
	line-height:12px;
}

div.bottom_menu ul li a:hover {
	text-decoration:underline;
}


/* FOOTER - end */



/*
 * FILTERED
 */



.latest_news_item{
	display:block;
	width:274px;
	position:relative;
	height:65px;
	z-index:2;
	margin:0px 0px 1px 12px;
	padding:0px;
	cursor: pointer;
}

.latest_news_item .latest_news_item_content {
	position:relative;
	display:block;
	right:0px;
	top:0px;
	width:200px;
	margin:0px;
	padding:8px 63px 11px 11px;
	z-index:5;
}

.latest_news_item .date {
	font-size:11px;
	color:#625b53;
	font-weight:bold;
	width:200px;
	display:block;
	line-height:14px;
	z-index:10;
	position:relative;
}

.latest_news_item .news_text {
	font-size:11px;
	color:#625b53;
	font-weight:normal;
	width:200px;
	display:block;
	line-height:14px;
	z-index:10;
	position:relative;
}

.latest_news_item_spec{
	width:253px;
	height:65px;
	display:block;
	position:relative;
	padding:0px;
	margin:0px 0px 1px 12px;
}

.latest_news_item_spec .spec{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.latest_news_item_spec .latest_news_item{
	position:absolute;
	z-index:1;
	right:-21px;
	float:right;
	width:250px;
	overflow:hidden;
}

.latest_news_background_outer {
	display:block;
	width:274px;
	height:65px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:3;
	overflow:hidden;
}

.latest_news_background_inner {
	display:block;
	width:274px;
	height:130px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(../images/news_back.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

.latest_news_item_spec .latest_news_background_inner {
	background-image:url(../images/news_back_spec.png);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

a:hover .latest_news_background_inner {
	top:-65px;
}

.latest_news_item_spec a,
.latest_news_item a {
	text-decoration:none !important;
	cursor: pointer;
}

.latest_news_item_spec a {
	width:253px;
	display:block;
}

div.page_content {
	width:980px;
	margin:0px;
	padding:6px 0px 10px 0px; 
	position:relative;
	/*overflow:hidden;*/
}

div.page_content_inner {
	width:992px;
	margin:0px;
	margin:0px 12px 0px 0px;
	padding:0px; 
	position:relative;
}

/*
 * Customer
 */


div.page_content_inner div {
	overflow:hidden;
}
div.page_content_inner div.csc-textpic-text {
	overflow: visible;
	margin: -15px 0 0 0;
}

div.customer {
	float:left;
	height:132px;
	width:186px !important;
	margin-right:12px;
	position:relative;
	overflow:visible !important;
}

div.customer img,
div.customer span {
	position:relative;
	left:1px;
}

/*
 * Breadcrumb
 */

div.breadcrumb{ 
	height:25px;
}

div.breadcrumb ul{ 
	padding:0px 0px 0px 8px;
	margin:0px;
	list-style:none; 
}

div.breadcrumb ul li{ 
	margin:0px;
	padding:0px;
	float:left;
	height:12px;
	background-image:url(../images/breadcrumb_div.gif);
	background-position:100% 4px;
	background-repeat:no-repeat;
	overflow:hidden; 
	font-size:10px;
	color:#8c8276;
	padding:0px 10px 0px 4px !important;
	line-height:12px;
}


div.breadcrumb ul li.last{ 
	background-image:none;
}

div.breadcrumb ul li a{ 
	font-size:10px;
	color:#8c8276;
	font-weight:normal;
	margin:0px;
	text-decoration:none;
	display:block;
	float:left;
	height:12px;
	line-height:12px;
}

div.breadcrumb ul li a:hover {
	text-decoration:underline;
}

div.util_menu_outer {
	clear:both;
	overflow:visible !important;
	margin-top:5px;
}

div.util_menu {
	float:right;
	margin:0px 16px 37px 0px;
	width:auto !important;
	position:relative;
	overflow:visible !important;
}

div.util_menu a {
	display:block;
	float:left;
	text-decoration:none;
	padding:0px 8px 0px 15px;
	font-size:11px;
	color:#fd9937;
	line-height:13px;
	background-image:url(../images/orange_arrow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

div.util_menu a:hover {
	text-decoration:underline;
	background-position:0px 3px;
}


/*
 * Award & download
 */
div.download {
	margin:12px 0px;
}

div.download div.image {
	float:left;
	width:132px;/*132*/
}

div.download div.list {
	margin-left:-132px;
	left:132px;
	float:left;
	position:relative;
	width:100% !important;
}

div.download div.list_inner {
	margin:0px 135px 0px 0px;
	width:auto !important;
	position:static;
}

div.award {
	float:left;
	height:264px;
	width:186px !important;
	margin-right:12px;
	position:relative;
	overflow:visible !important;
}

div.award img,
div.award span {
	position:relative;
	left:1px;
	z-index:1;
}

div.award div {
	position:absolute;
	top:128px;
	left:12px;
	width:162px;
	z-index:3;
	height:122px;
	overflow:hidden;
	color:#625b53;
}

div.download div em,
div.award div em {
	font-weight:bold;
	color:#625b53;
	font-style:normal;
	line-height:13px;
	margin:1px 0px;
	display:block;
	font-size:11px;
}

div.download div em.dsc {
	font-weight:normal;
}

div.download div ul,
div.award div ul {
	list-style:none; 
	margin:3px 0px 0px;
	padding:0px;
}

div.download div ul {
	margin:0px 0px 0px;
}

div.download div li,
div.award div li {
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:15px;
	font-size:11px;
	background-image:url(../images/orange_arrow.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	/*
	display:inline-block;
	width:100%;
	*/
}

div.award div li.dot {
	background-image:url(../images/dot.gif);
	background-position:6px 6px;
	background-repeat:no-repeat;
}

div.download div a,
div.award div a {
	color:#fd9937;
	text-decoration:none;
}

div.download div a:hover,
div.award div a:hover {
	text-decoration:underline;
}

div.body {
	padding:7px 23px 35px;
	background-image:url(../images/body_back_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	z-index:1;
	width:934px !important;
}

div.body dd.csc-textpic-caption {
	font-size: 11px;
	text-align: right;
	color: #625B53;
	padding: 8px 18px 0 0;
}

div.body dl.csc-textpic-lastcol {
	margin: 0 !important;
}

div.body_top {
	background-image:url(../images/body_back_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:980px !important;
	height:15px !important;
	overflow:hidden;
}

div.body_bottom {
	background-image:url(../images/body_back_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:980px !important;
	height:15px !important;
	margin-bottom:10px;
	overflow:hidden;
}


/*
 * two columns 549
 */ 
div.two_columns_549 {
	background-image:url(../images/two_columns_back.gif);
	background-position:571px 0;
	background-repeat:repeat-y;
	position:relative;
}
 
div.two_columns_549 .left_outer {
	width: 572px !important;/*549+22+1+23*/
	float:left;
}

div.two_columns_549 .left_inner {
	margin-right:23px; /*22+1*/
	margin-left:0px;
	width:auto !important;
}

div.two_columns_549 .right_outer {
	width: 362px !important;/*340+22+23*/
	float:right;
}

div.two_columns_549 .right_inner {
	margin-right:0px;
	margin-left:22px;
	width:auto !important;
}


/*
 * two columns 604
 */ 
div.two_columns_604 {
	background-image:url(../images/two_columns_back.gif);
	background-position:626px 0;
	background-repeat:repeat-y;
	position:relative;
}
 
div.two_columns_604 .left_outer {
	width: 627px !important;/*604+22+1+23*/
	float:left;
}

div.two_columns_604 .left_inner {
	margin-right:23px; /*22+1*/
	margin-left:0px;
	width:auto !important;
}

div.two_columns_604 .right_outer {
	width: 307px !important;/*285+22+23*/
	float:right;
}

div.two_columns_604 .right_inner {
	margin-right:0px;
	margin-left:22px;
	width:auto !important;
}


/*
 * two columns 363
 */ 
div.two_columns_363 {
	position:relative;
}
 
div.two_columns_363 .left_outer {
	width: 340px !important;/*318+22+23*/
	float:left;
}

div.two_columns_363 .left_inner {
	margin-right:22px; /*22+1*/
	margin-left:0px;
	width:auto !important;
}

div.two_columns_363 .right_outer {
	width: 594px !important;
	float:right;
}

div.two_columns_363 .right_inner {
	margin-right:0px;
	margin-left:0px;
	width:auto !important;
}

div.two_columns_363 .right_inner h2 a{
	color: #625B53;
}


div.margin_killer_top {
	width:auto !important;
	height:1px;
	overflow:hidden;
	margin-top:-100px;	
	margin-bottom:100px;	
}

div.margin_killer_bottom {
	width:auto !important;
	height:1px;
	overflow:hidden;
	margin-top:100px;	
	margin-bottom:-100px;	
}

div.columns_bottom_el {
	background-color:#f3f1f0;
	position:absolute;
	bottom:0px;
	overflow:hidden;
}
div.columns_bottom_el div.csc-textpic-text {
	margin-top: 0;
}

div.columns_bottom_el_magic.with_script_hidden {
	margin-top:11px;
}

div.columns_bottom_el_inner {
	position:static;
	width:auto !important;
	margin:10px 11px 0px 11px;
}

div.two_columns_604 div.columns_bottom_el {
	width: 285px !important;/*285+22+23*/
}

div.two_columns_363 div.columns_bottom_el {
	width: 594px !important;/*285+22+23*/
}

div.two_columns_549 div.columns_bottom_el  {
	width: 340px !important;/*340+22+23*/
}

div.columns_bottom_el_magic {
	width:auto!important;
	position:relative;
	overflow:hidden;
	background-color:#f3f1f0;
}

div.hr {
	height:1px;
	width:auto !important;
	background-image:url(../images/two_columns_back.gif);
	background-position:0px 0;
	background-repeat:repeat-x;
	position:relative;
	margin:22px 0px;
}

div.columns_bottom_el_inner div.csc-textpic,
div.columns_bottom_el_inner div.csc-textpic div,
div.columns_bottom_el div.csc-textpic,
div.columns_bottom_el div.csc-textpic div {
	width:auto;
	overflow:visible;
}

em.date {
	font-size:11px;
	line-height:15px;
	color:#625b53;
	text-align:left;
	margin:-15px 0px 15px;
	font-weight:normal;	
	font-style:normal;	
	display:block;
	width:auto !important;
}

.trans_back {
	background-color:transparent !important;
	margin:0px;
}

span.more a,
a.more {
	font-size:11px;
	display:block;
	float:right;
	line-height:20px;
	color:#ffffff;
}

span.more a .left,
a.more .left {
	float:left;
	display:block;
	background-image: url(../images/more_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:11px;
	height:20px;
}

span.more a .middle,
a.more .middle {
	float:left;
	height:20px;
	padding-right:5px;
	display:block;
	background-image: url(../images/more_middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

span.more a .right,
a.more .right {
	float:left;
	width:22px;
	height:20px;
	display:block;
	background-image: url(../images/more_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.news_list {
	padding-bottom:7px !important;
}

div.job {
	margin:1px 0px;
	width:auto !important;
	overflow:hidden;
	position:relative;
}

div.job_inner {
	width:auto !important;
	padding:2px 87px 7px 22px;
	position:relative;
	overflow:hidden;
	background-color:#f3f1f0;
}

div.job div.link {
	position:relative;
	float:right;
	padding:0px 22px 0px 0px;
	margin:-40px 0px 0px 0px;
}

div.job h5,
div.job p {
	margin-top:-15px;
}

em.sector {
	font-size:11px;
	line-height:15px;
	color:#625b53;
	text-align:left;
	margin:-15px 0px 15px;
	font-weight:bold;	
	font-style:normal;	
	display:block;
	width:auto !important;
}

em.sector_top {
	font-size:11px;
	line-height:15px;
	color:#625b53;
	text-align:left;
	margin:15px 0px -15px;
	font-weight:bold;	
	font-style:normal;	
	display:block;
	width:auto !important;
}

div.ref_list_left {
	float:left;
	width:252px !important;
}

div.ref_list_right {
	float:right;
	width:65px !important;
}

div.ref_list_right img {
	float:left;
	display:block;
	margin:0px 0px 1px;
}

a.sort {
	font-size:11px;
	display:block;
	float:right;
	line-height:20px;
	color:#ffffff;
}

a.sort .left {
	float:left;
	display:block;
	background-image: url(../images/sort_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:20px;
	height:20px;
}

a.sort .middle {
	float:left;
	height:20px;
	display:block;
	padding:0px 0px 0px 5px;
	background-image: url(../images/sort_middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a.sort .right {
	float:left;
	width:10px;
	height:20px;
	display:block;
	background-image: url(../images/sort_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.sort_button {
	width:175px !important;
	margin:-0px 12px 0px 0px;
	position:relative;
	float:right;
	top:2px;
	overflow:visible !important;
	z-index:10;
	visibility:hidden;
}

div.back {
	text-align:right;
	font-size:11px;
	line-height:22px;
	height:20px;
	position:relative;
	top:7px;
	visibility:visible;
}

div.title {
	width:980px !important;
	overflow:visible !important;
	margin-bottom:10px;
	z-index:70;
}

div.absolute_title {
	position: absolute; 
	top: 25px;
	z-index:4;	
}

div.title h1 {
	margin-bottom:0px;
	float:left;
	width:780px;
}

div.ref_list_small img {
	float:left;
	display:block;
	margin:0px 1px 1px 0px;
}

div.ref_single {
	width:604px !important;
	height:516px;
}

div.ref_single img,
div.ref_single a {
	margin-left: auto; 
	margin-right: auto;
	overflow:hidden;
}

div.ref_single img {
	display:block;
}

div.vertical_center_outer {
	overflow: hidden; 
	display: table; 
	position: static;
}

div.vertical_center_middle {
	display: table-cell; 
	vertical-align: middle; 
	width: 100% !important;
	overflow: visible !important; 
}

div.vertical_center_inner {
	position: static;
	width:auto !important;
	overflow: visible !important; 
}

div.zoom {
	position:absolute;
	left:583px;
	top:0px;
	z-index:71;
	width:21px !important;
}

.popup {
	display:block;
	position:absolute;
	width:360px !important;
	top:0px;
	right:-20px;
	background-image:url(../images/trans.gif);
	background-repeat:repeat;
	z-index:10;
	visibility:hidden;
}

.popup_inner {
	display:block;
	position:relative;
	width:318px !important;
	margin:20px;
	background-color:#ffffff;
	border:1px solid #e0ddda;
	color:#8c8276;
	font-size:11px;
	line-height:15px;
	z-index:11;
	overflow:visible !important;
	float:right;
	display:block !important;
}

.popup a {
	color:#8c8276;
}

.popup .left_column {
	display:block;
	float:left;
	width:164px !important;
}

.popup .left_column_inner {
	display:block;
	margin:18px 21px 24px;
}

.popup .right_column {
	display:block;
	float:left;
	width:152px !important;
}

.popup .right_column_inner {
	display:block;
	margin:18px 11px 0px 0px;
}

.popup_link {
	display:block;
	padding:15px 11px 24px 0px;
}

.tipafriend {
	position:absolute;
	bottom:220px;
	display:none;
	right:8px;
	z-index:100;
	background-color:#ffffff;
	width:349px !important;
	border:1px solid #e0ddda;
}

.tipafriend_inner {
	font-size:11px;
	line-height:15px;
	width:auto !important;
	margin:21px 21px 30px;	
	color:#8c8276;
	position:relative;
	bottom:0px;
}

.tipafriend a {
	float:right;
	color:#8c8276;
	background-image:url(../images/x.gif);
	background-repeat:no-repeat;
	background-position:100% 2px;
	padding:0 15px 0 2px;
}

.tipafriend a:hover {
	background-position:100% 2px;
}

.tipafriend .tip_left {
	color:#625b53;
	font-weight:bold;
	float:left;
}

.tipafriend a.more {
	float:right;
	color:#ffffff;
	line-height:20px;
	background-image:none;
	padding:0px;
}

.tip_title {
	margin:0px 0px 10px;
}

.tip_button {
	margin:20px 0px 0px;
}

form {
	margin:0px;
	padding:0px;
}

fieldset {
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #f3f1f0;
	margin:1px 0px;
	width:307px;
	overflow:hidden;
}

fieldset .clearfix {
	width:auto !important;
	margin:16px 22px;
}

input {
	float:right;
	padding:2px 2px;
	height:14px;
	width:162px;
	font-size:11px;
	line-height:14px;
	border:1px solid #999;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	padding:2px 2px;
	height:50px;
	width:162px;
	font-size:11px;
	line-height:14px;
	border:1px solid #999999;
}


label {
	float:left;
	width:95px;
	line-height:20px;
}

/*
 * lightbox
 */
 

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	position:relative;
}
#lightbox-nav-btnPrev span { 
	position:absolute;
	width:36px;
	height:36px;
	background-image: url(../images/lightbox-btn-prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left:0px;
	top:50%;
	margin-top:-18px;
	visibility:hidden;
}
#lightbox-nav-btnPrev:hover span {
	visibility:visible;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	position:relative;
}
#lightbox-nav-btnNext span { 
	position:absolute;
	width:36px;
	height:36px;
	background-image: url(../images/lightbox-btn-next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	right:0px;
	top:50%;
	margin-top:-18px;
	visibility:hidden;
}
#lightbox-nav-btnNext:hover span {
	visibility:visible;
}

#lightbox-container-image-data-box {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 15px;
	overflow: visible;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #625b53; 
	position:relative;
}
#lightbox-container-image-data #lightbox-image-details { 
	float: left; 
	margin-right:120px;
	line-height:15px;
	margin-left:-10px;
	padding: 3px 0px 13px 0px;	
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-currentNumber {
	/*
	display: block; 
	clear: left; 
	*/
	display:none !important;
}			

#lightbox-secNav {
	margin-left:-100px;
	margin-right:-10px;
	position:absolute;
	right:10px;
}

#lightbox-secNav-btnClose {
	width: 70px; 
	float: right;
	color:#625b53;
	padding: 3px 27px 13px 0px;	
	text-align:right;
	line-height:15px;
	background-image: url(../images/lightbox-btn-close.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#lightbox-secNav-btnClose img {
	display:none;
}

fieldset img {
	margin:0px !important;
	height:20px;
	width:90px;
}

.newsletter_form {
	font-size:11px;
	line-height:15px;
	width:auto !important;
	margin:15px 0px;	
	color:#8c8276;
	position:relative;
	bottom:0px;
	width:520px !important;
}


.newsletter_form fieldset {
	width:520px;
}

.newsletter_form .tip_button  {
	margin-top:-27px;
}

.newsletter_form input {
	width:218px;
	margin-right:155px;
}

.newsletter_form .radio {
	float:left;
	width:auto;
	margin-right:10px;
	margin-left:0px;
}

.radio_caption {
	width:auto;
	margin-right:22px;
}

div.page_content_inner .tx-lumogooglemaps-pi1 div,
div.page_content_inner .tx-rggooglemap-pi1 div,
div.page_content_inner #tx_aoemaps div {
	overflow:visible;
	font-size:11px;
	line-height:13px;
	color:#625b53;
}

.map_desc {
	display:block;
	margin:5px 0;
}
.map_desc p {
	font-size:10px;
	margin:0;
	line-height:12px;
}

#gmapDirHead,
#gmapDirTo {
	display:none;
}

#gmapmarker {
	margin-bottom:-18px;
}

.csc-textpic-image dt,
csc-textpic-image a {
	display: block;
}