﻿body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#2f2f2f url(../images/redPlate.jpg) repeat;*/
	/*background:#2f2f2f url(../images/metalLarge.jpg) repeat;*/
	/*background:#2f2f2f url(../images/metalLargeBlack.jpg) repeat;*/
	/*background:#2f2f2f url(../images/metalSmallBlack.jpg) repeat;*/
	background:#2f2f2f url(../images/sdiagonalseamless.gif) repeat;
	/*background:#2f2f2f url(../images/greyplate.jpg) repeat;*/
	/*background:#2f2f2f;*/
	
}
#body-new {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: #2f2f2f url(../images/sdiagonalseamless.gif) repeat;
}
/* HEADER */
#header {
	width:960px;
	margin:20px auto 0px;
	height:204px;
	text-align:center;
	overflow:hidden;
}

#header img {
	width:960px;
    height: 194px;
}

#inner {
	width:1178px;
	/*background-color:#FFFFFF;*/
	

}

#inner-new {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    /*background-color:#FFFFFF;*/
}
#inner-new {
    width: 100%;
    /*background-color:#FFFFFF;*/
}
/* MAIN NAVIGATION */
#nav {
	width:980px;
	margin:0px auto;
	height:51px;
	background:#FFF url(../images/bkg-nav.gif) repeat-x;
}

#nav .nav-lft {
	width:11px;
	height:51px;
	background:url(../images/bkg-nav-left.gif);
	display:block;
	float:left;
}

#nav .nav-rgt {
	width:11px;
	height:51px;
	background:url(../images/bkg-nav-right.gif);
	display:block;
	float:right;
}

#nav ul {
	width:948px;
	list-style:none;
	position:relative;
	top:6px;
	left:10px;
	float:left;
	text-align:left;
	
}

#nav ul li {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 6px 0px 6px;
}

#nav ul li a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:8px 0px 0px 0px;
}

#nav ul li a:hover {
	color:#ffcc00;
}

/*do not show chat bubble on control panel admin side*/
#cc-chat-module {
    display: None;
}

.div-pricedrop-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.PD-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}

.PD-input-group {
	width: 100%;
	max-width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.PD-form-input {
	padding: 8px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.PD-error-msg {
	color: red;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}