@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	black: 			#02161f
	dark blue:		#006699
	blue:			#0099cc
	light blue:		#89b8d1 
	grey blue:		#cce0eb
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Slider
	7.	Links
	8.	Footer
	9.	Forms
	10. Lists
	11. Sitemap
	12. Press Items
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background: #b24949 url('/images/bg_body_green.gif');
	color: #7f7c73;
}
#container {
	width: 980px;
	margin: 0 auto 20px auto;
}
#header {
	padding: 25px 10px 0 10px;
	width: 960px;
	height: 65px;
}

#logo {
	float: left;
}

#top_nav {
	width: auto;
	height: 50px;
	float: right;
	padding: 0;
	background: transparent url('/images/bg_top_nav_left.png') left top no-repeat scroll;
}
#top_nav .top_nav_wrapper {
	margin: 0 0 0 10px;
	padding: 5px 10px 5px 0;
	height: 40px;
	background: url('/images/bg_top_nav_right.png') right top no-repeat;
}
#top_nav #site_color_select {
	width: 42px;
	height: 12px;
	float: left;
	padding: 14px 15px 14px 5px;
	background: url('/images/1px_a25.png') right top repeat-y;
}
#top_nav .service {
	width: 150px;
	height: 37px;
	overflow: hidden;
	float: left;
	color: #333333;
	padding: 3px 15px 0 15px;
	background: url('/images/1px_a25.png') right top repeat-y;
}
#top_nav .service p {
	display: inline;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}
#top_nav .service p span.phone_prefix {
	white-space:nowrap;
	font-size: 14px;
}
#top_nav .service p span.phone {
	white-space:nowrap;
	font-size: 16px;
	font-weight: bold;
}
#top_nav .twwb {
	float: left;
	width: 84px;
	height: 30px;
	padding: 5px 15px;
	background: url('/images/1px_a25.png') right top repeat-y;
}
#top_nav .twwb p {
	display: block;
	overflow: hidden;
	width: 84px;
	height: 30px;
	background: transparent url('/images/logo_twwb.png') no-repeat;
	text-indent: -9999px;
}
#top_nav .sns {
	float: left;
	width: 65px;
	height: 36px;
	padding: 2px 5px 2px 15px;
}
#top_nav .sns p {
	display: block;
	overflow: hidden;
	width: 65px;
	height: 36px;
	background: transparent url('/images/logo_snsreaal.png') no-repeat;
	text-indent: -9999px;
}

#top_nav #site_nav {
	width: 105px;
	margin: 2px 10px 0 0;
	float: left;
}

#nav {
	background: url('/images/bg_content_top.png') no-repeat;
	padding: 30px 10px 0 10px;
	height: 50px;
}


#nav.filled_nav {
	background: url('/images/bg_content_top_blue.png') no-repeat;
}

#nav ul {
  width: 691px;
  float: left;
	height: 30px;
}

#nav ul li a {
	line-height:30px;
}

#nav ul li a span {
	cursor: hand;
}

#nav #nav_search {
	float: right;
	margin-right: 20px;
}

#nav #nav_search .nav_search {
	width: 150px;
	display: inline;
	float: left;
}

#nav #nav_search .nav_submit {
/*	border: 1px solid #92D2D3;*/
	border: 0;
	height: 28px;
	margin: 0;
}

#content {
	background: url('/images/bg_content.png');
	padding: 0 10px 20px 10px;
	width: 960px;
	overflow: hidden;
}

#page_header {
	height: 110px;
	background: url('/images/bg_page_header.gif') no-repeat;
	margin: 0 20px 1px 20px;
}
#page_header #title {
	height: 80px;
	padding: 0 0 0 30px;
}
#crumb {
	height: 27px;
	overflow: hidden;
	padding: 3px 0 0 24px;
	background-color: #A8DBDC;
}


#footer {
	background: url('/images/bg_footer.png');
	padding: 20px 10px;
	color: #FFFFFF;
}
#footer_bottom {
	background: url('/images/bg_footer_bottom.png');
	height: 20px;
}





/* --------------------------------------------
	3. NAVIGATION
-------------------------------------------- */

#header #logo a {
	margin: 0 0 0 20px;
	display: block;
	width: 132px;
	height: 54px;
  background: url('/images/logo_tmp.png') no-repeat;
}
#header #logo h1 a {
	text-indent: -9999px;
}

