/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body
{ 
	color: #ffffff; 
	background-color: #000000;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	scrollbar-face-color: #990000;
 	scrollbar-shadow-color: #990000;
 	scrollbar-highlight-color: #990000;
 	scrollbar-3dlight-color: #FF0000;
 	scrollbar-darkshadow-color: #660000;
 	scrollbar-track-color: #000000;
 	scrollbar-arrow-color: #000000;
}
#topBanner
{
	top: 0;
	width: 760px;
	height: 153px;
	text-align: left;
	left:0;
	background: url() bottom left;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}
a img { border: 0px}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

div.menu ul, div.menu ul li
{
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
	color: #FFFFFF;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

#content ul {
    list-style: disc;
    margin: 0 0 20px 1em;
}

#content li {
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 3px;
}



.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
}


#page {
    width: 760px;
    background-color: #CC0000;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: left;
}

#content {
    float: left;
    text-align: left;
    width: 510px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#content a:visited, #content a:active, #content a, #content a:link,  #breadCrumb a { color: #fff; }
#content p a:hover,  #breadCrumb a:hover { color: #fff; background-color: #900; text-decoration: none; }

#content h1
{
    font-size: 1.2em;
}

#content img
{
	padding: 3px;
}

.gallery_main
{
	height: 120px;
	width: 125px;
	float: left;
}
/* Special text formatting 
------------------------------------------------------------------------------- */

h2 a:hover, h3 a:hover {
	text-decoration: none;
	background-color: #F8010C;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
    font: 1em/2.5em 'Courier New', Courier, monospace;
    color: #444;
    white-space: pre; 
    width: 350px;
    height: auto;
    overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */
#topBanner
{
	top: 0;
	width: 760px;
	height: 153px;
	text-align: left;
	left:0;
	background: url() bottom left;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-y top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.nieuws_item
{
	width: 480px;
	margin : 5px;
	padding: 0;
	border: 1px solid black;	
	float: left;
}

.nieuws_introText, .nieuws_more, .nieuws_info
{
	padding: 3px;
}

.nieuws_more, .nieuws_info
{
	padding-top: 7px;
}

#nieuws_overzicht
{
	width: 470px;
}

.nieuws_pageTitle
{
	margin: 0;
	padding: 3px;
	font-size: 1em;
	text-decoration: none;
	background-color:#990000;
}

#breadCrumb
{
	padding: 7px;
}

#breadCrumb *
{
	border:none;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* Sidebar 
------------------------------------------------------------------------- */
#sidebar *
{
	border:none;
}

#sidebar #banner  img
{
	width: 198px;
	border:none;
}

#sidebar {
	margin: 0 0 0 550px;
	padding-left: 5px;
	padding-right: 5px;
	background: #cc0000;
}

#sidebar h2,  #sidebar .game_title
{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background: #990000 url(assets/templates/vakp/menu_table_back.gif) repeat-x top left;
	border: 1px solid #000000;
	height: 19px !important; /* for most browsers */
	padding-left: 12px;
}

.clear *
{
    border:none;
}

#sidebar a:visited, #sidebar a:active, #sidebar a, #sidebar a:link { color: #fff; }
#sidebar a:hover { color: #fff; background-color: #CC0000; text-decoration: none; }


#sidebar ul { margin: 0; padding: 10px 0 15px 0; background: #990000; border: 1px solid black; list-style: none;}

#sidebar li, #sidebar li:hover
{
	list-style: none;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	background: #990000;
}


#sidebar .game_border
{
	background-color: #990000;
	font-size: 1em;
	padding-left: 12px;
	border: 1px solid black;
}

#sidebar #wlpeLogin
{
	background-color: #990000;
	font-size: 1em;
	padding-left: 12px;
	border: 1px solid black;
}

#sidebar #wlpeUsername, #sidebar #wlpePassword,  #sidebar select, #sidebar button
{
	background-color: #900 !important;
	color: #fff;
	border: 1px solid black;
}

#wlpeLoginButton
{
	width:45px;
}

#wlpeReminderButton
{
	width:130px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
    height: 41px;
    background: #cc0000 url(assets/templates/vakp/banner_low.jpg) no-repeat top left;
}

#footer a {border-bottom: none;}
#footer a:visited, #footer a:active, #footer a, #footer a:link { color: #fff; }
#footer a:hover { color: #fff; background-color: #F8010C; text-decoration: none; }


/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 150px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.thumbnail, ul.thumbs, ul.thumbs li, ul.thumbs li a, ul.thumbs li a img
{
    list-style: none;
	padding: 0;
    margin: 0;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/*************************
 *  Calendar
 *************************/

#calendar-ical
{
	width: 198px;
}

#calendar-ical table {
	border: 1px solid #000000;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 198px;
}

#calendar-ical table tr.navigation th {
	background: #990000;
}

#calendar-ical table tr.navigation th a {
	color: #000000;
	text-decoration: none;
}

