* {
/*	margin:0;
	padding:0;   */
}
/* To get rid of firefox dotted focus on buttons and links */
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
.fullwidth{width:100%;}

/* ----------- FOR THE LOGIN PAGE ----------------- */

#voom_ad_panel{
    background:#D22128;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    z-index:1;
    width:100%;
}
#login_panel{
    width:350px;
    float:right;
    background:#fff;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    padding:30px;
    box-shadow:0 0 2px #000;
    z-index:2;
}

#login_panel #flashMessage{
    /* z-index: 99000; */
    padding: 10px 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0x;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display:block;
    margin:0;
}

#login_panel p{
    font-size:14px;
}
#login_panel input[type="text"].login_page_input, #login_panel input[type="password"].login_page_input{
    width:100%;
    height:30px;
    padding:0 10px;
    font-size:16px!important;
}
#login_panel .button.login_page_button{
    height: 40px;
    width: 150px;
    font-size: 18px;
    float: none;
    margin: 10px 0 0 100px;
}
#login_panel .update_Browser_link{
    float:left;
    padding:10px;
}
#login_panel .update_Browser_link:hover{
    float:left;
    padding:9px;
    border:1px solid #efefef;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background:#fff;
    box-shadow:0 0 2px #efefef;
    -moz-box-shadow:0 0 2px #efefef;
    -webkit-box-shadow:0 0 2px #efefef;
    
}
#login_panel .browser_links{
    float:left;
    width:100%;
    margin-top:20px;
}
#login_panel .contact_message{
    position:absolute;
    bottom:0;
    padding:0 20px 20px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#login_panel .screensize_warning{
    display:none; margin-top:10px; float:left; width:100%;
}

/* For the iframeHelp */
.trigger iframe{
    padding:0;
    background: #fff;
    width: auto;
    float: left;
    position: absolute;
    z-index: 1;
    box-shadow: 2px 2px 2px #ccc;
    color: #fff;
    float:left;
    border: 1px solid #CCCCCC;
}

/* Fixed Flash Message with page load */
#flashMessage_wrapper{
	position: fixed;
	left: 0;
  	right: 0;
	width:100%;
	text-align: center;
}
#flashMessage{
	z-index:99000;
	padding:10px 20px;
	background:#fff;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	box-shadow: 2px 0 3px #000;
	-webkit-box-shadow: 2px 0 3px #000;
	-moz-box-shadow: 2px 0 3px #000;
	display: inline-block;
	margin: 0;
}

/* General Style Info */
html {
	font-size: 100%;
	height: 100%;
}

body {
	background: #fff;
	color: #000;
	/*font-family:'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
        padding:0;
        height:100%; 
        text-align: left; 
        overflow: hidden;
}

body.wait {
    cursor:wait!important;
}
p {
 	margin:5px 0;
}
a {
	/* background:#fff; */
	color: #0066e0;
	font-weight: normal;
        text-decoration:none;
        
}
a:hover {
	/* background:#fff;*/
	color: #0357ff;
	text-decoration:none;
        text-decoration: underline;
}
a img {
	border:none;
	text-decoration: none;
	display: block;
}

h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color:#000099;
	font-size: 200%;
	font-weight:bold;
	font-style:italic;
	margin: 0.1em 0;
}
h2 {
	color: #D22128;
	/*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #D22128;
	/*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	padding-top: 10px;
        margin: 0;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
.left {float:left;}
.right {float:right;}
.clear {clear: both;}
.bold {font-weight: bold;}
.border_box{
    box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    -webkit-box-sizing:border-box!important;
}
/*ul, li {
	list-style-position:outside;
	list-style-type: disc;
} */

/* FIX FORM SIZING ACROSS BROWSERS */

*{
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
}

/* Common Classes */
.voom_icon{
    overflow:hidden;
    height:28px;
    float:left;
}

.voom_icon:hover img{
    margin-top:-28px;
}

.tree_refesh_icon{
    float:left;
    padding:5px 0 0 5px;
}

/* For edit fields warning */
.uneditable_wrapper{float:left;position:relative;clear: left;width: 100%;}
.edit_field{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.edit_field:hover{
    cursor:pointer;
}



/* Layout */
#container {
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	position:absolute;
	/* background-color: #DDD;*/
	width: 100%;
}

#header{
	height:auto;
	/* padding: 10px 20px;*/
	background: url('../img/background_checkers.png') repeat-x #D22128;
	width:100%;
	min-width:960px;
	float:left;
}
#header_logo{
	height:auto;
	width:300px;
	height: 25px;
	padding: 10px;
	float:left;
}
#header_logo p {
	color: white;
	display: inline;
	margin-left: 10px;
}
#header_info{
	text-align:right;
        min-width:155px;
	float:right;
	margin: 7px 16px 6px 21px;
	color: white;
	font-size: 13px;
        position:fixed;
        top:0;
        right:0;
        z-index:999999999;
        
}
#header_info:hover{
    background:#D22128;
    margin: 6px 15px 5px 20px;
    border: 1px solid rgba(255,255,255,0.4);
    cursor:pointer;
    box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
    -webkite-box-shadow:0 0 2px rgba(0,0,0,0.3);
}
#header_info .trigger{
        padding:3px 4px 2px 5px;
        text-align:center;
}
#header_info:hover .trigger{
        padding:3px 4px 4px 5px;
}
#header_info p{
    display:block; 
    margin:4px 8px 5px 8px;
        vertical-align:top;
}
#header_info a {
	color: white;
        float:left;
}
#header_info .expand{
    width:100%;
    display:none;
}
#header_info:hover .expand{
    display:block; 
    border-top:1px solid #e88f93;
}
#header_info .expand a{
    box-sizing:border-box;
    padding:0;
    border-bottom:1px solid #e48185;
    width:100%;
    text-align:center;
    clear:both;
}
#header_info .expand a:last-child{
    border-bottom:none;
}
#header_info .expand a:hover{
    background:#da4d52;
    text-decoration:none;
}

#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#wrapper{
	/*
	width:100%;
	margin:auto auto;
	padding:0;
	background:#fff;
 	min-height: 100%;  
 	height: 100%;
	float:left;
	margin-bottom:0px;
	*/
	width:100%;     
        margin-top:0!important;
	margin:auto; 
	padding:0px;
	padding-bottom:0px;	/* Height of the footer */	
	float:left;
        height:100%;
}
.main_wrapper{min-width:1000px;}
#col_left{width:30%;height:100%;float:left;background:#fff;color:#000;}
#navigation{
	float:left;
	width:100%;
	padding:0;
	background:#fff;
	color:#000;
	height:100%;
}
#col_right{
	width:70%;
	background: #fff;
	color: #333;
	padding: 0;
	margin:0;
	float:left;
	height:auto;
}
#content, .page_component{ background: #fff; color: #333; /*padding: 0px 0 30px;*/ margin: 0 0 0px 0; height: auto;}
#content_wrapper{
	float:left;
	width: 100%;
	height:100%;
	background:#fff;
	padding:1%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
}
#footer { 
	/*  
	display: block; 
	background:#333333;
	color:#fff;
	clear: both;
	padding: 0;
	text-align: right;
	bottom:0;
	position:fix; 
	width:100%;	 
      */
	position:absolute;
	bottom:0;
	width:100%;            
	height:30px;			/* Height of the footer */
	background:#333333;
	margin:0; 
        z-index:999999;
}

