

.IconContainer{
	float:left;
	width:160px;
}

.IconContainer1{
	float:left;
	width:100px;
	margin-left:10px;
}

.LedgerCreateContainer{
	float:left;
	width:110px;
	padding:20px;

	
}

.Icon{
	float:left;
	width:100px;
}

.IconText{
	margin-top:5px;
	float:left;
	width:100px;

	text-align:center;
}

#SubHeader{
	float:left;
	width:690px;
	height:20px;
	margin-left:0px;
	padding:5px 0 0 5px;
	border:1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background-image:url(../images/subheader-bg.jpg);
}

.Arrow{
	float:left;
	width:4px;
	height:7px;
	margin:5px 5px;
}

.SubHeaderTxt{
	float:left;
	color:#FFF;
}


.DashboardFooter{
	float:left;
	width:100%;
	height:60px;
	padding-top:30px;
	margin-top:18px;
	background:url(../images/footer-bg.jpg);
	color:#FFF;
	font-size:11px;
}

.SubMenuContainer{
	float:left;
}

.SubMenuContainer1{
	float:left;
	margin-top:30px;
}
/*---------------------CustomScrollbar-------------------------*/
.CustomScrollbar{
	float:left;
}

#mcs3_container{
	position:absolute;
	margin:0;
	height:338px;
	padding:0 10px;
}
#mcs3_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs3_container .customScrollBox .container{
	position:relative;
	top:0;
	float:left;
}
#mcs3_container .customScrollBox .content{clear:both;}
#mcs3_container .customScrollBox .content p{padding:10px 5px 10px 15px; margin:0; color:#31231E; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}

#mcs3_container .dragger_container{
	position:relative;
	width:0px;
	height:85%;
	float:left;
	margin:35px 0 0 25px;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	cursor:pointer
}
#mcs3_container .dragger{position:absolute; width:9px; height:60px; background:#0066CC; margin-left:-5px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
#mcs3_container .dragger_pressed{position:absolute; width:9px; height:60px; background:#7a090b; margin-left:-5px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}

/*---------------------CustomScrollbar End-------------------------*/
.home-deals-cont-outer {
    overflow: hidden;
    padding-left: 6px;
	
}
.home-proddeals-cont-outer {
    overflow: hidden;
    padding: 8px;
}
.home-deals-cont {
    float: left;
    font-size: 12px;
    padding: 7px 10px 11px 11px;
    width: 100px;
}
.home-proddeals-cont:hover {
    box-shadow: 0 0 8px #800000;
	height:auto;
}
.home-deal-title {
    color: #666;
	background-image:url(../images/btn-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.home-proddeals-cont:hover .home-deal-title {
    text-decoration: underline;
}
.home-deals-cont-nb {
    background: none repeat scroll 0 0 transparent !important;
}
.home-proddeals-cont {
    //border-left: 1px dotted #8C8C8C;
    //font-size: 12px;
    padding: 7px 10px 29px 9px;
    //width: 100px;
	margin-top:2px;
	box-shadow: 0 0 8px #888888;
}
.home-proddeals-subcatname-outer {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px dotted #C5C5C5;
    border-top: 1px dotted #C5C5C5;
    clear: both;
    overflow: hidden;
}
.home-proddeals-subcatname {
    border-left: 1px dotted #C5C5C5;
    float: left;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
}
.home-proddeals-cont-nb {
    border-left: 0 none !important;
}
.home-deal-title a {
    color: #292A2A;
    font-weight: bold;
    padding: 0 0 3px 5px;
}
.home-deal-img-cont {
    border: 1px solid #D1CDCD;
    height: 40px;
    padding: 1px;
    width: 100px;
}
.home-product-img-cont {
	height: 40px;
	padding: 1px;
	width: 100px;
}
.home-product-hover {
    height: 192px !important;
}
.home-deal-price-outer {
    font-weight: bold;
    margin: 3px 0;
    overflow: hidden;
    padding: 0 2px;
}
.home-deal-price-outer .price {
    float: left;
}
.home-deal-price-outer .price span {
    color: #757575;
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
}
.home-deal-price-outer .discount {
    color: #A71818;
    float: right;
}
.home-deal-location {
    font-size: 10px;
    height: 25px;
    overflow: hidden;
    padding: 1px 0 2px 10px;
}

/*--------------------------- Form -------------------------------*/

.DashboardFormCenterbg{
	float:left;
	width:940px;
	padding:10px 20px;
	background:url(../images/dashboard-center-bg.png) repeat-y;
}

.Form-Bg{
	float:left;
	width:900px;
	padding:10px 20px;
	background:url(../images/iner-center-form-bg.png) repeat-y;
}

#FormContainer{
	float:left;
	width:650px;
	margin-left:10px;
}


.SalesformContainer{
	float:left;
	margin-top:10px;
	width:620px;
	padding:10px 10px;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.SalesformHeader{
	float:left;
	width:580px;
}

.SalesformHeaderText{
	float:left;
	width:500px;
	font-size:20px;
	color:#0066CC;
	padding-left:10em;
}

.RowBtn{
	float:right;
	width:80px;
}

.ResetBtn{
	float:right;
	width:80px;
}

table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #CCC;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCC;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCC;
}

table.curvedEdges {
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px; 
}

table.curvedEdges th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCC;
}
table.curvedEdges td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #CCC;
}


/*------------------------- Form End -----------------------------*/

.dynatable {
	border: solid 1px #ccc; 
	border-collapse: collapse;
	width:580px;
}

.dynatable th,
.dynatable td {
	border: solid 1px #000; 
	padding: 2px 10px;
	text-align: center;
}

.dynatable .prototype {
	display:none;
}

/*---------------------------PopUp --------------------------------*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}