@charset "utf-8";

/* -------------------------------------------
		general
------------------------------------------- */
* {
	font-family:Arial, Helvetica, sans-serif;
}
html {
	-webkit-text-size-adjust:none;
}

a {
	text-decoration:none;
	color:black;
}

#main a, #main p, #main span {
	line-height:150%;
	text-align:justify;
}

.single_image img {
	display:block;
	margin:0 auto;
}
/* -------------------------------------------
		[ body ]
------------------------------------------- */
body{
	background:url(../images/background_pattern.gif) #eeeeee center top repeat;
}

#bodyinside1 {
	background:url(../images/background_top.gif) center top repeat-x;
	min-height:700px;
}

#bodyinside2 {
	background:url(../images/background_shadow.png) center top no-repeat;
}

/* -------------------------------------------
		[ wrapper ]
------------------------------------------- */
#wrapper {
	width:860px;
	margin:0 auto;
	padding:0 20px;
	background:url(../images/header_bg.gif) white left top repeat-x;
}

/* -------------------------------------------
		[ header ]
------------------------------------------- */

#logo {
	display:block;
	margin:0 0 20px 0;
	width:305px;
	height:42px;
}

#header {
	padding-top:25px;
}

#header .inside {
	position:relative;
}
/* -------------------------------------------
		[ header - search and langSelector ]
------------------------------------------- */

#header .mod_form {
	position:absolute;
	right:0;
	top:5px;
}

.mod_search form,
.mod_form form
{
	margin:0;
	padding:0;
	width:205px;
	height:24px;
	background:url(../images/search.png) transparent 0 0 no-repeat;
	position:relative;
}

.mod_search form.chs,
.mod_form form.chs
{
	background-image:url(../images/search.png);
}


.mod_search input.text,
.mod_form input.text
{
	margin:0;
	padding:0;
	border:0 transparent none;
	background-color:transparent;
	position:absolute;
	left:5px;
	top:3px;
	width:142px;
	height:18px;
}
.mod_search input.submit,
.mod_form input.submit
{
	margin:0;
	padding:0;
	border:0 transparent none;
	background-color:transparent;
	color:white;
	cursor:pointer;
	position:absolute;
	right:2px;
	top:1px;
	width:52px;
	font-size:12px;
	height:22px;
}

#langSelector {
	width:80px;
	position:absolute;
	right:200px;
	top:8px;
}

#langSelector img {
	vertical-align:middle;
}

#langSelector a:hover {
	color:#378ac0;
}

/* -------------------------------------------
		[ header - main menu - level 1 ]
------------------------------------------- */

.mainmenu {
	display:block;
	overflow:visible;
	margin:0;
	padding:0;
	height:35px;
	background:url(../images/background_mainmenu.gif) left top repeat-x;
}
.mainmenu ul, .mainmenu li {
	float:left;
	display:block;
	margin:0;
}
.mainmenu ul {
	height:33px;
	margin-top:2px;
}

.mainmenu ul.level_1 li {
	float:left;
	display:block;
	margin:0 2px;
	position:relative;
	
	padding-left:10px;
	z-index:103;
}

.mainmenu li a, .mainmenu li span {
	float:left;
	display:block;
	margin:0px;
	height:33px;
	line-height:33px;
	color:white;
	font-size:18px;
	
	padding-left:10px;
	padding-right:20px;
	z-index:102;
	font-weight:normal;
}

.mainmenu {
	border-bottom:3px #378ac0 solid;
}

.mainmenu li.active,
.mainmenu li.trail {
	/*background:url(../images/nav/blue_left.png) left bottom no-repeat;*/
}

.mainmenu li.active a,
.mainmenu li.active span,
.mainmenu li.trail a,
.mainmenu li.trail span {
	/*background:url(../images/nav/blue_right.png) right bottom no-repeat;*/
}

/* -------------------------------------------
		[ header - main menu - level 2 ]
------------------------------------------- */
.mainmenu ul.level_2 {
	float:none;
	position:absolute;
	margin:0;
	padding:0;
	left:0;
	top:33px;
	height:auto;
	display:none;
	filter:alpha(opacity=95);
	opacity:0.95;
	width:180px;
	
	/*z-index:101;*/
}

.mainmenu ul.level_2 li {
	float:none;
	margin:0;
	padding:0;
	
	z-index:100;
}
.mainmenu ul.level_2 a,
.mainmenu ul.level_2 span {
	float:none;
	margin:0;
	padding:8px 8px 8px 18px;
	
	height:auto;
	font-size:14px;
	line-height:1.3;
	z-index:99;
	font-weight:normal;
}

