@charset "utf-8";
@import url("../css/960.css");

/* ------------------------------------------
 DEBUG STYLING
 --------------------------------------------- */

table.debug {
	margin: 10px 0;
	border: 1px solid #000;
	color: #666;
	width: 100%;
}

table.debug tr.error {
	background-color: #ccc;
	color: #000;
}

table.debug tr.error:hover, table.debug tr:hover {
	background-color: #ccc;
	color: #000;
}

table.debug td {
	margin: 0;
	padding: 2px;
}

#sql_debug {
	font-family: Courier New;
}

#sql_debug ul {

}

#sql_debug ul li {
	padding: 1px 5px;
	color: #666;
}

#sql_debug ul li:hover {
	background-color: #ccc;
	color: #000;
}

#sql_debug ul li.strong {
	font-weight: bold;
	text-transform: uppercase;
}

#sql_debug ul li.warning {
	font-weight: bold;
	color: #ff0000;
}

#sql_debug ul li span {
	background-color: #ccc;
	padding: 0 10px;
	border: 1px solid #fff;
}

.product img, .product span {
	float: left;
}
span.count {
	margin-left: 5px;
}

.ui-sortable-helper {
	width: 300px !important;
}
#children_0 {
	margin-top: 25px;
}
.product {
	clear: left;
	display: table;
	padding-right: 30px;
	margin-left: 10px;
	margin-top: 3px;
}

.productTitle, .editable span {
	cursor: pointer;
	margin-left: 5px;
}

.productTitle:hover, .editable span:hover {
	text-decoration: underline;
}

.ui-tabs, .ui-tabs .ui-tabs-panel {
	padding: 0px !important;
	padding-left: 2px !important;
}
#entityFancyBoxContainer {
    width: 800px;
    min-width: 750px;
}
#entityContainer .editable:hover {
	cursor: pointer;
	height: auto;
	background-color: #C2F5F7;
	background-image: url('../images/edit.png');
	background-position: right;
	background-repeat: no-repeat;
}
.entityContainerTitle {
    margin: 10px;
    font-size: 1.3em;
}
.entityContainerTitle > .name-container {
    font-weight: normal;
}
.paddedFancyWrapper {
    width: 770px;
    padding: 10px;
}
.paddedFancyWrapper > p {
    color: #333;
}

ul.languageTabs {
	padding-top: 20px;
}

.algemeen {
	padding-top: 50px;
	float: left;
	background-position: top center;
	background-image: url('../images/algemeen.png');
	background-repeat: no-repeat;
}

.afbeeldingen {
	padding-top: 50px;
	float: left;
	background-position: top center;
	background-image: url('../images/afbeelding.png');
	background-repeat: no-repeat;
}
.opties {
	padding-top: 50px;
	float: left;
	background-position: top center;
	background-image: url('../images/index.png');
	background-repeat: no-repeat;
}
.details {
    padding-top: 50px;
    float: left;
    background-position: top center;
    background-image: url('../images/note_view.png');
    min-width: 50px;
    text-align: center;
    background-repeat: no-repeat;
}

.prices {
    padding-top: 50px;
    float: left;
    background-position: top center;
    background-image: url('../images/currency_euro.png');
    min-width: 50px;
    text-align: center;
    background-repeat: no-repeat;
}

/* ------------------------------------------
 GENERAL STYLING
 --------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 13px;
	color: #666;
}

a {
	color: #1675a1;
	text-decoration: none;
}

p {
	color: #858585;
	line-height: 1.5em;
}

h1, h2, h2, h4, h5 {
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #666;
}

h1 {
	font-size: 26px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #555555;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 17px;
	color: #666;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

blockquote {
	margin: 22px 40px;
	color: #575757;
	padding: 0px 50px;
	background: transparent url("../images/blockquote.gif") no-repeat 0 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fifty {
	width: 50%;
}

td.inactive {
	opacity: 0.4;
	filter: alpha(opacity = 40);
	text-decoration: line-through;
}

/* ------------------------------------------
 CONTROL PANEL - SETTINGS  IN HEADER
 --------------------------------------------- */

