.TitleWrapper {
	margin: 0px auto; 
	margin-top: 10px;
	height: 32px; 
	background-repeat: repeat-x;
	width: 612px;
}
.TitleText {
	margin: 0px; 
	margin-left: 5px; 
	margin-right: 5px; 
	height: 32px;
	background-repeat: repeat-x;
	text-indent: 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}
.ProductWrapper {
	margin: 0px auto; 
	margin-top: 10px;
	height: 32px; 
	background-repeat: repeat-x;
	width: 612px;
}
.ProductText {
	margin: 0px; 
	margin-left: 5px; 
	margin-right: 5px; 
	height: 32px;
	background-repeat: repeat-x;
	text-indent: 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}



A.CategoryLink, A:Visited.CategoryLink {
	font-weight: bold;
	font-size: 11px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
A:Hover.CategoryLink, A:Active.CategoryLink {
	color: #666666;
}

.ProductPrice {
	font-size: 14px;
	color: #900D13;
	font-weight: bold;
	font-family: Verdana;
}
.ProductRegularPrice {
	font-size: 10px;
	text-decoration: line-through;
	color: #666666;
	font-family: Verdana;
}
.ProductSpecialPrice {
	font-size: 14px;
	color: #900D13;
	font-weight: bold;
	font-family: Verdana;
}
.ProductSpecialText {
	font-size: 11px;
	color: #900D13;
	padding-left: 4px;
	padding-right: 4px;
	
}
.ProductDiscountText {
	font-size: 10px;
	font-family: Verdana;
}
.ProductDiscountCode {
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
}
.ProductDiscountPrice {
	font-size: 11px;
	font-weight: bold;
	color: #006633;
}

.ProductDiscountCodeTable {
	border-spacing: 1px;
	text-align: left;
}


#SpecialProducts {
	position: relative;
	left: 10px;
	width: 148px;
	margin:0px;
	padding: 0px;
	list-style: none;
}
.SpecialProduct {
	padding: 4px;
	padding-bottom: 12px;
	text-align: center;
}
A.SpecialProductLink {
	font-weight: bold;
}
A.SpecialsLink, A:Visited.SpecialsLink {
	position: relative;
	left: 20px;
	font-weight: bold;
	color: #006633;
}
.AddressTable {
	padding: 4px;
	font-size: 11\px;
}
.AddressTableDescription {
	padding: 4px;
	font-weight: bold;
}
.AddressTableValue {
	padding-left: 4px;
}

.ModelsList {
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #0e7304;
	border-top: 0px;
	background-color: #FFFFFF;
}

.ModelClass {
	margin: 0px;
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
}

TABLE.ModelRecordsTable {
	width: 616px;
	border: 1px dotted #0e7304;
	margin-top: 10px;
	margin-bottom: 10px;

}

A.ModelRecordLink {
	color: #0e7304;
	font-size: 11px;

}





TABLE.RecordsTable {
	margin: 0px auto;
	width: 606px;
	border: 1px dotted #4c7be3;
	border-top: 0px;
	border-spacing: 0px;

}
A.RecordLink {
	color: #4c7be3;
	font-weight: bold;
	text-decoration: underline;
}


.RecordsTableHeader {
	background-color: #074e80;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.RecordsTableSubHeader {
	vertical-align:middle;
	background-color: #F5F5F5;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	white-space: nowrap;
	height: 18px;
	text-indent: 10px;
	border-bottom: 1px solid #0e7304;
	padding-bottom: 4px;

}

.Record {
	font-size: 11px;
	background-color: #F6F6F6;
}
.AlternateRecord {
	font-size: 11px;
	background-color: #FFFFFF;
}

.ProductRecordName {
	position: relative;
	margin: 4px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.ProductRecordDetails {
	position: relative;
	font-size: 11px;
	margin-left: 2px;
	font-weight: normal;
	padding: 2px;
}

.ProductRecordCoupon {
	position: relative;
	margin: 4px;
	font-weight: normal;
	color: #0e7304;
}

.SubRecord {
	padding-left: 14px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-right: 4px;
}

TABLE.BasketTable {
	width: 100%;
	text-align: left;
	border-spacing: 0px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	font-family: Verdana;
}
.BasketTableHeader {
	background-color: #0e7304;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	height: 14px;
}
.BasketTableSubHeader {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-indent: 4px;

}
.BasketTableRecord {
	font-size: 11px;
	color: #666666;
	padding: 4px;
	
}

.BasketTableSubRecord {
	font-size: 10px;
	color: #666666;
	font-weight:normal;
	padding: 2px;
}
.BasketTableSpacer {
	height: 1px;
	background-color: #CCCCCC;
}
.BasketTableText {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-align: left;
	padding: 8px;
}
.BasketTableButtons{
	color: #666666;
	font-weight:bold;
	text-align: center;
	padding: 8px;
}









#SearchBar {
	position: relative;
	top: 0px;
	
	height: 34px;
	z-index: 99;
}
#SearchBarLeft {
	position: absolute;
	top: 0px;
	left: -33px;
	z-index: 99;
}
#SearchBarRight {
	position: absolute;
	top: 0px;
	right: -10px;
	z-index: 99;
}

