body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #9ca7ad;*/
	min-width: 900px;
	/*background: #f3f3f3 url( /modules/admin/images/body_backgr.png ) repeat-y top left;*/
}

*
{
	padding: 0;
	margin: 0;
}

.cleaner
{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.cursor-pointer
{
	cursor: pointer;
}

a{
	outline: none;
}

/* ------------------ Page Structure ------------------- */

div#wrapper
{
	width: 100%;
	background: #f3f3f3 url( /modules/admin/images/body_backgr.png ) repeat-y top left;
}

div#container
{
	width: 100%;
	position: relative;
}

div#page-content
{
	margin: 0;
	background-color: #f3f3f3;
}

div#content
{
	padding: 0 10px;
	min-height: 720px;
}

div.page-content-top-round-corner
{
	height: 10px;
	background: url( /modules/admin/images/page_content_top_round_corner.png ) no-repeat top left;
	overflow: hidden;
}

div.page-content-bottom-round-corner
{
	height: 10px;
	background: url( /modules/admin/images/page_content_bottom_round_corner.png ) no-repeat top left;
	overflow: hidden;
}

/* ------------------ Left Menu ------------------- */

div#left-menu
{
	z-index: 10001;
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 100%;
	min-height: 300px;
	padding: 15px 0;
	box-sizing: border-box;
    background-color: #0f508d;
    color: #111;
}

div#left-menu div.welcome-text
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 40px 0 10px 0;
	position: relative;
	width: 230px;
}

div#left-menu div.welcome-text span.normal
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 230px;
}

div#left-menu div.welcome-text span.shadow
{
	color: #333;
	position: absolute;
	top: 21px;
	left: 1px;
	width: 230px;
}

div#left-menu ul.user-opt
{
	width: 170px;
	margin: 0 auto; 
}

div#left-menu ul.user-opt li
{
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	float: left;
}

div#left-menu ul.user-opt li div.icon
{
	float: left;
	padding: 0 4px 0 2px;
}

div#left-menu ul.user-opt li div.link
{
	float: left;
	padding: 2px 0 0 0;
}

div#left-menu ul.user-opt li a
{
	color: #D0E1ED;
	text-decoration: none;
	font-size: 12px;
}

div#left-menu ul.user-opt li a:hover
{
	color: #FFF;
}

div#left-menu div.menu-item
{
	margin-bottom: 2px;
	height: 46px;
	border-top: 1px solid #cccfd1;
	border-bottom: 1px solid #104271;
	background-color: #034c79;
	padding-left: 20px;
	background: url( /modules/admin/images/menu_item_backgr.png ) no-repeat top right;
}

div#left-menu div.menu-item.disabled
{
	background: url( /modules/admin/images/menu_item_backgr_locked.png ) no-repeat top right;
}

div.menu-item div.item-image
{
	float: left;
	height: 31px;
	padding: 15px 0 0 0;
}

div.menu-item div.item-title
{
	float: left;
}

div#left-menu div.menu-item a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: block;
	line-height: 46px;
	position: relative;
	vertical-align: baseline;
	text-decoration: none;
}

div#left-menu div.menu-item a span
{
	padding-right: 10px;
	font-size: 16px;
}

div#left-menu div.menu-item a span.shadow
{
	color: #333;
	position: absolute;
	top: 1px;
	left: 25px;
}

div#left-menu div.menu-item-hover
{
	border-top: 1px solid #cccfd1;
	border-bottom: 1px solid #3b4d59;
	background: url( /modules/admin/images/menu_item_backgr_hover.png ) no-repeat top right !important;
}

div#left-menu div.menu-item-selected
{
	background: url( /modules/admin/images/menu_item_backgr.png ) no-repeat top right;
	border-top: 1px solid #cccfd1;
	border-bottom: 1px solid #3b4d59;
	background: url( /modules/admin/images/menu_item_backgr_hover.png ) no-repeat top right;
}

.icon-module-1:before{
	content: "\e902";
}

.icon-module-3:before{
	content: "\e904";
}

.icon-module-5:before,
.icon-module-17:before{
	content: "\e92c";
}

.icon-module-6:before{
	content: "\e923";
}

.icon-module-7:before
{
	content: "\e994";
}

.icon-module-8:before{
	content: "\e9bc";
}

.icon-module-9:before{
	content: "\e972";
}

.icon-module-11:before{
	content: "\e90e";
}

.icon-module-12:before{
  content: "\e9ca";
}

.icon-module-14:before{
	content: "\e96c";
}

.icon-module-15:before{
    content: "\e93a";
}

.icon-module-18:before{
	content: "\e926";
}

/* ------------------ Fast menu ------------------- */

div.fast-menu
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div.fast-menu div.fast-menu-item
{
	padding: 10px;
	margin: 0;
	float: left;
}

/* ------------------ Header ------------------- */

div#header
{
	width: 100%;
	background: #4086c1;
}

div#header div.admin-logo
{
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	width: 230px;
}

div#header div.admin-top-right-label
{
	float: right;
	width: 124px;
	height: 124px;
}

div#header div.top
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 35px;
	background: #f3f3f3;
}

div#header div.top > div
{
	float: right;
}

div#header div.powered-by
{
	padding: 1px 0 0 0;
	margin: 0;
	width: 110px;
	height: 34px;
	float: left;
}

div#header div.top div.delimiter
{
	padding: 0 5px;
	margin: 1px 0 0 0;
	width: 9px;
	height: 34px;
	float: left;
	background: url(/modules/admin/images/header_top_delimiter.png) no-repeat top center;
}

div#header div.top div.info
{
	padding: 9px;
	margin: 0;
	float: left;
	color: #3d4d5c;
	font-size: 14px;
	text-transform: uppercase;
}

div#header div.top div.info a
{
	padding: 0;
	margin: 0;
	color: #3d4d5c;
	text-decoration: none;
}

div#header div.top-menu
{
	padding: 0;
}

div#header div.top-menu > div
{
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

div#header div.top-menu div.menu-item
{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

div#header div.top-menu div.menu-item a
{
	padding: 30px 10px;
	margin: 0;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div#header div.top-menu div.menu-item a:hover
{
	background-color: #fff;
	color: #4086C1;
}

/* ------------------ Main menu ------------------- */

div.main-menu{
	background: #fff;
	text-align: center;
}

div.main-menu ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

div.main-menu ul li
{
	display: inline-block;
}

div.main-menu ul li.disabled
{
	background: #e9e9e9;	
}

div.main-menu ul li.disabled a
{
	color: #545454;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

div.main-menu ul ul
{
	display: none;
	position: absolute;
	padding: 0;
	left: auto;
	z-index: 10010;
	background: #ffffff;
	min-width: 180px;
}

div.main-menu ul li:hover > ul
{
	transition:1s ease all;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	display:block;
}

div.main-menu ul ul li
{
	position: relative;
	display: block;
	text-align: left;
}

div.main-menu a
{
	padding: 20px 15px;
	margin: 0;
	display: block;
	color: #4086c1;
	font-weight: 400;
	font-size: 14px;
	position:relative;
	text-decoration: none;
}

div.main-menu a span
{
	display: block;
	text-align: center;
	font-size: 16px;
}

div.main-menu a span[class^='icon-'], div.main-menu a span[class*='icon-']
{
    padding-bottom: 10px;
}

div.main-menu ul ul li a
{
	padding: 15px 20px;
	font-weight: 700;
}

div.main-menu ul ul li:hover > a
{
	color: #ffffff;
}

div.main-menu ul li:not(.disabled):hover > a,
div.main-menu ul li:not(.disabled) > a.active
{
	transition: 0.6s;
	background: #4086c1;
	color: #fff;
}

/* ------------------ Logo ------------------- */

div#logo
{
	padding: 0 20px 0 0;
	margin: 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}

div#logo div
{
	float: left;
}

div#logo div.middle
{
	position: absolute;
	top: 10px;
	left: 70px;
}

div#logo div.slogan
{
	font-size: 14px;
	text-transform: none;
	position: absolute;
	top: 35px;
	left: 72px;
}

/* ------------------ Page footer ------------------- */

div#footer
{
	height: 160px;
	background: #0f508d url( /modules/admin/images/footer_backgr.png ) repeat-x bottom left;
	width: 100%;
}

div#footer div.footer-left
{
	float: left;
	padding-top: 80px;
	padding-left: 30px;
	color: #f3f3f3;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	position: relative;
	white-space: nowrap;
}

div#footer div.footer-left span
{
	position: relative;
}

div#footer div.footer-left span.shadow
{
	color: #535353;
	position: absolute;
	top: 81px;
	left: 31px;
}

div#footer div.footer-right
{
	float: right;
	padding-top: 90px;
	padding-right: 30px;
	color: #f3f3f3;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

div#footer div.footer-right span
{
	position: relative;
}

div#footer div.footer-right span.shadow
{
	color: #535353;
	position: absolute;
	top: 91px;
	left: 1px;
}

/* ------------------ content ------------------- */

div#page-content table#main-table td.content
{
	width: 820px;
}

div#page-content table#main-table td.content div.fast-menu
{
	width: 700px;
	margin: 0 auto;
}

div.fast-menu div.fast-menu-div
{
	width: 89px;
	float: left;
	margin: 0 20px 0 0;
}

div.fast-menu div.fast-menu-div a
{
	display: block;
}

td.content div.div-content-table
{
	width: 754px;
	margin: 0 auto;
}

td.content div.div-content-table table.content-box
{
	width: 100%;
}

table.content-box td.content-box-header-left
{
	width: 6px;
	height: 40px;
	background: url(/modules/admin/images/content-box-header-left-back.jpg) no-repeat top right;
}

table.content-box td.content-box-header-middle
{
	width: 742px;
	height: 40px;
	background: url(/modules/admin/images/content-box-header-middle-back.jpg) repeat-x top left;
}

table.content-box td.content-box-header-right
{
	width: 6px;
	height: 40px;
	background: url(/modules/admin/images/content-box-header-right-back.jpg) no-repeat top right;
}

div.editor-buttons{
	margin: 10px 6px;
}

div.editor-buttons a{
	background: #f7f7f7;
	padding: 10px;
	color: #333;
	margin: 0 8px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #ccc;
}

div.editor-buttons a span{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px;
	vertical-align: text-top;
}

a.add-image-editor span.icon{
	background: url(/modules/admin/images/module_11_16x16.png) no-repeat center center;
}

a.add-template-editor span.icon{
	background: url(/modules/admin/images/1265135965_news.png) no-repeat center center;
}

a.add-captcha-editor span.icon{
	background: url(/modules/admin/images/secure_image.png) no-repeat center center;
}

/* ------------------ Spaces ------------------- */

div.space-0px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

div.space-2px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 2px;
	overflow: hidden;
}

div.space-3px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 3px;
	overflow: hidden;
}

div.space-5px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 5px;
	overflow: hidden;
}

div.space-10px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 10px;
	overflow: hidden;
}

div.space-15px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 15px;
	overflow: hidden;
}

