body
{
  background-color:#000;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height: 1.5;
}

.cke_show_borders p{
	line-height: 12px !important;
	margin: 4px 0 !important;
}

a{
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#fff;
  text-decoration: none;
}
a:hover
{
  text-decoration:underline;
}

	#center-content-content a{
		text-decoration: underline;
	}

input, select, textarea
{
  background-color:#CCCCCC;
  border:medium none;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;

}

.error-message
{
  color:red;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-style:italic;
}

.help{
  font-size: 10px;
  font-style: italic;
}

#global-error-div
{
  margin:0 auto;
  width:933px;
  color:red;
  border:1px solid red;
  margin-bottom:10px;
  padding-left:10px;
}

#global-notice-div
{
  margin:0 auto;
  width:933px;
  color:green;
  border:1px solid green;
  margin-bottom:10px;
  padding-left:10px;
}

label
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}

label span
{
  font-size:10px;
  font-weight:normal;
}

.clear{clear:both}

.button{
  background-color:#ff7b00;
  color:#000000;
  margin:3px;
  padding:3px;
  border: none;
}

#header {
  margin:0 auto;
  width:919px;
}

#search-div
{
  float:right;
}

#search-div .searchtxtfield
{
	background-color: #000;
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: #fff;
	width:234px;
	height:15px;
	font-size:11px;
}

#main-menu-div
{
  margin-bottom:15px;
  margin-top:15px;
}


#main-menu-div ul, #footer-links-div ul
{
  list-style-type:none;
  height:20px;
  line-height:20px;
  padding:0;
  margin-top: 10px;
}

#main-menu-div ul li, #footer-links-div ul li
{
  display:block;
  float:left;
  line-height:20px;
  border-right: solid 1px #777;
}

#main-menu-div ul li.last, #footer-links-div ul li.last
{
  border-right: 0;
}
#main-menu-div ul li ul li
{
  border-right: 0;
}

#main-menu-div ul li:last-child, #footer-links-div ul li:last-child
{
  border-right:none;
}
#main-menu-div ul li:first-child a, #footer-links-div ul li:first-child a
{
  margin-right:10px;
  margin-left:0px;
}
#main-menu-div ul li:last-child a, #footer-links-div ul li:last-child a
{
  margin-left:10px;
  margin-right:0px;
}
#main-menu-div ul li a
{
  display:block;
  margin:0 10px 0 10px;
  font-size:12px;
  font-weight:normal;
}
#main-menu-div ul li.top-level a
{
  font-size:14px;
}
#main-menu-div ul li.sub-item
{
  width: 100px;
}
#main-menu-div ul li.sub-item a
{
  font-size:12px;
}

#footer-links-div ul li a
{
  display:block;
  margin:0 10px 0 10px;
  font-size:12px;
  font-weight:normal;
}

#search-div ul
{
  list-style-type:none;
  height:25px;
  line-height:25px;
  padding:0;
  margin:0;
}
#search-div ul li
{
  display:block;
  float:left;
  margin:0 0 0 10px;
  line-height:10px;
}


#main-content-div
{
  margin:0 auto;
  width:919px;
}

#sidebar-left
{
  float:left;
  width:220px;
  border:1px solid #777;
  padding:10px;
  margin-bottom:20px;
}
#sidebar-left div
{
  margin-bottom:10px;
}
#sidebar-left > ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar-right
{
  float:right;
  width:220px;
  border:1px solid #777;
  padding:10px;
  margin-bottom:20px;
}
#sidebar-right div
{
  margin-bottom:10px;
}
#sidebar-right > ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#center-content
{
  float:left;
  margin-left:20px;
  width:657px;
  color:#fff;
  font-family:arial,helvetica,sans-serif;
  font-size:13px;
}
.content-header
{
  text-align: left;
  color:#ff7b00;
  font-family:arial,helvetica,sans-serif;
  font-size:14px;
  font-weight: bold;
}

