
TD {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #969696;

}

INPUT {
	FONT-FAMILY: Tahoma, sans-serif;
	FONT-SIZE: 11px; 
	COLOR: #969696;
}
TEXTAREA
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #969696;
}
SELECT
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #969696;
}


/*------------------------ Shopping Cart ----------------------------------*/

.cart-main-table {
}

.cart-table {
}

.cart-title {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	padding: 3px 0px 3px 0px;
	color: White;
	background-color: #C8C8C8;
}

.cart-product-name {
	padding: 5px 0px 5px 0px;
}

.cart-product-name A, .cart-product-name A:visited, .cart-product-name A:hover {
	font-size: 12px;
	font-weight: bold;
}

.cart-product-count {
	text-align: center;
	padding-bottom: 5px;
}

.cart-product-type {
	text-align: center;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}

.cart-product-price {
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.cart-product-delete {
	width: 100px;
	text-align: center;
}

.cart-product-update {
	text-align: right;
        padding-right:20px;
        font-size: 12px;
	font-weight: bold;
        FONT-FAMILY: Tahoma, sans-serif;
        color: #969696;
}

.cart-text {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 5px 0px 5px 0px;
	color: #969696;
}

.cart-comments {
	width: 100%;
	vertical-align: top;
	color: #000000;
}

.cart-comments-readonly {
	width: 100%;
	vertical-align: top;
	color: #000000;
	enabled: false;
}

.cart-price-name {
	color: #228B22;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

.cart-price-value {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 130px;
	padding-right: 120px;
}

.cart-price-value2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 37px;
}

.cart-header {
	color: #CE8B8C;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-header-active {
	color: #9E4B4E;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-header-visited {
	color: #90c99d;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	TEXT-DECORATION:underline !important;
}

.error {
       color: red;
}

.cart-input {
        width: 200px;
}

.cart-confirm-header {
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #4E8BC2;
	border-bottom: 1px solid #4E8BC2;
	padding-left: 100px;
	margin-bottom: 0px;
}

.cart-confirm-data {
	color: #969696;
	font-size: 12px;
	padding-left: 50px;
}

.cart-confirm-data-background {
	padding-top:  4px;
	padding-left: 5px;
	background: #FDFDFD;
        width: 90%;
        height: 98px;
}


.shopping-cart-info {
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
        padding-left: 20px;
}

.shopping-cart-title {
   color: #9E4B4E;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 5px;
}
