/*
*    ____     __      __  ______
*   /\  _`\  /\ \  __/\ \/\__  _\
*   \ \ \/\_\\ \ \/\ \ \ \/_/\ \/
*    \ \ \/_/_\ \ \ \ \ \ \ \ \ \
*     \ \ \_\ \\ \ \_/ \_\ \ \ \ \
*      \ \____/ \ `\___^___/  \ \_\
*       \/___/   '\/__//__/    \/_/
*
*    Click with Technology
*
****************************************************************************/

/*
* GLOBAL STYLES
****************************************************************************/

html
{
	margin: 0;
	padding: 0;
}
body
{
	background-position:center top;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	color:#000;
	font-family:sans-serif;
	font-size:100%;
}

div#container
{
	font-family: Arial,Helvetica,sans-serif;
	min-height: 100%;
	height: auto;
	position: relative;
	width:950px;
	margin:0 auto;
}
img
{	
	text-decoration: none;
	border: none;
}
p
{
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a
{
	color: #107891;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	outline: none;
}
p a, li a
{
	font-size: 1em;
}
abbr
{
	text-decoration: none;
	border: none;
}
form
{
	padding: 0;
	margin: 0;
}
a:active
{
	outline: none;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}

ul, ol
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}
h2 .highlight
{
	color: #99FFFF;
}
dl, dd, dt
{
	margin: 0;
	padding: 0;
}
div
{
	margin: 0;
	padding: 0;
}

strong.highlight
{
	color: #AD2000;
}

span.required
{
	color: red;
	font-size: 14px;
	padding-left: 5px;
	text-align: top;
}

/*
* GENERIC PAGE STYLES
****************************************************************************/
body {
	*overflow: hidden;
}

pre
{
	color:#C00;
}

div#main_content_wrapper ul#skiplink
{
	text-indent: -9999em;
	height: 0px;
	width: 0px;
	display: none;
}

.clearfix
{
	clear:both !important;
	font-size:0 !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}

.hidden
{
	display:none;
	opacity:0;
}

.transparent_blue
{
	background:url(../images/general/transparent-blue.png);
}
/*	#IE6 .transparent_blue
	{
		background-image:url(../images/general/ie6-transparent-blue.gif);
	}
*/
ul#breadcrumbs
{
	background:#0082A6;
	padding:5px 15px 5px 10px;
	width:925px;
	font-size:10px;
	color:#FFF;
	
}
	ul#breadcrumbs li
	{
		display:inline-block;
		padding:0 5px;
		background:url(../images/general/breadcrumb-bg.gif) no-repeat right center;
		/* For IE */
		zoom: 1;
		*display: inline;
	}
		ul#breadcrumbs li.last
		{
			background:none;
		}
		ul#breadcrumbs a
		{
			color:#99ffff;
		}

/*
* HEADER STYLES
****************************************************************************/

div#header
{
	height:160px;
	position:relative;
	color:#FFF;
	/* for ie6, stops the menu dropdowns going under content */
	z-index:100;
}
	#IE6 div#header
	{
		background-image: url(../images/header/ie6-header-bg.gif);
	}

div#header a
{
	text-decoration:none;
	color:#FFF;
}

div#header a:hover
{
	text-decoration:underline;
}

ul#top_nav
{
	background:#264e72;
	padding:8px 10px 7px 10px;
	font-size:70%;
	height:15px;
	
}
	ul#top_nav li
	{
		display:inline;
	}

	ul#top_nav a
	{
		padding:5px;
	}

div#company_logo
{
	float:left;
	margin-top:20px;
	width:293px;
}
	div#company_logo a
	{
		width:293px;
		overflow:hidden;
		display:block;
		text-indent:-100em;
	}
	#IE6 div#company_logo a
	{
		background-image:url(../images/header/ie6-company_logo.gif);
	}

