a img {
	border: none;
	outline: none;
}
#wrapper {
	text-align:left;
	width: 970px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
.leftBox {
	float: left;
	width: 235px;
	height: 491px;
}
.leftBox .dispatchDate {
	height: 115px;
	width: 235px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #EAEBF1;
}
.leftBox .dispatchDate .header {
	display: block;
	height: 40px;
	width: 229px;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}

.leftBox .dispatchDate .header .smallText {
	display: block;
    font-size: 16px;
    margin-bottom: -3px;
    width: 100%;
}
.leftBox #standardDispatch .header {
	background-image: url(../images/standardDispatchBg.png);
	background-repeat:repeat-x;
	background-size:cover;
	background-position: center center;
}
.leftBox #emergencyDispatch .header {
	background-image: url(../images/emergencyDispatchBg.png);
	background-repeat: repeat-x;
	background-size:cover;
	background-position: center center;
}
.leftBox .dispatchDate .content {
	padding: 8px;
	border: 1px solid #d7dee9;
	height: 52px;
	font-size: 12px;
}
.leftBox .dispatchDate .content .date {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding-top: 8px;
}
.leftBox .login {
	height: 116px;
	width: 235px;
	background-image: url(../images/loginBg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #1B75BB;
}
.leftBox .login .header {
	display: block;
	height: 10px;
	text-align: center;
    width: 227px;
	color: #FFF;
	font-weight: bold;
	padding: 1px;
}
.leftBox .login .content {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.leftBox .login .content p {
	position:relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.leftBox .login .content p input {
	height: 16px;
}
.leftBox .login .content #login_message {
	height: 16px;
	width: auto;
	font-weight: bold;
	color: #F00;
	font-size: 12px;
	text-align: center;
}
.leftBox .login .content label  {
	position:absolute;
	display:block;
	top:5px;
	left:5px;
	color: #666;
}
.leftBox .login .content .smallLeftBox {
	float: left;
	width: 125px;
}
.leftBox .login .content .smallLeftBox a {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
.leftBox .login .content .smallRightBox {
	float: right;
	width: 80px;
	padding: 0px;
	margin-right: 4px;
}
.leftBox .login .content .smallRightBox input {
	width: 80px;
	background-color: #EAEBF1;
	color: #1B75BB;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #D7DEE9;
	padding: 0px;
	margin: 0px;
}
.leftBox .login .content input {
	width: 210px;
	padding:2px
}

.leftBox .adBox{
	background-color: #EAEAF2;
    height: 114px;
    margin-top: 10px;
    width: 235px;

}
.rightbox {
	float: right;
	height: 491px;
	width: 725px;
}
.rightbox .productPreview {
	height: 491px;
	width: 725px;
}
.rightbox .productPreview .previewImage {
	height: 376px;
	width: 100%;
	background-color: #E6E6E6;
	overflow: hidden;
	z-index: 0;
}

.rightbox .productPreview .previewImage * {
	padding: 0px;
	margin:0px;
	
}
.rightbox .productPreview .previewImage ul{
	height:376px;
	overflow: hidden;
}
.rightbox .productPreview .previewImage li {
	float:left;
	width:725px;
	height:376px;
	display:block;
}
.rightbox .productPreview .productSelection {
	float: left;
	height: 132px;
	width: 100%;
	top:-17px;
	position:relative;
	background-image: url(../images/imageScrollBg.png);
	background-repeat: repeat-x;
	z-index:100;
}
.rightbox .productPreview .productSelection * {
	padding: 0px;
	margin:0px;
	
}
.rightbox .productPreview .productSelection li {
	width:10%;
	display:block;
	float:left;
	height: 132px;
}
.rightbox .productPreview .productSelection li a {
	height:82px;
	width:100%;
	padding-top:50px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-decoration: none;
}
.rightbox .productPreview .productSelection .active {
	background-image: url(../images/imageScrollHighlight.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bottomBox {
	height: 239px;
	width: 970px;
	margin-top: 10px;
	clear: both;

	float: left;
}
.bottomBox .box {
	height: 237px;
	width: 233px;
	margin-right: 10px;
	float:left;
	border: 1px solid #d7dee9;
	background: #EAEBF1;
}

.bottomBox .boxDouble {
	height: 237px;
	width: 478px;
	margin-right: 10px;
	float:left;
	border: 1px solid #d7dee9;
	background: #FFFFFF;
}
.bottomBox .box.last {
	margin-right: 0px;
}

.overlay {
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/overlayBg.png);
	display: none;
}
.overlay .contents {
	background-color: #FFF;
	height: 50%;
	width: 50%;
	left: 25%;
	top: 25%;
	right: 25%;
	bottom: 25%;
	position: fixed;
	overflow-y: auto;
	padding: 10px;
	display: none;
	border: 1px solid #3F5372;
}
.overlay .contents p {
	padding: 8px 0px;
}
.overlay .closeButton {
	background-image: url(../images/closeButton.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	cursor:pointer;
}
p, h2
{
	padding: 10px 0;
}

.fb_iframe_widget iframe {
	height: 232px  !important;
}

._4s7c, .pluginSkinLight * {
	border-style: none;
	border-width: 0px;
	padding:-1px;
}

.fsl {
    font-size: 11px;
}
.pam, .clearfix{
	padding: 7px;
}

.blueheader {
	color: #1B75BB;
}
h1.blueheader {
	margin-top: 10px;
}