html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	overflow-y: scroll;
}

@font-face {
    font-family: 'museo700';
    src: url('/css/museo-webfont.eot');
    src: url('/css/museo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/museo-webfont.woff') format('woff'),
         url('/css/museo-webfont.ttf') format('truetype'),
         url('/css/museo-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo300';
    src: url('/css/museo300-regular-webfont.eot');
    src: url('/css/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/museo300-regular-webfont.woff') format('woff'),
         url('/css/museo300-regular-webfont.ttf') format('truetype'),
         url('/css/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.left_hand_slider {
	display: none;
}

h1.approve_header {
	padding-top: 20px;
	margin-bottom: 5px;
}

td.catalogue_left {
	font-family: Arial;
	font-size: 9pt;
	width: 200px;
	min-height: 300px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 7px;
	padding-top: 0px;
}

input.perso_textbox {
	width: 185px;
	border: 1px solid #dddddd;
	padding: 3px;
	font-family: Arial;
	font-size: 9pt;
}

textarea.perso_textarea {
	width: 185px;
	border: 1px solid #dddddd;
	padding: 3px;
	font-family: Arial;
	font-size: 9pt;
}

a.perso_button {
	display: inline-block;
	margin-top: 2px;
	border-radius: 6px;
	background-color: #333333;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 160px;
}

input.perso_button {
	font-family: Arial;
}

div.perso_helptext {
	border: 1px solid #cccccc;
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 4px;
}

div.welcome_banner {
	width: 980px;
	height: 260px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

div.welcome_inner {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 980px;
}

div.welcome_text {
	padding: 15px;
	color: #ffffff;
	font-size: 30pt;
	font-family: 'museo300';
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 3;
}

div.designer_container_default {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

div.designer_container_fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1100;
	background-color: #ffffff;
}

div.designer_container_fullscreen h1 {
	font-size: 14pt;
	line-height: 13pt;
	padding: 7px;
	padding-left: 9px;
	padding-top: 9px;
	letter-spacing: 0px;
}

.designer_bottom_bar {
	background-image: url('../images/gradient_med_gr.png');
	box-sizing: border-box;
	padding-top: 10px;
	height: 55px;
	border: 1px solid #dedede;
	border-top: 0px;
	background-repeat: repeat-x;
	background-color: #dedede;
}

div.designer_container_fullscreen .designer_bottom_bar {
	height: 70px;
	padding-top: 8px;
}


.pricing_table td.left {
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 40px;
}

.pricing_table td.right {
	border: 1px solid #cccccc;
	border-top: 0px;
	border-left: 0px;
	width: 80px;
}

.pricing_table td.top {
	border-top: 1px solid #cccccc;
}

table.inner_table {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

div.documentation_div a {
	text-decoration: none;
}

div.docs_left {
	padding: 3px;
}

div.docs_left_selected {
	padding: 3px;
}

a.colour_picker {
	display: block;
	width: 25px;
	height: 25px;
}

table.sortable {
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

table.sortable thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_vdark_gr.png');
}

table.sortable th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_vdark_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable th.sorttable_sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable th.sorttable_sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable td {
	padding: 2px;
	font-size:9pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}




.table_search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.table_title_text {
	padding-left: 3px;
	font-family: Segoe UI, Tahoma;
	font-size: 9pt;
	padding: 4px;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	color: #000000;
}

body {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

}

div.lightbox_overlay {
	z-index: 500;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-image: url('/images/bg_75p.png');
}

div.lightbox_container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 10px;
	width: 150px;
	border-radius: 7px;
	box-shadow: 1px 1px 15px #111111;
}

a.cart_add {
	font-family: Arial;
	font-weight: bold;
	padding: 4px;
	display: inline-block;
	background-color: #4572a3;
	border: 1px solid #4572a3;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	height: 18px;
	line-height: 18px;
}

div.cart_upload {
	position: relative;
	overflow: hidden;
	top: 0px;
	left: 0px;
	cursor: default;
	padding: 3px;
	padding-right: 6px;
	display: inline-block;
	line-height: 16px;
	color: #333333;
	font-family: Helvetica, Arial;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	font-size: 9pt;
	margin-bottom: 2px;
	clear: both;
}

div.cart_upload span {
	position: relative;
	top: -2px;
	z-index: 2;
}

div.cart_upload_progress {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1%;
	display: none;
	z-index: 1;
	height: 100%;
	background-color: #ffddaa;
}

img.cart_upload_icon {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin-right: 3px;
	width: 16px;
	height: 16px;
}

input.cart_qty {
	width: 50px;
	height: 18px;
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	float: left;
}

td.product_desc_tab {
	background-color: #aaaaaa;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: 800;
	color: #ffffff;
	border-right: 1px solid white;
}

td.product_desc_tab_selected {
	background-color: #4572a3;
	padding: 0px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: 800;
	border-right: 1px solid white;
}

td.product_desc_tab a, td.product_desc_tab_selected a {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	color: inherit;
	text-decoration: none;
	padding-top: 7px;
	height: 27px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 23px;
	font-weight: bold;
}

td.product_desc_tab div.selected_image {
	display: none;
}

td.product_desc_tab_selected div.selected_image {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 61px;
	width: 22px;
	height: 10px;
	background-repeat: no-repeat;
}

div.login_box_title {
	font-family: 'museo300';
	font-size: 12pt;
	color: #ffffff;
	padding: 10px;
}

.menu_top_button, .menu_top_button_over, .menu_top_button_sel {
	background-image: url('../images/left_accordion.png');
	color: #f6ec9f;
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #525252;
	border-radius: 5px;
	cursor: pointer;
}

.menu_top_button_over {
	background-image: none;
	background-color: #494949;
	border: 1px solid #666666;
}

.menu_top_button_sel {
	background-image: none;
	background-color: #494949;
	border: 1px solid #666666;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

table.my_account_table th {
	text-align: left;
	border-bottom: 1px solid #444444;
	padding: 4px;
}

table.my_account_table td {
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.margin {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

div.main {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;

}

div.header {
	width: 980px;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
}

div.navbar {
	width: 980px;
	height: 36px;
	padding-top: 3px;
	background-color: #444444;
	background-repeat: repeat-x;
	font-family: Museo;
}

a.navlink {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.6);
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'Lato', Arial;
	color: #ffffff;
	text-decoration: none;
	font-size: 11pt;
}

h1.perso_header {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.navbar_topright a.navlink {
	border-right: 0px;
	font-family: 'Lato', Arial;
	color: #777777;
	font-size: 15px;
	padding-right: 0px;
	padding-left: 20px;
	text-transform: uppercase;

}

div.main_footer {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.main_inner {
	padding-top: 5px;
	font-size: 11pt;
	color: #222222;
	min-height: 300px;
	font-family: Arial;
}

a.topbar_step_sel {
	text-decoration: none;
	width: 121px;
	height: 27px;
	background-image: url('../images/topbar_step.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

a.topbar_step_sel_75 {
	text-decoration: none;
	width: 75px;
	height: 27px;
	background-image: url('../images/topbar_step_75.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

a.topbar_step_sel span, a.topbar_step_sel_75 span {
	display: block;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 25px;
}

a.topbar_step {
	text-decoration: none;
	width: 121px;
	height: 27px;
	background-image: url('../images/topbar_step_blank.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;

}

a.topbar_step_75 {
	text-decoration: none;
	width: 75px;
	height: 27px;
	background-image: url('../images/topbar_step_blank_75.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;

}

a.topbar_step span, a.topbar_step_75 span {
	display: block;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 6px;
	margin-left: 25px;
}

a.topbar_step:hover span {
	display: block;
	color: #f7e7a8;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 6px;
	margin-left: 25px;
}

.museo300 {
	font-family: 'museo300';
}

.lato {
	font-family: 'lato', Arial !important;
}


h1 {
	margin: 0px;
	font-family: 'museo300', Open Sans, Arial;
	font-size: 18pt;
	font-weight: 300;
	line-height: 18pt;
	color: #ffffff;
	padding: 10px;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #4572a3;
	letter-spacing: -0.5px;
}

h2 {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 5px;
	font-family: Open Sans, Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #475a75;
	letter-spacing: -0.5px;
}

.small {
	font-size: 10pt;
	line-height: 120%;
}

.login_input {
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 9pt;
	font-family: Arial;
	padding: 4px;
	width: 180px;
	font-weight: normal;
	height: 1.2em;
}

input.default {
	border: 1px solid #dddddd;
	padding: 4px;
}

.input_title {
	text-align: right;
	padding-right: 5px;
}

.login_box {
	height: 280px;
	color: #222222;
	padding: 15px;
	width: 318px;
	background-color: #e1e1e1;
	background-image: url('../images/login_box_gradient.png');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}

input.rounded_button {
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #444444;
	background-repeat: repeat-x;
	border: 1px solid #444444;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

input.green_button {
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #444444;
	background-repeat: repeat-x;
	border: 1px solid #444444;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
}


input.cancel_button {
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #aaaaaa;
	background-repeat: repeat-x;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
}

.white_box {
	color: #333333;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.light_box {
	color: #333333;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}

.register_box {
	color: #444444;
	padding: 15px;
	background-color: #e1e1e1;
	background-image: url('../images/login_box_gradient.png');
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
}

select.default {
	padding: 4px;
	border: 1px solid #dddddd;
}

div.login_header {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 9pt;
	color: #444444;
	height: 25px;
}

div.login_header a {
	text-decoration: none;
}

div.login_header a:hover {
	text-decoration: underline;
}

a.menu_link {
	border: 1px solid #333333;
	background-color: #151515;
	width: 100px;
	height: 100px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	display: block;
	margin-right: 10px;
	text-align: center;
	font-size: 9pt;
	float: left;
}

a.menu_link:hover {
	background-color: #292929;
	text-decoration: none;
}

a.style_selector {
	border: 1px solid #999999;
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
}

a.style_selector:hover {
	border: 1px solid #ff9900;
}

/* Tooltips */

.mailtooltip {

	border: 1px solid #767676;
	padding: 4px;
	background-color: #CFDDF1;
	background-image: url("../images/tooltip_highlight.png");
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 8pt;
	color: #444444;
}

#theToolTip{
	position: absolute;
	left: -300px;
	max-width: 300px;
	border: 1px solid #aaaaaa;
	padding: 7px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	background-image: url('../images/login_grad.gif');
	background-repeat: repeat-x;
	display: none;
	z-index: 1000;
	font-family: Segoe UI, Arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #555555;
	border-radius: 3px;
	box-shadow: 5px 5px 15px -3px rgba(128,128,128,0.8);
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 1001;
	display: none;
}

#theToolTip p {
	font-size: 1.1em;
	color: #333333;
	line-height: 1.4em;
	margin-right:10px;
	margin-top: 0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}

.ddriveimage {
	border: 1px solid #aaaaaa;
	margin-top: 3px;
}

div.main_front {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #777777;
	display: none;
}

div.main_shadow {
	z-index: 20;
	position: absolute;
	background-image: url('../images/dropshadow.png');
	top: 0px;
	left: 0px;
	width: 327px;
	height: 875px;
	display: none;
}

div.left_selector {
	font-family: Arial;
	letter-spacing: -0.5px;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url('../images/left_accordion.png');
	height: 25px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #333333;
	display: block;
	text-decoration: none;
}

a.left_selector:hover {
	color: #ffffff;
}

.front_cover_title {
	position: absolute;
	display: none;
	top: 750px;
	left: 15px;
	width: 260px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: move;
	background-color: transparent;
	font-family: 'GaramondSm', Helvetica LT Std Light;
	letter-spacing: -1px;
	font-size: 20pt;
	line-height: 20pt;
	color: #ffffff;
}

.menu_title {
	margin-left: 18px;
	margin-bottom: 10px;
	font-family: GaramondSm;
	text-transform: uppercase;
	line-height: 20pt;
	letter-spacing: -0.9px;
	font-size: 20pt;
	width: 260px;
	height: 35px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
	resize: none;
}

.small
{
	font-family: Arial;
	font-size: 9pt;
	color: #222222;
}

.dialog_table {
	border: 0px solid #666666;
	background-color: #ffffff;
	box-shadow: 2px 2px 20px -5px rgba(0,0,0,0.5);
	border-radius: 5px;
}

.dialog_inner {
	border: 0px solid #aaaaaa;
	padding: 0px;
	background-color: #f4f4f4;
}

.dialog_buttons {
	background-color: #dddde4;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dialog_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	display: none;
	z-index: 500;
}

div.upload_selector, div.upload_selector_on {
	color: #333333;
	font-size: 12pt;
	height: 40px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

div.upload_selector:hover {
	color: #993300;
}

div.upload_selector_on {
	color: #111111;
	background-color: #ffffff;
}

#dialog_title_iframe {
	font-size: 13pt;
	color: #333333;
}

div.topbar_button_container {
	border-right: 1px solid #cccccc;
	margin-right: 3px;
	float: left;
	height: 26px;
}

.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_button:hover {
	background-color: #ffffbb;
	border: 1px solid #cccccc;
	text-decoration: none;
}

.topbar_button_title {
	font-family: Tahoma;
	font-size: 8pt;
	padding: 3px;
	padding-left: 25px;
	padding-top: 6px;
	padding-right: 4px;
}

td.topbar_buttons {
	padding: 3px;
	border-bottom: 1px solid #aaaaaa;
	background-color: #ffffff;
}

.f4f4f4, .scrollable_container {
	background-color: #f4f4f4;
}

div.imagelink_padding {
	height: 94px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	display: inline;
	text-align: center;
}

a.imagelink {
	position: relative;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 120px;
	cursor: pointer;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	border-radius: 3px;
	box-shadow: 3px 3px 6px -4px rgba(0,0,0,0.5);
}

a.imagelink span.filename {
	display: block;
	width: 120px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.imagelink:hover {
	background-color: #ffffee;
	border: 1px solid #aaaaff;
}

a.imagelink div.delete {
	position: absolute;
	top: 4px;
	right: 4px;
}

.tab_inactive:hover, .tab_active:hover, .tab_inactive:visited, .tab_active:visited {
	text-decoration: none;
	color: #ffffff;
}

.tab_active {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #dddddd;
	border: 1px solid #555555;
	border-bottom: 1px solid #333333;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #333333;
	cursor: pointer;
}

.tab_inactive {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #aaaaaa;
	border: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: pointer;

	background-image: none;
	background-repeat: repeat-x;
	background-color: #222222;

}

.highlight {
	display: inline;
	background-color: #444400;

}

.menu_cocktail_selector {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
}

.menu_ifc_selector {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
}

.menu_title_selector {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
}

.menu_cocktail_price {
	position: absolute;
	right: 20px;
	top: 10px;
	font-family: 'GaramondSm', Helvetica LT Std;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 11pt;
	background-color: transparent;
	text-align: right;
	width: 60px;
	border: 0px;
	resize: none;
	padding: 0px;
}

.menu_cocktail_image {
	position: absolute;
	top: 10px;
	left: 5px;
	cursor: pointer;
}

.menu_cocktail_title {
	margin-left: 50px;
	font-family: 'GaramondSm', Helvetica LT Std Light;
	letter-spacing: -1px;
	font-size: 11pt;
	line-height: 13pt;
	border: 0px;
	overflow: hidden;
	background-color: transparent;
	height: 20px;
	width: 190px;
	text-transform: uppercase;
	resize: none;
	padding: 0px;
}

.menu_cocktail_narrative {
	margin-left: 50px;
	width: 200px;
	font-family: 'GaramondSm', Helvetica LT Std Light;
	letter-spacing: 0px;
	font-size: 8pt;
	overflow: hidden;
	height: 60px;
	background-color: transparent;
	border: 0px;
	resize: none;
	padding: 0px;
	/* text-transform: uppercase; */

}

.menu_ifc_narrative {
	margin-left: 15px;
	width: 270px;
	font-family: 'GaramondSm', Helvetica LT Std Light;
	letter-spacing: 0px;
	font-size: 13pt;
	overflow: hidden;
	height: 60px;
	background-color: transparent;
	border: 0px;
	resize: none;
	padding: 0px;
	text-align: center;
	/* text-transform: uppercase; */

}


td.tblheader {
	background-color: #dddddd;
	background-repeat: repeat-x;
	padding: 5px;
	color: #333333;
	border: 0px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 9pt;

}

td.tblinner, td.tblright, td.tblleft {
	padding: 5px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffffff;
}

td.tblright {
	border-right: 1px solid #dddddd;
}

td.tblleft {
	border-left: 1px solid #dddddd;
}

.vfont, .insider {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #222222;
}

.spell_suggest_off {
	padding: 3px;
	cursor: pointer;
}

.spell_suggest_off:hover {
	background-color: #141414;
}

.spell_suggest_on {
	padding: 3px;
	cursor: pointer;
	background-color: #222222;
}

.crop_black {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

.crop_twip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
}

.crop_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

a.nav_left {
	display: block;
	border: 1px solid #eeeeee;
	padding: 3px;
	text-decoration: none;
	color: #333333;
	padding-left: 8px;
}

a.nav_left_selected {
	display: block;
	border: 1px solid #ddccff;
	background-color: #ddddff;
	padding: 3px;
	text-decoration: none;
	color: #333333;
	padding-left: 8px;
}

div.catalogue_title {
	background-color: #444444;
	padding: 6px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

a.catalogue_link {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	padding: 5px;
	width: 200px;
	text-align: center;
}

img.catalogue_image {
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 6px #cccccc;
	margin-bottom: 10px;
	max-width: 210px;
	max-height: 150px;
}

img.printproduct {
	border: 1px solid #cccccc !important;
}

td.catalogue {
	border-top: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

a.customise_button {
	border-radius: 5px;
	background-color: #444444;
	display: block;
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 70px;
	padding: 5px;

}

/* Used by the colour picker */

#plugin { BACKGROUND: #f4f4f4; border: 1px solid #111111; COLOR: #666; DISPLAY: block; FONT-FAMILY: arial; FONT-SIZE: 11px; PADDING: 7px 10px 11px 10px; Z-INDEX: 1; TOP: 0; LEFT: 0; POSITION: absolute; WIDTH: 210px; _width: 210px; }
#plugin br { CLEAR: both; MARGIN: 0; PADDING: 0;  }
#plugin select { BORDER: 1px solid #333; BACKGROUND: #FFF; POSITION: relative; TOP: 4px; }

#plugHEX { FLOAT: left; position: relative; top: -1px; }
#plugCLOSE { FLOAT: right; cursor: pointer; MARGIN: 0 8px 3px; _MARGIN-RIGHT: 10px; COLOR: #FFF; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#plugHEX:hover,#plugCLOSE:hover { COLOR: #FFD000;  }

#plugCUR { float: left; width: 10px; height: 16px; font-size: 1px; background: #333; margin-right: 3px; }

#SV { border: 1px solid #666666; background: #FF0000 url('../images/SatVal.png'); _BACKGROUND: #FF0000; POSITION: relative; CURSOR: crosshair; FLOAT: left; HEIGHT: 166px; WIDTH: 167px; _WIDTH: 166px; MARGIN-RIGHT: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/SatVal.png', sizingMethod='scale'); -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#SVslide { BACKGROUND: url('../images/slide.gif'); HEIGHT: 9px; WIDTH: 9px; POSITION: absolute; _font-size: 1px; line-height: 1px; }

#H { BORDER: 1px solid #666666; CURSOR: crosshair; FLOAT: left; HEIGHT: 166px; POSITION: absolute; WIDTH: 19px; PADDING: 0px; margin: 0px; TOP: 24px; left: 190px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#Hslide { BACKGROUND: url('../images/slideHue.gif'); HEIGHT: 5px; WIDTH: 33px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#Hmodel { POSITION: relative; }
#Hmodel div { HEIGHT: 1px; WIDTH: 19px; font-size: 1px; line-height: 1px; MARGIN: 0; PADDING: 0; }

/* From designer.css */

iframe.preview_iframe {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
}

div.designer_inner_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

img { -ms-interpolation-mode: bicubic; }

div.page_selector {
	background: rgba(0,0,0,0.8);
	width: 100%;
	display: block;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
}

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;
}

img.container_subitem {
	display: block;
	position: relative;
}

img.container_subitem:hover {
	background-color: rgba(255,192,0,0.1);
}

div.designer_container {
	border: 1px dashed #999999;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	cursor: normal;
}

div.subitem_drag_placeholder {
	background-color: rgba(200,200,200,0.1);
	border: 1px dashed #777777;
}

div.subitem_drag_container {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
}

.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;
}

table.buttons {
	font-family: 'Open Sans', Arial;
	font-size: 9pt;
}

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;
	font-family: 'Open Sans', Arial;
	font-size: 9pt;
}

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.2);
	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.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;
}

/***
Spectrum Colorpicker v1.7.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

a.rounded_button, div.rounded_button, span.rounded_button {
	display: inline-block;
	letter-spacing: -0.2px;
	font-family: 'Open Sans', Arial;
	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;
}

span.select_image_upload {
	font-size: 12pt;
	width: 240px;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	border: 0px;
	background-color: #444444;
	transition: all 0.3s;
}

span.select_image_upload:hover {
	background-color: #777777;
}

.press_upload_percentage {
	box-sizing: border-box;
	border-radius: 3px;
	height: 22px;
	width: 0%;
	background-color: #ff9900;
	text-align: right;
	padding-right: 8px;
	color: #ffffff;
	line-height: 22px;
	font-family: Roboto;
	overflow: hidden;
}

.press_upload_percentage_outer {
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
	height: 30px;
	box-sizing: border-box;
}

.image_library_link {
	color: #666666;
	text-decoration: none;
}

div.approve_inner_div { 
	padding: 6px;
}

a.image_library_link:hover {
	text-decoration: underline;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}