/* Tables */
table {clear: both;color: #333;margin-bottom: 10px;width: 100%;}
th {
	background: #fff;
	border:1px solid #fff;
	text-align: center;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        cursor:default;
        position:relative;
        margin-bottom: 10px;
		padding: 3px;
}
th a {
        position:absolute;
        color:#000;
        text-decoration:none;
        top:0;
        bottom:0;
        left:0;
        right:0;
        font-weight:normal;
		padding: 3px;
}
th p {
        position:absolute;
        color:#000;
        text-decoration:none;
        top:0;
        bottom:0;
        left:0;
        right:0;
        font-weight:normal;
}
th a:hover{
    color:#000;
        text-decoration:none;
}
th div.thdiv {
     position:relative; 
     padding:5px 0;
}


table tr td {
    padding: 0 6px 0 6px;
    text-align: /*center*/ left;
    vertical-align: center;
}
hr {
    margin:20px 0 10px 0;
    width:100%;
    float:left;
    clear:both;
    background:#ccc;
    height:1px;
    border:none;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin: 10px 0;
        float:left;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin: 0px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	margin-left: 5px;	
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 100%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/* clear: both; */
	/* margin-bottom: 1em; */
	/* padding: .5em;*/
	vertical-align: text-top;
}
form div.input {
	float:left;
	display:inline;
	color: #000;
}
form div.required {
	/* color: #333;*/
	/*color: #D22128;*/
}

form div.checkbox{
	float:left;
	clear:both;	
}

div.submit {
	/*
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
	*/
	border:0;
	clear:both;
	text-align:left;
	/*padding:20px 0;*/
}

div.property_wrapper{
	float:left;
	width: 100%;	
        border-radius: 4px;
}
.property_title_odd, 
.property_title_even{ background:#efefef; border-radius: 4px 4px 0 0; padding:3px 5px 3px 5px;}
.property_title_odd label, 
.property_title_even label {color: #000!important;
    font-size: 13px;
    margin-left: 7px;
    font-weight:normal;
}
.property_details_odd,
.property_details_even{float:left; width:100%; background:#f5f5f3;  border-radius:0 0 4px 4px; padding:4px 0;}
.property_value{float:left;width: 45%;padding:5px 10px;}
.property_desc{float:left;width:45%;padding:5px 10px;font-size: 12px;}

.field_separator{
	clear:both;
	float:left;
	line-height:10px;
	height:10px;
	width:100%;
}

.related_product{
	clear:both;
	float:left;
}

#breadcrumb a{
	text-decoration:none;
}

#breadcrumb a#selected{
	color:#0000FF;
}

#edit_header{

	width: 100%;
	
}
#edit_header_icon{
	float:left;
	width: 5%;
	padding: 0;
	
}
#edit_header_title{
	float:left;
	border-bottom:thin solid #000;
	width: 95%;
}



/*.button {
	border:#666666 solid 1px;
	background:url('../img/btn_bg.png') repeat-x;
	width: auto;
	height: auto;
	color:#666666;
	padding:2px 5px;
	font-weight:bold;
	margin:0 4px;
	vertical-align:top;
	height:30px;
}*/
.button:hover {
	cursor:pointer;
	background:url('../img/btn_bg.png') repeat-x;	
}

label.required, label.error{
	/*width:auto;
	display: inline;
	font-size: 110%;
	padding: 0 5px 0 0;
	font-weight: bold;
	color:#990000;*/
	/*padding: 10px;*/
}

.error{
    color:#DE1C27!important;
}

input{
	/*clear: both;*/
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	
}
input[type="text"],input[type="password"]{
        height: 26px;
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        border: 1px solid #999;
        padding: 4px;
        border: 1px solid #bcbcbc;
        background: rgb(242,242,242);
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

select {
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
	font-size: 100%;
	vertical-align: text-bottom;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        border: 1px solid #999;
        padding: 4px;
        border: 1px solid #bcbcbc;
        background: rgb(242,242,242);
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
select:disabled{
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding: 3px;
        border: 1px solid #bcbcbc;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
input[type="text"]:disabled{
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding: 3px;
        border: 1px solid #bcbcbc;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
input[type="text"]:disabled{
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding: 3px;
        border: 1px solid #bcbcbc;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

input[type="text"]:disabled:hover{
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        border: 1px solid #999;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
select:disabled:hover{
	font-size: 100%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding: 3px;
        border: 1px solid #999;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus{
	font-size: 100%;
        outline:none;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        /*padding: 4px;*/
        border: 1px solid #999;
        background: rgb(242,242,242);
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 0 2px #DDDDDD;
        -webkit-box-shadow: 0 0 2px #DDDDDD;
        box-shadow: 0 0 2px #DDDDDD;
}
select:hover, select:focus{
        height: 26px;
	font-size: 100%;
        outline:none;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        border: 1px solid #999;
        background: rgb(242,242,242);
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 0 2px #DDDDDD;
        -webkit-box-shadow: 0 0 2px #DDDDDD;
        box-shadow: 0 0 2px #DDDDDD;
}
textarea {
	font-size: 100%;
        font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        border: 1px solid #999;
        padding: 3px;
        border: 1px solid #bcbcbc;
        background: #fff;
        /*background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );*/
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
textarea:hover, textarea:focus {
	font-size: 100%;
        outline:none;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
        margin: 0 5px 0 0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding: 3px;
        border: 1px solid #999;
        background: #fff;
        /*background: -moz-linear-gradient(top, rgba(242,242,242,1) 1%, rgba(246,246,246,1) 9%, rgba(255,255,255,1) 48%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,242,242,1)), color-stop(9%,rgba(246,246,246,1)), color-stop(48%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: -ms-linear-gradient(top, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 1%,rgba(246,246,246,1) 9%,rgba(255,255,255,1) 48%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );*/
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 0 2px #DDDDDD;
        -webkit-box-shadow: 0 0 2px #DDDDDD;
        box-shadow: 0 0 2px #DDDDDD;
        -moz-box-shadow: 0 0 2px #DDDDDD;
        -webkit-moz-box-shadow: 0 0 2px #DDDDDD;
}

select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	/* clear: left;*/
	float: left;
	/*margin: 3px 6px!important;*/
        margin: 0 4px;
	width: auto;
}
.altgrey input[type=checkbox] {
	/* clear: left;*/
        float:none;
	margin: 0 3px;
	width: auto;
}
input[type=radio] {
	display: inline;
	float:none;
	width:auto;
	margin: 0 3px 0 4px!important;
        vertical-align:middle;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	/*display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	/*vertical-align: bottom;*/
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	/*color: #e32;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	margin: 1em 0;*/
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
p.success {
	/*background: green;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.5em;
	margin: 1em 0;*/
}
.notice {
	/*background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;*/
}


/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
div.product_user_list {
	width:100%;
}
div.product_user_list .checkbox {
	width: 400px;
	float: left;
}
div.product_user_list input[type=checkbox] {
	float: none;
	margin: 0;
	width: 30px;
}
div.product_user_list .input {
	width: 100%;
}
div.user_name_list{
	width:100%;
	padding: 10px 0 10px 5px;
}
div.user_name_list_item {
	width: 200px;
	float: left;
}
.text_blue{
	color:#330099;
}

#image_details{
	float:left;
	clear:both;
	width:100%;	
}
#image_buttons{
	clear:left;
	float:left;
}
#image_upload{
	clear:left;
	float:left;
	width:100%;
	padding:2% 0;
}
#image_preview{clear:left;float:left;}
#image_dimension{
	width:auto;
	clear:right;
	float:left;
}

.image_input{
	margin: 5px 5px 5px 0;
	display: inline;
}
.text_middle{
	vertical-align:middle;
	padding-right: 20px;
}

/* Tree Panel */

.action_button{
    opacity:0.4;
    -moz-opacity:0.4;
    -webkit-opacity:0.4;
    pointer-events:none;
}
.action_button.active{
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    pointer-events:auto;
}


#tree_panel {
    margin-left:5px; 
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:10px !important;
    width:100%;
    float:left;
    background:white;
    overflow-y:scroll;
    clear: both;
    padding: 10px 0;
    margin:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#tree-root{
        float:left;
        padding:0;
        margin-top:0;
        width: 100%;
        overflow-y:hidden;
}
#tree_controls.normalheight{
        float:left;
	//background:#fff;
	width:100%;
        min-height:45px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        border:none;
        border-bottom:1px #ddd solid;
        border-right:1px #efefef solid;
        margin:0;
        padding-bottom: 10px;
        box-shadow:0 1px 1px #EFEFEF;
        -moz-box-shadow:0 1px 1px #EFEFEF;
        -webkit-box-shadow:0 1px 1px #EFEFEF;
        position:relative;
        z-index:2;
}
#tree_controls.normalheight a{
        margin:10px 3px 0 3px;
}
#tree_controls.normalheight a:first-child{
        margin:10px 3px 0 10px;
}

