html {
	margin: 0;
	padding: 0;
	font-family: verdana !important;
	color: #333;
	font-size:10pt;
}

body {
	margin: 0;
	padding: 0;
	background: #BFBFBF;
	width:100%;
	height:100%;
}

input {
	border: 1px solid rgb(169, 169, 169);
}

td {
	font-family: verdana !important;
	font-size:10pt;
}

a {
	text-decoration: none;
}

* {
	font-family: verdana !important;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.hidden {
    display:none;
}

.container {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	transition: 200ms;
}

.outer_container {
	margin-left:0;
	transition: 200ms;
}

.main_body {
	margin-top: -20px;
	position: relative;
	z-index: 10;
}

.clear, .clearfix {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}
.red_text {
	color:crimson;
}
.sitelogo img, .top_nav img  {
	width: 100%;
}

.menuButton {
	display: none;
}

.menu ul, .footer_links ul, .menu_mobile ul {
	list-style: none;
}

.menu a, .footer_links a {
	text-decoration: none;
	color: #000;
}

.menu li, .footer_links li  {
	display: inline-block;
	margin: 0 8px;
}

.menu ul, .footer_links ul, .menu_mobile ul {
	margin: 0;
	margin-left:-40px;
}

.top_nav > a:nth-child(1) > div:hover {
	background: url('/siteimages/top_nav_item_on_first.png') no-repeat;
}

.top_nav > a:nth-child(3) > div:hover {
	background: url('/siteimages/top_nav_item_on.png') no-repeat;
}

.top_nav_item {
	float: left;
}

.menu_cell, .login, .logout {
	height: 40px;
}

.login, .logout {
	position: relative;
	left: -50px;
}

.login img {
	margin-right: -6px;
}

.topright {
	padding: 10px;
	
}


.menu, .menu_mobile {
	margin: 12px;
	font-size: 12px;
	font-weight: bold;
}

.menu a:hover, .footer_links a:hover, .menu_mobile a:hover {
	color: #40c2e8;
}

.footer_address {
    margin-top: 10px;
    margin-bottom: 40px;
}
.style_image {
	background-color: #eaeaea;
	background-color: rgba(0, 0, 0, 0.06);
	height: 160px;
	width: 131px !important;
	z-index: 100;
	position: absolute;
}

.style_option {
	padding: 5px;
	background-color: #fff;
	width: 148px;
	height: 218px;
	cursor: pointer;
	margin: 0 0 0 0;
	border: 15px solid #ccc !important;
	font-size: 10px;
	float: left;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	transition: 500ms;
	
}

.style_option:hover {
	border: 15px solid #939598 !important;
}

.main_content_home {
	max-width: 704px;
	width: 100%;
	min-height: 450px;
	height: auto;
	background: #e6e6f6;
	margin: 0 auto;
	padding: 10px;
	float: left;
	margin-left: 5px;
}

.main_content_home a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	font-size: 12px;
	
}

.div_dev_uat_warning {
	color:white;
	font-weight:800;
	text-align:center;
	background-color:#8d0008;
	width:100%;
	padding:4px 4px 4px 4px;
	position:relative;
	z-index: 999999 !important;
}

.stage_help_text {
	height: 30px;
	padding: 4px;
	font-size: 16px;
	color: #000;
	
}
.stage_banner_selected_text {
	display:inline-block;
	font-family: "Trebuchet MS";
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
	width:auto;
	overflow:hidden;
}

.main_content_home a:hover {
	color: #40c2e8;
}

.page_full_width, .stage_banner_active.page_full_width {
	margin: 0 5px;
	top: 20px;
	position: relative;
	max-width: 970px;
}

form#login_register_form {
	max-width: 445px;
}

#registration_adver_prompt {
	margin-left: 40px;
}

#registration_adver_prompt input,  #registration_adver_prompt select {
	height: 35px;
	max-width: 450px;
	width: 100% !important;
	padding: 5px;
}

select#title {
	max-width: 175px;
}

input#registration_postcode {
	float: left;
	margin-right: 10px;
	max-width: 320px;
}

.registration_row {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.register_label {
	float: left;
	margin-top: 7px;
	max-width: 170px;
	width: 100%;
}

.register_input {
	margin-right: 5px;
}

.register_lookup_address {
	margin-top: 7px;
	cursor: pointer;
}

#registration_addr_verify_panel {
	width: auto !important;
	top: 200px !important;
	left: 13% !important;
	background: #fff;
	padding: 10px;
	float: left;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	height: auto !important;
}

table.content {
	max-width: 455px;
	width: auto !important;
	height: auto !important;
}

#adv_result {
	width: auto !important;
}

.login_prompt.left {
	margin: 15px 0 2px;
	font-weight: bold;
	text-transform: capitalize;
}

input#login_email, input#login_password {
	height: 35px;
	width: 100%;
	padding: 0 5px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

