﻿.itemDetail_ItemName 
{
	font-weight:bold;	
	font-size:15px;
	font-family:Trebuchet MS, Arial;
}
.itemDetail_ItemSKU 
{
	font-size:10px;
}
.itemBox 
{
	text-align:center;
	padding:1px;
	width:160px;
	padding-left:30px;
	padding-bottom:20px;
}
.itemBox A
{
	font-family: verdana;
	font-size:8pt;
}
.itemBoxPic 
{
	width:150px;
	height:150px;
	border:1px solid silver;	
}
.itemBoxDesc 
{
	margin-top:3px;
	text-align:left;
	text-transform:lowercase;
	font-family:tahoma,arial;
}
.itemBoxDesc A {font-size:12px; color:Black}
.itemBoxDesc A:hover {font-size:12px; color:red; text-decoration:none;}
.subcategoryBox {width:150px;padding:4px;  }
.itemDetail_priceField {width:100px;}
.itemDetail_priceValue {}

.createNewObjectLink { padding-bottom: 8px; padding-top:8px; font-size: 8pt; font-family: Trebuchet MS; }

/* DISPLAY BUTTONS USING THE FOLLOWING STYLES */
.btn_Img {
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	display: block; 
 	margin: auto auto;
 	cursor: pointer;
	height: 32px;
}
.btn_inline {
	display: inline; 
}
.btn_hidden {
	display: none; 
}

.accountPageHeader {
	font-family: Trebuchet MS, Tahoma;
	font-size: 24px;
	font-weight:bold;
	color: #70706C;
}
.accountPageSubHeader {
	font-family: Trebuchet MS, Tahoma;
	font-size: 16px;
	font-weight:bold;
	color: #70706C;
}

.paymentMethod {
	width:100%; 
	margin-bottom:10px;
	text-align:left;
	padding-bottom:5px;
	vertical-align:top;
}
.paymentMethodImgCell {
	float:left;	 
	width:90px;
	text-align:center;
}
.paymentMethodRightCell {
	border-bottom: 2px dotted silver;
	width:100%;
}
.paymentMethodRadioButton {
	font-size:17pt;
	cursor:pointer;
}
.paymentMethodRightCellDesc 
{
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
	left:25px;
}
.rbCreditCardOptions 
{
}