div.space-20px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 20px;
	overflow: hidden;
}

div.space-25px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 25px;
	overflow: hidden;
}

div.space-30px
{
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 30px;
	overflow: hidden;
}

/* ------------------ Table Listing ------------------- */

div.table-listing-container
{
	padding: 25px 10px;
}
/*
div.table-listing-container select.langs-menu, div.table-listing-container select.langs-menu option
{
	padding: 0 0 0 21px;
	border: none;
	background-position: 2px center;
	background-repeat: no-repeat;
	display: block;
}

div.table-listing-container select.langs-menu
{
	background-position: 4px center;
	padding: 0 0 0 19px;
}*/

div.table-listing-container div.related-langs
{
	background: url(/modules/admin/images/dots.png) 10px 0px no-repeat;
}

div.table-listing-container div.related-langs div.flags
{
	padding: 3px 0 0 23px;
}

div.table-listing-container div.related-langs div.flags a
{
	float: none !important;
}

div.table-listing-container div.related-langs div.flags img
{
	margin: 0 1px;
}

table.table-listing
{
	border: 1px solid #3173a9;
	width: 100%;
}

table.table-listing th
{
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #0d4f85 url( /modules/admin/images/table_listing_head_backgr.png ) repeat-x top left;
	height: 40px;
	border-bottom: 1px solid #3173a9;
	border-right: 1px solid #0f508d;
	border-left: 1px solid #5481a5;
}

table.table-listing th.last
{
	border-right: none;
}

table.table-listing th.first
{
	border-left: none;
}

table.table-listing td
{
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424f5a;
}

table.table-listing td.icon
{
	float: left;
}

table.table-listing td.text a
{
	float: left;
	color: #424f5a;
}

table.table-listing td.delete
{
	padding: 7px 10px;
	border-top: 1px solid #3173a9;
	background-color: #fff;
}

table.table-listing td.actions
{
	padding: 5px 10px;
}

table.table-listing td.no-result
{
	background-color: #fff;
	text-align: center;
}

table.table-listing tr.light
{
	background-color: #fff;
}

table.table-listing tr.dark
{
	background-color: #F0F9FF;
}

table.table-listing li
{
	list-style-position:inside;
}

div.table-listing-footer
{
	width: 100%;
	background: url( /modules/admin/images/table_listing_footer_center.png ) repeat-x top left;
	height: 40px;
}

div.table-listing-footer div.table-listing-footer-left
{
	width: 10px;
	height: 40px;
	float: left;
	background: url( /modules/admin/images/table_listing_footer_left.png ) no-repeat top left;
}

div.table-listing-footer div.table-listing-footer-right
{
	width: 10px;
	height: 40px;
	float: right;
	background: url( /modules/admin/images/table_listing_footer_right.png ) no-repeat top left;
}

div.table-listing-footer div.table-listing-footer-center
{
	height: 40px;
	margin: 0 auto;
}

/* ------------------ Page ------------------- */

div.page-title
{
	padding: 30px 10px;
}

div.page-title-container
{
	width: 100%;
}

div.page-title div.page-title-container div.page-title-center
{
	padding: 0;
	overflow: hidden;
	float: left;
	font-size: 20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
}

div.page-title div.page-title-container div.page-title-left
{
	width: 15px;
	height: 48px;
	overflow: hidden;
	float: left;
	background: url( /modules/admin/images/page_title_left_backgr.png ) no-repeat top left;
}

div.page-title div.page-title-container div.page-title-right
{
	height: 48px;
	float: right;
}

div.page-title div.page-title-container div.page-title-icon a
{
	float: right;
	margin-left: 7px;
	border-radius: 50%;
	background: #4086c1;
	width: 30px;
	height: 30px;
	text-align: center;
    line-height: 30px;
    display: block;
}

div.page-title div.page-title-container div.page-title-icon span
{	
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

/* ------------------ Navigation ------------------- */

div.navigator
{
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.navigator ul
{
	list-style: none;
	list-style-type: none;
	width: 100%;
}

div.navigator ul li
{
	list-style: none;
	list-style-type: none;
	float: left;
	margin: 0 2px;
}

div.navigator ul li.total
{
	display: block;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 5px;
	background-color: #A9ADB2;	
	margin: 0 3px;
	float: right;
	color: #FFFFFF;
	line-height: 15px;
}

div.navigator ul li a
{
	display: block;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	background-color: #A9ADB2;
	color: #FFFFFF;
	line-height: 15px;
}

div.navigator ul li a.prev
{
	padding-left: 8px;
	padding-right: 7px;	
	background: #A9ADB2 url(/modules/admin/images/navigator/prev.png) center center no-repeat;	
}

div.navigator ul li a.next
{
	padding-left: 8px;
	padding-right: 7px;	
	background: #A9ADB2 url(/modules/admin/images/navigator/next.png) center center no-repeat;	
}

div.navigator ul li a.first
{
	padding-left: 10px;
	padding-right: 10px;	
	background: #A9ADB2 url(/modules/admin/images/navigator/first.png) center center no-repeat;	
}

div.navigator ul li a.last
{
	padding-left: 10px;
	padding-right: 10px;	
	background: #A9ADB2 url(/modules/admin/images/navigator/last.png) center center no-repeat;	
}

div.navigator ul li a:hover
{
	background-color: #727A80;	
	text-decoration: none;
	color: #FFFFFF;
}

div.navigator ul li span.unlink
{
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 5px;	
	display: block;
	background-color: #727A80;	
	color: #FFFFFF;
	line-height: 15px;
}

/* ------------------ Form elements ------------------- */

div.form
{
	padding: 10px 10px;
	margin: 0;
}

div.form div.field-group
{
	padding: 10px 0;
	margin: 0;
	width: 100%;
}

div.form div.field-group div.field-group-title
{
	padding: 0;
	margin: 0;
	width: 100%;
}

div.form div.field-group div.field-group-title div.title
{
	padding: 0px 0 10px 0;
	margin: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4086c1;
	float: left;
}

div.form div.field-group div.field-group-title div.title-required
{
	padding: 0px 30px 10px 0;
	margin: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4086c1;
	float: left;
	background: url(/modules/admin/images/required_field_icon.png) no-repeat top right;
}

div.form div.field-group div.field-group-content
{
	padding: 10px 0;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.form div.field-block
{
	padding: 8px 0;
	margin: 0;
	width: 100%;
}

div.form div.field-block div.field-title
{
	padding: 5px 0 0 0;
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6c6f71;
	float: left;
	width: 200px;
	text-align: right;
}

div.form div.field-block div.field
{
	padding: 0 15px;
	margin: 0;
	float: left;
}

div.form div.field-block div.field div.field-element
{
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4086c1;
}

div.form div.field-block div.field div.field-element.headers
{
	min-width: 900px;
	padding: 20px 0 0 15px;
}

div.form div.field-block div.field div.flags-block
{
	font-size: 9px;
	padding: 7px 0 0 0;
}

div.form div.field-block div.field div.flags-block img
{
	margin: 0 1px;
}

div.form div.more-image-fields, div.form div.more-option-fields, div.form div.more-textarea-fields
{
	padding: 0 0 25px 0;
	font-size: 12px;
	font-weight: bold;
	color: #4086C1;
	cursor: pointer;
	text-align: center;
}

div.form div.more-image-fields input[type=button], div.form div.more-option-fields input[type=button], div.form div.more-textarea-fields input[type=button]
{
    width: 120px;
    height: 22px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
	cursor: pointer;
    background: #387ab0 url(/modules/admin/images/more-image-fields.jpg) 5px 4px no-repeat;
    border: #387ab0 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.form div.field-block div.field div.field-required
{
	padding: 0;
	float: left;
	height: 30px;
	width: 20px;
	background: url( /modules/admin/images/required_field_icon.png ) no-repeat center center;
}

div.form div.field-block div.field-title div.field-required
{
	padding: 0;
	float: right;
	height: 10px;
	width: 13px;
	background: url( /modules/admin/images/required_field_icon.png ) no-repeat center center;
}

div.form div.field-block div.field div.field-element div.field-info
{
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div.form div.field-block div.field div.field-element div.field-info.medium
{
	left: 170px;
}

div.form div.field-block div.field div.field-element div.field-info.long
{
	left: 350px;
}

div.form div.field-block div.field div.field-error-message
{
	padding: 5px 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	color:#d30505;
	font-style: italic;
	background: url( /modules/admin/images/icons/warning.png ) no-repeat 0px 4px;
}

input.box-small
{
	padding: 3px 5px 0 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 22px;
	width: 50px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_small.png ) no-repeat top left;
}

input.box-medium
{
	padding: 3px 5px 0 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 27px;
	width: 190px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_medium.png ) no-repeat top left;
}

input.box-medium.with-info
{
	padding: 3px 35px 0 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 27px;
	width: 160px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_medium.png ) no-repeat top left;
}

input.box-long
{
	padding: 3px 5px 0 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 27px;
	width: 370px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_long.png ) no-repeat top left;
}

input.box-long.with-info
{
	padding: 3px 35px 0 5px;
	width: 340px;
}

input.box-long.xl
{
	width: 470px;
	background: url( /modules/admin/images/box_long_480.png ) no-repeat top left;
}

select.box-medium
{
	padding: 3px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	width: 200px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_medium.png ) no-repeat top left;
}

