/* Product.css */


aside>article.mapSheets>h3{cursor:pointer;}
aside>article.mapSheets>h3>img{background-color:#CCCCCC;padding:7px 2px;border:1px solid #808080;border-radius:3px;}
aside>article.mapSheets>h3>img.open{background-color:#FFCCCC;border:1px solid #800000;border-top-left-radius:11px;border-top-right-radius:11px;}
aside>article.mapSheets>h3>img.closed{background-color:#CCFFCC;border:1px solid #008000;border-bottom-left-radius:11px;border-bottom-right-radius:11px;}
aside>article.mapSheets>h3>em{color:#808080;}

aside>article.mapSheets>h3:hover{background-color:#FFEECC;border-radius:7px;}
aside>article.mapSheets>h3:hover>img{background-color:#FFEE99;}


article.pRes {
	text-align: left;
	clear:both;
	}

article.pRes>h2 {
	text-align: left;
	}

article.pRes>figure {
	display: inline-block;
	/* height: 300px; */
	padding: 0px;
	margin: 4px auto;
	border: 1px solid #C0C0C0;
    /* background-color: #CCCCFF; */
	border-radius: 4px;
	text-align:center;
	}

article.pRes>figure.extentImg {
	display: block;
	width: 200px;
	margin: 4px auto;
	}

article.pRes>figure>img {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 300px;
    border-radius: 4px auto;
	border-bottom: 1px solid #C0C0C0;
	cursor: zoom-in;
}


article.pRes>figure.largeImg {
	background-color: #FFFFFF;
	/* height: 300px;
	height: 160px; */
	margin: 4px;
	display:block;
	float:left;
	}

article.pRes>figure.largeImg>img {
	height: 300px;
	/* height: 100px; */
	margin: 4px auto;
	padding: 0px;
	}

article.pRes>figure>figcaption {
	display: block;
	padding: 4px;
	margin: 0px;
	/* width: 192px; */
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #FFFFFF;
	color: #002E40;
}
div#zoomedImage {
	background-color:rgba(0,32,64,0.4);
	position: absolute;
	top:5px;
	left:5px;
	right:5px;
	height:400px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	cursor: zoom-out;
	text-align:center;
	/* border-radius: 16px;
	border: 2px solid #000000;
	box-shadow: 2px 2px 4px #202020; */
}
div#zoomedImage>img.closeBtn {
	/*float:right;*/
	display: block;
	margin: 5px auto;
	opacity: 0.8;
	cursor: pointer;
}
div#zoomedImage>img.closeBtn:hover {
	opacity: 1.0;
}
div#zoomedImage>figure {
	background-color:rgba(0,32,64,0.8);
	display:inline-block;
	padding: 10px;
	margin: 10px auto;
	border-radius: 8px;
}
div#zoomedImage>figure>img {
	display: block;
	padding: 0px;
	margin: 10px auto;
	border-radius: 4px;
	border: 2px solid #000000;
}
div#zoomedImage>figure>figcaption {
	display: block;
	padding: 4px;
	margin: 0px;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
div#zoomedImage>figure>figcaption>em {
	font-weight: normal;
	display: block;
}
article.productInfo {
}
/* ====================================================================== */