/* -------------------------------------------
		[ header - main menu - level 3 or later ]
------------------------------------------- */
.mainmenu ul.level_2 ul {
	float:none;
	position:static;
	height:auto;
	margin:0px;
	padding:0;
	z-index:98;
}

.mainmenu ul.level_2 ul li {
	float:none;
	margin:0;
	padding:0;
	z-index:97;
}
.mainmenu ul.level_2 ul a,
.mainmenu ul.level_2 ul span {
	float:none;
	margin:0;
	padding:8px 8px 8px 38px;
	z-index:96;
}
/* -------------------------------------------
		[ banner ( custom section ) ]
------------------------------------------- */
#banner
{
	position:relative;
	background:url(../images/loading.gif) center center no-repeat;
}

#banner .banner_text {
	position:absolute;
	right:25px;
	top:60px;
	width:400px;
	height:150px;
	
	color:white;
	text-align:right;
	z-index:5;
	
	padding:10px;
	background:url(../images/bg_transparent_70.png) repeat;
}

#banner .banner_text p,
#banner .banner_text p *
 {
	margin-bottom:0;
	line-height:140% !important;
}

#banner .banner_button {
	position:absolute;
	right:30px;
	top:180px;
	z-index:5;
}

#banner .slide_navigation {
	display:none;
}

#banner table {
	margin:0;
}
/* -------------------------------------------
		[ container ]
------------------------------------------- */
#container {
	margin-top:20px;
}

/* -------------------------------------------
		[ container - submenu ]
------------------------------------------- */
#container .submenu ul,
#container .submenu li,
#container .submenu a,
#container .submenu span {
	display:block;
	margin:0;
}

/* -------------------------------------------
		[ left ]
------------------------------------------- */
#left {
	width:230px;
}

#left h1,
#left h2,
#left h3,
#left h4,
#left h5,
#left h6,

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6
{
	margin-top:0;
}


/* -------------------------------------------
		[ left - mod_newslist (market insight) ]
------------------------------------------- */
#left .mod_newslist,
#left .mod_rss_reader
{
	background-color:#d9d9d9;
	padding-bottom:15px;
}
#left .mod_newslist h2,
#left .mod_rss_reader h2
{
	margin:0;
	padding-left:14px;
	height:38px;
	line-height:38px;
	font-size:18px;
	color:white;
	background:url(../images/background_subtitle.gif) #1b5680 left top repeat-x;
}

#left .mod_newslist .layout_simple,
#left .mod_rss_reader .rss_items_only
{
	margin:10px 15px 0 15px;
	padding-bottom:10px;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
#left .mod_newslist a,
#left .mod_rss_reader a
{
	display:block;
	font-size:12px;
	color:#585858;
}
#left .mod_newslist a:hover,
#left .mod_rss_reader a:hover
{
	color:#1b557e;
}



#left .read_all_news {
	background-color:#d9d9d9;
	margin-bottom:20px;
	padding-bottom:15px;
}
#left .read_all_news a {
	display:block;
	text-align:right;
	margin-right:15px;
	color:#052c4c;
	font-size:12px;
	padding-right:20px;
	background:url(../images/arrow_right_blue.png) right center no-repeat;
}
#left .read_all_news a:hover {
	text-decoration:underline;
}

/* -------------------------------------------
		[ left - submenu level 3 ]
------------------------------------------- */
#left .submenu_level3 {
	background-color:black;
}

#left .submenu_level3 h2 {
	height:33px !important;
	background:none black !important;
	border-bottom:3px solid white;
	margin:0 20px !important;
	padding-left:0px !important;
	padding-bottom:1px !important;
}

#left .submenu_level3 ul {
	background:none black !important;
}

#left .submenu_level3 ul a,
#left .submenu_level3 ul span {
	color:white;
	font-size:12px;
}
/* -------------------------------------------
		[ left - mod_casestudies ]
------------------------------------------- */
.mod_casestudies {
	background:url(../images/background_module.gif) left top repeat-x #062d4e;
	color:white;
	margin-bottom:20px;
	padding:15px;
}

.mod_casestudies table {
	width:100%;
	margin-bottom:0;
}

.mod_casestudies h2 {
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:15px;
	clear:both;
}

.mod_casestudies img {
	display:block;
	margin-right:15px;
	margin-bottom:15px;
	border:1px white solid;
}

