/*--------------------------------------------------------------
mpmlat.css
For Latitude Planning Map
Planning Map styles
Lovell Johns Ltd / Centremaps Limited
09/18

Colours (UPT eg)
Latitude Blue: #2e3192 		Principle colour 1      (Higlights/buttons/backgroud)
Latitude Pink: #D33F5A


Light Turq: #005571			Principle colour 3		(Content background text= white)
Mid grey: #E5E5E5  			Base colour	    		(Popup/table cell backgrounds text=#2e3192)
Dark Grey: #999999 			Base colour	    		(Popup header text= #FFFFFF/Grey text)
Light Green: #6BC98C		Product Scale choice	(Background to choice of scale or coverage .cmmpmMapsizeOptionRightOn, .cmmpmMapsizeOptionLeftOn,  a)
Dark Blue: #D33F5A			Highlight and reminder text - light green to feint on light backgrounds .cmmpmHighlight, p.cmmpmReminderText

Colours (Fixed)
Red: #9C0000 				Red drawing tools background
Dark Red: #760000  			Red drawing tools highlight
Blue: #009CFF 				Blue drawing tools background
Dark Blue: #006DB7 			Blue drawing tools background

UPDATE /site/ accordingly

Sections
------------------Page Styles
------------------Map/Popup Content
------------------Login/Register Content
------------------Account Area Content
------------------Confirmation Page
------------------Basket Content
------------------Main Page Content (Right)
------------------Timeout
------------------Security Code
------------------General Class Styles

--------------------------------------------------------------*/

/*------------------Page Styles*/
*{
	margin:0px;
	padding:0px;
}
@font-face{
	font-family:'Bliss 2 Bold';
	src:url('fonts/bliss2b.otf');
	/*CM home page
	src:url('../fonts/bliss2b.eot?#iefix') format('embedded-opentype'),url('../fonts/bliss2b.woff') format('woff'),url('../fonts/bliss2b.ttf') format('truetype'),url('../fonts/bliss2b.svg#470068f40d0d0f49079cdb1a5e41bf5f') format('svg');
	font-style:normal;
	font-weight:700*/
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}

#planningmaps{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height: 22px !important;
 /*-webkit-box-sizing: initial;
-moz-box-sizing: initial;
	box-sizing: initial;*/
}

div{
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
}

/*
.main-content td{
	padding: 0px;
}

body:not(.woocommerce-cart) .main-content td{

	padding: 0px; !important
}
*/

body:not(.woocommerce-cart) .main-content td{
	font-size: 13px !important;
}

td{
	padding: 0px !important;	
	border-style: none !important;
	border-left: none  !important;	
	border-top: none !important;
	/*vertical-align: top !important;*/	
	font-size: 13px !important;
}
p{
	padding-bottom: 0px !important;
}
img{
	margin-bottom: 0px !important;
}
input{
	background-color: #FFFFFF !important;
	
}

a{
	text-decoration: none;
	color: #2e3192;	
	font-weight:bold;	
}

a:hover{
	text-decoration: underline;
}


input[type="text"]{
	padding: 2px !important;
	border: none;
	line-height: 22px;
}

input[type="checkbox"]{
	height: 20px !important;
	width: 20px !important;
	position: relative !important;
	left: 0px !important;
	top: 5px !important;
}

table{
	/*background-color: #E5E5E5 !important;*/
	/*margin: 0 0 20px;*/
}

table tr:nth-child(2n+1) {
	background-color: #E5E5E5 !important;
}

.container-wrap{
	padding-top: 10px !important;
	margin-top: 0px !important;
}
.container{
	max-width: 1020px  !important;
}


