/*---------------------------------------------------------*/
/*-- V0.2 - 090403 - LR -----------------------------------*/
/*---------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, em, font, img, small, strong,
sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tr, th, td, blockquote, button {
	margin: 0;
	padding: 0;
}

.special_table td {
	padding: 5px;
}

html {	
}

ul, ol {
	list-style:none;
}

body {
	background:#bdbdc0 url(../graphics/bgs/bg_repeat.jpg) center 0 repeat-y;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#575758;
}

textarea, input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#12A3DF;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a img{
	border:0 none;
}

p a {
	color:#07368A;
}

table {
	border-collapse:collapse;
}

/*---------------------------------------------------------*/
/*-- Core Styles ------------------------------------------*/
/*---------------------------------------------------------*/

.gutter {margin:0 20px 20px 0;}
.gutter_bottom {margin:0 0 20px 0;}
.gutter_right {margin:0 20px 0 0;}

.half_gutter_bottom {margin:0 0 10px 0;}
.quarter_gutter_bottom {margin:0 0 5px 0;}

#main_content .gutter {margin:0 10px 10px 0;}
#main_content .gutter_bottom {margin:0 0 10px 0;}
#main_content .gutter_right {margin:0 10px 0 0;}
#main_content .gutter_top {margin:10px}

#main_content .half_gutter_bottom {margin:0 0 6px 0;}
#main_content .half_gutter_top {margin:6px 0 0 0;}

.gutter_top {margin:10px}
.short_gutter_right {
	margin:0 6px 0 0;	
}

.dark_blue_bg {
	background:#1A4797;
	color:#FFF;
}

.blue_bg {
	background:#26abe2;
	color:#FFF;
}

.light_blue_bg {
	background:#E2F4FD;
}

.bordered {
	border:1px solid #caeaf8;
}

.grey_bg {
	background:#f3f3f4;
}

.lowlight {
	color:#999;
}

.dark_highlight {
	color:#07368A;
}

.light_highlight {
	color:#12A3DF;
}


.cleared {
	clear:both;	
}

.hidden {
	display:none;	
}

.block {
	display:block;	
}

.right_text {
	text-align:right;	
}

.no_gutter {
	margin:0!important;	
}

.no_gutter_buttom, .no_gutter_bottom {
	margin-bottom:0!important;	
}

.double_gutter_bottom {
	margin-bottom:20px;	
}

.size_1 {
	font-size:13px;	
}

.size_2 {
	font-size:14px;	
}

.size_3 {
	font-size:15px;	
}

.size_4 {
	font-size:16px;	
}

.justified {
	text-align:justify;	
}

.transform {
	text-transform:uppercase;	
}

.slight_margin {
	margin:3px 0!important;	
}

.float_left {
	float:left;	
}

.no_float {
	float:none!important;
}
/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1 {
	font-size:19px;
	font-weight:bold;
	margin:0 0 16px;
}

#logo {
	width:535px;
	height:148px;
	overflow:hidden;
	text-indent:-99999px;
	margin:0;
	display:block;
}

h2 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 14px;
}

h2 a {
	color:#07368A;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 14px;
}

h3 a {
	color:#07368A;
}

h4 {
	color:#07368a;
	margin:0 0 12px;
	font-size:13px;
}

