INPUT, SELECT, TEXTAREA {
	color: #4169e1; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-serif
}

BODY,P,DIV,TH,TD,P {
	color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-serif
}

BODY {
	color: white; font-size: 12px; background-color: black; margin: 0px; padding: 0px
}

FORM {
	color: green; margin: 0px
}

/*
Main template main.tpl wallpaper.
*/
.Wallpaper {
	background: black url(images/head_back_long.jpg) no-repeat
}

A:link {
	color: #f00; font-family: Verdana; text-decoration: none
}

A:visited {
	color: #f00; font-family: Verdana; text-decoration: none
}

A:hover {
	color: #696969; font-family: Verdana; text-decoration: underline
}

A:active {
	color: #8b0000; font-family: Verdana; text-decoration: none
}

H1 {
	FONT-SIZE: 15px
}

H2 {
	FONT-SIZE: 13px
}

H3 {
	FONT-SIZE: 12px
}

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

/*
Page header
*/
.Head {
	background-color: #000
}

.TollPhones {
	color: white; font-weight: normal; font-size: 11px; font-family: Verdana
}

.SideHead {
	COLOR: #FFFFFF; FONT-SIZE: 14px; FONT-WEIGHT: bold;
}

/*
Sidebar menu boxes
*/
.SidebarBox {
	background-color: #c0c0c0
}

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

/*
Titles of sidebar menu boxes
*/
.SidebarTitle {
	color: red; font-weight: bold; background-color: #e5ebef
}

/*
Menu items located in sidebar boxes
*/
.SidebarItems {
	color: #000; text-decoration: none
}

/*
Menu items located in sidebar boxes: link
*/
.SidebarItems:link {
	color: red; font-size: 10px; text-decoration: none
}

/*
Menu items located in sidebar boxes: visited
*/
.SidebarItems:visited {
	color: red; font-size: 10px; text-decoration: none
}

/*
Menu items located in sidebar boxes: hover
*/
.SidebarItems:hover {
	color: #696969; text-decoration: underline
}

/*
Menu items located in sidebar boxes: active
*/
.SidebarItems:active {
	color: #696969; text-decoration: none
}

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

.SearchBoxBG {
	background-image: url(images/searchbox_bg.gif)
}

.SearchButtonBG {
	background-image: url(images/rect_button_bg.gif)
}

/*
Tab
*/
.TopTabOn {
	color: #8b0000; font-weight: bold; font-size: 12px
}

.TopTab {
	color: #8b0000; font-weight: bold; font-size: 12px
}

/*
Text in the categories list
*/
.CategoriesList {
	color: #8b0000; font-weight: bolder; font-size: 12px
}

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

/*
Border color of dialog boxes
*/
.DialogBorder {
	BACKGROUND-COLOR: #D6DADD;
}

/*
Titles of dialog boxes
*/
.DialogTitle {
	color: white; font-weight: bold; font-size: 12px; font-family: Verdana
}

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

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

/*
Generic text
*/
.Text {
	color: white
}

/*
Product title
*/
.ProductTitle {
	color: white; font-weight: bold; font-size: 12px
}

/*
Caption for product details section
*/
.ProductDetailsTitle {
	color: white; font-weight: bold; font-size: 12px
}

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

/*
Product details
*/
.ProductDetails {
	color: white
}

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

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

/*
Product price
*/
.ProductPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #F34348;
}

/*
Smaller representation of product price
*/
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #ff3300
}

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

/*
Subcategories list
*/
.ItemsList {
	COLOR: #000000; FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Tahoma;
}

/*
Navigation path bar
*/
.NavigationPath {
	color: #f00; font-weight: bolder; text-decoration: none
}

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

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

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

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

/*
Labels for form submit buttons
*/
.FormButton {
	color: #4169e1; font-weight: bold
}

.Button {
	color: silver; font-weight: normal; font-size: 11px; font-family: Tahoma
}

A.ButtonLink:link {
	color: silver; font-weight: normal; font-size: 11px; font-family: Tahoma; text-decoration: none
}

A.ButtonLink:visited {
	color: #f00; font-weight: normal; font-size: 11px; font-family: Tahoma; text-decoration: none
}

A.ButtonLink:hover {
	color: #696969; font-weight: normal; font-size: 11px; font-family: Tahoma; text-decoration: underline
}

A.ButtonLink:active {
	color: #f00; font-weight: normal; font-size: 11px; font-family: Tahoma; text-decoration: none
}

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

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

/*
Success message
*/
.SuccessMessage {
	COLOR: green
}

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