/*------------------Map/Popup Content*/
#cmmpmMapContent {
	background-color: #FFFFFF;   			/*customizable*/
	width:1020px;  
	display:block;
}
#cmmpmLeftContent {
	position:relative;
	float:left;
	width:600px;
	text-align:left;
}
#cmmpmMapFooter{
	padding:10px;
	background-color:#FFFFFF;			/*customizable*/
	width:586px;
	height:15px;
}
#cmmpmMapFooterLeft{
	float:left;
	font-size:11px;
	color: #2e3192;					/*customizable*/
}
#cmmpmMapFooterCopyright, #cmmpmDXFMapFooterCopyright{
	position:relative;	
	font-size:11px;	
	float:right;
	color: #2e3192;			/*customizable*/
}
#cmmpmMap{
	position:relative;
	width:600px;
	height:600px;
	clear:both;
	background:#FFFFFF;
	border:3px solid #2e3192;			/*customizable*/
}
#cmmpmMap img{
	max-width: 780px !important;
}
#cmmpmRightContent {
	position:relative;
	overflow:hidden;
	width:400px;
	padding-left:20px;
}
#cmmpmPreviewsInfoWarning{
	position:absolute;
	top:175px;
	left:105px;
	display:inline-block;
	width:370px;
	padding:10px;
	background: #FFFFFF;
	border:1px #666666 solid;
	z-index:9999999999;
	display:none;
} 
#cmmpmMapZoomNote{
	color:#FFFFFF;
	font-size:17px;
	position:relative;
	margin-top:-10px;
	display: none;
	background: url(../images/cmmpmZoomMessage.png);
	width:606px;
	height:67px;
}
#cmmpmMapZoomNoteMessage{
	padding-top:25px;
	padding-left:192px;
}
#cmmpmAutoShapeMessage{
	position:absolute;
	bottom:0px;
	left:0px;
	width:365px;
	height:17px;
	clear:both;
	padding:10px;
	font-size: 13px;
	color:#999999;
	border:none;
	background: url(../images/cmmpmSelMessage.png);
	z-index:9999999999;
	display:none;
	color:#FFFFFF;
}
#cmmpmAutoShapeMessage a{
	color:#FFFFFF;
	text-decoration: underline;
}
#cmmpmAutoShapeMessage a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#cmmpmMessageHead{
	width:400px;
	background:#999999;    			/*customizable*/
	padding-top:10px;
	padding-bottom:10px;
	font-size:17px;
	color:#FFFFFF;    			/*customizable*/
}
#cmmpmTermsHead{
	width:700px;
	background:#999999;    			/*customizable*/
	padding-top:10px;
	padding-bottom:10px;
	font-size:17px;
	color:#FFFFFF;    			/*customizable*/
}
#cmmpmAnnoMessage{
	color:#2e3192;
	width:750px;
	background:#E5E5E5;
	display:none;
	top: 200px;
	border:none;
	z-index: 30; 
	position: fixed; /*relative;*/	
	left: 50%; /*100px;*/
	margin-left: -375px;
}
#cmmpmAnnoMessageHead{
	width:750px;
	background:#999999;    			/*customizable*/
	padding-top:10px;
	padding-bottom:10px;
	font-size:17px;
	color:#FFFFFF;
	text-align: center;
}
#cmmpmYesBut, #cmmpmDXFBut{
	float:left;
	width:90px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
}
#cmmpmNoBut,#cmmpmDWGBut{
	float:right;
	width:90px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
}
#cmmpmOKBut {
	float:right;
	width:90px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
}
#cmmpmCloseBut{
	/*float:right;*/
	width:90px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
}
#cmmpmPageMask{
	position:absolute; 
	top:0; 
	left:0; 
	min-height:100%; 
	width:100%; 
	background:#000000; 
	opacity:.75; 
	filter:alpha(opacity=75); 
	z-index:20;   /*2*/
	visibility: visible;
}
#cmmpmAnnoNoteCloseIcon{
	position:relative;
	left:353px;
	top:-28px;
}
#cmmpmZoomNoteCloseIcon{
	position:relative;
	left:583px;
	top:-30px;
}
#cmmpmAnnoMessageCont{
	margin-left:30px;
}
#cmmpmAnnoMessageCont p{
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	color: #2e3192;			/*customizable*/
	line-height: 13px !important;
	vertical-align: top !important;
}
#cmmpmAnnoMessageCont table{
	font-size:6px;
	color:#2e3192;
	margin-top:0px;
	border-top: none;
	background-color: #E5E5E5; 
	vertical-align: top !important;
	margin-bottom: 0px !important;
}
#cmmpmAnnoMessageCont table tr{
	background-color: #E5E5E5; 
}
.cmmpmEmptyCellBlue{
	width:130px;
	height:25px;
	background:#009CFF;
	float:left;
	margin:0px;
}
.cmmpmEmptyCellRed{
	width:130px;
	height:25px;
	background:#9C0000;
	float:left;
	margin:0px;
}
.cmmpmEmptyCellBlue2{
	width:130px;
	height:10px;
	background:#009CFF;
	float:left;
	margin:0px;
}
.cmmpmEmptyCellGrey2{
	width:130px;
	height:10px;
	background:#999999;
	float:left;
	margin:0px;
}
.cmmpmEmptyCellGrey3{
	width:130px;
	height:10px;
	background:#E3E3E3;
	float:left;
	margin:0px;
}
.cmmpmGreyAnnoCell{
	width:130px;
	background:#727272;
	float:left;
	text-align:center;
}
.cmmpmEmptyCellRed2{
	width:130px;
	height:10px;
	background:#9C0000;
	float:left;
	margin:0px;
}
.cmmpmBlueAnnoCell{ 
	width:130px;
	background:#006DB7;
	float:left;
	text-align:center;
}
.cmmpmRedAnnoCell{
	width:130px;
	background:#760000;
	float:left;
	text-align:center;
}
.cmmmpmSpantop{
	vertical-align:top;
	margin-left: 8px;
}
#cmmpmPinOff{
	color:#999999;
	vertical-align:top;
}
#cmmpmPinOn{
	color:#005571;
	vertical-align:top;
}
.cmmpmPinImage{
	/*margin-right:15px;*/
	height: 21px !important;
	width: 15px !important;
}
.cmmpmSecImage{
	/*height: 30px !important;
	width: 80px !important;*/
}



