/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALS
===================================== */

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	color: #434343;
	background:#176325 url(../images/bg-body.jpg) repeat-x;
	}
	
* { -moz-outline: 0; }

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #126119;
	}

a:hover {
	text-decoration: underline;
	}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}

/* .content img {margin:10px;} */

/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 6px;
	}

th {
	border: none;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	padding: 5px;
	border: none;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 2em;
	background: #EBF8EF;
	overflow: hidden;
	max-width: 504px; /*width of #primary in three column layout*/
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	color: #0c2846;
	}

.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #126119;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	text-align: center;
	}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	position: absolute;
	top: 27px;
	right: 20px;
	margin: 0;
	padding: 0;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	}

#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
		padding: 1px;
	}

#searchForm .submit {
	float: right;
	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 980px;
	margin: 20px auto;
	padding: 0;
	background: transparent;
	/* border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; */	
	box-shadow:0 0 100px #000;
	-webkit-box-shadow:0 0 100px #000; 
	-moz-box-shadow:0 0 100px #000;
}

#content {
	position: relative;
	padding:15px 25px;
	background:#fff;
	}

.home #content {
	margin-top: 0;
	}

#primary {
	float: left;
	width: 100%;
	color: #232323;
	}
.home #primary {
	width: 69%;
	}

	
.twoColSL #primary {
	float: right;
	width: 707px;
	}

.twoColSR #primary {
	float: left;
	width: 69%;
	}

.threeCol #primary {
	width: 504px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	width: 167px;
	margin-right: 26px;
	padding: 30px 0;
	}

/* .home #left {
	width: 687px;
	padding: 0;
	}
*/

#right {
	float: right;
	width: 25%;
	margin: 13px 0 0 2%;
	padding: 15px 10px 15px 25px;
	border-left:1px solid #dd 
	}

.home #right {
	width: 25%;
	margin: 0 0 0 2%; 
	padding: 0 10px 15px 25px;
	border-left:1px solid #ddd; 	
	}

.threeColSR {
	width: 167px;
	}

.sidebar {}
#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	padding: 10px 25px;
	height:102px;
	background: #fafafa url(../images/bg-header.jpg) bottom repeat-x;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px; 
	}

h1 a {
	display: block;
	width: 163px;
	height: 95px;
	margin: 0;
	text-indent: -9999px;
	background: url(../images/logo-badge.jpg) no-repeat;
	}

#header .navUtility {
	position: absolute;
	top: 22%;
	right: 250px;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #fff;
	border-left: none;
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	margin-top: 0px;
	padding: 20px;
	border-top: 1px solid #ddd;
	background:#c4c3c3 url(../images/bg-footer.jpg) repeat-x;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;

	}

#footer p, #footer .address {
	font-size: 1.1em;
	color: #666;
	margin-bottom:0;
	}

#footer .address {
	list-style: none;
	padding:0;
	margin:0;	
}

#footer .address li {
	display:inline; 
	font-size:1em;
	padding:0 .75em;
	margin:0;
	border-left:1px solid #aaa;
}
#footer .address li.first {
	border-left:none;
	padding-left:0;
}

#footer .logo {
	background: url(../images/logo-ftr.png) no-repeat;
	text-indent:-999em;
	float:right;
	margin:10px 0 0;
	width:85px;
	height:55px;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.navUtility li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
	}

#footer .navUtility {	
	font-size: 1.3em; 
	margin:0 0 1.5em;
	}

#footer .navUtility li {
	padding: 0 1.25em;
	border-left: 1px solid #bbb;
	}

#footer .navUtility li.first, #header .navUtility li.first  {
	padding-left:0;
	border-left:none;
}

#header .navUtility li {
	border-left: 1px solid #aaa;
	float:left;
	padding:2px 5px;

	}
#header .navUtility				{ font-size:1.2em; }
#header .navUtility .icon		{ border:none; }
#header .navUtility .icon a 	{ text-indent:-999em; width:16px; height:16px; display:block; padding:0;} 
#header .navUtility .facebook 	{ background: url(../images/icon-fb-sm.png) no-repeat; }
#header .navUtility .rss 		{ background: url(../images/icon-rss-sm.png) no-repeat; }
#header .navUtility .twitter 	{ background: url(../images/icon-tw-sm.png) no-repeat; }
#header .navUtility .contact 	{ margin-left: 10px; padding-left:10px; }
 
