﻿/* Grid Fits */
.GridDetail
{
	font-size: 12px;
	border: 1px solid #BBBBBB;
    border-collapse:collapse;	
    color: #333333;
    width: 540px;
    max-width: 540px;
}
.GridDetailItem
{
	border: 1px solid #BBBBBB;
    border-collapse:collapse;	
    padding: 1px 0 1px 5px;
}
.GridDetailHeader
{
    border: none;
    background: #FAFAFA url(images/frmButton.gif) repeat-x;
}

/* Product Grid */
.productgrid
{
	clear: both;
	margin: 0 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: #787878;
    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 #787878;
    min-height: 150px;
    height: auto;
    margin: 0 auto 0 auto;	   
    padding: 5px 5px 25px 5px; 
    text-align:justify;
    width: 748px;
}
.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
{
    clear:both; 
    padding: 5px 0 5px 5px;
    background-color: #d1cdae; 
    border-top: solid 1px #41454A; 
}
.product-shopping-header
{
    clear:both; 
    padding: 0 0 0 5px;
    background: #FAFAFA url(images/inputbg.gif) repeat-x;
    border-top: solid 1px #D1CFBF; 
    border-bottom: solid 1px #D1CFBF;
    height: 20px;
}
.product-shopping-header div
{
    height: 20px;
    float:left;
    border-right: solid 1px #D1CFBF;
    padding: 2px 0 0 2px;
}

/* Shopping Cart Footer */
.product-shopping-footer
{
    border: solid 1px #D1CFBF; 
    clear: both; 
}
.product-shopping-footer div
{
    float: left;
    background: #D1CFBF;
    border-bottom: solid 1px #fff;
    height: 22px;
	padding: 2px 5px 0 2px;
	text-align: right;
	text-transform: uppercase; 
	width: 658px; 
}
.product-shopping-footer span
{
    border-bottom: solid 1px #D1CFBF;
    float:left;
    height: 24px;
    margin-left: 0 0 0 0;
    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 5px 0 5px;
    width: 745px;
}

/* New Product */
.product-new
{
    border-bottom: solid 1px #D1CFBF; 
    min-height: 170px;
    height: 170px;
    min-width: 142px;
    width: 142px;
    max-width: 142px;
    margin-right: 2px;
    padding: 0 0 0 0;
    font-size: 90%;
    font-family: Georgia, Times, serif;
    text-transform: lowercase;
}
.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.5;
    padding: 5px 5px 5px 5px;
    text-align: right;
    width: 749px;
}
.gridpager a:link, .gridpager a:visited
{
    letter-spacing: 1px;
    text-decoration: underline;
}
.gridpager a:hover, .gridpager a:active {text-decoration:none}