ul.site_nav {
	width: 105px;
}
ul.site_nav li a {
	display: block;
	width: 95px;
	height: 20px;
	line-height: 20px;
	background: url('/images/arrow_small_black_down.gif') right 8px  no-repeat;
	padding: 0 0 0 10px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
ul.site_nav li a:hover {
	color: #25A6A7;
}
ul.site_nav li ul {
	display: none;
	width: 105px;
	background: #FFFFFF;
	position: relative;
	top: -20px;
}
ul.site_nav li ul a {
	display: block;
	width: 95px;
	height: 20px;
	background: none;	
}
ul.site_nav li ul li.first a {
	background: url('/images/arrow_small_black_down.gif') right 8px  no-repeat;
}
ul.site_nav li ul li.last a {
	background: url('/images/bg_site_nav_last_red.gif') left bottom no-repeat;
}
ul.site_nav li:hover ul {
	display: block;
}

#top_nav #site_color_select ul li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 2px 0 0;
}
#top_nav #site_color_select ul li a {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/images/bg_body_red.gif') no-repeat;
}
#top_nav #site_color_select ul li.red a {
	background: url('/images/bg_body_red.gif') no-repeat;
}
#top_nav #site_color_select ul li.green a {
	background: url('/images/bg_body_green.gif') no-repeat;
}
#top_nav #site_color_select ul li.turquoise a {
	background: url('/images/bg_body_turquoise.gif') no-repeat;
}
#top_nav #site_color_select ul li a:hover {
	border: 1px solid #CCCCCC;
}
#top_nav #site_color_select ul li.active a {
	border: 1px solid #666666;
}


#nav ul li {
	display: inline;
	margin:0 20px;
	height: 30px;
	line-height: 30px;
	float:left;
}
#nav ul li a {
	font-size: 18px;
	color: #7F7C73;
	
	text-decoration: none;
	height: 30px;
	float: left;
	line-height: 30px;	
	padding: 0 0 0 10px;
}
#nav ul li a:hover {
	color:#25A6A7;
}
#nav.filled_nav ul li a {
	color: #fff;
}
#nav.filled_nav ul li a:hover {
	color:#A8DBDC !important;
}
#nav.filled_nav ul li.active a {
	color: #25A6A7;
}
#nav ul li a span {
	display:block;
	float:left;
	height:30px;
	padding:0 10px 0 0;
}
#nav.filled_nav ul li.active a {
	background: #FFFFFF url('/images/bg_nav_left_white.gif') no-repeat scroll left top;
}
#nav.filled_nav ul li.active a span {
	background: #FFFFFF url('/images/bg_nav_right_white.gif') no-repeat scroll right top;
}
#nav ul li.active a,
#nav ul li a:\ {
	color: #25a6a7;
}

#crumb ul li {
	display: inline;
	color: #7F7C73;
	font-size: 13px;
	margin: 0 0 0 5px;
}

#crumb ul li.home a {
	background: none;
	padding: 0;
}
#crumb ul li a {
	color: #7F7C73;
	text-decoration: none;
	background: url('/images/arrow_small_grey_right.gif') left 6px no-repeat;
	padding: 0 0 0 13px;
}
#crumb ul li a:hover {
	text-decoration: underline;
	color: #25a6a7;
}

.sub_nav li a {
	color: #7f7c73;
	line-height: 35px;
	text-decoration: none;
}
.sub_nav li.active a, .sub_nav li a:hover {
	color: #25a6a7;
} 
.top_page_nav {
	margin: 33px 20px 20px 20px;
	height: 32px;
	overflow: hidden;
	background: url('/images/1px_light_turquoise.gif') left bottom repeat-x;
}
.top_page_nav li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}
.top_page_nav li a {
	display: block;
	width: auto;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 12px;
	color: #7f7c73;
}
.top_page_nav li.active a,
.top_page_nav li.active a:hover,
.top_page_nav li a:hover {
	background: #e9f6f6;
	color: #25a6a7;
}
.top_page_nav li a:hover {
	color: #333333;
}

.footer_nav li {
	display: inline;
	margin: 0 0 0 30px;
}
.footer_nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* --------------------------------------------
	4. TEXT / LINKS / BUTTONS
-------------------------------------------- */

/* Text */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #52504d;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	margin: 0 0 7px 0;
}
h2, h2 a {
	font-size: 18px;
}
h3, h3 a {
	font-size: 16px;
	font-weight: bold;
}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
}

#page_header h1 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 80px;
	vertical-align: middle;
	margin: 0;
}