#placeholder {
	height: 200px;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #CCCCCC;
}

.png_bg {
}

#tooltip {
	font-size: 10px;
	font-weight: bold;
}

#header {
	background-color: #000;
	overflow: hidden;
	padding-top: 25px;
}

/* -------------------------------------------------------
 LOGO - COULD JUST USE YORU OWN IMAGE FOR A LOGO
 ----------------------------------------- ----------------*/

#logo h1 {
	font-size: 36px;
	letter-spacing: -3px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F1F1F1;
	margin: 0px;
	font-weight: bold;
}

#logo h1 span {
	font-weight: normal;
}

#admin_wrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#admin_wrapper form #logo h1 {
	color: #333;
	margin-bottom: 19px;
}

#head_wrap {
	overflow: hidden;
}

#col1wrap {
	position: relative;
}

/* ------------------------------------------
 CONTROL PANEL - SETTINGS  IN HEADER
 --------------------------------------------- */

#controlpanel ul {
	float: right;
	margin-top: 4px;
}

#controlpanel ul li {
	display: inline;
	font-size: 11px;
	color: #F1F1F1;
	
}

#controlpanel ul li a, #navigation ul li a {
	float: left;
	display: block;
	background-color: #900000;
	text-decoration: none;
	color: #efefef;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900000;
	border-right-color: #900000;
	border-bottom-color: #900000;
	border-left-color: #900000;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right:1px;
}

#controlpanel ul li a:hover, #navigation ul li a:hover {
	background-color: #F2F2F2;
	color: #202020;
	border: 1px solid #F2F2F2;
}
/*
#controlpanel ul li .last, #navigation ul li .nav_last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009BCE;
}
*/
#controlpanel ul li p {
	padding: 6px;
	margin-right: 15px;
	float: left;
	color: #FFF;
}

#signOutButton{
	background: #b41a82!important;
	border: none!important;
	-moz-box-shadow:    0px 0px 3px 3px #83cbd6;
	-webkit-box-shadow:  0px 0px 3px 3px #83cbd6;
    box-shadow:  0px 0px 3px 3px #83cbd6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* ---------------------------------------
 NAVIGATION
 ----------------------------------------- */
#navigation {
	margin-top: 40px;
}

#navigation ul li a {
	float: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li .active {
	background-color: #F2F2F2;
	color: #3F3F3F;
	border: 1px solid #F2F2F2;
}

/* ---------------------------------------
 SUBNAVIGATION
 ----------------------------------------- */

#sub_nav {
	background-color: #F2F2F2;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
/*
	-moz-box-shadow: 0px -5px 30px #ccc;
	-webkit-box-shadow: 0px -5px 30px #ccc;
	box-shadow: 0px -5px 30px #ccc;
*/
	z-index:100;
}

#subnav ul li a {
	text-decoration: none;
	color: #999;
	font-size: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#subnav ul li {
	display: inline;
}

#subnav ul li .sub_nav_active {
	color: #000;
	font-weight: bold;
}

#subnav_wrap #subnav ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#subnav ul li .sub_nav_last {
	border-right-style: none;
}

#main_content_wrap {
	clear: both;
	margin-top: 20px;
}

/* ---------------------------------------
 ICON DOCK
 ----------------------------------------- */

#icondock ul li a img {
	margin-bottom: 10px;
	height:30px;
}

#icondock ul li a {
	float: left;
	height: 70px;
	width: 75px;
	padding: 15px 10px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #900000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;
}

#icondock ul li {
	display: inline;
}

#icondock ul li a:hover {
	background-color: #FFF;
	border: 1px solid #999;
	color: #900000;
}

#icondock ul li a span {
	position: absolute;
	height: 8px;
	text-decoration: none;
	background-color: #E60000;
	padding: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	left: 75px;
	top: -8px;
	right: 0px;
	bottom: 0px;
	line-height: 9px;
	width: 8px;
	text-align: center;
	z-index: 1;
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;
}
/*----------------------------------------
TOOL TIP BOX
----------------------------------------*/

