ul { list-style-type: square; }

P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA
{
	font-size: 10pt;
	COLOR: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin-top: 15px;
	background-color:#333;
	background-image: url('/website/imgs/global/bkg_cf.gif');
	background-repeat: repeat;
	margin:0px;
	font-size: 10pt;
	COLOR: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	width: 950px;
	background-color:#ff3300;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
#navbar {
	float: left;
	width: 148px;
	background-color:#ff3300;
	min-height:650px;
}
.navbar_section {
	background-color:#fff;
	width: 148px;
}
.navbar_section a:link, .navbar_section a:visited {
	color:#000;
	text-decoration:none;
}
.navbar_section a:hover {
	color:#000;
	text-decoration:underline;
}
.navbar_section ul {
	list-style-type:square;
}
#centerContent {
	width: 800px;
	background-color:#fff;
	padding-bottom: 15px;
	float:right;
	min-height:650px;
}
.homepageTable {
	width: 770px;
	padding-left: 30px;
	padding-top: 10px;
}
.homepageTitle {
	font-weight:bold;
	font-size: 12pt;
}
#footer {
	text-align: center;
	background-color:#191919;
	color:#333;
	font-size: 10px;
	padding:3px;
}
table { background-color: #fff; }
.thumbImg { border: 2px #0070b7 solid; }

A:link
{
	COLOR: #ff3300;
	TEXT-DECORATION: underline;
}

A:visited
{
	COLOR: #ff3300;
	TEXT-DECORATION: underline;
}

A:hover
{
	COLOR: #ff3300;
	TEXT-DECORATION: none;
}

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

H1 { FONT-SIZE: 15pt; }
H2 { FONT-SIZE: 13pt; }
H3 { FONT-SIZE: 12pt; }

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

/*
Page header
*/

.Head { BACKGROUND-COLOR: #fff2c9; }

/*
Sidebar menu boxes
*/

.SidebarBox { BACKGROUND-COLOR: #FFFFFF; }

/*
Border of sidebar menu boxes
*/

.SidebarBorder { BACKGROUND-COLOR: #FFFFFF; }

/*
Titles of sidebar menu boxes
*/

.SidebarTitle
{
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #e5ebef;
	height: 22px;
}

/*
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: #000;
	TEXT-DECORATION: none;
}

/*
Horizontal separator in sidebar boxes
*/

.SidebarHr { COLOR: #b2b2b3; }

/*
Text in the categories list
*/

.CategoriesList
{
	FONT-weight: bold;
	color: #000;
}

/*
Miscelanious text appearing in dialog boxes
*/

.DialogBox { BACKGROUND-COLOR: #ffffff; }

/*
Border color of dialog boxes
*/

.DialogBorder { BACKGROUND-COLOR: #e5ebef; }

/*
Titles of dialog boxes
*/

.DialogTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #082032;
}

/*
Comments appearing in dialog titles
*/

.DialogTitleComment
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11pt;
	COLOR: #082032;
}

/*
Number of articles
*/

.NumberOfArticles
{
	FONT-WEIGHT: bold;
	COLOR: #000000;
}

/*
Generic text
*/

.Text { COLOR: #000000; }

/*
Product title
*/

.ProductTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #082032;
}

/*
Caption for product details section
*/

.ProductDetailsTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #8A8A8A;
}

/*
Product details delimiter
*/

.Line { BACKGROUND-COLOR: #8A8A8A; }

/*
Labels for product details
*/

.ProductDetailsLabel
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
}

/*
Product details
*/

.ProductDetails { COLOR: #000000; }

/*
Product price title
*/

.ProductPriceTitle
{
	FONT-WEIGHT: bold;
	COLOR: #000000;
}

/*
Product price title for alternative currency
*/

.ProductPriceConverting
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #082032;
}

/*
Product price
*/

.ProductPrice
{
	FONT-WEIGHT: bold;
	COLOR: #ff3300;
}

/*
Smaller representation of product price
*/

.ProductPriceSmall
{
	FONT-WEIGHT: bold;
	COLOR: #ff3300;
}

/*
See product details link
*/

.SeeDetails
{
	TEXT-DECORATION: none;
	font-size: 10px;
}

/*
Subcategories list
*/

.ItemsList
{
	FONT-WEIGHT: bold;
	COLOR: #082032;
}

/*
Navigation path bar
*/

.NavigationPath
{
	COLOR: #FF3300;
	TEXT-DECORATION: none;
}

/*
Navigation path bar: link
*/

.NavigationPath:link
{
	COLOR: #FF3300;
	TEXT-DECORATION: none;
}

/*
Navigation path bar: visited
*/

.NavigationPath:visited
{
	COLOR: #FF3300;
	TEXT-DECORATION: none;
}

/*
Navigation path bar: hover
*/

.NavigationPath:hover
{
	COLOR: #FF3300;
	TEXT-DECORATION: underline;
}

/*
Navigation path bar: active
*/

.NavigationPath:active
{
	COLOR: #FF3300;
	TEXT-DECORATION: none;
}

/*
Labels for form submit buttons
*/

.FormButton
{
	FONT-WEIGHT: bold;
	COLOR: #00224c;
}

/*
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 { BACKGROUND-COLOR: #E5EBEF; }

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

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

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

A.AomMenu:link
{
	color: #466479;
	TEXT-DECORATION: none;
	font-size: 11pt;
}

A.AomMenu:visited
{
	color: #466479;
	TEXT-DECORATION: none;
	font-size: 11pt;
}

A.AomMenu:hover
{
	color: #466479;
	TEXT-DECORATION: underline;
	font-size: 11pt;
}

A.AomMenu:active
{
	color: #466479;
	TEXT-DECORATION: none;
	font-size: 11pt;
}

.AomProductDetailsTitle
{
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
}

/*
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: 12pt;
	COLOR: #ff3300;
}

/*
Style for promotion bonus condition list
*/

.Promotion
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #00224c;
}

/*
Style for promotion product title
*/

.PromotionProductDetailsTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #ff3300;
}

/*
Style for gift certificate title
*/

.GiftCertificateTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #ff3300;
}