/*------------------Login/Register Content*/
#cmmpmLoginContent{
	width:400px;
	border: none;
	display:none;
	z-index: 30;  /*4;*/ 
	background:#E5E5E5;
	text-align:center;
	position: fixed;  /*relative;*/
	top: 200px;
	left: 50%;  /*300px;*/
	margin-left: -200px
}
#cmmpmRegisterContent{
	color:#2e3192;
	width:400px;
	background:#E5E5E5;
	display:none;
	/*bottom:640px;*/
	border:none;
	z-index: 31;
	position: fixed; /*relative*/
	 /*top: 120px;160px;*/  /*:300px;*/
	top: 1%;
	left: 50%;
	margin-left: -200px;
	text-align: left;
}
#cmmpmRegisterHead{
	text-align:center;
	width:400px;
	height:30px;
	background:#999999;
	padding-top:10px;
	font-size:17px;
	color:#FFFFFF;
}
#cmmpmLoginMessage, #cmmpmRegisterMessage, #cmmpmRestMessage{
	text-align:center;
	color:#FF0000;
	font-size:14px;
	padding:10px;
	font-style:oblique;
	clear:both;	
}
#cmmpmLoginHead{
	width:400px;
	height:50px;
	background:#999999;
	padding-top:10px;
	font-size:17px;
	color:#FFFFFF;
}
#cmmpmRegisterInputBut{
	float:left;
	width:170px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	/*line-height: 17px !important;*/
}
#cmmpmRegisterBut{
	float:right;
	width:170px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	margin-right:20px;
	line-height: 20px !important;
	/*clear:both;*/	
}
#cmmpmUpdateDetailsBut{
	float:right;
	width:170px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	margin-right:65px;
	line-height: 20px !important;
	clear:both;
	margin-top:10px;	
}
#cmmpmPasswordBut{
	float:left;
	width:170px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	padding-top:7px;
	text-align:center;
	line-height: 20px !important;
}
#cmmpmLoginBut{
	float:right;
	width:120px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	/*line-height: 17px !important*/
}
#cmmpmMessage{
	/*position:relative;*/
	position: fixed;
	top: 200px;
	/*bottom: 500px;*/
    left: 50%; /*300px;*/
	width:400px;
	border: none;
	display:none;
	z-index: 100; 
	background:#E5E5E5;			/*customizable*/
	text-align:center;
	margin-left: -200px;
}
#cmmpmTermsContent{
	/*position:relative;*/
	position: fixed;
	top: 1%;  /*150px;*/
    left: 50%; /*300px;*/
	width:700px;
	height:550px;
	border: none;
	display:none;
	z-index: 100; 
	background:#E5E5E5;			/*customizable*/
	text-align:center;
	margin-left: -350px;
}
#cmmpmRegRequired{
	display:block;
}
#cmmpmRegRequired table{
	 color:#2e3192;
	 margin-left:15px;
	 margin-right:15px;
	 width:370px;
	 font-size:14px;
	 border-top: none;
}
#cmmpmRegOptional{
	display:none;
}
#cmmpmRegOptional table{
	color:#2e3192;
	margin-left:15px;
	margin-right:15px;
	width:370px;
	font-size:14px;
}
#cmmpmRegRequired table td{
	padding:2px !important;
}
#cmmpmRegRequired table tr{
	background-color: #E5E5E5 !important;
}
#cmmpmRegOptional table td{
	padding:2px !important;
}
.cmmpmRegLeftCell{	
	width: 120px;
}
#cmmpmRegisterCloseIcon{
	position:absolute;
	left:370px;
	top:2px;
}
#cmmpmLoginButCont{
	width:300px;
	margin-left:50px;
	overflow: auto;
}
.cmmpmRegisterInput{
	border:none;
	padding:2px !important;
	width:230px !important; 
	height:25px;
	color:#2e3192;
}
#cmmpmLoginUser{
	border:none;
	padding:2px;
	width:300px; 
	height:35px;
	margin-top:30px;
}
#cmmpmLoginPwd{
	border:none;
	padding:2px;
	width:300px; 
	height:35px;
	margin-top:8px;
	margin-bottom:15px;
}
p.cmmpmRegGreyText{
	font-size:12px;
	color:#999999;
	line-height: 16px !important;
}
p.cmmpmRegNormalText{
	font-size:13px;
	color:#2e3192;
	padding-top:5px;
	line-height: 17px !important;
}
p.cmmpmLoginText{
	font-size:13px;
	color:#2e3192;
	margin-top: 5px !important;
	line-height: 17px !important;
}
p.cmmpmReminderText a{
	font-size:13px;
	color:#D33F5A;
	line-height: 17px !important;
}
p.cmmpmReminderText a:hover{
	text-decoration: underline;
}
#cmmpmReminderContent{
	width:400px;
	border: none;
	display:none;
	z-index: 340;  /*4;*/ 
	background:#E5E5E5;
	text-align:center;
	position: fixed;  /*relative;*/
	top: 200px;
	left: 50%;  /*300px;*/
	margin-left: -200px
}
#cmmpmReminderContentInner{
	width:380px;
	padding:10px;
}
#cmmpmReminderHead{
	width:400px;
	height:30px;
	background:#999999;
	padding-top:10px;
	font-size:17px;
	color:#FFFFFF;
}
#cmmpmResetBut{
	width:120px;
	height:28px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	float:left;
	line-height: 17px !important
}
#cmmpmResetCloseBut{
	margin-left: 10px;
	width:120px;
	height:28px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	display:none;
	float:right;
	line-height: 17px !important
}
#cmmpmResetName, #cmmpmResetPwd1, #cmmpmResetPwd2, #cmmpmResetPwd3 {
	border:none;
	padding:2px;
	width:250px; 
	height:35px;
	margin-bottom:10px;
}
#cmmpmRegButCont{
	width:250px;
}


#cmmpmFileTypePDF, #cmmpmFileTypeDXF, #cmmpmFileTypeDWG{
	visibility: hidden;
}

#cmmpmTermsIframe{
	height:450px;
	width: 700px;
	overflow: hidden;
}

