
/* TAGS */
/*@font-face {
	font-family: "HeliosCond";
	src: url(/styles/fonts/helcond0.pfm); 
}*/

html, body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 9pt;
}

p { 
	margin: 0px 0px 10px 0px;
	/*text-indent: 2%;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h1 { 
	text-transform: uppercase;
	font-weight: normal;
}



/* links */
a:link, 
a:visited, 
a:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #4b6d9e;
}

a:hover,
a:visited:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #4b6d9e;
}


a.green:link, 
a.green:visited, 
a.green:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #8EAD06;
}

a.green:hover,
a.green:visited:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #8EAD06;
}


a.orange:link, 
a.orange:visited, 
a.orange:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #FFA300;
}

a.orange:hover,
a.orange:visited:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #FFA300;
}


a.yellow:link, 
a.yellow:visited, 
a.yellow:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #FFD600;
}

a.yellow:hover,
a.yellow:visited:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #FFD600;
}


a.grey:link, 
a.grey:visited, 
a.grey:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #545454;
}

a.grey:hover,
a.grey:visited:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #545454;
}


/* texts */


/* forms */
.button {
	font-size: 9pt;
	background-color: #5e89b5;
	color: #fff;
	border: 1px solid #617593;
	padding: 2px 10px 2px 10px;
}

.combobox {
	color: #365b82;
	font-size: 8pt;
}

.datebox, 
.textarea, 
.textbox {
	border: 1px solid #617593;
	background-color: #dfeaf5;
	font-family: Tahoma;
	font-size: 8pt;
	color: #7596bf;
	padding: 3px 10px 3px 10px;
}

.datebox {
	width: 100px;
}

/* colors */
.blue {
	color: #4b6d9e;
}

.orange {
	color: #FFA300;
}

.yellow {
	color: #FFD600;
}

.green {
	color: #8EAD06;
}

.grey {
	color: #545454;
}


/* misc */
.warning {
	color: #f00;
}

.error {
	color: #f00;
	font-weight: bold;
	font-size: 8pt;
}

.input-error {
	border-color: #f00 !important;
}

.required {
	color: #f00;
	font-size: 9pt;
}

.example {
	color: #545454;
	font-size: 8pt;
	font-style: italic;
}

.w-xx-small { 
	width: 35px !important; /* ! */
}

.w-x-small { 
	width: 95px !important;
}

.w-medium { 
	width: 250px !important;
}

.w-wide {
	width: 400px !important;
}


.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: ;
}

.centered {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}

.image-left,
.left {
	float: left;
	margin: 0px 20px 15px 0px;
	padding: 0px;
}

