html{
	color: #222;
	height: 100%;
}

button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

img {
	border: 0px;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
        overflow-y: scroll;
}

h1 {
	font-size: 1.3em;
}

.blue {
	color: #467bbf;
}

#fixedfooter {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 4px;
	background-color: #555;
	-webkit-text-size-adjust: none;
	text-align: center;
	color: #999;
	z-index: 200;
	display: none;
}
#fixedfooter a {
	color: #999;
	text-decoration: none;
	padding: 0;
}
#fixedfooter a:hover {
	color: #FFF;
	text-decoration: none;
}

.tbl {
	display: table;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.2em;
}
.row {
	display: table-row;
	width: 100%;
}
.cell {
	display: table-cell;
	padding: 10px;
}
.box {
	display: table-cell;
	width: 33%;
	padding: 10px 30px 10px 30px;
}
.tbl ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.tbl ul li {
	line-height: 1em;
}

.tbl_p {
	width: 100%;
	margin: 40px auto 40px auto;
}
.box_p_f {
	display: table-cell;
	vertical-align: top;
	width: 14%;
	padding: 0px 0px 5px 0px;
	border-right: 10px solid #fff;
}
.box_p_c {
	display: table-cell;
	vertical-align: top;
	width: 14%;
	padding: 0px 0px 5px 0px;
}
.box_p {
	display: table-cell;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.box_p_f div {
	padding: 10px;
}
.box_p_c div {
	padding: 10px;
}

.tbl_p div ul {
	list-style-image: url('../images/square.bmp');
}

.box_p div {
	width: 100%;
	padding-bottom: 12px;
}
.box_p .r {
	display: table-row;
	width: 100%;
	background-color: #fff;
}
.box_p .r_wrapper {
	display: table-row-group;
}
.box_p .c {
	display: table-cell;
	width: 25%;
	height: 120px;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	text-align: center;
}
.box_p .p_page_row {
	display: table-row;
	width: 100%;
}
.p_supp {
	background-color: #467bbf;
	color: #fff;
	font-size: 1.3em;
}
.p_categ {
	background-color: #467bbf;
	color: #fff;
	font-size: 1.3em;
}
.p_list_wrapper {
	height: 320px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.p_list_more_wrapper {
	height: 338px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #fff;
}
.p_list_more {
	color: #467bbf;
	text-decoration: underline;
}
.box_p .c .c_top {
	margin-top: 10px;
}
.box_p .c .c_middle {
	height: 2.2em;
	line-height: 1.1em;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.box_p .c .c_bottom {
	padding: 0px 0px 10px 0px;
	height: 10px;
	vertical-align: bottom;
}
.p_nr {
	display: table-caption;
	caption-side: top;
	width: 100%;
	text-align: right;
	vertical-align:middle;
	word-spacing: 4px;
	padding-top: 8px;
}
.p_nr a {
	color: #f00;
}
.selected_item {
	position: relative;
	float: left;
	color: #467bbf;
	margin-left: 20px;
}
.tbl_n {
	width: 80%;
	margin: 0 auto 0 auto;
}
.cell_n {
	color: #467bbf;
	font-size: 1.1em;
	line-height: 1.1em;
}
.cell_n_time {
	font-size: 1em;
}
.cell_n_descr {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
}
.pagenr {
	border: 1px solid #ccc;
	width: 30px;
	height: 14px;
}
.img_wrapper {
	display: table-cell;
	width: 146px;
	height: 146px;
	text-align: center;
	vertical-align: middle;
}
.img_box {
	width: 146px;
	height: 146px;
}
.msg_sent {
	color: #008000;
}

.contact_wrapper {
	position: absolute;
	top: 140px;
	z-index: 2;
	width: 100%;
	padding-bottom: 50px;
}
.contact {
	max-width: 500px;
	margin: auto;
	display: table;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.textField {
	font: 14px/14px Arial, Helvetica, sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	border: thin solid #999;
}
.selectBox {
	width: 100%;
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	font: 14px/14px Arial, Helvetica, sans-serif;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	border: thin solid #999;
}
.rad {
	margin-right: 10px; white-space: nowrap;
}
.contact_wrapper a {
	text-decoration: none;
	font-size: 1.2em;
	white-space: nowrap;
	color: #555;
	padding: 10px;
}
.contact_wrapper p {
	max-width: 500px;
	margin: auto;
	text-align: left;
	padding-top: 15px;
}
.contact_wrapper p a {
	text-decoration: none;
	font-size: 1.2em;
	white-space: nowrap;
	color: #69b532;
	padding: 0px;
}

.ui-widget-overlay {
    background: #0b0b0b;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}
.ask {
	text-align: center;
	border: 1px solid #ccc;
        padding: 10px 30px;
        background-color: #FF8C00;
        color: #000;
        text-decoration: none;
        position: relative;
        top: 25px;
}
.video_button {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 30px;
    background-color: #009444;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
    top: 25px;
}
.ask:hover, .video_button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.video_container {
    width: 320px;
    text-align: center;
    border: 3px solid #ccc;
    padding: 5px 5px 50px 5px;
    display: inline-block;
    margin: 0 5px 5px 0;
}
#divvideo {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#ifrmvideo{
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #467bbf;
    border: 1px solid #4477bb;
}
.ui-widget-content a {
    color: #fff;
}
.download{
    padding: 7px 60px 7px 15px;
    background-color: #467bbf;
    color: #fff;
    text-decoration: none;
    display: table;
    margin: 0 0 10px 0;
    background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-position: 99% 2px;
}
.download:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.video_title{
    padding: 7px;
    background-color: #467bbf;
    color: #fff;
    margin-bottom: 1px;
}
.send {
	text-align: center;
	border: 1px solid #ccc;
        padding: 10px 30px;
        background-color: #369;
        color: #fff;
        text-decoration: none;
}
.send:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media screen and (max-width: 490px) {
	#fixedfooter {
		display: block;
	}
}