.mod_casestudies p {
	padding:0;
	font-size:15px;
	color:#ccc;
	display:block;
}
.mod_casestudies a {
	color:white;
	padding-right:20px;
	display:block;
	background:url(../images/arrow_right_white.png) right center no-repeat;
	float:right;
}
.mod_casestudies a:hover {
	text-decoration:underline;
}

/*
.mod_casestudies span {
	width:100px;
	margin-left:10px;
	display:block;
	color:#ccc;
	font-size:15px;
}
.mod_casestudies p img {
	vertical-align:middle;
	margin-left:8px;
	padding:0;
	display:inline;
}
*/
/* -------------------------------------------
		[ left - side sub menu ]
------------------------------------------- */
#left .mod_navigation {
	border:1px #cbcbcb solid;
	margin-bottom:20px;
}

#left .mod_navigation h2 {
	margin:0;
	padding-left:20px;
	height:38px;
	line-height:38px;
	font-size:18px;
	color:white;
	background:url(../images/background_subtitle.gif) #1b5680 left top repeat-x;
}

#left .mod_navigation ul.level_1 {
	margin:0;
	padding:10px 20px;
	font-size:14px;
	background:url(../images/background_sidesubmenu.gif) left top repeat-x #cccccc;
}

#left .mod_navigation a,
#left .mod_navigation span {
	display:block;
	padding:5px 0;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
#left .mod_navigation a.last,
#left .mod_navigation span.last {
	/*background-image:none;   use jquery to fix that. */
}

#left .mod_navigation li.submenu > a.active,
#left .mod_navigation li.submenu > a.trail,
#left .mod_navigation li.submenu > span.active,
#left .mod_navigation li.submenu > span.trail
{
	color:black;
}

#left .mod_navigation a.active,
#left .mod_navigation a.trail,
#left .mod_navigation span.active,
#left .mod_navigation span.trail
{
	color:#378ac0;
}

#left .mod_navigation a:hover {
	color:#378ac0;
}

#left .mod_navigation ul.level_2 li {
	background:url(../images/icon_arrow_right.gif) 25px center no-repeat;
}

#left .mod_navigation ul.level_2 a,
#left .mod_navigation ul.level_2 span {
	padding:3px 0 3px 40px;
	font-size:12px;
}

/* -------------------------------------------
		[ left - news archive menu ]
------------------------------------------- */
#left .newsarchivemenu {
	border:1px #cbcbcb solid;
	margin-bottom:20px;
}

.newsarchivemenu h2 {
	margin:0;
	padding-left:20px;
	height:38px;
	line-height:38px;
	font-size:18px;
	color:white;
	background:url(../images/background_subtitle.gif) #1b5680 left top repeat-x;
}

.newsarchivemenu ul.level_1 {
	margin:0;
	padding:10px 20px;
	font-size:14px;
	background:url(../images/background_sidesubmenu.gif) left top repeat-x #cccccc;
	font-weight:bold;
}

.newsarchivemenu ul.level_1 li {
	margin-top:20px;
}
.newsarchivemenu ul.level_1 li:first-child {
	margin-top:5px;
}

.newsarchivemenu a,
.newsarchivemenu span {
	display:block;
	padding:5px 0;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
.newsarchivemenu a.last,
.newsarchivemenu span.last {
	/*background-image:none;*/
}
.newsarchivemenu span.active,
.newsarchivemenu span.trail
{
	color:#1c3f5d;
}

.newsarchivemenu a:hover {
	color:#378ac0;
}

.newsarchivemenu ul.level_2 {
	font-weight:normal;
}
.newsarchivemenu ul.level_2 li {
	margin-top:0;
}

.newsarchivemenu ul.level_2 a,
.newsarchivemenu ul.level_2 span {
	
	
}

/* -------------------------------------------
		[ left - mod contact us ]
------------------------------------------- */
#left .contact_us {
 	background:url(../images/background_contactus.gif) left top repeat-x;
	margin-bottom:20px;
	padding:15px;
	color:white;
	background-color:#052c4c;
}
 
.contact_us h2 {
 	margin:0 0 8px 0;
	padding:0 0 5px 0;
	font-size:20px;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}

.contact_us table {
	margin:0;
}

.contact_us img {
	margin:0 10px 5px 0;
}

.contact_us strong {
	font-size:18px;
	line-height:32px;
	display:block;
	margin:0 auto;
	font-weight:normal;
	color:#c4d2dd;
}