#footer .navUtility li a 	{
	/* font-size: 1.2em !important; */
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	height: 33px;
	width:740px;
	position:absolute;
	top:70px;
	left:175px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
	background: #000 url(../images/bg-global-nav.jpg) repeat-x;
	font-size:1.1em;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;	
	}

#navPrimary li {
	float: left;
	margin: 0;
	padding: 2px;
	list-style: none;
	}

#navPrimary li.first {
	margin-left: 15px;
	}

#navPrimary a {
	display: block;
	padding: 1px 35px;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	}

#navPrimary li a:hover, #navPrimary li.current a {
	background: #126119 url(../images/bg-nav-hover.jpg) repeat-x;
	padding: 0 34px;
	border:1px solid #333;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #fff;
	}

#navPrimary li li a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #126119;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 1001;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

.navSecondary 		{ margin: 4em 0; padding: 0; list-style: none; height: auto; background:#eee; border:1px solid #ccc; }
.navSecondary li 	{ margin: 0; padding:0;border-bottom: 1px solid #d6d6d6; }
.navSecondary .last { border: 0; padding-bottom: 0; }
.navSecondary li ul { margin: .5em 0 0; padding: 0; list-style: none; overflow: hidden; }

.navSecondary li a			{ display: block; color:#666; padding: .5em; font-weight:bold; }
.navSecondary li a:hover 	{ background: #ccc;	text-decoration:none; color:#111; }
.navSecondary li.current a 	{ font-weight: bold; color: #fff; background:#116219; }


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul 	{ }
.navSecondary li li 			{ margin: 0 0 .5em 1em; padding: 0; border-bottom: none; list-style: none; line-height: 1.2em; }
.navSecondary li.current li a 	{ font-weight: normal; color: #434343; }

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #126119;
	}


.svCalendar tr.dayofweek td {
	background: #126119;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #e9f3f7;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #126119;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #126119;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #126119 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height:30px;
	height:30px;
	font-size: 1.2em;
	text-transform: uppercasle;
	color: #fff;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background: #083603 url(../images/bg-side-title.jpg) repeat-x;
	}

.sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.sidebar .svIndex dl.last, 
.sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}
.sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

.sidebar .svIndex {
	/* margin:  1em;*/
	background: #f0f0f0;
}




#sysFrontPageFeaturesads 		{border-top :1px solid #ddd; padding:10px 0; clear:both; margin:1em 0 0}

#sysFrontPageFeaturesads dl		{border:1px solid #ccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; 
									width:175px; float:left; margin-right: 17px; clear:none; padding:10px !important; 
									box-shadow:0 0 4px #ccc; -webkit-box-shadow:0 0 4px #ccc; -moz-box-shadow:0 0 4px #ccc;
									background: #fff url(../images/bg-feature.jpg) repeat-x; height:160px; min-height:160px;}
#sysFrontPageFeaturesads .last	{margin-right:0; }
#sysFrontPageFeaturesads .first	{margin-left:0;}

#sysFrontPageFeaturesads dd.image {position:static; float:right; margin:0 0 5px 5px;}
/* Home Featured Spots */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	margin: .5em ;
	padding: .5em ;
	}

.svIndex dl.hasImage {
		padding-left: 90px;
		position: relative;
		min-height: 90px;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 2em;
	}

.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	}

.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */
.svSlides dl {
	border: 0;
	margin: 0;
	}
	

.home .svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/	position: relative;
		padding-left: 410px !important;
	min-height: 180px;
	}
	

.home .svSlideshow {
	position: relative;
	width: 587px;
	height: 224px;
	overflow: hidden;
	padding: 20px 20px 10px;
	margin: 0 0 2.2em;
	color: #fff;
	background: #111 url(../images/bg-hero-home.jpg) no-repeat !important;
	border: 0;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;	
	}

.home .svSlides dl {
	width: 180px;
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	position:absolute;
	bottom: -42px;
	left: -20px;
	background: #222;
	background-color: rgba(0, 0, 0, .6);
	padding:5px 20px;
	width:587px;
	height:30px;	
	display:block;
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.5em !important;
	line-height: 1.3em;
	padding: 0;
	text-align:right;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
/*	width: 180px;
	height: 180px; */
	float: none;
	padding: 0;
	border: none;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	/* margin-right: 339px; */
	margin-top: .75em;
	background: #126119 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: absolute;
	z-index: 2;
	width: 170px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	bottom:0;
	right:0;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #333;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #126119;
	text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */

/* CUSTOM */
.custombox h2 {
	color:#126119;
	font-size:1.5em;
	line-height:1.25;
}



/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */


/* EOF */