/*
Header background
*/
.TableHead {
	COLOR: #FFFFFF;
}

.AomTableHead {
	BACKGROUND-COLOR: #E5EBEF; FONT-SIZE: 12px; FONT-WEIGHT: bold;
}

.Input {
	BORDER : solid; BORDER-WIDTH : 1px; BORDER-COLOR : #B2B2B3; WIDTH : 100%;
}

.OrderTitle {
	COLOR : #516176; FONT-WEIGHT: bold;
}

A.AomMenu:link {
	color: #4169e1; font-size: 11px; text-decoration: none
}

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: gray; font-weight: bold; font-size: 10px
}

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

.BottomMenu {
	color: white; font-size: 12px; font-family: Verdana
}

.BottomBorder {
	background-color: white
}

.BottomBox {
	background-color: black
}

/*
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: #8b0000
}

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

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

/*
Style for gift certificate title
*/
.GiftCertificateTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}

.SelectedTab {
	color: #f00
}

A.TopTabLink:link {
	color: #f00; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none
}

A.TopTabLink:visited {
	color: #f00; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none
}

A.TopTabLink:hover {
	color: #696969; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: underline
}

A.TopTabLink:active {
	color: #f00; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none
}

.ProductNamesList {
	color: #696969; font-weight: bold; font-size: 11px; font-family: Tahoma
}

A.AdvancedSearchLink:link {
	color: red; font-weight: normal; font-size: 9px; font-family: Verdana; text-decoration: underline
}

A.AdvancedSearchLink:visited {
	color: red; font-weight: normal; font-size: 9px; font-family: Verdana; text-decoration: underline
}

A.AdvancedSearchLink:hover {
	color: red; font-weight: normal; font-size: 9px; font-family: Verdana; text-decoration: underline
}

A.AdvancedSearchLink:active {
	color: red; font-weight: normal; font-size: 9px; font-family: Verdana; text-decoration: underline
}

.NewsDate {
	FONT-FAMILY: Verdana; TEXT-DECORATION: none; 	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #2B7AA0;
}

A.GoLink:link {
	FONT-FAMILY: Tahoma; TEXT-DECORATION: none; 	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #21698B;
}

A.GoLink:visited {
	FONT-FAMILY: Tahoma; TEXT-DECORATION: none; 	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #21698B;
}

A.GoLink:hover {
	FONT-FAMILY: Tahoma; TEXT-DECORATION: none; 	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #21698B;
}

A.GoLink:active {
	FONT-FAMILY: Tahoma; TEXT-DECORATION: none; 	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #21698B;
}

.SearchButtonBG {
	background-image: url(images/rect_button_bg.gif)
}

.MainHeaderBG {
	background: url(images/header_hr.gif) repeat-x
}

.CommonButtonBG {
	background-image: url(images/but_bg.gif)
}

.SubmitButtonBG {
	background-image: url(images/but_bg.gif)
}

.CommonButton2LeftBG {
	background: url(images/btn2_left.gif) no-repeat
}

.CommonButton2CenterBG {
	background-image: url(images/btn2_bg.gif)
}

.SidebarBoxLeftBG {
	background: url(images/menu_2.gif) no-repeat right
}

.SidebarBoxCenterBG {
	COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 14px; BACKGROUND: url(images/menu_1.gif) no-repeat left;
}

.TabSelectedBG {
	background-image: url(images/tab_selected_bg.gif)
}

.TabNormalBG {
	background-image: url(images/tab_bg.gif)
}

.TabberPageSelectedLeftBG {
	background-image: url(images/tab_a1.gif)
}

.TabberPageSelectedCenterBG {
	background-image: url(images/tab_bg_a.gif)
}

.TabberPageSelectedRightBG {
	background-image: url(images/tab_a2.gif)
}

.TabberPageNormalLeftBG {
	background-image: url(images/tab_p1.gif)
}

.TabberPageNormalCenterBG {
	background-image: url(images/tab_bg_p.gif)
}

.TabberPageNormalRightBG {
	background-image: url(images/tab_p2.gif)
}

TABLE.Container {
	HEIGHT: 100%;
}

.thumbnail {
	position: relative; z-index: 0
}

.thumbnail:hover {
	background-color: transparent; z-index: 50
}

.thumbnail span {
	color: #000; text-decoration: none; background-color: transparent; padding: 1px; border: none 1px gray; position: absolute; left: -1000px; visibility: hidden
}

.thumbnail span img {
	padding: 1px; border: 0
}

.thumbnail:hover span {
	top: -10px; left: -99px; visibility: visible
}