/*------------------Account Area Content*/
#cmmpmAccountContent{
	color:#2e3192;
	width:900px;
	background:#E5E5E5;
	display:none;
	/*bottom:640px;
	top: 160px;*/
	top: 1%;
	border:none;
	z-index: 30; 
	position: fixed; /*relative;*/	
	left: 50%; /*100px;*/
	margin-left: -450px;
}
#cmmpmAccountCloseIcon{
	position:absolute;
	left:870px;
	top:2px;
}
#cmmpmAnnoInfoCloseIcon{
	position:absolute;
	left:720px;
	top:2px;
}
#cmmpmLoginCloseIcon{
	position:relative;
	left:184px;
	top:-218px;
}
.cmmpmRegOptionsHead{
	background: url(../images/mpmlat/cmmpmRegHeadBack.png);
	padding-top:5px;
	height:40px;
	cursor:pointer;
	padding-left:20px;
	color:#FFFFFF;
}
#cmmpmOrderDetailsHead{
	background: #E5E5E5;  /*url(../images/cmmpmHeaderBack5.png);*/
	padding-top:5px;
	height:32px;
	margin-top:10px;
}
.cmmpmRegOptionsHeadLong{
	background: url(../images/mpmlat/cmmpmRegHeadLongBack.png);
	/*padding-top:5px;*/
	height:45px;
	cursor:pointer;
	padding-left:20px;
	color:#FFFFFF;
	line-height:28px;
}
#cmmpmUpRequired{
	float:left;
	width:430px;
}
#cmmpmUpRequired table{
	color:#2e3192;
	margin-left:30px;
	margin-right:30px;
	width:570px;
	font-size:14px;
	border: none;
	background-color: #E5E5E5;
	border-spacing: 5px;
}
#cmmpmUpRequired table td{
	padding: 2px !important;
}
#cmmpmUpOptional{
	float:right;
	width:430px;	
}
#cmmpmUpOptional table{
	color:#2e3192;
	margin-left:30px;
   /* margin-right:30px;*/
	width:400px;
	font-size:14px;
	border: none;
	background-color: #E5E5E5;
	border-spacing: 5px;
}
#cmmpmUpOptional table td{
	padding: 2px !important;
}
#cmmpmUpPassCont{
	display:none;
	clear:both;
	width:400px;
	padding-top:10px
}
.cmmpmPasswordButtonsCont{
	float:right;
	width:190px;
	margin-left:110px;
	margin-top:20px;
	padding-bottom:20px;
}
.cmmpmYesNoButtonsCont{
	width:190px;
	margin-left:110px;
	margin-top:20px;
	padding-bottom:20px;
}
.cmmpmOKButtonCont{
	width:90px;
	margin-left:155px;
	margin-top:20px;
	padding-bottom:20px;
}
.cmmpmCloseButtonCont{
	margin-left:305px;
	margin-top:8px;
	/*padding-bottom:20px;*/
}
#cmmpmPageHead{
	width:900px;
	background:#999999;				/*customizable*/
	padding-top:10px;
	padding-bottom:10px;
	font-size:17px;
	color:#FFFFFF;					/*customizable*/
	text-align:center;
}
#cmmpmPageNav{ 
	float:left;
	height:30px;
	width:890px;
	background:#2e3192;
	color:#2e3192;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
#cmmpmOrdersContent, #cmmpmUsersContent{
	clear:both;
	padding:20px;
	width:860px;
	background:#E5E5E5;
	display: none;
}
#cmmpmOrdersContent tr{
	background:#FFFFFF !important;
}
#cmmpmBasketContent{
	clear:both;
	padding: 20px;
	width:860px;
	background:#E5E5E5;
	display: block;
	max-height: 500px;
	overflow-y: auto;
}
#cmmpmUserTableContent{
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #fff;
}
.cmmpmSelectedPageOn{
	background: none;
	color:#ffffff;
}	
.cmmpmSelectedPageOff{
	background: url(../images/mpmlat/cmmpmSelectedMapBack2.png);
	color:#2e3192;
	background-repeat: no-repeat;
}
#cmmpmSelectedPage1{
	position:absolute;
	left:245px;
	top:42px;
	height:35px;
	width:135px;
	font-size:12px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
}
#cmmpmSelectedPage2{
	position:absolute;
	left:385px;
	top:42px;
	height:35px;
	width:135px;	
	font-size:12px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
}
#cmmpmSelectedPage3{
	position:absolute;
	left:525px;
	top:42px;
	height:35px;
	width:135px;	
	font-size:12px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
}
.cmmpmNewPasswordInput1{
	padding:5px;
}
.cmmpmNewPasswordInput2{
	padding:5px;
	margin-top:5px;
}
#cmmpmLogout{
	position:absolute;
	left:840px;
	top:43px;		
	font-size:13px;
	padding-top:10px;	
	cursor:pointer;
	text-decoration:underline;
	color: #FFFFFF
}
#cmmpmResetMessage{
	font-size: 13px;
	color: #FF0000;
	font-style: oblique;
}

