/**
 * =============================================================
 * RAXO All-mode PRO J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Portal Template
 * @copyright	Copyright (C) 2009-2013 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-portal .allmode-name, .allmode-portal .allmode-showall,
.allmode-portal .allmode-title, .allmode-portal img,
.allmode-portal ul, .allmode-portal li {
	margin: 0; padding: 0;
	text-transform: none; border: 0 none;
}
.allmode-portal a {text-decoration: none;}
.allmode-portal :focus {outline: 0;}
.allmode-portal .allmode-clear {clear: both; height: 0;}


/* ----- MODULE BOX Styles ----- */
.allmode-portal {
	position: relative;
	margin-bottom: 19px; padding-top: 32px;
	overflow: hidden;
}
.allmode-portal .allmode-name {													/* Module Block NAME */
	/*margin: -32px 0 -4px; padding-left: 2px;
	height: 32px;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	border-top: 3px solid #148cd7;*/
	padding: 6px 5px 8px; margin: 0; border-bottom: 2px solid #dcdcdc; color: #585858; font-size: 12px; font-weight: bold; text-transform: uppercase; 
}
.allmode-portal .allmode-name a {
	font-weight: bold;
}
.allmode-portal .allmode-showall {												/* "Show All" TEXT */
	position: absolute;
	top: 5px; right: 2px;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #7d7d7d;
}


/* ----- TOP ITEMS Styles ----- */
.allmode-portal .allmode-topbox {												/* TOP Items DIV */
	float: left;
	/*padding-top: 10px;*/
	width: 315px;
	overflow: hidden;
	/*border-top: 2px solid #c8c8c8;*/
}
.allmode-portal .allmode-topitem {												/* TOP Item DIV */
	padding-bottom: 8px;
	min-width: 140px;
	overflow: hidden;
	}
