@charset "utf-8";
/* CSS Document */

div.clear {
	clear:both;
}

div.lightbox {
	width:755px;
	margin:0px;
	padding:0px;
}	

div.lightbox div.left {
	float:left;
	width:226px;
	position:relative;
	margin-top:-37px;
	
}

#fancybox-wrap h1 {
	color:#022c6a;
	font-size:25px;
	font-weight:normal;
	margin:0px;
	margin-left:264px;

	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
}


#fancybox-wrap span.breadcrumbs {
	font-size:10px;
	color:#afafaf;
	padding-top:0px;

	padding-bottom:3px;
	margin-left:264px;	
}


#fancybox-wrap h3 {
	color:#022c6a;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	margin-top:10px;
	margin-bottom:15px;
}

#fancybox-wrap div.right h3 {
	margin-top:16px;
	margin-bottom:20px;
}

#fancybox-wrap td {
	padding:3px;
	height: 37px;
}

#fancybox-wrap div.left img {
	border:1px solid #c7c7c7;
	margin-bottom:15px;
}

div.lightbox div.left table {
	font-size:12px;
	text-align:center;
}

div.lightbox div.right {
	float:right;
	position:relative;
	width:490px;
	height:366px;
}


#fancybox-wrap span.breadcrumbs a {
	color:#8c8c8c;
	text-decoration:none;
}

#fancybox-wrap div.options {
	background-image:url(../images/weston-milling-logo-small.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	bottom:45px;
	left:270px;
	padding-top:30px;
	width:540px;
	height:30px;
	z-index:101;
}	

#fancybox-wrap div.options a.enquire {
	display:block;
	background-image:url(../images/lightbox-enquire.gif);
	width:72px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:5px;
	background-position:0px 0px;
	float:left;
	margin-top:8px;
}

div.lightbox table {
	color:#6d6d6d;
	border-bottom:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
}

div.lightbox table td {
	border-left:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
}

#fancybox-wrap div.options a.close {
	display:block;
	background-image:url(../images/lightbox-close.gif);
	width:61px;
	height:23px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	margin-top:8px;
}

#fancybox-wrap div.options a.print {
	display:block;
	background-image:url(../images/lightbox-print.gif);
	width:61px;
	margin-right:5px;
	height:23px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	margin-top:8px;
}

#fancybox-wrap div.options a.enquire:hover, #fancybox-wrap div.options a.close:hover, #fancybox-wrap div.options a.print:hover {
	background-position:0px -23px;
}

div.lightbox div.breadcrumb a:hover {
	color:#afafaf;
	text-decoration:none;
}

div.lightbox ul {
	list-style:none;
	margin-top:15px;
	margin-left:0px;
	margin-bottom:25px;
	padding-left:10px;
}

div.lightbox a {
	color:#4270b4;
	text-decoration:underline;
}

div.lightbox a:hover {
	color:#a6c2eb;
	text-decoration:underline;
}

div.lightbox a.closebox {
	display:block;
	background-image:url(../images/close-x.gif);
	width:26px;
	height:26px;
	position:absolute;
	top:-13px;
	right:-13px;
	background-repeat:no-repeat;
}

div.lightbox a.closebox:hover {
	background-position:0px -26px;
}

div.lightbox ul li {
	background-image:url(../images/content-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:15px;
	padding-top:3px;
	margin:0px;
	margin-bottom:8px;

	
}

