@CHARSET "UTF-8";
body {
	text-align: center;
	background: #ebe2d4 url(../assets/images/bg-body.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 20px 20px 20px;
}
b,strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 988px;
}
#modal_container {
	width: 450px;
	text-align: left;
	margin: 0 auto;
	margin-top: 100px;
}
/**
 * @group page header
 */
#header {
	height: 150px;
	position: relative;
}
#logo {
	position: absolute;
	top: 28px;
}
#cards {
	position: absolute;
	right: -11px;
}

/**
 * @group top navigation
 */
#navigation {
	height: 102px;
	background: url(../assets/images/bg-navigation.png) no-repeat;
	position: relative;
}

/**
 * @group top tab navigation
 */
#navigation .tab_nav {
	position: absolute;
	top: -25px;
	left: 40px;
}
#navigation .tab_nav li {
	float: left;
	margin-right: 5px;
}
#navigation .tab_nav a:hover img {
	opacity: 0.8;
}

/**
 * @group top menu navigation
 */
#navigation .menu_nav {
	position: absolute;
	top: 48px;
	left: 40px;
}
#navigation .menu_nav li {
	float: left;
	background: url(../assets/images/bg-menu_nav-divider.png) top right no-repeat;
	padding-right: 12px;
	margin-right: 12px;
	height: 40px;
}
#navigation .menu_nav li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
#navigation .menu_nav a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 32px;
}
#navigation .menu_nav li.active a,
#navigation .menu_nav li a:hover {
	border-bottom: 1px solid #fff;
}

/**
 * @group main content
 */
#content {
	position: relative;
	padding-top: 18px;
	background: url(../assets/images/bg-pattern-content.png) repeat-y;
	padding-left: 37px;
	color: #040203;
}
#modal_content {
	padding: 20px;
	background: #fff;
	line-height: 1.4em;
	-moz-border-radius: 15px;
	border: 1px solid #ccc;
}
/**
 * @group left content column
 */
#col1 {
	float: left;
	width: 647px;
	min-height: 300px;
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 89px;
}
#col1 h1, #modal_content h1 {
	padding-bottom: 8px;
	margin-bottom: 24px;
	font-size: 20px;
	color: #b32906;
	background: url(../assets/images/bg-pattern-h1.gif) bottom left repeat-x;
}
#col1 h1 span {
	display: block;
	margin-top: 4px;
	font-size: 18px;
	color: #616161;
}
#col1 h2 {
	font-size: 18px;
	margin: 0 25px 14px 0;
	color: #040203;
}
#col1 h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
#col1 a {
	color: #b32906;
}
#col1 p {
	margin-bottom: 1em;
}
#cart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}
#cart thead th {
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding: 0 4px 4px 4px;
}
#cart tbody td {
	border-bottom: 1px solid #E3E3E3;
	padding: 4px;
}
#cart tfoot td {
	background: #ececec;
	padding: 4px;
}
#cart .total td {
	font-weight: bold;
}

/**
 * @group right content column
 */
#col2 {
	position: relative;
	float: left;
	margin-left: 48px;
	width: 242px;
	font-size: 12px;
	line-height: 18px;
	color: #626161;
}
#col2 h2 {
	font-size: 18px;
	margin: 0 25px 14px 0;
	color: #040203;
}
#col2 p {
	margin: 0 25px 14px 0;	
}
#carice_images {
	position: relative;
	height: 136px;
}
#carice_images img {
	position: absolute;
	top: 0;
	left: 0;
	height: 136px;
}
#carice_text {
	padding-top: 6px;
	background: url(../assets/images/bg-sidebar-carice-shadow.png) left top no-repeat;
	min-height: 47px;
}
#twitter {
	position: relative;
	height: 153px;
	background: url(../assets/images/twitter-balloon.png) left top no-repeat;
	margin-bottom: 18px;
}
#twitter_bird {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 125px;
	height: 76px;
	z-index: 9999;
	background: url(../assets/images/twitter-bird.png) no-repeat;
}
#tweets {
	position: relative;
	left: 10px;
	top: 10px;
	width: 193px;
	height: 88px;
	overflow: hidden;
}
#tweets li {
	width: 193px;
	height: 88px;
	line-height: 14px;
	background: #ebeaea;
}
#twitter span.time_ago {
	position: absolute;
	top: 74px;
	display: block;
	color: #bbb8b8;
	font-size: 11px;
}
#twitter a {
	position: absolute;
	bottom: 6px;
	left: 0px;
	font-size: 11px;
	color: #a12202;	
}
#donkey_ear {
	position: absolute;
	bottom: 0;
	left: 19px;
	width: 87px;
	height: 89px;
	background: url(../assets/images/bg-content-donkey_ear.png) no-repeat;
}

/**
 * @group footer
 */