div#header_advert
{
	float:left;
	height:90px;
	margin: 10px 0px 0px 15px;
	width:300px;
	overflow: hidden;
}
div#click_to_call
{
	width:310px;
	background:url(../images/header/click-2-call-separator.png) no-repeat right center;
	text-align:right;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:75%;
	margin:10px 15px 0;
	line-height:30px;
}
	div#click_to_call span
	{
		font-size:200%;
		font-weight:normal;
	}
	div#click_to_call a
	{
		display:inline-block;
		width:92px;
		background:url(../images/header/click-here-button-bg.png) no-repeat;
		line-height:20px;
		color:#000;
		text-align:center;
		margin-left:10px;
		
	}

ul#main_nav
{
	position:absolute;
	bottom:0;
	clear:both;
}
	ul#main_nav li
	{
		display:inline-block;
		position:relative;
		height:29px;
		background:url(../images/header/main-nav-separator.png) no-repeat right bottom;
		padding:0;
		/* For IE */
		zoom: 1;
		*display: inline;
	}

	ul#main_nav a
	{
		color:#bbd5e6;
		text-transform:uppercase;
		font-weight:bold;
		font-size:75%;
		letter-spacing:1px;
		display:inline-block;
		height:19px;
		padding:10px 10px 0 10px;
	}

	ul#main_nav a:hover,
	ul#main_nav a.active
	{
		background:url(../images/header/main-nav-rollover.png) no-repeat center bottom;
		text-decoration:none;
		color:#FFF;
	}
	#IE6 ul#main_nav a:hover,
	#IE6 ul#main_nav a.active
	{
		background:url(../images/header/ie6-main-nav-rollover.gif) no-repeat center bottom;
	}

	ul#main_nav a.first
	{
		padding-left:2px;
	}

	ul#main_nav li.last
	{
		background:none;
	}

/* CSS drop down menu */
ul#main_nav ul#popout_search_form
{
	top:29px;
	left:0;
	z-index:99;
	background:url(../images/searchform/popout-search-form-bg.png) no-repeat left bottom;
	padding:0 10px 10px;
	width:245px;
}
	ul#main_nav ul li#popout_search_form_bg
	{
		background:#4887a1;
		padding-top:15px;
		width:225px;
		display:inline-block;
	}


ul#main_nav ul
{
	width:180px;
	padding:0 10px 10px;
	background:url(../images/header/nav-dropdown-bg.png) no-repeat left bottom;
	position:absolute;
	top:29px;
	left:-15px;
	z-index:99;
	display:none;
}
	ul#main_nav ul li
	{
		width:180px;
		height:auto;
		padding:0;
		margin:0;
		display:inline;
		background-image:none;
	}
	ul#main_nav ul a
	{
		background:none;
		height:auto;
		padding:5px 10px;
		background:#4887a1;
		width:160px;
		text-transform:none;
		color:#FFF;
	}
	ul#main_nav ul a:hover
	{
		background:#07394b;
		background-image:none;
	}
	div.no_js ul#main_nav li:hover ul
	{
		display:block;
	}
	ul#main_nav li br
	{
		display:none;
	}

#banner_left_overlay select
{
	width:195px;
}

#debug_div
{
	background-color: #FFF;
	color: #000;
	font-size: 13px;
}

/*
* FOOTER STYLES
****************************************************************************/

div#footer
{
	color:#FFF;
}

div#footer a
{
	text-decoration:none;
	color:#FFF;
}

div#footer a:hover
{
	text-decoration:underline;
}

a#site_map_link,
div#footer_links,
div#footer_links a
{
	font-size:12px;
}

a#site_map_link
{
	background:url(../images/footer/site-map-link-bg.gif) no-repeat #1E4B5E;
	display:block;
	width:102px;
	height:15px;
	text-align:center;
	padding:8px 0 8px;
	text-transform:uppercase;
	font-weight:bold;
	
}

div#footer_links
{
	background:url(../images/footer/footer-bg.gif) #1E4B5E left bottom repeat-x;
	width:920px;
	/*height:216px;*/
	padding:15px 15px 0;
	position:relative;
	overflow:hidden;
}
div#footer_bottom_corners
{
	background:url(../images/footer/footer-corners.gif) no-repeat;
	height:10px;
}