p {
	margin: 0 0 10px 0;
}

.text_small {
	font-size: 11px;
	line-height: 16px;
}
.text_medium {
	font-size: 12px;
	line-height: 18px;
}

/* text colors */
.c_primary {
	color: #25a6a7;
}
.c_secundary {
	color: #000000;
}

/* Links */

a {
	color: #25a6a7;
}
a:hover {
	color: #0e6b6c;
}

li .list_toggler {
	float: right;
	width: 60px;
}
.list_toggler {
	padding:0 10px 0 0;
	
}
span.open a {
	background:transparent url('/images/_img_/bullet_blue_up.gif') no-repeat scroll right 8px;
}
.list_toggler a {
	font-size: 12px;
	text-decoration: none;
	float: right;
	background:transparent url('/images/_img_/bullet_light_down.gif') no-repeat scroll right 8px;
	padding:0 10px 0 0;
}
.list_toggler a:hover {
	text-decoration: underline;
	color: #25a6a7;	
}
span.toggler_content ol,
span.toggler_content {
	font-size: 11px;
	margin-left: 19px;
}

/* \s */
button,
a.button_primary,
a.button_secundary,
a.button_dog,
a.button_cat {
	background: transparent url('/images/btn_green_right.png') no-repeat scroll right top;
	float: left;
	height: 31px;
	margin: 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	
}

a.preserve_customer {
  margin-left: 150px;
}

a.button_secundary {
	background: transparent url('/images/btn_white_right.png') no-repeat scroll right top;
	color: #999999;
	padding: 0 10px 0 0;
	border:medium none;
}

a.button_secundary span {
	background:transparent url('/images/btn_white_left.png') no-repeat scroll 0 0;
	border:medium none;
	display:block;
	line-height:16px;
	padding:7px 10px 8px 15px;
}

a.button_secundary:hover span {
	color:#333333;
}

a.button_secundary span {
	background:transparent url('/images/btn_white_left.png') no-repeat scroll 0 0;
	border:medium none;
	display:block;
	line-height:16px;
	padding:7px 10px 8px 15px;
}

a.button_secundary:hover span {
	color:#333333;
}

button.button_secundary {
	background: transparent url('/images/btn_white_right.png') no-repeat scroll right 1px;
	padding: 0 7px 0 0;
	cursor: pointer;
}
button.button_primary,
a.button_primary {
	padding: 0 27px 0 0;
	background: transparent url('/images/btn_green_right.png') no-repeat scroll right 1px;
	cursor: pointer;
}

button span {
	background: transparent url('/images/btn_green_left.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 7px 10px 8px 15px;
	border: none;
  white-space: nowrap;
}

a.button_primary span {
	background: transparent url('/images/btn_green_left.png') no-repeat scroll 0 1px;
	display: block;
	line-height: 16px;
	padding: 7px 5px 8px 15px;
	border: none;
}
button.button_secundary span {
	background: transparent url('/images/btn_white_left.png') no-repeat;
	color: #999;
}
button span {
	padding: 7px 10px 8px 15px;
}

a.button_dog {
	background: transparent url('/images/btn_green_dog_right.png') no-repeat scroll right top;
	padding: 0 38px 0 0;
        margin: 0 10px 0 0;
}

a.button_cat {
	background: transparent url('/images/btn_green_cat_right.png') no-repeat scroll right top;
	padding: 0 32px 0 0;
}

a.button_dog span,
a.button_cat span {
	background: transparent url('/images/btn_green_left.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 7px 10px 8px 15px;
	white-space: nowrap;
}

a.button_dog:hover span,
a.button_cat:hover span {
	background: transparent url('/images/btn_green_left.png') 0 -31px no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}

a.button_dog span,
a.button_cat span {
	padding: 7px 10px 8px 10px;
}

a.button_dog {
	background: transparent url('/images/btn_green_dog_right.png') no-repeat scroll right top;
	padding: 0 38px 0 0;
}
a.button_dog:hover {
	background: transparent url('/images/btn_green_dog_right.png') no-repeat scroll right -31px;
}
a.button_cat {
	background: transparent url('/images/btn_green_cat_right.png') no-repeat scroll right top;
	padding: 0 32px 0 0;
}
a.button_cat:hover {
	background: transparent url('/images/btn_green_cat_right.png') no-repeat scroll right -31px;
}

button.button_primary:hover,
a.button_primary:hover {
	background: transparent url('/images/btn_green_right.png') right -30px no-repeat;
}

button.button_primary:hover span {
	background: transparent url('/images/btn_green_left.png') 0 -31px no-repeat;
	color: #FFFFFF;
}
a.button_primary:hover span {
	background: transparent url('/images/btn_green_left.png') 0 -30px no-repeat;
}

button.button_secundary:hover span {
	color: #333333;
}

button.button_secundary:hover span {
	color: #333333;
}
button.button_basket span{
	padding: 7px 8px 8px 8px;
}
a.pdf {
	background: url('/images/icon_pdf.png') no-repeat;
	padding: 0 0 0 20px;
}

.text_list ul {
	margin: 0 0 20px 0;
}

.text_list ul li {
	padding: 0 0 0 18px;
	background: url('/images/bullet_turquoise.gif') left 4px no-repeat;
}

ul.data li {
	clear: left;
}
ul.data span.label {
	width: 150px;
	float: left;
	
}
ul.data span.value {
	font-weight: bold;
}


/* --------------------------------------------
	5. BLOCKS
-------------------------------------------- */

/* Top Image */
#content .top_image_large {
	width: 920px;
	height: 350px;
	margin: 0 20px 20px 20px;
	background: #CCCCCC;
}
#content .top_image_large #top_image_overlay {
	padding: 210px 0 0 40px;
	width: 350px;
}

