BODY {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, Sans-serif; BACKGROUND-COLOR: #ffffff; MARGIN: 0px; PADDING: 0px; TEXT-ALIGN: center;
}

p {
	margin: 0px 0px 15px; padding: 0px; text-align: justify;
}

TD {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, Sans-serif; BACKGROUND-COLOR: #ffffff; MARGIN: 0px; PADDING: 0px; TEXT-ALIGN: left;
}

INPUT,SELECT,TEXTAREA {
	FONT-SIZE: 0.85em; COLOR: #492816; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, Sans-serif; background-color: #ffffff; margin: 0px; padding: 0px; text-align: left;
}

.radioButton {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, Sans-serif; BACKGROUND-COLOR: #361A0E; MARGIN: 0px; PADDING: 0px; TEXT-ALIGN: left;
}

a:link, a:visited {
	COLOR: #333333; TEXT-DECORATION: underline;
}

a:hover {
	COLOR: #91ADB8; TEXT-DECORATION: none;
}

.imgL {
	border: 5px solid #FFFFFF; 	margin: 0px 20px 20px 0px; 	padding: 0px;
}

.imgR {
	border: 5px solid #FFFFFF; 	margin: 0px 0px 20px 20px; 	padding: 0px;
}

.img {
	border: 5px solid #FFFFFF; 	margin: 10px 0px 5px 0px; 	padding: 0px;
}

/*
headings
*/
H1 {
	FONT-SIZE: 1.1em; color: #333333; margin: 0px 0px 15px; padding: 0px; text-transform: uppercase;	 font-weight: normal;
}

H2 {
	FONT-SIZE: 1.2em; COLOR: #91ADB8; margin: 0px; padding: 0px; font-weight: normal;
}

H3 {
	FONT-SIZE: 1.1em; color: #333333; margin: 8px 0px; padding: 0px; font-weight: normal;
}

.center {
	text-align: center;
}

.small {
	FONT-SIZE: 0.65em;
}

.paddingR {
	margin: 0px 15px 0px 0px;
}

.logo {
	padding: 10px; 	margin: 0px 0px 10px; 	width: 100%; 	float: left;   BACKGROUND-COLOR: #361A0E;
}




/* Sidebar menu boxes */
.SidebarBox {

}

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

/* Titles of sidebar menu boxes */
.SidebarTitle {
	FONT-WEIGHT: bold; 
}

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

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

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

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

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

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

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

/* 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
}

/* Text title */
.TextTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #082032; 
}

/* Product title */
.ProductTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #082032; 
}

/* Product title */
.ProductTitleUL {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #082032; TEXT-DECORATION: underline
}

/* Caption for product details section */
.ProductDetailsTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #8A8A8A;
}

/* 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-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300; 
}

/* Smaller representation of product price */
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #ff3300
}
/* 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: #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
}

/* Row background */
.TableRow {
    BACKGROUND-COLOR: #EEEEEE
}

/* 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: #00224c
}

/* 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;
}