.contact_us p span {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.contact_us p, .contact_us a {
	margin:0;
	line-height:1.5;
	color:white;
	display:block;
}

.contact_us a:hover {
	text-decoration:underline;
}

/* -------------------------------------------
		[ left - people list ]
------------------------------------------- */
.people_list {
	border:1px #cbcbcb solid;
}

.people_list h2 {
	margin:0;
	padding-left:20px;
	height:38px;
	line-height:38px;
	font-size:18px;
	color:white;
	background:url(../images/background_subtitle.gif) #1b5680 left top repeat-x;
}

.people_list ul {
	margin:0;
	padding:10px 20px 0 20px;
	background:url(../images/background_sidesubmenu.gif) left top repeat-x #ccc;
}
.people_list li {
	display:block;
	margin-top:10px;
	padding-bottom:10px;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
.people_list img {
	width:38px;
	height:50px;
	float:left;
	margin-right:15px;
}
.people_list a {
	color:#378ac0;
	font-size:14px;
}
.people_list  p {
	margin-top:5px;
	color:#333;
}
.people_list div {
	height:1px;
	clear:both;
}

/* -------------------------------------------
		[ right ]
------------------------------------------- */
#right {

}

/* -------------------------------------------
		[ main ]
------------------------------------------- */
#main {
	margin-left:235px;
	margin-bottom:20px;
	padding:0 0 0 15px;
}

/* -------------------------------------------
		[ main - title and breadcrumb ]
------------------------------------------- */
#main h1 {
	display:block;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px #d8d6d7 solid;
	font-size:26px;
}

.mod_breadcrumb {
	display:block;
	margin-bottom:15px;
	padding:3px;
	font-size:10px;
	text-indent:-3px;
}

.mod_breadcrumb a,
.mod_breadcrumb span {
	padding:0 3px;
}

.mod_breadcrumb a:hover,
.mod_breadcrumb span {
	color:#378ac0;
}

/* -------------------------------------------
		[ main - general ]
------------------------------------------- */

#main .ce_text p {
	font-size:13px;
	color:#2a2a2a;
}

#main .ce_text ul li,
#main .ce_text ol li {
	list-style-position:outside;
	margin:5px 0 5px 20px;
	line-height:1.6;
	font-size:13px;
}
#main .ce_text ul li {
	list-style-type:disc;
}
#main .ce_text ol li {
	list-style-type:decimal;
}

#main table {
	font-size:13px;
}
#main table td {
	padding:10px;
}

#main .mod_article a {
	color:#378ac0;
}
#main .mod_article a:hover {
	text-decoration:underline;
}

/* -------------------------------------------
		[ main - projects ]
------------------------------------------- */
.projects table {
    border:1px #cccccc solid;
    background-color: #f0f0f0;
    line-height: 1.2;
    table-layout:fixed;
}
.projects table .col_1 {
    width: 15%;    
}
.projects table .col_2 {
    width: 85px;
}
.projects table .col_3 {
    width: 85px;
}
.projects table .col_4 {
   
}

.projects img {
	display:block;
	margin:10px auto 0 auto;
}

.projects table th {
    background-color: #e8e8e8;
    color:#378ac0;
    font-weight: normal;
}

#main .projects table th,
#main .projects table td {
    border:1px #cccccc solid;
    padding: 5px;
}
#main .projects table th,
#main .projects table td,
#main .projects table li
{
	font-size:12px !important;
}

.projects table ul {
    margin:0 !important;
    padding: 0 !important;
}
.projects table li {
    margin:0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
}
/* -------------------------------------------
		[ main - case studies ]
------------------------------------------- */
#main .case_studies img {
	margin:0 15px 15px 0;
}

#main .case_studies table
{
	background-color:#f0f0f0;
	clear:left;
}
#main .case_studies table,
#main .case_studies table td {
	border:1px solid #cccccc;
}
#main .case_studies table .col_1 {
	width:120px;
    background-color:#e8e8e8;
}

#main .case_studies table h3 {
	color:#378ac0;
	margin:0;
	font-size:13px;
	font-weight:normal;
	line-height:1.5;
}
#main .case_studies table p {
	margin:0;
	line-height:1.5;
}

#main .case_studies ul {
	margin-top:0;
	margin-bottom:0;
}

#main .case_studies li:first-child {
	margin-top:0;
}
/* -------------------------------------------
		[ main - book navigation ]
------------------------------------------- */
#main .mod_booknav .prev {
	float:left;
}

#main .mod_booknav .up {
	display:none;
}

