@charset "UTF-8";

/*  Start https://www.tiypg.com/lib/_pgx/shared/prototip/2.1.2/styles/prototip.css */

/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

/*  End https://www.tiypg.com/lib/_pgx/shared/prototip/2.1.2/styles/prototip.css */

/*  Start https://www.tiypg.com/lib/_pgx/shared/lightview/2.5.2/styles/lightview.css */

/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/*  End https://www.tiypg.com/lib/_pgx/shared/lightview/2.5.2/styles/lightview.css */

/*  Start /_templates/root/styles/root.css */

@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:auto;
}

body {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494b4c;
	background:url('/_templates/root/styles/../images/bg_top.gif') top left repeat-x;
}

ul, ol, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.clear {
	clear:both;
}

a {
	color:#f78f1e;
	outline:none;
}

a:hover {
	text-decoration:none;
}

/* Site */
.top {
	width:920px;
	height:97px;
	margin-right:auto;
	margin-left:auto;
}

.content {
	width:920px;
	min-height:150px;
	margin-right:auto;
	margin-left:auto;
}

.bottom {
	height:49px;
	background:url('/_templates/root/styles/../images/bg_footer.gif') top left repeat-x;
}

.ul_footer {
	width:896px;
	height:49px;
	padding-right:5px;
	padding-left:5px;
	margin-right:auto;
	margin-left:auto;
}

.li_footer_copy, .li_footer_right_txt {
	margin-top:18px;
	margin-right:25px;
	float:left;
	color:#f78f1e;
	font-weight:bold;
	font-size:11px;
}

.li_footer_right_txt {
	margin-right:0px;
	float:right;
}

.li_footer {
	margin-top:18px;
	margin-right:25px;
	float:left;
	font-size:11px;
}

.li_footer_right {
	margin-top:15px;
	margin-left:9px;
	float:right;	
}

a.footer_lnk_false, a.footer_lnk_true {
	color:#494b4c;
	text-decoration:none;
}

a.footer_lnk_false:hover, a.footer_lnk_true {
	color:#f78f1e;
}

.playground {
	width:45px;
	height:34px;
	margin-top:-10px;
	margin-left:-15px;
	display:block;
	text-decoration:none;
/*	background:url(/_templates/root/styles/../images/playground.png) 0px 0px no-repeat;*/
}

/*.playground:hover {
	background:url(/_templates/root/styles/../images/playground.png) 0px -34px no-repeat;
}*/

.logo {
	width:144px;
	height:61px;
	margin-top:20px;
	margin-left:-33px;
	position:absolute;
}

.ul_menu {
	width:770px;
	height:28px;
	position:absolute;
	margin-top:60px;
	margin-left:145px;
	z-index:500;
}

.li_menu {
	height:28px;
	float:left;
}

a.menu_false {
	color:#494b4c;
	text-decoration:none;
	cursor:pointer;
	font-size:11px;
}