/* GRID */

.mod_3col_wrapper {
	width: 240px;
	float: left;
}
.mod_4col_wrapper {
	width: 320px;
	float: left;
}
.mod_5col_wrapper {
	width: 400px;
	float: left;
}
.mod_6col_wrapper {
	width: 480px;
	float: left;
}
.mod_7col_wrapper {
	width: 560px;
	float: left;
}
.mod_8col_wrapper {
	width: 640px;
	float: left;
}
.mod_9col_wrapper {
	width: 720px;
	float: left;
}
.mod_10col_wrapper {
	width: 800px;
	float: left;
}
.mod_11col_wrapper {
	width: 880px;
	float: left;
}
.mod_12col_wrapper {
	width: 960px;
	float: left;
}
.mod_3col {
	width: 220px;
	margin: 0 10px 20px 10px;
	float: left;
}
.mod_4col {
	width: 300px;
	margin: 0 10px 20px 10px;
	float: left;
}
.mod_45col {
	width: 330px;
	margin: 0 10px 40px 10px;
	float: left;
}
.mod_5col {
	width: 380px;
	margin: 0 10px 40px 10px;
	float: left;
}
.mod_6col {
	width: 460px;
	margin: 0 10px 40px 10px;
	float: left;
}
.mod_7col {
	width: 540px;
	margin: 0 10px 40px 10px;
	float: left;
}
.mod_8col {
	width: 620px;
	margin: 0 10px 40px 10px;
	float: left;
}
.mod_9col {
	width: 700px;
	margin: 0 10px 40px 10px;
	float: left;
}

.mod_13col {
	width: 920px;
	margin: 0 10px 40px 10px;
	float: left;
}

.mod_14col {
	float:left;
	margin:15px 0 0 0;
	width:690px;
}

.mod_15col {
	float: left;
	margin: 0;
	width: 340px;
}

.mod_16col {
	width: 290px;
	float: left;
	margin-left: 15px;
}

/* Fixed heigts */
.mod_200h .mod_content {
	height: 141px;
}
.mod_250h .mod_content {
	height: 191px;
}
.mod_300h .mod_content {
	height: 241px;
}
.mod_350h .mod_content {
	height: 291px;
}
.block_100h {
	height: 100px;
}
.block_150h {
	height: 150px;
}
.block_200h {
	height: 200px;
}
.block_300h {
	height: 300px;
}
.mod_scroll {
	overflow: scroll !important;
}

/* mod border */
.mod_3col .mod_border {
	background: url('/images/mod3col_border_content.gif') repeat-y;
}
.mod_3col .mod_border .mod_header {
	background: url('/images/mod3col_border_header.gif') left top no-repeat;
}
.mod_3col .mod_border .mod_footer {
	background: url('/images/mod3col_border_footer.gif') left bottom no-repeat;
}

.mod_4col .mod_border {
	background: url('/images/mod4col_border_content.gif') repeat-y;
}
.mod_4col .mod_border .mod_header {
	background: url('/images/mod4col_border_header.gif') left top no-repeat;
}
.mod_4col .mod_border .mod_footer {
	background: url('/images/mod4col_border_footer.gif') left bottom no-repeat;
}