.image-right, 
.right {
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

.image {
	padding: 2px 2px 2px 2px;
	border: 1px solid #365b82;
}

.image img {
	border: 1px solid #365b82;
}


.title-page {
	float: left;
	width: 100%;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 20px;
}

.title-page .wrp {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #f4f9fd;
}

.title-page h1 {
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	color: #545454;
	padding: 0px 10px 0px 10px;
}

.title-page .bg {
	float: right;
	margin: -45px 0px 0px 0px;
	position: relative;
	width: 100px;
	height: 55px;
	background: url(/resources/images/deco/title-bg.png) no-repeat center;
	z-index: 9;
}

.title-page .icon {
	float: right;
	clear: both;
	margin-top: -75px;
	margin-right: -15px;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}


.title {
	float: left;
	width: 100%;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 20px;
	color: #365b82;
}

.title span {
	font-weight: normal;
}

.title .ext {
	float: right;
}


.subtitle {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 20px;
}




.deco-title-orange {
	width: 99%;
	padding: 0px 0px 0px 10px;
	background: url(/resources/images/deco/deco-square-orange.gif) no-repeat left center;
}

.deco-title-red {
	width: 99%;
	padding: 0px 0px 0px 10px;
	background: url(/resources/images/deco/deco-square-red.gif) no-repeat left center;
}

.deco-title-yellow {
	width: 99%;
	padding: 0px 0px 0px 10px;
	background: url(/resources/images/deco/deco-square-yellow.gif) no-repeat left center;
}

.deco-title-blue {
	width: 99%;
	padding: 0px 0px 0px 10px;
	background: url(/resources/images/deco/deco-square-blue.gif) no-repeat left center;
}

.deco-title-green {
	width: 99%;
	padding: 0px 0px 0px 10px;
	background: url(/resources/images/deco/deco-square-green.gif) no-repeat left center;
}




.table {
	clear: both;
	width: 100%;
	border: 1px solid #f4f9fd;
}

.table td {
	padding: 2px 10px 2px 10px;
	background-color: #f4f9fd;
	color: #365b82;
	font-size: 9pt;
}

.table .header td {
	font-weight: bold;
	background-color: #dfeaf5;
	text-align: center;
}

.table .description {
	/*width: 45%;*/
	text-align: left !important;
}

.table .alter td {
	background-color: #dfeaf5;
}

.table .hilite {
	background-color: #fff;
}




.table-list {
	clear: both;
	width: 100%;
}

.table-list td {
	padding: 3px 5px 2px 5px;
	color: #365b82;
	background-color: #f4f9fd;
	font-size: 8pt;
}

.table-list .header td {
	font-weight: bold;
	background-color: #d9e6ea;
}

.table-list .alter td {
	background-color: #d9e6ea;
	text-align: left;
	vertical-align: top;
}

.table-list .hilite {
	background-color: #ccdfe4;
}

.table-list span {
	font-weight: bold;
}

.table-list div {
	
}

.table-list .nowrap, 
.table-list .nowrap td {
	white-space: nowrap;
}

.table-list .center, 
.table-list .center td {
	text-align: center;
	vertical-align: middle;
}




.table-form {
	width: 100%;
	clear: left;
}

.table-form td {
	padding: 10px 2px;
}

.table-form .cell-1 {
	width: 25%;
}

.table-form .cell-2 select {
	width: 49%;
}

.table-form .cell-2 textarea, 
.table-form .cell-2 input {
	width: 95%;
}

.table-form textarea {
	height: 80px;
}



.deco-line {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #365b82;
}

.deco-line-grey {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #545454;
}

.splitter {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	border-top: 3px solid #fac20d;
}

.dummy-splitter {
	width: 100%;
	float: left;
	clear: both;
}

.cleared {
	clear: both;
}




.bl-std {
	margin: 10px 0px 10px 0px;
	float: left;
}

.bl-std .bl-title {
	width: 100%;
	list-style: none;
	float: left;
	background: url(/resources/images/blocks/bl-std-rp.gif) repeat-x center;
}

.bl-std .bl-title .crn-l {
	float: left;
	width: 14px;
	height: 42px;
	background: url(/resources/images/blocks/bl-std-c-l.gif) no-repeat center;
}

.bl-std .bl-title .crn-r {
	float: right;
	width: 14px;
	height: 42px;
	background: url(/resources/images/blocks/bl-std-c-r.gif) no-repeat center;
}

.bl-std .bl-title .txt {
	float: left;
	width: auto;
	padding: 13px 0px 0px 12px;
}

.bl-std .bl-title .txt a:link, 
.bl-std .bl-title .txt a:visited, 
.bl-std .bl-title .txt a:active {
	color: #5a86b3;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.bl-std .bl-title .txt a:hover,
.bl-std .bl-title .txt a:visited:hover {
	color: #5a86b3;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.bl-std .bl-content {
	float: left;
	width: 100%;
}



.bl {
	margin: 10px 0px 20px 0px;
	float: left;
}

.bl .bl-title {
	width: 100%;
	list-style: none;
	float: left;
	background: url(/resources/images/blocks/bl-rp.gif) repeat-x center;
}

.bl .bl-title .crn-l {
	float: left;
	width: 11px;
	height: 100px;
	background: url(/resources/images/blocks/bl-c-l.gif) no-repeat center;
}

.bl .bl-title .crn-r {
	float: right;
	background: url(/resources/images/blocks/bl-c-r.jpg) no-repeat center;
}

.bl .bl-title .crn-r div {
	margin: 10px 0px 0px 10px;
	width: 110px;
	height: 90px;
}

.bl .bl-title .txt {
	float: left;
	width: auto;
	padding: 47px 0px 0px 0px;
}

.bl .bl-title .txt a:link, 
.bl .bl-title .txt a:visited, 
.bl .bl-title .txt a:active {
	color: #5a86b3;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.bl .bl-title .txt a:hover,
.bl .bl-title .txt a:visited:hover {
	color: #5a86b3;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.bl .bl-content {
	float: left;
	width: 100%;
}

.bl .bl-content .bl-content-wrp {
	color: #85aacc;
	font-size: 8pt;
	padding: 0px 0px 0px 25px;
}



.r-block {
	width: 100%;
	float: left;
	/*margin: 10px 0px;*/
}

.r-block .wrp {
	width: 95%;
	margin: auto;
}

.r-block ul {
	list-style: none;
	width: 100%;
	float: left;
}

.r-block .top {

}

.r-block .top li {
	height: 30px; /*40px*/
}

.r-block .top .l-corner {
	float: left;
	width: 11px;
	/*background: url(/resources/images/blocks/r-block-top-left.gif) no-repeat top left;*/
}

.r-block .top .r-corner {
	float: right;
	width: 11px;
	/*background: url(/resources/images/blocks/r-block-top-right.gif) no-repeat top left;*/
}

.r-block .top .c {
	/*height: 23px;*/ /*33px;*/
	padding-top: 7px;
	/*background: url(/resources/images/blocks/r-block-top-rp.gif) repeat-x top;*/
}

.r-block .top a {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

.r-block .top a:hover {
	text-decoration: none;
}

.r-block .top .c span {
	font-size: 7pt;
	padding: 0px 0px;
	color: #aeaeae;
}

.r-block .middle {
	float: left;
	width: 100%;
    /*margin-top: 10px;*/
}

.r-block .middle .m-wrp {
	padding: 5px 10px;
	/*border-left: 1px solid #84a5c7;
	border-right: 1px solid #84a5c7;*/
}

.r-block .bottom {
	
}

.r-block .bottom li {
	/*height: 11px;*/
}

.r-block .bottom .l-corner {
	float: left;
	width: 11px;
	/*background: url(/resources/images/blocks/r-block-bottom-left.gif) no-repeat top left;*/
}

.r-block .bottom .r-corner {
	float: right;
	width: 11px;
	/*background: url(/resources/images/blocks/r-block-bottom-right.gif) no-repeat top left;*/
}

.r-block .bottom .c {
	/*background: url(/resources/images/blocks/r-block-bottom-rp.gif) repeat-x top;*/
}




ul.list {
	list-style: none;
	float: left;
	width: 100%;
}

ul.list li {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

ul.list li .item {
	padding: 0px 0px 0px 25px;
	color: #5a86b3;
	font-size: 8pt;
	text-align: left;
}

ul.list li .item img {
	float: left;
	padding: 0px 15px 20px 0px;
}

ul.list li .item .title {
	font-weight: bold;
	float: none;
}

ul.list li .item .title a:link, 
ul.list li .item .title a:visited, 
ul.list li .item .title a:active {
	color: #5a86b3;
	font-weight: bold;
	text-decoration: none;
}
ul.list li .item .title a:hover,
ul.list li .item .title a:visited:hover {
	color: #5a86b3;
	font-weight: bold;
	text-decoration: none;
}



.cell-splitter {
	
}

.cell-splitter td {
	width: 50%;
	vertical-align: top;
}

.cell-splitter td.cell-1 {
	border-right: 1px solid #e8eff7;
	padding-right: 20px;
}

.cell-splitter td.cell-2 {
	padding-left: 20px;
}

.cell-splitter td .bl,
.cell-splitter td .bl-std {
	margin: 0px;
}




.std-content {
	width: 100%;
	float: left;
}




.std-form {
	clear: left;
	float: left;
	width: 100%:
	
}

.std-form .actions {
	width: 100%;
	text-align: right;
	float: left;
	clear: left;
}

.std-form .actions .note {
	float: left;
	padding-top: 10px;
}

.std-form .actions .note span {
	padding-right: 5px;
}

.std-form .actions .action {
	float: right;
}

.std-form .message {
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #f00;
}

.std-form .info {
	margin: 10px 0px 10px 0px;
	font-size: 9pt;
	font-style: italic;
}

.std-form label {
	padding-left: 10px;
}






.v-splitter {
	background-color: #cfcfcf;
	width: 1px;
	height: 20px;
	font-size: 1px;
}

/* layout */

.root {
	
}


.z-wrp {
	width: 100%;
	float: left;
	min-width: 1000px;
	width: expression(minwidth(1005, 100));
	background-color: #fff;
	padding-bottom: 30px;
}

.z-wrp .z-l-column {
	width: 250px;
	/*height: 700px;
	min-height: 700px;*/
	background: url(/resources/images/lc-bg.jpg) no-repeat top left;
	float: left;
}

.z-wrp .z-r-column {
	margin: 0px 0px 0px 250px;
}

.z-wrp .z-r-column .z-r-column-wrp {
	width: 100%;
	float: left;
	background: url(/resources/images/c-rp.gif) repeat-x top;
}



.z-l-column .logo {
	width: 220px;
	height: 100px;
	margin: 25px 0px 0px 25px;
}




.z-top {
	width: 100%;
	background: url(/resources/images/tc-rp.jpg) repeat-x top;
	float: left;
	min-width: 750px;
	width: expression(minwidth(750, 100));
}

.z-top .z-top-wrp {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.z-top-wrp li {
	clear: left;
}

.z-top-wrp div {
	float: left;
}

.z-top-wrp .r-2, 
.z-top-wrp .r-1 {
	width: 100%;
	float: left;
}
.z-top-wrp .r-1 {
	height: 71px;
	background: url(/resources/images/tc-r1-bg.jpg) no-repeat top left;
}

.z-top-wrp .r-2 {
	height: 61px;
	background: url(/resources/images/tc-r2-bg.png) no-repeat top right;
}

.z-top-wrp .r-1-wrp {
	width: 750px;
	float: right;
}

.z-top-wrp .r-2-wrp {
	width: 750px;
	float: right;
}

.z-top-wrp .v-splitter {
	margin-top: 40px;
}


.z-top-wrp .icons {
	padding: 33px 0px 0px 10px;
}

.z-top-wrp .icons a {
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}


.z-top-wrp .sponsor {
	width: 298px;
	margin: 10px 0px 0px 25px;
}




.z-r-column-wrp .z-content-top {
	width: 100%;
	float: left;
	padding: 0px 0px 15px 0px;
}

.z-r-column-wrp .z-content {
	width: 93%;
	float: left;
	padding: 0px 0px 15px 15px;
	color: #545454;
	/*color: #365b82;*/
}



.z-bottom {
	width: 100%;
	float: left;
	min-width: 1000px;
	width: expression(minwidth(1005, 100));
	/*margin: 30px 0px 0px 0px;*/
	padding: 30px 0px 130px 0px;
	border-top: 3px solid #fbba24;
	background-color: #f0f3f7;
}

.z-bottom div {
	font-size: 8pt;
	color: #5e7088;
	float: left;
}

.z-bottom .copyright {
	width: 250px;
	padding: 30px 0px 0px 70px;
	white-space: nowrap;
}

.z-bottom .info {
	width: 220px;
	padding: 30px 120px 0px 100px;
	white-space: nowrap;
}

.z-bottom .developer {
	float: right;
	padding: 10px 30px 0px 0px;
}

.z-bottom .page-time-info {
	float: right;
	clear: right;
	margin-top: 10px;
	padding-right: 30px;
	font-size: 7pt;
	color: #5e7088;
	white-space: nowrap;
}



/* defaults */
.z-content .content-block {
	float: left;
	width: 100%;
}



.mblocks-companies-info {
	width: 190px;
	padding: 40px 0px 0px 20px;
	font-size: 8pt;
	color: #4b6d9e;
}

.mblocks-companies-info a {
	font-weight: bold;
}




.ms-search-form {
	width: 210px;
	padding: 0px;
}

.ms-search-form .ico {
	margin: 20px 0px 0px 0px;
	width: 27px;
	height: 49px;
	float: left;
	background: url(/resources/images/ico/ico-zoom.png) no-repeat top left;
}

.ms-search-form .sign {
	float: left;
	padding: 30px 0px 0px 15px;
}

.ms-search-form .action {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: -4px 0px 0px 0px;
}

.ms-search-form input {
	float: left;
}




.mss-registry {
	width: 225px;
	padding-left: 15px;
}

.mss-registry .ico {
	margin: 20px 0px 0px 0px;
	width: 24px;
	height: 49px;
	float: left;
	background: url(/resources/images/ico/ico-pen.png) no-repeat top left;
}

.mss-registry .sign {
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}

.mss-registry a:link, 
.mss-registry a:visited, 
.mss-registry a:active {
	font-size: 7pt;
	color: #8bad00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mss-registry a:hover,
.mss-registry a:visited:hover {
	text-decoration: underline;
}





.mblock-alldays {
	margin: 20px 0px 20px 0px;
	float: left;
	clear: both;
	width: 100%;
	background-color: #fff;
}

.mblock-alldays .title {
	width: 100%;
	height: 42px;
	background: url(/resources/images/blocks/bl-std-rp.gif) repeat-x center;
}

.mblock-alldays .title .txt {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	color: #8cac06;
	padding: 15px 20px 0px 0px;
}

.mblock-alldays .title .crn {
	float: right;
	width: 14px;
	height: 42px;
	background: url(/resources/images/blocks/bl-std-c-r.gif) no-repeat center;
}

.mblock-alldays img {
	float: left;
	margin: -40px 0px 0px 0px;
}

.mblock-alldays ul {
	list-style: none;
	float: left;
	padding: 10px 0px 0px 15px;
}

.mblock-alldays li {
	
}

.mblock-alldays li span {
	font-weight: bold;
	font-size: 8pt;
	color: #8BAC07;
}

.mblock-alldays a:link, 
.mblock-alldays a:visited, 
.mblock-alldays a:active {
	font-size: 8pt;
	text-decoration: none;
	color: #5a86b3;
}
.mblock-alldays a:hover,
.mblock-alldays a:visited:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #5a86b3;
}



.mblocks-menu-inner {
	margin-bottom: 10px;
}

.mblocks-menu-inner .column {
	float: left;
}

.mblocks-menu-inner .item {
	clear: left;
}

.mblocks-menu-inner .selected .top a {
	color: #8bac07;
}

.mblocks-menu-inner .middle a:link, 
.mblocks-menu-inner .middle a:visited, 
.mblocks-menu-inner .middle a:active {
	font-size: 8pt;
	text-decoration: none;
}

.mblocks-menu-inner .middle a:hover,
.mblocks-menu-inner .middle a:visited:hover {
	font-size: 8pt;
	text-decoration: underline;
}





.content-footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.content-footer .back {
	width: 20%;
}

.content-footer .back img {
	vertical-align: middle;
	margin-right: 10px;
}

.content-footer .nav {
	
}

.content-footer .print {
	text-align: right;
}

.content-footer .print img {
	vertical-align: middle;
	margin-left: 10px;
}




.content-footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.content-footer .back {
	width: 20%;
}

.content-footer .back img {
	vertical-align: middle;
	margin-right: 10px;
}

.content-footer .nav {
	
}

.content-footer .print {
	text-align: right;
}

.content-footer .print img {
	vertical-align: middle;
	margin-left: 10px;
}





.mblocks-pager {
	/*margin: 0px auto;*/
	clear: left;
	float: left;
	width: 100%;
}

/*.mblocks-pager td {
	padding: 0px 2px 0px 2px;
	font-size: 8pt;
}*/

.mblocks-pager span {
	font-weight: bold;
	float: left;
	display: block;
	height: 20px;
}

.mblocks-pager .selected { padding: 1px 5px; }

.mblocks-pager .prev {
	white-space: nowrap;
	padding-right: 15px;
}

.mblocks-pager .next {
	white-space: nowrap;
	padding-left: 15px;
} 

.mblocks-pager a:link, 
.mblocks-pager a:visited, 
.mblocks-pager a:active {
	font-size: 10pt;
	background-color: #f0f3f7;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.mblocks-pager a:hover,
.mblocks-pager a:visited:hover {
	font-size: 10pt;
	background-color: #f0f3f7;
	text-decoration: underline;
	padding: 0px 4px 0px 4px;
}

.mblocks-pager .next a:link, 
.mblocks-pager .next a:visited, 
.mblocks-pager .next a:active,
.mblocks-pager .prev a:link, 
.mblocks-pager .prev a:visited, 
.mblocks-pager .prev a:active {
	font-size: 9pt;
	background-color: transparent;
	text-decoration: underline;
}

.mblocks-pager .next a:hover,
.mblocks-pager .next a:visited:hover,
.mblocks-pager .prev a:hover,
.mblocks-pager .prev a:visited:hover {
	font-size: 9pt;
	background-color: transparent;
	text-decoration: none;
}


/*.slider {
	float: left;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 8pt;
}

.slider img {
	vertical-align: middle;
}

.slider .prev {
	float: left;
}

.slider .prev img {
	margin-right: 10px;
}

.slider .next {
	float: right;
}

.slider .next img {
	margin-left: 10px;
}

.slider .list {
	margin-top: 3px;
}*/

.slider .prev {
	padding: 0px 10px 0px 0px;
}

.slider .next {
	padding: 0px 0px 0px 10px;
}

.slider a:link, 
.slider a:visited, 
.slider a:active {
	text-decoration: none;
}

.slider a:hover,
.slider a:visited:hover {
	text-decoration: underline;
}




.title span {
	color: #8dac06;
}
