BODY,P,DIV,TH,TD,P {
	FONT-SIZE: 11px;
	COLOR: #999999;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	line-height: 13px;
}
INPUT,SELECT,TEXTAREA {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	line-height: 13px;
}

BODY { 
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; 
        BACKGROUND-COLOR: #EFEFEF;
}

A:link {
	COLOR: #000000; TEXT-DECORATION: none
}

A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}

A:hover {
}

A:active {
	COLOR: #000000; TEXT-DECORATION: none
}

H1 {
	FONT-SIZE: 15px
}

H2 {
	FONT-SIZE: 13px
}

H3 {
	FONT-SIZE: 12px;
	line-height: 14px;
}

HR {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* Page header */
.Head {
	BACKGROUND-COLOR: #fff2c9
}

/* Sidebar menu boxes */
.SidebarBox {
	BACKGROUND-COLOR: #fff2c9
}

/* Border of sidebar menu boxes*/
.SidebarBorder {
	BACKGROUND-COLOR: #b2b2b3
}

/* Titles of sidebar menu boxes */
.SidebarTitle {
	FONT-WEIGHT: bold; COLOR: #000000; BACKGROUND-COLOR: #e5ebef
}

/* Menu items located in sidebar boxes */
.SidebarItems {
	COLOR: #373b3d; TEXT-DECORATION: none
}

/* Menu items located in sidebar boxes: link */
.SidebarItems:link {
	COLOR: #373b3d; TEXT-DECORATION: none
}

/* Menu items located in sidebar boxes: visited */
.SidebarItems:visited {
	COLOR: #373b3d; TEXT-DECORATION: none
}

/* Menu items located in sidebar boxes: hover */
.SidebarItems:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

/* Menu items located in sidebar boxes: active */
.SidebarItems:active {
	COLOR: #373b3d; TEXT-DECORATION: none
}

/* Horizontal separator in sidebar boxes */
.SidebarHr {
	COLOR: #b2b2b3
}

/* Text in the categories list */
.CategoriesList {
	FONT-SIZE: 12px; 
}

/* Miscelanious text appearing in dialog boxes */
.DialogBox {
	BACKGROUND-COLOR: #ffffff
}

/* Border color of dialog boxes */
.DialogBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* Titles of dialog boxes */
.DialogTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #082032
}

/* Comments appearing in dialog titles */
.DialogTitleComment {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #082032
}

/* Number of articles */
.NumberOfArticles {
	FONT-WEIGHT: bold; COLOR: #000000
}

/* Generic text */
.Text {
	COLOR: #000000
}

/* Product title */
.ProductTitle {
	font-size: 16px;
	color: #000000;
}
.ProductTitle_Cart {
	FONT-WEIGHT: bold;
	color: #999999;
}
.ProductTitle_Cart A {
	color: #999999;
}

/* Caption for product details section */
.ProductDetailsTitle {
}

/* Product details delimiter */
.Line {
    BACKGROUND-COLOR: #8A8A8A;
}

/* Labels for product details */
.ProductDetailsLabel {
    FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000;
}
/* Product details */
.ProductDetails {
	COLOR: #000000
}

/* Product price title */
.ProductPriceTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000;
} 

/* Product price title for alternative currency */
.ProductPriceConverting {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #082032; 
}

/* Product price */
.ProductPrice {
	font-size: 16px;
	color: #000000;
}
.ProductPrice_Cart {
	color: #000000;
}

/* Smaller representation of product price */
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #000000}
/* See product details link */
.SeeDetails {
	TEXT-DECORATION: none
}

/* Subcategories list */
.ItemsList {
	FONT-WEIGHT: bold; COLOR: #082032;
}

