﻿/*	===================================
	ALL LISTS 
	=========== =========== =========== */

.noList ul {padding: 0; margin: 0; list-style:none !important;}
.noList li {margin: 0; padding: 0; list-style:none !important; clear:both !important;}

/*	===================================
	FLOATING div that can include LISTS
	=========== =========== =========== */
.listFloat {
	float: right; 
	width: 40%; 
	text-align: left;
	line-height: 125%;
	margin: 0px 0 10px 15px;
	display: table; 
	table-layout: fixed; 
}

.listFloat img {max-width: 100%;}
.listFloat iFrame.youtubeFrame,
.listFloat object,
.listFloat embed {
	width: 100%; 
	height: 192px;
}

/*	===================================
   LISTS IN LINKS - and all others
	=========== =========== =========== =========== */
.listWrap {
	clear:both;
	margin-bottom: 10px;
}

.listWrap h3 {
	text-align: center;
	line-height: 100%;
}

.listWrap h4 {
	clear: both;
	margin: 0;
	padding: 4px 0;
}
.listWrap h4 a {
	padding: 0;
	background: none;
	color: #e02;
}
.listWrap h4 a:hover {
	color: #000;
}

.listWrap ul {
	clear: both;
	margin: 2px 0;
	padding: 5px 0;
	list-style: none;
	background: #fff;
}

.listWrap ul ul {
	margin: 0 0 0 48px;
	padding: 0;
}

.listWrap li {
	margin: 0;
	padding: 4px 0;
}
.listWrap li a {
	display: block;
	padding-left: 14px;
	line-height: 120%;
	background: url('../imgPG/sx_dotRec4.png') left 2px no-repeat;
	color: #FA624D;
}

.listWrap li a:hover {
	background: url('../imgPG/sx_dotRec55.png') left 2px no-repeat;
	color: #999;
}

.listWrap li span {color: #000;}

.listWrap form {
	background: #666; 
	background-image: linear-gradient(rgba(255,255,255,0.5), #666);
	text-align: center;
	padding: 6px 4px;
	margin: 2px 0;
}


/* END
*/