﻿.subproduct-title
{
	font-weight: bold;
}

.product-tab-selected
{
	font-weight: normal;
	font-size: 18px;
	color: black;
	border-right: 2px solid gray;
}

.product-tab
{
	font-weight: normal;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 2px;
	border-right: 2px solid gray;
}

.product-tab-hover
{
	font-weight: normal;
	font-size: 18px;
	color: black;
}


.subproduct-title
{
	font-weight: bold;
}


.product-price
{
	font-weight: bold;
	color: black;
}

.address-display div span
{
	font-weight: bold;
}

.address-display
{
	padding-left: 5px;
}

.cart-header-item, .orderhistory-header-item
{
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.orderhistory-item
{
	text-align: center;
}

.cart-header-item-right, .orderhistory-header-item-right
{
	border-bottom: 1px solid #d8d8d8;
	border-right: 0px;
}

.cart-footer td
{
	border-top: 1px solid #d8d8d8;
}

.cart-totals div
{
	padding-bottom: 6px;
}

.cart-totals span
{
	font-weight: bold;
}

.account-menu li 
{
	float: right;
	display: inline;
	padding-left: 10px;
	font-size: 12px;
}

div.account-menu 
{
	clear: both;
}