h4 a {color:#07368A;}

p {
	margin:0 0 12px;
}

/*---------------------------------------------------------*/
/*-- Error & Notification Styles --------------------------*/
/*---------------------------------------------------------*/

.success {
	background:#F5FFF0;
	color:#009900;
	border:1px solid #009900;
	text-align:center;
	margin-bottom:12px;
	padding:8px 0;	
}

.error {
	background: #FFE6E6;
	color:#990000;
	border:1px solid #990000;
	text-align:center;
	margin-bottom:12px;	
	padding:8px 0;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Grid Elements ----------------------------------------*/
/*---------------------------------------------------------*/

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8 {
	float:left;	
}

.grid-1 {width:98px;}
.grid-2 {width:216px;}
.grid-3 {width:334px;}
.grid-4 {width:452px;}
.grid-5 {width:570px;}
.grid-6 {width:688px;}
.grid-7 {width:806px;}
.grid-8 {width:924px;}

.half_main_content {
	float:left;
	width:339px;
	overflow:hidden;
}

.half_main_content_bordered {
	float:left;
	width:337px;
	border:1px solid #caeaf8;
	overflow:hidden;
}

.half_curved_corner {
	background:url(../graphics/bgs/bottom_options_curve.jpg) no-repeat bottom;
	padding:20px 6px 17px 57px;
	clear:both;
	line-height:12px;
	height:13px;
	overflow:hidden;
}

.half_curved_corner_map {
	background:url(../graphics/bgs/bottom_options_curve.jpg) no-repeat bottom;
	padding:4px 6px 0 57px;
	clear:both;
	line-height:12px;
	height:43px;
	overflow:hidden;
}

.half_curved_corner_map p{
	margin:0;	
}

.padded_content {
	padding:6px 8px;	
}

.tiny_padded_content {
	padding:2px 3px;	
}

.text_padding {
	padding:6px;	
}

.padded_border {
	padding:5px;	
	border:1px solid #c9eaf8;
}

/*---------------------------------------------------------*/
/*-- Main Page Layout -------------------------------------*/
/*---------------------------------------------------------*/

#wrapper {
	width:964px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(../graphics/bgs/header_bg.jpg) no-repeat top right;
	margin:0 0 8px 0;
	position:relative;
	border-bottom:1px solid #f4f4f4;
}

#content {
	padding:0 20px 20px;
}

#content img {
	display:block;	
}

#breadcrumbs {
	padding:0 20px;
	color:#44b6e6;
	margin-bottom:4px;
}

#introduction_header {
	background:#259bd5 url(../graphics/bgs/main_bg.jpg) no-repeat;
	color:#FFF;
	padding:16px;
	margin-bottom:20px;
}

#introduction_header h2{
	width:355px;
	text-align:justify;
}

.box_header_blue {
	background:#1a4797;
	color:#FFF;
	padding:6px;
}

.box_header_blue h3 {
	text-transform:uppercase;
	font-size:23px;
	margin:0;
	line-height:25px;
}

.box_header_blue h4 {
	color:#FFF;	
	font-size:18px;
	font-weight:normal;
	margin:0;
}

.featured_listing_content h3 {
	float:left;
	font-size:13px;
	margin:0 0 6px 8px;
}

.featured_listing_content h4 {
	clear:both;
}

.featured_listing_content ul {
	list-style-type:none!important;
	margin:2px 0 0 8px !important;
	padding:0!important;
	float:left;
	display:inline;
}

.featured_listing_content ul li {
	float:left!important;
	display:block;
	padding:0!important;
	margin:0 4px 0 0 !important;
	color:#44B6E6;
}

.featured {
	background:#6BCFF3;
}

.featured_listing {
	border-bottom:1px solid #6BCFF3;
	clear:both;
	margin:0;
	padding:6px 8px;
}

.featured_listing_paid {
	background:#e2f4fd;
	border-bottom:1px solid #6BCFF3;
	clear:both;
	margin:0 0 10px;
	padding:4px 0 0px;
}

.featured_listing h3 {
	color:#07368A;
	margin:0 0 0px 0;
	font-size:13px;
	display:inline;
	float:left;
}

.featured_listing .listing_location {
	color:#12A3DF;	
	margin-bottom:3px;
}

.featured_listing .listing_location a {
	color:#12A3DF;	
}

.featured_listing p {
	margin:0;	
}

.featured_listing_thumb {
	float:left;
	width:73px;
	padding:2px 0 0 0;
	height:69px;
}

.featured_listing_content {
	float:left;
	width:524px;
	margin-right:12px;
}

.featured_listing_icons {
	float:left;
	width:61px;
	padding:5px 0 0 0;
}

.featured_listing_icons .featured_key {
	display:block;
	float:left;
	width:24px;
	height:25px;
	margin:0 7px 7px 0;
}

.featured_listing_icons .icon_2{
	margin-right:0;	
}

.featured_listing_icons .icon_3{
	margin-bottom:0;	
}