#SearchCategory {
	position: absolute;
	left: 11px;
	top: 8px;
	font-weight: bold;
	color: #666666;
}
#SearchCategoryValue {
	position: absolute;
	left: 74px;
	top: 6px;
}

#SearchKeyword {
	position: absolute;
	left: 224px;
	top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#SearchKeywordValue {
	position: absolute;

	left: 284px;
	top: 6px;
}

#SearchBrowse {
	position: absolute;
	left: 400px;
	top: 8px;
	font-weight: bold;
	color: #666666;
}
#SearchBrowseValue {
	position: absolute;
	top: 6px;
	left: 420px;
	font-weight: bold;
	color: #0e7304;
}

#SearchButton {
	position: absolute;
	top: 4px;
	left: 500px;
}


.SearchFooter {
	position: relative;
	text-align: center;
}
A.SearchFooterLink {
	color :#0e7304;
}
.SearchFooterCurrent {
	color :#0e7304;
	text-decoration: underline;
}


.CategoryParents {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #666666;

}

#ContentSpacer {
	position: relative;
	left: -50px;
	margin-bottom: 8px;
}



.ModelList {
	margin-top: 10px;
	margin-bottom: 10px;
}

A.ModelLink {
	color: #0e7304;
}




TABLE.CustomerInfoTable {
	width: 100%;
	text-align: left;
	border-spacing: 2px;
	background-color: #EFEFEF;
	text-indent: 4px;
	border: 1px outset #666666;
}
.CustomerInfoTableHeader {
	background-color: #006699;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 4px;
	height: 22px;

}
TABLE.InvoiceTable {
	width: 100%;
	border: 1px outset #666666;
	
}
.InvoiceTableHeader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
}
.InvoiceTableRecord {
	font-size: 12px;
	color: #F0F0F0;
	text-indent: 4px;
}

.InvoiceTableSubRecord {
	font-size: 12px;
	color: #F0F0F0;
	text-indent: 4px;
	text-align: right;
}
.InvoiceRecordText {
	font-size: 12px;
	color: #F0F0F0;
	font-weight:bold;
	padding: 12px;
}
.InvoiceSubRecordText {
	font-size: 12px;
	color: #F0F0F0;
	font-weight:bold;
	padding: 8px;
	margin: 0px;
}

TABLE.InvoiceSubTable {
	font-size: 12px;
	color: #F0F0F0;
	font-weight:bold;
	margin: 0px;
	text-indent: 8px;
	white-space: nowrap;
}
.InvoiceSubTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	text-indent: 4px;
}
.InvoiceTableSpacer {
	height: 2px;
}


DIV.Attributes {
	list-style: none;
	color:#F0F0F0;
	font-size:11px;
	text-indent: 8px;
	line-height: 16px;
}

INPUT.QtyBox {

 font-size: 10px;
 color: #000000;
font-family: verdana;
 width: 20px;
 height: 12px;
 text-align: center;
}

DIV.SnapShotDiv {
	width: 180px;
	padding: 8px;
}
.Button { font-size:11px; font-weight: bold; margin-top: 2px; margin-bottom: 2px; }

TABLE.FooterMenuTable {
	height: 22px;
}
A.FooterMenuLink, A:Visited.FooterMenuLink {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
A:Hover.FooterMenuLink, A:Active.FooterMenuLink {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


A.StoreLinkTitle, A:Visited.StoreLinkTitle {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;

}
A:Hover.StoreLinkTitle, A:Active.StoreLinkTitle {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;

}
A.StoreLinkDesc, A:Visited.StoreLinkDesc {
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}
A:Hover.StoreLinkDesc, A:Active.StoreLinkDesc {
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}






.CheckoutNavHeader {
	padding: 4px;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	
}
A.CheckoutNavLink {
	padding: 4px;
	color: #70AE28;
	font-weight: bold;
	font-size: 11px;
	
}



.FlypagePrice {
	font-size: 14px;
	color: #900D13;
	font-weight: bold;
}

.FlypageColor {
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 2px;
	margin-right: 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}

.FlypageSpecsTable {
	border-spacing: 4px;
	border: 1px solid #666666;

}
.FlypageSpec {
	line-height: 18px;
	font-size: 11px; 

}

.FlypageDiscountTable {
	width: 100%;
}
.FlypageDiscountTableHeader {
	background-color: #F5F5F5;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.FlypageDiscountTableQty {

	text-align: center;
}
.FlypageDiscountTablePrice {

	text-align: center;
}





.CheckoutStatus {
	position: relative;
	display: block;
}
.CheckoutStatusLink {
	margin: 4px;
	font-weight: bold;


}
.CheckoutStatusText {
	font-weight: bold;
	margin: 4px;
	color: #666666;

}



.FlypageInfoTable {
	position: relative;
	margin: 0px auto; 
	width: 606px;
	border: 1px dotted #70AE28;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-spacing: 8px;
}







.DiscountCodeDescription {
	font-size: 11px;

	padding:0px;
	margin: 0px;

}
