@import url("gui.template.css");
/************************************************************************/
/* ProMantix eMerchant Rev. 2.0.0 Alpha  - gui.default.css              */
/* ===========                                                          */
/*                                                                      */
/* Copyright (c) 2004 by the Module Online Developers                   */
/* For more information visit: http://www.promantix.com                 */
/*                                                                      */
/* This program is licenced software. You cannnot redistribute and/or   */
/* modify this code, unless given the authors written permission.       */
/* Please enquire at ProMantix for Licencing Terms and Conditions       */
/************************************************************************/
/* Author : Steven Spiers - Team: ProMantix.com                         */
/************************************************************************/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Century Gothic", "Trebuchet MS", "MS Sans Serif", sans-serif, "lucida grande", Verdana, Arial, Trebuchet MS, Lucida Sans Unicode;	
	color: #000;
	background: #ddd;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#pageContainer {
	margin:auto auto;
	width: 960px;
	max-width: 960px;
	min-height: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff url("http://localhost/dev/cobra-0.1.2/assets/cobra/images/prmtx-back.png") no-repeat right bottom !important;}

/* header items */
#pageHeader {
	background: #000000;
	width: 960px;
	height: 125px;
	top: 0;
	margin: 0 auto;
	border-bottom: #000 solid 2px;
}
.headLogo{
	background: transparent url("http://localhost/dev/cobra-0.1.2/assets/cobra/images/prmtx-logo.png") left center no-repeat;
	float: left;
	height: 80px;
	width: 444px;
	margin-top: 5px;
	margin-left: 8px;
}
.headLocal{
	background: #d8dfea url('') left center no-repeat;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	padding: 3px;
}

.menuTitle {
	top: 91px;
	float: right;
	margin: auto 0;!important;
}
.menuTitle ul {
	top: 71px;
	margin: 0 auto 0 auto;!important;
	text-align:center;
	line-height: 28px;
	padding: 0px 1px;
}
.menuTitle ul li {
	margin: 0px;
	background: url('') left center no-repeat;
	display: inline;
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	line-height: 28px;
}
.menuTitle ul li a {
	padding: 7px 5px 7px 5px;
	text-decoration:none;
	color: #000;
	line-height: 15px;
}
.menuTitle ul li:hover {
	margin-left: 0px;
	background: #fff url('') top left repeat-x; 
}
.menuTitle a:hover {
	color: #000;
}

#pageTabs {
	position:relative;
	width: 100%;
	top: 9px;
	font-size:8px;
}
#pageTabs ul {
  float:right;
  margin:0;
  padding-right: 1px;
  }
#pageTabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#pageTabs a {
  float:left;
  background : transparent url("http://localhost/dev/cobra-0.1.2/assets/system/images/tabs/tableftK.gif") no-repeat left top;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#pageTabs a span {
  display:block;
  background : transparent url("http://localhost/dev/cobra-0.1.2/assets/system/images/tabs/tabrightK.gif") no-repeat right top;
  padding: 7px 9px 7px 3px;
  color:#3333cc;
  }

#pageTabs a:hover span {
  color:#FFF;
  }
#pageTabs a:hover {
  background-position:0% -42px;
  }
#pageTabs a:hover span {
  background-position:100% -42px;
  }

/*footer items*/
#pageDisplayEnd {
	clear:both;
	width: 100%;
}
#pageFooter {
	position: relative;
	margin: 0 auto;
	bottom: 0px;
	border-top: #000 solid 2px;
	width: 960px;
	max-width: 960px;
	background: #3366cc url('') no-repeat left top !important;

}
.footer { 
	font-size:7pt; 
	font-style:normal; 
	text-align:center;
	margin-top:0px; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:10px;
	color: #000;
}
a:link.footMenu { color: #000; background-color: transparent; text-decoration:none; }
a:visited.footMenu { color: #000; background-color: transparent; text-decoration:none; }
a:active.footMenu { color: #ff3300; background-color: transparent; text-decoration: none; }
a:hover.footMenu { color: #ff3300; background-color: transparent; text-decoration: underline; }

/* error items */
#basicError {
	position: absolute;
	top: 150px;
	left:50%;	
	width: 948px;
	background: #ffebe8;
	padding: 5px;
    margin-left: -485px;
	border: 6px solid #dd3c10;
}
.basicErrorLabel { 
	font-weight: bold; 
	font-size: 9pt; 
	color: #111; 
	text-align: right;
}
.basicErrorData { 
	font-weight: normal; 
	font-size: 9pt; 
	color: #111; 
	text-align: left;
}
#basicWarning {
	position:relative;
	top: 10%;
	left:50%;	
	width: 948px;
	background: #fff9d7;
	padding: 5px;
    margin-left: -485px;
	border: 6px solid #e2c822;
}
.basicWarningLabel { 
	font-weight: bold; 
	font-size: 9pt; 
	color: #111; 
	text-align: right;
}
.basicWarningData { 
	font-weight: normal; 
	font-size: 9pt; 
	color: #111; 
	text-align: left;
}
#basicMessage {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color:#BB0000;
	margin: 5px;
}

/* pages items */
#pagesDisplay {
	width: 730px;
	max-width: 732px;
	margin: 3px;
	float: right;
}

.boxMainHead {
	background:#cccccc;
	}
	
.boxMainBack {
	background:#d8dfea; 
	}

.title {
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:8px;
	color: #111;
}
.titleright {
	font-size:12pt;
	font-weight:bold;
	text-align:right;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:8px;
	color: #111;
}
.subtitle {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#222;
}

.field { 
	font-size:9pt;
	font-weight:normal;
	text-align:left;
	margin-left:2px;
	color: #111;
}
.fieldlabel{
	font-size:9pt;
	font-weight:bold;
	text-align:right;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#222;
}
a:link.fieldlink { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.fieldlink { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.fieldlink { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.fieldlink { color: black; font-size: 8pt; font-weight:normal; text-decoration: underline;}

.data { 
	font-size:9pt;
	font-weight:normal;
	margin-left:10px;
	margin-top:2px;
	color: #111;
}
.label{
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#222;
}
.small { 
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #111;
	}

.smallright { 
	text-align: right;
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #111;
	}

.smallcenter { 
	text-align: center;
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #111;
	}


.message {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color:#dd3c10;
	margin: 5px;
}

#menuContainer{
	width: 220px;
	margin:auto auto;
	float: left;
	padding-bottom: 5px;
}

/* pages menu box */
#pagesMenu {
	left:0px;
	padding-bottom: 5px;
	min-height: 20px;
	background: #ddd; 
	color: #ff3300;
	width: 210px;
	text-align: left;
	margin: 3px;
	font-size:11px;
	float: left;
	position : relative;
}
a:link.pagesMenuMain { color: #000; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.pagesMenuMain { color: #000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.pagesMenuMain { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.pagesMenuMain { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: underline;}

a:link.pagesMenuSub { color: #000; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.pagesMenuSub { color: #000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.pagesMenuSub { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.pagesMenuSub { color: #990000; font-size: 8pt; font-weight:normal; text-decoration: underline;}

#pagesMenuTitle {
	font-size:16px;
	font-weight:bold;
	color: #fff;
	text-align:left;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:8px;
}

#pagesMenuHead {
  	background : #6699cc url(http://localhost/dev/cobra-0.1.2/assets/system/images/border/tl.png) no-repeat;
	width: 210px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	font-size:12pt;
	float: left;
}

.pagesMenuBL, .pagesMenuBR {
  position : absolute;
  width : 19px;
  height : 19px;
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}
.pagesMenuTR {
	position : absolute;
	background : transparent url(http://localhost/dev/cobra-0.1.2/assets/system/images/border/tr.png) no-repeat;
 	 width : 9px;
  height : 9px;
  margin-right : -1px;  /* this is for IE */
	right : 0;
	top : 0;
}
.pagesMenuBL {
  background : transparent url(http://localhost/dev/cobra-0.1.2/assets/system/images/border/bl.png) no-repeat;
  bottom : 0;
  left : 0;
}
.pagesMenuBR {
  background : transparent url(http://localhost/dev/cobra-0.1.2/assets/system/images/border/br.png) no-repeat;
  right : 0;
  bottom : 0;
}

#cellHalf {
	position: relative;
	width: 50%;
	float: left;
}

#cellThird {
	position: relative;
	width: 30%;
	float: left;
}

#cellFifth {
	width: 19%;
	height: 180px;
	float: left;
	border: #ddd thin solid;
	margin-left: 2px;
	margin-top: 2px;
}

#articleDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#articleHead{
	left:0px;
	padding-bottom: 5px;
	min-height: 20px;
	width:99%;
	background: #ddd; 
	color: #ff3300;
	text-align: left;
	margin: 3px;
	font-size:11px;
	float: left;
	position : relative;
}

#articleCorner {
  	background : #6699cc url(http://localhost/dev/cobra-0.1.2/assets/system/images/border/tl.png) no-repeat;
	width: 90%;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	font-size:12pt;
	float: left;
}

#articleHome{
	left:0px;
	width:99%;
	padding-bottom: 5px;
	min-height: 20px;
	background: #eee; 
	margin: 3px;
	float: left;
	position : relative;
}

#imageThumb{
	position: relative;
	border: black 1px thin;
	width: 24%;
	height: 180px;
	float: left;
}

#galleryDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}
#galleryContent {
	position:relative;
	width: 600px;
	height: 600px;
	margin: 3px;
	left: 50%;
    margin-left: -300px;	
}

#retailDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#retailThumb{
	position: relative;
	border:thin 1px black;
	width: 25%;
	float: left;
}

#courseDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#timelineDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#googleDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
	border:: thick black 2px;
}
#googleMap {
	background: transparent;
	margin: 0 auto;
	width: 640px;
	max-height: 480px;
}




