/**
* Widget styles
*
* Order: generic, related links, image gallery, video, product list
**/


/* Generic style for all widgets */
.widget {
}

.widget h3.widget-title {
}


/* Related links */

.widget-RelatedLinks h3.widget-title {
	background-color: transparent;
	padding: 5px 20px 25px;
	margin: 0 0 24px;
	color: #B73434;
	font-size: 18px;
	background: url('../images/deco_sidecol_seps.png') no-repeat right bottom;
	
}

.widget-RelatedLinks {
	padding: 0 0 30px 0;
	margin-bottom: 9px;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0px #ccc solid;
	background: url('../images/deco_sidecol_seps.png') no-repeat bottom right;
	
}

.widget-RelatedLinks ul {
	margin: 0 0 15px 0;
	width: 240px;
	padding: 0;
}

	.widget-RelatedLinks li {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 12px;
		display: block;
		vertical-align: bottom;
		width: 240px;
	}
	
	.widget-RelatedLinks li > a:before {
		content: "> ";
	}
	
	.widget-RelatedLinks li a:link,
	.widget-RelatedLinks li a:visited {
		text-decoration: none;
		padding: 7px 0 7px 20px;
		color: #000;
		display: block;
		font-weight: bold;
	}
	
	.widget-RelatedLinks li a:hover {
		background: #f6ae2d url('../images/bg_relatedlinks_li_hover.png') repeat-y top left;
		vertical-align: bottom;
		text-decoration: none;
		color: #000;
	}
	
	.widget-RelatedLinks li.on a:link,
	.widget-RelatedLinks li.on a:visited,
	.widget-RelatedLinks li.on a:hover {
		background: url('../images/bg_relatedlinks_li_hover.png') #f6ae2d left top repeat-y;
		text-decoration: none;
		color: #000;
	}
	
	.widget-RelatedLinks ul li.on ul {
		margin: 0;
		border: 0;
		padding: 0 0 3px;
		font-size: 11px;
	}
	
	.widget-RelatedLinks li.on ul li {
		padding: 0;
	}
		
		.widget-RelatedLinks li ul li > a:before {
			content: none;
		}
		
		.widget-RelatedLinks li ul li a:link,
		.widget-RelatedLinks li ul li a:visited,
		.widget-RelatedLinks li ul li a:hover{
			padding: 6px 0 6px 40px;
			color: #000;
			font-weight: normal;
		}
		
		.widget-RelatedLinks li.on ul li a:link,
		.widget-RelatedLinks li.on ul li a:visited {
			text-decoration: none;
			color: #000;
			background: none;
		}
		
		.widget-RelatedLinks li.on ul li a:hover {
			text-decoration: none;
			color: #B73434;
		}
		
		.widget-RelatedLinks li.on ul li.on a:link,
		.widget-RelatedLinks li.on ul li.on a:visited {
			text-decoration: none;
			color: #B73434;
		}
		
		.widget-RelatedLinks li.on ul li.on a:hover {
			text-decoration: none;
			color: #000;
		}
		
			.widget-RelatedLinks li ul li ul li a:link,
			.widget-RelatedLinks li ul li ul li a:visited,
			.widget-RelatedLinks li ul li ul li a:hover {
				padding: 6px 0 6px 20px;
				background-image: none;
			}
			
			.widget-RelatedLinks li ul li ul li ul li a:link,
			.widget-RelatedLinks li ul li ul li ul li a:visited,
			.widget-RelatedLinks li ul li ul li ul li a:hover{
				padding: 6px 0 6px 28px;
				background-image: none;
			}
				


/* Image gallery */
div.g2-thumb {
	margin: 0 27px 20px 0;
	float: left;
}


/* Gallery Preview */

.widget-GalleryPreview {
	position: relative;
}
.widget-GalleryPreview .show-all {
	position: absolute;
	right: 35px;
	top: 0;
}

.widget-GalleryPreview .widget h3.widget-title {
	font-size: 1.4em;
}

/* Forms and Formbuilder */

.widget-Form .form-section {
    width: 100%;
}

/* Field info eg.Required */

span.field-info {
	color: #881616;
}


/* Articles */

.widget-ArticlesList {
	border: 0;
	background-color: transparent;
}

div.article {
	border-bottom:1px solid #CCCCCC;
	margin:10px 0;
	padding:10px 0;
}


/* Video */
.widget-Video div {
	margin: 0 auto;
	width: 400px;
}


/* Product list */
.widget-ProductList table {
	width: 100%;
}




/* fb feed */
div.feed-facebook {
	height: 291px;
	overflow: hidden;
	overflow-y: scroll;
}

div.feed-facebook a.name {
	color: #4957B2;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}

div.feed-facebook div.feed-post {
	padding: 12px;
	border-bottom: 1px #ccc dashed;
}

div.feed-facebook img.feed-img {
	float: left;
	margin-right: 10px;
}

div.feed-facebook div.feed-txt {
	float: left;
	width: 160px;
	line-height: 1.4em;
}




/* facebox */
#facebox div.content {
	padding: 20px 0 0 0;
	width: 800px;
	text-align: center;
	overflow: auto;
}