/*
-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("layout.css");
@import url("typography.css");

body 		{
			margin: 0;
			padding: 0;
			font: normal 10px/14px Verdana, Arial, sans-serif;
			color: #000;
			text-align: left;
			background-color: #FFFFFF;
			}

img 		{
			border: none;
			}
			


/*
	moved Premiums custom styles here so that customizations
	would no longer prevent upgrades
 */
table.ShoppingSearch {
	border: 1px solid #466172;
	background-color: #d8e0eB;
	padding: 4px 4px;
}


p.ShoppingHeading {
	font-size: 120%;
	font-weight: bold;
}

p.ShoppingSearch {
	font-size: 90%;
	font-family: Arial;
	font-weight: bold;
}

table.ShoppingBrowse {
	border: 1px solid #466172;
	padding: 0px 0px;
}

th.ShoppingBrowse {
	background-color: #d8e0eB;
	padding: 4px 4px;
}
td.ShoppingBrowse {
	border-top: 1px solid #466172;
	padding: 4px 4px;
}

td.ShoppingBrowse {
	padding: 2px 4px;
}
 
p.ShoppingSearchLabel {
	font-size: 80%;
}

.ShoppingButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ShoppingButtonsSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.ShoppingButtonPrimary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #868686;
	color:	#ffffff;
	font-weight: bold;
}

.SmallButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.ShoppingInstructions {
	font-size: 90%;
}

.ProductDetailsHeader {
	background-color: #D8E0EB;
	padding: 4px 4px;
	width: 100%;
	font-weight: bold;
	border-bottom: 2px solid #878787;
}

table.ProductConfig {
	padding: 4px 4px;
	width: 100%;
}

.ProductConfigSection {
	background-color: #D8E0EB;
	padding: 4px 4px;
	width: 100%;
	font-weight: bold;
	border-bottom: 2px solid #878787;
}

.ProductConfigInstructions {
	font-size: 90%;
}

.ProductConfigLabel {
	font-weight: bold;
}

.ShoppingCart {
	border: solid 1px;
	border-collapse: collapse;
	padding: 5px;
}


#NAME
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}