select.box-long
{
	padding: 3px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	width: 380px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_long.png ) no-repeat top left;
}

textarea.box-textarea-medium
{
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 116px;
	width: 190px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_textarea_medium.png ) no-repeat top left;
}

textarea.box-textarea-medium.with-info
{
	padding: 2px 35px 2px 5px;
	width: 160px;
}

textarea.box-textarea-medium.xl
{
	width: 470px;
	background: url( /modules/admin/images/box_textarea_long_480.png ) no-repeat top left;
}

textarea.box-textarea-long
{
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 146px;
	width: 370px;
	border: none;
	color: #4086c1;
	background: url( /modules/admin/images/box_textarea_long.png ) no-repeat top left;
}

textarea.box-textarea-long.with-info
{
	padding: 2px 35px 2px 5px;
	width: 340px;
}

input.box-file
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	color: #4086c1;
	border: 1px solid #666;
}

div.form div.buttons
{
	width: 100%;
}

div.form div.buttons div.button-block
{
	padding: 5px 0px 5px 15px;
	float: left;
}

div.form div.buttons div.button-block-right
{
	padding: 5px 15px 5px 0;
	float: right;
}

/* ------------------ Custom Buttons ------------------- */

div.custom-button
{
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #124d77;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding: 5px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #154682;
	text-align: center;
	cursor: pointer;
}