/*.tree_controls{
	position:fixed;
        z-index:999999;
	background:#fff;
	padding:10px;
	top:0;
	left:0;
	width:100%;	
}*/
.tree_controls {cursor:pointer;}
.tree_controls img {float: left;margin-right: 5px; outline: none;}
.tree_controls input {float: left; clear: none;}
.tree{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
}

/* Tree Control Action Buttons and Add Hover*/
#tree_control_actions{
    float:left;
}
#tree_controls{
    float:left;
    width:100%;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
    padding:0;
    border:1px solid #efefef;
    margin:-1px;
    min-height:29px;
}
#add_menu{
    display:none;
    position:absolute;
    top:31px;
    background:#efefef;
}

#add_menu a{
    float:left;
    clear:left;
}

#tree_Search_wrapper{
    float:left;
    overflow:hidden;
    height:29px;
}
#tree_controls #search_text{
    height:22px;
    margin-top: 4px;
    margin-left:5px;
    font-size:11px;
    padding:5px;
}
#tree_control_actions input, #tree_control_actions img{
    float:left;
    border-right:1px solid #efefef;
    /*border-radius:2px;*/
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
    padding:0;
    margin:0;
    /*height:28px;*/
}
#right_frame_menu{
    float:left;
    left:0;
    right:0;
    padding:0 0 0 30px;
    position:fixed;
    z-index:99999;
    top:0;
    height:29px;
    margin:0;
    border-bottom:1px solid #efefef;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}
.topMenuMargin{
    padding:30px 0 10px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/* Product Admin */
.prod_img{
 	padding: 15px 5px;
        width: 512px;
        float:left;
        max-width: 100%;
        /*overflow-x:scroll;*/
}

.disabled{
	color:#B9B8B8;
	display:inline;
}

.tree_top_menu_wrapper{
    float:left;
}

.tree_top_menu_wrapper a{
    float:left;
}

/* *********** NEW TOOL BAR **************
******************************************/
.bold { font-weight: bold;}
#shadow_cover{background: url('../img/blackTranstSwatch.png');width: 100%;height: 99%; position: absolute;display:none;z-index:+1;}
#shadow_cover #color_popup { color: black;margin:100px auto; padding: 10px; background : white; width: 300px; border: 2px solid #D22128;-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;}
#shadow_cover #color_popup .swatch_container {margin: 10px 0 10px 0;}
#shadow_cover #color_popup .no_color_swatch {background: url('../img/no_color.png') no-repeat;}
#shadow_cover #color_popup .swatch {width: 30px; height: 20px; margin: 0 10px 10px 0;cursor:pointer;-moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888;}
#shadow_cover #color_popup #close_swatch {color: #D22128; margin-top: 5px;cursor:pointer;}
.options_wrapper {
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background: #fff;
    color:black; /*background: #eee;*/font-size: 11px; width:100%;/*min-height: 500px;*/ border-radius: 10px 0px 0px 10px; -moz-border-radius: 10px 0px 0px 10px; -webkit-border-radius: 10px 0px 0px 10px;}

.options_wrapper h2 { color: black; background: none; font-size: 20px; margin: 0; padding: 0;}
.options_wrapper p { margin: 2px 0 5px 0; padding: 0;}
.options_wrapper label {
    font-size: 11px;
    /*padding: 0 10px 0 0;*/
    vertical-align: middle;
    /*float: left;*/
}
.options_wrapper .oldtextcss label {
    font-size: 12px;
    padding: 0 10px 0 2px;
    float: none;
}
.heading_box {
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom: 10px;
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    
     background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
    
    
    border-bottom: #ddd 1px solid;
    box-shadow:0 1px 1px #efefef;
    padding: 10px;
    margin:0;
    /*z-index: 99999;*/
}
.heading_box table {margin:0;}
.options_wrapper .heading_box .icon {width:30px; height:30px; margin-right: 10px;}
.options_wrapper .top_button_box {
    right: 30px;
    padding: 5px 10px;
}

.control_box{
    padding:20px 20px;
    overflow-y:scroll;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    position:relative;
}
.options_wrapper .top_button_box input, 
.options_wrapper .top_button_box img {padding: 0; clear: none; float: left;margin-left: 5px; outline: none;cursor:pointer;}

.options_wrapper .control_box {
    width: 100%;
    /*margin: 100px 0 0 0;*/
    padding:20px;
    clear: both;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;   
}
.options_wrapper .control_box .title p, .options_wrapper .control_box .instruction p{
    font-weight:bold; 
    font-size:12px;
    /*color:#D22128;*/
}
.radios{
    margin: 4px 0!important;
    width:100%;
}
.bubbleInfo{position:relative;}

.options_wrapper .control_box .checkbox{
    /*margin: 4px 0!important;*/
}
.options_wrapper .control_box .clm1, .options_wrapper .control_box .clm2, .options_wrapper .control_box .clm3{
    box-sizing: border-box;
    padding:0 20px 0 0;
}
.options_wrapper .full_width {width:100%;}
/*.options_wrapper .control_box .title p {font-size: 12px; font-weight: bold;}*/
/*.options_wrapper .control_box .title span {font-weight: normal; font-size: 11px;}*/
/*.options_wrapper .control_box .instruction {font-size: 12px; font-weight: bold; padding: 10px 0 5px 0;}*/

.options_wrapper .control_box .clm1 {width: 215px;}
.options_wrapper .control_box .clm1 select{width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
/*.options_wrapper .control_box .clm1 .bubbleInfo {width:195px;}*/
.options_wrapper .control_box .clm1 .text input {width: 100%; box-sizing: border-box;}
.options_wrapper .control_box .clm1 .select{width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}

.options_wrapper .control_box .clm2 {width: 430px; min-height: 10px;}
/*border-left: 1px #efefef solid;*/
/*padding-left: 20px;}*/
.options_wrapper .control_box .clm2 .bubbleInfo {width:100%}
.options_wrapper .control_box .clm2 .text input {width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.options_wrapper .control_box .clm2 textarea {width:100%; box-sizing: border-box; min-width:100%; min-height:100px; height:50px; max-width: 100%;}
.options_wrapper .control_box .clm2 .select{width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}

.options_wrapper .control_box .clm3 {width: 645px; min-height: 10px; clear: both;}
.options_wrapper .control_box .clm3 .select{width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.options_wrapper .control_box .clm3 select{width:100%; box-sizing:border-box;-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;}
/*.options_wrapper .control_box .clm1 .bubbleInfo {width:195px;}*/
.options_wrapper .control_box .clm3 .text input {width: 100%; box-sizing: border-box;}
.options_wrapper.expandx .control_box .clm3 {width:100%;min-height: 10px;}
.options_wrapper .control_box .clm3 .bubbleInfo {width: 100%}
.options_wrapper.expandx .control_box .clm3 .bubbleInfo {width:100%;}
.options_wrapper .control_box .edit_swatch_container ul {float:left; padding: 0; margin: 0;}
.options_wrapper .control_box .edit_swatch_container ul li {display:block; width: 40px; height: 40px;margin:5px 10px 5px 0;float:left;cursor:move;position:relative; -moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888;}
.options_wrapper .control_box .edit_swatch_container ul li img.delete_swatch {position:relative; top:-2px;left:31px; cursor:pointer;display:none;}
.options_wrapper .control_box .bubbleInfo {margin: 0 0 10px 0;/*border-top: 1px solid #CCCCCC;*/ padding-top:5px; width:100%;}
.options_wrapper .control_box .bubbleInfo .input {float: left; box-sizing:border-box; -moz-box-sizing:border-box;/*padding: 2px 0;*/
    -webkit-box-sizing:border-box;/*padding: 4px;*/ width:100%;margin:0; padding: 1px 0;}
.options_wrapper .control_box .bubbleInfo input {/*float: left;*/ /*clear: both;*/ box-sizing:border-box; -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;padding: 4px; /*width:100%*/;}
.options_wrapper .control_box .bubbleInfo select {float: left; clear: both; box-sizing:border-box; -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; /*width:100%*/;margin:0;}
.options_wrapper .control_box .bubbleInfo .border_row select{width:auto;}
.options_wrapper .control_box .bubbleInfo tr.border_row{margin:5px 0;}
.options_wrapper .control_box .bubbleInfo .image_button {cursor:pointer;}
.options_wrapper .control_box .bubbleInfo #border_preview {background: white; width:70px; height: 70px;margin: 20px 0 0 10px;text-align: center;vertical-align: middle;}
.options_wrapper .control_box .bubbleInfo #border_preview p {margin-top: 25px;}
.options_wrapper .control_box .trigger_box {display: inline; margin-left: 5px;position: relative;}
.options_wrapper .control_box .trigger_box .trigger {cursor:pointer;background: url('../img/questionMark.png') no-repeat; width:15px; height:15px; cursor:help}
.options_wrapper .control_box .trigger_box .trigger_on {background: url('../img/questionMarkRed.png');}
.options_wrapper .control_box .trigger_box .trigger:hover {background: url('../img/questionMarkRed.png') no-repeat; width:15px; height:15px;}
.options_wrapper .control_box .trigger_box .close {color: #D22128; margin-top: 5px;cursor:pointer;}
.options_wrapper .control_box .trigger_box .popup {
    display: none; 
    width: 200px; 
    background: white;
    position: absolute; 
    top:0; 
    left:0;
    color: black;
    padding: 10px; 
    z-index: 1000;
    font-size: 12px!important;
    line-height: 16px;
    margin: 0;
    background: #fff;
    width: auto;
    min-width:160px;
    float: left;
    z-index: 1;
    box-shadow: 2px 2px 2px #ccc;
    float: left;
    border: 1px solid #CCCCCC;
    font-family:calibri, arial, helvetica, san-serif;
}
.options_wrapper .control_box .trigger_box .left_pop {left: -230px;}
.options_wrapper .button_box {width:650px;}
.options_wrapper .id {text-align: center;}*/
.options_wrapper .button {border :none; height: auto;color:#666666;padding:2px 3px;font-weight:bold;font-size: 12px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;}
.options_wrapper .button:hover {cursor:pointer;}*/

/*Default table*/
/*.options_wrapper .control_box .default_table table {margin: 0; padding: 0;}
.options_wrapper .control_box .default_table table tr th,
.options_wrapper .control_box .default_table table tr td {height:20px; padding: 0 5px 0 0; margin: 0; text-align: center;border: none; color: black; background: none;}
/*.options_wrapper .control_box .default_table tr td .text input {height:13px;}*/

/*Tool bar tabs*/
.options_wrapper_tabs {
    border-left: 1px solid #efefef;
    height:28px;
    margin:0; 
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    border-bottom:1px solid #efefef;
    background: #f9f9f9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}
.options_wrapper_tabs ul {margin: 0; padding: 0;height: 29px;}
.options_wrapper_tabs ul li a,
.options_wrapper_tabs ul li p {text-decoration: none; color: black; display: block; margin: 0;}
.options_wrapper_tabs ul li {list-style:none; float:left;}
.options_wrapper_tabs ul li a{
        float:left;
	height:30px;
	display:block;
	margin:5px 3px 0 0;
	color:#000;	
	text-decoration:none;
	padding:3px 10px 0 10px;
}
.options_wrapper_tabs ul li.selected p, .options_wrapper_tabs ul li.selected:hover a, .options_wrapper_tabs ul li p:hover, .options_wrapper_tabs ul li.ui-tabs-selected a{
    	float:left;
	height:29px;
	display:block;
	margin:5px 3px 0 0;
	color:#000;	
	text-decoration:none;
	background:#fff;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	box-shadow:0 0 2px #ccc;
        -moz-box-shadow:0 0 2px #ccc;
        -webkit-box-shadow:0 0 2px #ccc;
	padding:4px 10px 0 10px;
}


.options_wrapper_tabs ul li p {
    	float:left;
	height:29px;
	display:block;
	margin:5px 3px 0 0;
	color:#000;	
	text-decoration:none;
	padding:3px 10px 0 10px;
}
.options_wrapper_tabs ul li a:hover {	
        float:left;
	height:30px;
	display:block;
	margin:5px 3px 0 0;
	color:#000;	
	text-decoration:none;
	background:#fff;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	box-shadow:0 0 2px #ccc;
        -moz-box-shadow:0 0 2px #ccc;
        -webkit-box-shadow:0 0 2px #ccc;
	padding:4px 10px 0 10px;}
.options_wrapper_tabs ul li.selected,
.options_wrapper_tabs ul li.ui-tabs-selected,
.options_wrapper_tabs ul li.selected:hover,
.options_wrapper_tabs ul li.ui-tabs-selected:hover  {background-image: none; cursor:default;}
.ui-tabs-hide {display: none;}

/*Margins and Padding table*/
.options_wrapper .control_box .margin_table table {width:190px;margin: 0; padding: 0;}
.options_wrapper .control_box .margin_table tr td {height:20px;width:30px;padding: 0; text-align: center; background-color: #ccc; border: #ccc 2px solid; color: white;}
.options_wrapper .control_box .margin_table tr td.inside_box {width:30px;background-color: #B9B8B8; border: #B9B8B8 2px solid;}
.options_wrapper .control_box .margin_table tr td .text input {/*width:28px;height:13px;*/}

/*Border table*/
.options_wrapper .control_box .border_table table {width:200px;}
.options_wrapper .control_box .border_table table tr td .text input {width:60px;}

/*Height & Width table*/
.options_wrapper .control_box .height_width_table table {width:150px;}
.options_wrapper .control_box .height_width_table table tr td .text input {width:40px;}

/*Background table*/
.options_wrapper .control_box .background_table table {width:200px;}
.options_wrapper .control_box .background_table table tr td .text input {width:60px;}

/*Text table*/
.options_wrapper .control_box .text_table table {width:100px;}
.options_wrapper .control_box .text_table table tr td .text input {width:60px;}

/*SWF table*/
.options_wrapper .control_box .swf_table table {width:100px;}
.options_wrapper .control_box .swf_table table tr td .text input {width:60px;}

/*Theme CSS Acordian */
.new_area { border: none;}
.accordion { width: 480px; border-bottom: solid 1px #c4c4c4;}
.accordion h3 { background: #ccc; padding: 4px 10px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; border-Top: solid 1px #9B9B9B; cursor: pointer; color: black;}
.accordion h3:hover { background-color: #e3e2e2;}
.accordion h3.active { background-position: right 5px;}
.accordion div { background: #ccc; margin: 0; padding: 10px 15px 20px; border-left: solid 1px #c4c4c4; border-right: solid 1px #c4c4c4;}

/*List Tables */
/*.options_wrapper .control_box table.list_table {margin:5px 0 10px 0;}
.options_wrapper .control_box table.list_table tr th {font-weight: bold; text-align: left;padding: 3px; border:none;}
.options_wrapper .control_box table.list_table tr th a {font-weight: bold; background: none; text-decoration: underline;padding: 0;}
.options_wrapper .control_box table.list_table tr td {border-bottom: 1px solid #efefef; padding: 3px; text-align: left;}

.options_wrapper .control_box table.list_table tr.highlight:hover{background:#f9f9f9;}

.options_wrapper .control_box table.list_table .input {margin:0; padding:0;}
*/
/* Cancel fixed width's for products results page */

.products_results_list .options_wrapper .control_box .clm3 .bubbleInfo{width:100%;}
.products_results_list .options_wrapper .control_box .clm3 {width:100%;}
.products_results_list .options_wrapper .control_box



#additional_urls{float:left;}
#additional_url{width:300px;}

#btn_historical_link {margin: 0 5px;}
#historical_link_error {color:#990000;}
.btn_histrorical_link_delete{cursor:pointer; text-decoration: underline;}
#btn_edit_page_name, #btn_edit_page_url, #btn_edit_page_link{cursor:pointer; text-decoration: underline;}

.full_width {width:100%;}

.heading_box h2{
	color:#D22128;
	margin:0;
	padding:0;
}

        /* New Button Styles */
        
        .little_button{
	margin:1px;
	color:#fff;
         text-decoration:none;
        border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 3px 8px 3px 8px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
         background-color: #7D7E7D; background-image: -webkit-gradient(linear, left top, left bottom, from(#7D7E7D), to(#0E0E0E));
         background-image: -webkit-linear-gradient(top, #7D7E7D, #0E0E0E);
         background-image: -moz-linear-gradient(top, #7D7E7D, #0E0E0E);
         background-image: -ms-linear-gradient(top, #7D7E7D, #0E0E0E);
         background-image: -o-linear-gradient(top, #7D7E7D, #0E0E0E);
         background-image: linear-gradient(to bottom, #7D7E7D, #0E0E0E);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7D7E7D, endColorstr=#0E0E0E);
        }

        .little_button:hover{
                margin:1px;
                color:#fff;
         border:1px solid #4a4b4a;
         text-decoration:none;
         background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
         background-image: -webkit-linear-gradient(top, #646464, #282828);
         background-image: -moz-linear-gradient(top, #646464, #282828);
         background-image: -ms-linear-gradient(top, #646464, #282828);
         background-image: -o-linear-gradient(top, #646464, #282828);
         background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
        }
        
        .button.savebutton{
           /*width: 40px;*/
        }

            .button.savebutton.needsave{
                -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
                -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
                box-shadow:inset 0px 1px 0px 0px #f5978e;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d1222a), color-stop(1, #b3020b));
                background:-moz-linear-gradient(top, #d1222a 5%, #b3020b 100%);
                background:-webkit-linear-gradient(top, #d1222a 5%, #b3020b 100%);
                background:-o-linear-gradient(top, #d1222a 5%, #b3020b 100%);
                background:-ms-linear-gradient(top, #d1222a 5%, #b3020b 100%);
                background:linear-gradient(to bottom, #d1222a 5%, #b3020b 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1222a', endColorstr='#b3020b',GradientType=0);
                background-color:#d1222a;
                -moz-border-radius:6px;
                -webkit-border-radius:6px;
                border-radius:6px;
                border:1px solid #b8141c;
                display:inline-block;
                cursor:pointer;
                color:#ffffff;
                font-family:arial;
                text-decoration:none;
                text-shadow:0px 1px 0px #810e05;
            }


         .button.savebutton.needsave:hover {
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b3020b), color-stop(1, #d1222a));
                background:-moz-linear-gradient(top, #b3020b 5%, #d1222a 100%);
                background:-webkit-linear-gradient(top, #b3020b 5%, #d1222a 100%);
                background:-o-linear-gradient(top, #b3020b 5%, #d1222a 100%);
                background:-ms-linear-gradient(top, #b3020b 5%, #d1222a 100%);
                background:linear-gradient(to bottom, #b3020b 5%, #d1222a 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3020b', endColorstr='#d1222a',GradientType=0);
                background-color:#b3020b;
        }
         .button.savebutton.needsave:active {
                position:relative;
                top:1px;
        }
    
    .button, a.button{
        box-sizing:border-box; 
        -ms-box-sizing:border-box; 
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
        margin: 0 5px 0 0;
        height: 26px;
        line-height: 16px;
        float: left;
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-size: 11px;
        font-weight:normal;
        padding:4px 18px!important;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .button:hover, a.button:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color:#f6f6f6;
        color:#000;
        text-decoration:none;
    }
    .button:active, a.button:active {
        position:relative;
        top:1px;
    }
    
    .button:disabled{
         box-sizing:border-box; 
        -ms-box-sizing:border-box; 
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
        margin: 0 5px 0 0;
        height: 26px;
        line-height: 16px;
        float: left;
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-size: 11px;
        font-weight:normal;
        padding:4px 18px!important;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        opacity:0.4;
        -moz-opacity:0.4;
        -webkit-opacity:0.4;
        cursor:not-allowed;
    }
    .button:active:disabled{
        top:0px;
         box-sizing:border-box; 
        -ms-box-sizing:border-box; 
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
        margin: 0 5px 0 0;
        height: 26px;
        line-height: 16px;
        float: left;
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-size: 11px;
        font-weight:normal;
        padding:4px 18px!important;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        opacity:0.4;
        -moz-opacity:0.4;
        -webkit-opacity:0.4;
        cursor:not-allowed;
    }
    .button:hover:disabled{
         box-sizing:border-box; 
        -ms-box-sizing:border-box; 
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
        margin: 0 5px 0 0;
        height: 26px;
        line-height: 16px;
        float: left;
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#666666;
        font-size: 11px;
        font-weight:normal;
        padding:4px 18px!important;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        opacity:0.4;
        -moz-opacity:0.4;
        -webkit-opacity:0.4;
        cursor:not-allowed;
    }


	table.altgrey tr:nth-child(odd) td{
			background:#f9f9f9;
	}
        .mceEditor  tr:nth-child(odd) td{
			background:transparent;
	}
        table.altgrey tr.nobg td{
            background:none;
        }

	.bottom_actions{
            vertical-align: bottom;
            margin: 10px 0 10px 0;
	}
        
        .bottom_actions td{
            background:none;
        }
	
	.widthauto{
		width:auto;	
	}
	
	.clearboth{
		clear:both;	
	}

        /* For products full and split frames */
        #frames_wrapper{
            width:100%;
            float:left;
        }     
        #fullwidth_iframe{
            float:left;
            width:100%;
            background:#fff;
            display:none;
        }
        #split_frames_wrapper{
            width:100%;
            float:left;
        }
        
/* Website preview Styles */
#layer_block{
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#000;
    opacity:0.5;
    z-index:9999999998;
}
    
#preview_toggle{
    float: right;
    color: #fff;
    height: 30px;
    padding: 8px 20px 0 40px;
    text-decoration: none;
    cursor: pointer;
    border-left: 1px solid #555;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background:url('../img/preview.png') 10px no-repeat #444;
    opacity:.5;
    -moz-opacity:.5;
    -webkit-opacity:.5;
}  
#preview_toggle:hover{
    color: #fff;
    padding: 8px 20px 0 40px;
    text-decoration: none;
    cursor: pointer;
    border-left: 1px solid #777;
    background:url('../img/preview.png') 10px no-repeat #444;
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
} 
#preview_window{
    position:fixed;
    bottom:60px;
    top:30px;
    left:50%;
    min-width:990px;
    width: 80%;
    float:left;
    background:#fff;
    border-top:1px solid #ddd;
    box-shadow:0 0 2px #ddd;
    z-index:9999999999;
    display:none;
}
#preview_iframe{
    width:100%;
    height:100%;
    border:none;
}
        
#address_input_table input{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    float:left;
}
#locationField{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px #efefef solid;
    float: left;
    width: 100%;
}
#locationField input {
     height: auto;
    padding:10px;   
}

#locationField input {
    height: auto;
    padding:10px;
}

#locationField #autocomplete{
    width: 100%;
}

#address_input_table .field{
    width: 100%;
}

#address_input_table #route{
    width: 80%;
    margin:0;
}

#address_input_table #street_number{
    width:19%;
    margin-right:1%;
}
        
.viewmenu{
    width:100%;
    float:left;
    clear:left;
    padding: 5px 0 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.tabitem_menu_wrapper{
    position:absolute;
    /*top:30px;*/
    width:100%;
}
.tabitem_menu{
    position: fixed;
    z-index:999999;
    background:#f9f9f9;
    border-bottom:1px #ddd solid;
    height:40px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 6px 6px;
}


/* Breadcrumbs for editor */
.breadcrumbs{
    height:30px;
}
.breadcrumbs span{
    float:left;
    height:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:7px;
}
.breadcrumbs a, .breadcrumbs p{
    float:left;
    height:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:7px 4px;
    margin:0;
    vertical-align:middle;
}

/*.viewmenu:hover{
    position: fixed;
    top: 10px;
    right:10px;
    z-index:99999;
    box-shadow:0 0 2px #666;
    margin: auto;
    padding:5px 10px;
}*/

        
/* DELETE BELOW */

/*ul#recurring_order_product_list{
	list-style: none outside none;
	margin:0;
	padding:0;
}

#recurring_order_product_list li.title{
	float:left;
	clear:both;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B9B8B8;
	margin: 0 0 5px 0;	
}

#recurring_order_product_list li.title div{
	float:left;
	text-align: center;
	padding: 0px 5px;

}

#recurring_order_product_list li.title div.product_name{
	width: 200px;
}
#recurring_order_product_list li.title div.product_type{
	width: 100px;
}
#recurring_order_product_list li.title div.product_price{
	width: 100px;
	
}
#recurring_order_product_list li.title div.product_qty{
	width: 50px;
}
#recurring_order_product_list li.title div.product_option{
	width: 200px;
}
#recurring_order_product_list li.title div.product_qty .input input {
	width: 30px
}
#recurring_order_product_list li.title div.product_recurring_type{
	width: 80px;
}
#recurring_order_product_list li.title div.product_recurring_add{
	width: 50px;
}


#recurring_order_product_list li.value{
	float:left;
	clear:both;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #B9B8B8;
	margin: 0 0 5px 0;
}
#recurring_order_product_list li.value div{
	float:left;
	padding: 0px 5px;
	border-left: 1px solid #B9B8B8;
	height: 60px;
}

#recurring_order_product_list li.value div.product_name{
	width: 200px;
}
#recurring_order_product_list li.value div.product_type{
	width: 100px;
	text-align: center;
}
#recurring_order_product_list li.value div.product_price{
	width: 100px;
	text-align: right;
}
#recurring_order_product_list li.value div.product_qty{
	width: 50px;
	text-align: right;
}
#recurring_order_product_list li.value div.product_option{
	width: 200px;
}
#recurring_order_product_list li.value div.product_qty .input input {
	width: 30px
}
#recurring_order_product_list li.value div.product_recurring_type{
	width: 80px;
	text-align: center;
}
#recurring_order_product_list li.value div.product_recurring_add{
	width: 50px;
	text-align: center;
}

#search_products_result #pagination{
	float:left;
	clear: both;
}

ul#recurring_order_item_list{
	list-style: none outside none;
	margin:0;
	padding:0;
}

#order_items li.title{
	float:left;
	clear:both;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B9B8B8;
	margin: 0 0 5px 0;	
}

#order_items li.title div{
	float:left;
	text-align: center;
	padding: 0px 5px;

}

#order_items li.title div.product_name{
	width: 200px;
}
#order_items li.title div.product_type{
	width: 100px;
}
#order_items li.title div.product_price{
	width: 100px;
	
}
#order_items li.title div.product_qty{
	width: 50px;
}
#order_items li.title div.product_option{
	width: 200px;
}
#order_items li.title div.product_qty .input input {
	width: 30px
}
#order_items li.title div.product_recurring_type{
	width: 80px;
}
#order_items li.title div.product_recurring_delete,
#order_items li.title div.product_recurring_modify,
#order_items li.title div.product_recurring_add
{
	width: 50px;
}


#order_items li.value{
	float:left;
	clear:both;
	border-bottom: 1px solid #B9B8B8;
	margin: 0;
}
#order_items li.value div{
	float:left;
	padding: 0px 5px;
	border-left: 1px solid #B9B8B8;
	height:60px;
}

#order_items li.value div.product_name{
	width: 200px;
}
#order_items li.value div.product_type{
	width: 100px;
	text-align: center;
}
#order_items li.value div.product_price{
	width: 100px;
	text-align: right;
}
#order_items li.value div.product_qty{
	width: 50px;
	text-align: right;
}
#order_items li.value div.product_option{
	width: 200px;
}
#order_items li.value div.product_qty .input input {
	width: 30px
}
#order_items li.value div.product_recurring_type{
	width: 80px;
	text-align: center;
}
#order_items li.value div.product_recurring_add{
	width: 50px;
	text-align: center;
}

#order_items #pagination{
	float:left;
	clear: both;
}

*/

#PageSettingPageSettingsForm label {float:left; padding-right:5px;}

.name{
    margin-bottom:5px;
}

.address_wrapper input, .address_wrapper select{
    margin-bottom:3px;
}






/* COPIED FROM STORE_BACKEND CSS */


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

hr {
    margin:20px 0 10px 0;
    width:100%;
    float:left;
    clear:both;
    background:#ccc;
    height:1px;
}

input, select{
    box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}

#store_table{
	
}

.store_table th{
	width: 20%;
	text-align: left;	
}

table.altgrey td{
    height:31px;
}
table.altgrey textarea{
    width:98%;
    min-height:50px;
}
table.altgrey .separator{
    height:5px;
}

.altgrey .action_button img{
    display:inline;
}

.altgrey input[type=radio] {
    float:none;
    display: inline;
    width: auto;
    margin: 0 5px 0 5px!important;
    vertical-align: middle;
}


.altgrey.padding tr td{
    padding:6px 10px!important;
}
.altgrey.padding .mceEditor tr td{
    padding:0!important;
    margin:0!important;
}

#order_details{
	float:left;
	width:100%;	
}

#order_item_details{
	float:left;
	width:100%;	
}

.artwork_variation tr td{
	border: none;	
}

.big_input{
    -webkit-appearance: none;
    border: 1px #ddd solid;
    width: 374px;
    height: 30px;
    font-size: 16px;
    padding: 0 10px;
}

ul#recurring_order_item_list, ul#order_item_list{
	list-style: none outside none;
	margin:0;
	padding:0;
}

#order_items li#title{
	float:left;
	clear:both;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B9B8B8;
	margin: 0 0 5px 0;	
}

#order_items li#title div{
	float:left;
	text-align: center;
	padding: 0px 5px;

}

#order_items li#total div{
	float:left;
	text-align: center;
	padding: 0px 5px;

}

#order_items li#title div.product_name{
	width: 200px;
}
#order_items li#title div.product_type{
	width: 100px;
}
#order_items li#title div.product_price{
	width: 100px;
	
}
#order_items li#title div.product_qty{
	width: 50px;
}
#order_items li#title div.product_option{
	width: 200px;
}
#order_items li#title div.product_qty .input input {
	width: 30px
}
#order_items li#title div.product_recurring_type{
	width: 80px;
}
#order_items li#title div.product_recurring_delete,
#order_items li#title div.product_recurring_modify,
#order_items li#title div.product_recurring_add
{
	width: 50px;
}


#order_items li.value{
	float:left;
	clear:both;
	border-bottom: 1px solid #B9B8B8;
	margin: 0;
}
#order_items li.value div{
	float:left;
	padding: 0px 5px;
	border-left: 1px solid #B9B8B8;
	height:60px;
}

#order_items li.value .number{
	text-align: right;
}

