﻿/* Grid Fits */
.GridDetail
{
	font-size: 12px;
	/* border: 1px solid #BBBBBB; */
    border-collapse:collapse;	
    color: white;
}
.GridDetailItem
{
	border: 1px solid #BBBBBB;
    border-collapse:collapse;	
    padding: 1px 0 1px 5px;
}
.GridDetailHeader
{
    color:White;
}

/* Product Grid */
.productgrid
{
	clear: both;
	margin: 10px auto 5px auto;
	height: auto;
	/* border: 1px solid #787878; */
	width: 758px;
}
.productgrid h2
{
    margin: 0 0 0 0;
    padding: 4px 0 4px 8px;
    font-size: 130%;
    color: white;
   /* background: #787878 url("images/product_list_bg.gif") top repeat-x; */
}
.productgrid .button 
{
    width: 80px;
    margin: 0 0 5px 5px;
	padding: 0;
}
.productgrid .lbutton 
{
    cursor:pointer;
    border:solid 1px #000;
    background:#999;
    color:#000;
    padding: 2px 5px;
    font: normal x-small Arial,Geneva,Helvetica,Lucida Sans,Trebuchet,Verdana,sans-serif;
    background:url(images/formlbtnbg.gif) repeat-x left top;
    text-decoration: none;
    vertical-align: text-top;
}  
.productgrid .lbutton a:hover, .productgrid .lbutton a:active { text-decoration: none;}  

/* Product Grid Detail */ 
.productdetail
{
    /* background: #fff url(images/inputbg.gif) repeat-x; */
    border-top: solid 1px #D1CFBF;
    border-left: solid 1px #D1CFBF;
    border-right: solid 1px #D1CFBF;
    border-bottom: solid 1px #D1CFBF;
    min-height: 150px;
    height: auto;
    margin: 0px auto 0px auto;	   
    padding: 5px 5px 5px 20px; 
    text-align:justify;
    width: 758px; 
}
.productdetail label{
    font-weight: bold;
    float: left;
    margin-left: 10px; /*width of left column*/
    width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/* Product Grid Detail Images */ 
.productimg  
{
    float: left;
    padding: 10px 10px; 
    text-align: center;
}

/* Product Grid Detail Text */ 
.producttext { margin-left: 200px }
.producttext a:link, .producttext a:visited
{
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.producttext a:hover, .producttext a:active {text-decoration:none}

/* Shopping Cart Grid */
.product-shopping
{
    margin-top:15px;
    clear:both; 
    padding: 5px 0 5px 5px;
    background-color: #d1cdae; 
    border-top: solid 1px #41454A; 
}
.product-shopping-header
{
    clear:both; 
    padding: 5px 5px 5px 20px;
    /* background: #FAFAFA url(images/inputbg.gif) repeat-x; */
    border-top: solid 1px #D1CFBF;     
    border-right: solid 1px #D1CFBF; 
    border-left: solid 1px #D1CFBF; 
    height: 20px;
    color:White;
    margin-top:15px;
}
.product-shopping-header div
{
    height: 20px;
    float:left;
    border-right: solid 1px #D1CFBF;
    
}

/* Shopping Cart Footer */
.product-shopping-footer
{ 
    /* border-top  : solid 1px #D1CFBF;  */
    clear: both; 
    padding: 20px 0 10px 20px;
    
    
}
.product-shopping-footer div
{
    float: left;    
	padding: 2px 5px 0 2px;
    text-align: right; 
	text-transform: uppercase; 
	width: 588px; 
}
.product-shopping-footer span
{   
    float:left;
    /* height: 24px; */
    
    padding-right: 5px;
    text-align: right;
    width: 88px;
}
.product-shopping-footer .btn
{
    /* background: #FAFAFA url(images/inputbg.gif) repeat-x; */
    text-align: right; 
    margin: 0 0 5px 0; 
    padding: 10px 15px 10px 15px;   
    width: 728px; 
}

#newproductdetailstable
{
     margin-right:10px;    
    width:710px; 
    padding-bottom:10px;   
    color:White;
}


#newproducttable
{
    /* border:solid 2px #00FF99; */
    width:722px; 
    padding-bottom:10px;   
    color:White;
}

/* New Product */
.product-new
{
    /* border-bottom: solid 1px #D1CFBF;   */  
    height:150px;
     width: 600px;  
    /* max-width: 142px; */
    margin-right: 2px;
    padding: 0 0 0 0;
    font-size: 12px;
    font-family: Microsoft Sans Serif; 
    font-weight:bold;
    color:white;
}
.product-new td
{
   /* background-color: #FAFAFA;
    border-top: solid 1px #D1CFBF; */ 
    padding-left: 2px;
    
}
.product-new strong  
{
    color: #B00000; 
    text-transform: uppercase;
}
.product-new .icell
{
    background-color: #FFF;
    border-style: none;
    min-height: 100px;
    height: 100px;
    text-align: center;
}

/* Grid Pager */
.gridpager
{
    font-size: 9pt;
    font-family: Verdana,sans-serif;
    color: black;
    background-color: #E6E6E6;
    border: solid 1px #787878;
    font-size: 8.5px;
    padding: 5px 5px 5px 5px;
    text-align: right;
   /* width: 774px;*/
}
.gridpager a:link, .gridpager a:visited
{
    letter-spacing: 1px;
    text-decoration: underline;
}
.gridpager a:hover, .gridpager a:active {text-decoration:none}


#shoppingcartContent
{
    width:1024;
    margin: 15px 45px 15px 45px;    
    border: solid 1px #D1CFBF;    
}