div.custom-button.red
{	
	-moz-box-shadow:inset 0px 1px 0px 0px #fe0000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fe0000;
	box-shadow:inset 0px 1px 0px 0px #fe0000;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed1c24), color-stop(1, #aa1317));
	background:-moz-linear-gradient(top, #ed1c24 5%, #aa1317 100%);
	background:-webkit-linear-gradient(top, #ed1c24 5%, #aa1317 100%);
	background:-o-linear-gradient(top, #ed1c24 5%, #aa1317 100%);
	background:-ms-linear-gradient(top, #ed1c24 5%, #aa1317 100%);
	background:linear-gradient(to bottom, #ed1c24 5%, #aa1317 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317',GradientType=0);
	
	background-color:#d81b21;
	border:1px solid #980C10;
	min-width: 120px;
}

div.custom-button.green
{	
	-moz-box-shadow:inset 0px 1px 0px 0px #b6e026;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b6e026;
	box-shadow:inset 0px 1px 0px 0px #b6e026;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8fc400), color-stop(1, #7BA801));
	background:-moz-linear-gradient(top, #8fc400 5%, #7BA801 100%);
	background:-webkit-linear-gradient(top, #8fc400 5%, #7BA801 100%);
	background:-o-linear-gradient(top, #8fc400 5%, #7BA801 100%);
	background:-ms-linear-gradient(top, #8fc400 5%, #7BA801 100%);
	background:linear-gradient(to bottom, #8fc400 5%, #7BA801 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc400', endColorstr='#7BA801',GradientType=0);
	
	background-color:#7BA801;
	border:1px solid #77A300;
	min-width: 120px;
}

div.custom-button:hover
{
	border:1px solid #C5C5C5;
}

div.custom-button div.left
{
	padding: 0;
	margin: 0;
	width: 11px;
	height: 34px;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_left.png ) no-repeat top left;
}

div.custom-button div.center
{
	padding: 9px 0 0 0;
	margin: 0;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_center.png ) repeat-x top left;
}

div.custom-button div.right
{
	padding: 0;
	margin: 0;
	width: 11px;
	height: 34px;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_right.png ) no-repeat top left;
}

div.custom-button-small
{
	padding: 0;
	margin: 0;
	background: transparent url( /modules/admin/images/custom_button_small_center.png ) repeat-x top left;
	cursor: pointer;
}

div.custom-button-small div.left
{
	padding: 0;
	margin: 0;
	width: 5px;
	height: 27px;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_small_left.png ) no-repeat top left;
}

div.custom-button-small div.center
{
	padding: 5px 0 0 0;
	margin: 0;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_small_center.png ) repeat-x top left;
}

div.custom-button-small div.right
{
	padding: 0;
	margin: 0;
	width: 5px;
	height: 27px;
	float: left;
	background: transparent url( /modules/admin/images/custom_button_small_right.png ) no-repeat top left;
}
/*div.form
{
	width: 700px;
	margin: 20px 0;
	padding: 0;
}

div.form div.row
{
	padding: 6px 0;
	line-height: 20px;
}

div.form div.row span.require-star
{
	color: #f12938;
	font-weight: bold;
	padding: 0 2px;
	font-size: 15px;
}

div.form div.row img.require-image
{
	width: 16px;
	height: 16px;
	background: url(/modules/admin/images/required_true.png) no-repeat top left;
}

div.form div.row div.require-msg
{
	font-size: 11px;
	color: #f12938;
	height: 15px;
	text-align: left;
	display: none;
	line-height: 15px;
	font-style: italic; 
	padding-left: 130px;
}

div.form div.row div.required
{
	width: 12px;
	float: left;
	padding: 3px 0 0 0;
	display: none;
}

div.form div.row div.help-div
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}	

div.form div.row div.help-div a
{
	text-decoration: none;
	padding: 5px 0 0 0;
	width: 16px;
	display: block;
}	


div.form div.row div.field-name
{
	width: 120px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3987CC;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}

div.form div.row div.field
{
	width: 300px;
	float: left;
}

div.form div.row div.field input
{
	width: 290px;
	background: #FFFFFF url(/modules/admin/images/input_background1.png) no-repeat top left;
	border: 1px solid #DBDBDB;
	padding: 3px;
}

div.form div.submit-button
{
	text-align: center;
}*/

/* ------------------ News ------------------- */

div.show-news
{
	width: 700px;
	margin: 0 auto;
}

div.show-news div.news
{
	width: 700px;
	margin: 5px 0;
	border: 1px solid #CCCCCC;
}

div.show-news div.news div.news-number
{
	width: 20px;
	float: left;
	padding: 10px;
}

div.show-news div.news div.news-title
{
	width: 200px;
	float: left;
	padding: 10px;
}

div.show-news div.news div.news-desc
{
	width: 320px;
	float: left;
	padding: 10px;
}

div.show-news div.news div.news-actions
{
	width: 80px;
	float: left;
	padding: 10px;
}

div.show-news div.news div.news-actions div.action-image
{
	float: left;
	margin: 0 10px 0 0;
}

div.show-news div.news div.news-actions a
{
	text-decoration: none;
	border: 0px solid red;
}

/* ------------------ Sites config/pages ------------------- */

div.pages-organisation
{
	width: 300px;
	margin: 30px;
}

div.pages-organisation div.section
{
	width: 300px;
	maring: 0 auto;
}

div.section table.pages-list
{
	width: 100%;
	border: 1px solid #E3E3E3;
}

div.section table.pages-list td
{
	padding: 2px;
}

div.section table.pages-list td.section-title
{
	background: #DDDDDD;
	padding: 5px;
}

/* ------------------ Sites config/pages sort pages ------------------- */

div.pages-sort
{
	padding: 10px;
}

div.pages-sort div.pages-box
{
	border: 1px solid #FFF;
	width: 300px;
	padding: 5px;
	float: left;
	font-size: 13px;
	height: 300px;
}

div.pages-sort div.buttons-box
{
	width: 100px;
	float: left;
	padding: 5px 10px;
}

div.pages-sort div.page-row
{
	padding: 2px;
}

div.pages-sort div.page-row.selected
{
	background: #8fd400;
	color: #FFF;
	font-weight: bold;
}

/* ------------------ Config website profile ------------------- */

div.themes-tabs div.tab
{
	float: left;
	padding: 10px 0;
	width: 320px;
	background: #0d4f85 url( /modules/admin/images/table_listing_head_backgr.png ) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #397cb2;
	cursor: pointer;
	margin: 0 1px 0 0;
}

div.themes-tabs div.tab.last
{
	margin: 0;

}

div.themes-tabs div.tab.hover
{
	background: url( /modules/admin/images/themes_tab_bg.png ) repeat-x top left;
	color: #4086C1;
	border: 1px solid #397cb2;
	border-bottom: none;
	width: 318px;
}

div.themes-tabs div.tab.selected
{
	background: url( /modules/admin/images/themes_tab_bg.png ) repeat-x top left;
	color: #4086C1;
	border: 1px solid #397cb2;
	border-bottom: none;
	width: 318px;
}


div#themes-tabs ul li
{
	list-style: none;
}

div#themes-tabs ul li a
{
	float: left;
	padding: 10px 0;
	width: 49.90%;
	background: #0d4f85 url( /modules/admin/images/table_listing_head_backgr.png ) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-bottom: 1px solid #397cb2;
	text-decoration: none;
	margin: 0 0.20% 0 0;
}

div#themes-tabs ul li a:hover
{
	background: #F9F9F9;
	color: #4086C1;
	border: 1px solid #397cb2;
	border-bottom: none;
}

div#themes-tabs ul li a.current
{
	background: #F9F9F9;
	color: #4086C1;
	border: 1px solid #397cb2;
	border-bottom: none;
}

div#themes-tabs ul li:last-child a
{
	margin: 0;
}

.hide
{
	position: absolute; 
	top: -9999px; 
	left: -9999px;
}

div.themes-list
{
	border: 1px solid #397cb2;
	border-top: none;
	padding: 20px 0 20px 6px;
	background: #F9F9F9;
}

div.themes-list div.theme
{
	float: left;
	width: 162px;
	height: 162px;
	margin: 10px 15px;
	position: relative;
	background: #FFF;
	border: 4px solid #dfdfdf;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.themes-list div.selected
{
	border: 4px solid #15578D;
}

div.themes-list div.theme img
{
	margin: 1px;
}

div.themes-list div.theme img.theme-image.hover
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

div.themes-list div.theme img.theme-image.current
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

div.theme div.div-action
{
	position: absolute;
	top: 26px;
	left: 17px;
	display: none;
	z-index: 10;
}

div.theme div.div-current
{
	position: absolute;
	top: 50px;
	left: 17px;
	z-index: 10;
}

div.theme div.button, div.slider-img-container div.button, div.chosen
{
	display: block;
	width: 129px;
	margin: 10px auto;
	height: auto;
	line-height: 39px;
	text-align: center;
	color: #fff !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal !important;
	text-decoration: none;
}

div.theme div.div-current div.current-theme, div.chosen
{
	background: url(/modules/admin/images/current_theme_button.png) no-repeat top center;
}

div.theme div.div-action div.use-theme, div.slider-img-container div.choose
{
	background: url(/modules/admin/images/use_theme_button.png) no-repeat top center;
	cursor: pointer;
}

div.theme div.div-action div.view-theme
{
	background: url(/modules/admin/images/view_theme_button.png) no-repeat top center;
	cursor: pointer;
}

div.theme div.responsive-theme
{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 99px;
    width: 130px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    z-index: 1;
}

div.theme div.responsive-theme img
{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/* ------------------ Tooltip ------------------- */

div.black-arrow, div.white-arrow { 
    display: none;
    font-size: 12px; 
    height: 122px; 
    width: 209px; 
    padding: 25px;      
}

div.black-arrow{ 
    background: transparent url(/modules/admin/images/tooltip/black_arrow.png) no-repeat top left; 
    color: #fff;     
}

div.white-arrow{ 
    background:transparent url(/modules/admin/images/tooltip/white_arrow.png) no-repeat top left; 
    color:#fff;     
}

div.black-arrow-big, div.white-arrow-big{ 
    display: none; 
    font-size: 12px; 
    height: 216px; 
    width: 370px; 
    padding: 25px;      
}

div.black-arrow-big{ 
    background: transparent url(/modules/admin/images/tooltip/black_arrow_big.png) no-repeat top left; 
    color: #fff;     
}

div.white-arrow-big{ 
    background: transparent url(/modules/admin/images/tooltip/white_arrow_big.png) no-repeat top left; 
    color: #fff;     
}

div.black-box, div.white-box { 
    display: none; 
    font-size: 12px; 
    height: 109px; 
    width: 209px; 
    padding: 25px;      
}

div.black-box{ 
    background: transparent url(/modules/admin/images/tooltip/black.png) no-repeat top left; 
    color: #fff;     
}

div.white-box{ 
    background: transparent url(/modules/admin/images/tooltip/white.png) no-repeat top left; 
    color: #fff;     
}

div.black-box-big, div.white-box-big{ 
    display: none; 
    font-size: 12px; 
    height: 194px; 
    width: 370px; 
    padding: 25px;      
}

div.black-box-big{ 
    background: transparent url(/modules/admin/images/tooltip/black_big.png) no-repeat top left; 
    color: #fff;     
}

div.white-box-big{ 
    background: transparent url(/modules/admin/images/tooltip/white_big.png) no-repeat top left; 
    color: #fff;     
}

div.blue-box{ 
	font:12px/1.4 Arial,Georgia,sans-serif;
	content: attr(title);
	display:none;
	position:absolute;
	padding:5px 10px;
	top:0px;
	margin:1em 0 3em;
	color:#fff;
	background:#075698;
	left:-20px;
 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
 
	background:-webkit-gradient(linear, left top, left bottom, from(#075698), to(#2e88c4));
	background:-moz-linear-gradient(top, #075698, #2e88c4);
	background:-o-linear-gradient(top, #075698, #2e88c4);
	background:linear-gradient(top, #075698, #2e88c4);
 
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000')"; /* IE8 */
}

div.custom-box {
	display: none;
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif; 
	margin-left: 0; 
	width: 250px;
	padding: 5px;
}

div.custom-box img.type-icon{
	border: 0; 
	margin: -7px 0 0 -20px;
	position: absolute;
}

div.custom-box em{
	font-family: Candara, Tahoma, Geneva, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold;
	display: block; 
	padding: 0.2em 0 0.6em 1.2em;
}

div.custom-box.classic{
	background: #FFFFAA; 
	border: 1px solid #FFAD33;
}

div.custom-box.critical{ 
	background: #FFCCAA; 
	border: 1px solid #FF3334;
}

div.custom-box.help{ 
	background: #9FDAEE; 
	border: 1px solid #2BB0D7;
}

div.custom-box.info{ 
	background: #9FDAEE; 
	border: 1px solid #2BB0D7;
}

div.custom-box.warning { 
	background: #FFFFAA; 
	border: 1px solid #FFAD33; 
}

div.fast-menu-tip
{
	background: #3577ad;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: none;
	font-size: 12px;
	text-align: center;
	padding: 10px 10px;
	text-align: left;
}

div.grey-box
{
	background-color: #f4f4f4;
	min-height: 140px;
	width: 400px;
	
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

div.grey-box.blue
{
	border-bottom-color: #3173a9;
}

div.grey-box.red
{
	border-bottom-color: #EF2F2F;
}

div.grey-box.yellow
{
	border-bottom-color: #fcff00;
}

div.grey-box.purple
{
	border-bottom-color: #8D59C3;
}

div.grey-box div.box-title
{
	padding-left: 10px;
	min-height: 120px;
}

div.grey-box div.support
{
	min-height: 60px;
}

div.grey-box div.box-title span
{
	font-size: 18px;
	color: #666;
	padding-left: 20px;
	line-height: 120px;
}

div.grey-box div.support span
{
	line-height: 60px;
}

div.grey-box div.box-title img
{
	float: left;
	padding-top: 10px;
	height: 100px;
	width: 100px;
}

div.grey-box div.box-title img.support
{
	height: 48px;
	width: 48px;
}

div.grey-box div.box-content
{
	background: #e1e1e1 url('/modules/admin/images/top_border.png') top left repeat-x;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px;
	font-size: 12px;
	color: #5D5D5D;
}

div.grey-box div.button-block
{
	padding: 15px;
	text-align:center;
}

div.grey-box div.button
{
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border: 1px solid rgba(0, 0, 0, 0);
	
	-moz-user-select: none;
    background-image: none;
    
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
	text-decoration:none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

div.grey-box div.button.blue
{
	background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	background-repeat:repeat-x;
	border-color:#28a4c9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
	
	background-color:#5BC0DE;
	color:#fff;
}

div.grey-box div.button.blue:hover
{
	background-color:#2aabd2;
	background-position:0 -15px;
}

div.grey-box div.button.grey
{
	text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-repeat:repeat-x;
	border-color:#ccc;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
	
	background-color:#fff;
	color:#333;
	
	margin-left: 20px;
}

div.grey-box div.button.grey:hover
{
	background-color:#e0e0e0;
	background-position:0 -15px;
}

div.grey-box div.button.purple
{
	border-color:#ccc;
	background-color:#8D59C3;
	color:#fff;
}

div.grey-box div.button.purple:hover
{
	background-color:#B68EE3;
	background-position:0 -15px;
}

div.colored-box
{
	min-height: 140px;
	width: 400px;
	margin-bottom: 30px;
	padding: 20px;
	
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.55);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.colored-box.blue
{
	background-color: #00c0ff;
}

div.colored-box.red
{
	background-color: #e44b39;
}

div.colored-box.green
{
	background-color: #00aa5a;
}

div.colored-box.orange
{
	background-color: #f7a120;
}

div.colored-box div.box-title
{
	display: table;
}

div.colored-box div.box-title div.text
{
	display: table-cell;
	width: 75%;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
}

div.colored-box div.box-title div.image
{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}

div.colored-box div.box-content
{
	padding: 20px 0;
	font-size: 14px;
	color: #ffffff;
}

div.colored-box div.button-block
{
	text-align:center;
}

div.colored-box div.button
{
	text-shadow:0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	
	background-color:#fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
	
	margin: 0;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
	color:#333;
    font-size: 14px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #ccc;
}

div.colored-box div.button:hover
{
	background-color:#e0e0e0;
	background-position:0 -15px;
}

/* ------------------ Admin login page ------------------- */

div.login-box
{
	width: 500px;
	margin: 0 auto;
}

div.round-box
{
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-box-shadow: 0 0 6px #AAAAAA;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #999999;
}

div.login-header
{
	background: #0F518E url(/modules/admin/images/login_header_back.png) repeat-x top left;
	padding: 15px 0 20px 20px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.login-header h3
{
	display: inline;
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

div.login-header ul
{
	position: absolute;
	right: 0;
	bottom: 0;
}

div.login-header ul li
{
	display: inline;
	list-style-type: none;
}

div.login-header ul li a
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #489CD4;
	border: 0 none;
	color: #FFFFFF;
	float: left;
	margin: 0 0 0 5px;
	padding: 8px 13px 6px;
	text-decoration: none;
	outline: none;
}

div.login-header ul li a.active
{
	background: url(/modules/admin/images/login_tab_back.png) repeat-x top left;
	color: #0F518E;
}

div.login-header ul li a:hover
{
	background: #777777 url(/modules/admin/images/login_tab_back.png) repeat-x top left;
	color: #0F518E;
}

div.inner-form
{
	padding: 20px;
}

div.login-msg
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin: 0 0 15px;
	padding: 6px 5px 0 10px;
}

div.login-msg.info
{
	background: #C3E6FF url(/modules/admin/images/login_msg_back.png) repeat-x top left;
	border: 1px solid #9FD1F5;
	color: #005898;
}

div.login-msg.info p
{
	margin: 0 0 8px 0;
	padding: 2px 0 0 24px;
	background: url(/modules/admin/images/login-msg-info-icon.png) no-repeat scroll 0 50%;
}

div.login-msg.error
{
	background: #F9C9C9 url(/modules/admin/images/msg-error.png) repeat-x scroll 0 0;
	border: 1px solid #F3ABAB;
	color: #8D0D0D;
}

div.login-msg.error p
{
	margin: 0 0 8px 0;
	padding: 2px 0 0 24px;
	background: url(/modules/admin/images/cross_octagon.png) no-repeat scroll 0 50%;
}

div.login-msg.success
{
	background: #D2ECBA  url(/modules/admin/images/msg_success_back.png) repeat-x scroll 0 0;
	border: 1px solid #A6D877;
	color: #336801;
}

div.login-msg.success p
{
	margin: 0 0 8px 0;
	padding: 2px 0 0 24px;
	background: url(/modules/admin/images/accept.png) no-repeat scroll 0 50%;
}

div.login-box table
{
	margin: 0 auto;
}

div.login-box table th
{
	width: 100px;
	padding: 0 10px 5px 0;
	text-align: right;
}

div.login-box table td
{
	text-align: left;
	padding: 0 0 5px 0;
}

div.login-box table td input
{
	width: 250px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: transparent url(/modules/admin/images/login_input_back.gif) repeat-x scroll 0 0;
	border: 1px solid #999999;
	padding: 5px 2px;
}

div.login-box table td.login-button
{
	text-align: right;
}

div.login-box table td input.button
{
	width: 70px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #0567AD url(/modules/admin/images/login_button_back.gif) repeat-x scroll 0 0;
	border: 1px solid #00487A;
	padding: 5px 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
}

/* ------------------ Menu Modules ------------------- */

div.menu-modules
{
	padding: 10px 0;
	margin: 0;
	width: 100%;
}

div.menu-modules-block
{
	padding: 15px 17px;
	margin: 20px;
	float: left;
	width: 15%;
	height: 85px;
	background: #4086c1;
	cursor: pointer;
	position: relative;
}

div.menu-modules-block:hover
{
	opacity: 0.8;
    filter: alpha(opacity=80);
}

div.menu-modules-block a span{
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

div.menu-modules-block div.icon
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100px;
}

div.menu-modules-block div.text
{
	padding: 0;
	margin: 0;
	display: inline-block;
}

div.menu-modules-block div.text div.name
{
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

div.menu-modules-block div.text div.info
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

div.menu-modules-block:hover div.text div.name,
div.menu-modules-block:hover div.text div.info
{
	background: #4086c1;
}

/* ------------------ Gallery Module ------------------- */
div.gallery-images-list-tab
{
    width: 130px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
	background: #397cb2;
	border: 1px solid #397cb2;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding: 8px 6px;
}

div.gallery-images-list
{
	border: 2px solid #397cb2;
	padding: 10px 6px 10px 12px;
	/*width: 940px;*/
	background: #F3F3F3;
}

div.gallery-images-list div.image
{
	float: left;
	width: 128px;
	margin: 4px 8px 4px 0;
	position: relative;
}

div.image div.edit-button
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	padding: 2px 5px;
}

div.image div.delete-button, div.comment div.delete-button
{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
	padding: 2px 5px;
}

div.gallery-information-box
{
	padding: 20px 20px 20px 65px;
	margin: 30px auto;
	width: 600px;
	background: #F3F3F3 url(/modules/admin/images/tooltip/info_32x32.png) no-repeat 20px center;
	border: 1px solid #4086C1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.link
{
	color: #397BB1;
	text-decoration: none;
	font-size: 12pxpx;
	outline: 0;
}

a.link:hover
{
	color: #333333;
}

div.website-info
{
	width: 400px;
	border: 1px solid #3173a9;
}

div.website-info div.info-row
{	
	border-bottom: 1px solid #3173a9;
}

div.website-info div.title
{	
	padding: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #0d4f85 url( /modules/admin/images/table_listing_head_backgr.png ) repeat-x top left;
	border-bottom: 1px solid #3173a9;
	border-right: 1px solid #0f508d;
	border-left: 1px solid #5481a5;
}

div.website-info div.label
{
	float: left;
	color: #666666;
	width: 194px;
	padding: 5px 0 5px 5px;
	border-right: 1px solid #3173a9;
}

div.website-info div.value
{
	float: left;
	padding: 5px 0 5px 5px;
	height: 15px;
	width: 195px;
	font-weight: bold;
	color: #666666;
	background: #E2E2E2;
}

div.fancybox-custom-title-block
{
	background-image: url("/js/jquery-fancybox/images/fancy_title_over.png");
	height: 15px;
	padding: 10px;
}

/* ------------------ Language Tabs ------------------- */

div.tab-block
{
	padding: 20px;
	margin-top: 30px;
	position: relative;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
}

div.tab-block div.tabs-list
{
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 20px;
}

div.tab-block div.tabs-list div.tab-item
{
	padding: 9px 12px;
	margin: 0 4px;
	color: #FFFFFF;
	font-size: 16px;
	background: #0a84d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0a84d4, #0f508d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0a84d4, #0f508d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0a84d4, #0f508d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0a84d4, #0f508d); /* Standard syntax */
	border: 1px solid #FFFFFF;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	cursor: pointer;
	white-space: nowrap;
}

div.tab-block div.tabs-list div.tab-item.req
{
	padding-left: 0;
	padding-right: 0;
}

div.tab-block div.tabs-list div.first, .ui-tabs .ui-tabs-nav li.first
{
	margin-left: 25px;
}

div.tab-block div.tabs-list div.selected
{
	color: #0f508d;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	cursor: default;
}

div.tab-block div.tabs-list div.tab-item span.required
{
	padding: 10px 15px 0 12px;
	background-image: url(/modules/admin/images/required_field_icon.png);
    background-repeat: no-repeat;
	background-position: right 3px;
}

div.tab-block div.tabs-list div.tab-item img
{
	margin: 0 3px 0 0;
}

div.tab-block div.lang-select
{
	float: left;
}

div.edit-mode-select
{
	float: right;
	margin-top: 7px;
}

div.edit-mode-select div.select-title
{
	float: left;
	padding-top: 6px;
	color: #000000;
	font-size: 12px;
}

div.tab-block div.lang-select select,
div.edit-mode-select select
{	
    width: 100%;
	height: 39px;
    margin: 0 5px;
	font-size: 16px;
	padding: 6px 20px 8px 7px;
    border: 1px solid #999999;
    background: #fff url('/modules/admin/images/down_arrow.png') no-repeat;
    background-size: 11px;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.edit-mode-select select
{	
	float: right;
	width: auto;
	height: 32px;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 20px 0 5px;
	background-size: 9px;
	background-position: right 7px center;
}

div.tab-set ul.tabs
{
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 31px;
	background: none;
	border: none;
}

.ui-tabs .ui-tabs-nav li
{ 
	border:none;
	background: none;
	float:left;
	list-style:none;
	margin:0 5px -1px;
	width:auto;
}

.ui-tabs .ui-tabs-nav li a
{
	margin: 0 4px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	text-decoration:none;
	background: url('/modules/admin/images/tab_backgr.png') bottom left repeat-x;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	cursor: pointer;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active
{ 
	color: #0f508d;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	cursor: default;
	padding: 5.5px 10px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a
{ 
	background:#fff;
	color: #0f508d;
	padding: 0 !important;
}

/* ------------------ Orders ------------------- */

table.section-table
{
	background-color: #4086C1;
	width: 100%;
}

table.section-table th
{
	background-color: #F3F3F3;
	padding: 3px;
	color: #586877;
}

table.section-table td
{
	background-color: #FFFFFF;
	padding: 3px;
	color: #333333;
}

/* ------------------ Languages menu ------------------- */

div.parent-lang-menu-block
{
	width: 120px;
	height: 16px;
	overflow: visible;
	display: inline-block;
	position: relative;
}

div.parent-lang-menu-block div.lang-menu-block
{
	display: inline-block;
	border: 1px solid #0F508D;
	background-color: #FFFFFF;
	color: #23659B;
	margin-left: 5px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 16px;
	overflow: hidden;
	padding: 2px;
}

div.lang-menu-block div.arrow-down
{
	position: absolute;
	top: 8px;
	right: 4px;
	background: url(/modules/admin/images/arrow_down.png) top left no-repeat;
	width: 6px;
	height: 3px;
}

div.lang-menu-block div.lang-item
{
	height: 10px;
	line-height: 11px; 
	font-size: 11px;
	padding: 3px 20px 3px 23px;
	background-position: 3px center;
	background-repeat: no-repeat;
}

div.lang-menu-block div.lang-item:hover
{
	background-color: #D5D9DB;
}

/* ------------------ Tickets ------------------- */

div.ticket-legend
{
	padding: 10px 0 10px 30px;
	margin: 0;
}

div.ticket-legend .legend
{
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

div.ticket-legend .legend span
{
	padding: 0;
	margin: 0;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #B9BABB;
}

div.ticket-legend .legend span.new
{
	background-color: #fbffc2;
}

div.ticket-legend .legend span.active
{
	background-color: #80ffad;
}

div.ticket-legend .legend span.pending
{
	background-color: #ffc6c6;
}

div.ticket-legend .legend span.closed
{
	background-color: #f3f3f3;
}

div.ticket-legend .legend span.text
{
	padding: 5px 0 0 10px;
	margin: 0;
	float: left;
	height: auto;
	width: auto;
	border: none;
}

table.tickets tr.new td
{
	background-color: #fbffc2;
}

table.tickets tr.active td
{
	background-color: #80ffad;
}

table.tickets tr.pending td
{
	background-color: #ffc6c6;
}

table.tickets tr.closed td
{
	background-color: #f3f3f3;
}

/* ------------------ Search Ticket ------------------- */

div.search-ticket-block
{
	padding: 5px 0;
	margin: 0;
}

div.search-ticket-block div.subject
{
	padding: 3px 5px;
	margin: 0;
	background-color: #3678AE;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div.search-ticket-block div.content
{
	padding: 5px;
	margin: 0;
	background-color: #F3F3F3;
	color: #222;
	font-size: 11px;
	display: none;
}

/* ------------------ Count Down ------------------- */
div.count-down
{
	padding: 22px 0 0 0;
	margin: 0;
	background: url(/modules/admin/images/count_down_gray_backgr.gif) no-repeat center center;
	height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}



.sample-content-btn {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #124d77;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #154682;
	
}
.sample-content-btn:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	
	background-color:#0061a7;
}
.sample-content-btn:active {
	position:relative;
	top:1px;
}

/* ------------------ Quick Search ------------------- */

div.quick-search
{
	padding: 15px 0 0 0;
	margin: 0;
	position: relative;
}

div.quick-search .field
{
	padding: 0 30px 0 8px;
	margin: 0;
	width: 166px;
	height: 30px;
	color: #666;
	background: url(/modules/admin/images/quick_search_box_backgr.png) no-repeat top left;
	border: none;
}

div.quick-search .button
{
	position: absolute;
	top: 22px;
	right: 12px;
}

/* ------------------ Web site headers block ------------------- */

div.header-block
{
	background-color: #f3f3f3;
	padding: 30px 25px 25px 25px;
	margin-bottom: 20px;
	width: 100%;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.header-block div.header-image
{
	text-align: center;
	margin: 30px auto;
	max-width: 1100px;
}

div.header-block img
{
	max-width: 100%;
	max-height: 380px;
}

div.header-block div.pholder
{
	max-width: 1050px;
}

div.header-info
{
	background-color: #f3f3f3;
	padding: 30px 25px 25px 25px;
	margin: 0 0 20px 15px;
	width: 100%;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.headers ul.top-nav,
div.additional-info ul.info-nav{
	list-style: none;
	list-style-type: none;
	padding-top: 10px;
}

div.additional-info ul.info-nav{
	padding-left: 40px; 
}

div.headers ul.top-nav li,
div.additional-info ul.info-nav li{
	float: left;
	padding: 10px 20px;
	margin-left: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #5F6E7D;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	white-space: nowrap;
}

div.headers ul.top-nav li.current,
div.additional-info ul.info-nav li.current{
	background: #f3f3f3;
	color: #4086c1;
}

/*------------------- Sample Templates -----------------------*/

div.sample-template
{
	width: 98%;
	height: 120px;
	overflow-y: scroll;
	border: 2px solid #C5C5C5;
}

/* ------------------ Admin Shopping cart ------------------- */

div.admin-shopping-cart
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6f9fd), color-stop(1, #a1e6ff));
	background:-moz-linear-gradient(top, #e6f9fd 5%, #a1e6ff 100%);
	background:-webkit-linear-gradient(top, #e6f9fd 5%, #a1e6ff 100%);
	background:-o-linear-gradient(top, #e6f9fd 5%, #a1e6ff 100%);
	background:-ms-linear-gradient(top, #e6f9fd 5%, #a1e6ff 100%);
	background:linear-gradient(to bottom, #e6f9fd 5%, #a1e6ff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f9fd', endColorstr='#a1e6ff',GradientType=0);
	
	background-color:#e6f9fd;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	border:1px solid #3173a9;
	width: auto;
	min-width: 550px;
	margin: 10px;
	padding: 10px 0 10px 20px;
	position: relative;
}

div.admin-shopping-cart div.cart-title
{
	color: #0f508d;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

div.admin-shopping-cart div.cart-content
{
	color: #333;
}

div.admin-shopping-cart div.cart-content strong
{
	color: #0f508d;
}

div.admin-shopping-cart img.close
{
	position: absolute;
	right: 15px;
	top: 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* ------------------ Renewal ------------------- */

ul.package-info
{
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
}

ul.package-info li
{
	padding: 0;
	margin: 2px 5px 2px 0;
	float: left;
	padding: 5px 7px;
	background-color: #E2E2E2;
	border-radius: 3px;
}

td.product span.package-title
{
	font-weight: bold;
	font-size: 14px;
}

/* ------------------ Headers caption config ------------------- */

.header-caption-fieldset
{
	padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #999999;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header-caption-legend
{
	padding: 4px 8px;
	border: 1px solid #999999;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.caption-position
{
	float: left;
	width: 30%;
	margin-right: 8px;
	padding: 2px 0 8px 0;
	text-align: right;
}

.caption-size
{
	float: left;
	width: 22%;
	margin-right: 8px;
	padding: 2px 0 8px 0;
	text-align: right;
}

.header-caption-fieldset input
{
	float: left;
}

/* ------------------ Theme configurator ------------------- */

div.theme-config ul.top-nav
{
	list-style: none;
	list-style-type: none;
	margin: 10px 15px 0 25px;
}

div.theme-config ul.top-nav li
{
	float: left;
	padding: 10px 0;
	margin: 0 5px -1px 5px;
	width: 48%;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #5F6E7D;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	white-space: nowrap;
}

div.theme-config ul.top-nav li.current
{
	background: #fff;
	color: #4086c1;
}

div.theme-config div.theme-colors .field-group,
div.theme-config div.theme-custom-css .field-group, 
div.theme-config div.no-css-support .field-group
{
	padding-top: 0;
}

div.theme-config div.theme-custom-css,
div.theme-config div.no-css-support,
div.theme-config div.theme-colors-block
{
	display: none;
}

div.theme-config p
{
	padding: 10px 0 15px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6c6f71;
	text-align: center;
}

div.theme-config p.css-message
{
	display: none;
}

div.theme-config img.website-parts
{
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}

div.theme-config div.count-down,
div#dynamic_template_config div.count-down
{
	padding: 22px 0 0 0;
	margin: 0;
	background: url(/modules/admin/images/preloader_64_64.gif) no-repeat center center;
	height: 64px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.configurator-content
{
	float: left;
	width: 50%;
}

.configurator-fieldset
{
	padding: 20px;
	margin: 0;
	width: 700px;
	border: 1px solid #999999;
	background: #F3F3F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.configurator-legend
{
	padding: 4px 8px;
	color: #4086c1;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: bold;
	border: 1px solid #999999;
	background: #F3F3F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.configurator-fieldset .first-color
{
	background: #f9f9f9;
	margin-bottom: 10px;
	padding: 10px 15px;
	display: inline-table;
	width: 92%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.configurator-label
{
	float: left;
	width: 30%;
	margin-right: 8px;
	padding: 6px 0;
	text-align: right;
}

.configurator-fieldset input
{
	float: left;
}

/* ------------------ Catalog attributes ------------------- */

div.load-input-fields div.field-block
{
	margin: 20px 0;
	display: block;
}

div.load-input-fields div.button-block
{
	float: left;
	margin: 6px 0 0 14px;	
}

div.load-input-fields div.light
{
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.load-input-fields input
{
	margin-bottom: 10px;
	float: left;
}

div.load-input-fields select
{
	float: left;
	margin: 5px 0 0 15px;
}

div.load-input-fields select.main-attr
{
	float: left;
	margin: 0 0 10px 0;
}

div.load-input-fields img:hover
{
	cursor: pointer;
}

.attribute-fieldset
{
	padding: 10px 20px;
	margin: 0 auto;
	width: 450px;
	border: 1px solid #999999;
	background: #F8F8F8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.attribute-legend
{
	padding: 6px 8px;
	border: 1px solid #999999;
	background: #F8F8F8;
	color: #4086c1;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.attribute-legend img
{
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.attribute-legend span
{
	color: #fff;
	padding: 0 5px 2px 5px;
	margin-left: 10px;
	background: #4086c1;
}

/* ------------------ Sortable Dragable functionality ------------------- */

div.side-bar{
    z-index: 10000;
    position: fixed; top: 0; left: -212px;
    width: 230px; height: 100%; padding: 13px; box-sizing: border-box;
    background-color: rgba(213, 213, 213, 0.9);
    color: #111;
	transition-property: left;
    transition-duration: 700ms;
    transition-timing: ease;
    transition-delay: 0;
	border-right: 5px solid rgba(3, 115, 181, 0.8);
}

div.side-bar:hover,
div.side-bar.opened{
	left: 0;
}

div.side-bar.closed{
	left: -230px;
}

.open-templates-block{
    width: 110px; padding: 10px 0; margin: 0; background: rgba(3, 115, 181, 0.8);
    position: absolute; top: 118px; right: -111px;
    font-family: sans-serif;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: none;
    box-sizing: border-box;
}

.open-templates-block img{
	vertical-align: middle;
}

.open-templates-block span{
	padding: 0 0 0 10px;
	font-size: 14px;
    line-height: 19px;
}

.templates
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.templates-list{
	width:100%;
	height:94%;
	margin:0;
	padding:5px;
	box-sizing:border-box;
	overflow-y:auto;
	overflow-x:hidden;
}

.templates-list div.preview{
	cursor:move;
	margin:0 11px 12px 0;
	padding:0;
	float:left;
}

.templates-list div.preview img{
	width: 160px;
	height: auto;
}

.templates-list div:hover img{
	outline:rgba(0, 0, 0, 0.5) 1px solid;
	opacity:0.5;
	transition: all 0.2s ease-in-out;
}

.templates-list div img{
    width:100%; max-width:194px; margin:0; box-sizing:border-box;
    display:block;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
}

.ui-sortable-placeholder{  
    height:50px;
    background: rgba(225,225,225,1);
	border: 5px dotted rgba(153, 153, 153, 0.8);
	margin: 10px 18px 10px 0;
}

.bordered-area > div:first-child{
    outline: rgba(64, 134, 193, 0.5) solid 1px; 
    z-index:1
}

div.template-block .preview{
	display: block;
	z-index: 10000;
}

div.template-block div.sp-row{
    display: none;
}

div.template-block div.div-action, div.template-block div.div-background{
	display: none;
}

select.template-type
{
	width: 160px;
	margin: 0 0 10px 5px;
	height:25px;
}

div.content-sortable
{
	padding: 10px 0 10px 0;
	box-sizing: border-box;
	min-height: 400px;
}

div.headers div.content-sortable
{
	padding: 30px 0 10px 0;
}

div.content-sortable *,
div.content-sortable *:before,
div.content-sortable *:after
{
	box-sizing: inherit;
}

div.content-sortable div.sp-row{
	margin: 0 !important;
	padding: 10px 25px;
	color: #000;
	min-height: 70px;
	position: static !important;
}

div.content-sortable div.sp-row.sp-temp-244 .sp-row-content{
	padding-top: 8px;
}

div.content-sortable div.sp-button a,
div.content-sortable a.button-small,
div.content-sortable a.button-big
{
	padding: 4px 10px;
	font-size: 14px;
    line-height: 150%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
	color: #333333;
	background-color: #d3d3d3;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

div.content-sortable div.transparent-box div.sp-button a
{
	font-size: 18px;
}

div.content-sortable div.sp-button a:hover
{
	color: #111;
	background-color: #ccc;
	border-color: #ccc;
}

div.content-sortable div.sp-column.fourth div.sp-button a
{
	padding: 4px 8px;
    font-size: 12px;
}

div.content-sortable div.sp-row-content
{
	outline: none !important;
}

div.content-sortable div.content-draggable{
	position: relative;
}

div.content-sortable div.content-draggable > div{
	margin: 20px 1px 55px 1px;
	padding: 0;
	position: relative;
}

div.content-sortable .sp-posts-list .sp-post-holder .sp-post-meta
{
	position:relative;
	padding:26px 25px;
}

div.content-sortable .sp-posts-list .sp-post-holder .sp-post-content
{
	padding:35px 70px 35px 30px;
}

div.content-sortable div.sp-temp-123 div.sp-span-3 .textcontent,
div.content-sortable div.sp-temp-124 div.sp-span-3 .textcontent,
div.content-sortable div.sp-temp-125 div.sp-span-3 .textcontent,
div.content-sortable div.sp-temp-126 div.sp-span-3 .textcontent
{
	position: relative;
	margin-top: -235px;
}

div.content-sortable div.place-here{
	background: url("/modules/admin/images/dragndrop.gif") no-repeat center center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top:-182px;
	right:-1px;
	width: 500px;
	height: 150px;
}

div.content-sortable div.window-frame-dots{
	background: url("/modules/admin/images/window_frame_dots.png") no-repeat center center;
	position: absolute;
	top:-21px;
	left:5px;
	width: 51px;
	height: 13px;
}

div.content-sortable div.window-frame-x{
	background: url("/modules/admin/images/window_frame_x.png") no-repeat center center;
	position: absolute;
	top:-25px;
	right:5px;
	width: 20px;
	height: 20px;
}

div.buttons-container{
	display: none;
	z-index: 1000;
	font-size:14px;
	color:rgba(200,200,200,0.8);
	position:absolute;
	top: -30px;
	left: 47%;
}

div.sub-buttons-container{
	display: none;
	background: #dcdcdc;
	z-index:100;
	padding: 15px;
	font-size: 16px;
	color: #3d4d5c;
	position:absolute;
	top: 30px;
	left:50px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;	
}

div.headers div.sub-buttons-container{
	background: #ffffff;
}

div.drag-handle{
	cursor:move;
	
	background-color: #dcdcdc;
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat; /* fallback */
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dcdcdc), color-stop(1, #c6c6c6));
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, -moz-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, -webkit-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, -o-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, -ms-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/move-cursor.png") center center no-repeat, linear-gradient(to bottom, #dcdcdc 5%, #c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#c6c6c6',GradientType=0);
	
	float: left;
	width:40px;
	height:30px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

div.headers div.drag-handle
{
	background: #ffffff url("/modules/admin/images/move-cursor.png") center center no-repeat;
}

div.settings-handle{
	cursor:pointer;
	
	background-color: #dcdcdc;
	background: url("/modules/admin/images/config-icon.png") center center no-repeat; /* fallback */
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dcdcdc), color-stop(1, #c6c6c6));
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, -moz-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, -webkit-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, -o-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, -ms-linear-gradient(top, #dcdcdc 5%, #c6c6c6 100%);
	background: url("/modules/admin/images/config-icon.png") center center no-repeat, linear-gradient(to bottom, #dcdcdc 5%, #c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#c6c6c6',GradientType=0);
	
	float: left;
	width:40px;
	height:30px;
	margin: 0 10px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

div.headers div.settings-handle,
div.headers div.settings-handle.opened
{
	background: #ffffff url("/modules/admin/images/config-icon.png") center center no-repeat !important;
}

div.settings-handle.opened
{
	background: #dcdcdc url("/modules/admin/images/config-icon.png") center center no-repeat !important;
}

div.add-handle{
	cursor:pointer;
	background: url("/modules/admin/images/copy-icon.png") 0 center no-repeat;
}

div.config-handle{
	cursor:pointer;
	background: url("/modules/admin/images/module_7_16x16.png") 0 center no-repeat;
	margin: 15px 0;
}

div.delete-handle{
	cursor:pointer;
	background: url("/modules/admin/images/cross-icon.png") 0 center no-repeat;
}

div.sub-buttons-container span
{
	padding-left: 25px; 
}

div.content-sortable div.div-action{
	position: absolute;
  	top: 0;
	right: 0;
	display: none;
	z-index: 1000;
}

div.content-sortable div.div-background{
	position: absolute;
  	top: 0;
  	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	background: url(/modules/admin/images/sortable_content_hover.png) repeat top left;
	z-index: 10;
}

div.content-sortable div.edit-block{
	display: block;
	padding: 0 20px;
	height: auto;
	line-height: 39px;
	text-align: center;
	color: #fff !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal !important;
	text-decoration: none;
	background: #34495e;
	cursor: pointer;
}

div.content-sortable div.edit-block:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

div.content-sortable .sp-contacts p, div.content-sortable .sp-contact-info p
{
	padding: 0 0 10px 0;
}

div.content-sortable .sp-row .sp-social li
{
	margin-bottom: 40px;
}

div.content-sortable .sp-row .sp-social li img
{
	visibility: visible;
}

div.content-sortable .sp-temp-79 .sp-posts-list .sp-post-holder .btn a
{
	padding: 37px 10px 36px 10px;
}

.sp-temp-83 .text-block
{
	z-index: 0 !important;
}

#row_config_block
{
	overflow-y: scroll;
}

#row_config_block input[type=text]
{
	width: 35px;
	padding: 3px 8px;
}

#row_config_block input[type="number"]
{
	width: 40px;
	padding: 1px 0 0 8px;
}

#row_config_block select
{
	padding: 3px 8px;
}

table.row-config
{
	padding: 10px;
	width: 600px;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.custom-transition-fields
{
	display: none;
}
/* ------------------ Dynamic Templates ------------------- */

#dynamic_templates_table
{ 
	border-collapse: collapse;
}

#dynamic_templates_table td
{
    padding: 5px 10px 5px 0;
	font-size: 12px;
}

div.dynamic-template-loader
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.sp-masked-image
{
	overflow: hidden;
	position: relative;
	cursor: default;
	margin: 0 !important;
	padding: 0 !important;
}

.sp-masked-image img,
.sp-masked-image img:hover
{
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sp-masked-image:hover .sp-mask
{
	opacity:1;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
	background: rgba(0, 0, 0, 0.5);
}

.sp-mask
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;	
	color:#fff;
}

.sp-mask-content
{
	padding: 10px;
	text-align: center;
}

.sp-mask-content p
{
	text-align: center !important;
	line-height: 16px !important;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	word-wrap: break-word;	
}

.sp-mask-content a
{
	color: #fff !important;
	display: inline-block;
	padding: 2%;
	font-size: 1.4em;
	font-weight: normal;
}

.sp-mask-content a:hover
{
	color: #fff !important;
	text-decoration: none !important;
}

.sp-price
{
	padding: 0 0 5px 0 !important;
	text-align: center;
	line-height: 16px !important;
	word-wrap: break-word;
	text-transform: none !important;
}

.sp-temp-58 a img
{
	max-width: 80% !important;
}

.sp-temp-59 .sp-mask-content span
{
	padding:5px;
	border-radius:50%;
	font-size: 1.5em;
}

.sp-temp-60 .sp-price
{
	font-size: 1.3em !important;
}

.sp-temp-60 .sp-mask-content span
{
	padding: 0.4em;
	color: #fff;
	border: 2px solid #fff;
}

.sp-temp-61 .sp-mask-content span
{
	padding: 0.6em;
	color: #fff;
	border: 2px solid #fff;
}

.sp-temp-60 .sp-mask-content a:hover span, .sp-temp-61 .sp-mask-content a:hover span
{
	color:#000;
	background: #fff;
}

.sp-temp-61 a
{
	font-size: 1rem;
	line-height: 150% !important;
}

.sp-temp-61 .sp-price
{
	font-size: 1.5em !important;
}

.sp-temp-61 h2
{
	padding: 0 0 40% 4%;
}

.sp-temp-61 a.button-small
{
	font-size: 0.9em;
	margin-left: 4%; 
}

.sp-temp-61
{
	background-color: #969696;
	color: #fff;
}

.sp-temp-87 div.img img,.sp-temp-88 div.img img
{
	z-index: 5;
}

.sp-temp-87 div.img div.imgwrapper:hover div.background,.sp-temp-88 div.img div.imgwrapper:hover div.background
{
	opacity:1;
}

.sp-temp-87 div.img:hover img,.sp-temp-88 div.img:hover img
{
	opacity:0.2;
}

div.content-sortable div.sp-temp-175 div.wrap
{
	top:30%;
}

div.content-sortable div.sp-temp-176 div.wrap, div.content-sortable div.sp-temp-177 div.wrap
{
	top:20%;
}

div.content-sortable div.sp-temp-259 h1:last-of-type, div.content-sortable div.sp-temp-260 h1:last-of-type
{
	z-index:0;
}

div.content-sortable div.sp-temp-261 div.typography
{
	bottom:50%;
}

div.content-sortable div.sp-temp-272,
div.content-sortable div.sp-temp-273,
div.content-sortable div.sp-temp-274,
div.content-sortable div.sp-temp-275
{
	display: block !important;
}
/* Slider */

/* Owl Carousel */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Custom definitions */

.sp-slider-container
{
	margin:0 auto;
	width: 94%;
	position: relative;
}

.owl-nav
{
	font-size: 2em;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top:42%;
	width: 100%;
	line-height: 2em;
}

.owl-nav .owl-prev
{
	width: 20px; 
	height: 42px;
	position: absolute;
	left: -28px;
	cursor: pointer;
}

.owl-nav .owl-next
{
	width: 20px;
	height: 42px;
	position: absolute;
	right: -22px;
	cursor: pointer;
}

/* ------------------ Video tutorials ------------------- */

div.video-tutorials
{
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

div.vt-container
{
	padding: 0;
	margin: 0;
	width: 800px;
	height: auto;
}

div.open-vt-block
{
	bottom: 20px;
	right: 20px;
	position: fixed;
	padding: 0 0 0 10px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
}

div.open-vt-block a
{
	padding: 12px 15px 0 40px;
	margin: 0;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background: url(/modules/admin/images/movies_32x32.png) no-repeat center left;
}

div.vt-block
{
	padding: 0;
	margin: 0;
	background-color: rgba(213, 213, 213, 0.9);
	width: 100%;
}

div.vt-video
{
	padding: 5px 0 0 80px;
	margin: 0;
	width: 400px;
	min-height: 65px;
	float: left;
	background: url(/modules/admin/images/video_tutorials_icon.png) no-repeat top left;
}

div.vt-col
{
	padding: 40px 24px;
	margin: 0;
	width: 350px;
	float: left;
}

div.vt-video a
{
	padding: 0;
	margin: 0;
	color: #055f81;
	text-decoration: none;
	font-size: 14px;
}

div.vt-video a:hover
{
	color: #033250;
    text-decoration: underline;
}

div.vt-container div.custom-button
{
	padding: 0;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.vt-container div.custom-button a
{
	display: block;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

/* ------------------- Color Picker ------------------- */

div.colorpicker-container
{
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 0 10px 10px;
	border: 2px solid #dcdfe4;
	border-radius: 2px;
	width: 24px;
	height: 24px;
}

div.colorpicker-container div
{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff url('data:image/gif;base64,R0lGODlhDAAMAIABAMzMzP///yH5BAEAAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
}

div.colorpicker-container div div
{
	border: 1px solid #fff;
	background: #aaa;
}

div.colorpicker-container div div:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 1px;
	border: 3px solid;
	border-color: #1b1e23 transparent transparent;
}

div.colorpicker-container div div:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 5px solid;
	border-color: #dcdfe4 transparent transparent;
	background: #dcdfe4;
}

.cp-patch
{
	float:left;
	margin:0 0 10px 0;
	height:24px;
	width: 24px;
	border:1px solid #aaa;
	background-image: url('data:image/gif;base64,R0lGODlhDAAMAIABAMzMzP///yH5BAEAAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
}
	
.cp-patch div
{
	height:24px;
	width: 24px;
}

.cp-disp
{
	padding:4px 0 4px 4px;
	margin-top:10px;
	font-size:12px;
	height:16px;
	line-height:16px;
	color:#fff;
}

.cp-color-picker
{
	box-sizing:border-box;
	width:226px;
	z-index: 9999 !important;
}
	
.cp-color-picker .cp-panel
{
	line-height: 21px;
	float:right;
	padding:0 1px 0 8px;
	margin-top:-1px; overflow:visible;
}

.cp-xy-slider:active
{
	cursor:none;
}

.cp-xy-slider
{
	margin-bottom:10px;
}

.cp-panel, .cp-panel input 
{
	color:#bbb;
	font-family:monospace,"Courier New",Courier,mono; 
	font-size:12px;
	font-weight:bold;
}

.cp-panel input
{
	width:28px;
	height:14px;
	padding:2px 3px 1px;
	text-align:right;
	line-height:12px;
	background:transparent;
	border:1px solid; border-color:#222 #666 #666 #222;
}

.cp-panel hr
{
	margin:0 -2px 2px;
	height:1px;
	border:0;
	background:#666;
	border-top:1px solid #222;
}

.cp-panel .cp-HEX
{
	width:44px; 
	position:absolute; 
	margin:1px -3px 0 -2px;
}

.cp-alpha
{
	margin:12px 0;
	height:6px;
	width:155px;
	border-radius:6px;
	overflow:visible !important;
	border:1px solid #999;
	box-sizing:border-box;
	background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);
}

.cp-alpha-cursor
{
	background: #eee;
	border-radius: 100%;
	width:14px;
	height:14px;
	margin:-5px -7px;
	border:1px solid #666!important;
	box-shadow:inset -2px -4px 3px #ccc;
}

/*-------------------------------------------------------------------*/

div.preloader
{
	height: 27px;
	background: url( /modules/admin/images/preloader.GIF ) no-repeat center center;
}

/* ------------------- My products: renewal ------------------- */

tr.expiring-product td
{
	background-color: #fad1d1;
}

div#my_products div.invoice-block,
div#my_products div.auto-renew-block,
div#better_package div.invoice-block,
div#better_package div.auto-renew-block
{
	font-size: 18px;  
	border-bottom: 1px solid #ccc; 
	margin-top: 25px; 
	padding: 15px;
	color: #6c6f71;
}

div#my_products div.renew-button-block,
div#better_package div.renew-button-block
{
	margin-top: 25px; 
	padding: 15px;
}

div#my_products div.renew-button-block .custom-button,
div#better_package div.renew-button-block .custom-button
{
	text-transform: uppercase;
}

div#my_products div.payment-methods-block,
div#better_package div.payment-methods-block
{
	border-bottom: 1px solid #ccc; 
	margin: 20px 0; 
	padding: 0 0 20px 13px;
	width: 100%
}

div#my_products div.payment-methods-block .payment-button-block,
div#better_package div.payment-methods-block .payment-button-block
{
	margin: 0 20px 0 10px; 
	padding: 0;
	width: 320px;
	float: left;
	height: 130px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#my_products div.payment-methods-block .pm-block-title,
div#better_package div.payment-methods-block .pm-block-title
{
	margin: 0; 
	padding: 10px 0;
	font-size: 18px;  
	color: #6c6f71;
}

div#my_products div.payment-methods-block .payment-button-block .payment-name,
div#better_package div.payment-methods-block .payment-button-block .payment-name
{
	margin: 0; 
	padding: 10px 0 10px 15px;
	font-size: 14px; 
	color: #6c6f71; 
}

div#my_products div.payment-methods-block .payment-button-block .payment-button,
div#better_package div.payment-methods-block .payment-button-block .payment-button
{
	margin: 0; 
	padding: 0;  
}

div#my_products div.payment-methods-block .payment-button-block input,
div#better_package div.payment-methods-block .payment-button-block input
{
	margin: 30px; 
}

div#my_products div.payment-methods-block .payment-button-block img,
div#better_package div.payment-methods-block .payment-button-block img
{
	vertical-align: middle; 
}

div#better_package p
{
	padding: 10px 0 15px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6c6f71;
	text-align: center;
}

div.discount-text, span.discount-text
{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
}

/* ------------------- Iframes ------------------- */

iframe.content-frame
{
	width: 100%;
	border: 0;
	position:relative;
}

div.pholder
{
	width:99%;
	position:relative;
	padding-left:10px;
}

.sp-editable-hover
{
	border: 1px solid #000;
}

[id^="dynamic_template_"]
{
	position: relative !important;
}

.non-editable
{
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
	top: 0;
    opacity: 0.01;
    z-index: 6;
}
/* ------------------- Config section ------------------- */

div.centered-block
{
	margin: 0 auto;
	max-width: 1100px;
}

div.centered-block div.page-title
{
	padding: 30px 10px 20px 10px;
}

div.centered-block div.page-title div.page-title-container
{
	position: relative;
}

div.centered-block div.page-title div.page-title-container div.page-title-center
{
	float: none;
	text-align: center;
	font-size: 22px;
}

div.centered-block div.page-title div.page-title-icons-block
{
	position: absolute;
	top: 0;
	right: 0;
}

div.centered-block div.page-title div.page-title-icon
{
	display: inline-block;
}

div.centered-block div.tab-block
{
	margin-top: 40px;
}

div.centered-block div.tab-block div.tabs-list div.tab-item
{
	line-height: 14px;
	padding: 12px 15px;
}

div.centered-block div.tab-block div.tabs-list div.tab-item img
{
	margin-right: 10px;
}

div.centered-block div.form div.field-block div.field-title
{
	width: 305px;
}

img.banner-image
{
	max-width: 100%;
}

div.print-button
{
	padding:4px 15px;
	background:#387ab0;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

div.print-button span
{
	font-size:16px;
	line-height:17px;
	vertical-align:middle;
}

div.print-button input
{
	margin-left:5px;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	border:#387ab0 1px solid;
	background:none;
}

[id^=modules_block] div
{
	margin-bottom: 15px;
}

[id^=modules_block] img
{
	cursor: pointer;
	margin-left: 10px;
}