a.menu_false:hover, a.menu_true {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

.menu_left {
	width:6px;
	height:28px;
	display:block;
	float:left;
}

.menu_middle {
	height:21px;
	padding-top:7px;
	padding-right:10px;
	padding-left:10px;
	display:block;
	float:left;
	font-weight:bold;
}

.menu_right {
	width:6px;
	height:28px;
	display:block;
	float:left;
}

a.menu_false:hover .menu_left, a.menu_true .menu_left {	
	background:url('/_templates/root/styles/../images/sprite.png') -83px -56px no-repeat;
}

a.menu_false:hover .menu_middle, a.menu_true .menu_middle {
	background:url('/_templates/root/styles/../images/menu_rep.png') top left repeat-x;
}

a.menu_false:hover .menu_right, a.menu_true .menu_right {
	background:url('/_templates/root/styles/../images/sprite.png') -88px -56px no-repeat;
}

/* Begin Submenu */
.ul_submenu {
	min-height:100px;
}

.li_submenu {
	height:28px;
}

a.submenu_false {
	color:#494b4c;
	text-decoration:none;
	cursor:pointer;
}

a.submenu_false:hover, a.submenu_true {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

a.submenu_false:hover .menu_left, a.submenu_true .menu_left {	
	background:url('/_templates/root/styles/../images/sprite.png') -83px -56px no-repeat;
}

a.submenu_false:hover .menu_middle, a.submenu_true .menu_middle {
	background:url('/_templates/root/styles/../images/menu_rep.png') top left repeat-x;
}

a.submenu_false:hover .menu_right, a.submenu_true .menu_right {
	background:url('/_templates/root/styles/../images/sprite.png') -88px -56px no-repeat;
}
/* Einde Submenu */

.li_right_login_false, .li_right_contact_false, .li_right_search_false,
.li_right_login_true, .li_right_contact_true, .li_right_search_true {
	height:28px;
	margin-left:3px;
	float:right;
	cursor:pointer;
}

.li_right_login_false {
	width:83px;
	background:url('/_templates/root/styles/../images/sprite.png') 0px 0px no-repeat;
}
.li_right_login_true {
	width:83px;
	background:url('/_templates/root/styles/../images/sprite.png') 0px -28px no-repeat;
}

.li_right_contact_false {
	width:91px;
	background:url('/_templates/root/styles/../images/sprite.png') -83px -28px no-repeat;
	opacity:0.4; /* Verwijderen als contact aangepast wordt */
	filter:alpha(opacity=40); /* Verwijderen als contact aangepast wordt */
}
.li_right_contact_true {
	width:91px;
	background:url('/_templates/root/styles/../images/sprite.png') -83px 0px no-repeat;
	opacity:0.4; /* Verwijderen als contact aangepast wordt */
	filter:alpha(opacity=40); /* Verwijderen als contact aangepast wordt */
}

.li_right_search_false {
	width:83px;
	background:url('/_templates/root/styles/../images/sprite.png') -174px -28px no-repeat;
}
.li_right_search_true {
	width:83px;
	background:url('/_templates/root/styles/../images/sprite.png') -174px 0px no-repeat;
}

.righttop_dd {
	width:263px;
	margin-top:22px;
	margin-left:-86px; /* Verwijderen als login of contact aangepast wordt */
	position:absolute;
	z-index:500;
	cursor:auto;
}

.login_dd {
	margin-left:-180px;
}

.contact_dd {
	margin-left:-86px;
}

.righttop_dd_mid {
	padding-right:7px;
	padding-left:7px;
	background:url('/_templates/root/styles/../images/mid_top.png') top left repeat-y;
}

.righttop_dd_bot {
	height:5px;
	background:url('/_templates/root/styles/../images/bot_top.png') top left repeat-y;
}

.search_top {
	height:7px;
	background:url('/_templates/root/styles/../images/search_top2.png') top left no-repeat; /*search_top.png is aanpassen als login of contact aangepast wordt */
}

.contact_top {
	height:7px;
	background:url('/_templates/root/styles/../images/contact_top.png') top left no-repeat;
}

.login_top {
	height:7px;
	background:url('/_templates/root/styles/../images/login_top.png') top left no-repeat;
}
.tit_row_ov, .tit_row_browser_ov {
	min-height:217px;
	margin-bottom:13px;
	position:relative;
}

.tit_row {
	min-height:217px;
	position:relative;
}

.tit_row_high {
	min-height:300px;
	position:relative;
}

.tit_cont {
	padding:13px 16px 0px;
}

.tit_quarter {
	width:217px;
	min-height:217px;
	margin-right:7px;
	margin-left:6px;
	float:left;
	position:relative;
}

.tit_quarter .bg {
	width:217px;
}

.tit_half {
	width:447px;
	min-height:217px;
	margin-right:7px;
	margin-left:6px;
	float:left;
	position:relative;
}

.tit_half .bg {
	width:447px;
}

.tit_three_quarter {
	width:677px;
	min-height:217px;
	margin-right:7px;
	margin-left:6px;
	float:left;
	position:relative;
}

.tit_three_quarter .bg {
	width:677px;
}

.tit_full {
	width:907px;
	min-height:217px;
	margin-right:7px;
	margin-left:6px;
	float:left;
	position:relative;
}

.tit_row_high .tit_quarter, .tit_row_high .tit_half, .tit_row_high .tit_three_quarter, .tit_row_high .tit_full {
	min-height:300px;
}

.tit_full .bg {
	width:907px;
}

/* Begin Gray */
.bg {
	position: absolute;
	top:0;
	bottom:0;
	z-index:-1;
}

.bgbg {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#d3daed;
}
/* End Gray */
h1, h2 {
	margin:0px;
	padding:0 0 22px;
	font-weight:bold;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h1 a, h2 a {
	text-decoration:none;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
}

h3 a {
	color:#494b4c;
	text-decoration:none;
}

p {
	margin:0px;
	padding:0 0 16px;
}

img {
	border:none;
}

.tit_three_quarter img {
	max-width:677px;
	max-height:215px;
}

.magic {
	min-height:215px;
	margin-top:-12px;
	margin-left:-16px;
	border:1px #FFF solid;
	#position:absolute;
}

.tit_full .magic {
	width:905px;
	height:215px;
}
.tit_full img {
	max-height:215px;
}

.tit_row_ov:first-child .tit_full .magic {
	height:300px;
}

.tit_row_ov:first-child .tit_full img {
	min-height:300px;
}


.tit_quarter .magic {
	width:215px;
	height:215px;
}
.tit_quarter img {
	max-width:215px;
	max-height:215px;
}

.tit_half .magic {
	width:444px;
}
.tit_half img {
	max-width:444px;
}

.tit_three_quarter .magic {
	width:675px;
}
.tit_three_quarter img {
	max-width:675px;
	max-height:215px;
}

strong, b {
	font-weight:inherit;
	color:#f78f1e;
}
form {
	display:inline;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	outline:none;
}

.frm_cols_ov {
	width:430px;
	float:left;
}

.frm_row {
	padding-bottom:9px;
}

.checkbox_pas, .checkbox_act {
	width:13px;
	height:13px;
	margin-top:1px;
	margin-right:8px;
	float:left;
	cursor:pointer;
	background:url(/_templates/root/styles/../images/sprite.gif) -42px 0px no-repeat;
}

.checkbox_act {
	background:url(/_templates/root/styles/../images/sprite.gif) -55px 0px no-repeat;
}

.checkbox_txt {
	float:left;
}

.frm_left {
	width:185px;
	height:23px;
	padding-top:5px;
	margin-right:10px;
	float:left;
}

.frm_inp {
	width:185px;
	min-height:28px;
	margin-right:5px;
	float:left;
}

.frm_check_txt {
	height:28px;
	margin-top:6px;
	margin-left:5px;
	float:left;
}

.frm_wide_inp {
	width:247px;
	height:28px;
}

.frm_submit {
	width:59px;
	height:28px;
	float:left;
}

/* Begin Elements */

.inp_pas, .inp_act, .inp_wide_pas, .inp_wide_act {
	width:173px;
	height:13px;
	padding:7px 6px 8px;
	border:0px;
	color:#494b4c;
	background:url(/_templates/root/styles/../images/sprite.png) -94px -56px no-repeat;
}

.inp_act {
	background:url(/_templates/root/styles/../images/sprite.png) -94px -84px no-repeat;
}

.inp_wide_pas, .inp_wide_act {
	width:235px;
	background:url(/_templates/root/styles/../images/sprite.png) -59px -112px no-repeat;
}

.inp_wide_act {
	background:url(/_templates/root/styles/../images/sprite.png) -59px -140px no-repeat;
}

.error {
	background:url(/_templates/root/styles/../images/sprite.png) -94px -378px no-repeat;
}

.texterea_pas, .texterea_act {
	width:173px;
	height:85px;
	padding:7px 6px 8px;
	border:0px;
	color:#494b4c;
	background:url(/_templates/root/styles/../images/sprite.png) -94px -168px no-repeat;
}

.texterea_act {
	background:url(/_templates/root/styles/../images/sprite.png) -94px -275px no-repeat;
}

.submit_pas, .submit_act {
	width:59px;
	height:28px;
	border:0px;
	padding:4px 0px 4px;
	color:#FFF;
	cursor:pointer;
	background:url(/_templates/root/styles/../images/sprite.png) 0px -84px no-repeat;
}

.submit_act {
	background:url(/_templates/root/styles/../images/sprite.png) 0px -112px no-repeat;
}

.submit_frm_pas, .submit_frm_act {
	width:79px;
	height:28px;
	border:0px;
	padding:4px 0px 4px;
	color:#FFF;
	cursor:pointer;
	background:url(/_templates/root/styles/../images/sprite.png) 0px -182px no-repeat;
}

.submit_frm_act {
	background:url(/_templates/root/styles/../images/sprite.png) 0px -210px no-repeat;
}

.frm_lnk {
	padding-bottom:3px;
	padding-left:18px;
	display:block;
	color:#494b4c;
	text-decoration:none;
	background:url(/_templates/root/styles/../images/bg_lnk_pas.png) top left no-repeat;
}

.frm_lnk:hover {
	color:#f78f1e;
	background:url(/_templates/root/styles/../images/bg_lnk_act.png) top left no-repeat;
}
/* End Elements */

/*  End /_templates/root/styles/root.css */

/*  Start /_templates/twitter/styles/twitter.css */

.twitter {}

.twitter_header {
	color:#f78f1e;
	font-weight:bold;
}

a.twitter_lnk {
	padding-right:22px;
	color:#f78f1e;
	font-size:10px;
	text-decoration:none;
	background:url('/_templates/twitter/styles/../../root/images/arrow.gif') top right no-repeat;
}

a.twitter_lnk:hover {
	text-decoration:underline;
}

a.twiter_follow {
	margin-top:-37px;
	float:right;
}

a.twitter_blck_lnk {
	color:#494B4C;
	text-decoration:none;
}

.twitter_logo {
	float:right;
	margin-top:-40px;
	margin-right:23px;
}

/*  End /_templates/twitter/styles/twitter.css */