.containerMousToolTip{
	float: right;
	color: #666666;
	background: #f2f2f2;
	margin-top: -11px;
	border: 1px solid #CCC;
}

.toolTipLeftClick img{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}
.toolTipLeftClick{
	float: left;
	width: 190px;
	height: 96px;
	border-right: 1px solid #CCC;
	padding-left: 10px;
}

.toolTipRightClick img{
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}
.toolTipRightClick{
	float: right;
	width: 190px;
	padding-left: 10px;
}
/* ---------------------------------------
 NOTICES
 ----------------------------------------- */

#notices {
	clear: both;
}

#notices ul li a {
	display: block;
	height: 16px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#notices ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#notices ul li a:hover {
	text-decoration: underline;
}

/*  These are the styles for the notices. Because you could use them for almost everything, I've
 left them as generic class names and used 7 different 16 x 16 icons from the FAT COW HOSTING ICONS

 You can download the full set from http://www.fatcow.com/free-icons

 */

.notice-icon1, .notice-icon2, .notice-icon3, .notice-icon4, .notice-icon5, .notice-icon6, .notice-icon7 {
	background-repeat: no-repeat;
	background-position: left center;
}

.notice-icon1 {
	background-image: url(../images/icondock/16x16/comment_add.png);
}

.notice-icon2 {
	background-image: url(../images/icondock/16x16/wishlist_add.png);
}

.notice-icon3 {
	background-image: url(../images/icondock/16x16/date_add.png);
}

.notice-icon4 {
	background-image: url(../images/icondock/16x16/newspaper_add.png);
}

.notice-icon5 {
	background-image: url(../images/icondock/16x16/basket.png);
}

.notice-icon6 {
	background-image: url(../images/icondock/16x16/bell.png);
}

.notice-icon7 {
	background-image: url(../images/icondock/16x16/support.png);
}

.btn-del, .btn-reply {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
	float: left;
	margin-right: 5px;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	-moz-border-radius: 5px;
	line-height: 16px;
	height: 16px;
}

.btn-del:hover, .btn-reply:hover {
	color: #666;
}