/* Navigation path bar */
.NavigationPath {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: link */
.NavigationPath:link {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: visited */
.NavigationPath:visited {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: hover */
.NavigationPath:hover {
	COLOR: #082032; TEXT-DECORATION: underline
}

/* Navigation path bar: active */
.NavigationPath:active {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Labels for form submit buttons */
.FormButton {
	FONT-WEIGHT: bold; COLOR: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.FormButton:link {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.FormButton:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #000000;
}

/* Error message text */
.ErrorMessage {
	FONT-WEIGHT: bold; COLOR: #ff0000
}

/* Validate error message text */
.ValidateErrorMessage {
	COLOR: #ff0000
}

/* Success message */ 
.SuccessMessage {
	COLOR: #C133A1}

/* Mandatory field asterisk */
.Star {
	COLOR: #ff0000
}

/* Header background */
.TableHead {
	BACKGROUND-COLOR: #E5EBEF
}

.AomTableHead {
    BACKGROUND-COLOR: #E5EBEF;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}
.Input {
    BORDER : solid;
    BORDER-WIDTH : 1px; 
    BORDER-COLOR : #B2B2B3;
    WIDTH : 100%;
}
.OrderTitle {
    COLOR : #00000;
    FONT-WEIGHT: bold;
}

A.AomMenu:link {
        color: #466479; TEXT-DECORATION: none;
        font-size : 11px
}
A.AomMenu:visited {
        color: #466479; TEXT-DECORATION: none;
        font-size : 11px
}
A.AomMenu:hover {
        color: #466479; TEXT-DECORATION: underline;
        font-size : 11px
}
A.AomMenu:active  {
        color: #466479; TEXT-DECORATION: none;
        font-size : 11px;
}
.AomProductDetailsTitle {
        COLOR: #999999; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}

/* Bottom text */
.Bottom {
	COLOR: #B2B2B3; TEXT-DECORATION: none;
}

/* Width for some dropdown select boxes */
.FixedSelect {
	WIDTH: 170px
}

/* Default style for tab header */
.tabDefault {
    COLOR: #466479;
}

/* Style for the selected tab header */
.tabSelected { 
    COLOR: #000000;
}

/* Tab page center */
.Center {
    BACKGROUND-COLOR: #ffffff;
}

/* Tab page border */
.CenterBorder {
    BACKGROUND-COLOR: #CDD9E1;
}

/* Out of stock message */
.OutOfStock {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300
}

/* Style for promotion bonus condition list */
.Promotion {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000
}

/* Style for promotion product title */
.PromotionProductDetailsTitle {
    FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000;
}

/* Style for gift certificate title */
.GiftCertificateTitle {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}
.header {
	font-size: 16px;
	color: #999999;
}
.categories {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	margin-left: 23px;	

}
.categories A {
	color: #666666;
	font-size: 11px;
	line-height: 20px;	
	text-decoration: none;
}
.categories A:active {
	color: #282828;
	text-decoration: none;
}
.categories A:hover {
	color: #282828;
	text-decoration: none;
}
.categories ul {
	list-style: square inside url('images/arrow.gif');

}
.categories li {
	list-style: square inside url('images/arrow.gif');

}
.categories2 {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	margin-left: 28px;
}
.categories2 A {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.categories2 A:active {
	color: #282828;
	text-decoration: none;
}
.categories2 A:hover {
	color: #282828;
	text-decoration: none;
}

.overline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.caps {
	text-transform: uppercase;
}
.grey_10 {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.grey_10 A A:active A:hover {
	color: #999999;
	text-decoration: none;
}
.maincopy_white {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.maincopy_black {
	color: #202632;
	font-size: 11px;
	line-height: 13pt;
	text-decoration: none;
}
.headerwhite {
	color: #FFFFFF;
	font-size: 16px;
	color: #999999;
}
.maincopy_white {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.bluelinksmall {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.bluelinksmall A {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.bluelinksmall A:active {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.bluelinksmall A:hover {
	color: #61b0ff;
	font-size: 11px;
	text-decoration: none;
}
.redheader {
	font-size: 14px;
	font-weight: bold;
	color: #BC3032;
	text-decoration: none;
}
.CatDes {
	font-size: 14px;
	color: #999999;
	line-height: 16px;
}
.blue {
	font-weight: bold;
	color: #0085cf;
	text-decoration: none;
}

