/*====================================================
Define common styles that are used by entire front-end
====================================================*/
@import url(common.css);

/*===========================================
Define specific styles for shopping cart only
===========================================*/
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.gridItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.gridHeader
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	border-bottom: #999999 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: darkgray;
}
.formButton
{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset 
{
	font-size: 12px;
	font-weight: bold;
	background-color: #E2E2E2;
	border: 1px solid #666666;
	padding: 3px;
}
.sectionTitle
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
}
div
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}
a
{
	font-size: 12px;
	color: #254790;
	font-family: Arial, Helvetica, Sans-Serif;
}
.instructionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.breadCrumbSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 3px;
	margin: -3px;
}
.highlightItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #BC0000;
	border: 1px solid #990000;
	padding: 3px;
	clear: both;
}
.requiredFormField {
	background-color: #E9E9E9;
}
#breadcrumb {
	width: 500px;
	position: absolute;
	left: 15px;
	top: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.roundCornerTable {
	background-color: #FFFFFF;
}
.cartBreadCrumb {
	/*font-weight: bold;
	color: #000000;
	height: 25px;
	vertical-align: middle;*/
	display: none;
}
.footerCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}
/*.linkDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 3px;
}*/
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.orderStatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sectionEmphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #CCCCCC;
}
.formButton
{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.footerCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.verticalLayout {
	margin-top: 3px;
	margin-bottom: 3px;
}
img.calendar {
	vertical-align: text-bottom;
}
.priceHighlight {
	font-size: 12px;
	font-weight: bold;
}
.priceMarkdown
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: line-through;
}
.salePrice
{
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}
/*#Layer1 {
	position:absolute;
	left:20px;
	top:80px;
	width:740px;
	z-index:0;
	height: 325px;
}*/
/*.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #254790;
	padding: 0px;
}
a.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #254790;
}*/
.breadcrumbHighlight
{
	background-color: #BC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #000000;
	border-left-color: #000000;
	height: 25px;
}
.roundTableCorners {
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentTable {
	width: 550px;
	background-image: url(../images/contactus/bottom_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footerRow {
	height: 200px;
	vertical-align: top;
}
#innerContentTable {
	width: 95%;
}

.sidebarColumn {
	width: 150px;
}
.contentColumn {
	width: 600px;	
}
.roundTableTop {
	background-color: #00FF00;
}
.roundTableBottom {
	background-color: #99FFFF;
}
.roundTableLeft {
	background-color: #FFFF00;
}
.roundTableRight {
	background-color: #CCFF00;
}
.roundTableContent {
	background-color: #FFFFCC;
}
.productDates 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f17a23;
}
#purchaseInnerContent {
	width: 90%;
}
a.signInToPurchase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFC520;
	text-decoration: none;
}
#header
{
    width:740px;
	z-index:10;
}

#mainContent #leftColumn
{
    width: 120px;
    float: left;
}

#mainContent #rightColumn
{
    width: 640px;
    float: left;
    clear: right;
}

#mainContent #footer
{
    float: left;
	display: none;
}

#footer
{
    float: left;
}