#center-content-title
{
  border:1px solid #777;
  padding:10px;
  margin:0px;
  margin-bottom:20px;
  text-transform: capitalize;
  color: #ff7b00;
  font-family:arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#center-content-content
{
  border:1px solid #777;
  padding:10px;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:20px;
}

#footer-div
{
  margin:20px auto;
  width: 945px;
}

.footer_txt {
  color:#8F8F8F;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

#extra-info{
	font-weight: normal;
	margin-top: 20px;
}

/**** General form */
.form
{
  background-color:#333;
  padding:15px;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}

.form code{
	display: block;
	white-space: pre-wrap;
	padding: 5px;
	background: #222;
	border: 1px solid #555;
	margin-top: 10px;
	font-weight: normal;
	font-family: monospace;
}

.form .form-line
{
  margin-bottom:10px;
}

.form .form-label
{
  float:left;
  width:250px;

}
.form .form-input
{
  float:left;
  width:317px;
}
.form .form-input input[type=text], .form .form-input textarea
{
  width:100%;
}
/**** Registration form */
.registration-form
{
  background-color:#333;
  padding:15px;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}

.registration-line
{
  margin-bottom:10px;
}

.registration-label
{
  float:left;
  width:250px;

}
.registration-input
{
  float:left;
  width:317px;
}
.registration-input input[type=text], .registration-input textarea
{
  width:100%;
}
/**** Profile page */
.artist-profile
{
  padding:15px;
  border: solid 1px #777;
  overflow: hidden;
}

#profile-photo{
	width: 200px;
	float: left;
}

#profile-data{
	float: right;
	width: 400px;
}

.profile-line
{
  margin-bottom:10px;
}

.profile-label
{
  float:left;
  width:200px;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  /*font-weight:bold;*/
}
.profile-value
{
  float:left;
  width:367px;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  /*font-weight:bold;*/
}

.profile-photo
{
  width:118px;
}

/*p, span
{
  color:#CCCCCC;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}
*/
.title
{
  color:#FF9900;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:18px;
}

ul.tree
{
  list-style-type:none;
  
}
ul.closed
{
  display:none;
}
ul.tree li
{
  text-indent:10px;
  background: url(../img/dot.jpg) 0px 4px no-repeat;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
}

ul.tree li.top-level
{
  line-height:26px;
  background-position:0px 8px;
  font-size: 14px;
}
ul.tree li.top-level a
{
  font-size: 14px;
}
ul.tree li.sub-item a
{
  line-height:18px;
  background-position:0px 4px;
  font-size: 12px;
}

.gallery-item
{
  text-align:center;
  width:112px;
  height: 160px;
  float:left;
  margin-right:24px;
  border: 0px solid #777;
  padding:0px;
}
.last
{
  margin-right:0px;
}
.gallery-item .tooltip {
  position:absolute;
  border: 1px solid #377;
  padding:5px;
  background-color:#000;
  max-width:200px;
  z-index:10;
}
.gallery-item .category-img
{
  width:100px;
  border:1px solid #fff;
}
.gallery-item .label
{
  text-align:center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:5px 0;
}

.gallery-item .thumb
{
  width: 100px;
  height: 100px;
  cursor:pointer;
  padding: 5px;
  border: 1px solid #777;
}

table.product-list
{
  border-left:2px solid #333;
  border-top:2px solid #333;
  width:100%;
}
table.product-list th
{
  background-color:#252525;
  padding:5px;
}
table.product-list th, table.product-list td
{
  border-right:2px solid #333;
  border-bottom:2px solid #333;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  text-align:center;
  
}
table.product-list th a img, table.product-list td a img
{
  border:none;
}

table.no-borders
{
  border: none!important;
}
table.no-borders td, table.no-borders th, table.no-borders tr
{
  border: none!important;
}

#product-center
{
  float:left;
  width:440px;
  height:440px;
  margin-bottom:10px;
  border:1px solid #333;
  padding:5px;
}
#product-center div
{
  width:440px;
  height:440px;
}
#product-right
{
  float:right;
  width:125px;
}
#product-right .title
{
  margin-bottom:20px;
  color:#999999;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
}
#product-right .img
{
  width:100px;
  height:100px;
  border:1px solid #333;
  padding:5px;
  margin-bottom:20px;
}

#product-right .img div
{
  width:100px;
  height:100px;
}

.month{
	margin: 20px 0;
	padding: 0 0 20px 0;
}

.month ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.month ul li{
	float: left;
	margin: 0 5px 0 0;
}

.month ul li a{
	padding: 5px;
}

.month ul li.selected a{
	background: #FF7B00;
}

