/* @override http://tnw08.dev.nl/css/shop.css */

/*
	Generic base-template for shop
*/

body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

.main {
	background-color: white;
	padding: 10px;
}


#footer {
	background-color: #fff;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
}

dl.form dd.spacer {
	margin-bottom: 2em;
}

div#flashMessage {
	background-color:#CC0000;
	font-size:1.5em;
	padding:10px;
	text-align:center;
	color:#fff;
}

div#flashMessage.notice {
	border: 1px solid green;
	background-color: #D1F1CC;
}

div.error-message {
	background-color: #cc0000;
	color: #fff;
	font-size: 8pt;
	padding: 4px;
}

.container {
	width: 780px;
	padding: 0px;
	margin: 0px auto;
}

#logo_footer{
	background-color: #fff;
	padding: 10px;
}

#logo_footer .container{
	color: #000;
}
#logo_footer .container a{
	color: #000;
}
ul.steps {
	width: 100%;
	clear:both;
	margin: 0px 0px 2em 0px ; padding: 0;
}
ul.steps li {
	margin: 0; padding: 0;
	display:block;
	float:left;
	text-align: center;
	width: 190px;
	background-color: #F0F0F0;
	padding: 4px 0px;
	border-right: 1px solid #D4D4D4;
	border-bottom: 0px;
}
ul.steps li:last-child {
	border-right: 0px;
}

ul.steps li.active {
	font-weight: bold;
	background-color: #D4D4D4;
	color: white;
}

div#content h1 {
 	
}

input {
	font-size: 1.2em;
}

fieldset {
	border: 0px;
}
fieldset legend {
	font-size: 150%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#submit {
	margin-top: 1em;
	text-align: right;
}
div#submit input[type=submit] {
	font-size: 150%;
}
div.submit {
	margin-top: 1em;
	text-align: right;
}
div.submit input[type=submit] {
	font-size: 150%;
}

dl.form {
	border: 1px solid #D4D4D4;
	background-color: #F0F0F0;
	margin-bottom: 2em;
	padding: 1em;
}

dl.noborder{
	border: 0px solid #D4D4D4;
	background-color: #F0F0F0;
	margin-bottom: 1em;
	padding: 0em;
}


dl.form dt {
	font-weight: normal;
	width: 150px;
	display:block;
	float:left;
	clear:left;
	text-align: right;
	margin: 0 15px 10px 0; padding: 0;

}
dl.form dd {
	font-weight: normal;
	width: 300px;
	display:block;
	float:left;
	margin: 0 0 10px 0; padding: 0;
}

dl.form dt label {
	display: inline;
	font-weight: normal;
}
dl.form dd input[type=radio] {
	width: auto;

	margin-right: 0.3em;
}

dl.form dd input[type=text] {
	font-size: 110%;
	width: 100%;
}
dl.form dd textarea {
	width: 100%;
	height: 3em;
}
dl.form dd label {
	display:inline;
	margin-right:1em;
}

dl.form dd.required {
	border-bottom: 1px solid red;
}

div.ticket {
	border: 1px solid #D4D4D4;
	background-color: #F0F0F0;
	margin-bottom: 1em;

	padding: 0.5em;
}

div.ticket div.left {
	width: 80%;
	float:left;
}
div.ticket div.right {
	text-align: right;
	width: 20%;
	float:right;
}

div.ticket h3 {
	margin-top: 0;
}
div.ticket strong {
	font-size: 150%;
}
div.ticket div.buy {
	margin-top: 0.7em;
}




table.order {
	width: 100%;
	margin-top: 1em;
}
table.order tr th {
	text-align: left;
	padding: 4px;
	background-color: #D4D4D4;
}
table.order tr.row {
	background-color: #F0F0F0;

}
table.order tr.row td {
	padding: 4px;
	border: solid #D4D4D4;
	border-width: 1px 0;
	font-weight: bold;
}

