body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #888888;
}

.dialog_overlay {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	z-index: 1000;
}

div.user_image {
	font-size: 13pt;
	text-align: center;
	background-color: rgba(210,210,210,0.3);
	color: #333333;
	cursor: pointer;
	vertical-align: middle;
}

div.user_image_filled {
	font-size: 13pt;
	text-align: center;
	background-color: transparent;
	color: #999999;
	cursor: pointer;
	vertical-align: middle;
}

.image_dragdrop {
	text-align: center;
	background-color: rgba(210,210,210,0.5);
	border: 1px dashed rgba(90,90,90,0.7);
	color: #333333;
	font-size: 14pt;
	font-family: 'Open Sans', Arial;
	box-sizing: border-box;
}

.no_bgcolor {
	background-color: transparent !important;
}

.image_dragdrop_hover {
	border: 2px dashed #ff0000;
	background-color: rgba(255,200,200,0.5);
	color: #773333;
	font-size: 14pt;
	font-family: 'Open Sans', Arial;
	box-sizing: border-box;
	text-align: center;
}

.hide_perso {
	display: none;
}

.right_hand_side_table {
	background-image: url('../images/design_background.png');
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	margin-left: 10px;
	border: 1px solid #dddddd;
	padding: 7pt;
	position: relative;
	top: 0px;
	left: 0px;
}

.designer_main {
	padding-bottom: 20px;
}

.designer_min_height {
	min-height: 600px;
}

div.left_hand_personalisation {
	font-family: 'Open Sans',Arial;
	font-size: 9pt;
	width: 240px;
	border: 1px solid #dddddd;
	border-right: 0px;
	border-top: 0px;
	background-color: #eeeeee;
	padding: 0px;
	min-height: 300px;
	float: left;
	box-sizing: border-box;
	height: 100%;
	margin: 0px;
}

div.left_hand_personalisation_inner {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	box-sizing: border-box;
	height: 100%;
	word-wrap: break-word;
}

div.right_hand_personalisation {
	box-sizing: border-box;
	float: right;
	height: 100%;
	width: calc(100% - 240px);
	margin: 0px;
	min-height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	border-top: 0px;
}

div.right_hand_full_width {
	width: 100%;
}

img { -ms-interpolation-mode: bicubic; }

td {
	font-family: Segoe UI, Arial;
}

div.page_selector {
	background-image: rgba(0,0,0,0.3);
	width: 100%;
	display: block;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	height: 28px;
}