.featured_listing_icons .icon_4{
	margin-right:0;		
	margin-bottom:0;	
}

.featured_listing_icons .last {
	margin-right:0;
}

.section_head {
	/*border-bottom:1px solid #a9a9ab;*/
	color:#12a3df;
	padding:8px;
	clear:both;
}

.top_margin {
	padding-top:30px;
}

.top_margin_new {
	padding-top:15px;
}

.sub_section_head {
	border-bottom:1px solid #a9a9ab;
	color:#12a3df;
	padding:1px 0 6px;
	text-transform:uppercase;
	font-size:13px;
}

.sub_section_head a {
	color:#12A3DF;
}

.solid_sub_heading {
	background:#26abe2;
	color:#FFF;
	font-size:11px;
	padding:8px 6px 9px;
}

.advert_placeholder {
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:16px;
	color:#07368A;
}

.search_results_wrapper {
	position:relative;
	width:100%;
	clear:both;
}

.search_results_wrapper .result_count {
	text-align:right;
	position:absolute;
	top:10px;
	left:0;right:0;
	width:100%;
	margin:0;
}

.search_results_wrapper .result_count_bottom {
	text-align:right;
	position:relative;
	width:100%;
	margin:0;
}

.pages {
	text-align:right;
	position:relative;
	width:100%;
	margin:0 auto;
}

.pages a{
	padding:0 8px;	
}

.pages a.active{
	background:#F1F1F1;
	text-decoration:none;
	cursor:default;
	color:#07368A;
}

.blue_block {
	
}

.blue_block .blue_block_header {
	padding:6px 8px;
}

.blue_block .blue_block_content {
	background:#23AAE2;
	padding:6px 8px;
}

.blue_block .city_scape {
	background:#23AAE2 url(../graphics/bgs/small_city_scape.jpg) no-repeat bottom;
	padding:10px 48px 30px 10px;
}

.detail_header {
	background:url(../graphics/bgs/blue_horizontal_grad.jpg) repeat-y;
	position:relative;
}

.grid-6 .detail_header {
	background:url(../graphics/bgs/blue_horizontal_grad_long.jpg) repeat-y;	
}

.detail_header a {
	color:#FFF;	
}

.detail_header .location_flag {
	position:absolute;
	top:10px;
	right:9px;
}

.padded_half_split {
	width:198px;
	float:left;
}

.padded_half_split h4 {
	text-transform:uppercase;
	margin-bottom:2px;
}

.padded_half_split h4 a {
	color:#575758;
}

.gallery_preview_wrap a {
	display:block;
	float:left;
	margin-right:6px;
}

.gallery_preview_wrap img {
}

.news_wrapper  {
	position:relative;	
}

.news_wrapper .rss_feed_icon {
	position:absolute;
	top:-1px;
	right:0;
}

.results_info {
	padding-top:6px;
}

.results_info .refine_search {
	float:right;
	display:block;
	position:relative;
	top:-5px;
}

.results_numbers {
	text-align:center;
	position:relative;
	top:-30px;
	width:300px;
	margin:0 auto;
}

.results_numbers a{
	padding:0 8px;	
}

.results_numbers a.active{
	background:#F1F1F1;
	text-decoration:none;
	cursor:default;
	color:#07368A;
}

.large_gallery_image {
	display:block;
	width:138px;
	float:left;
	padding:3px;
	margin:0 7px 7px 0;
	text-align:center;
	font-size:14px;
}

.large_gallery_image img {
	margin-bottom:3px;	
}

.video_thumb {
	position:relative;
	display:block;
	float:left;
	width:132px;
	height:103px;
	margin-right:10px;
}

.video_thumb {
	z-index:5;
}

.video_play_button {
	background:url(../graphics/icons/video_play.png) center center no-repeat;
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	z-index:10;
}

#listing_button_hint {
	background:url(../graphics/logo_clipped.jpg) bottom right no-repeat;	
	color:#0452b6;
}

/*---------------------------------------------------------*/
/*-- File List - For Videos, Publications & Case Studies --*/
/*---------------------------------------------------------*/

.file_list {
	
}

.file_list h3{
	float:left;
	width:310px;
}