.allmode-portal .allmode-img img {												/* TOP Item IMAGE */
	float: left;
	margin: 0 9px 8px 0; /*padding: 1px;*/
	/*border: 1px solid #c8c8c8; background-color: #c8c8c8;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.allmode-portal .allmode-topitem .allmode-title {								/* TOP Item TITLE */
	margin: 0 0 6px 0;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
.allmode-portal .allmode-topitem .allmode-title a {
	font-weight: bold;
}
.allmode-portal .allmode-topitem .allmode-text {								/* TOP Item TEXT */
	font: normal 12px/18px Arial, Helvetica, sans-serif;color: #484848;
}
.allmode-portal .allmode-topitem .allmode-readmore a {							/* TOP Item READ MORE */
	font: bold 10px/18px Arial, Helvetica, sans-serif;
}


/* ----- ITEMS Styles ----- */
.allmode-portal .allmode-itemsbox {
	position: relative;
	float: right;
	/*margin-right: -16px;*/
	width: 315px;
	/*border-top: 2px solid #c8c8c8;*/
}
.allmode-portal .allmode-items {												/* Items UL */
	/*margin: 10px 16px 0 0;*/
	/*margin-top: 10px; */
	overflow: hidden;
}
.allmode-portal .allmode-item {													/* Item LI */
/*	display: none; */
	margin-bottom: 6px; padding-bottom: 3px;
	overflow: hidden;
	list-style: none; background: none;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
}

/* Item IMAGE */
/*.allmode-portal .allmode-item .allmode-img img {								
	float: left;
	margin-right: 10px; padding: 1px;
	border: 1px solid #c8c8c8; background-color: #c8c8c8;
}*/
.allmode-portal .allmode-item .allmode-title {									/* Item TITLE */
	margin: 0 0 3px 0;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}
.allmode-portal .allmode-item .allmode-title a {
	font-weight: bold;
}


/* ----- FIELDS Styles ----- */
.allmode-portal .allmode-details {												/* Details DIV */
	margin-bottom: 4px;
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}
.allmode-portal .allmode-details span {
	padding-right: 7px;
}
.allmode-portal .allmode-details a {
	font-size: 10px;
	color: #787777;
	/*border-bottom: 1px dotted #cccccc;*/
}
.allmode-portal .allmode-details a:hover {
	color: #222222;
/*	border-color: #cccccc;*/
}


/* ----- PAGE Switcher ----- */
.allmode-portal .allmode-pagenav {												/* News PAGES */
	position: absolute;
	top: -24px; left: -6px;
	overflow: hidden;
	font: 11px/17px Arial, Helvetica, sans-serif;
}
.allmode-portal .allmode-pagenav a {											/* Page LINKS */
	display: block;
	float: left;
	margin: 0 2px; padding: 0 4px;
	height: 17px; line-height: 17px;
}
	.allmode-portal .allmode-pagenav a:hover {
		background-color: #f5f5f5;
		border-radius: 2px;
	}
	.allmode-portal .allmode-pagenav a.active-page {
		color: #333333 !important;
		font-weight: normal;
		background-color: #d1d1d1;
		border-radius: 2px;
	}
.allmode-portal .allmode-pagenav .previous-link,
.allmode-portal .allmode-pagenav .next-link {									/* PREV & NEXT */
	color: #7d7d7d !important;
}
.allmode-portal .allmode-pagenav .first-link,
.allmode-portal .allmode-pagenav .last-link {									/* FIRST & LAST */
	display: none;
	font-size: 14px;
}


/* ----- RESPONSIVE Layout ----- */
@media (max-width: 767px) {
	.allmode-portal .allmode-topbox,
	.allmode-portal .allmode-itemsbox,
	.allmode-portal .allmode-items {
		margin: 0;
		width: 100%;
	}
	.allmode-portal .allmode-itemsbox {
		padding: 24px 0;
		border: none; border-bottom: 2px solid #c8c8c8;
	}
	.allmode-portal .allmode-pagenav {
		top: auto; bottom: 4px;
	}
}


/* ----- COLOR Schemes ----- */
.allmode-portal .allmode-title a {
	color: #222222;
	/*border-bottom: 1px dotted #cccccc;*/
}

	/* --- Portal Color (default) --- */
.allmode-portal .allmode-name, .allmode-portal .allmode-name a,
.allmode-portal .allmode-showall a,
.allmode-portal .allmode-img a:hover img,
.allmode-portal .allmode-title a:hover,
.allmode-portal .allmode-topitem .allmode-readmore a,
.allmode-portal .allmode-details a {
	color: #585858;
	/*border-color: #148cd7;*/
}

	/* --- Portal Color 1 --- */
.portal-color1 .allmode-name, .portal-color1 .allmode-name a,
.portal-color1 .allmode-showall a,
.portal-color1 .allmode-img a:hover img,
.portal-color1 .allmode-title a:hover,
.portal-color1 .allmode-topitem .allmode-readmore a,
.portal-color1 .allmode-details a,
.portal-color1 .allmode-pagenav a {
	color: #f25e0e;
	border-color: #f25e0e;
}

	/* --- Portal Color 2 --- */
.portal-color2 .allmode-name, .portal-color2 .allmode-name a,
.portal-color2 .allmode-showall a,
.portal-color2 .allmode-img a:hover img,
.portal-color2 .allmode-title a:hover,
.portal-color2 .allmode-topitem .allmode-readmore a,
.portal-color2 .allmode-details a,
.portal-color2 .allmode-pagenav a {
	color: #0fb414;
	border-color: #0fb414;
}

	/* --- Portal Color 3 --- */
.portal-color3 .allmode-name, .portal-color3 .allmode-name a,
.portal-color3 .allmode-showall a,
.portal-color3 .allmode-img a:hover img,
.portal-color3 .allmode-title a:hover,
.portal-color3 .allmode-topitem .allmode-readmore a,
.portal-color3 .allmode-details a,
.portal-color3 .allmode-pagenav a {
	color: #d22a2a;
	border-color: #d22a2a;
}

	/* --- Portal Color 4 --- */
.portal-color4 .allmode-name, .portal-color4 .allmode-name a,
.portal-color4 .allmode-showall a,
.portal-color4 .allmode-img a:hover img,
.portal-color4 .allmode-title a:hover,
.portal-color4 .allmode-topitem .allmode-readmore a,
.portal-color4 .allmode-details a,
.portal-color4 .allmode-pagenav a {
	color: #00309c;
	border-color: #00309c;
}

	/* --- Portal Color 5 --- */
.portal-color5 .allmode-name, .portal-color5 .allmode-name a,
.portal-color5 .allmode-showall a,
.portal-color5 .allmode-img a:hover img,
.portal-color5 .allmode-title a:hover,
.portal-color5 .allmode-topitem .allmode-readmore a,
.portal-color5 .allmode-details a,
.portal-color5 .allmode-pagenav a {
	color: #9d3dd4;
	border-color: #9d3dd4;
}

	/* --- Portal Color 6 --- */
.portal-color6 .allmode-name, .portal-color6 .allmode-name a,
.portal-color6 .allmode-showall a,
.portal-color6 .allmode-img a:hover img,
.portal-color6 .allmode-title a:hover,
.portal-color6 .allmode-topitem .allmode-readmore a,
.portal-color6 .allmode-details a,
.portal-color6 .allmode-pagenav a {
	color: #93bb3a;
	border-color: #93bb3a;
}

	/* --- Portal Color 7 --- */
.portal-color7 .allmode-name, .portal-color7 .allmode-name a,
.portal-color7 .allmode-showall a,
.portal-color7 .allmode-img a:hover img,
.portal-color7 .allmode-title a:hover,
.portal-color7 .allmode-topitem .allmode-readmore a,
.portal-color7 .allmode-details a,
.portal-color7 .allmode-pagenav a {
	color: #d22a8c;
	border-color: #d22a8c;
}

	/* --- Portal Color 8 --- */
.portal-color8 .allmode-name, .portal-color8 .allmode-name a,
.portal-color8 .allmode-showall a,
.portal-color8 .allmode-img a:hover img,
.portal-color8 .allmode-title a:hover,
.portal-color8 .allmode-topitem .allmode-readmore a,
.portal-color8 .allmode-details a,
.portal-color8 .allmode-pagenav a {
	color: #646464;
	border-color: #646464;
}

.allmode-portal .allmode-title a:hover {
	color: #565656;
}
.allmode-portal .allmode-details a {
	color: #787777;
}
.allmode-portal .allmode-name a:hover,
.allmode-portal .allmode-showall a:hover,
.allmode-portal .allmode-topitem .allmode-readmore a:hover {
	color: #565656;
}

/*.typeone .allmode-topbox .allmode-img img { margin-bottom: 15px; }
.typeone .allmode-topbox .allmode-topitem h4.allmode-title { font-size: 14px; line-height: 20px; }
.typeone .allmode-topbox .allmode-category a { font-size: 11px; }
.typeone .allmode-details { margin-top: 8px; margin-bottom: 7px; text-transform: uppercase; }
.typeone .allmode-comments { padding-left: 16px; background: url(comments.png) left 2px no-repeat; font-size: 11px; }
.typeone .allmode-itemsbox .allmode-item { padding: 0; margin-bottom: 8px; }
.typeone .allmode-itemsbox li:last-child { border: none; margin: 0; padding: 0; }

.typetwo .allmode-topbox .allmode-topitem { overflow: visible; min-height: 80px; margin-bottom: 9px; border-bottom: 1px solid #dcdcdc; }
.typetwo .allmode-topbox .allmode-topitem:nth-last-child(2) { border: none; margin: 0; padding: 0; }
.typetwo .allmode-details { margin-top: 8px; margin-bottom: 10px; text-transform: uppercase; }
.typetwo .allmode-comments { padding-left: 16px; background: url(comments.png) left 2px no-repeat; font-size: 11px; }
.typetwo .allmode-itemsbox .allmode-item { padding: 0; margin-bottom: 8px; }
.typetwo .allmode-itemsbox li:last-child { border: none; margin: 0; padding: 0; }

.typethree .allmode-topbox .allmode-topitem h4.allmode-title { font-size: 14px; line-height: 18px; }
.typethree .allmode-topbox .allmode-info { background-color: transparent; border-radius: 0; border-bottom: 1px solid #dcdcdc; }*/

/* --- ALL MODULE --- */

/*Allmode Name*/
/*.typeone h4.allmode-name, .typetwo h4.allmode-name, .typethree h4.allmode-name, .typefour h4.allmode-name, .typefive h4.allmode-name, .typesix h4.allmode-name { border-bottom-color: #dcdcdc!important; color: #585858; }
.typeone h4.allmode-name a, .typetwo h4.allmode-name a, .typethree h4.allmode-name a, .typefour h4.allmode-name a, .typefive h4.allmode-name a, .typesix h4.allmode-name a { color: #585858!important; }
.typeone h4.allmode-name a:hover, .typetwo h4.allmode-name a:hover, .typethree h4.allmode-name a:hover, .typefour h4.allmode-name a:hover, .typefive h4.allmode-name a:hover, .typesix h4.allmode-name a:hover { color: #585858!important; }*/

/*Allmode Title*/
.typeone h4.allmode-title, .typetwo h4.allmode-title, .typethree h4.allmode-title, .typefour h4.allmode-title, .typefive h4.allmode-title, .typefive2 h4.allmode-title, .typesix h4.allmode-title { color: #222222; }
.typeone h4.allmode-title a, .typetwo h4.allmode-title a, .typethree h4.allmode-title a, .typefour h4.allmode-title a, .typefive h4.allmode-title a, .typefive2 h4.allmode-title a, .typesix h4.allmode-title a { color: #222222!important; }
.typeone h4.allmode-title a:hover, .typetwo h4.allmode-title a:hover, .typethree h4.allmode-title a:hover, .typefour h4.allmode-title a:hover, .typefive h4.allmode-title a:hover, .typefive2 h4.allmode-title a:hover, .typesix h4.allmode-title a:hover { color: #565656!important; }

/*Allmode Top Category*/
.typeone .allmode-topbox .allmode-category, .typetwo .allmode-topbox .allmode-category, .typethree .allmode-topbox .allmode-category, .typefour .allmode-topbox .allmode-category, .typefive .allmode-topbox .allmode-category, .typefive2 .allmode-topbox .allmode-category, .typesix .allmode-topbox .allmode-category { background-image: none; padding-left: 0; font-size: 10px; }
.typeone .allmode-topbox .allmode-category a, .typetwo .allmode-topbox .allmode-category a, .typethree .allmode-topbox .allmode-category a, .typefour .allmode-topbox .allmode-category a, .typefive .allmode-topbox .allmode-category a, .typefive2 .allmode-topbox .allmode-category a, .typesix .allmode-topbox .allmode-category a { font-size: 10px; }

/*Allmode Category*/
.typeone .allmode-category, .typetwo .allmode-category, .typethree .allmode-category, .typefour .allmode-category, .typefive .allmode-category, .typefive2 .allmode-category, .typesix .allmode-category { font-size: 10px; line-height: 15px; text-transform: uppercase; background-image: none!important; padding-left: 0!important; }
.typeone .allmode-category a, .typetwo .allmode-category a, .typethree .allmode-category a, .typefour .allmode-category a, .typefive .allmode-category a, .typefive2 .allmode-category a, .typesix .allmode-category a { font-size: 10px; line-height: 15px; }
/*.typeone .allmode-category a:hover, .typetwo .allmode-category a:hover, .typethree .allmode-category a:hover, .typefour .allmode-category a:hover, .typefive .allmode-category a:hover, .typesix .allmode-category a:hover { color: #222222!important; }*/

/*Allmode Comments*/
.typeone .allmode-comments, .typetwo .allmode-comments, .typethree .allmode-comments, .typefour .allmode-comments, .typefive .allmode-comments, .typefive2 .allmode-comments, .typesix .allmode-comments { color: #999999!important; font-size: 11px; line-height: 15px; text-transform: uppercase; padding-left: 16px!important; background: url(comments.png) left 2px no-repeat; }
.typeone .allmode-comments a, .typetwo .allmode-comments a, .typethree .allmode-comments a, .typefour .allmode-comments a, .typefive .allmode-comments a, .typefive2 .allmode-comments a, .typesix .allmode-comments a { color: #999999!important;  font-size: 11px; line-height: 15px; }
.typeone .allmode-comments a:hover, .typetwo .allmode-comments a:hover, .typethree .allmode-comments a:hover, .typefour .allmode-comments a:hover, .typefive .allmode-comments a:hover, .typefive2 .allmode-comments a:hover, .typesix .allmode-comments a:hover { color: #999999!important; }


/*TypeOne*/
.typeone { position: relative; }
.typeone .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typeone .allmode-showall a { color: #787777!important; } .typeone .allmode-showall a:hover { color: #222222!important; }
.typeone .allmode-topbox .allmode-img img { margin-bottom: 15px; }
.typeone .allmode-topbox .allmode-topitem h4.allmode-title { font-size: 14px; line-height: 20px; }
.typeone .allmode-details { margin-top: 8px; margin-bottom: 7px; text-transform: uppercase; }
.typeone .allmode-itemsbox .allmode-item { padding: 0; margin-bottom: 8px; }
.typeone .allmode-itemsbox li:last-child { border: none; margin: 0; padding: 0; }

/*TypeTwo*/
.typetwo { position: relative; }
.typetwo .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typetwo .allmode-showall a { color: #787777!important; } .typetwo .allmode-showall a:hover { color: #222222!important; }
.typetwo .allmode-topbox .allmode-topitem { overflow: visible; min-height: 80px; margin-bottom: 9px; border-bottom: 1px solid #dcdcdc; }
.typetwo .allmode-topbox .allmode-topitem:nth-last-child(2) { border: none; margin: 0; padding: 0; }
.typetwo .allmode-details { margin-top: 8px; margin-bottom: 10px; text-transform: uppercase; }
.typetwo .allmode-itemsbox .allmode-item { padding: 0; margin-bottom: 8px; }
.typetwo .allmode-itemsbox li:last-child { border: none; margin: 0; padding: 0; }

/*TypeThree*/
.typethree { position: relative; }
.typethree .allmode-columns { border: none; }
.typethree .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typethree .allmode-showall a { color: #787777!important; } .typethree .allmode-showall a:hover { color: #222222!important; }
.typethree .allmode-topbox .allmode-topitem h4.allmode-title { font-size: 14px; line-height: 18px; padding:0;}
.typethree .allmode-topbox .allmode-info { background-color: transparent; border-radius: 0; border-bottom: 1px solid #dcdcdc; padding: 0 0 8px; margin-bottom: 4px; text-transform: uppercase; }
.typethree .allmode-itemsbox .allmode-item { border-bottom: 1px solid #dcdcdc; padding-bottom: 0; margin-bottom: 8px; }
.typethree .allmode-itemsbox .allmode-item h4.allmode-title { font: bold 12px/14px Arial, Helvetica, sans-serif; margin: 0 0 6px 0; }
.typethree .allmode-itemsbox .allmode-item .allmode-img img { margin: 0 9px 8px 0; border: none; border-radius: 0; }
.typethree .allmode-itemsbox .allmode-item .allmode-info { background-color: transparent; border-radius: 0; padding: 0 0 8px; margin-bottom: 0; text-transform: uppercase; }
.typethree .allmode-itemsbox .allmode-item:nth-last-child(2) { border: none; margin: 0; padding: 0; }
.typethree .allmode-itemsbox .allmode-item:last-child { border: none; margin: 0; padding: 0; margin-left: 10px; }

/*TypeFour*/
.typefour { position: relative; }
.typefour .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typefour .allmode-showall a { color: #787777!important; } .typefour .allmode-showall a:hover { color: #222222!important; }
.typefour .allmode-topbox .allmode-topitem { padding-bottom: 0; }
.typefour .allmode-topbox .allmode-topitem h4.allmode-title { font-size: 14px; line-height: 18px; padding:0; }
.typefour .allmode-items .allmode-item { margin-bottom: 16px; padding-bottom: 10px; min-height: 60px; }
.typefour .allmode-items .allmode-item h4.allmode-title { margin-bottom: 8px; }
.typefour .allmode-items .allmode-item:last-child { border: none; margin: 0; padding: 0; }

/*TypeFive*/
.typefive { position: relative; width: 310px!important; margin-right: 10px !important;}
.typefive .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typefive .allmode-showall a { color: #787777!important; } .typefive .allmode-showall a:hover { color: #222222!important; }
.typefive .allmode-default .allmode-topitem { padding-bottom: 0px; }
.typefive .allmode-default .allmode-topitem .allmode-title { margin-bottom: 8px !important; }
.typefive .allmode-default .allmode-topitem .allmode-info { float: left; margin-right: 5px; margin-top: 0;}
.typefive .allmode-default .allmode-topitem:last-child { border: none; margin: 0; padding: 0; }

/*TypeFive2*/
.typefive2 { position: relative; width: 310px!important;}
.typefive2 .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typefive2 .allmode-showall a { color: #787777!important; } .typefive2 .allmode-showall a:hover { color: #222222!important; }
.typefive2 .allmode-default .allmode-topitem { padding-bottom: 0px; }
.typefive2 .allmode-default .allmode-topitem .allmode-title { margin-bottom: 8px !important; }
.typefive2 .allmode-default .allmode-topitem .allmode-info { float: left; margin-right: 5px; margin-top: 0;}
.typefive2 .allmode-default .allmode-topitem:last-child { border: none; margin: 0; padding: 0; }

/*TypeSix*/
.typesix { position: relative; width: 310px!important; }
.typesix .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typesix .allmode-showall a { color: #787777!important; } .typesix .allmode-showall a:hover { color: #222222!important; }
.typesix .allmode-default .allmode-topitem { padding-bottom: 4px; }
.typesix .allmode-default .allmode-itemsbox { margin: 0; }
.typesix .allmode-default .allmode-item { border-bottom: 1px solid #dcdcdc; border-top: none; padding: 0; margin-bottom: 8px; }
.typesix .allmode-default .allmode-topitem .allmode-title, .typesix .allmode-default .allmode-item .allmode-title { margin-bottom: 8px !important; }
.typesix .allmode-default .allmode-topitem .allmode-info, .typesix .allmode-default .allmode-item .allmode-info { float: left; margin-right: 5px; margin-top: 0;}
.typesix .allmode-default .allmode-topitem .allmode-title { font: normal 14px/18px Arial, Helvetica, sans-serif; }
.typesix .allmode-default .allmode-item .allmode-title { font: bold 12px/14px Arial,Helvetica,sans-serif; }
.typesix .allmode-default .allmode-item:last-child { border: none; margin: 0; padding: 0; }

/*TypeSix2*/
.typesix2 { position: relative; width: 310px!important; }
.typesix2 .allmode-showall { position: absolute ; top: 5px; right: 5px; font: normal 11px/17px Arial, Helvetica, sans-serif; text-align: right; color: #7d7d7d; padding: 0; }
.typesix2 .allmode-showall a { color: #787777!important; } .typesix2 .allmode-showall a:hover { color: #222222!important; }
.typesix2 .allmode-default .allmode-topitem { padding-bottom: 4px; }
.typesix2 .allmode-default .allmode-itemsbox { margin: 0; }
.typesix2 .allmode-default .allmode-item { border-bottom: 1px solid #dcdcdc; border-top: none; padding: 0; margin-bottom: 8px; }
.typesix2 .allmode-default .allmode-topitem .allmode-title, .typesix2 .allmode-default .allmode-item .allmode-title { margin-bottom: 8px !important; }
.typesix2 .allmode-default .allmode-topitem .allmode-info, .typesix2 .allmode-default .allmode-item .allmode-info { float: left; margin-right: 5px; margin-top: 0;}
.typesix2 .allmode-default .allmode-topitem .allmode-title { font: normal 14px/18px Arial, Helvetica, sans-serif; }
.typesix2 .allmode-default .allmode-item .allmode-title { font: bold 12px/14px Arial,Helvetica,sans-serif; }
.typesix2 .allmode-default .allmode-item:last-child { border: none; margin: 0; padding: 0; }

/*Typeseven*/
.typeseven { width: 970px; margin: 0 auto; margin-bottom: 20px; }
.typeseven .allmode-carousel { background-image: none; background-color: #fff; border-radius: 0!important; }
.typeseven .allmode-carousel h4.allmode-name { width: 950px; margin: 0 auto; padding: 8px 5px 5px; border-bottom: 2px solid #dcdcdc; color: #585858; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.typeseven .allmode-carousel .allmode-itemsbox { border: none; margin: 0; }
.typeseven .allmode-carousel .allmode-left { background-image: none; top: -30px; right: 40px; left: inherit; width: 26px; height: 23px; }
.typeseven .allmode-carousel .allmode-right { background-image: none; top: -30px; right: 10px; left: inherit; width: 26px; height: 23px; }
.typeseven .allmode-carousel .allmode-prev, .typeseven .allmode-carousel .allmode-next { width: 26px; height: 23px; top: 0; margin-top: 0; background-color: #d2d2d2; cursor: pointer; }
.typeseven .allmode-carousel .allmode-prev:hover, .typeseven .allmode-carousel .allmode-next:hover { background-color: #585858; }
.typeseven .allmode-carousel .allmode-prev { background-position: -1px 50%; }
.typeseven .allmode-carousel .allmode-next { background-position: -154px 50%; }
.typeseven .allmode-carousel .allmode-center { padding: 10px 0; margin: 0; }
.typeseven .allmode-carousel .allmode-slider { margin: 0; }
.typeseven .allmode-carousel .allmode-item { margin: 0 5px; }
.typeseven .allmode-carousel .allmode-show { border: none; }
.typeseven .allmode-carousel .allmode-show .allmode-img { margin: 0; }
.typeseven .allmode-carousel .allmode-title, .typeseven .allmode-carousel .allmode-title a { max-height: 35px; overflow: hidden; color: #222222; font: bold 13px/18px Arial, Helvetica, sans-serif; display: block; margin-left: 3px; } 
.typeseven .allmode-carousel .allmode-title a:hover, .typeseven .allmode-carousel .allmode-text a:hover { text-decoration: none; }
.typeseven .allmode-carousel .allmode-info { float: left; background-image: none; margin: 5px 8px 0 0; text-transform: uppercase; font-size: 10px; font-weight: normal; color: #787777; }
.typeseven .allmode-carousel .allmode-info a { color: #787777; } .typeseven .allmode-carousel .allmode-info a:hover { color: #222; }
.typeseven .allmode-carousel .allmode-info span { margin-left: 5px; }
.typeseven .allmode-carousel .allmode-details { float: left; padding: 1px 0 0 16px; border: none; background: url(comments.png) left 2px no-repeat; color: #999999; font: 11px/13px "Arial","Helvetica",sans-serif; }
.typeseven .allmode-carousel .allmode-details a, .typeseven .allmode-carousel .allmode-details a:hover { color: #999999; }