H1 {
	FONT-SIZE: 15px
}

H2 {
	FONT-SIZE: 13px
}

H3 {
	FONT-SIZE: 12px
}

HR {
	COLOR: #dddddd; HEIGHT: 1px
}

/*
My CCS
*/
.date   { color: #BEB6AD; text-decoration: none; font-weight: bold; }
.breadcrumbs   { color: #A09992;}
.cart   { color: #ffffff;}
.user   {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer   { color: #A09992; text-decoration: none }
/*
K Buttons
*/
.KButton    { text-decoration: none; background-color: #ffffff; border: solid 1px #6f6a65 }
.KButton:hover   { text-decoration: none; background-color: #d9d3ce; border: solid 1px #6f6a65 }

/*
Page header
*/
.bodylink   { color: #516D9A; text-decoration: none }
.bodylink:link  { color: #516D9A; text-decoration: none }
.bodylink:hover  { color: #516D9A; text-decoration: underline }
.bodylink:visited  { color: #516D9A; text-decoration: none }
.bodylink:active  { color: #000000; text-decoration: underline }
.Head  { color: white; background-color: #fff2c9 }
.TollPhones  {
	color: #59739C;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.SideHead  { color: #ffffff; font-weight: bold; font-size: 14px }

/*
Sidebar menu boxes
*/
.SidebarBox  { }

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

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

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

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

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

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

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

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

/*
Tab
*/
.TopTabOn {
	COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px
}

.TopTab {
	COLOR: #506176; FONT-WEIGHT: bold; FONT-SIZE: 12px
}

/*
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  { background-color: #B0ABA7 }

/*
Titles of dialog boxes
*/
.DialogTitle  { color: #444; font-weight: bold; font-size: 14px }

/*
Comments appearing in dialog titles
*/
.DialogTitleComment  { color: #555; font-weight: normal; font-size: 11px }

/*
Number of articles
*/
.NumberOfArticles  { color: #555; font-weight: bold }

/*
Generic text
*/
.Text {
	COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

/*
Product title
*/
.ProductTitle   { color: #A09992; font-weight: bold; font-size: 12px; text-decoration: none }
.ProductTitle:link { color: #A09992; font-weight: bold; font-size: 12px; text-decoration: none }
.ProductTitle:visited  { color: #A09992; font-weight: bold; font-size: 12px; text-decoration: none }
.ProductTitle:hover { color: #A09992; font-weight: bold; font-size: 12px; text-decoration: underline }
.ProductTitle:active  { color: #A09992; font-weight: bold; font-size: 12px; text-decoration: none }
/*
Caption for product details section
*/
.ProductDetailsTitle  { color: #900; font-weight: bold; font-size: 12px }

/*
Labels for product details
*/
.ProductDetailsLabel  { color: #222; font-weight: bold; font-size: 10px }

/*
Product details
*/
.ProductDetails  { color: #222 }

/*
Product price title
*/
.ProductPriceTitle  { color: #222; font-weight: bold; font-size: 12px }

/*
Product price title for alternative currency
*/
.ProductPriceConverting  { color: #777; font-weight: bold; font-size: 11px }

/*
Product price
*/
.ProductPrice  { color: #900; font-weight: bold; font-size: 12px }

/*
Smaller representation of product price
*/
.ProductPriceSmall  { color: #222; font-weight: bold }

/*
See product details link
*/
.SeeDetails {
	TEXT-DECORATION: none
}

/*
Subcategories list
*/
.ItemsList  { color: #373b3d; font-weight: bold; font-size: 12px; text-decoration: underline }
.ItemsList:link { color: #373b3d; font-weight: bold; font-size: 12px; text-decoration: underline }
.ItemsList:visited { color: #373b3d; font-weight: bold; font-size: 12px; text-decoration: underline }
.ItemsList:hover { color: #373b3d; font-weight: bold; font-size: 12px; text-decoration: none }
.ItemsList:active { color: #373b3d; font-weight: bold; font-size: 12px; text-decoration: underline }
/*
Navigation path bar
*/
.NavigationPath  { color: #A09992; text-decoration: none }

/*
Navigation path bar: link
*/
.NavigationPath:link  { color: #A09992; text-decoration: none }

/*
Navigation path bar: visited
*/
.NavigationPath:visited  { color: #A09992; text-decoration: none }

/*
Navigation path bar: hover
*/
.NavigationPath:hover  { color: #ffffff; text-decoration: underline }

/*
Navigation path bar: active
*/
.NavigationPath:active  { color: #A09992; text-decoration: none }

/*
Labels for form submit buttons
*/

.FormButton    { color: #6f6a65; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase }
.FormButton:hover    { color: #6f6a65; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase }

.Button    { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.Button:link { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.Button:visited { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.Button:hover { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
.Button:active { color: white; font-weight: bold; font-size: 10px; text-decoration: none }
/*
Error message text
*/
.ErrorMessage  { color: #900; font-weight: bold }

/*
Validate error message text
*/
.ValidateErrorMessage  { color: #900 }

/*
Success message
*/
.SuccessMessage  { color: #c30 }

/*
Mandatory field asterisk
*/
.Star  { color: #900 }

/*
Header background
*/
.TableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #466494;
}

/*
Bottom text
*/
.Bottom   { color: #444; text-decoration: none }

.BottomMenu  { color: #777; font-size: 12px; line-height: 200%; text-decoration: none }

.BottomBorder  { }

.BottomBox  { }

/*
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  { color: #900; font-weight: bold; font-size: 12px }

/*
Style for promotion bonus condition list
*/
.Promotion  { color: #A09992; font-size: 11px }

/*
Style for promotion product title
*/
.PromotionProductDetailsTitle  { color: #222; font-weight: bold; font-size: 12px }

/*
Style for gift certificate title
*/
.GiftCertificateTitle  { color: #222; font-weight: bold; font-size: 12px }