.file_list p{
	float:left;
	width:310px;	
}

/*---------------------------------------------------------*/
/*-- Navigation Styles & Lists ----------------------------*/
/*---------------------------------------------------------*/

#main_content ul {
	list-style-type:circle;
	margin:0 0 12px 18px;
	padding-left:12px;
}

#main_content ul li{
	margin-bottom:3px;
	padding-left:10px;
}


dl.core_list dt {
	/*background:#e0e1e2 url(../graphics/bgs/grey_head.jpg) bottom left repeat-x;*/
	background:#105EB3;
	padding:6px;
}

dl.core_list dt a{
	/*background:url(../graphics/icons/header_globe_trans.png) no-repeat 190px 1px;
	color:#575758;*/
	background:url(../graphics/icons/header_globe_blue.png) no-repeat 190px 1px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	font-size:12px;
	padding-right:16px;
}

dl.core_list dd {
	margin-bottom:6px;
	padding:6px;
}

dl.core_list dd_empty {
	margin:0px;
	padding:0px;
	height: 8px;
	display: block;
}

dl.sub_list dt {
	/*background:#e0e1e2 url(../graphics/bgs/grey_head.jpg) bottom left repeat-x;*/
	background:#105EB3;
	padding:6px;
}

dl.sub_list dt.inactive {
	background:#26A4DE;
}

dl.sub_list dt.subsection {
	background:#CDEAFA;
	padding-left: 22px;
}

dl.sub_list dt a{
	color:#ffffff;
	font-weight:bold;
	display:block;
	font-size:12px;
	padding-right:16px;
}

dl.sub_list dt a.subsection{
	color: #1A4797;
	font-weight:bold;
	display:block;
	font-size:12px;
	padding-right:16px;
}

#main_content ul.greyed_options {
	background:#FFF;
	margin:8px 0 3px;
	padding:0;
	height:28px;
}

#main_content ul.greyed_options li {
	background:#d1d2d4;	
	display:block;
	float:left;
	margin-right:6px;
	padding:0;
}

#map_switcher.items_3 li {
	width:103px;
}

#map_switcher.items_2 li {
	width:157px;
	margin-right:7px;
}

#map_switcher.items_1 li {
	width:322px;
}

#main_content ul.greyed_options a {
	background:#d1d2d4;
	display:block;
	padding:6px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#main_content ul.greyed_options a:hover {
	background:#B0B1B5;
}

#main_content ul.greyed_options li.active a {
	background:#259dd7 url(../graphics/bgs/active_button.jpg) repeat-x;
}

#main_content ul.greyed_options li.last {
	margin-right:0!important;	
}

#breadcrumbs .leading_text {
	float:left;
	padding-right:5px;
}

#breadcrumbs ul {
	width:680px;
	float:left;	
}

#breadcrumbs ul li{
	float:left;
	margin-right:2px;
}

#breadcrumbs ul a{
	padding:0 3px;
}

#breadcrumbs ul#home_link {
	float:right;
	width:170px;
	padding-left:0px;
	/*background:url(../graphics/icons/header_globe_trans.png) no-repeat 0 -1px ;
	text-align : right;*/
}

ul#home_link li{
	float: right;
}

ul.detail_options li{
	background:#dcdcde url(../graphics/bgs/grey_white_head_large.jpg) repeat-x 0 bottom; /* AH: bottom value was -4px */
	display:block;
	margin-bottom:1px;
	position:relative;
}

ul.short_detail_options li{
	background-image:url(../graphics/bgs/grey_white_head_small.jpg);
}

ul.detail_options li.active{
	background:#26abe2;
}

ul.detail_options a{
	background:url(../graphics/icons/arrow_curve_blue.gif);
	background-repeat:no-repeat;
	padding:7px 2px 8px 25px;
	background-position: 5px 8px;
	color:#575758;
	display:block;
	font-weight:bold;
}

ul.detail_options a.listing_edit{
	background:none!important;
	position:absolute;
	top:0;
	right:0;
	color:#23AAE2;
}

ul.short_detail_options a{
	padding:4px 6px 4px 25px;
}