table.order tr.row_2 td {
	background-color: #F0F0F0;
	padding: 4px;
	border-bottom: 0px solid #D4D4D4;;
}

table.order tr.row_3 td {
	background-color: #F0F0F0;
	padding: 4px;
	border-bottom: 1px solid #D4D4D4;;
}


table.order tr td input[type=text] {
	width: 95%;
}

table.order tr.header_2 th{
		background-color: #F0F0F0;
}

div#orderamount dl {
	float: right;
	margin-right: 35px;
}

div#orderamount dl dt {
	width: 100px;
	float:left;
	text-align: right;
	font-weight: bold;
	clear: left;
	margin: 0; padding: 4px;
}
div#orderamount dl dd {
	width: 60px;
	float:left;
	text-align: left;
	clear: right;
	margin: 0; padding: 4px;
}


span.orderid {
	color: gray;
	font-size: 8pt;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	font-size: 90%;
	line-height: 120%;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
.special_ticket{
	color:#cc0000;
}

.block {
	background-color: #fff;
}

/* @group loginbox */

.loginbox {
	padding: 0;
	text-align: right;
	margin: 0;
	margin-bottom: 20px;
}
.loginbox form {
	background-color: #fff;
	margin-bottom: 0;
	text-align: left;
}

.loginbox form .input, .loginbox form .submit {
	display: inline;
}
.loginbox form .input label {
	padding: 0px 5px 0px 20px;
	font-size: 1.2em;
}
.loginbox form .input input {
	padding: 2px;
	margin: 10px ;
}

#closeLink {
	margin-left: 150px;
}
/* @end */

/* @group eventHeader */

div.eventHeader{
	width: 100%;
	height: 150px;
}

#content div.eventHeader a{
	border: 10px solid #eee;
}

#content div.eventHeader a:hover{
	border: 10px solid #ccc;
}

#OrderAddForm {
	margin-top:0px;
	padding-top:0px;
}


div.eventHeader h1, div.eventHeader p{
	color: #000;
	text-decoration: none;
	padding:10px 0;
	margin:0;
}

div.eventHeader p{
	padding:5px 0px;
	margin:0;
	
}

/* @end */

/* @group Promocode */

h3.noborder{
	border-width: 0;
}

.promocode {
	padding: 10px 20px;
}

.promocode .description{
	padding: 10px 0px 0px 0px;
}

form .promocode  .input ,form .promocode .submit {
	display: inline;
}
form .promocode .input label {
	font-size: 1.2em;
	padding: 10px 10px 10px 0;
}
form .promocode .input input {
	padding: 2px;
}

.highlight {
	background-color: #fcb99d;
}

/* @end */

/* @group Products */
.products {
	background-color: #fff;
	padding: 10px 20px;
}

.products.product_nomargin {
	padding: 0px 0px;
	margin-bottom: 0px;
}

.products .category {
	margin-bottom: 40px;
}

h3{
	border: solid #eaeaea;
	border-width: 0 0 2px 0;;
	padding: 10px 0px;
	font-size: 1.4em;
	margin:0;
}


.products table {
	width: 100%;
	border-collapse: collapse;
}

.products table td {
	border-bottom: 1px dotted #bdbdbd;
}

.products table th{
	padding: 10px 0;
	border-bottom:  1px solid #bdbdbd;
}

.products table .name {
	width: 45%;
	padding-right: 5%;
	text-align: left;
}

.products table .name h4 {
	margin-top:0;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.1em;
}
.products table .name p {
	margin-top: 2px;
}
.products table .available {
	width: 10%;
	text-align: left;
}

.products table .amount {
	padding-left: 10px;
	width: 10%;	
	text-align: right;
}

.products table .amount input {
	width: 40px;
}

.price {
	width: 10%;
	text-align: right;
}

.discount {
  width: 10%;
  text-align: right;
}

.total{
	width: 10%;
	text-align: right;
	
}