#order_items li.value div.product_name{
	width: 200px;
}
#order_items li.value div.product_type{
	width: 100px;
	text-align: center;
}
#order_items li.value div.product_price{
	width: 100px;
	text-align: right;
}
#order_items li.value div.product_qty{
	width: 50px;
	text-align: right;
}
#order_items li.value div.product_option{
	width: 200px;
}
#order_items li.value div.product_qty .input input {
	width: 30px
}
#order_items li.value div.product_recurring_type{
	width: 80px;
	text-align: center;
}
#order_items li.value div.product_recurring_add{
	width: 50px;
	text-align: center;
}

#order_items #pagination{
	float:left;
	clear: both;
}

.formDiv label{
	display: inline;	
	clear:both;
	float:left;
	padding:5px 10px 5px 0;
}

.formDiv .input{
	margin: 0 10px 10px 0;
	/*clear:both; Too Gloabal*/
}

.formDiv .input input, .formDiv .input select{
	clear:both;
	float:left;
}


#OrderAddItem{
	width: 300px;
        -webkit-appearance:none;
	border:1px #ddd solid;
	width: 374px;
	height: 30px;
	font-size:16px;
	padding:0 10px;	
}

#RecurringOrderAddItem{
        width: 300px;
        -webkit-appearance:none;
	border:1px #ddd solid;
	width: 374px;
	height: 30px;
	font-size:16px;
	padding:0 10px;
}


