.pull-left{
	float:left;
}
.moduleContent{
	border-radius:5px;
	background-color: #FAF5EF;
    border: 1px solid #EADABA;
}

.header{
	position:relative;
	width:95.9%;
	height:auto;
	margin-bottom:10px;
	padding:0 2%;
}

.headerLogo a, img{
	border:none;
}

.header .topModule{
	border-radius: 0 0 10px 10px;
	float:left;
	position:relative;
	width:100%;
	height:62px;
	background-color:white;
	border:1px solid #AAAAAA;
	border-top:none;
	margin-bottom:10px;
}

.header .headerLogo{
	float:left;
	position:relative;
	width:23.5%;
	margin-left:0.5%;
}

div.header .main {
	width:958px;	
}

h2{
	margin: 0 0 10px;
    padding-left: 0;
}

.container{
	margin:auto;
	height:100%;
	z-index:1;
	width:1000px;
}

.adminButton{
	float:left;
	position:relative;
	width: auto;
}

.title{
	border:none;
}

textarea {
	height:60px;
	width:80%;
	resize:none;
	margin-bottom:10px;
}

input{
	width:80%;
	resize:none;
	margin-bottom:10px;
}

div.main {
	width:1000px;
	font-size:11pt;
}

div.main .outer-shaded-container {
	width:100%;
	margin-bottom:20px;
}

div.main .inner-container table{
	width:100%;
}
	
div.main .inner-container .table-header {
	margin:0px;
	margin-bottom:5px;		
}
	
div.main .inner-container .table-header th {
	border-bottom:0px;
	padding-bottom:2px;
}

div.main .inner-container .table-content {
	margin:0px;
	margin-top:0px;
}
	
div.main .inner-container .table-content tr{
	height:30px;
}

div.main input.button {
	padding-top:0;
	cursor:pointer;
	font-weight:bold;
	width:auto;
}

ul.navigation li{
	height:25px;	
}

ul.navigation li:hover{
	height:25px;	
	cursor:pointer;
}

ul.navigation li a:hover{
	text-decoration:none;
}

ul.navigation .sub-navigation{
	position:absolute;
	z-index:999999;
	padding:5px;
	background-color:#ffffff;
	border: 1px solid #EADABA;
	display:none;
}

ul.sub-navigation li{
	display:block;
	text-align:left;
	padding:0 5px 5px 0;
	
}

ul.sub-navigation li:hover{
	background-color:#cccccc;
}

.ui-menu-item{
	font-size:14px;
}

#emails-sent-messages-dotted-line{
	margin:-15px 15px 15px 15px;
}

#worldpay-messages-dotted-line{
	margin:-15px 15px 15px 15px;
}

.email-status-update .checkbox{
		margin-left: 12px;
	}
	
#customerUsers .checkbox{
		margin-left: 10px;
	}	
	
.customer-status-update .checkbox{
		margin-left: 10px;
	}
	
.user-status-update .checkbox{
	margin-left: 7px;
}
	
#brandSelectDiv{
	margin:1%;
}

#homeLink {
	float:left;
	width:20%;
	height:100%;
	cursor:pointer;
}

/**
 * Popup related stuff
 */
#modalBackgroundDiv{
	display:none;
	min-height: 100%;
	z-index:998;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	text-align: center;
	vertical-align: middle;
	left: 0;
	top: 0;
}

.popupDialog{
	display:none;
	z-index:999;
	margin-top:100px;
	margin-left:325px;
	position: absolute;
	height: 350px;
	width: 350px;
	border:1px solid #AAAAAA;
}

.popupDialogSmall{
	margin-top:100px;
	margin-left:325px;
	height: 375px;
	width: 350px;
}


.closePopup {
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 999;
}

.popupDialog{
	display:none;
	z-index:999;
	position: absolute;
	background-color: #FAF5EF;
    border: 1px solid #EADABA;
	margin:0 0 0 0 ;
	padding:1%;
}

.popupDialogLarge{
	height:580px;
    width: 982px;
	top:180px;
}

.popupDialogMedium{
	height: 440px;
    margin-left: 95px;
    top: 180px;
    width: 790px;
}

.popupDialogInner{
	background-color: #FAF5EF;
	margin:0;
	width:96%;
	height:94%;
	border-radius: 15px 15px 15px 15px;
}

.popupDialogInnerMedium{
	height:99%;
	width:96%
}

#loadingDiv{
	height:31px;
	width:31px;
	position:absolute;
	z-index:999;
	background:url('../../images/common/loader.gif');
	display:none;
}

.background-loader {
	z-index:991;
	min-height:30px;
	background: url("../../images/common/loader.gif") no-repeat center;
}
/**
 * Maintain Prod Cat
 */
#messages{
	width:76%;
	margin:1% 0 0 10%;
	font-weight:bold;
	padding:0 2%;
}

#messages .success{
	color:green;
}

#messages .error{
	color:red;
}

#uploadSection{
	width:76%;
	height:260px;
	margin:1% 0 0 10%;
	padding:0 2%;
}

#fileContainer{
	float:left;
	position:relative;
	margin:3% 0 0 10%;
	width:80%;
}

#fileContainer label{
	float:left;
	font-weight:bold;
	margin:3px 15px 0 0;
	position:relative;
}

#fileContainer input{
	width:60%;
}

#progressDiv{
	width:76%;
	height:125px;
	margin:1% 0 0 10%;
	padding:0 2%;
	text-align:center;
}

#progressDiv img{
	float:left;
	position:relative;
	margin:4px 0 0 41%;
	clear:left;
}
#newsStartDate {
	width:75%;
}