a.page_select, a.page_select_on {
	display: block;
	color: #ffffff;
	text-decoration: none;
	float: left;
	line-height: 28px;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

a.page_select_on {
	background-color: #888888;
}

div.designer_item, div.designer_item_hover, div.designer_item_select, div.designer_item_copy {
	border: 1px solid transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
	overflow: hidden;
}

.littlebutton {background-color:#f1f1f1;border:1px solid #959595;}
.littlebutton {font-family: Tahoma, Arial, sans-serif; font-size: 8pt; padding: 1px; padding-left: 0px; padding-right: 0px; color:#00156e; background:#E2E2E2 url(../images/button_bg.gif) repeat-x center left;}

div.designer_item_select {
	border: 1px solid blue;
}

div.designer_item_hover {
	border: 1px solid blue;
}

div.designer_item_copy {
	border: 1px solid red;
}


div.twip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	border: 1px solid blue;
	background-color: #ffffff;
	z-index: 120;
	display: none;
	border-radius: 2px;
}

a.top_button {
	padding: 3px;
	padding-left: 22px;
	border: 1px solid #ffffff;
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: 3px 3px;
	background-color: #ffffff;
	text-decoration: none;
}

a.top_button:hover {
	border: 1px solid #cccccc;
	background-color: #ffffbb;
}

td.top_button {
	padding-right: 2px;
	border-right: 1px solid #dddddd;
}

div.separator {
	margin-top: 2px;
	border-right: 1px solid #cccccc;
}

div.bleed {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 100;
}

div.bleed_l {
	top: 0px;
	left: 0px;
}

div.bleed_t {
	top: 0px;
	left: 0px;
}

div.bleed_r {
	top: 0px;
	right: 0px;
}

div.bleed_b {
	bottom: 0px;
	left: 0px;
}

div.bleed_overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 3px dashed #bb4444;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	box-sizing: border-box;
	z-index: 100;
	pointer-events: none;
}

div.text_controls {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 150;
	border: 1px solid #999999;
	width: 365px;
	left: 30px;
	right: 30px;
	height: 62px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 5px 5px 20px -6px #000000;
	padding: 10px;
}

div.image_controls {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 150;
	border: 1px solid #999999;
	width: 265px;
	left: 30px;
	right: 30px;
	height: 28px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 5px 5px 20px -6px #000000;
	padding: 10px;
}

table.multi_title_table td {
	box-sizing: border-box;
	min-width: 120px;
}

table.multi_inner_table td {
	background-color: #ffffff;
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.multi_inner_table td.multi_inner_first_td {
	min-width: 40px;
	background-color: #dddddd;
	border-right: 1px solid #cccccc;
	padding: 2px;
	padding-right: 10px;
	text-align: center;
}

input.multi_input {
	width: 139px;
	border: 0px;
	font-family: 'Open Sans', Arial;
	font-size: 9pt;
	box-sizing: border-box;
	padding: 0px;
	padding-left: 3px;

}

input.multi_input::-ms-clear {
    display: none;
}

div.base_container {
	position: relative;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	width: 515px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 6px 6px 30px -10px #000000;
}

div.right_title {
	padding: 4px;
	padding-left: 6px;
	background-image: url('/images/gradient_vdark_gr.png');
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
}

div.right_title_main {
	padding: 4px;
	padding-left: 6px;
	background-image: url('/images/grey_grad.gif');
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
}

div.right_content {
	padding: 5px;
}

a.right_object {
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 2px;
}

a.right_object:hover {
	background-color: #ffffcc;
}

a.right_object img {
	align: left;
	margin-right: 3px;
}

a.para_on {
	border: 1px solid #c28a30;
	background-color: #ffe575;
	margin-right: 3px;
	padding: 3px;
	line-height: 1px;
	float: left;
}

a.para_off {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin-right: 3px;
	padding: 3px;
	line-height: 1px;
	float: left;
}

/* DHTML Slider */

*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-image: url(../images/grey_grad.gif);
	background-color: #bbb;
	color: #333;
	width: 230px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #666;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 210px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 16px;
	background-color: #aaaaaa;
	color: #666666;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	background-color: #fff;
	color: #333;
	width: 34px;
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 0 2px 0 0;
	height: 18px;
	text-align: right;
	border: 1px solid #aaa;
}
.carpe_slider_display {
	background-color: #fff;
	color: #333;
	padding: 3px 1px 0 0;
	width: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}

/* Vision Dropdown Button */

.topbar_button_title {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 22px;
	padding-right: 4px;
	margin-top: 4px;
	margin-right: 1px;
	display: block;
}

div.topbar_button_container {
	border-right: 1px solid #dddddd;
	margin-right: 2px;
	float: left;
	height: 24px;
}

.topbar_button {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	z-index: 10;
	margin-right: 2px;
}

.topbar_drop_button {
	border: 1px solid #ffffff;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}

.topbar_drop_button_on {
	border: 1px solid #cccccc;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffcc;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}


.topbar_button_on {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffbb;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffbb;
	text-decoration: none;
}

.topbar_button_on:hover {
	text-decoration: none;
}

div.perso_topbar {
	box-sizing: border-box;
	padding: 3px;
	padding-left: 2px;
	padding-bottom: 4px;
	background-color: #ffffff;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	cursor: default;
}

div.perso_topbar_apparel {
	display: none;
}

div.base_container_apparel {
	box-shadow: none;
}

div.right_hand_perso_apparel {
	width: 100%;
	height: 100%;
}

div.designer_main_scrollbox {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
}

div.designer_main_scrollbox_apparel {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.page_selector_apparel {
	position: absolute;
	background-color: transparent !important;
	bottom: -30px !important;
	background-image: none !important;
	height: auto !Important;
}

div.page_selector_apparel a.page_select {
	font-weight: 400;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #333333;
	margin-right: 5px;
	font-size: 11pt;
}

div.left_hand_perso_apparel {
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
}

div.page_selector_apparel a.page_select_on {
	font-weight: 400;
	border: 1px solid #cb1417;
	background-color: #ffffff;
	color: #cb1417;
	font-size: 11pt;
	margin-right: 5px;
}

a.rounded_button {
	display: inline-block;
	font-family: Lato;
	font-size: 11pt;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #444444;
	background-repeat: repeat-x;
	border: 1px solid #444444;
	border-radius: 5px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	box-sizing: border-box;
	width: 150px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}