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


/* Generic style for all widgets */
.widget {
	/*padding: 10px;
	margin-bottom: 8px;
	background-color: #EEE;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px #ccc solid;*/
}

.widget h3.widget-title {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #65290b;
	line-height: 1.25em;
	font-weight: normal;
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	text-transform: uppercase;
}


/* Related links */
.widget-RelatedLinks ul {
	margin: 0 0 15px 0;
	width: 245px;
	padding: 0;
	border-top: 0px solid #000;
	border-bottom: 0px solid #fff;
	border: 0px #f00 solid;
}

	.widget-RelatedLinks li {
		margin: 0 0 0 0;
		padding: 0;
		font-size: 12px;
		line-height: 12px;
		display: block;
		vertical-align: bottom;
		width: 245px;
		border-bottom: 1px solid #ccc;

	}
	
	.widget-RelatedLinks li a:link,
	.widget-RelatedLinks li a:visited {
		text-decoration: none;
		padding: 7px 0 7px 0;
		color: #8d8d8d;
		display: block;
		background: url(../images/deco_sidenav_off.gif) transparent 100% 50% no-repeat;
	}
	
	.widget-RelatedLinks li a:hover {
		padding: 7px 0 7px 0;
		text-decoration: none;
		color: #65290b;
		vertical-align: bottom;
		background: url(../images/deco_sidenav_on.gif) transparent 100% 50% no-repeat;
	}
	
	.widget-RelatedLinks li.on a:link,
	.widget-RelatedLinks li.on a:visited,
	.widget-RelatedLinks li.on a:hover {
		text-decoration: none;
		color: #65290b;
		background: url(../images/deco_sidenav_on.gif) transparent 100% 50% no-repeat;
	}
	
	.widget-RelatedLinks ul li.on ul {
		margin: 0;
		padding: 0 0 5px 0;
		border: 0;
		font-size: 11px;
	}
	
	.widget-RelatedLinks li.on ul li {
		padding: 0;
		border: 0;
	}
	
		.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 12px;	
		}
		
		.widget-RelatedLinks li.on ul li a:link,
		.widget-RelatedLinks li.on ul li a:visited {
			text-decoration: none;
			color: #8d8d8d;
			background: url(../images/deco_sidenav_sub_off.gif) transparent 0 50% no-repeat;
		}
		
		.widget-RelatedLinks li.on ul li a:hover {
			text-decoration: none;
			color: #65290b;
			background: url(../images/deco_sidenav_sub_on.gif) transparent 0 50% no-repeat;
		}
		
		.widget-RelatedLinks li.on ul li.on a:link,
		.widget-RelatedLinks li.on ul li.on a:visited {
			text-decoration: none;
			color: #65290b;
			background: url(../images/deco_sidenav_sub_on.gif) transparent 0 50% no-repeat;
		}
		
		.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 */
.widget-ImageGallery img {
	display: block;
}

.widget-ImageGallery div.image-wide {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.widget-ImageGallery div.image-wide p {
		text-align: center;
	}

.widget-ImageGallery div.image-tall {
	margin-bottom: 5px;
}

	.widget-ImageGallery div.image-tall img {
		display: inline;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.widget-ImageGallery div.image-tall span {
		vertical-align: middle;
	}

.widget-ImageGallery div.image-tall-compact {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* 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%;
}