/*------------------Confirmation Page*/
#cmmpmRightConfirmContent {
	position:relative;
	overflow:hidden;
	padding-left:20px;
	width:250px;   /*320px;*/ 
}
#cmmpmOrderDetailsIntro{
	text-align:center;
	padding:15px;
	width:227px;
	font-size:14px;
	color:#FFFFFF;
	margin-left:-7px;
	/*background:#E5E5E5;*/
	background: url(../images/mpmlat/cmmpmHeaderBack6.png);
	line-height: 17px;
}
#cmmpmItemIcon{
	float:left;
	padding:5px;
	padding-left:20px;
	height: 70px;
}
#cmmpmItemScale{
	float:left;
	padding:5px;
}
#cmmpmItemPrice{
	float:left;
	padding:5px;
	padding-right:20px;
	color:#2e3192;
}
#cmmpmOrderNow{
	color:#FFFFFF;
	background-color:#2e3192;
	background-image: url(../images/cmmpmConfirmBack.png);	
	cursor:pointer;
	padding-top:12px;
	font-size:22px;
	/*margin-top:10px;*/
	margin-left:0px;
	width:250px;
	height:30px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	line-height: 17px !important;
	font-weight:bold;	
}
#cmmpmItemDetails{
	width:250px;
	clear:both;
	margin-top:0px;
	height:70px;
	font-size:15px;
	text-align:center;
	line-height: 65px;
	color: #2e3192;
	/*background: #FFFFFF;*/
}
#cmmpmItemDetails2{
	width:250px;
	clear:both;
	margin-top:10px;
	/*font-size:18px;*/
	text-align:center;
	color: #2e3192;
	padding:5px;
	/*border-bottom: 3px #E5E5E5  solid;*/
	height: 50px;
}
#cmmpmItemDetails3{
	width:250px;
	clear:both;
	margin-top:10px;
	font-size:17px;
	text-align:center;
	color: #2e3192;
	padding:5px;
	height: 80px;
}
#cmmpmItemDetails4{
	width:250px;
	clear:both;
	margin-top:10px;
	font-size:17px;
	text-align:center;
	color: #2e3192;
	padding:5px;
	display:none;
	height: 30px;
}
#cmmpmItemOrderArea{	
	width:250px;
	clear:both;
	margin-top:0px;
	/*height:70px;*/
	font-size:15px;
	text-align:center;
	line-height: 65px;
	color: #2e3192;
	background: #FFFFFF;	
}
#cmmpmItemTotalPrice{
	clear:both;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
#cmmpmConfirm {
	background-color:#F8F8F8;
	padding:10px;
	height: 950px;  /*1100px;*/
	width: 1010px; /*1060px;  1110px;*/
	display:none;
}
#cmmpmPrintTitle, #cmmpmPrintTitle2{
	top:5px;
	left:20px;
	position:relative;
	clear:both;
	width:700px;	
}
#cmmpmPreviewOuterPDF,#cmmpmPreviewOuterPDF2{
	background:#FFFFFF;
	width:740px;
	padding:0px;
	height: 900px; /*1050px;*/
	display:none;
	border: 1px solid #DADADA;
	box-shadow: 5px 5px 5px #888888;
}
#cmmpmPreviewMapOuter2,#cmmpmPreviewMapOuter3{
	position:relative;
	top:10px;
	left:20px;
	background:#FFFFFF;
	width:700px;
	height:660px;	/*800px*/
} 
#cmmpmPrevMapPDF, #cmmpmPrevMapPDF2{
	position:relative;
	width:600px;
	height:600px;
	clear:both;
	background:#FFFFFF;
	border:1px solid #000000;			/*customizable*/
	top:40px;	/*100px*/
	left:50px;
}
#cmmpmPrevMapPDF img{
	max-width: 780px !important;
}
#cmmpmPrevMapPDF2 img{
	max-width: 780px !important;
}
#cmmpmPrevMapPDFFooter, #cmmpmPrevMapPDFFooter2, #cmmpmPrevMapPDFFooterCont, #cmmpmPrevMapPDFFooterCont2{
	width:700px;
	position:relative;
	clear:both;
}
#cmmpmPrevMapDXFFooter{
	font-style:oblique;
	color:#FF0000;
	font-size:22px;
	text-align:center;
	position:relative;
	clear:both;
	padding-top;10px;
}
#cmmpmScaleBarLayer, #cmmpmScaleBarLayer2{
	margin-left:300px;
	padding-bottom:10px;
	padding-top:10px;
}
#cmmpmPrevMapPDFFooterImage, #cmmpmPrevMapPDFFooterImage2{
	float:right;
}
#cmmpmPrevMapPDFFooterText, #cmmpmPrevMapPDFFooterText2{
	float:left;
	padding:20px;
}
#cmmpmPreviewOuter{
	background:#FFFFFF;
	padding: 20px;
}
#cmmpmPrevMapDXFG{
	position:relative;
	width:600px;
	height:600px;
	clear:both;
	background:#FFFFFF;
	border:3px solid #2e3192;			/*customizable*/
}
#cmmpmPrevMapDXFG img{
	max-width: 780px !important;
}

#cmmpmLeftContentDXFG {
	position:relative;
	float:left;
	width:640px;
	text-align:left;
	display:none;
	padding: 10px;
}
#cmmpmLeftContentPDF {
	position:relative;
	float:left;
	width:740px;
	text-align:left;
	display:none;
	padding-bottom:20px;
	height: 1000px;
}
#cmmpmConfirmNavDXFG{
	clear:both;
	margin-top:0px;
	margin-bottom:5px;	
	font-size:22px;
	width:640px;
	height: 39px;
	background:#FFFFFF;
}
#cmmpmSelectedMapDXF{
	position:absolute;
	left:268px;
	top:10px;
	background: url(../images/mpmlat/cmmpmSelectedMapBack.png);
	height:35px;
	width:105px;
	color:#2e3192;
	font-size:14px;
	padding-top:10px;
	text-align:center;
	background-repeat: no-repeat;
}
#cmmpmConfirmNavPDF{
	clear:both;
	margin-top:0px;
	margin-bottom:5px;	
	font-size:22px;
	width:740px;
	height: 39px;
	background:#FFFFFF;
}
#cmmpmSelectedMapPDF1{
	position:absolute;
	left:322px;
	top:0px;
	height:35px;
	width:105px;
	font-size:12px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	line-height: 20px;
}
#cmmpmSelectedMapPDF2{
	position:absolute;
	left:362px;
	top:0px;
	height:35px;
	width:105px;	
	font-size:12px;
	padding-top:10px;
	text-align:center;
	display: none;
	cursor:pointer;
	line-height: 13px; /*20px;*/
}
.cmmpmSelectedMapPDFOn{
	background: url(../images/mpmlat/cmmpmSelectedMapBack.png);
	color:#2e3192;
	background-repeat: no-repeat;
}
.cmmpmSelectedMapPDFOff{
	background: none;
	color:#ffffff;
}
#cmmpmLicCopies{
	font-size:16px;
	padding:1px !important;
	color:#2e3192;
	width:80px !important;
}
#cmmpmDelMethod{
	font-size:18px;
	padding:1px !important;
	color:#2e3192;
	width:220px !important;
	font-size: 13px;
}