.formDiv .address_wrapper .input input{
	clear:none;
        width:250px;
        padding:5px;
}
.formDiv .address_wrapper .input input[type="checkbox"]{
        padding:5px 0 0 0 ;
        float:left;
        clear:left;
        width:auto;
}
.formDiv .address_wrapper .checkbox label{
        padding:0 0 0 5px;
        float:left;
        clear:none;
        width:auto;
}
.formDiv .address_wrapper .input select{
	clear:none;
        width:250px;
}

.formDiv .address_wrapper .input{
	clear:both;	
	margin:0;
}

.formDiv .address_wrapper label{
	min-width:100px;
}
.checkboxRight{
	clear:none;
	float:left;
	width:100%; 
	clear:both;
	margin-top:10px; 
}

.checkboxRight .input{
	margin:0;
	float:right;
}
.checkboxRight input[type=checkbox]{
	margin-top:2px;	
}

.checkboxRight label[for="AddressPrimary"]{
	padding:0;
	clear:none;
	text-align:right;
}

.noLabelRight{
	margin: 0 10px 10px 0;
	clear:none;
	float:left; 
	clear:both; 
	margin-top:10px; 
	width:100%; 
	text-align:right;
}

.customer_address{
	float:left;	
}

table.altgrey .center_column{
    text-align:center;
}
table.altgrey .center_column input{
    float:none;
}