.btn-del {
	background-image: url(../images/email_delete.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

.btn-reply {
	background-image: url(../images/email_edit.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

/* -------------------------------------------
 NOTIFICATIONS
 -------------------------------------------- */

.notification {
	cursor: pointer;
	clear: both;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 65px;
	font-size: 12px;
	position: relative;
}

.notification  p {
	color: #333;
	line-height: 40px;
}

.warning {
	background-image: url(../images/icondock/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC44A;
	background-color: #FFDB91;
}

.success {
	background-image: url(../images/icondock/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #E2FF7D;
}

.failure {
	background-image: url(../images/icondock/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #F5B5A9;
}

.information {
	background-image: url(../images/icondock/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #B3CFEA;
}

.lightbulb {
	background-image: url(../images/icondock/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEEFCB;
}

.messages {
	background-image: url(../images/icondock/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.message p {
	font-size: 11px;
	color: #999;
	line-height: 20px;
}

.message h3 {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

.message h3 span {
	font-size: 13px;
	color: #999;
	font-style: italic;
}

/* ---------------------------------------
 TABLE STYLING
 ----------------------------------------- */

td {
	padding: 4px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

th {
	color: #333333;
	text-align: left;
	background-color: #EBEBEB;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

/* ----------------------------
 TABLE AND LINKS
 ------------------------------ */

table {
	color: #217EBC;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

td a, td a:visited {
	color: #258CD1;
}

/*This is for the zebra striping */
.even {
	background-color: #F0F0F0;
}

table tr.productHeader {
	background-color: gray;
	color: white;
}

table tr.categoryheader {
	background-color: #CECECE;
	color: black;
	height: 25px;
	cursor: pointer;
}

table tr.categoryheader td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

table  td.default {
	color: gray;
}

td.value {
	border-left: 1px solid #fff;
	margin: 4px;
}

td.value:hover {
	cursor: pointer;
	border: 1px dotted #999;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/edit.png);
}

div.floatingEditBox {
	background-color: #e3f1fa;
	position: absolute;
	margin-bottom: auto;
	left: 50%;
	top: 50%;
	z-index: 99999;
	-moz-box-shadow: 3px 3px 4px #666; /* Firefox/Mozilla */
	-webkit-box-shadow: 3px 3px 4px #666; /*Safari/Chrome */
	box-shadow: 3px 3px 4px #666; /* Opera & hoe het zou moeten */
	/* Voor IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* Voor IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#666666');
}

}

/* ----------------------------
 TIPSY TOOLTIPS
 ------------------------------ */
.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	margin-top: 12px;
}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tipsy-north {
	background-position: top center;
}

.tipsy-south {
	background-position: bottom center;
}

.tipsy-east {
	background-position: right center;
}

.tipsy-west {
	background-position: left center;
}

/* ----------------------------
 FORMS
 ------------------------------ */

/* ------------ SUBMIT BUTTONS ------------ */

form input.submit {
	line-height: 15px;
	border: 0;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	background-color: #00769D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
	background-image: url(../images/button_highlighter.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

form input.submit.special {
	background-color: #000000;
}

form input.submit:hover {
	text-decoration: underline;
	background-color: #333333;
}

form p {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

form input {
	float: left;
	margin-right: 10px !important;
}

form label {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	text-transform: uppercase;
	width: 90%;
}

form p .valid {
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 8px;
}

form p .error {
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 8px;
}

legend {
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	display: block;
	width: 100%;
}

dt {
	float: left;
	width: 150px;
	clear: both;
	padding-top: 15px;
	font-weight: bold;
}

fieldset dd {
	padding: 0px;
	float: left;
	clear: none;
}

dd {
	float: left;
	width: 300px;
	clear: both;
	padding-top: 20px;
}

dt {
	float: left;
}

dd.text {
	padding-top: 13px;
}

form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	margin-top: 15px;
}

input.text:focus, #forms form textarea:focus {
	background-color: #F2F2F2;
	border: 1px solid #999999;
}

form .select {
	padding: 2px;
	height: 25px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/button_highlighter.png);
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------
 IMAGE GALLERY
 -------------------------------------------------------------- */
.imglist li {
	list-style-type: none;
	display: block;
	border: 1px solid #CCC;
	float: left;
	margin: 7px;
	padding: 7px;
	float: left;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.imglist li:hover {
	border-color: #999;
}

.imglist li .actions {
	width: 100px;
	height: 100px;
	display: block;
	z-index: 10;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0px;
	display: none;
	padding: 5px;
	line-height: 100px;
}

.imglist li:hover .actions {
	display: block;
}

a.imglistbutton {
	background-color: #FFF;
	padding: 9px;
	height: 16px;
	width: 16px;
	display: block;
	border: 1px solid #FFF;

}

a.imglistbutton:hover {
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}

/* ----------------------------
 PAGINATION
 ------------------------------ */

#pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none; /* savers */
	float: left;
}

#pagination a {
	border: 1px solid #CCC;
	margin-right: 2px;
	color: #00769D;
}

#pagination .previous-off, #pagination .next-off {
	border: solid 1px #DEDEDE;
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#pagination .next a, #pagination .previous a {
	font-weight: bold;
}

#pagination .active {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left; /* savers */
	margin-right: 2px;
	background-color: #00769D;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#pagination a:link, #pagination a:visited {
	color: #00769D;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#pagination a:hover {
	border: 1px solid #00769D;
}

/* ----------------------------
 TABS
 ------------------------------ */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
	/*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

#entityTabs{
	background: #CCCCCC;
	border: none;
	border-radius: 0!important;
}

/* ----------------------------
 ACCORDION
 ------------------------------ */

h3.acc_trigger {
	padding: 0;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	background-image: url(../images/h2_trigger_a.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-decoration: none;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h3.acc_trigger a {
	color: #555555;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}

h3.acc_trigger a:hover {
	color: #000;
}

h3.active {
	background-position: left bottom;
}

.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.acc_container .block {
	padding: 20px;
}

/* ----------------------------
 FOOTER
 ------------------------------ */

#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#footer a {
	color: #00769D;
}

/* ----------------------------
 WYSIWYG EDITOR
 ------------------------------ */

div.wysiwyg {
	border: 1px solid #bbb;
	padding: 0;
	background-color: #fefefe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 880px !important;
}

div.wysiwyg * {
	margin: 0;
	padding: 0;
	outline: none;
}

div.wysiwyg ul.panel {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 875px;
	padding: 5px;
	margin: 0;
}

div.wysiwyg ul.panel li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 2px 2px 3px 0;
	background: #ffffff;
	height: 16px;
	overflow: hidden;
}

div.wysiwyg ul.panel li.separator {
	height: 16px;
	margin: 3px 4px 0;
	border-left: 1px solid #cccccc;
}

div.wysiwyg ul.panel li a {
	text-indent: -5000px;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/../images/jquery.wysiwyg.gif') no-repeat -64px -80px;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 1px;
}

div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
	opacity: 1.00;
	filter: alpha(opacity = 100);
}

div.wysiwyg ul.panel li a.active {
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-left-color: #aaaaaa;
	border-top-color: #aaaaaa;
	padding: 0;
}

div.wysiwyg ul.panel li a.bold {
	background-position: 0 -17px;
}

div.wysiwyg ul.panel li a.italic {
	background-position: -16px -17px;
}

div.wysiwyg ul.panel li a.strikeThrough {
	background-position: -32px -17px;
}

div.wysiwyg ul.panel li a.underline {
	background-position: -48px -16px;
}

div.wysiwyg ul.panel li a.justifyLeft {
	background-position: 0 0;
}

div.wysiwyg ul.panel li a.justifyCenter {
	background-position: -16px 0;
}

div.wysiwyg ul.panel li a.justifyRight {
	background-position: -32px 0;
}

div.wysiwyg ul.panel li a.indent {
	background-position: -64px 0;
}

div.wysiwyg ul.panel li a.outdent {
	background-position: -80px 0;
}

div.wysiwyg ul.panel li a.subscript {
	background-position: -64px -16px;
}

div.wysiwyg ul.panel li a.superscript {
	background-position: -80px -16px;
}

div.wysiwyg ul.panel li a.undo {
	background-position: 0 -63px;
}

div.wysiwyg ul.panel li a.redo {
	background-position: -16px -65px;
}

div.wysiwyg ul.panel li a.insertOrderedList {
	background-position: -32px -48px;
}

div.wysiwyg ul.panel li a.insertUnorderedList {
	background-position: -16px -48px;
}

div.wysiwyg ul.panel li a.insertHorizontalRule {
	background-position: 0 -48px;
}

div.wysiwyg ul.panel li a.h1 {
	background-position: 0 -32px;
}

div.wysiwyg ul.panel li a.h2 {
	background-position: -16px -32px;
}

div.wysiwyg ul.panel li a.h3 {
	background-position: -32px -32px;
}

div.wysiwyg ul.panel li a.h4 {
	background-position: -48px -32px;
}

div.wysiwyg ul.panel li a.h5 {
	background-position: -64px -32px;
}

div.wysiwyg ul.panel li a.h6 {
	background-position: -80px -32px;
}

div.wysiwyg ul.panel li a.cut {
	background-position: -32px -64px;
}

div.wysiwyg ul.panel li a.copy {
	background-position: -48px -64px;
}

div.wysiwyg ul.panel li a.paste {
	background-position: -64px -64px;
}

div.wysiwyg ul.panel li a.increaseFontSize {
	background-position: -16px -80px;
}

div.wysiwyg ul.panel li a.decreaseFontSize {
	background-position: -32px -80px;
}

div.wysiwyg ul.panel li a.createLink {
	background-position: -80px -48px;
}

div.wysiwyg ul.panel li a.insertImage {
	background-position: -80px -80px;
}

div.wysiwyg ul.panel li a.html {
	background-position: -47px -46px;
}

div.wysiwyg ul.panel li a.removeFormat {
	background-position: -80px -64px;
}

div.wysiwyg ul.panel li a.empty {
	background-position: -64px -80px;
}

div.wysiwyg iframe {
	border: 0;
	clear: left;
	margin: 0;
	width: 918px !important;
}

.panel_item ul {
	border-top: 1px solid #1675a1;
	padding-top: 10px;
}

.panel_item ul li {
	float: left;
	margin-right: 10px;
}

.mediaObject {
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 140px;
	height: 150px;
	background-color: whitesmoke;
	font-size: 11px;
}

.mediaObject:hover {
	background-color: #fff;
}

.mediaObject div {
	height: 90px;
	margin-bottom: 10px;
}

.mediaObject span:hover {
	text-decoration: underline;
	cursor: pointer;
}

#mediaSearch {
	float: left;
}

#mediaSearchLoader {
	display: none;
	float: left;
}

.mediaSearch:hover {
	background-color: gray;
}

.mediaSearch {
	cursor: pointer;
}

/* ----------------------------
 ICONS
 ------------------------------ */

a.ui-icon {
	float: left;
	margin: 0 3px;
}

div.loader {
	background: url('../images/ajax-loader-small.gif') no-repeat;
}

a.editIcon {
	background: url('../images/icons/edit.png') no-repeat !important;
}

a.viewIcon {
	background: url('../images/icons/database.png') no-repeat !important;
}

a.orderIcon {
	background: url('../images/icons/order.gif') no-repeat !important;
}

a.selectIcon {
	background: url('../images/icons16x16/image_edit.png') no-repeat !important;
}

a.deleteIcon {
	background: url('../images/icons/delete.png') no-repeat !important;
}

a.sectionIcon {
	background: url('../images/icons/table.png') no-repeat !important;
}

a.priceIcon {
	background: url('../images/icons/coins.png') no-repeat !important;
}

a.tagIcon {
	background: url('../images/icons/tag.png') no-repeat !important;
}

a.libraryIcon {
	background: url('../images/icons/table.png') no-repeat !important;
}

a.reloadIcon {
	background: url('../images/icons/database_refresh.png') no-repeat !important;
}

/* ----------------------------
 indesign
 ------------------------------ */

#productenContainer {
	float: right;
	width: 130px;
	overflow: auto;
}

.productenContainer .custom-state-active {
	background: #eee;
}

.productenContainer span {
	float: left;
	width: 96px;
	text-align: center;
	margin: 2px;
}

.productenContainer span h5 {
	margin: 0 0 0.4em;
	cursor: move;
}

.productenContainer span a {
	position: absolute;
}

.productenContainer span a.ui-icon-close {
	right: 0;
}

.productenContainer span a.editIcon {
	right: 20px;
}

.productenContainer span div.loader {
	margin-right: 65px;
	display: none;
}

.productenContainer span a.selectIcon {
	right: 40px;
}

.productenContainer span a.editIcon, .productenContainer span a.ui-icon-folder-collapsed, .productenContainer span a.selectIcon, .productenContainer span a.ui-icon-zoomin {
	display: none;
}

.productenContainer span a.ui-icon-zoomout {
	display: none;
}

.productenContainer span img {
	cursor: move;
}

#folderContainer, #folderImg {
	float: right;
	padding: 1px;
}

#folderContainer {
	padding: 0;
	border: 1px dashed #000;
}

#folderContainer h4 {
	line-height: 16px;
	margin: 0 0 0.4em;
}

#folderContainer h4 .ui-icon {
	float: left;
}

#folderContainer h5 {
	display: none;
}

.width, .height {
	display: none;
}

#folderContainer span img {
	display: block;
}

#folderContainer a.ui-icon-zoomin {
	right: 60px;
	display: block;
}

#folderContainer a.ui-icon-zoomout {
	right: 40px;
	display: block;
}

.previewPDF {
	width: 900px;
	height: 600px;
	border: 0;
	padding: 0;
	margin: 0;
}

#laden {
	background-color: #fff;
	width: 100%;
	height: 1500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	padding-top: 300px;
}

#dialogLaden {
	background-color: #fff;
	width: 100%;
	text-align: center;
}