#footer {
	position: relative;
	height: 47px;
	background: url(../assets/images/bg-footer.png) bottom left no-repeat;
}
#footer * {
	color: #7f581f;
	font-size: 12px;
}
#footer p {
	position: absolute;
	left: 30px;
	bottom: 17px;
}

a.img_button:hover img {
	opacity: .9;
}

/**
 * @group fixes
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
 * @group table sizes
 */
.size_xxs {
	width: 2%;
}
.size_xs {
	width: 5%;
}
.size_s {
	width: 10%;
}
.size_m {
	width: 15%;
}
.size_ml {
	width: 20%;
}
.size_l {
	width: 30%;
}
.size_xl {
	width: 40%;
}
.size_xxl {
	width: 50%;
}

/**
 * @group alignments
 */
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/**
 * @group Header alerts 
 */
div.alerts {
	border: 1px solid;
	border-width: 1px;
	margin: 0 0 1.5em 0;
	padding: 7px;
}

div.alerts h3 {
	margin: 0 0 .5em 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
div.alerts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.alerts ul li {
	margin: 0;
	padding: 2px;
	position: relative;
}
div.error {
	color: #af4c4c;
	background: #ffdfdf url(../assets/images/icon-error.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #df7d7d;
}
div.error a {
	color: #af4c4c;
}
div.success {
	background: #e1ffd1 url(../assets/images/icon-success.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #A2EF95;
	color: #499524;
	font-weight: bold;
}

div.success p {
	margin: 0;
}
div.notify {
	background: #E4F3FD url(http://www.koosjehetboek.nl/assets/images/icon-notify.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #B6E6FB;
	color: #112835;
	font-weight: bold;
}
ul.errors {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	color: #C61616;
}

/**
 * @group form styling
 */
input[type="text"], input[type="password"], textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px 4px;
}
div.field_wrap {
	margin-bottom: 15px;
	clear: both;
}
div.field_wrap label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
div.field_wrap .note {
	margin: 0 0 4px 0;
	padding: 0;
}
div.field_checkbox label {
	display: inline;
	font-size: 100%;
}
div.field_multicheckbox label {
	display: block;
	font-size: 100%;
}
div.field_radiobox label {
	display: inline;
	font-size: 100%;
}
div.field_inline_wrap label {
	display: inline;
	font-size: 100%;
}
div.field_error input, div.field_error textarea {
	border: 1px solid #F77171;
}
fieldset.subform_wrap {
	margin-bottom: 15px;
}
fieldset.subform_wrap legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}
fieldset.subform_wrap label {
	font-size: 12px;
}

/**
 * @group horizontal table lists
 */
table.horizontal {
	margin-bottom: 14px;
}
table.horizontal th {
	font-weight: bold;
	padding: 4px 20px 4px 0;
}

#fieldwrap-gender label {
	display: inline;
}
#fieldwrap-gender label.required {
	display: block;
}
#fieldwrap-first_name, #fieldwrap-address_zipcode, #fieldwrap-address_street, #fieldwrap-contact_email {
	float: left;
	clear: left;
	margin-right: 20px;
}
#fieldwrap-last_name, #fieldwrap-address_city, #fieldwrap-address_street_number, #fieldwrap-contact_phone{
	float: left;
	clear: right;
}


/**
 * @section page
 * @group other
 */
#cms_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	line-height: 25px;
	text-align: center;
	background-color: #FFFDC4;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	opacity: .7;
	filter: alpha(opacity = 70);
}
#cms_alert a {
	color: #333;
}
#form-coupon {
	padding: 10px 10px 0 10px;
	background: #ececec;
	border: 1px solid #e3e3e3;
	margin-bottom: 14px;
}
#fieldwrap-coupon_code {
	clear: left;
	float: left;
	margin-bottom: 10px;
}
#fieldwrap-coupon_code label {
	float: left;
	padding-right: 10px;
	line-height: 24px;
}
#fieldwrap-coupon_submit {
	clear: right;
	float: left;
	margin-left: 20px;
	margin-top: -2px;
	position: relative;
}
#form-customer {
	clear: both;
}
#fieldwrap-payment_issuer_id label {
	display: block;
	height: 50px;
	clear: both;
}
#fieldwrap-payment_issuer_id input {
	float: left;
	clear: left;
	margin-top: 14px;
}
#fieldwrap-payment_issuer_id .ideal,
#fieldwrap-payment_issuer_id .mistercash {
	display: block;
	float: left;
	padding: 10px 0 10px 55px;
	background-position: middle left;
	background-repeat: no-repeat;
}

#fieldwrap-payment_issuer_id .ideal {
	background-image: url(../assets/images/logo-ideal.gif);
}
#fieldwrap-payment_issuer_id .mistercash {
	background-image: url(../assets/images/logo-mistercash.gif);
}

.button-submit {
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 16px;
	background: #b21010;
	padding: 6px 8px 8px 8px;
	border-radius: 9px;
}