#main .mod_booknav .next {
	float:right;
}
/* -------------------------------------------
		[ main - news list ]
------------------------------------------- */
#main .mod_newslist {
	
}

#main .mod_newslist div.layout_latest,
#main .mod_rss_reader div.rss_default
{
	margin-top:5px;
	padding-bottom:5px;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
#main .mod_newslist div.layout_latest.last
#main .mod_rss_reader div.rss_default.last
{
	background-image:none;
}

#main .mod_rss_reader .rss_default_header {
	display:none;
}
/* -------------------------------------------
		[ main - news archive ]
------------------------------------------- */
#main .mod_newsarchive {
	
}

#main .mod_newsarchive h1 {
	display:none;
}

#main .mod_newsarchive div.layout_latest {
	margin-top:10px;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
#main .mod_newsarchive div.layout_latest.last {
	background-image:none;
}

/* -----------------------------------------------------------------------------------------------
		main: strategy service chart
 ----------------------------------------------------------------------------------------------- */
.strategy_service_chart table {
	width:560px;
}

.strategy_service_chart table td {
	padding:5px !important;
}

.strategy_service_chart table .col_1 {
	width:25%;
}
.strategy_service_chart table .col_2 {
	width:25%;
}
.strategy_service_chart table .col_3 {
	width:25%;
}
.strategy_service_chart table .col_4 {
	width:25%;
}

.strategy_service_chart table ul {
	border: 2px solid #3789bf;
	margin:0;
	padding:15px;
	padding-right:20px;
	background:white;
	width:90px;

	visibility:hidden;	
	position:absolute;
	
	filter:alpha(opacity=90);
	opacity:0.9;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.strategy_service_chart table li {
	margin-top:0 !important;
	margin-bottom:0 !important;
	font-size:12px !important;
}

.strategy_service_chart table img {
	cursor:pointer;
	display:block;
	margin:0 auto;
}

/* -----------------------------------------------------------------------------------------------
		main: transaction service chart
 ----------------------------------------------------------------------------------------------- */
#main .transaction_service_chart table td {
	margin:0;
	padding:10px;
	vertical-align:middle;
}

#main .transaction_service_chart table ul {
	margin-top:0;
	margin-bottom:0;
}

#main .transaction_service_chart table li {
	margin-top:0;
	margin-bottom:0;
}
/* -----------------------------------------------------------------------------------------------
		main: greenfield service chart
 ----------------------------------------------------------------------------------------------- */
.greenfield_service_chart div {
	background: url(../../../tl_files/advisoryservices/greenfield.gif) center center no-repeat;
	width: 400px;
	height: 400px;
	margin:0 auto;
}
#main .greenfield_service_chart.chs div {
	background-image: url(../../../tl_files/advisoryservices/zh/greenfield_chs.gif);
}
.greenfield_service_chart table {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	cursor: pointer;
}

.greenfield_service_chart table tr {
	margin:0;
	padding:0;
}

.greenfield_service_chart table .col_1 {
	width:50%;
}
.greenfield_service_chart table .col_2 {
	width:50%;
}

.greenfield_service_chart table td {
	margin:0;
	padding:0 !important;
	height:50%;
}

.greenfield_service_chart table ul {
	visibility: hidden;
	width: 150px;
	border: 2px solid #3789bf;
	padding: 8px;
	background-color: white;

	filter: alpha(opacity=90);
	opacity: 0.9;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.greenfield_service_chart table li {
	margin-top:2px !important;
	margin-bottom:2px !important;
	line-height:1.3 !important;
}

/* -----------------------------------------------------------------------------------------------
		main: pagination
 ----------------------------------------------------------------------------------------------- */

.pagination {
	text-align:right;
	margin-top:20px;
}

.pagination p {
	float:left;
}

.pagination ul {
	float:right;
}

.pagination ul li {
	list-style:none !important;
	display:block;
	float:left;
	margin-left:5px;
}
.pagination li a,
.pagination li span
{
	display:block;
	border:1px solid #cccccc;
	padding:2px 5px;
}
.pagination li a:hover {
	border-color:#999999;
}
/* -------------------------------------------
		[ main - people ]
------------------------------------------- */
.people table {
	width:100%;
}

.people table p {
	text-align:left !important;
}

.people table img {
	border:1px #cccccc solid;
	padding:3px;
}

.people table td {
	color:#378ac0;
	font-size:20px;
	vertical-align:bottom;
}

.people table td a {
	font-size:18px;
}

.people table .col_1,
.people table .col_3 {
	width:100px;
}

.people table .col_2,
.people table .col_4 {
	width:180px;
}



.people_detail table {
	width:100%;
	color:#378ac0;
}
.people_detail td {
	vertical-align:middle;
}
.people_detail h3 {
	font-size:30px;
}
.people_detail h4 {
	font-size:18px;
	font-weight:normal;
	color:black;
}
.people_detail .col_1 {
	width:200px;
}

.people_detail img {
	display:block;
	border:4px #dddddd solid;
}
/* -------------------------------------------
		[ main - navigation (footer) ]
------------------------------------------- */
#main .mod_navigation {
	position:relative;
	overflow:visible;
	height:33px;
	margin:5px 0 10px 0;
}