input.button_navigation {
	background: #47c6df;
	border: 0;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 5px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.button_navigation_disabled {
	background: #BFBFBF;
	border: 0;
	color: #fff;
	cursor:not-allowed !important;
	background-image:url('/siteimages/small_next_button_disabled.png') !important;
}

.stage_banner_inner_active.page_full_width {
	top: 0;
	max-width: 220px;

}

.main_content_home.page_full_width {
	position: relative;
	top: 20px;
	margin-bottom: 0;
}


.stage_banner_active {
	text-align: left;
	max-width: 704px;
	width: 100%;
	background-color: #40c2e8;
	height: 35px;
	padding: 8px 10px;
	margin: 0 auto;
	text-decoration: none;
	
}

.stage_banner_inner_active {
	text-align: left;
	font-family: "Trebuchet MS" !important;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
	color: white;
	padding-left: 20px;
	padding-right: 8px;
	background-image: url(/images/bg_stage_banner_arrow_active.png);
	background-repeat: no-repeat;
	text-shadow: 1px 1px 1px #5c5d5f;
	text-overflow: ellipsis;
	white-space: pre;
	overflow: hidden;
	
}

.stage_banner_future {
	background: #303030;
	text-align: left;
	max-width: 704px;
	width: 100%;
	border-bottom: 1px solid #fff;
	height: 35px;
	padding: 8px 10px;
	margin: 0 auto;
	text-decoration: none;
	
}

.stage_banner_inner {
	text-align: left;
	font-family: "Trebuchet MS" !important;
	font-size: 12pt;
	font-weight: bold;
	max-width: 645px;
	width: 100%;
	color: white;
	padding-left: 20px;
	padding-right: 8px;
	background-image: url(/images/bg_stage_banner_arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 1px #5c5d5f;
	float: left;
	text-overflow: ellipsis;
	white-space: pre;
	overflow: hidden;
	
}

.stage_banner_past {
	max-width: 704px;
	width: 100%;
	background: #303030;
	text-align: left;
	border-bottom: 1px solid #fff;
	height: 35px;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0 auto;
	
}

div#section_title_div, div#subsection_title_div, .section_title {
	background: #999;
	max-width: 210px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-left: -5px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

#choose_section, #choose_subsection, #choose_class {
	max-width: 228px;
	width: 100%;
	float: left;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
	
.left-panel {
	position: relative;
	width: 73%;
	padding: 20px 0;
	
}

.right-panel {
	position: relative;
	padding: 20px 0;
	width: 255px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}


.advert_notes_panel_div {
	background-color: #b9b9c5;
	display: none;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 10px 10px 10px 10px;
	margin: 2px 0 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	z-index: 3000;
}
.advert_notes_panel_button_div {
	width: 100%;
	position: relative;
	background: transparent;
	padding: 5px;
	max-width: 1090px;
	margin: 0 auto;
}

.advert_notes_panel_show_button {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 5px;
}

.advert_notes_panel {
	height:150px;
	width:100%;
	float:left;
}
.advert_notes_panel_button{
	background-color:#40c2e8;
	width:50px;
	text-align:center;
	float:right;
	cursor:pointer;
	color:white;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}

.dynamic_preview_panel {
	width: 245px;
	margin: 0 auto;
	height:100%;
	text-align: center;
}

#dynamic_preview_div {
	margin: 0 auto;
	width: 222px;
	top: 0 !important;
	padding: 5px;
	font-size: 10pt;
	background-color:white;
	
}

#dynamic_preview.offset {
	position: fixed !important;
	top: 5px;
}

.dynamic_preview_price_div {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top: 5px;
	background: #47c6df;
	color: white;
	font-size: 12pt;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.dynamic_preview_wait_div {
	width: 30px;
	margin: 15px auto;
}

.footer {
	font-size: 12px;
	background: #fff;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.footer_images {
	text-align: center;
	margin: 10px 0;
}

.footer_links {
	position: relative;
	z-index: 999;
}

.slides-container {
	height: 219px;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display:none;
}

.slick-slide img {
	margin: 0 auto;
	transition: 0.3s linear;
	width: 150px;
}

.product_picker_container {
	max-width: 760px;
	width: 100%;
	margin: -10px auto;
	padding: 0 ;
}

#product_picker_detail_selector {
	position: relative;
	width: 100%;
	margin: 65px auto;
	padding: 10px;
	background: #939598;
	float: none;
	border: 10px solid #939598;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.pubpricing_title {
	max-width: 430px;
	width: 100%;
	color: #333 !important;
	font-weight: bold;
	font-size: 14px;
}