table.auto{
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: auto;
}

table.address_list td{
	padding: 0 20px 20px 0;	
}

.formDiv{
	float:left;
	clear:both;	
}

.formDiv label.horizontal, .formDiv input.horizontal{
	display:inline;	
}

.formDiv label.horizontal{
	margin: 0 10px 0 0;	
}

#OrderTerm, #RecurringOrderTerm, #OrderQuery{
	width:400px;
	height: 32px;
	box-sizing: border-box;
	padding:4px 8px 4px 8px;
        margin:0 5px 0 0;
}

/*#OrderStatus, #OrderPaymentType, #OrderDeliveryDateFrom, #OrderDeliveryDateTo, #RecurringOrderRecurringOrderStatus, #RecurringOrderUserStatus,
#RecurringOrderStatus, #RecurringOrderPaymentType, #RecurringOrderDeliveryDateFrom, #RecurringOrderDeliveryDateTo{
    height: 18px;
    margin: 0 10px;
    padding: 6px;
}*/

#OrderStatusMassUpdateStatusId{
    float:left;
    margin: 0 10px 0 0;

}

#RecurringOrderStatusMassUpdateStatusId{
    margin: 0 5px 0 0;

}

#OrderListForm{
	float:left;
	margin-top:15px;	
}
#RecurringOrderListForm{
	float:left;
}

.paging_info p {
	color:#999;	
}
table.altgrey{
    margin:10px 0 10px 0;
}

#search_button{
	float:left;
	width:auto;
}

.address_list{
	margin-top:20px;	
}

table.address_list{
    clear:none;
    float:left;
    border:1px solid #ccc;
    margin:0 10px 0 0;
    padding:0 0 0 15px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

table.address_list td{
    padding-top:10px;
    padding-bottom:10px;
}

#AddressPriamry.make_primary{
	margin: 3px 5px 0;
}
label[for=AddressPriamry] {
	float:left;
	clear:none;
}