div#footer_links ul
{
	list-style:none;
	font-weight:bold;
	width:184px;
	
}
div#footer_links ul.link_list
{
	float:left;
}
	ul#link_list_1,
	ul#link_list_1 ul,
	ul#link_list_1 li,
	ul#link_list_1 a
	{
		width:230px !important;
	}
	ul#link_list_2,
	ul#link_list_2 ul,
	ul#link_list_2 li,
	ul#link_list_2 a
	{
		width:135px !important;
	}
	ul#quick_links_link_list
	{
		margin-top:10px;
	}
	div#footer_links li
	{
		margin:0 0 10px 0;
		padding:0;
	}
	div#footer_links li,
	div#footer_links li a
	{
		color:#bcd11a;
		text-transform:uppercase;
		display:inline-block;
		width:184px;
	}
	div#footer_links li li
	{
		line-height:15px;
		margin-bottom:0 !important;
	}
	div#footer_links li li a
	{
		color:#bbd5e6;
		text-transform:none;
	}
	div#footer_links li li a:hover
	{
		color:#FFF;
		text-decoration:none;
	}
	div#footer_links li li li a
	{
		padding-left:20px;
		width:164px;
	}
	div#footer_links br
	{
		display:none;
	}

ul#legal_links
{
	list-style:none;
	font-weight:normal;
	font-size:70%;
	float:left;
	margin:5px 0;
}
	ul#legal_links li
	{
		display:inline;
	}
	ul#legal_links a,
	ul#legal_links span
	{
		display:inline-block;
		padding:0 5px;
	}
#powered_by_cwt
{
	display:block;
	width:500px;
	float:right;
	text-align:right;
	margin-top:5px;
}
#powered_by_cwt img
{
	margin-top:5px;
}
#powered_by_cwt,
#powered_by_cwt a
{
	font-size:11px;
}
a#cwt_link
{
	background:url(../images/cwt_logo.gif) no-repeat right center;
	padding-right:50px;
}

#social_links
{
	position:absolute;
	left:15px;
	bottom:5px;
	width:200px;
	height:32px;
	padding:7px 7px 6px;
	text-align:left;
	background:#081525;
	font-size:11px;
	text-transform:uppercase;
	clear:both;
	white-space:nowrap;
}
#social_links a
{
	padding-left:3px;
}
#social_links img
{
	vertical-align:top;
}

div#content_bottom_bg
{
	height:52px;
}
/*
* SEARCH FORM STYLES
****************************************************************************/

div#search_form,
div#hot_deals
{
	width:225px;
	margin-bottom:20px;
}

div#search_form div.heading,
div#hot_deals div.heading
{
	padding:10px 15px 10px 0;
	background:#791D28;
	text-align:right;
	font-size:11px;
	text-transform:uppercase;
}

div#search_form div.heading h2,
div#hot_deals div.heading h2
{
	font-size:23px;
	line-height:23px;
}

div#search_form form
{
	padding:15px 0 0 15px;
}

div#search_form label
{
	display:none;
}

div#search_form select
{
	width:195px;
	margin-bottom:10px;
}

select#duration
{
	width:98px !important;
}

div#date_dds select
{
	width:63px;
}
div#date_dds .input_shadow
{
	margin-right:3px;
}

input#search_btn
{
	float:right;
	margin-right:15px;
}

div#hot_deals p
{
	clear:both;
	text-align:right;
	padding-right:15px;
}
	div#hot_deals p a
	{
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
		width:auto;
		padding:0;
	}
		div#hot_deals p a:hover
		{
			background:none;
			text-decoration:underline;
		}

div#hot_deals div.heading
{
	background:#D77C29;
	font-weight:normal;
	/* IE6 Hack - stops the background colour flashing */
	position:relative;
	/* End IE6 Hack*/
}