.pubpricing_info {
	max-width: 655px;
	width: 100%;
	background: #fff;
	float: left;
	margin: 10px 0 !important;
	padding: 10px !important;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.pubpricing_label {
	float: left;
	width: 130px;
	font-weight: bold;
}

.package_selection_click, .select_button {
	float: left;
	margin: 0;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.pubpricing_details {
	float: right;
	max-width: 500px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.pubpricing_details:hover {
	overflow: visible;
}


.publication_description, .package_selection_description {
	max-width: 615px;
	width: 100%;
	float: right;
	word-break: break-word;
}

.publication_description p, .package_selection_description p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.publication_selections {
	background: #fff;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.row {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

.pricing_buttons, .design_selector_buttons {
	text-align: left;
	cursor: pointer;
}

.style_option_active {
	border: 15px solid #939598 !important;
	transition: 500ms;
}

.editcontrolcount{
	font-size: 10pt;
	width: 100%;
	padding: 3px !important;
	border: 1px solid #A8A8A8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.editcontrolctr{
	border-bottom:2px solid black;
	font-size:8pt;
	width:350px;
	background-color:transparent;
	text-align:right;
}

.adboss_prompt_slot_title {
	font-size: 10pt;
	padding: 2px;
}

.adboss_prompt_slot{
	margin-top: 4px;
	margin-bottom: 20px;
	max-width: 445px;
	width: 100%;
	font-size: 10pt;
}

.adboss_logo_picker_cell {
	float:left;
	margin:0 5px 5px 0;
	padding:2px;
	background-color:white;
}

.control_center{
	text-align:center;
}


form#mainform > div:nth-child(3) {
	margin: 0 !important;
}


#product_picker_detail_selector table {
	max-width: 685px;
	width: 100% !important;
}

table.pub_pricing_infotable {
	max-width: 675px !important;
	width: 100% !important;
}

#product_picker_detail_selector {
	font-size: 10pt;
	background: #fff;
	padding: 5px;
}

.package_selections .row {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.adboss_ctrl_char_count_max {
	color: red;
}

.control_counter {
	width: 100%;
	height: 20px;
	font-size: 11px;
	float: right;
	background: #e2e2e2;
	border: 1px solid #ccc;
	color: #777;
	padding: 2px 5px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.editcontrolctr {
	width: 40px;
	border: 1px solid #A8A8A8;
	padding-right: 4px;
	background: #e2e2e2 !important;
	color: #555 !important;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

input.editcontrolcount {
	height: 25px !important;
	padding: 0px;
	width: 100%;
	border: 1px solid #A8A8A8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.adboss_prompt_slot select {
	height: 25px;
	width: 100%;
	padding: 2px !important;
	border: 1px solid #A8A8A8;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.adboss_control_slot.control_center {
	margin: 15px 0;
	text-align: left;
}

.select_button_grey_tick {
	cursor:pointer;
	background-image: url('/siteimages/select_button.png');
	width:32px;
	height:32px;
}

#autobutton_prev {
	margin-right: 10px;
	width: 88px;
	height: 24px;
	border: 0px;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url('/siteimages/small_previous_button.png');
	background-color: #e6e6f6;
	cursor: pointer;
}

#autobutton_next {
	width: 88px;
	height: 24px;
	border: 0;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url('/siteimages/small_next_button.png');
	background-repeat: no-repeat;
	background-color: #e6e6f6;
	cursor: pointer;
}

.dynamic_preview_image {
	border: 1px solid #e0e0e0;
	position: relative;
	z-index: 0;
	cursor: url('/siteimages/original_siteimages/magnify.cur'), pointer;
	width: 100%;
}
.dynamic_preview_image_no_zoom {
	cursor:inherit;
}
.register_button {
	max-width: 71px;
	background: #40c2e8;
	color: #fff;
	padding: 9px 10px 1px;
	border-radius: 5px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

/* ADBOSS IMAGE TOOLS */

.image_tools_modal{
	position:absolute;
	background-image:url(/images/bg_greypng.png);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999999;
}

.image_tools_mobile {
	position:absolute;
	display:none;
	background-image: url(/siteimages/imagetool-div-background.png);
	color:#fff;
	padding:10px;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.image_tools_mobile input {
	color:#444;
}

.image_tools_select_top {
	width:125px;
	height:35px;
	padding: 3px;
	cursor:pointer;
	font-size:12px;
	color:#ffffff;
	background-color: #40c2e8;
	background-image: none !important;
}

.image_tools_select_top:hover{
	background-color:#a9ddf3;
	color:#fff;
}
	
#image_tools_mobile_cancel_button, #image_tools_mobile_upload_button, #mobile_image_tools_clear {
	background: #40c2e8;
	border: 0;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
}

#file {
	color: #fff;
}
	
.image_tools_select_div {
	width:125px;
	float:left;
	margin: 5px 5px 5px 5px;
}

.image_tools {
	position:fixed;
	width:810px;
	height:584px;
	z-index:99999999 !important;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);	
}

.image_tools_tabs {
	width:810px;
	height:30px;
	text-align: center;
	padding: 0;
	background-image: url("/siteimages/imagetool-div-background.png");
	box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.image_tools_tab {
	width:95px;
	height:30px;
	background-color:#40c2e8;
	text-align: center;
	float:left;
	font-size:12px;
	color:#fff;
	padding: 7px 0;
	cursor:pointer;
	margin: 0 2px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.image_tools_tab_selected {
	position: relative;
	width:95px;
	height:20px;
	background-color:#5C5D5F;
	float:left;
	font-size:12px;
	color:#ffffff;
	padding: 7px 0;
	cursor:pointer;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.image_tools_panel {
	position: relative;
	width:810px;
	height:558px;
	background-image:url(/siteimages/imagetool-div-background.png);
	color:#ffffff;
}

.image_tools_iframe {
	padding:20px 20px 20px 20px;
	width:100%;
	height:100%;
	background:transparent;
	position:absolute;
	z-index: 40000;
	bottom: 0;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.image_tools_small_wait {
	padding:50px 0 0 50px;
	display:none;
}

#loading-div-background {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#loading-div {
	width: 300px;
	height: 200px;
	background-color: #e0e0e0;
	text-align:center;
	position:absolute;
	left: 50%;
	top: 50%;
}

/* ADBOSS NEW SPELL CHECKER */

.spellchecker-incorrectwords {
	color:#3E4046;
}

.spellchecker-incorrectwords a:link {
	color:#3E4046;
	background: url('../images/underline.gif') bottom repeat-x;
}
.spellchecker-incorrectwords a:visited {
	color:#3E4046;
}
.spellchecker-incorrectwords a:hover {
	color:#3E4046;
}
.spellchecker-incorrectwords a:active {
	color:#3E4046;
}

#spellmistakes_outer {
	  box-shadow: 0 0 20px rgba(0,0,0,0.4);
	  height: 200px !important;
	  border: none;
	  border-radius: 0;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
}

.ui-widget-header {
	border: none !important;
	padding: 8px;
	background: #40c2e8 !important;
	text-align: center;
	
}

#spellmistakes {
	padding: 8px !important;
}

.spell_button_div {
	width: 281px;
	margin: 0 auto;
}

.spell_button_div > button:first-child {
		background: darkred !important;
}
button.ui-button {
	border-radius: 4px;
	background: #40c2e8 !important;
	border: none !important;
}


/* ADBOSS SPELL CHECKER */

.spelling_table{
	background-color:#ccccd6;
}

.controlWindowBody .normalLabel{
	font-size:12px;
}

.controlWindowBody input, .controlWindowBody select{
	width:150px;
}

.spelling_notification{
	display:block;
	padding:5px;	
}

.spelling_default .buttonDefault{
	font-size:12px;
	background-color:#543369;
	color:white;
}

.spelling_default .buttonDefault:hover{
	background-color:#fff;
	color:#000;
}

.spelling_submit .buttonDefault{
	font-size:12px;
	background-color:#40c2e8;
	background-image:url(/siteimages/arrow_spellsubmit.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.spelling_submit .buttonDefault:hover{
	background-color:#fff;
	color:#000;
	background-image:url(/siteimages/arrow_spellsubmit_over.gif);
	background-repeat:no-repeat;
	background-position:right;	
}

.controlWindowBody .textDefault, .controlWindowBody .readonlyInput{
	background-color:#fff;
	color:#000;
	font-weight:bold;
	margin:5px 0 5px 0;
	border:1px solid #828790;
	padding:2px;
}

#spellerr_text{
	padding-top:5px;
}

#spell_submit_notify{
	font-weight:bold;
}

.adboss_linehidden{

}

iframe#spellchecker {
	position: relative !important;
	 margin-bottom: 10px; 
	margin-top: 10px;
	width: 88% !important;
	float: left;
	top: 0 !important;
	left: 0 !important;
	z-index: 0 !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	top: 130% !important;
	left: 40% !important;
}

.noclose .ui-dialog-titlebar-close {
    display:none;
}

.ie_upgrade {
	width:100%;
	background-color:#FFF577;
	color:back;
	text-align:center;
	font-weight:800;
	font-size:10pt;
	padding:2px;
}

.dialog_wait_spinner {
	margin: 15px auto;
	width: 30px;
}

.ui-dialog .ui-dialog-title {
	width: 100% !important;
}

.dialog_wait_text {
	text-align: center;
	margin-top: 10px
}

.ui-widget-content {
	background: #fff !important;
	color: #333 !important;
	border: none !important;
	border-radius: 0 !important;
}

.ui-dialog {
	padding: 0 !important;
	border: none !important;
}

.ui-dialog-titlebar {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

#cookies_info {
	position: fixed !important;
	bottom: 10px !important;
	top: inherit !important;
	left: 20px;
	max-width: 200px !important;
	width: 100% !important;
	margin: 10px auto !important;
	background: #fff !important;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	z-index: 999999;
}
#cookies_info a {
	color: #47c6df;
}
.cookies_title {
	font-weight: bold;
	background: #47c6df;
	padding: 5px;
	color: #fff;
	margin-bottom: 3px;
}