ul.detail_options li.active a{
	background:url(../graphics/icons/arrow_curve_white.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	color:#FFF;	
}

#main_content ul.sitemap {
	list-style:disc inside;
	color:#1A4797;
	margin:0 0 12px 24px;
	padding:0;
}

#main_content ul.sitemap li {
	margin-bottom:2px;	
	padding:0;
}

#main_content ul.sitemap ul {
	list-style:circle inside;
	margin:0 0 0 24px;
	padding:0;
}


/*---------------------------------------------------------*/
/*-- Search Results Listing -------------------------------*/
/*---------------------------------------------------------*/

#main_content h3.large_search_header {
	font-size:19px;
}

#main_content ul.search_results_list {
	margin:0 0 12px 0;
	padding:0;
}

#main_content ul.search_results_list li {
	border-bottom:1px solid #6bcff3;
	padding:4px 0px 4px 0px;
	margin-bottom:1px;
}

#main_content ul.search_results_list li.featured {
	background:#e2f4fd;
	border-bottom-color:#FFF;
}

#main_content ul.search_results_list li.heading_list_item {
	padding:0;
	list-style:none;
}

#main_content ul.search_results_list li.heading_list_item h3{
	font-size:15px;	
}

#main_content ul.search_results_list h4 {
	float:left;
	display:inline;	
	margin:0 0 2px 8px;
}

#main_content ul.search_results_list li ul, .featured_listing ul {
	float:left;
	display:inline;	
	margin:2px 0 0 8px!important;
	color:#44B6E6;
	padding:0!important;
}

#main_content ul.search_results_list ul li, .featured_listing ul li{
	border-bottom:0 none;
	display:block;
	float:left;
	padding:0!important;
	margin:0 4px 0 0!important;	
}

#main_content ul.search_results_list ul a{
		
}

.listing_icons {
	text-align:right;
	padding:0 8px 0 0;
	float:right;
}

#content .listing_icons .icon img{
	border:1px solid #caeaf8;
	margin-left:4px;
	display:inline;
}

.publication {
	background:url(../graphics/icons/pdf_small.png) left 0 no-repeat;
	padding:3px 0 3px 28px;
	display:block;
	float:left;
}

/*---------------------------------------------------------*/
/*-- Map Styles -------------------------------------------*/
/*---------------------------------------------------------*/

#map_image_wrap, .mini_map_wrap {
	position:relative;	
}

.map_zoom {
	background:url(../graphics/maps/enlarge.png) no-repeat;
	position:absolute;
	top:3px;
	right:3px;
	width:22px;
	height:22px;
	text-indent:-99999px;
	z-index:1000;
	cursor:pointer;
	overflow:hidden;
}

/*---------------------------------------------------------*/
/*-- CMS Styles -------------------------------------------*/
/*---------------------------------------------------------*/

.cms_content {
	position:relative;
	display:block;
	border:1px solid transparent;
	left:-1px;
	top:-1px;
	bottom:1px;
}
.cms_content_highlight {
	background:#fffee9;
	border:1px solid #fc9c0d;
}
.cms_content .cms_edit_link {
	position:absolute;
	top:-1px;
	right:-1px;
	padding:3px 6px;
	background:#fffee9;
	color:#fc9c0d;
	border:1px solid #ffbe5c;
	z-index:99999;
	text-decoration:none;
	z-index:30;
}
.cms_content .cms_edit_link:hover {
	border-color:#FF9900 #FF9900 transparent transparent;
	text-decoration:underline;
	color:#fc9c0d;
}

/*---------------------------------------------------------*/
/*-- Footer Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	background:#25a7df url(../graphics/bgs/footer_bg.jpg) repeat-x;
	position:relative;
}

#footer #pixel8 {
	position:absolute;
	top:8px;
	left:65px;
}

#footer a {
	color:#FFF;
}

#footer ul {
	background:url(../graphics/bgs/footer_arrow.jpg) no-repeat 12px 6px;
	padding-left:428px;
}

#footer li {
	float:left;
	display:block;
	color:#FFF;
	margin:4px 0 4px 10px;
}

#footer li a{
	display:block;
	padding:4px;
	white-space:nowrap;
}

/*---------------------------------------------------------*/
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.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%;
}

