﻿/*=========================================
CART AND ADMIN STYLES 
===========================================*/
.HeaderTxt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
	text-align:left;
	font-size:10pt;
	margin-bottom:1pt;
}


.GridView
{
 font-size:12px;
 text-align:center;   
 font-family:Verdana;
    
}

#cart{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:8px;
	padding:0 50px;
	
}

/* SHOPPING CART STYLES */

.productNumber-cart
{
 font-size:10px;   
 color:#666;
 line-height:1.75;
 }
 
 .cartName
 {
  font-weight:bold;
  margin-bottom:5px;  
 }
.Cart-Header
{
	border-top: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	background-color: #CCC;
	background-image: url('/images/table_header_gray.jpg'); 
    background-position:center; 
    background-repeat:repeat-x; 
	color: #333;
	
}

.Cart-Header-Right
{
	border-top: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	background-color: #CCC;
	background-image: url('/images/table_header_gray.jpg'); 
    background-position:center; 
    background-repeat:repeat-x; 
	color: #333;
}

.Cart-Body
{
	border-left: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
}

.Cart-Right
{
	
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
}

.Table-Header-infoRequest 
{
   
    width:330px; 
    padding:4px 0; 
    background-image: url('/images/table_header_gray.jpg'); 
    background-position:center; 
    background-repeat:repeat-x; 
    TEXT-ALIGN: center;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}

.Table-infoRequest 
{
    border: solid 1px #ccc; 
    width:330px; 
	margin-right: 15px;
	padding-bottom: 15px;
}

.Table-infoRequest td {
font-size: 10px;
color: #333;
padding: 0 6px 0 6px;
}

#addressInfo td textarea {
font-size: 11px;
color: #666;
}

#addressInfo td select {
font-size: 11px;
color: #666;
}

#addressInfo td input {
font-size: 11px;
color: #666;
}

#cart
{
    width:930px;
    text-align:left;   
}

.hide
{
    display:none;   
}