.little_button{
	margin:1px;
	color:#fff;
         text-decoration:none;
border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 3px 8px 3px 8px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #7D7E7D; background-image: -webkit-gradient(linear, left top, left bottom, from(#7D7E7D), to(#0E0E0E));
 background-image: -webkit-linear-gradient(top, #7D7E7D, #0E0E0E);
 background-image: -moz-linear-gradient(top, #7D7E7D, #0E0E0E);
 background-image: -ms-linear-gradient(top, #7D7E7D, #0E0E0E);
 background-image: -o-linear-gradient(top, #7D7E7D, #0E0E0E);
 background-image: linear-gradient(to bottom, #7D7E7D, #0E0E0E);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7D7E7D, endColorstr=#0E0E0E);
}

.little_button:hover{
	margin:1px;
	color:#fff;
 border:1px solid #4a4b4a;
 text-decoration:none;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

/* For printed order pages */

div.order_page{
    page-break-after: always;
}

div.order_page{
    page-break-after: always;
}
div.order_page .order_id{
    margin:0 0 20px 0;
}

div.order_page .order_id p{
    display:inline;
    font-size:20px;
    font-weight:bold;
    margin:0 20px 0 0;
}

div.order_page .address, .order_conditions{
    border:1px black solid;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:1%;
    width:98%;
    margin:0 0 20px 0;
}

div.order_page .address p, .order_conditions p{
    font-size:16px;
}

div.order_page div{
    float:left;
    clear:both;
}
div.order_page #order_item_list tr:nth-last-child(3){
    border-top: 3px solid #000;
}

div.order_page #order_item_list th{
    font-size:20px;
    font-weight:bold;
    padding:10px 0;
    border-bottom:1px #ccc solid;
}
div.order_page #order_item_list td{
    font-size:16px;
    font-weight:bold;
    padding:10px 0;
    border-bottom:1px #ccc solid;
}

.currency, .quantity, .number{
	text-align: right;	
}

.center{
	text-align: center;	
}


table.altgrey td.last_order{
	border-top: 2px solid #000;
	height: 1px;
}



/*table.altgrey tr.recurring_order_not_approved td{
		background:#FFC5C5;
}*/

table.altgrey tr.warning_7days td{
               background:#ccc;
}
/* Warnings for 3 days before delivery due and user not approved */
table.altgrey tr.warning_3days td{
		background:#D22128 !important;
                color:#fff !important;
}
table.altgrey tr.warning_3days td a{
    color:#71E1FF;
}




.selectLink{
	color: #000000;
    display: inline-block;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
    vertical-align: bottom;
}

#OrderCheckAll{
	float:left;	
        margin-top: 3px;
}
.selectLinkArrow{
    background: url("../img/actionMenuArrow.png") no-repeat scroll 6px -28px;
    cursor: pointer;
    float: left;
    height: 16px;
    width: 22px;
    text-indent:-1000px;
    margin:1px;
}

.selectLinkArrow:hover{
	background: url("../img/actionMenuArrow.png") no-repeat scroll 6px -28px #fff;
        border:1px #ccc solid;
        box-shadow:1px 1px 1px #ccc;
        cursor:pointer;
        margin:0px;
}

.selectLinkMenu{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 5px 10px #999999;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    top: 18px;
    width: 150px;
    z-index: 10;
}

.selectLinkMenu li{
	width: 100%;
}

.checkAll{
	position: relative;
	float:left;
}

.selectLinkMenuLink{
	cursor:pointer;	
        color:#000!important;
}
.selectLinkMenuLink:hover{
    color:#000!important;
    text-decoration:underline!important;
    cursor:pointer!important;	
}

.item_report_btn{
	float:right;	
}
.altgrey td:first-child{text-align:center;}
.altgrey.nocheck td:first-child{text-align:left;}
.altgrey td:first-child div.input.checkbox{
    float:none;
    text-align:center;
}

.top_action_buttons_wrap{
    height: 35px;
    float:left;
    margin-bottom:5px;
}

.top_action_buttons_wrap .button{
    height:32px;
}

.top_action_buttons_wrap input[type="text"], .top_action_buttons_wrap select{
    padding:6px;
    margin: 0 5px 0 5px;
    height:32px;
}

.order_links{
	margin: 5px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;	
}
.order_links li{
	margin: 0;
        list-style: none;
        display: table-cell;
        width: 18px;
        height: 19px;
}

.order_links li a{
	display:block;
}
.order_links li.order_recurring_link a{
	width:26px;
	height:20px;
	background: url("../img/recurring.png") no-repeat;
	text-indent: -10000px;
	
}

.order_links li.order_recurring_link a:hover{
	background-position:0 -20px;
}

.order_links li.order_print_link a{
	width:24px;
	height:20px;
	background: url("../img/print.png") no-repeat;
	text-indent: -10000px;
}

.order_links li.order_print_link a:hover{
	background-position:0 -20px;
}

.order_links li.order_delete_link a{
	width:23px;
	height:19px;
	background: url("../img/delete.png") no-repeat;
	text-indent: -10000px;
}

.warning_3days .order_links li.order_delete_link a{
        width:23px;
	height:19px;
	background: url("../img/delete_alt1.png") no-repeat;
	text-indent: -10000px;
}



.order_links li.order_delete_link a:hover{
	background-position:0 -19px;
}


#order_item_list .subtotal{background:#e2e2e2; font-weight:bold;}

#order_item_list .total{font-weight:bold;}

.payment_method #invoice_blocker{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:5000;
    background:rgb(0,0,0);
    background:rgba(0,0,0, 0.7);
    text-align:center;
    color:#fff;
}

#store_preferences{
    width: 100%;
    border-collapse: collapse;
}

#store_preferences td:first-child{
    text-align: right;;
    padding-right:30px;
    width:30%;
}

#store_preferences td:last-child{
    text-align: left;
    padding-left:50px;
    padding-right:50px;
}

#store_preferences td:last-child p{
    color:#777;
}

#store_preferences tr{
    width:100%;
}

#store_preferences td{
    border-bottom: 1px solid #ccc;
    padding: 5px;
  
}

#store_preferences .submit{
    padding:0;
}

.remove_new_day_off{
    color:#D22128;
    text-decoration:none;
    font-weight:bold;
}

.remove_new_day_off:hover{
    color:#D22128;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}

.controlbox.largebuttons input, .controlbox.largebuttons select, .controlbox.largebuttons .button{
    height:32px!important;
}

#searchOrder .preset_searches{
    float:right;
}
.heading_box table td{margin:0!important;padding:0!important;}

.heading_box {
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom: 10px;
    position:relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    top:0;
    border-bottom: #ccc 1px solid;
    box-shadow:0 1px 1px #efefef;
    padding: 10px;
    margin:0;
    z-index: 99999;
    float: left;
}

#content_wrapper{
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
    padding:0;
}

/* Paging Styles */

.pagination_wrapper{
    float:left;
    clear:both;
    width:100%;
    margin:5px 0;
}

/* PRODUCTS TAB ITEM LIST */

.tabitem_list{
    float:left;
    background:#f9f9f9;
    border-right:1px solid #ddd;
    box-shadow: 0 0 2px #ccc;
    width:226px;
    position: relative;
    z-index: 99999;
}

.tabitem_editlink{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

// Css fix for the page setting radio buttons

#PageSettingToggleId0, #PageSettingToggleId1, #PageSettingDropdown0, #PageSettingDropdownSuperfish{
    float:left!important;
}