.ui-widget-content2 {
	border: 1px solid #a6c9e2;
}

#folderContainer span ul img:hover {
	border: 1px dashed #ff0000;
	margin: -1px;
}

#folderContainer span:hover {
	border: 1px dashed #ff0000;
	cursor: move;
}

#folderContainer span ul li {
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
}

.containerField {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 1px dashed #000;
	z-index: 100;
	float: right;
}

.logoImg {
	width: 100%;
	height: 100%;
}

.ui-tabs-nav li {
	cursor: pointer;
}

.vertaling {
	color: #ff0000;
}

#gridLink {
	width: 150px;
	float: right;
	text-align: right;
}

#showGrid {
	display: none;
}

#hideGrid {
	display: block;
}

#assetList {
	position: relative;
	float: left;
	width: 1000px;
}

#pages {
	position: relative;
	float: left;
	width: 220px;
}

#pages ul {
	padding-left: 12px;
}

#pages li {
	border-left: dotted 1px silver;
}

#pages .expandimg {
	margin-right: 5px;
	margin-left: 0px;
}

#pages div {
	float: right;
	width: 100px;
	height: 10px;
}

#pages li {
	border-top: solid 1px  #efefef
}

.pagesOver {
	background-color: #dcdcdc;
}

#edit_asset {
	position: relative;
	float: right;
	border: 1px solid #000000;
}