#main .mod_navigation h2 {
	float:right;
	margin:0;
	padding:8px;
	padding-right:20px;
	font-size:12px;
	border:1px #ccc solid;
	color:white;
	background:url(../images/arrow_right_white2.gif) right center no-repeat black;
}
#main .mod_navigation a,
#main .mod_navigation span
{
	display:block;
	padding:8px 0;
	color:white;
	background:url(../images/dash_gray.gif) left bottom repeat-x;
}
#main .mod_navigation a.first,
#main .mod_navigation span.first{
	padding-top:0;
}
#main .mod_navigation a.last,
#main .mod_navigation span.last {
	background-image:none;
	padding-bottom:0;
}
#main .mod_navigation a.active,
#main .mod_navigation a.trail,
#main .mod_navigation span.active,
#main .mod_navigation span.trail {
	color:#378ac0;
}

#main .mod_navigation a:hover {
	color:#378ac0;
}

#main .mod_navigation ul {
	position:absolute;
	right:0;
	top:30px;
	width:300px;
	display:none;
	padding:15px;
	border:1px #ccc solid;
	background-color:black;
}
/* -------------------------------------------
		[ main - search ]
------------------------------------------- */
.mod_search div {
	margin-top:10px;
	padding:10px 0;
	background:url(../images/dash_gray.gif) left bottom repeat-x;	
}
.mod_search div.last,
.mod_search form div
 {
	background-image:none;
}

/* -------------------------------------------
		[ footer ]
------------------------------------------- */
#footer {
	padding:10px;
	color:#353535;
	background-color:#e6e6e6;
}

/* -------------------------------------------
		[ element - gallery - slide ]
------------------------------------------- */
.slide_navigation {
	float:right;
	margin-top:8px;
}
.slide_navigation a {
    background-image:url(../../gallery/_navigation/normal.gif);
    background-repeat:no-repeat;
    display:block;
    width:14px;
    height:14px;
    text-decoration:none;
    float:left;
    margin-right:10px;
}
.slide_navigation a,
.slide_navigation a:hover {
	text-decoration:none;
	background-color:transparent;
}
.slide_navigation a.activeSlide {
    background-image:url(../../gallery/_navigation/current.gif);
}

/* -------------------------------------------
		[ element - gallery - lightbox / prettyPhoto ]
------------------------------------------- */
.ppt {
	display:none !important;
}
.pp_description {
	visibility:hidden !important;
}

#main .ce_gallery table td,
#main .ce_metagallery table td
{
	padding:0;
	padding-right:10px;
	padding-bottom:10px;
}
#main .ce_gallery table td.col_last,
#main .ce_metagallery table td.col_last
{
	padding:0;
}
#main .ce_gallery table td a,
#main .ce_gallery table td a:hover,
#main .ce_metagallery table td a,
#main .ce_metagallery table td a:hover
{
	background-color:transparent;
	margin:0;
	padding:0;
}
#main .ce_gallery img,
#main .ce_metagallery img
{
	margin:0px;
	padding:3px;
	border:1px #cccccc solid;
}

#main .ce_metagallery .caption {
	padding-left:5px;
}

/* -------------------------------------------
		[ element - gallery - galleriffic ]
------------------------------------------- */
.gallery_thumb_slideshow {
	position:relative;;
	width:500px;
	height:380px;
	overflow:hidden;
}

.gallery_thumb_slideshow img {
	position:absolute;
	left:0;
	top:0;
}

.thumb_container, .thumb_container * {
	float:left;
	display:block;
}

/* -------------------------------------------
		[ google map ]
------------------------------------------- */
.googlemap {
	width:900px;
	height:600px;
	padding:8px;
	background-color:white;
	display:none;
}

.googlemap iframe {
	width:100%;
	height:100%;
}