.mod_6col .mod_border {
	background: url('/images/mod6col_border_content.gif') repeat-y;
}
.mod_6col .mod_border .mod_header {
	background: url('/images/mod6col_border_header.gif') left top no-repeat;
}
.mod_6col .mod_border .mod_footer {
	background: url('/images/mod6col_border_footer.gif') left bottom no-repeat;
}

.mod_8col .mod_border {
	background: url('/images/mod8col_border_content.gif') repeat-y;
}
.mod_8col .mod_border .mod_header {
	background: url('/images/mod8col_border_header.gif') left top no-repeat;
}
.mod_8col .mod_border .mod_footer {
	background: url('/images/mod8col_border_footer.gif') left bottom no-repeat;
}

/* mod turquoise */
.mod_4col .mod_turquoise {
	background: url('/images/mod4col_turquoise_content.gif') repeat-y;
}
.mod_4col .mod_turquoise .mod_header {
	background: url('/images/mod4col_turquoise_header.gif') left top no-repeat;
}
.mod_4col .mod_turquoise .mod_footer {
	background: url('/images/mod4col_turquoise_footer.gif') left bottom no-repeat;
}
.mod_turquoise, .mod_turquoise a, .mod_turquoise a:hover, .mod_turquoise h1, .mod_turquoise h2, .mod_turquoise h3 {
	color: #FFFFFF;
}

/* mod green */
.mod_4col .mod_green {
	background: url('/images/mod4col_green_content.gif') repeat-y;
}
.mod_4col .mod_green .mod_header {
	background: url('/images/mod4col_green_header.gif') left top no-repeat;
}
.mod_4col .mod_green .mod_footer {
	background: url('/images/mod4col_green_footer.gif') left bottom no-repeat;
}
.mod_green, .mod_green a, .mod_green a:hover, .mod_green h1, .mod_green h2, .mod_green h3 {
	color: #FFFFFF;
}

/* mod transparent */
.mod_transparent .mod_content {
	background: url('/images/1px_transparent.png');
	color: #333333;
}
.mod_3col .mod_transparent .mod_header {
	background: url('/images/mod3col_transp_header.png') left top no-repeat;
}
.mod_3col .mod_transparent .mod_footer {
	background: url('/images/mod3col_transp_footer.png') left bottom no-repeat;
}
.mod_4col .mod_transparent .mod_header {
	background: url('/images/mod4col_transp_header.png') left top no-repeat;
}
.mod_4col .mod_transparent .mod_footer {
	background: url('/images/mod4col_transp_footer.png') left bottom no-repeat;
}
.mod_5col .mod_transparent .mod_header {
	background: url('/images/mod5col_transp_header.png') left top no-repeat;
}
.mod_5col .mod_transparent .mod_footer {
	background: url('/images/mod5col_transp_footer.png') left bottom no-repeat;
}
.mod_6col .mod_transparent .mod_header {
	background: url('/images/mod6col_transp_header.png') left top no-repeat;
}
.mod_6col .mod_transparent .mod_footer {
	background: url('/images/mod6col_transp_footer.png') left bottom no-repeat;
}
.mod_7col .mod_transparent .mod_header {
	background: url('/images/mod7col_transp_header.png') left top no-repeat;
}
.mod_7col .mod_transparent .mod_footer {
	background: url('/images/mod7col_transp_footer.png') left bottom no-repeat;
}
.mod_8col .mod_transparent .mod_header {
	background: url('/images/mod8col_transp_header.png') left top no-repeat;
}
.mod_8col .mod_transparent .mod_footer {
	background: url('/images/mod8col_transp_footer.png') left bottom no-repeat;
}
.mod_transparent .mod_header {
	padding: 15px 20px 7px 20px !important;
}
.mod_transparent .mod_header h1 {
	margin: 0 !important;
}

/* mod lists */
.mod_page_list .mod_header {
	margin: 0 10px 10px 10px;
	padding: 15px 20px 0 10px;
	border-bottom: 1px solid #e9f6f6;
}

.mod_header {
	padding: 15px 20px 0 20px;
}
.mod_content {
	padding: 0 20px;
	overflow: hidden;
}
.mod_footer {
	padding: 0 10px 15px 10px;
	clear: both;
}
.mod_border .mod_header, .mod_turquoise .mod_header, .mod_green .mod_header {
	padding: 15px 30px 0 30px;
}
.mod_border .mod_content, .mod_turquoise .mod_content, .mod_green .mod_content {
	padding: 0 30px;
}
.mod_border .mod_footer, .mod_turquoise .mod_footer, .mod_green .mod_footer {
	padding: 0 30px 15px 30px;
}

