/*
Theme Name: PokerFan
Theme URI: http://smthemes.com/pokerfun
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 01/07/2013
License URI: license.txt
Tags: white, red, three-columns, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);
@import url(http://fonts.googleapis.com/css?family=Oswald);
html {
	background:#500106;
}
body {	
	background:url(images/background.jpg) repeat;
	color: #1b1b1b;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
a {
	color:#e10101;
}
a:hover {
	color:#db8b89;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#252525;
	text-decoration:none;
}


/*------------------------------ MENU ------------------------------*/
#mainmenu a {
		text-decoration:none;
		color:#fff;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	height:21px;
	line-height:21px;
}
.searchbtn {
	width:30px;
	height:24px;
}
#secondarymenu a {
	text-decoration:none;
	color:#fff;
}


/*------------------------------ CONTENT ------------------------------*/
#header {
	background:url(images/top.png) left top repeat-x;
}
#content-top {
	height:8px;
	padding:0 5px;
}
.articles dt {
	border-top:1px solid #c0c0c0;
	padding-top:1px;
	margin-top:-1px;
}
.articles dt:first-child {
	border:none;
}
#content .widget {
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #d2d2d2;
	padding-top:2px;
	margin-top:-2px;
}
#content .widget ul li {
	border-top:1px dotted #636363;
}
.featured_image {
	padding:5px;
	background:#fff;
	box-shadow:0 1px 2px #777;
}
#commentform #submit, input.readmore, a.readmore {
	color:#fff;
	border:none;
	text-decoration:none;
	width:128px;
	height:37px;
	line-height:37px;
	background:url(images/readmore.png) left top no-repeat;
	cursor:pointer;
	text-align:center;
	margin-right:3px;
	margin-bottom:3px;
	padding:0;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	color:#fff;
	background-image: linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -o-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -moz-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -webkit-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -ms-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(223,27,13)),color-stop(1, rgb(151,5,5)));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
span.page-numbers {
	color:#fff;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#fefdfc;
	box-shadow:0px 0px 10px #7b674d inset;
	color:#292929;
	
}
.fp-next, .fp-prev {
	height:38px;
	width:19px;
	margin:0 -25px;
}
.fp-prev {
	margin-left:-39px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
		background:#0c0c0c;
		width:1000px;
		margin:0 auto;
		padding-top:20px;
		color:#dedede;
}
#footer .container {
	border-top:1px dashed #575757;
}
#footer a {
	color:#fff;
}
#footer h3 {
	color:#fff;
}

