/*  
ADMIN CSS
*/
html {
    overflow-y: scroll;
}

body {
	margin-top: 20px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #000;
	background:url(../images/bg-main.jpg) repeat-x top #48a3db;
}

table {text-align:left;}


body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

input {
    margin: 5px 0 0px 0;
	padding:2px 0px 2px 2px;
}

select {
    margin: 5px 0 0px 0;
	padding:2px 0px 2px 2px;
	min-width:12em;
}

#wrapper { 
	border:solid; 
	border-width:1px;
	border-color:#000;
	width:960px;
	margin:auto;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	border: 2px solid #0080C0;
	background: #FFFFFF url(../images/background-repeater.jpg) repeat left top;
	}
	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 33px; 
	font-style:italic;
}

h2 {color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 23px; line-height: 140%
}

h3 {
	font-size: 1em;
}

p, ul, ol { font-size: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color:#0076AE;
}

a:hover {
	color:#ccc;
	font-weight:normal;
}

hr { margin: 0px; padding: 0px;  color: #fff;
}

/* Header */

#header {
	width: 960px;
	height: 98px;
	margin: 0 auto;
	background: url(http://restaurant-online.biz/global-images/header-images/header-image_pilot.png) no-repeat left top;
	-webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}


#header h1, #header p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	color: #FFFFFF;
	font-size: 70px;
	padding: 50px 0 0 40px;
}

#header span {
	color: #58382F;
}

#header p {
	margin-top: -5px;
	padding-left: 80px;
	font-size: 13px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

#header-logo img {
margin:0px;padding:0px;
float:right;
margin-top:7px; margin-right:8px;
height:55px; width:auto;
}

#admin-logo img {
margin:0px;padding:0px;
float:left;
margin-top:7px; margin-left:8px;
height:86px; width:auto;
max-width:265px;
}

#sidebar-logo img {
text-align:center;
width:120px; height:auto;
}




/* Page */

#page-container {
	width: 960px;
	margin: 0 auto;
}

#page-container-nobg {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/background-repeater.jpg) repeat left top;
}

#page-bg-top {
}

#page-container-nobg #page-bg-top {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/background-repeater.jpg) repeat left top;
}

#page-bg-btm {
	padding: 10px 30px 0px 30px;
}

/* Content */

#content {padding: 0px; margin:0px;
	float: right;
	width: 750px;
	padding-top: 0px;
	margin-bottom: 8px;
	margin-top: 10px;
	margin-right:10px;
	margin-left:0px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background:#fff;
	min-height:475px;
}


#main-content { 
padding:0px;float:right; 
width: 715px;  margin-right:15px;
}

#main-content  h1 { font-size:25px;
padding-top:0px;margin-top:2px;
text-align:left; margin-left:0;
margin-right:25px;
margin-bottom:8px;
}

#main-content p {
margin-right: 25px;
}


.title { text-align: left;
	margin: 0;
	padding-bottom: 5px;
	font-size: 22px;
	color: #3B3513;
}

.title a {
	text-decoration: none;
	color: #3B3513;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}


.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	margin: 30px 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	padding-left: 10px;
}

.meta .comments {
	padding-left: 10px;
}
.meta a {
}

.entry { 
	padding: 0px 0px; text-align: left;
}

.entry h1 { 
	margin: 0px; padding: 0px 0px 10px 0px; text-align: left; 
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0F0F0F;
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

/* Sidebar */

#sidebar { margin:0px; padding:0px;
	float: left;
	width: 166px;
	margin-top: 10px;
	padding-top: 0px;
	color: #000;
	margin-left: 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 3px;
}

#sidebar li li {
	margin-left:12px;
}


#sidebar a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar h2 a { color:#CCC;
}

#sidebar a:hover {
	text-decoration: none;
	color:#2e515c;
}

#sidebar p {
	padding-left:15px;
}

/* admin sidebar custom buttons */

#header-custom-buttons {text-align:center;margin-top:0px;}
#header-custom-buttons ul a li {text-decoration:none;color:#000; }
#header-custom-buttons ul li {
	list-style-type:none; display:block;
    padding: 4px 6px; width:auto;
    background: #fff;
	text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cccfd2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	width:169px;
	margin-bottom:3px;
	margin-left:8px;
}

