/*  
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;
}

#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 {
}

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

/* Header */

#header {
	width: 960px;
	height: 98px;
	margin: 0 auto;
	background: url(../images/header-image.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, #filter-button {
	    background:#48a3db;
	color:#fff;
	border: 1px solid #777777;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:3px 6px;
	text-decoration:none;
}

#update {
	    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;
}

#update:hover {
	color:#fff;
background:#F00; 
}

#save-button:hover, #filter-button:hover {
	 background:#F00; 
}

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

#table-wrapper table tr td {
	;
}

#live-header {
	background:#000;color:#fff;
}

/* 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;
}

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

#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 {
	font-weight:600;
}


/* 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;}