.producttotals .total {
	width: 20%;
	text-align: right;
}

.producttotals {
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px;
}

#loading {
	display: inline;
	float: right;
}
/* @end */


/* @group OrderLines */

.orderlines {
	background-color: #fff;
	padding: 10px 20px 0 20px;
	mmargin-bottom: 40px;

}

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

.orderlines ul li{
	width: 100%;
	border-bottom: 1px dotted #bdbdbd;
}

.orderlines ul li h4, .orderlines ul li p {
	width: 100%;
	font-size: 1.2em;
}



.orderlines ul li fieldset {
	padding: 0;
	margin:0;
}

fieldset .radio legend {
	font-size: 1.3em;
}

.orderlines .input.checkbox label {
	font-size: 1.2em;
	display: inline;
}

.orderlines .radio label {
	display: inline;
	font-size: 1.2em !important;

}

.orderlines .input label {
	display: block;
	font-size: 1.1em;
	padding-bottom:.2em;
}




div.required label {
	font-weight: bold;
}

div.required label:after {
	content:*;
}

.orderlines .input input {
	padding: 2px;
	width: 158px;
}

.orderlines .donation input {
	padding: 2px;
	width: 79px;
}
.orderlines .radio input {
	width: 20px;
	vertical-align: middle;
	margin-left: 0px;
	
}

.orderlines .checkbox input {
	width: 20px;
	vertical-align: middle;
	margin-left: 0px;
}

.orderlines div {
	margin-bottom: 10px;
}

.orderlines div.mandatory {
	font-weight: bold;
}

.orderline input.removeLine {
	float: right;
	margin-top: 0;
	font-size:.87em;
}

/* @end */



/* @group info */

.info {
	background-color: #fff;
	padding: 20px;
	mmargin-bottom: 20px;
}

.info fieldset {
	width: 45%;
	padding: 0;
}

.info .input {
	margin-bottom: 10px;
}

.info .input label {
	font-size: 1.2em;
	padding: 10px 0px;
}

.info .input input {
	width: 320px;
	padding: 2px;
	margin-bottom: 5px;
}

.info .input textarea{
	width: 320px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: inherit;
	font-size: 1.4em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}

/* @end */


/* @group register */

.register {
	background-color: #fff;
	padding: 20px;
}

/* @end */

#social_links  {
	float:right;
	font-size:10px;
}

#social_links ul {
	padding:0;
}

#social_links ul li {
	display:block;
	float:left;
	list-style:none outside none;
	margin-right:7px;
	padding:0;
	text-align:center;
}

#social_links img {
	-moz-border-radius:2px 2px 2px 2px;
	border:2px solid #DDDDDD;
	height:16px;
	margin:0 0 3px;
	width:16px;
}

#social_links ul li a.nounderline {
	text-decoration:none;
}


/* @group Totals */
.totals dl {
	width: 400px;
}
.totals dd {
	margin-left: 200px;
	height: 20px;
	text-align: right;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	
}
.totals dt{
	float: left;
	width: 200px;
	height: 20px;
	text-align: right;	
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	
}

.totals .line {
	margin: 1px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 0px;
}
.totals .grandTotal {
	font-weight: bold;
}

.totals {
	float: right;
	font-size: 1.2em;
}


/* @end */



/* @group Overview */
#overview {
	background-color: #fff;
	padding: 10px 20px;
}
.overview{
}

dl.overview{
	width: 48%;
	margin-top:0;
}

.overview dt{
	float: left;
	width: 140px;
	text-align: left;	
	padding-top: 5px;
}

.overview dd {
	margin-left: 150px;
	height: 20px;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}

#overview div.submit{
	text-align:left;
	
}

/* @end */

/* @group Event select */

.eventSelect {
	background-color: #fff;
	margin-top: 20px;
}

/* @end */

.rsvp_button_selected {
  background-color: green;
}