#header-custom-buttons ul a li:hover {
    background:#F00; 
    border: solid 1px #c60911;
	color:#fff;
}
#header-custom-buttons ul li:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #e9050d;
    border: solid 1px #c60911;
	color:#fff;
}

#save-button, 
#preview-desktop-site,
#preview-mobile-site
{
	background:#48a3db;
	color:#fff;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:3px 6px;
}

#save-button:hover,
#preview-desktop-site:hover,
#preview-mobile-site:hover
{
	 background:#F00; 
}



/* manage page content float-right box */
#page-options-wrapper {
}
#page-options-wrapper_inside {
}


#table-wrapper {margin-left:100px;
}

#table-wrapper table tr td {
}


/* back home button */
#single-admin-button {
	text-align:center;
	margin-top:0px;
position:absolute; 
margin-top:-80px;
margin-left:530px;
}

#single-admin-button2 {
	text-align:center;
	margin-top:0px;
position:absolute; 
margin-top:-160px;
margin-left:500px;
}

#single-admin-button3 {
	text-align:center;
	margin-top:0px;
position:absolute; 
margin-top:-113px;
margin-left:520px;
}

#single-admin-button4 {
	text-align:center;
	margin-top:0px;
position:absolute; 
margin-top:-50px;
margin-left:530px;
}



#single-admin-button ul a li, #single-admin-button2 ul a li, #single-admin-button3 ul a li, #single-admin-button4 ul a li {text-decoration:none;color:#fff; }
#single-admin-button ul a li, #single-admin-button2 ul a li, #single-admin-button3 ul li, #single-admin-button4 ul a li {
	list-style-type:none; display:block;
    padding: 4px 5px; width:auto;
    background:#2077a1;
	text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cccfd2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	width:169px;
	margin-bottom:3px;
	margin-left:8px;
}

#single-admin-button ul a:hover, #single-admin-button2 ul a:hover, #single-admin-button3 ul a:hover, #single-admin-button4 ul a:hover {
	text-decoration:none;
}
#single-admin-button ul a li:hover, #single-admin-button2 ul a li:hover, #single-admin-button3 ul a li:hover, #single-admin-button4 ul a li:hover {
    background:#48a3db;
	color:#fff;
	text-decoration:none;
}
#single-admin-button ul li:active, #single-admin-button2 ul li:active, #single-admin-button3 ul li:active, #single-admin-button4 ul li:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #e9050d;
    border: solid 1px #c60911;
	color:#fff;
	text-decoration:none;
}



#hours {margin-left:-5px;}

#main-list {list-style-type:disc;}

#main-list li {
margin-left: 21px; 
line-height: 145%;
font-size: 12px; }

.list-header { font-weight: bold; 
color:#60678A; font-size: 15px; 
margin-top: 10px;}
h4 { font-weight: bold; color:#990000; 
font-size: 15px; 
margin-top: 0px; 
margin-bottom: 6px;}

.list-sub { font-weight: normal; color:black; font-size: 14px; margin-top: 10px; line-height: 140%;}

#h-line {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 285px; 
height: 1px; }

#h-line2 {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 275px; 
height: 1px; }


/*form styling */

#form-box {
padding: 0px 0px 0px 0px; 
width: 300px;
height: auto; ;
margin: 0px 0px 0px 0px;
padding-top: 0px;
}

.thank-you {
font-size: 20px; 
font-style: italic; 
color: red; }

table {
margin-top: 0px;  
margin-bottom: 0px;}

td {font-size: 13px; 
padding: 0px 0px 0px 0px; }

table td p {
padding-top: 3px; 
margin-bottom:2px; }

form {
padding: 0px; 
margin:0px;
padding-top: 10px; 
margin-left: 10px;}




img {border: none;}

#page-size img {
padding:0px;}

#links p {
padding-left: 10px; }

#links img {
padding-top:3px;}

#links h3 {}

#services {
ist-style-type:disc; 
padding-left:10px;}

#services li {
line-height:2em;}

#links-box {
background-color: #fff; 
width: 170px; 
margin-left: 12px; }


#coupon-line {
width: 500px; margin: 0px; padding:0px;}

#print-page a {
color:#FF0000;}

.small-text {
font-size: 10px; }