#map {
	width: 700px;
	height: 400px;
	border: 1px solid #ccc;
}

.row {
	width: 23%;
	display: block;
	float: left;
}

.rowItem {
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-top: 5px;
}

#optionFrame {/* GEEN IDEE OF DEZE WEL GEBRUIKT WORDT */
	margin: 0;
}

.optionFrame {
	margin: 0 0 10px 10px;
}

.optionFrame .rowItem label {
	padding-left: 20px;
}

.optionSet, .optionSet li {
	margin: 0;
}

.optionSet .head {
	font-size: 24px;
}

.optionSet div.left {
	float: left;
	padding-top: 5px;
}

.optionSet div.right {
	float: right;
	padding-right: 5px;
}

.optionSet, .optionSet li, .optionSet ul {
	clear: both;
}

.databaseLoader {
	padding: 5px;
}

.ui-multiselect-checkboxes li {
	margin: 0 5px 0 0;
}

.optionsLoading {
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 200px;
}

#mediaTab-uploaden {
	height: 650px;
	overflow: auto;
}

a.expand_button {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/icons/arrow_collapsed.png') no-repeat;
	outline: none;
}
a.expand_button_expanded {
	background: url('../images/icons/arrow_expanded.png') no-repeat;
}
a.expand_button span {/*float:right;*/
}

/* Admin login */
#login input[type="text"], #login input[type="password"] {
	width: 250px;
	font-size: 12px;
	padding: 2px;
}
#login #logo img {
	margin-left: auto;
	margin-right: auto;
}

input[type="text"].number	{ width:40px; text-align:center;}

h1, h2, h3, h4 {
	color:#666666 !important;
}


.maxInput	{ display:block; float:left; clear:both; width:60px; height:20px; padding-left:5px; color:#000; font-size:11px; font-style:italic;}

fieldset h4 { font-size: 15px !important; margin-top: 30px; border-bottom: 1px solid #ccc; }
.red-box { background-color: #F79595; color: #fff; padding: 5px; border-radius: 11px; }
.green-box { background-color: #1FD91F; color: #fff; padding: 5px; border-radius: 11px; }