.mod_background {
	overflow: hidden;
	padding: 0 15px;
}
/* block borders */
.left_light_border {
	background: url('/images/1px_light_turquoise.gif') repeat-y;
}
.top_light_border {
	background: url('/images/1px_light_turquoise.gif') repeat-x;
}

/* Afsluitstraat */
.price_box {
	clear: both;
	overflow: hidden;
}
.price_box .unit {
	float: left;
	color: #25A6A7;
	font-size: 12px;
}
.price_box .price {
	float: right;
	color: #25A6A7;
	font-weight: bold;
	font-size: 36px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.mod_green .price_box .unit,
.mod_green .price_box .price {
	color: #FFFFFF;
}


/* Footer */
#footer #proteq_sns {
	float: right;
}
#footer #proteq_sns a {
	display: block;
	width: 181px;
	height: 102px;
	background: url('/images/logo_proteq_snsreaal.gif') no-repeat;
}
#footer #proteq_sns h4 a {
	text-indent: -9999px;
}

#footer .copyright {
	margin: 20px 0 10px 30px;
	font-size: 11px;
	line-height: 16px;
	width: 400px;
}

/* --------------------------------------------
	9. FORMS
-------------------------------------------- */

fieldset {
	clear: both;
}
legend {
	color: #000000;
	margin: 0;
}

label {
	clear: left;
	float: left;
	width: 140px;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px 0 0;
}

label.horizontal {
	margin-right: 16px;
	font-size: 14px;
}
label.receive_newsletter {
	clear: none;
	font-weight: normal;
	width: 230px;
	padding: 0;
}
input.receive_newsletter {
	margin-top: 3px;
	border:none;
}
.radio_group {
	float: left;
}
.radio_group_large {
	width: 100%;
}
.radio_group label,
.radio_group_large label {
	clear: none;
	width: auto;
	float: left;
	margin: 0 10px 0 0;
	font-weight: normal;
	font-size: 14px;
}
.radio_group_calculate label {
	width: 255px !important;
}

.radio_group ul li,
.radio_group_large ul li {
	clear: left;
	display: block;
}

form .element {
	clear: both;
  margin: 0 0 15px 0;
	overflow: hidden;
}

form ul .element {
  margin: 0 !important;
}

input, select, textarea {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 6px 3px;
	border: 1px solid #92d2d3;
	margin: 0 5px 0 0;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #0e6b6c;
}

/* MEDIUM SIZED INPUT */
input.extra_small {
	width: 35px;
}
input.small {
	width: 75px;
}
input.medium {
	width: 165px;
}
.date_select {
	width: auto;
}
.date_select .date_day {
	width: 60px;
}
.date_select .date_month {
	width: 100px;
}
.date_select .date_year {
	width: 80px;
}
select.medium {
	width: 172px;
}
select {
	width: 150px;
}
form h4 {
	color: #25a6a7;
}

form .actions {
	clear: both;
	padding: 10px 0 0 0;
}
#callback_form {
	background:white none repeat scroll 0 0;
	height:596px;
	width:100%;	
}

.completed {
	background: url('/images/_img_/completed.gif') no-repeat left 7px;
}

.question {
	margin-left: -13px !important;
	padding-left: 14px !important;
}
ul.acceptance {
	margin-left: -13px !important;
}
/* styled radio lists */
.radio_group input,
.radio_group_large input {
	border: none;
}
.radio_group li ul,
.radio_group li ol {
	margin: 0 0 18px 0;
}
.radio_group li li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 20px;
	
}
#personal_data_form .radio_group input{
	margin-top: 6px;
}
input.horizontal {
	margin: 0;
}

/* FORM STEPS */

.form_steps {
	height: 50px;
	background: url('/images/form_step_bg_left.gif') top left no-repeat;
	margin: 0 20px 20px 20px;
}
.form_steps .form_steps_wrapper {
	height: 38px;
	background: url('/images/form_step_bg_right.gif') top right no-repeat;
	padding: 6px;
}
.form_steps li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	height: 38px;
	background: url('/images/form_step_inactive_bg_left.gif') no-repeat;
}
.form_steps li.active,
.form_steps li.visited {
	background: url('/images/form_step_active_bg_left.gif') no-repeat;
}
.form_steps li span {
	display: block;
	width: auto;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	background: url('/images/form_step_inactive_bg_right.gif') top right no-repeat;
	padding: 0 40px 0 15px;
	color: #a8dbdc;
}
.form_steps li.active span,
.form_steps li.visited span {
	background: url('/images/form_step_active_bg_right.gif') top right no-repeat;

}
.form_steps li.active span {
	color: #FFFFFF;
}

