p {
	margin-bottom: 10px;
}

p.centered {
	
	text-align: center;
}

h3 {
  
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  
  margin-bottom: 10px;
}


/*-- MasterCraft Boats --*/

span.features_title {

	display: block;
	
	font-family: Verdana;
	font-size: 13px;
	color: #1B2A3C;
	
	font-weight: bold;
}

/*-- MasterCraft Boats end --*/


/*-- MasterCraft News --*/
span.news_title {
	
	display: block;
	
	font-family: verdana;
	font-size: 13px;
	color: #1B2A3C;
	
	font-weight: bold;
	
	margin-top: 20px;
}

/*-- MasterCraft News end--*/

/*-- MasterCraft Knowledge Center --*/

span.faq_question {

	display: block;
	
	font-family: verdana;
	font-size: 13px;
	color: #1B2A3C;
	
	font-weight: bold;
	
	margin-top: 20px;
}

/*-- MasterCraft Knowledge Center end--*/


/*-- Tabled text --*/

p.red {

   color: #940000;
}

td.dark_header {
	
	height: 33px;
	
	background-color: #373838;
		
	padding-left: 9px;
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: white;
	
	vertical-align: middle;
}

/*-- Tabled text ends--*/

/*-- Company text --*/
.text1 ul {

	list-style-position: inside;
		
	padding-left: 0px 0px 0px 0px;
}


/*-- Company text ends--*/

div.inner table.gray{
   border: 1px solid A7A7A7;
}
div.inner table.gray tr{
   background-color: #C5C5C5;
}
div.inner table.gray tr.dark_gray{
   background-color: #B8B8B8;
}
div.inner table.gray tr td{
   padding: 3px 0px 3px 7px;
}
div.inner span.big{
   font-weight: bold;
   font-size: 13px;
}

/*-------------------------------------*/
.height11{
   height: 11px;
}
.marginL32{
   margin-left: 32px;
}
.paddingL9T48{
  padding-left: 10px;
  padding-top: 48px;
}
.floatR{
   float: right;
}
.lineHeight15 {line-height: 1.5;}

.marginB20 { margin-bottom: 20px;}

.marginB100 { margin-bottom: 100px;}

.paddingL0 {padding-left:0px;}

.white { color: #ffffff; }

.width350 { width: 350px; }

.width390 { width: 390px; }

.width610 { width: 610px; }

.width550 { width: 550px; }

.paddingT50L10{padding-top: 50px; padding-left: 10px;} 

.paddingT50L16{padding-top: 50px; padding-left: 16px;} 

table.innerTwoGrey{background-color: #373838;}

.text1 { padding: 19px 20px; }

.text1 a,
.text1 a:link,
.text1 a:visited{
   color: #000000;
   text-decoration: underline;
}
.text1 a:active,
.text1 a:hover{
   color: #940000;
   text-decoration: none;
}

a.read_more {

   color: #940000 !important;
   font-weight: bold;
   text-decoration: none !important;
}

a.white {
	
	color: #FFFFFF;
	text-decoration: underline;
}

/*-----------------------Список с черточками------------------------------------------------*/
  
.example ul, 
	{
		padding: 0;
		margin: 0em 0 1em;
	}
.example li
	{
		margin: 0.1em 0 0.1em 1.3em;
	}
.example ul
	{
		list-style-type: none;
	}
.example ul li
	{
		padding: 0;
		behavior: expression(
			( !this.before && parentNode && parentNode.tagName == 'UL' )
			?
				( this.before = true )
				& ( parentNode.style.listStyleImage = 'none' )
				& (
					( this.firstChild && this.firstChild.firstChild )
					?
						( this.firstChild.style.marginTop = '-1.2em' )
						& ( this.firstChild.style.position = 'relative' )
					: ''
				)
				& ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
				& ( eNOBR.innerHTML = '&mdash;&nbsp;' )
				& ( this.insertBefore( eNOBR, this.firstChild ) )
			: ''
		);
	}
.example ul>li:before
	{
		content: '\2014\a0';
		float: left;
		margin-left: -1.25em;
	}
.example ul>li>*:first-child:-moz-first-node
	{
		margin-top: -1.2em;
	}
.example ul>li>*
	{
		text-indent: 0;
	}
/*---------------------------/Список с черточками-------------------------------------------------------*/
 