.entry h1 {text-align:center;}

#content-one-column { 
margin:0px;
padding:0px;
background-color:#fff; 
width: 938px; 
border:none;
margin-top:10px;
float:left;margin-left:10px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	}

#content-one-column h1 {
text-align:center;}


/* ADMIN CSS */

#help-box { 
margin-top: 14px; 
margin-left: 8px;
color:#000; 
font-family:Arial, Helvetica, sans-serif;
width: 182px; 
background-color:#fff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
border: 1px solid #0080C0;
margin-bottom:15px;
}


#help-box h2 {margin:0px; 
padding: 0px;font-weight:bold; 
font-size: 15px;
text-align:center;color: #000;
font-family:Arial, Helvetica, 
sans-serif;padding-top:4px; 
margin-bottom:5px;
}

#help-box ul {
	margin:0px; 
	padding:0px;
	margin-bottom:8px;
	}

#help-box ul li .sidebar-links a {
	font-size: 11px; 
	margin:0px; 
	font-weight:normal;
color:#0082BF;
border-bottom:none;
}

#help-box ul {padding-bottom:8px;}

#help-box p {padding:6px; font-size:.9em;
margin:0px;
}

#admin-sidebar {}

#print-menu {width: 300px;padding:25px;}

#float-left-admin {
	float:left; width: 148px;
}

#float-left-admin-icons {
	width:240px;
}

#float-left-admin-icons img {
	width:34px; height:34px;
	margin-left:9px;
}

#float-left-admin-icons img:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#clear-both {
	clear:both;
}

#admin-left-column {
float:left;width:327px; 
margin:0px;padding:0px; 
margin-bottom:10px;
margin-left:-5px;
clear:left;
}

#admin-right-column {
float:right;width:325px; 
margin:0px;padding:0px; 
margin-right:0px;
margin-bottom:10px;
clear:none;
}


#left-admin-wrapper {
	float:left;
	width:327px
}

#right-admin-wrapper {
	float:right;
	width:325px
}

#manage-wrapper {
	float:left;
	width:327px
}

#admin-left-column-top {
}

#admin-left-column-top {
}


#admin-content-bg {
list-style:none;
background-color:#2077a1;
margin-top:-4px;
border:solid 1px #c5c7c9; 
	-webkit-border-radius: 0px 8px 8px 8px;
    -moz-border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
padding:7px;
}

#admin-content-bg a {
	text-decoration:none;
	color:#fff; font-size:13px;
}

#admin-content-bg a:hover {
	color:#ccc;
	font-weight:normal;
}


/* admin home box toppers */

#admin-left-column-top {
	text-align:center;
margin-top:0px; }

#admin-left-column-top ul li {
	list-style-type:none; display:block;
    padding: 5px 6px; width:auto;
    background:#214455; color:#fff;
	text-decoration:none;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border: solid 1px #cccfd2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	width:245px;
	text-align:left;
	font-weight:bold;
}


#admin-left-column-top .info-link {float:right;
	height:18px; width: 18px;  margin-top:-1px;
	}
	
#admin-left-column-top .info-link a:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
	}
	
#sizes-wrapper, #docs-wrapper {margin-left:-22px;
	}
#sizes-wrapper table td, #docs-wrapper table td {
	padding:8px; 
	border-bottom:1px solid #000;
	}
	
#docs-wrapper {margin-top:6px;
}

#docs-wrapper td .button a {
		text-decoration:none;
	color:#FFF;
    padding: 5px 6px; width:auto;
        background:#2077a1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #cccfd2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	width:245px;
	text-align:left;
	font-weight:bold;
}


#sizes-wrapper td a {
	text-decoration:none;
	color:#FFF;
    padding: 5px 6px; width:auto;
        background:#2077a1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #cccfd2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	width:245px;
	text-align:left;
	font-weight:bold;
}

#sizes-wrapper td a:hover, #docs-wrapper td .button a:hover {
         background:#F00;
}

#gallery-thumbnail {
	float:left;margin-left:5px;
	height:75px;overflow:hidden;
}
	
.gallery-icons {
	float:right;width:20px;height:auto;
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
	}
	
.gallery-icons:hover {
	opacity:1;
filter:alpha(opacity=1);
filter: “alpha(opacity=1)”;
	}
	
	/* menu sorting area */
	