/* ACCEPTATIE VRAGEN */

.acceptation li {
	padding: 7px 0 0px 14px;
	clear: both;
	overflow: hidden;	
	
}
.acceptation .mod_content {
	padding: 0 0 0 10px;
}
.acceptation h4 {
	padding-left:14px;
}
.acceptation .question .element {
	background: url('/images/1px_grey_dashed.gif') left bottom repeat-x;
	padding-bottom: 7px;
}

.acceptation li span {
	float: left;
}
.acceptation li span.question {
	font-weight: bold;
	width: 450px;
}
.acceptation li span.answer {
	float: right;
}

.acceptation li div.question.first label.horizontal {
  font-weight: bold !important;
}

.acceptation li li div.question.first label.horizontal {
  font-weight: normal !important;
}

.acceptation li div.first div.element,
.acceptation li li div.element {
  padding-left: 0px;
}

.acceptation li div.element {
  padding-left: 15px;
}

.acceptation li div.first div.element label.horizontal {
  width: 450px;
}

.acceptation li div.element label.horizontal {
  width: 435px;
}

.acceptation li li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: none;
	overflow: hidden;
}
.acceptation li li span.answer {
	float: left;
}
.acceptation li li.repeat span.answer {
	float: right;
}
.acceptation li li span.question {
	font-weight: normal;
	width: auto;
}

.acceptation li li label {
	font-weight: normal !important;
	width: 155px !important;
	font-size: 13px;
	margin-right: 0px !important;
/*  padding-right: 0px !important;*/
}

.acceptation label {
	font-weight: normal;
}

#submit_links {
  padding: 0 30px;
}

.form_actions {
  padding-top: 25px;
}

.form_actions .primary {
  float: right;
}

.form_actions .secundary {
  float: left;
}


/* --------------------------------------------
	10. LISTS
-------------------------------------------- */

.pros {
	margin: 0 0 10px 0;
}
.pros li {
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	background: url('/images/bullet_pro.png') left 4px no-repeat;
	clear: left;
	overflow: hidden;
	line-height: 18px;
}
.pros li.con {
	background: url('/images/bullet_con.png') left 4px no-repeat;
}

/* --------------------------------------------
	11. Sitemap
-------------------------------------------- */
ul.sitemap { }

ul.sitemap li {
	margin: 0 0 15px 0;
}
ul.sitemap li a {
	text-decoration: none;
	color: #25A6A7;
	font-size: 16px;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}
ul.sitemap li li {
	margin: 0;
	padding: 0 0 0 20px;
}
ul.sitemap li li a {
	font-size: 12px;
	color: #89B8D1;
} 
ul.sitemap li li li a {
	color: #02161f;
}

/* --------------------------------------------
	PRESS ITEMS
-------------------------------------------- */

div.press_items h1 {
	border-bottom: 1px solid #E9F6F6;
	padding-bottom: 20px;
}

div.press_items h3 {
	margin-bottom: 1px;
}

#press_items small,
.press_item small {
	color:#0E6B6C;
	display:block;
	font-size:12px;
	margin-bottom:5px;
}

ul#press_items li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #A8DBDC;
}


/* --------------------------------------------
	HELPERS
-------------------------------------------- */


.clear {
	clear: both;
}
.no_margin {
	margin: 0;
}
.no_margin_x {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no_margin_y {
	margin: 0 inharit !important;
}
.left {
	float: left;
}
.right{
	float: right;
}
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.gutter, .gutter_small {
	clear: both;
	height: 20px;
	margin: 0 20px;
	overflow: hidden;
}
.gutter_small {
	height: 10px;
}
.stroke {
	clear: both;
	height: 1px;
	background: url('/images/1px_light_turquoise.gif') repeat-x;
	margin: 7px -10px;
}
.mod_green .stroke {
	background: url('/images/1px_white.gif') repeat-x;
}
.mod_transparent .stroke {
	background: url('/images/1px_white.gif') repeat-x;
}
.mod_border .stroke {
	background: url('/images/1px_grey.gif') repeat-x;
}

#hidden_dependencies,
#hidden_dependencies .coverage,
#hidden_dependencies .field_set,
#hidden_dependencies .question {
  display: none;
}