#calendar-ical td:hover,
#calendar-ical th:hover {
	color: #000;
}

#calendar-ical td.date_has_event,
#calendar-ical td.monthday,
#calendar-ical th {
	height: 15px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#calendar-ical table th {
	height: 15px;
	font-weight: bold;
	font-size: 8px;
	text-align: center;
}

#calendar-ical thead {
	border: 1px solid #000000;
}
#calendar-ical thead {
	border: 1px solid #000000;
}
#calendar-ical thead .monthname {
	color: #fff;
	font-weight: bold;
	font-size: 1em !important;
	text-decoration: none;
	background: #990000 url(assets/templates/vakp/menu_table_back.gif) repeat-x top left;
	height: 19px !important; /* for most browsers */
	padding-left: 12px;
}

#calendar-ical td:hover,
#calendar-ical th:hover {
	color: #222;
}
#calendar-ical td.date_has_event {
	color: #222;
}
#calendar-ical td.date_has_event:hover {
	color: white;
}
#calendar-ical td.today {
	color: white;
}
#calendar-ical td.today:hover {
}

.tool-tip {
	border: 1px solid #000 !important;
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #990000 !important;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #990000;
}

/***********************************
 *  PRODUCT INFO
 **********************************/
    
    #cat_list
    {
        margin-top: 5px;
        margin-right: 30px;
        width: 120px;
        float: left;
    }

    #cat_list 
    {
        margin: 0;
        padding: 6px 6px 5px 2px;
	border: 1px solid #d7d7d7;
        background-color: #fff;
    }

    .categories ul
    {
        position:relative;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
		
    .categories li 
    {
        margin: 9px 0px;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        border-bottom: 1px solid #000;
        background-color: #fff;
        list-style: none !important;
    }

    .categories a:visited, .categories a:active, .categories a, .categories a:link  
    {
        line-height: 30px;
        color: #000;
        text-decoration: none; 
    }

    .categories li.active, .categories a:hover, .categories li:hover, .categories li:hover a, .categories li.active a
    {
        background-color: #900;
        color: #fff;
        text-decoration: none;
    }

    #cat_list h3
    {
        color: #000;
        border-bottom: 2px solid #900;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 10px;
        padding: 0px 5px 4px;
        text-transform: uppercase;
    }

    .categories a
    {
        margin-top: 10px;
    }

    #product-list
    {
        width: 600px;
    }
    
    .product-row
    {
        clear: both;
        margin: -1px 0 0 ;
    }

    .product-padding
    {
        width:200px !important; 
        float: left;
        margin-top: 15px;
    }
    
    .product-wrap
    { 
        width:180px !important; 
        width /**/:190px; 
        margin: 5 auto;
        padding:5px;
        text-align: center;
        background:#666;
    }
    
    .product-name
    {
        margin-bottom: 6px;
        padding: auto;
        color: #fff; 
        font-size: 1.2em; 
        font-weight: bold;
	letter-spacing: .07em;
    }

    #content .product-image
    {	
        padding-top: 4px;
        height: 170px;
    }

    .product-price
    {	
        font-size: 1.4em; 
        font-weight: bold;
	letter-spacing: .07em;
        left: 6px;
        position: relative;
    }

    #content .product-image img, #content .product-image a, #content .product-image img:hover, #content .product-image a:hover
    {
        text-align: center;
        padding: 0;
        width: 170px;
        height: 170px;
    }
    
    .product-info h3
    {
        color: #900;
    }
    
    .product-actions
    {
        height: 25px;
        clear:both;
        text-align:right;
    }

    .cart_header
    {
        border:1px solid #900;
        height:30px;
        line-height:30px;
        background: #fff;

    }

    .treasure_cart
    {
        display: none;
        width: 200px;
        float: left;
    }

    .cart_header a:visited, .cart_header a:active, .cart_header a, .cart_header a:link
    {
        color: #000 !important;
    }

    .treasure_cart  img 
    {
        margin:-4px 10px 0 0;
        vertical-align:middle;
    }

    .loggedin 
    {
        color: #000;
        text-align: left;
        float: right;
    }

    #content fieldset {
        margin-bottom: 10px;
    }

#content legend {
  padding: 0 2px;
  font-weight: bold;
}
#content label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#content fieldset ol {
  margin: 0;
  padding: 10px;
}
#content fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#content fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#content fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#content fieldset fieldset label {
  display: block;
  width: auto;
}
#content em {
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
#content label {
  width: 120px; /* Width of labels */
}
#content fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
   
    #content fieldset li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }
