/* -----------------
Radii Production 
Copyright 2014
----------------- */

/*--- base styles ---*/

/* Header elements */

.wrapper-header {
	padding:4.5% 0 15px;
}

.headerLogo {
	float:left;
}

/* Content Elements */

.wrapper-content {
	min-height:400px;
	padding:18px 0;
	width:100%;
	background: #fff url('/images/IG/bg_splash.gif') repeat-x top;
	padding:50px;
	border:1px solid #a8a8a8;
	position:relative;
	float:left;
	/*z-index:1;*/
}

/* Footer Elements */

.wrapper-footer {
	margin:0;
	padding:5px 0 20px;
	width:100%;
}

.footerAddress {
	float:left;
	margin:5px 0;
}

.footerAddress span {
	padding-left:20px;
}

.footerCopyright {
	float:left;
	padding:5px 0 20px;
    font-size: 13px;
}

.footerPOS {
	font-style: italic;
	float: right;
	padding:1px 0 20px;
    font-size: 13px;
}

.footerPOS img {
	display: inline-block;
	padding-left: 5px;
	margin-bottom: -6px;
}

.footerDesigner {
	float:right;
	margin:5px 0;
}

.footerNav {
	float:right;
	margin:5px 0;
}

.footerNav span {
	margin:0 5px;
}

/* Buttons */

a.button, a:link.button, a:visited.button, a:hover.button, a:active.button {
 	background: transparent url('/images/IG/bg_button_a.gif') no-repeat top right; 
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;  
	float: left;    
	font-size:12px;
	font-weight:bold; 
	height: 26px;    
	margin: 0 6px 10px 0; 
	padding-right: 18px;    
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.button span, a.button:link span, a.button:visited span, a.button:hover span, a.button:active span {
	background: transparent url('/images/IG/bg_button_span.gif') no-repeat top left;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height: 11px;    
	padding:8px 0 7px 18px;
	white-space:nowrap;  
}

a.button span.long, a.button:link span.long, a.button:visited span.long, a.button:hover span.long, a.button:active span.long {
	background: transparent url('/images/IG/bg_button_spanlong.gif') no-repeat top left;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height: 11px;    
	padding:8px 0 7px 18px;
	white-space:nowrap;  
}

a.secondary, a:link.secondary, a:visited.secondary, a:hover.secondary, a:active.secondary {
 	background: transparent url('/images/IG/bg_buttonSecondary_a.gif') no-repeat scroll top right;
	color:#2a2a2a;
}

a.secondary span, a:link.secondary span, a:visited.secondary span, a:hover.secondary span, a:active.secondary span {
 	background: transparent url('/images/IG/bg_buttonSecondary_span.gif') no-repeat scroll top left; 
}


a.button:hover {
	background-position:right -26px; 
} 

a.button:hover span {
	background-position:left -26px;
}

a.button:active {
	background-position: bottom right;
} 

a.button:active span {
	background-position: bottom left;
}



/* Clear styles */

.clearAll {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Transparent PNG images */

.pageCopy {
	margin:5px;
}

/*--- CUSTOM ---*/

body {
	background: #fbf3de url('/images/IG/bg_body.gif') repeat-x top;
	height: 100%;
}


div.mainSearch {
	background: url('/images/IG/bg_search.gif') no-repeat left center;
	position:absolute;
	right:0;
	top:32px;
	width:229px;
	height:26px;
	padding:2px 0 0 30px;
}

input.mainSearch {
	float:left;
    font-family: Calibri, Arial, sans-serif;
	background:none;
	margin-right:0;
	vertical-align:middle;
	width:156px;
	border:none;
	padding:5px 0;
	position:relative;
	outline-style:none;
    outline-width:0pt;
}

.mainSearch a.button {
	vertical-align:middle;
	margin:-1px 3px 0 0;
}

.mainSearch a.button, .mainSearch a:link.button, .mainSearch a:visited.button, .mainSearch a:hover.button, .mainSearch a:active.button {
	padding-right:10px;    
} 

.mainSearch a.button span, .mainSearch a.button:link span, .mainSearch a.button:visited span, .mainSearch a.button:hover span, .mainSearch a.button:active span {
	padding:8px 0 7px 10px;
}

.userProfile {
	color:#8c8c8c;
	float:right;
	font-weight:bold;
	line-height:18px;
	text-align:right;
}

.module {
	background: #fff url('/images/IG/bg_splash.gif') repeat-x top;
	border:#a8a8a8 1px solid;
	margin-bottom:16px;
	padding:12px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.moduleHeading {
	background:#e7e7e7;
	border-bottom:1px solid #a8a8a8;
	border-top:1px solid #fff;
	color:#024081;
	display: block;
	font-size:14px;
	font-weight:bold;
	padding:6px 10px 5px;
	position:relative;
	text-align:left;
}

.moduleContent {
	margin:10px;
	text-align:left;
}

.moduleContent, .moduleContent p, .moduleContent h1, .moduleContent h2, .moduleContent a, .moduleContent span, .moduleContent td, .moduleContent a {
	font-size:12px;
}

.moduleOptions {
	position:absolute;
	top:6px;
	right:10px;
}

.pageNav {
	margin:6px 0 4px;
}

.breadcrumb {
	float:left;	
}

.splashSection {
	min-height:140px;
}

.splashSection a.button {
	position:absolute;
	bottom:28px;
}

/*--- Search Results Tabs --*/

.SearchResultTabs { border-bottom:4px solid #DE6419; }
.SearchResultTabs a {  }
.SearchResultTabs a:hover { background-color: #EFB686; }
.SearchResultTabs a div { color:#505050; }
.SearchResultTabs a.clicked div { color:#FFFFFF !important; }
.SearchResultTabs a.clicked { background-color: #DE6419; }

/*--- Secondary Navigation --*/

.navP {
	border:1px solid #A8A8A8;
	border-bottom:none;
	/*z-index:1000;*/
}

.navP img {
	float:left;
	display:inline-block;
}

.navP_parent div { color:#000000; font-size:15px; }
.navP_selected { color:#FFFFFF !important; }

/*--- Secondary Navigation --*/

.navG {
	float:right;
	height:85px;
}

.navG img {
	display:inline;
	text-decoration:none !important;
}

.navG ul {
	float:right;
	list-style-type:none;
	margin:0;
}

.navG ul li {
	float:right;
	margin-left:5px;
}

/*--- CUSTOM ---*/

.caption {
	margin:10px 0 20px;
}

.quicklist {
	position:relative;
	width:187px;
	float:left;
	z-index:1;
}

.dropdown {
	background:#F0F0F0 url('/images/IG/bg_dropdown.gif') repeat-x top;
	border:1px solid #A8A8A8;
	width:367px;
	position:absolute;	
	top:46px;
	left:-201px;
	padding:10px 10px 5px;
	/*z-index:1000;*/
}

.dropdown ul {
	list-style:none;
	margin:5px 0 0;
	width:166px;
}

.dropdown ul li, .dropdown h2 {
	display:block;
	margin:0 0 5px 0;
	font-size:12px;
}

.dropdown ul li input {
	margin-left:0;
}

.button-back { background:url("/images/IG/bg_button_span.gif") top right }

div.advancedSearch {
	padding:5px;
	border:1px solid #A8A8A8;
	background:url("/images/IG/bg_splash.gif") repeat-x scroll center top #FFFFFF;
	margin-bottom:1.5em;
	float:left;
	position:relative;
	/*z-index:1;*/
}

.advancedSearch div {
	float:left;
}

.advancedSearch a {
	margin:4px !important;
}

.advancedSearch select{
	width:308px;
	margin:4px;
}

.cartOverlay {
	background: #fff url('/images/HSBC_HIDC/bg_splash.gif') repeat-x top;
	padding:25px 30px 30px;
	width:700px;
	position:absolute;
	top:10px;
	border:1px solid #c8c8c8;
	z-index:10000;
    left: 23px;
}

.cartOverlayContact {
	background: #fff url('/images/IG/bg_splash.gif') repeat-x top;
	padding:25px 30px 30px;
	width:425px;
	position:absolute;
	top:10px;
	left:200px;
	border:1px solid #a8a8a8;
	z-index:10000;
}

.overlay {
	background:white;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

a.btnClose {
	width:27px;
	height:26px;
	position:absolute;
	top:-1px;
	right:-1px;
}

.errorText{
    font-size: 10pt;
    font-weight: normal;
    color: #8B0000;
    text-align: center;
	padding: 5px 0px 5px 0px;
	border: 1px #2a2a2a solid;
}

.fielddiv {
  position:relative;
  float:left;
  margin-right:3px;
  margin-bottom: 5px;
}


label.overlabel {
  position:absolute;
  top:3px;
  left:5px;
  /*z-index:1;*/
  color:#999;
}

 label.overlabel {
    color:#999;
 }

 label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    /*z-index:1;*/
    color:#999;
 }

.errvalidationsummary ul {
    font-size: 10pt;
    font-weight: normal;
    color: #8B0000;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;        
}

.errvalidationsummary ul li {
	margin: 0;
}

.errvalidationsummary {
	padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
	border: 1px #8B0000 solid;
}

.AutoCompleteExtender_CompletionListItem {
	margin: 0px !important;
	border:solid 1px #444444;
	margin:0px;
	padding:2px;
	height: 200px;
	overflow:auto;
	background-color: White;
}

.overlay .icon-progress {
	margin-left: -21px;
	margin-top: -21px;
	top: 50%;
	left: 50%;
	position: absolute;
}

/*--- CRM2 Notes Popup Styling ---*/

.crm2notes h1 {
	margin-bottom: 16px;
}
.crm2notes .module p {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.crm2notes .module .date {
	border-top: 1px solid #cfcfcf;
	color: #838383;
	display: block;
	float: left;
	margin-top: 5px;
	padding-top: 6px;
	width: 100%;
}
.crm2notes .notes-form {
	background: #FFF url('/images/IG/bg_splash.gif') repeat-x top;
	border-top: 1px solid #c1c1c1;
	float: left;
	margin: 10px 0 -30px -30px;
	padding: 25px 30px;
	width: 646px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.crm2notes .notes-form textarea {
	margin: 0 0 10px;
	width: 100%;
	height: 110px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.crm2notes .notes-form .button {
	float: right;
	margin: 0 0 0 6px;
}