div#CostBasketLink {
	display: block;
	padding: 0px;
	margin: 0px 0px;
	/*margin-right:100px;
	background-color:#CCCCFF;
	border-radius:4px;*/
	/*height:120px;*/
	float: right;
	max-width: 200px;
}
div#CostBasketLink>p.productCost {
	display: block;
	background-color: #FFFFFF;
	border: 2px solid #800000;
	margin: 4px;
	margin-bottom: 0px;
	padding: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;/*width:120px;
		height:50px;*/
}
div#CostBasketLink>p.productCost>strong {
	display: block;
	color: #800000;
	margin: 0px;
	padding: 1px 4px;
	font-size: 150%;
	text-align: center;
}
div#CostBasketLink>p.productCost>strong>em {
	font-size: 80%;
	font-weight: normal;
}
div#CostBasketLink>p.productCost>em {
	display: block;
	color: #404040;
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 1px 4px;
}
div#CostBasketLink p.locationAdd {
	display: block;
	background-color: #FFFFFF;
	border: 2px solid #800000;
	border-top: none;
	margin: 4px;
	margin-top: 0px;
	padding: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*width:120px;*/
	text-align: center;
}
div#CostBasketLink>p.locationAdd>a, div#CostBasketLink p.locationAdd>input {
	display: block;
	margin: 4px;
	padding: 4px;
	background: rgb(146,31,48);
	background: -moz-linear-gradient(top, rgba(201,85,19,0.8) 0%, rgba(146,31,48,1) 50%);
	background: -webkit-linear-gradient(top, rgba(201,85,19,0.8) 0%, rgba(146,31,48,1) 50%);
	background: linear-gradient(to bottom, rgba(201,85,19,0.8) 0%, rgba(146,31,48,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccAD9C70', endColorstr='#921f30', GradientType=0 );
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	border: none;
	box-shadow: 2px 2px 4px #002E40;
}
div#CostBasketLink>p.locationAdd>a.locationSitePlan {
	background-color: #4060A0;
	background-image: linear-gradient(top, #4060A0, #002E40);
	background-image: -o-linear-gradient(top, #4060A0, #002E40);
	background-image: -moz-linear-gradient(top, #4060A0, #002E40);
	background-image: -webkit-linear-gradient(top, #4060A0, #002E40);
	background-image: -ms-linear-gradient(top, #4060A0, #002E40);
}
div#CostBasketLink>p.locationAdd>a:hover, div#CostBasketLink p.locationAdd>input:hover, div#CostBasketLink>p.locationAdd>a.locationSitePlan:hover {
	background: rgb(231,195,17);
	background: -moz-linear-gradient(top, rgba(231,195,17,1) 0%, rgba(201,85,19,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,195,17,1) 0%, rgba(201,85,19,1) 100%);
	background: linear-gradient(to bottom, rgba(231,195,17,1) 0%, rgba(201,85,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c311', endColorstr='#AD9C70', GradientType=0 );
}
article.productInfo>p.prop {
	display: block;
	width: 90%;
}
article.productInfo>p.prop>em {
	display: inline-block;
	min-width: 120px;
	border-right: 1px dotted #002E40;
	text-align: right;
	margin: 0px;
	padding: 0px 4px;
}
article.productInfo>p.prop>strong {
	color: #002E40;
}
article.productInfo>p.thumb {
	background: transparent;
	margin-top: 4px;
	margin-right: 4px;
	width: 80px;
	height: 120px;
	overflow: hidden;
	border-radius: 4px;
	float: left;
}
article.productInfo>p.thumb>img {
	margin: 0px;
	background-color: #FFFFFF;
}
article.productInfo>p.desc {
	/* min-height: 90px; */
	padding: 4px 8px;
}
/* Product Options */


section article.pOpt {
	clear:left;
}
/*width:47%;
	min-height:8em;
	float:left;*/
/**/




table.confirmMods {
	background-color: #FAFAFA;
	/*border-spacing: 0px 1px;*/
	width: 99%;
}
table.confirmMods th {
	border-top: 1px solid #002E40;
	border-bottom: 1px solid #002E40;
	text-align: left;
	background-color: #E0E0E0;
	color: #002E40;
}
table.confirmMods th.cost {
	text-align: right;
}
table.confirmMods td {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #F0F0F0;
}

table.confirmMods td>em{display:inline-block;padding:4px;color:#C00000;}


table.confirmMods td.modOpt {
}
table.confirmMods td.modName {
}
table.confirmMods tr.grouptrue>td {
	background-color: #EEEEFF;
}
table.confirmMods tr.groupfalse>td {
	background-color: #FAFAFA;
}
table.confirmMods td.cost {
	color: #800000;
	text-align: right;
	font-weight: bold;
}
table.confirmMods td.included {
	color: #002E40;
	font-size: 80%;
	text-align: right;
}
table.confirmMods td.groupHeader {
	background-color: #DDDDFF;
	border-top: 8px solid #FAFAFA;
	font-weight: bold;
	color: #002E40;
}
table.confirmMods td.groupFooter {
	background-color: #FAFAFA;
	font-size: 5%;
}
table.confirmMods>caption {
	padding: 8px;
	text-align: left;
	font-size: 100%;
	color: #4060A0;
}
table.confirmMods tfoot th {
	text-align: right;
}
table.confirmMods tfoot th.cost {
	color: #800000;
	font-weight: bold;
	font-size: 120%;
}
/* 1:10000 MAP ADJACENT SHEETS */
article.tkmAdjacent {
}
article.tkmAdjacent>table {
	margin: 8px;
	border: 1px solid #A0A0A0;
}
article.tkmAdjacent>table>tbody {
}
article.tkmAdjacent>table>tbody>tr {
}
article.tkmAdjacent>table>tbody>tr>td {
	padding: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}
article.tkmAdjacent>table>tbody>tr>td>a {
	text-decoration: none;
	color: #208040;
}
article.tkmAdjacent>table>tbody>tr>td.thisSheet {
	background-color: #FFFFFF;
	color: #002E40;
}
article.tkmAdjacent>table>tbody>tr>td.valid {
	background-color: #CCFFCC;
}
article.tkmAdjacent>table>tbody>tr>td.invalid {
	background-color: #DDDDDD;
	color: #002E40;
}
article.tkmAdjacent>table>tbody>tr>td.unavail {
	background-color: #EEEEEE;
	color: #CCCCCC;
}
article.tkmAdjacent>table>tbody>tr>td.valid:hover {
	background-color: #FFEECC;
}
article.tkmAdjacent>table>tbody>tr>td.valid:hover>a {
	text-decoration: underline;
	color: #C00000;
}
article.tkmAdjacent>table>tbody>tr>td {
	border: 1px solid #C0C0C0;
}
article.tkmAdjacent>table>tbody>tr>td.MM {
	border: 1px solid #C0C0C0;
}
article.tkmAdjacent>table>tbody>tr>td.RT {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.LT {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.RB {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.LB {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.RM {
	border-right: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.LM {
	border-left: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.MT {
	border-top: 1px solid #000000;
}
article.tkmAdjacent>table>tbody>tr>td.MB {
	border-bottom: 1px solid #000000;
}
/*
article.tkmAdjacent>table>tbody>tr>td.RM{border-left:1px solid #FF0000;}
article.tkmAdjacent>table>tbody>tr>td.MT{border-left:1px solid #FF0000;}
article.tkmAdjacent>table>tbody>tr>td.MB{border-left:1px solid #FF0000;}
*/


/* BOREHOLE LOCATION */
article.bhLocation {
}
article.bhLocation>h2>strong {
}
article.bhLocation>img {
	width: 498px;
	height: 498px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
article.bhLocation>span {
	display: block;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 600px;
	left: 300px;
	width: 32px;
	height: 32px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 2px 2px 4px #202020;
}
article.bhLocation:hover>span {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 2px #000000;
}
article.bhLocation>span>img {
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
}
article.mapSheet {
	height: 700px;
	clear:both;
}

article.mapSheet>div {
	width: 350px;
	height: 650px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #800000;
}
article.mapSheet>div.sheetExtent>img {
	margin: 0px;
	padding: 0px;
}
article.mapSheet>div.sheetExtent {
	float: left;
	border-top: none;
}
article.mapSheet>div.sheetInfo {
	float: left;
	border-left: none;
	font-size: 120%;
	padding:0% 1%;
}
article.mapSheet>div.sheetInfo>h3 {
	border-bottom: 1px solid #800000;
}
article.mapSheet>div.sheetInfo>h3>strong {
	color: #800000;
}
article.mapSheet>div.sheetInfo>p {
	color: #404040;
}
article.mapSheet>div.sheetInfo>p>strong {
	display: block;
	color: #800000;
}
article.mapSheet>div.sheetInfo>p>a {
	color: #800000;
}
@media screen and (max-width:50em) {
article.productInfo>p.thumb {
	display: none;
}
}