#menusort {
	float:left;
	margin-left:15px;
	width:300px;
	background:#2077a1;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:13px 13px 8px 11px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:0px;
	}
	
	
#catsort {
	float:left;
	margin-left:15px;
	width:300px;
	background:#2077a1;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:13px 13px 8px 11px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
}

#widgetsort {
	float:left;
	margin-left:0px;
	width:275px;
	background:none;
	border: none;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	}

.drag-header {
	text-align:left;
color:#fff;font-size:.9em;
margin-bottom:.8em;
}

.built-in-header {
	text-align:left;
color:#000;font-size:.9em;
margin-bottom:.8em;
}

#built-in-box {
		float:right;
	margin-right:15px;
	width:300px;
	background:#ccc;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:13px 13px 8px 11px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
}
	
#menusort li, #widgetsort li, #catsort li, #built-in-inside li,
#available-pages li {
	margin:0;padding:0;
	width:97%;
	color:#000;
	background:#fff;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:5px;
	margin-bottom:5px;
}

#menusort li,
#widgets-top li, #widgets-bottom li, #widgets-sidebar li,  {
	padding: 0;
}

.dd.sidebar  li, .dd.top li, .dd.bottom li, .dd.available li  {
	margin:0;padding:0;
	color:#000;
	background:#fff;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:5px;
	margin-bottom:6px;
}
.dd.available li {
	width: 263px;
	display: inline-block;
	margin-right: 10px;
}
.dd.available .dd-placeholder, .dd.available .dd-empty {
	width: 274px;
	display: inline-block;
	height: 42px !important;
	vertical-align: top;
	margin: 0;
	margin-right: 10px;
	padding: 5px;
}
	
#menusort li:hover, #catsort li:hover, #ol-available-pages li:hover, 
#ol-available-docs li:hover {
cursor:move;
background:#f3f0f0;
}
	
.dd-list li .remove-icon {
	position: absolute;
	right: 6px;
	top: 7px;
}

#catsort li .remove-icon,
#widgetsort li .remove-icon {
	float: right;
}
	
#menusort li ul,
#widgetsort li ul {
margin-left:24px;
}
#menusort li li,
#widgetsort li li {
	margin:0;padding:0;
	width:86%;
	color:#000;
	background:#fff;
	border:none;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	/*padding:5px;*/
	margin-bottom:5px;
	}
	
#menusort li li:hover,
#widgetsort li li:hover {
cursor:move;
background:#999;
color:#fff;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	}
	

#available-pages {
	float:right;
	margin-right:20px;
	width:300px;
	background:#2077a1;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:13px 13px 8px 13px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:0px;
	}
	

	
#add-custom-link {
	clear:right;
	float:right;
	margin-right:20px;
	width:310px;
	background:#2077a1;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:0px 8px 8px 8px;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
	}
	
#add-custom-link p {
		font-size:.9em;
		font-style:italic;
	}
	
#widget-admin-left, #widget-admin-right, #widget-admin-full {
		clear:right;
	float:right;
	margin-right:20px;
	width:274px;
	background:#2077a1;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:0px 8px 8px 8px;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
}

#widget-admin-left {
	float:left;
	width:240px;
	margin-left:15px;
}

#widget-admin-full {
	float:left;
	width:570px;
	margin-left:15px;
}

#widget-admin-full #widgetsort {
	float:left;
	width:570px;
	padding:0;margin:0;
	background:none;
}

#widget-admin-full #widgetsort li {
	display:inline;
	float:left;
	width:266px;
	margin:0;padding:0;
	color:#000;
	background:#fff;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:5px;
	margin:3px;

}

.selection-link {width:114px;
float:right;font-size:.85em;
text-align:right;
}

#widget-admin-left #widgetsort {
	width:240px;
}

#widget-admin-left #widgetsort li {
	margin:0;padding:0;
	width:228px;
	color:#000;
	background:#fff;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:5px;
	margin-bottom:6px;
}


#menusort h2, #available-pages h2, #add-custom-link h2, #add-custom-link h2,
#widget-admin-left h2, #widget-admin-right h2 , #widget-admin-full h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em; color:#fff; font-weight:bold;
}
#add-custom-link h2 {
		margin-bottom:0px;padding-bottom:0px;
		margin-top:3px;
	}