div#hot_deals a.view_deals,
ul#main_nav div#hot_deals a.view_deals
{
	background:url(../images/buttons/view-deals.png);
	display:block;
	height:24px;
	width:133px;
	float:right;
	text-indent:-100px;
	overflow:hidden;
	margin:15px;
	padding:0;
}
div#hot_deals a.view_deals:hover,
ul#main_nav div#hot_deals a.view_deals:hover
{
	background:url(../images/buttons/view-deals.png);
}

/*
 * Top image postcard banner
 **************************************************************************************/


div#top_banner
{
	position:relative;
}

div#banner_img
{
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

div#banner_left_overlay
{
	position:relative;
	width:195px;
	height:263px;
	color:#FFF;
}
div#banner_left_inner
{
	width:195px;
	height:233px;
	padding:15px;
	overflow:hidden;
}

div#banner_left_overlay h2
{
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:5px;
}

div#banner_left_overlay ul
{
	font-size:12px;
	list-style:disc;
	margin-left:15px;
}

div#banner_left_overlay ul span
{
	color:#99FFFF;
}

div#banner_bottom_overlay
{
	background:url(../images/general/top-banner-bottom-overlay.png) repeat-x;
	height:54px;
}

div#banner_bottom_overlay h1
{
	color:#FFF;
	padding:15px 0 0 15px;
	font-size:23px;
}
div#banner_bottom_overlay h1 sup
{
	font-size:13px;
}
div#banner_bottom_overlay br
{
	display:none;
}

/*
 * Main content styles
 ***********************************************************************************************************/
.bullet_points ul, 
.bullet_points ol
{
	list-style-type: disc;
	margin-left:15px;
	font-size: 12px;
}
.bullet_points ol
{
	list-style-type:decimal !important;
}

.short_fade_bg
{
	background:url(../images/general/short-content-fade-bg.jpg) repeat-x left bottom #fff;
	padding:15px 15px 10px;
}
.long_fade_bg
{
	background:url(../images/search_results/search-results-fade-bg.jpg) repeat-x left bottom #fff;
	padding:15px 15px 10px;
}

#main_content h3
{
	color:#107891;
	font-size:24px;
	padding-bottom:15px;
}

#main_content p
{
	padding:0 0 20px 0;
	/*width:693px;*/
}

div#content_bottom_corners
{
	background:url(../images/general/content-bottom-corners.gif) no-repeat left bottom;
	height:10px;
	clear:both;
}

span.button_link
{
	background:url(../images/general/view-details-link-bg1.gif) no-repeat left top;
	display:inline-block;
	height:21px;
}
span.button_link_long
{
	display:inline-block;
	height:21px;
}
span.button_link_long .left_edge
{
	background:url(../images/general/view-details-link-long-start.gif) no-repeat left top; 
	width:8px; 
	height: 21px;
	float:left;
}

span.button_link_long .right_edge
{
	background:url(../images/general/view-details-link-long-end.gif) no-repeat right top; 
	width:8px;
	height: 21px; 
	float:left;
}
span.button_link_long .middle_edge
{
	background:url(../images/general/view-details-link-long-middle.gif) repeat-x right top; 
	height: 21px; 
	float:left;
}

span.button_link a,
span.button_link span
{
	background:url(../images/general/view-details-link-bg2.gif) no-repeat right top;
	display:inline-block;
	height:15px;
	text-align:center;
	padding:2px 20px 4px 17px;
	font-weight:bold;
	color:#000;
}
span.button_link_long .middle_edge a, 
span.button_link_long .middle_edge span
{
	display:inline-block;
	height:15px;
	text-align:center;
	padding:2px 17px 4px 17px;
	font-weight:bold;
	color:#000;
}

div.summary_row
{
	background:url(../images/general/page-row-top-bg.gif) repeat-x left top #fff !important;
	padding:15px 10px;
	margin:0 0 10px;
	position:relative;
	clear:right;
}
#main_content div.summary_row img
{
	float:left;
	margin-right:20px;
}
#main_content div.row_content
{
	float:left;
	width:540px;
}
#main_content div.summary_row p,
#main_content div.summary_row h4
{
	padding:0;
	font-size:12px;
}
#main_content div.summary_row h4
{
	line-height:12px;
}
#main_content div.summary_row p
{
	padding:8px 0 10px;
	width:auto;
}

div#left_column
{
	width:703px;
	float:left;
	position:relative;
}

div#right_column
{
	float:right;
	width:202px;
}
	div#right_column div#ads a,
	div#right_column div#ads div
	{
		margin-bottom:15px;
	}
	div#right_column table#right_nav
	{
		width: 202px;
		margin-bottom: 15px;
		border-collapse: collapse;
		border-spacing: 0;
		border: none;
		background: transparent url(/images/backgrounds/explore_destination_body.png) left bottom repeat-y;
	}

	div#right_column table#right_nav thead th
	{
		text-align:right;
		text-transform:uppercase;
		font-size:11px;
		font-weight:normal;
		height: 68px;
		background: transparent url(/images/backgrounds/explore_destination_header.png) left top no-repeat;
		vertical-align:top;
		line-height:13px;
		padding:15px 10px 0 0;
	}
		div#right_column table#right_nav thead th span
		{
			color:#346605;
			font-size:16px;
			font-weight:bold;
		}
	
	div#right_column table#right_nav tfoot td
	{
		height: 3px;
		background: transparent url(/images/backgrounds/explore_destination_footer.png) left bottom no-repeat;
	}
	
	div#right_column table#right_nav tbody td
	{
		background: transparent url(/images/backgrounds/explore_destination_body.png) left bottom repeat-y;
	}
	
	div#right_column ul
	{
		color: #107891;
		margin-left: 22px;;
		position: relative;
		top: -10px;
		list-style-image: url(../images/general/list-bullet.gif);
		list-style-type: square;
	}
	
	div#right_column ul li
	{
		font-size: 11px;
	}
	
	div#right_column p
	{
		width:170px;
		float:none;
	}
	
	div#right_column table.linked_pages
	{
		border-spacing: 0;
		border-collapse: collapse;
		margin: 2px;
		width: 196px;
	}
	
	div#right_column table.linked_pages th,
	div#right_column table.linked_pages td
	{
		border: 1px solid #6BC3C4;
	}
	
	div#right_column table.linked_pages th
	{
		text-transform: uppercase;
		text-align: left;
		font-size: 12px;
		background-color: white;
	}

/*
 * Tab navigation bar
 ******************************************************************************************/
ul#tab_bar
{
	background:url(../images/general/tab-bar-bg.jpg) repeat-x;
	height:32px;
	padding:0 0 0 20px;
	
}
	ul#tab_bar li
	{
		display:inline-block;
		height:32px;
		/* For IE */
		zoom: 1;
		*display: inline;
		vertical-align:top;
		
	}
	ul#tab_bar a
	{
		padding:8px 17px 0 10px;
		color:#FFF;
		font-size:13px;
		display:inline-block;
		height:24px;
		font-weight:bold;
		vertical-align:top;
		
	}
	ul#tab_bar li.active
	{
		background:url(../images/general/active-tab-li-bg.gif) no-repeat left bottom;
	}
	ul#tab_bar li.active a
	{
		background:url(../images/general/active-tab-link-bg.jpg) no-repeat right bottom;
		color:#000;
		font-weight:bold;
		padding-top:12px;
		height:20px;
	}
	ul#tab_bar li.active a:hover
	{
		text-decoration:none;
	}

/*
 * Excursions
 ************************************************************************************************/

div#excursions
{
	padding-top:10px;
}

div#excursions .summary_row
{
	position:static !important;
	float:left;
	width:683px;
	clear:left;
}

div#excursions .graphic
{
	position:relative;
	width:281px;
	height:146px;
	float:left;
	z-index:99;
}

div#excursions .graphic img
{
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

div#excursions .img_overlay
{
	background: url("http://www2.ncl.com/sites/all/themes/norway/images/framework/overlays/wave_thumb/wth_overlay_whiteCorner.png?1288331560") no-repeat left bottom;
	width:281px;
	height:146px;
	z-index:101;
	position:absolute;	
}

#IE6 div#excursions .img_overlay
{
	/*background-image: none;*/
}

div#excursions h2
{
	font-weight:bold;
	color:#FFF;
	position:absolute;
	z-index:102;
	left:0;
	bottom:0;
	padding:0 10px 7px;
	font-size:17px;
}

div#excursions div.long_description,
div#excursions div.short_description
{
	padding:0 0 10px !important;
	float:right;
	width:392px !important;
	font-size:12px;
}

div#excursions div.long_description span,
div#excursions div.short_description span
{
	display:none;
}

div#excursions a.more,
div#excursions a.less
{
	cursor:pointer;
	font-weight:bold;
}

div#excursions div.features
{
	width:392px;
	float:right;
}

div#excursions div.features span
{
	font-weight:bold;
	font-size:12px;
	
}

div#excursions div.features a
{
	cursor:pointer;
}

div#excursions div.features li
{
	display:block;
	float:left;
	width:auto;
	position:relative;
	z-index:1000;
}

div#excursions div.features li div
{
	position:absolute;
	width:220px;
	top:30px;
	left:-75px;
	z-index:999;
	background:#fff;
	border:2px #264E72 solid;
	padding:10px;
	display:none;
}
div#excursions div.features li p
{
	float:none;
	width:auto !important;
	padding:0 !important;
	margin:0 !important;
}
div#excursions div.features li:hover div
{
	display:block;
}

div#pagination
{
	height:24px;
	margin:8px 0 8px 20px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	float:right;
}
div#pagination span
{
	color:#B2B3B5;
}
div#pagination a
{
	font-size:13px;
}


div#sidebar a,
div#sidebar input
{
	position:relative;
	z-index:1;
}

div#sidebar
{
	z-index:10;
	position:relative;
	width:225px;
	height:485px;
}

div.sidebar_inner
{
	width:225px;
	height:485px;
	padding-top:15px;
	zoom: 1;
}

div#sitemap_container
{
	background: #1E4B5E url(/images/footer/footer-bg.gif) left bottom repeat-x;
	color: white;
}

	div#sitemap_container div#sidebar
	{
		float: left;
	}
	
div#sitemap
{
	padding-left: 260px;
	padding-bottom: 20px;
}

	div#sitemap h2
	{
		padding: 20px 0;
	}
	
	div#sitemap ul
	{
		padding-bottom: 10px;
		padding-left: 20px;
	}
	
	div#sitemap ul li a
	{
		color: #BBD5E6;
		font-weight: bold;
	}
	
	div#sitemap ul li a.sitemap_subsection
	{
		font-weight: normal;
	}

#late_availability
{
	background-color: #1E4B5E;
	color: #fff;
}
	h2.hot_deals
	{
		color: #fff;
		padding:8px 15px;
	}
	
.input_shadow
{
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	padding:0 !important;
	width:auto;
}

.input_shadow input, .input_shadow select
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333');
}

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
   width:300px;
}

.messages_container
{
	background:#264E72;
	padding:15px;
	color:#FFF;
}

a#back_button
{
	background:#ff8400;
	border:1px solid #ff5e0f;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 15px;
	float:right;
	margin-bottom:10px;
	display:none;
}
	a#back_button:hover
	{
		background:#FF5203;
		border:1px solid #CE4403;
		text-decoration:none;
	}

#terms_per_person_price
{
	clear:both;
}
	#terms_per_person_price .key
	{
		color:#CA321D;
		font-weight:bold;
		font-size:20px;
	}
	#terms_per_person_price p
	{
		padding:10px 0;
	}


/*
 * Editable content reset styles
 *************************************************************************************/

.editable_content ul
{
	list-style-image: url(../images/general/list-bullet.gif);
	list-style-type: square;
	font-size:12px;
}
	.editable_content li
	{
		margin:0 0 5px 15px;
	}