.cookies_text {
	text-align: justify;
	padding: 10px;
}

#cookie_info_close {
	position: absolute;
	top: -14px;
	right: -12px;
	cursor: pointer;
}

.cookies_toptext img {
	float: left;
	margin-right: 10px;
	margin-top: 35px;
}

/* Rupens Menu */

.top_bar {
	background: #000;
	height: 52px;
	margin-bottom: 20px;
	clear: both;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.4);
	position: relative;
}

.top_nav_item {
	background: #000;
	font-size: 15px;
	color: #fff;
	max-width: 150px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 17px 0;
	float: left;
	height: 52px;
	position: relative;
}

.top_nav_item_on_create {
	background: url('/siteimages/top_nav_item_on_first.png') no-repeat;
}

.top_nav_item.top_nav_item_on {
	font-size: 15px;
	color: #fff;
	float: left;
	background: url('/siteimages/top_nav_item_on.png') no-repeat;
	display: inline-block;
	position: relative;
	width: 100%;
}

.top_nav_image {
	font-size: 13px;
	color: #fff;
	max-width: 275px;
	width: 100%;
	height: 52px;
	padding: 18px;
	float: right;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.top_nav_image a {
	color: #e6e33e;
	text-decoration: none;
}

.top_nav_image.mobile {
	display: none;
}

.logout {
	background: #474f58;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px;
	left: 0;
	max-width: 80px;
	margin-top: 0;
	cursor: pointer;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-right: 65px;
	height: 40px;
	float: right;
	text-align: center;
}

.mobile .logout {
	height: 52px;
	padding: 18px 16px;
	border-radius: 0;
	float: left;
	margin-left: -20px;
}



.login-buttons {
	color: #fff;
	font-size: 12px;
	padding: 10px 20px;
	left: 0;
	margin-top: -10px;
	cursor: pointer;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 30px;
	max-width: 230px;
	width: 100%;
	float: right;
}

.login-buttons.mobile {
	display: none;
	margin-right: 0;
}

.register {
	background: #5D3E70;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px 0;
	left: 0;
	max-width: 88px;
	cursor: pointer;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 70px;
	float: left;
	position: relative;
}

.login {
	background: #47c6df;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px;
	left: 0;
	max-width: 111px;
	cursor: pointer;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 70px;
	float: left;
	position: relative;
}

.mobile .register {
	height: 52px;
	padding: 18px 16px 0;
	border-radius: 0;
	margin-left: -20px;
}

.mobile .login {
	height: 52px;
	padding: 18px 16px 0;
	border-radius: 0;
	margin-left: 25px;
}

.top_nav_image.mobile {
	float: right !important;
	top: 18px;
	height: 35px;
	padding: 0;
	border-radius: 0;
	margin-left: 0px;
}


/* CALENDAR */

.calender_month{
	color:#fff;
}
.calendar_table{
	background-color:#3d3d3f;
	float:left;
}
/* FC CALENDER STYLES */

.variable_insert_select {
	border:1px solid #5c5d5f;
	background-color:#40c2e8;
	color:white;
}

.variable_calendar_button {
	background-color:#40c2e8;
	margin: 0 2px 0 2px	;
	width:70px;
	height: 18px;
	text-align:center;
	float:right;
	cursor:pointer;
}

.variable_calendar_publication_div {
	margin:10px 0 0 0;
	padding:10px 10px 10px 20px;
	background-color:#5c5d5f;
	color:white;
}
.calendar_item{
	width:196px;
	height:180px;
	float:left;
	margin:2px;
	font-size:10px;
	background-color:#3d3d3f;
	color:#fff;
	background-image:url(/siteimages/bg_calendarmonth.png);
}
.calendar_month{
	font-weight:bold;
	padding:3px;
	text-align:center;
	font-size:12px;
}
.calendar_labels div, .calendar_week div{
	width:20px;
	height:15px;
	margin:1px;
	padding:3px;
	float:left;
	text-align:center;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.calendar_day_selected{
	color:#fff;
}
.calendar_day_override{
	color:crimson;
}

.calendar_day_disabled{
	color:#999;
	text-align:center;
	cursor:not-allowed;
}
.calendar_day_empty{
	color:#999;
	text-align:center;
}
.calendar_day, .calendar_day_selected, .calendar_day_override{
	cursor:pointer;
	text-align:center;
	font-weight:bold;
}
.calendar_day:hover{
	background-color:#40c2e8;
	color:#000;
}
.calendar_day_selected{
	background-color:#fff;
	color:#000;
}
.calendar_day_selected_disabled{
	background-color:#b2b2b9;
	color:#000;
	cursor:not-allowed;
}

.calendar_wrap{
	width:400px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.calendar_container{
	width:10000px;
}
.calendar_month{
	background-color:#40c2e8;
	background-image:url(/siteimages/bg_calendarmonth.png);
}
.next_month{
	background-image:url(/siteimages/arrow_calendar_next.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.prev_month{
	background-image:url(/siteimages/arrow_calendar_prev.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.next_month, .prev_month{
	cursor:pointer;
	width:25px;
	display:inline-block;
}
.button_navigation, .button_navigation_prev{
	cursor:pointer;
	margin-bottom:10px;
}
.deadlines_table{
	width:370px;
	margin:15px;
	margin-left:auto;
	margin-right:auto;
	
	
}
.deadlines_table td{
	font-size:11px;
	
}
.deadline_heading{
	width:200px;
	font-weight:bold;
	padding-bottom:5px;
}
.deadline_title{
	font-weight:bold;
	padding-bottom:5px;
}

/* CONFIRM */

.advert_review{
	max-width:712px;
	
	padding:5px;
}
.review_title{
	padding:5px;
	font-weight:bold;
	background-color:#bfbfbf;
	color:#3d3d3f;
	margin-bottom:3px;
	
}
.review_text{
	
}
.review_info{
	font-weight:normal;
}
.review_text li{
	color:#3d3d3f;
	
	list-style:none;

}

.review_description{
	color:#3d3d3f;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ededf5;
}

.remove_promo_image{
	margin-top:5px;
	float:right;
}
.promo_code_div{
	padding:2px;
}
/* FC BASKET CSS */

.fc_basket_item_option .buttonstyle{
	border:0;
	background-color:#40c2e8;
	margin-bottom:1px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
}
.fc_basket_item_option .buttonstyle:hover{
	border:0;
	background-color:#543369;
	margin-bottom:1px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
}


.fc_basket_div{
	width:922px;
	padding:20px;
	background-color:#e6e6f6;
	
}
.fc_basket_row{
	background-color:#fff;
	color:#fff;
	font-weight:bold;
	
}
.fc_basket_row_titles{
	background-color:#40c2e8;
	padding:3px 10px;
	height:25px;
	
}
.fc_basket_row_titles div{
	float:left;
}

.fc_basket_publication_title{
	max-width:415px;
	width: 100%;
}
.fc_basket_date_title{
	max-width:140px;
	width: 100%;
}
.fc_basket_buy_title{
	max-width:50px;
	width: 100%;
}
.fc_basket_charge_title{
	max-width: 135px;
	width: 100%;
	text-align: right;
	float: right !important;
}
.fc_basket_original_title{
	max-width: 190px;
	width: 100%;
	padding-right: 0;
	text-align: right;
}
.fc_basket_row_item{
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #e6e6f6;
	clear: both;
	float: left;
	width: 100%;
}
.fc_basket_row_item_scheduled{
	background-color:#fff;
	padding:10px;
}
.fc_basket_image_option{
	max-width: 130px;
	width: 100%;
	float: left;
	text-align: center;
}
.fc_basket_pub_details{
	max-width: 275px;
	width: 100%;
	float: left;
	font-size: 11px;
}
.fc_basket_pub_date{
	float: left;
	max-width: 140px;
	width: 100%;
	margin-left: 5px;
	font-size: 11px;
}
.fc_basket_pub_charge{
	font-size:11px;
	width:120px;
	float:left;
}
.fc_basket_pub_buy{
	font-size:11px;
	float: left;
	max-width: 50px;
	width: 100%;
	text-align: center;
}
.fc_clearfix{
	clear:both;
}
.fc_basket_price_div:first-child {
	padding-top: 10px;
}
.fc_basket_price_div{
	clear:both;
	margin-top:5px;	
	margin-bottom:5px;
	font-size:11px;
}
.fc_basket_promo{
	float:left;
	width:400px;
}
.fc_basket_price_container{
	background-color:#e6e6f6;
	padding:10px 10px 10px 10px;
	float: left;
	width: 100%;
	position: relative;
}
.fc_basket_price_breakdown{
	background-color:#fff;
	margin-bottom: 10px;
	padding:10px;
}
.fc_basket_price_title {
	float:right;
	width:155px;
	padding-bottom:3px;
	text-align:right;
}
.fc_basket_price{
	float:right;
	width:75px;
	padding-bottom:3px;
	text-align:right;
}
.fc_basket_price_title{
	text-align:right;
	padding-right:15px;
}
.fc_basket_footer{
	padding-top:10px;
}
.fc_basket_continue{
	text-align:right;
}
.fc_basket_disclaimer{
	padding:10px;
	font-size:11px;
}


.but_basket_advert_new{
	width:170px;
	float:right;
	background-color:#5d3e70;
	height:19px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_newadvert.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:1px;
	margin-right:5px;
}

.basket_button_small_delete button{
	margin-top:5px;
	background-image:url(/siteimages/basket_but_delete.png);
	border:0;
	float:left;
	width:60px;
	height:26px;
	cursor:pointer;
}

.basket_edit_pricing{
	width:170px;
	float:right;
	background-color:#40c2e8;
	height:19px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_submit.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.but_basket_advert_cash{
	width:170px;
	float:right;
	background-color:#40c2e8;
	height:19px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_submit.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

.but_basket_advert_submit{
	width:170px;
	float:right;
	background-color:#40c2e8;
	height:19px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_submit.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
}
.fc_basketbutton{
	width:170px;
	float:right;
	background-color:#40c2e8;
	height:16px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_submit.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
	
}
.but_basket_payment_type{
	clear:both;
	width:170px;
	float:right;
	background-color:#40c2e8;
	height:16px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background-image:url(/siteimages/bg_but_submit.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
}


.fc_but_promo_go{
	text-align:center;
	float:left;
	color:#fff;
	background-color:#474f58;
	width:40px;
	padding-right:5px;
	height:16px;
	padding-top:1px;
	background-image:url(/siteimages/bg_but_promogo.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-weight:bold;
}
.fc_inp_promocodes{
	float:left;
	font-size:10px;
}

.fc_inp_promocodes input{
	height:13px;
	font-size:10px;
}


.fc_basket_price, .fc_basket_price_title{
	height:22px;
}
.fc_basket_prices_div{
	font-size: 11px;
	max-width: 265px;
	float: right;
	text-align: right;
	position: relative;
	right: 0;
}

.fc_discount_item_title {
	display:none;
	font-weight:bold;
}
.fc_payment_item_title {
	display:none;
	font-weight:bold;
}


.fc_basket_item_title{
	width:135px;
	float:left;
	text-align:right;
	padding:0 5px 5px 5px;
	color: #777;
}
.fc_basket_item_discount_title{
	width:135px;
	float:left;
	text-align:right;
	padding:0 5px 5px 5px;
	color:#ff0000;
}
.fc_basket_item_value{
	
	width:130px;
	float:right;
	text-align:right;
	padding:0 5px 5px 5px;
}
.fc_basket_item_discount_value{
	text-align:right;
	padding:5px;
	color:#ff0000;
}
.fc_basket_item_value sup, .fc_basket_item_discount_value sup{
	width:45px;
	display:inline-block;
}
.fc_basket_item_promocode{
	text-align:center;
	padding:0 5px 5px 5px;
}
.fc_basket_price_div .fc_basket_price{
	text-align:right;
}
.fc_basket_price_div sup{
	width:45px;
	display:inline-block;
}
.fc_basket_item_promo{
	background-color:#e6e6e6;
	color:#ff0000;
	margin-top:5px;
}
.fc_basket_promo_remove{
	background-color:#ff0000;
	color:#fff;
	padding:5px;
	text-align:right;
}
.fc_promo_remove_icon{
	width:20px;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	background-color:#fff;	
	display:inline-block;
	cursor:pointer;
}
.fc_promo_remove_icon:hover{
	color:#fff;
	background-color:#543369;	
}
.fc_old_price{
	color:#ff0000;
	text-decoration:line-through;
}
.fc_discount_amount{
	color:#ff0000;
}
.fc_styleinfo{
	text-align:center;
	color:#ff0000;
}
.basket_footer {
	background: #e6e6f6;
	padding: 10px;
	position: relative;
	width: 100%;
	float: left;
}

.basket_promo {
	max-width:380px;
	float:left;
	margin-bottom:10px;
}

.basket_buttons_right {
	max-width:360px;
	float:right;
}

.basket_new_ad {
	max-width:180px;
	text-align:right;
	float:left;
}
.basket_continue {
	max-width:180px;
	text-align:right;
	float:right;
}

.navigation_buttons_div_desktop {
	text-align: center;
}

.history_options_item {
	margin: 5px 0;
}

button.buttonstyle, input[type=submit].buttonstyle {
	background: #40c2e8;
	border: none;
	color: #fff;
	padding: 5px;
	width: 90px;
	cursor: pointer;
	margin-bottom:2px;
}

button.buttonstyle:hover, input[type=submit].buttonstyle:hover {
	background: #543369;
}

#progressbar {
	width:300px;
	height:20px;
	display:block;
	border:1px solid #ccccd6;
	background-color:#ccccd6;
	margin-top:10px;
	overflow:hidden;
}

#progress {
	display:block;
	height:20px;
	width:0%;
}

.progressbarValid {
	background-color:#40c2e8;
	background-image: -o-linear-gradient(-90deg, #40c2e8 0%, #1d7f9b 100%);
  background-image: -moz-linear-gradient(-90deg, #40c2e8 0%, #1d7f9b 100%);
  background-image: -webkit-linear-gradient(-90deg, #40c2e8 0%, #1d7f9b 100%);
  background-image: -ms-linear-gradient(-90deg, #40c2e8 0%, #1d7f9b 100%);
  background-image: linear-gradient(-90deg, #40c2e8 0%, #1d7f9b 100%);
}

.progressbarInvalid {
	background-color:red;
	background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
  background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
  background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
  background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
  background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%);
}

#status {
	width:300px;
}


#complexityLabel {
	width:100%;
	text-align:center;
	font-size:12px;
}

#complexity {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

#ticker_feed{
	/*border:1px solid #000;*/
	//position:absolute;
	text-align:left;
	max-width: 700px;
	width: 100%;
	overflow: hidden;
        margin-bottom:15px;
}
#ticker {
	width: 9000px;
	overflow: hidden;
	height: 15px;/**/
	list-style:none;
	font-size:11px;
	/**/
	} 
#ticker  div {
	/*width: 250px;
	height: 15px;*/
	
	/*border-bottom: 1px dashed #ccc;*/
	float:left;
	
	/*border:1px solid #000;
	text-align:center;*/
	}
#ticker div a {
	color: #666;
	font-weight:bold;
	text-decoration:none;
	}
#ticker div span {
	padding: 0 10px 0 10px;
	float:left;
	display: block;
	font-weight:bold;
}
/* RESPONSIVE */

@media (max-width:1040px) {
	.style_image{width: 187px !important;}
}

@media (max-width: 1000px) {
	.left-panel{position: relative; z-index: 10; max-width: 710px; }
	.right-panel{position: relative; z-index: 99; }
	.slides-container {max-width: 528px;}
	#product_picker_detail_selector {max-width: 635px;}
	.pubpricing_info {max-width: 615px;}
	.publication_description, .package_selection_description{max-width:565px;word-break:break-all;}
	.main_content_home{margin-left: 2px;}
	.pubpricing_details{float:left;max-width:100%;}
	.style_image{width: 137px !important;}
	.page_full_width, .stage_banner_active.page_full_width{margin:0 2px;}
}

@media (max-width:986px) {
	.fc_basket_original_title{max-width:135px;}
	.fc_basket_item_title{}
}

@media (max-width:980px) {
	.main_body {margin-top: -30px;}
	.main_content_home{margin-left: 0;}
	.page_full_width, .stage_banner_active.page_full_width{margin:0;}
}

@media (max-width:976px) {
	body{background:#fff;}
	.menu.pull-left {float:left;}
	.login.pull-right {float:right;}
	.top_nav_image.pull-right {float:right;}
	.sitelogo {margin: 0 auto;max-width: 460px;width: 100%;}
	.topright {margin: 0 auto;max-width: 366px;width: 93%;}
	.topright img {width: 95%;}
	#product_picker_detail_selector {max-width: 565px;}
	.pubpricing_info {max-width: 545px;}
	.publication_description, .package_selection_description{max-width:495px;}
}

@media (max-width:961px) {
	.left-panel {width: 71%;}
	.stage_banner_inner {width: 94%;}
}

@media (max-width:955px) {
	.style_image{width:224px !important;}
}

@media (max-width:950px) {
	.top_bar {background: #000;box-shadow: 3px 3px 20px rgba(0,0,0,0.4);z-index: 99;}
	.top_nav{display:none;}
	span.removable_text {display: none;}
	.top_nav_image {margin: 0px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;height: 25px;padding: 10px 5px 0px;font-size: 11px;width: 147px;box-shadow: none;position: relative;float: left !important;}
	.top_nav_image.non-mobile {display: none;}
	.top_nav_image.mobile {display: block;}
	.login-buttons.non-mobile{display: none;}
	.login-buttons.mobile{display: block;max-width:254px;text-align:center;}
	.login-buttons{float: left; margin-top: -10px;max-width: 357px;}
	.login, .register {margin: 0 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; height: 25px}
	.register{background: url('/siteimages/register.png')no-repeat;width:118px;}
	.login{background: url('/siteimages/login.png')no-repeat;left: -53px;width:118px;}
	.logout{background: url('/siteimages/logout.png')no-repeat;max-width:105px !important;width: 100%;}
}

@media (max-width:931px) {
	.item_type_rebook .fc_basket_prices_div:before {content: 'PRICE PAID';font-weight: bold;right: 5px; bottom: 5px; position: relative;}
	.fc_basket_prices_div {top: 0px; clear: right;}
	.fc_basket_charge_title, .fc_basket_buy_title{display: none;}
	.fc_basket_original_title{opacity: 0;}
	.item_type_basket .fc_basket_pub_buy:before {content: 'BUY';font-weight: bold;position: relative;bottom: 5px;}
	.item_type_basket .fc_basket_pub_buy {max-width: 35px !important;float: right !important;}
	/* .item_type_rebook .fc_basket_pub_buy {display: none;} */
}

@media (max-width:906px) {
	.top_nav_image.pull-right {float:none;}
	.top_nav_item{width:16%;}
	#choose_section, #choose_subsection, #choose_class{height:auto;background:none; max-width: 100%;}
	.top_nav_image.pull-right > img{width:30%;}
	.slides-container {max-width: 352px;margin-top:25px;}
	.style_image{width: 137px !important;}
	#product_picker_detail_selector {max-width: 490px;}
	.pubpricing_info {max-width: 470px;}
	.page_full_width {width: 94%;}
	.left-panel {width: 70%;}
	.publication_description,.package_selection_description{max-width:420px;}
	div#section_title_div, div#subsection_title_div, .section_title{max-width:100%;}
}

@media (max-width:869px) {
	.fc_basket_original_title {display: none;}
}

@media (max-width:866px) {
	.sitelogo.pull-left, .topright.pull-right {float: none;}
	.left-panel {width: 69%;}
}

@media (max-width:855px) {
	.main_content_home,.stage_banner_active,.stage_banner_inner_active,.stage_banner_future,.stage_banner_inner,.stage_banner_past{width:100%;max-width:100%;}
	.left-panel {max-width: 100%; margin: 50px auto 0; float: none;width:100%;padding: 0;}
	.right-panel {max-width: 520px; margin: 0px auto; float: none;}
	#product_picker_detail_selector {max-width: 425px;}
	.pubpricing_info {max-width: 405px;}
	div#dynamic_preview, #dynamic_preview.offset {position: relative !important; max-width: 222px; margin: 0 auto;top: 0;}
	.stage_banner_inner {width: 94%;}
	.publication_description, .package_selection_description{max-width:355px;}
	.main_body{background: #e6e6f6;}
	.navigation_buttons_div_mobile {background: #e6e6f6;text-align: center;padding-bottom: 10px;}
	.main_content_home{min-height:300px !important;}
}

@media (max-width:850px) {
	span.removable_text {display: none;}
	.top_nav_image {margin: 0px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;height: 25px;padding: 10px 5px 0px;font-size: 11px;width: 171px;box-shadow: none;position: relative;float: left !important;}
	.top_nav_image.non-mobile {display: none;}
	.top_nav_image.mobile {display: block;}
	.login-buttons{float: left; margin-top: -10px;max-width: 357px;}
	.login, .register {margin: 0 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; height: 25px}
}

@media (max-width:837px) {
	.login-buttons {margin-left: -5px;}
}

@media (max-width: 780px) {
	#fc_newspapers {background: #fff;text-align: center;}
}

@media (max-width: 778px) {
	#dynamic_preview_zoom_icon{display:none;}
}


@media (max-width:750px) {
	.top_nav_item, .top_nav_item_on {font-size: 12px;max-width:100px;}
	.top_nav_item_on:after{border-top: 24px solid #000;border-bottom: 25px solid #000;}
	.top_nav_item_on:before{border-top: 24px solid #47c6df;border-bottom: 25px solid #47c6df;}
	.fc_basket_date_title {display: none;}
	.fc_basket_pub_date:before {content: 'PUBLICATION DATE';font-weight: bold;}
	.fc_basket_pub_date {clear: left; margin-top: 10px;}
}

@media (max-width: 724px) {
	.stage_banner_past, .stage_banner_active, .main_content_home, .stage_banner_future {margin-left: 0;width: 100%;max-width: 100%;}
	.stage_banner_inner, .stage_banner_inner_active {margin-left: 10px;}
	#mainform {padding-left: 10px !important;padding-right: 10px !Important;}
}

@media (max-width: 721px) {
	#registration_adver_prompt input, #registration_adver_prompt select{max-width:350px;}
	select#title{max-width:175px;}
	input#registration_postcode{max-width:220px;}
}

@media (max-width:675px) {
	#product_picker_detail_selector table {  }
}

@media (max-width:630px) {
	#registration_addr_verify_panel{left:0 !important;}
}

@media (max-width:660px) {
	.login.pull-right{float:none;}
}

@media (max-width:621px) {
	#registration_adver_prompt{margin-left:0;}
	.register_label{float:none;}
	.register_input{float:none;}
	.register_lookup_address{float:none;}
	#registration_adver_prompt input, #registration_adver_prompt select{max-width:100%;}
	input#registration_postcode,select#title{max-width:100px;}
}

@media (max-width:600px) {
	.slides-container {max-width: 353px;}
	#product_picker_detail_selector {max-width: 430px;}
}

@media (max-width:599px) {
	.pubpricing_info{max-width:340px;}
	.stage_banner_inner{width:85%;}
}

@media (max-width:578px) {
	.registration_row{max-width:362px;}
}

@media (max-width:575px) {
	.fc_basket_image_option {float: none !important;margin: 0 auto;}
	.fc_basket_pub_details {float: none !important;text-align: center;margin: 10px auto;}
	.fc_basket_pub_date {float: none !important;text-align: center;margin: 10px auto !important;}
	.fc_basket_pub_buy {float: none !important;text-align: center;margin: 10px auto;}
}

@media (max-width:535px) {
	.top_nav_item, .top_nav_item_on {font-size: 11px;max-width:90px;}
	.top_nav_item_on:after, .top_nav_item:after{display:none;}
	.top_nav_item_on:before, .top_nav_item:before{display:none;}
}

@media (max-width:510px) {
	table#registration_adver_prompt {margin-left: 0 !important;}
}



@media (max-width:495px) {
	.top_nav_item, .top_nav_item_on {padding: 10px;}
}


@media (max-width: 479px) {
	.product_picker_container { max-width: 330px;}
	#product_picker_detail_selector { max-width: 300px;min-height:450px !important; }
	.pubpricing_info { max-width: 280px; }
	.stage_banner_inner{width:80%;}
	.slides-container { max-width: 176px; }
	.publication_description, .package_selection_description{max-width:230px;}
}

@media (max-width:450px) {
	.menuButton{display:block;border-radius:50px;cursor:pointer;padding:6px;}
	.menuButton.expand{transition:1500ms ease;}
	.menuButton:after{content:'MENU';font-size:20px;float:right;margin-left:5px;}
	.menu li{display:block;margin:10px 0;}
	.menuItems{position:fixed;opacity:0;left:-2000px;background: #fff;padding: 10px;top: 0;height: 100%;transition:200ms;}
	.menuItems.expand{width:155px;opacity:1;left:0px;box-shadow:0 -10px 20px rgba(0,0,0,0.4);z-index:999;transition:400ms;z-index:99999;}
	.outer_container.expand{margin-left:152px;}
	.outer_container.expand .top_nav_image{display:none;}
	.menuOverlay{display:none;}
	.menuOverlay.expand{display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:99999;transition:200ms;}
	body.expand{overflow:hidden;}
}

@media (max-width:446px) {
	.top_bar {margin-top: 20px;}
}

@media (max-width:441px) {
	.basket_new_ad{margin-bottom:5px;}
	.but_basket_advert_new{background-image:none;margin-right:0;}
	.basket_continue{float:none;}
	.but_basket_advert_submit, .but_basket_advert_cash, .basket_edit_pricing{background-image:none;}
	.top_nav_image.mobile{top:0;}
}



@media (max-width:440px) {
	.top_nav_item, .top_nav_item_on{font-size: 11px;max-width:60px;height:30px;}
	.stage_banner_selected_text{display:none;}
	
}

@media (max-width:423px) {
	.login-buttons.mobile {max-width: 175px;}
	.mobile .register {background: none;float: left;width: 50px;margin-right: 0;}
	.mobile .login {background: none;margin-left: 0px;width: 100px;top: initial;left: 0;}
	.top_nav_image.mobile{top:18px;}
}

@media (max-width:407px) {
	#choose_section, #choose_subsection, #choose_class {max-width: 70%;}
	input#promotional_code {width: 100%;}
}

@media (max-width:392px) {

	.top_nav_image.mobile {font-size: 10px;margin-left: 0;width: auto;}
}

@media (max-width: 390px) {
	.login.pull-right{float:none;}
	.login {top: 0;}
	.stage_banner_inner{width:78%;}
}

@media (max-width:383px) {
	.login-buttons {margin-top: -10px;margin-left: -5px;}
}

@media (max-width:320px) {
	.top_nav_item, .top_nav_item_on{max-width:50px;}
}

@media (max-width:311px) {
	.publication_description, .package_selection_description {max-width: 220px;}
}