#widget-admin-left h2, #widget-admin-right h2 , #widget-admin-full h2 {
	margin-top:.3em;margin-bottom:.2em;
}
	
#available-pages li {
	clear:both;
	/*height:1.6em;*/
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:3px;
	background:#fff;
	color:#000;
	/*padding:4px 4px 4px 5px;*/
}

.add-to-menu {
	color:#fff;
	padding:0px 4px 0px 4px;
		background:#48a3db;
	border: solid 1px #cccfd2;
	  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	float:right;
}
.add-to-menu a {
	text-decoration:none;
	color:#fff;
}

.add-to-menu:hover {
	 background:#F00; 
}

#menu-wrapper {width:auto; border:1px solid #467182; 
	font-weight:bold; cursor:pointer; 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	-ms-border-radius:7px;
    border-radius: 7px;
    border: solid 1px #e8e8e8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#fff;
	background: #e9050d;
	text-align:left;padding-left:.5em;
	margin-bottom:0px;
}
	
#menu-wrapper img {
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.widget-copy-line {margin-bottom:12px;
width:99%;
clear:both;
}

.widget-copy-line hr {margin-top:6px;}

ul.categoryitems {
	background:yellow;width:95%;padding:1%
}


/* edit menu and products sub page style */

ul.categoryitems {
	background:none;
	width:95%;
	max-width:95%;
	padding:1%
}
.item-main-section {
	float:left;
	width:320px;
	display:none;
}
.product-image-section {
	background:#F0F0F0;
	float:right;
	width:340px;
	padding:6px;
		border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:10px;
}
.sizes-offered-section {
	background:#F0F0F0;
	float:right;
	width:334px;
	padding:9px;
	clear:right;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:10px;
	text-align:left;
}

.sizes-offered-section input[type="checkbox"] {
    width:15px;
    height:15px;
    vertical-align:middle;
	margin-top:-2px;
}

.sizes-offered-section h2 {

}
.choices-offered-section,
.fixings-offered-section {
		background:#F0F0F0;
	float:left;
	width:49%;
	padding:9px;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:10px;
	text-align:left;
}

.fixings-offered-section {
	width:44%;
}

.item-listing {
margin-top:-5px;
margin-bottom:0px;
padding:0;
font-size:.9em;
}

.item-listing_fixings {
margin-top:3px;
margin-bottom:0px;
padding:0;
font-size:.9em;
}

.choices-offered-section .sections,
.fixings-offered-section .sections {
float:left;
width:33%;
}

.fixings-offered-section {
float:right;
}
#update {
	    background:#48a3db;
	color:#fff;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:3px 6px;
}
#update:hover {
	 background:#F00; 
}
.delete-button {
margin-top:4px;
}
.delete-button a {
	    background:#ccc;
	color:#000;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:3px 6px;
	text-decoration:none;
}
.delete-button a:hover {
	 background:#F00;
	 color:#fff;
}
input, select, textarea
{
}
 
input[type="checkbox"] {
    width:14px;
    height:14px;
    vertical-align:top;
	margin-top:0px;
}

tr td {padding-bottom:2px;}
table.menu-items,
table.menu-items-header {
	margin-left:8px;
}

tr.item-row-background {
	background:#D2D2D2;
}
tr.item-row-background td#item-data-left {
	     -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
tr.item-row-background td#item-data-right {
	     -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
	padding:.4em;
}


.item-info-wrapper {
	float:left;
}

.item-button-area {
}

tr.item-row-background p {
	padding-left:.7em;
	color:#185d85;
}

table tr.item-row-background td#item-data-left,
table tr.item-row-background td#item-data-right{
border:solid 1px #D2D2D2;
}

.new-item-button {
	margin-left:10px;
	margin-top:3px;
	text-align:center;
}

table#manage-page-content {
}


table#manage-page-content .move-right {
	float:right;
	margin-top:-2px;
	margin-bottom:5px;
}

table#manage-page-content h3 {
	width:98%;
}

table#manage-page-content .acc-section {
	width:100%;
}


table#manage-page-content a,
table#manage-page-content a:hover {
	text-decoration:none;
	color:#000;
}