.pagination{
	margin: 10px 0;
}

	.pagination span a{
		padding: 2px 5px;
		margin: 0 5px 0 0;
	}
	
	.pagination span.current{
		background: #fff;
		color: #000;
		padding: 2px 5px;
		margin: 0 5px 0 0;
	}

table.wired-table
{
  border-left:1px solid #333;
  border-top:1px solid #333;
  width: 470px;
}

table.wired-table td
{
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  text-align:center;

}

table.wired-table .event-image{
	background: #fff;
	width: 150px;
}

table.wired-table .event-type{
	width: 10px;
	height: 10px;
	position: absolute;
	margin: 10px 0 0 0;
}

table.wired-table td{
	text-align: left;
	padding: 10px;
}
table.wired-table ul{

}

table.wired-table span.museum{
	font-weight: bold;
}

table.wired-table .image-block{
	width: 120px;
	height: 120px;
	border: 15px solid #fff;
	background: url() no-repeat center center;
}

table.wired-table h3{
	margin: 7px 0;
	height: 3.2em;
}

table.wired-table h3 a{
	font-size: 14px;
	color: #FF7B00;
}

table.wired-table .event-more{
	text-transform: uppercase;
	display: block;
	margin: 8px 10px 0 0;
	font-size: 11px;
	text-align: right;
}

table.product-details
{
  border-left:1px solid #333;
  border-top:1px solid #333;
  width:100%;
}

table.product-details td
{
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:5px;
  text-align:left;

}

#physical-params input{
	width: 40px;
	margin-bottom: 5px;
}

.sortable-item
{
  margin: 0 3px 3px 3px;
  padding: 0.4em;
}
.sortable-placeholder{
  height: 30px;
  background-color: #333;
}

.related-products-title
{
  margin-bottom: 10px;
  margin-top: 10px;
}

.color-amateur{
  background: url("../img/bg/yellow.gif") right top no-repeat;
}
.color-starting{
  background: url("../img/bg/green.gif") right top no-repeat;
}
.color-experienced{
  background: url("../img/bg/blue.gif") right top no-repeat;
}

#filter-div{
  margin-bottom: 10px;
}

.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:1003 }

.ui-dialog-titlebar{ 
	color: #FF7B00 !important;
	text-transform: uppercase;
 }

.product-details div {
	padding-left:15px;
	padding-right:15px;
	line-height: 1.5;
	
}

#delete-block{
	display: none;
}

.orange{
	color: #ff7b00;
}

.event-header{
	color: #ff7b00;
	text-align: center;
}

#logo-small{
	margin-top: 20px;
}

#logo-print{
	display: none;
}

#linkedin{
	 background: url(../img/linkedin.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#twitter{
	 background: url(../img/twitter.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#facebook{
	 background: url(../img/facebook.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#myspace{
	 background: url(../img/myspace.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#youtube{
	 background: url(../img/youtube.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#digg{
	 background: url(../img/digg.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#vimeo{
	 background: url(../img/vimeo.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
#stumble{
	 background: url(../img/stumble.png) no-repeat 0 1px;
	padding: 0 0 0 20px;
}

#subscrire_link{
	margin: -53px 20px 0 0;
	padding: 0 0 0 12px;
	float: right;
}
.werkplaatsTitle{
	font-weight:bold;
	color: rgb(255, 140, 0);
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
}
.werkplaatsDescription{
	margin: 0px 10px; 
	font: 13px Arial;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
}
.werkplaatsDate{
	float: right;
}
.linkTable{
	border:1px solid #333333;
	width: 100%;
	
}
.linkTable td,th{
	padding-bottom:6px;
	padding-left:10px;
	border:1px solid #333333;
}
/** video css **/
#ytvideo {
    float: left;
	margin-right:10px;
}


.yt_holder {
    background: #f3f3f3;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-bottom:15px;
}


.video{
    float: left;
    margin: 0;
    padding: 0;
    width: 220px;
}

.video  li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 216px;
    margin-bottom: 5px;
	padding:2px;

}

.video  img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.video a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
}
	

#artist_list a {
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	text-decoration: none;
}
#artist_list a:hover {
	text-decoration: underline;
}

ul.social {
    float:left;
    margin: 5px;
    padding-left:5px;
}
ul.social li {
    display:inline;
}

#fb_share, iframe {
    display: block;
    float: left;
    line-height: 2em;
    top:0px;
}
                

	
