*{margin: 0px; padding: 0px;}
body 
{
    background-color: #434343;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#WrapBox
{
    margin: 0 auto;
    width: 770px;
    background-color: #ffffff;
}

#LeftCol
{
    width: 160px;
    background-color: #ffffff;
}

#LeftCol * 
{
    
}

#CenterCol
{
    background-color: #ffffff;
}

#CenterContent
{
    width: 100%;
}

#Footer
{
    padding-left: 104px;
    margin-bottom: 20px;
    clear: both;
}

#Footer a
{
    font-weight: normal;
}

a:link a:visited {text-decoration:none;}

a:hover a:active{color:#2a2a2a;}

hr{
	 height:1px;
	 color:#CCCCCC;
}

hr.green{
	height:2px;
	color:#1e5016;
	
}

.mainTitle
{
	color:#3f9208;
	font-size:17px;
	font-weight:bold;
	
}

.title
{
	color:#1e5016;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 20px;
}

.FormTitle
{
    font-size: 18px
}

.indent
{
    padding-left: 15px;
}

.anchor 
{
    font-size:11px;
    font-weight:bold;
	text-decoration:none;
	color:#577a28;
}

a.anchor:hover 
{
	text-decoration:underline;
	color:#404040;
}

.ddlTitle
{
    margin: 0px;
    padding: 0px;
}

.FormItem
{
    display: inline-block;
    margin: 10px;
    font-size: 12px;
}

/* Grid View */
.gvRow {width: 96%; font-size: 12px;}

.gvRow th a
{
      color: #000;
      text-decoration: none;
}

.gvRow th a:hover
{
    text-decoration: underline;
}

.gvRow td
{
      border-top: 5px solid white;
      text-align: center;
}

.gvRow p
{
    
    /*padding-left: 15px;*/
}

.gvLeftRow
{
    text-align: left;
   
}

.gvRightRow
{
    text-align: right;
   
}

#LeftMenu
{
    border: 1px solid #708693;
    background-color: #e3f8e0;
    color: #577a28;
    margin: 10px;
    width: 160px;
}

#LeftMenu ul
{
    margin-left: 10px;
    margin-bottom: 15px;
}

#LeftMenu p
{
    margin-top: 10px;
    
}

#LeftMenu li
{
    margin-left: 20px;
    margin-top: 5px;
}

.AdminMenu
{
   font-size:11px;
    font-weight:bold;
	text-decoration:none;
	color:#577a28;    
	display: block;  
}

a.AdminMenu:hover
{
   text-decoration:none; 
   color:#fff;
   background-color: #577a28;
}

.SearchPager
{
    font-size:12px;
    width:40px;
}
 .cssPager td
{
    padding-left: 4px;     
    padding-right: 4px;     
}
.Pager
{
    font-size:12px;
    font-weight:bold;
	text-decoration:none;
	color:#577a28;    
}

.Pager a
{
   font-size:12px;
    font-weight:bold;
	
	color:#577a28; 
}

/* Product Page */
.ItemNo
{
    font-size: 24px;
}

.ProductImage
{
   Width:150px; 
   Height:137px;
   border: 2px solid #798f62;  
   cursor: pointer;

}

.ProductImageBig
{
   width:300px;
   height:273px;
   position:absolute;
   border: 5px solid #798f62; 
   margin-top:20px;
   margin-left:20px; 
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;

}

.modalPopup
{

    height: 367px;
    width: 380px;
    z-index:100;
    background:url(http://gogreenpackaging.com/images/popup-new.png);   
background-repeat:none;

}

#tblProduct, #tblProductLidding
{
    
}

#tblProduct td
{
    border-bottom: 1px solid green;
    padding: 5px 0px 5px 5px;
    font-weight: bold;
    
    font-size: 11px;
    
}

.ProductPropery
{
    width: 270px;
}

.PropertyValue
{
    width: 380px;
    background-color: #edf8e8;
    color: #61834f;

}

#LiddingTable td
{
    padding: 2px;
	 
}