#manage-page-content_right {
float:right;
width:260px;
	background:#fff;
	border:solid 1px #000;
	height:auto;
	min-height:50px;
	margin-left:420px;
	margin-top:-500px;
	  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:8px;
}

#manage-page-content_right .page-type select {
	float:right;
	clear:both;
	width:100%;
	margin:4px 0px 4px 0px;
}


/* preview buttons */

#preview-desktop-site,
#preview-mobile-site
{
	padding:9px 6px;
}

#preview-desktop-site:hover,
#preview-mobile-site:hover
{
}

#preview-button-wrapper {
	float:right;
	width:233px;
	clear:right;
	margin-right:384px;
	margin-top:-10px;
}

table#manage-page-content #preview-button-wrapper a,
table#manage-page-content #preview-button-wrapper a:hover {
color:#fff;
}
#preview-button-wrapper_float {
float:right;
}
a#preview-desktop-site,
a#preview-mobile-site  {
	text-decoration:none;
	color:#fff;
}



/* tooltip */

a[data-tooltip], a[data-tooltip]:link, a[data-tooltip]:visited {
	position: relative;
	text-decoration: none;
}

a[data-tooltip]:before {
  content: "";
  position: absolute;
  border: solid;
  border-color: #333 transparent;
  border-width: 7px 7px 0 7px;
  bottom: 20px;
  visibility: hidden;
  z-index:198;
}

a[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  visibility: hidden;
    background: #333;
    background: rgba(0,0,0,.9);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    left: -20%;
    padding: 7px 10px;
	width:200px;
	z-index:198;
}

a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
  visibility: visible;
  -webkit-transition: visibility 0s linear .6s;
  -moz-transition: visibility 0s linear .6s;
  -o-transition: visibility 0s linear .6s;
  transition: visibility 0s linear .6s;
}

.entry a {
	text-decoration:none;
	color:#000;
}

#new-page-wrapper {float:right;
width:380px;
margin-top:-52px;
margin-right:5px;
}

/* admin mobile icons */

#mobile-icon-wrapper .dd.current .dd-handle {
		height: 50px;
		display: inline-block;
		width: 195px;
		float: left;
	}
	span.mobile-slider-icon {
		display: inline-block;
		margin-right: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		text-align: center;
		position: relative;
		border: 1px solid #000;
	}
	span.mobile-slider-icon.image {
		border: none;
	}
	/*span.icon-text {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -25%;
		left: 50%;
		margin-left: -25%;
	}*/
	.dd-dragel .mobile-slider-icon, .dd-dragel .mobile-slider-icon-image {
		display: none;
	}

	.color-theme {
		width: 50px;
		height: 50px;
		display: inline-block;
		border: 1px solid #000;
	}

	.label-color-theme {
		display: inline-block;
		margin-right: 15px;
		text-align: center;
	}
	.label-color-theme input {

	}



.mobile-slider-icon {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
		display: inline-block;
		margin-right: 0px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border:none;
  		text-align: center;
		line-height:50px;
		display: table; 
}

.mobile-slider-icon .icon-text {
	display: table-cell; 
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
	line-height: normal; 
	width: 50px;
	max-width:50px;
	height:50px;
	padding:3%;
}

.mobile-slider-icon img {
	width: 50px;
	max-width:50px;
  height: 50px;
  max-height:50px;
}
.icon-text {
 font-size:9px;
 display: inline-block;
  vertical-align: middle;
  line-height: normal; 
 line-height:1.1em;
}

/* popup window styling for mobile icons */
.tr-custom-icon td,
.tr-pre-made-icon td {
	padding-top:12px;
}

#color-themes .label-color-theme {
	padding-bottom:12px;
}

.color-theme {
		-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
		width: 50px;
		height: 50px;
  		text-align: center;
}

.color-theme .icon-text {
	font-size:11px;
	padding-top:12px;
}

/* edit widget page styles *******/

#widget-wysiwyg-wrapper {
	float:left;
	width:390px;
	margin-top:12px;
	margin-bottom:25px;
}

#widget-options-wrapper {
	float:right;
	width:275px;
	margin-right:10px;
	margin-top:5px;
}

#widget-options-wrapper .widget-checkboxes {
	padding-top:8px;
}