/* Agency Listings */

.clonable_template {
	display:none;
}

/* jQuery Calendar Plugin */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/graphics/icons/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* Agency Portal */

ul.agency_portal_tabs {

}

ul.agency_portal_tabs li {
	border: 1px solid #CCCCCC;
	margin:0 0 5px 0;
	display:block;
}

ul.agency_portal_tabs li a {
	display:block;
	padding:8px 10px;	
}

.toolbar_row {
	border-bottom:1px solid #7E9DB9;
	height:24px;	
}

.toolbar_row div{
	position:relative;
	margin-left:3px;
}

.red {
	color:#F00;	
}

.editor_button {
	background:transparent;
	width:16px;
	height:16px;
	margin:1px;
	padding:1px;
	border:1px solid transparent;
}

.word_count {
	position:absolute;
	top:5px;
	right:3px;
	display:block;
	margin-left:3px;
}


/*---------------------------------------------------------*/
/*-- AGENCY LISTING OVERRIDES -----------------------------*/
/*---------------------------------------------------------*/

#listing {
	background:#FFF!important;
	font-size:11px!important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif!important;
	color:#575758!important;
}

#listing ul, .editor_sandbox ul{
	list-style:outside circle!important;
	margin:0 0 12px 26px!important;
}

#listing ul li, .editor_sandbox ul li {
	padding-left:8px!important;
	margin-bottom:4px!important;
}

#listing h3, #listing h2, .editor_sandbox h3, .editor_sandbox h2 {
	color:#07368A!important;
	font-size:14px!important;
}

#listing h3.sub_section_head {
	font-size:13px!important;
	color:#12A3DF!important;
}

#listing h4, .editor_sandbox h4 {
	color:#26ABE2!important;
	font-size:13px!important;
}

#listing table{
	margin-bottom:12px!important;
}

#listing table td,#listing table th{
	padding:6px!important;	
}

#listing table p{
	margin-bottom:0!important;	
}

#dates label {
	float: none;
}

#dates span {
	float: left;
	width: 215px;
}

#upload_status {
	padding-left: 5px;
}

#upload_status.uploading {
	background: url('/graphics/ajax_loader.gif') no-repeat right center;
	padding-right: 20px;
}

#uploader_frame {
	display: none;
}


/*---------------------------------------------------------*/
/*-- AGENCY LISTING STANDBOX ------------------------------*/
/*---------------------------------------------------------*/

.editor_sandbox {
	background:#FFF url(../graphics/icons/edit_paper.png) right top no-repeat;
	border:1px solid #2783C4;
	position:relative;
	cursor:pointer;	
	height:200px;
	overflow:auto;
	margin:12px;
	padding:12px;
}
	
.editor_sandbox:hover {
	background-position:right -245px;
}

.editor_sandbox p {
	font-size:11px!important;
	margin:0 0 12px!important;
}

.editor_sandbox table{
	margin-bottom:12px!important;
}

.editor_sandbox table td, .editor_sandbox table th{
	padding:6px!important;	
}

.editor_sandbox table p{
	margin-bottom:0!important;	
}

/* Reset some styles that are conflicting with the editor */

.listing_form .cke_skin_kama fieldset {
	border:0 none;
	margin:0;
}

.listing_form .cke_skin_kama legend {
	padding:0;
	margin:0;
}

/* information */
div.information {
	background:#26abe2;
	padding: 0px 0px 0px 0px;
}

div.information a {
	/*background:url(../graphics/icons/header_globe_trans.png) no-repeat 190px 1px;
	color:#575758;*/
	background: url(../graphics/icons/info.gif) no-repeat center right;
	color:#ffffff;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin-right: 10px;
	padding: 6px 22px 6px 6px;
	text-decoration: none;
}

div.information .in {
	font-size:12px;
	color:#07368a;
}

div.information_content_bordered {
	padding: 6px;
	border:1px solid #B7B7B7;
	overflow:hidden;
	float: left;
	width : 202px;
}

.customer_box img {
	display: inline !important;
}