#footer .footer_txt {
	border-top:1px dashed #575757;
}
#content-bottom {
		height:0;
	}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content .container{
		padding:0 5px;
	}
	#logo {
		position:absolute;
		left:50%;
		margin-left:-142px;
	}
	.menusearch {
		float:right;
		margin-top:35px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:83px;
		padding-top:9px;
	}
	#secondarymenu {
		background-image: linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -o-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -moz-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -webkit-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -ms-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(182,13,13)), color-stop(0.5, rgb(233,5,5)), color-stop(1, rgb(182,13,13)) );
		border:1px solid #d21a1a;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		height:28px;
		float:left;
		margin-top:30px;
	}
	#secondarymenu li {
		padding:5px 10px;
	}

	#mainmenu-container {
		background:url(images/menu.png) left top no-repeat;
		height:85px;
		width:1000px;
		padding:6px 5px;
		margin:0 -5px;
	}
	#mainmenu li {
		padding:26px 30px;
	}
	#mainmenu li:hover {
		box-shadow:0px 0px 20px #830c0c inset;
	}
	#mainmenu li a {
		color:#fff;
		font-family:'Oswald';
		font-size:15px;
		text-decoration:none;
	}
	#mainmenu li ul {
		top:58px;
		left:50%;
	}


	#header li ul  .transparent {
		background:#dd0707;
		box-shadow:0 0 10px #a60505 inset;
	}
	#header ul.children li a, .sub-menu li a {
		color:#fff !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		background:url(images/slider.png) left top repeat-y;
		padding:0 5px;
		padding-bottom:20px;
		margin:0 -5px;
	}
	.slider {
		background:#fff;
		padding:8px;
		width:896px;
		margin:0 auto;
		box-shadow:0 0 2px #630505;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:415px;
		width:896px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:20px;
		left:auto;
	}

	

}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#logo {
		float:left;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:35px;
	}
	#secondarymenu-container {
		height:102px;
	}
	#mainmenu-container {
		clear:left;
		background:#e80606;
		border-bottom:1px solid #a40909;
		margin:20px 0;
		width:100%;
		padding-bottom:22px;
	}
	#mainmenu li {
		float:left;
	}
	#mainmenu a {
		padding:22px 22px 11px;
		font-family:'Oswald';
		font-size:15px;
		display:block;
		color:#fff;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#secondarymenu, #mainmenu {
		background:url(images/slider.png) 50% repeat-y;
		margin:0 -2%;
		padding:0 2%;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #45362d;
	}
}
.btn {
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; 
		cursor: pointer;
		display: inline-block !important;
		font-size: 14px;
		text-decoration: none;
		-moz-border-bottom-colors: none;
		-moz-border-image: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-style: solid;
		border-width: 1px;
		text-shadow: 0 1px 0 #ECCF94;
	}
	.btn.small {
		padding: 2px 15px;
	}
	.btn.medium {
		padding: 5px 18px;
	}
	.btn.big {
		padding: 10px 22px;
	}
	.btn.orange {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(254,193,35,1) 0%, rgba(232,120,1,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,193,35,1)), color-stop(100%,rgba(232,120,1,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(254,193,35,1) 0%,rgba(232,120,1,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(254,193,35,1) 0%,rgba(232,120,1,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(254,193,35,1) 0%,rgba(232,120,1,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(254,193,35,1) 0%,rgba(232,120,1,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec123', endColorstr='#e87801',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 2px #D1D1D1, 0 1px 0 #FEE09D inset;
		border-color: #FEB304 #E47A13 #C1780F;
		color: #773101 !important;
	}
	.btn.orange:hover {
		background: rgb(232,120,1); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(232,120,1,1) 0%, rgba(254,193,35,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,120,1,1)), color-stop(100%,rgba(254,193,35,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(232,120,1,1) 0%,rgba(254,193,35,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(232,120,1,1) 0%,rgba(254,193,35,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(232,120,1,1) 0%,rgba(254,193,35,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(232,120,1,1) 0%,rgba(254,193,35,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87801', endColorstr='#fec123',GradientType=0 ); /* IE6-9 */
		border-color: #FEB304 #E47A13 #C1780F;
	}
	.btn.green {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(154,254,35,1) 0%, rgba(126,166,17,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,254,35,1)), color-stop(100%,rgba(126,166,17,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(154,254,35,1) 0%,rgba(126,166,17,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(154,254,35,1) 0%,rgba(126,166,17,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(154,254,35,1) 0%,rgba(126,166,17,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(154,254,35,1) 0%,rgba(126,166,17,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9afe23', endColorstr='#7ea611',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 2px #D1D1D1, 0 1px 0 #d0fc9d inset;
		border-color: #89fc05 #82e312 #6fc210;
		color: #2c5300 !important;
	}
	.btn.green:hover {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(126,166,17,1) 0%, rgba(154,254,35,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,166,17,1)), color-stop(100%,rgba(154,254,35,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(126,166,17,1) 0%,rgba(154,254,35,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(126,166,17,1) 0%,rgba(154,254,35,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(126,166,17,1) 0%,rgba(154,254,35,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(126,166,17,1) 0%,rgba(154,254,35,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ea611', endColorstr='#9afe23',GradientType=0 ); /* IE6-9 */
	}
	.btn.blue {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(98,187,255,1) 0%, rgba(17,101,166,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,187,255,1)), color-stop(100%,rgba(17,101,166,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(98,187,255,1) 0%,rgba(17,101,166,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(98,187,255,1) 0%,rgba(17,101,166,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(98,187,255,1) 0%,rgba(17,101,166,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(98,187,255,1) 0%,rgba(17,101,166,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bbff', endColorstr='#1165a6',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 2px #D1D1D1, 0 1px 0 #9dd3fc inset;
		border-color: #84c9fe #4ea3e5 #1075c2;
		color: #003054 !important;
	}
	.btn.blue:hover {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(17,101,166,1) 0%, rgba(35,159,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,101,166,1)), color-stop(100%,rgba(35,159,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(17,101,166,1) 0%,rgba(35,159,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(17,101,166,1) 0%,rgba(35,159,254,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(17,101,166,1) 0%,rgba(35,159,254,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(17,101,166,1) 0%,rgba(35,159,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1165a6', endColorstr='#239ffe',GradientType=0 ); /* IE6-9 */
		
	}
	.btn.white {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(166,166,166,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(166,166,166,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(166,166,166,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(166,166,166,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(166,166,166,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(166,166,166,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 2px #D1D1D1, 0 1px 0 #ffffff inset;
		border-color: #fcfcfc #e5e5e5 #c2c2c2;
		color: #003054 !important;
	}
	.btn.white:hover {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(166,166,166,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,166,166,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	}
	.btn.black {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(87,87,87,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(87,87,87,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(87,87,87,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(87,87,87,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(87,87,87,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(173,173,173,1) 0%,rgba(87,87,87,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 2px #D1D1D1, 0 1px 0 #a8a8a8 inset;
		border-color: #a6a6a6 #8f8f8f #6b6b6b;
		text-shadow: 0 1px 0 #474747;
		color: #e9e9e9 !important;
	}
	.btn.black:hover {
		background: rgb(254,0,0); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(87,87,87,1) 0%, rgba(173,173,173,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,166,166,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(166,166,166,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	}
	
	
	
	
	
	
	/*--------------------------------------------------- columns -------------------------------------------- */
	
	
	.cols .two {
		width:48%;
		padding:1%;
		display: inline;
		float: left;
	}
	#tinymce .cols .two {
		width:47%;
		border:1px dotted #dfdfdf;
	}
	.cols .prop {
		width:32%;
		padding:1%;
		display: inline;
		float: left;
	}
	#tinymce .cols .prop {
		width:31%;
		border:1px dotted #dfdfdf;
	}
	.cols .propfirst {
		width:64%;
		padding:1%;
		display: inline;
		float: left;
	}
	#tinymce .cols .propfirst {
		width:63%;
		border:1px dotted #dfdfdf;
	}
	.cols .three {
		width:31%;
		padding:1%;
		display: inline;
		float: left;
	}
	#tinymce .cols .three {
		width:31%;
		border:1px dotted #dfdfdf;
	}
	.cols .four {
		width:23%;
		padding:1%;
		display: inline;
		float: left;
	}
	#tinymce .cols .four {
		width:22%;
		border:1px dotted #dfdfdf;
	}
	.cols {
		clear: both;
		overflow: hidden;
	}
	
	
	blockquote {
		font-style:italic !important;
		width:200px !important;
		float:left !important;
		clear:left;
	}
	blockquote:before { 
		content: "“"; /* Левая кавычка */ 
		font: 6em/36px Times, serif; /* Указываем размер и высоту строки (еще более уменьшенная, чтобы кавычка была сильнее приподнята) */ 
		color: #CFCFCF; 
		float: left; /* Для обтекания текстом */ 
		margin-left: -45px; /* Углубляем кавычку в отступ блока */ 
		padding: 0 2px; 
	} 
	blockquote:after { 
		content: "”"; /* Правая кавычка */ 
		font: 6em/36px Times, serif; /* Указываем размер и высоту строки (еще более уменьшенная, чтобы кавычка была сильнее приподнята) */ 
		color: #CFCFCF; 
		float: right; /* Для обтекания текстом */ 
		margin-right: -25px; /* Углубляем кавычку в отступ блока */ 
	}
	
	
	
	
	.tooltip span{
		position:absolute;
		z-index:999;
		left:-9999px;
		background-color:#dedede;
		padding:2px;
		border:1px solid #fff;
		width:250px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-border-radius-topleft:0px;
		-webkit-border-top-left-radius:0px;
		border-top-left-radius: 0px;
	}
	.tooltip span p{
		margin:0;
		padding:0;
		color:#fff;
		background-color:#222;
		padding:2px 7px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-border-radius-topleft:0px;
		-webkit-border-top-left-radius:0px;
		border-top-left-radius: 0px;
	}
	
	
	.highlight {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		border-width:1px;
		border-style:solid;
		color:#333;
	}
	.highlight .inner {
		padding:20px;
		padding-left:130px;
	}
	.highlight.red {
		background:#efd9d9;
		border-color:#c77373;
	}
	.highlight.red .inner {
		background:url(images/smt/highlight-red.png) 33px 50% no-repeat;
	}
	.highlight.green{
		background:#e7efd9;
		border-color:#bdd099;
	}
	.highlight.green .inner {
		background:url(images/smt/highlight-green.png) 33px 50% no-repeat;
	}
	.highlight.yellow{
		background:#f6f3e5;
		border-color:#ffd800;
	}
	.highlight.yellow .inner {
		background:url(images/smt/highlight-yellow.png) 33px 50% no-repeat;
	}
	.highlight.blue{
		background:#bad3e5;
		border-color:#7791d2;
	}
	.highlight.blue .inner {
		background:url(images/smt/highlight-blue.png) 33px 50% no-repeat;
	}