.cmmpmConfirmNavLeft{
	width:39px;
	height:39px;
	float:left;
}
.cmmpmConfirmNavRight{ 
	float:left;
	height:29px;
	width:591px;
	background:#2e3192;
	color:#2e3192;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
.cmmpmConfirmNavRightPDF{ 
	float:left;
	height:29px;
	width:691px;
	background:#2e3192;
	color:#2e3192;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
.cmmpmPrintTitleInput{
	width:700px;
	height:40px;
	background: url(../images/mpmlat/cmmpmTitleBack.png);
	border: none; 
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #2e3192;
}
.cmmpmPrintTextInput{
	width:250px;
	height:120px;
	background: url(../images/mpmlat/cmmpmTitleBack.png);
	background-repeat:no-repeat;
	border: none; 
	font-size: 14px;
	color: #2e3192;
	padding-top:10px;
	padding-left:20px;
	max-height:200px;
	max-width:250px;
	line-height: 18px;
}
.cmmpmTermsNote{
	text-align:center;
	color:#2e3192;
	margin-top:10px;
	padding-top: 10px;
}
#cmmpmPreviewMapMessage,#cmmpmPreviewMapMessage2, #cmmpmPreviewMapMessage3{
	position:absolute;
	top:0px;
	left:0px;
	width:280px;
	height:25px;
	clear:both;
	padding:10px;
	font-size: 16px;
	border:none;
	background: url(../images/greyback.png);
	background-repeat: repeat;
	z-index:9999999999;
	color:#2e3192;
	font-weight:bold
}
 #cmmpmMyExtraText, #cmmpmMyExtraText2{
	width:240px;
 }
 .cmmpmSelLicCopies{
    padding: 2px !important;
    width: 60px !important;
    height: 25px;
    color: #3d4754;
}

/*------------------Basket Content*/
.cmmpmBasketTable{
	border-collapse:collapse;
	width:860px;
	background:#FFFFFF;
	line-height: 22px !important;
	border: none !important;
	margin: 0 0 0 0 !important;
}
.cmmpmBasketTableHead{
	border: none;
	padding: 5px !important;
	/*padding-left: 5px !important;*/
	font-weight:bold;
	font-size:13px !important;
	background:#999999;
	color:#2e3192;
}
.cmmpmBasketTableRow1{
	border-left: 1px #E5E5E5 solid !important;
	padding: 5px !important;
	/*padding-left: 5px !important;*/
	background:#E5E5E5;
	color: #2e3192;
	/*vertical-align: top !important;  */
}
.cmmpmBasketTableRowCancel{
	border-left: 1px #E5E5E5 solid !important;
	padding: 0px !important;
	padding-left: 5px !important;
	background:#CCCCCC;
	color: #999999;
	font-style: oblique;	
}
.cmmpmBasketTableRowLeftCancel{
	border-left:none;
	/*padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;*/
	border-left: 5px solid #FFFFFF !important;
	padding: 5px !important;
	background:#CCCCCC;
	color: #999999;
	font-style: oblique;	
}
.cmmpmBasketTableRowLeft{
	/*border-left:none;*/
	border-left: 5px solid #FFFFFF !important;
	/*padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;*/
	padding: 5px !important;
	background:#E5E5E5;
	color: #2e3192;	
}
.cmmpmBasketTableRowRight{
	border-left: 1px #E5E5E5 solid !important;
	border-right: 5px #FFFFFF solid !important;
	padding: 5px !important;
	/*padding-left: 5px !important;*/
	background:#E5E5E5;
	color: #2e3192;
	/*vertical-align: top !important;  */
}