.top_up_content h3,
.top_up_content {
  color: lightgrey;
}

#is_giro_account_select {
	height: 26px;
}

#is_giro_account_select label {
	margin-right: 4px;
	float: none;
	display: inline;
	font-weight: normal;
}

#is_giro_account_select input {
  border: none;
  float: none;
}

.fieldWithErrors {
  display: inline;
}


/* Error messages */

.errorExplanation {
	background:#CC3366 none repeat scroll 0 0;
	color:#FFFFFF;
	margin:0 0 20px 0;
	padding:15px;
}
.errorExplanation li {
	background:transparent url('/images/_img_/bullet_white_right.gif') no-repeat scroll left 8px;
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 10px;
}
div.errorExplanation h2 {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:18px;
	margin:0 0 10px;
	padding-bottom: 13px;
}

.top_up_content {
	padding: 10px;
	background: white;
}

.top_up_content h3 {
	color: #25A6A7;
}

.top_up_content p {
	color: black;
}
.fieldWithErrors label{
	color: #cc3366;
}
.slotverklaring iframe {
	height:470px;
	width:900px;
	padding:0 20px;
}

#premie_basket_slider {
	height: 100%;
	position: absolute;
	overflow: visible;
	top: 0px;
	bottom: 0;
	width: 282px;
	right: 28px;
}

#slider_wrapper.floating {
	position: fixed;
	padding-top: 20px;
	top: 0px !important;
}

#slider_wrapper.pinned_bottom {
	position: absolute;
	bottom: 0;
	top: auto !important;
}

#cse-search-results iframe{
	width: 675px;
}

#banner_code {
	left:0;
	text-align:center;
	width:100%;
}

#banner_code div {
  background:none repeat scroll 0 0 #CC3366;
  font-size:13px;
  margin:0 auto;
  padding:8px 6px;
  width:100%;
  color:white;
}

#banner_code div strong {		
	font-weight:bold;
	padding:3px 6px;
}

.hidden_radiogroup,
.xml_label,
.follow_up_quote {
	background: none !important;
}

.hidden_radiogroup .element,
.xml_label .element,
.follow_up_quote .element {
	height: 0px !important;
	overflow: hidden;
	position: absolute;
}

.date_day {
    width: 54px;
}

.date_month {
    width: 70px;
}

.date_year {
    width: 58px;
    margin-right: 0px;
}

#spinner_overlay {
  background: url('/images/pixel.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#spinner_overlay .spinner {
  border: 1px solid black;
  background-color: #ffffff;
	padding: 32px 32px 40px 32px;
	text-align: center;
	margin: 150px auto;
	width: 240px;
}

/* 25% Discount Dier & Zorg */
#premie_basket .price_box {overflow: visible !important;}
#premie_basket .price_box .discount {float: left; clear: left; position: relative; width: 100%; height: auto;}
#premie_basket .price_box .discount .discountBadge{display: block; width: 126px; height: 126px; background: url("/images/discount.png"); position: absolute; right: -30px; top: -40px;}
#premie_basket .price_box .discount .oldPrice {color: #ff0000; text-decoration: line-through; font-size: 20px; display: block; float: left;}
#premie_basket .price_box .discount .label {font-size: 16px; margin-right: 5px; float: left;}
#premie_basket .price_box .discount .newPriceLabel{line-height: normal; display: block; width: 100%;}
#premie_basket #summary_details{clear: both;}
/*.wrapper{ overflow: visible !important;}*/
/* End 25% Discount Dier & Zorg */


#error_message {
  padding:15px 30px 0;
  font-weight: bold;
}

/* Dashboard styling */
#dashboard {
	left: 0px;
	width: 100%;
	text-align: center;
}

#dashboard #wrapper {
/*  padding: 5px;*/
}

#dashboard div {
	width: 100%;
	font-size: 13px;
	background: #CC3366;
	margin-bottom: 5px;
}

#dashboard div strong {
	color: white;
	font-weight: bold;
}

#dashboard div form {
    display: inline;
}

#dashboard #wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #89B8D1;
}

#dashboard #wrapper table tr,
#dashboard #wrapper table tr td {
  border: 1px solid #89B8D1;
  color: white;
  font-weight: bold;
}

#dashboard #wrapper table tr td {
  padding: 4px;
  text-align: left;
}