.cmmpmBasketTableRowOOD{
	border-left: 1px #E5E5E5 solid !important;
	padding: 0px !important;
	padding-left: 5px !important;
	background:#FFFF99;
	color: #999999;
	font-style: oblique;	
}
.cmmpmBasketTableRowLeftOOD{
	border-left:none;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 5px !important;
	background:#FFFF99;
	color: #999999;
	font-style: oblique;	
}
.cmmpmBasketTableRow2, .cmmpmBasketTableRow3{
	border: none;
	padding: 0px !important;
	padding-left: 5px !important;
	background:#999999;
	color:#FFFFFF;	
}
.cmmpmBasketTableRow3{
	text-align:right;
}
.cmmpmBasketTableDelete{
	border: none;
	padding: 0px !important;
	/*padding-top: 10px !important;*/
	background:#2e3192;
	width:20px;
	height:30px;
	text-align: center;	
	border-right: 5px #FFFFFF solid !important;
}
.cmmpmBasketTableNotice{
	color:#FF0000;
	text-align:center;
	/*padding-top:10px !important;	*/
	padding: 5px !important;
	font-size: 13px !important;
	background-color: #FFFFFF !important;
	/*background-color: #E5E5E5 !important;*/
}	
.cmmpmBasketTablePrice{
	border: none;
	padding: 3px !important;
	background:#FFFFFF;
	color: #2e3192;
	font-size:13px !important;
	text-align:right;	
}	
.cmmpmBasketTableTotalPrice{
	border: none;
	padding: 5px !important;
	background:#FFFFFF;
	color: #2e3192;
	font-size:15px !important;
	text-align:right;	
	font-weight:bold;
}
.cmmpmBasketTableSpacer{
	height:3px;
	background:#FFFFFF;
	line-height: 0px;
}
.cmmpmBasketButtonLeft{
	background-color:#2e3192;
	background-image: url(../images/cmmpmConfirmBack2.png);	
	cursor:pointer;
	padding-top:10px;
	font-size:18px;
	margin-top:10px;
	margin-left:0px;
	width:250px;
	height:30px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	line-height: 20px !important;
	font-weight:bold;
}
.cmmpmBasketButtonRight{
	background-color:#2e3192;
	background-image: url(../images/cmmpmConfirmBack.png);	
	cursor:pointer;
	padding-top:10px;
	font-size:18px;
	margin-top:10px;
	margin-left:0px;
	width:235px;
	height:30px;
	cursor:pointer;
	color:#FFFFFF;
	padding-left:15px;
	line-height: 20px !important;
	font-weight:bold;
}
.cmmpmBasketButton{
	float:left;
	width:170px;
	height:30px;
	background:#2e3192;
	cursor:pointer;
	color:#FFFFFF;
	font-size:17px;
	padding-top:7px;
	text-align:center;
	line-height: 20px !important;
	margin-right: 30px;
}
.cmmpmBasketTableButtons{
	background:#FFFFFF;
	padding: 5px !important
}
.cmmpmOrderTableButtons{
	padding: 10px !important;
	background:#FFFFFF;
}
#cmmpmContShop{
	float:left;
}
#cmmpmGoCheckout{
	float:right;	
}
#cmmpmButtonCont{
	width: 850px;
	/*margin-left:420px;*/
}
#cmmpmContShopError{
	margin-left:320px;
}	
.cmmpmbasketError{
	text-align:center;
	colour: #FF0000;
}
.cmmpmBasketInput{
	width:350px;
	padding:2px;
}
#cmmpmDelMethod{
	font-size:13px;
	padding:1px;
	color:#2e3192;
}
p.deliveryMethod{
	padding-top: 10px;
	color: #2e3192;
	font-size:13px;
	text-align:right;
}

/*------------------Main Page Content (Right)*/
#cmmpmTools table{
	border-collapse: collapse;
	width:400px;
}
#cmmpmAccountIcon{
	width:21px;
	height:21px;
	float:right;
	background:#2e3192;
	padding:9px;
}
#cmmpmAccountText{
	float:left;
	padding-left:5px;
	line-height:40px;
	font-size:14px;
	/*font-weight: bold;*/
}
#cmmpmSearchBut{
	width:16px;
	height:16px;
	float:left;
	background:#2e3192;
	padding:12px;
}
#cmmpmSearchInputCont{
	width:240px;
	float:left;
}
#cmmpmSearchInputOuter{
	width:280px;
}
#cmmpmSearchInput{
	padding-left:20px !important;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:240px;
	height:40px;
	background: url(../images/mpmlat/cmmpmSearchBack.png);
	color: #2e3192;
	border: none;
	background-repeat: no-repeat;
}
#cmmpmOutlineRedLayer, #cmmpmOutlineBlueLayer{
	width:115px;
	background:#CCCCCC;
	float:left;
	cursor:pointer;
}
#cmmpmFreehandRedLayer, #cmmpmFreehandBlueLayer{
	width:98px;
	background:#CCCCCC;
	float:left;
	cursor:pointer;
}
#cmmpmEditRedLayer, #cmmpmEditBlueLayer{
	width:74px;
	background:#CCCCCC;
	float:left;
	cursor:pointer;
}
#cmmpmDeleteRedLayer, #cmmpmDeleteBlueLayer{
	width:113px;
	background:#CCCCCC;
	float:left;
	cursor:pointer;
}
#cmmpmPrice{
	line-height:55px;
}
#cmmpmMapConfirmButton{
	float:right;
	width:205px;
	height:30px;
	background-color:#2e3192;
	background-image: url(../images/cmmpmConfirmBack.png);
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	padding-top:10px;
	padding-left:20px;
	margin-top:2px;
	line-height: 22px!important;
	font-weight:bold;
}
#cmmpmRedToolContainer{
	width:400px;
	height:40px; 
	/*padding-top:10px;*/
	margin-top:-10px;
}
#cmmpmBlueToolContainer{
	width:400px;
	height:40px;
	padding-bottom:20px;
}
#cmmpmAnnoToolHeader{
	background: url(../images/mpmlat/cmmpmHeaderBack1.png);
	padding-top:5px;
	height:42px;
	margin-top: 5px;
}
#cmmpmAnnoInfoIcon{
	position:relative;
	left:370px;
	top:-22px
}

#cmmpmDownPointer{
	margin-top:-39px;
}


#cmmpmFileTypeHeader{
	background: url(../images/mpmlat/cmmpmHeaderBack2.png);
	padding-top:5px;
	height:42px;
}
#cmmpmScaleHeader{
	background: url(../images/mpmlat/cmmpmHeaderBack3.png);
	padding-top:5px;
	height:42px;
}
#cmmpmCoverageHeader{
	background: url(../images/mpmlat/cmmpmHeaderBack4.png);
	padding-top:5px;
	height:42px;
}
#cmmpmDWGContainer{
	float:right;
	padding-right:46px;
}
#cmmpmDXFContainer{
	float:left;
	padding-left:46px;
}
.cmmpmMapSizeDivide{
	border-left:1px solid #2e3192 !important;		/*customizable*/
	background:#FFFFFF;					/*customizable*/
}
td.cmmpmPDFCell{
	text-align:center;
	padding-bottom:10px;
	width:160px;
	background:#FFFFFF;					/*customizable*/
	vertical-align: top;			
}
.cmmpmDXFGCell{ 
	text-align:center;
	padding-bottom:10px;
	width:240px;
	border-left:1px solid #2e3192 !important;		/*customizable*/
	background:#FFFFFF;					/*customizable*/
	vertical-align: top;
}
#cmmpmPriceConfCont{
	padding-left:10px;
	padding-top:10px;
}
td.cmmpmSearchCell{
	padding:10px !important;  
	background:#FFFFFF;					/*customizable*/
}
#cmmpmTitleNote{
	display:block;
	margin-top:10px;
}
#cmmpmTitleNoteTitle{
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-size: 17px;	
}
.cmmpmInactivePrice{
	float:left;
	color:#999999;
	font-size:22px;
	font-weight:normal;		
}
.cmmpmActivePrice{
	float:left;
	color:#2e3192;					/*customizable*/
	font-size:20px;
	font-weight:bold;	
}
.cmmpmActivePriceLabel{
	float:left;
	color:#2e3192;					/*customizable*/
	font-size:20px;
	font-weight:bold;	
}
.cmmpmPlusVATtext{
	font-weight:normal;
	font-size:12px;
	text-align:right;
}
.cmmpmInactiveHeadElement{
	color:#999999;
	line-height:28px;
	font-size:17px;
	font-weight:normal;
	text-align:center;	
}
.cmmpmActiveHeadElement{
	color:#2e3192  ;          				/*customizable*/
	line-height:28px;
	font-size:17px;
	font-weight:bold;
	text-align:center;		
}
.cmmpmInactiveImage{
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor:default;	
}
.cmmpmActiveImage{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;	
}
.cmmpmFormatIconOn{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
	padding-top:10px;
	padding-bottom:4px;	
}
.cmmpmFormatIconOff{
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor:pointer;
	padding-top:10px;
	padding-bottom:4px;	
}
.cmmpmInactiveLinkElement{
	color:#999999;
	cursor: pointer;
	line-height:28px;
	text-align:center;
	text-decoration: none;	
}
.cmmpmActiveLinkElement{
	cursor: pointer;
	line-height:28px;
	text-align:center;
	color:#2e3192;                     /*customizable*/
	text-decoration: none;	
}
.cmmpmMapsizeOptionLeft{
	border-right:1px solid #2e3192 !important;
	background:#FFFFFF;				/*customizable*/
	text-align:center;	
}
.cmmpmMapsizeOptionLeftOn{
	border-right:1px solid #2e3192 !important;				/*customizable*/
	background:#6BC98C;							/*customizable*/
	text-align:center;	
}
.cmmpmMapsizeOptionRight{
	background:#FFFFFF;				/*customizable*/
	text-align:center;	
}
.cmmpmMapsizeOptionRightOn{
	background:#6BC98C;							/*customizable*/
	text-align:center;		
}
td.cmmpmWhiteCell{
	background:#FFFFFF;				/*customizable*/
	padding:0px ; 
}

/*------------------Timeout*/
input.cmmpmCountdownMins{
	width:60px;
	font-size:72px;
	color:#666666;
	border:none;
	text-align:right;
}
input.cmmpmCountdownSecs{
	width:90px;
	font-size:72px;
	color:#666666;
	border:none;
}
p.cmmpmCountdownNormal{
	font-size:16px;
	color:#666666;
	text-align:center;
}
p.cmmpmCountdownBig{
	font-size:72px;
	color:#666666;
	text-align:center;
}


/*------------------Security Code*/
#cmmpmSecCode{
	height:30px;
	color:#2e3192;
	padding:2px;
	margin-left:10px;
	width:50px;
	/*margin-top:-40px;*/
	border:none;
	position:relative;
	top:-10px;
}
#cmmpmSecImageHead{
	padding-left:20px;
	/*padding-top:5px;*/
	font-size:13px;
	/*margin-top: -15px;*/
}
#cmmpmSecImageCont{
	padding-left:20px;
	padding-top:3px;
}

/*------------------General Class Styles*/
.cmmpmFloatLeft{
	float:left;
}
.cmmpmFloatRight{
	float:right;
}
.cmmpmClear{
	clear:both;
}
.cmmpmFixedHeight {
	padding: 2px;
}
.cmmpmBoldText{
	font-weight:bold;
	font-size: 17px;
}
.cmmpmClickabale{
	cursor:pointer;
}
.cmmpmHighlight{
	color: #D33F5A;
}
.cmmpmHighlight2{
	font-weight: bold;
}

@media only screen and ( min-width: 640px) and ( max-width: 981px ) {
	#cmmpmTermsIframe{
		-webkit-overflow-scrolling:touch;
		overflow-y:scroll;
		height:450px;
	}

}

/*----------------------------End of file/*
