BODY,P,DIV,TH,TD,P,TEXTAREA {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY:  Arial, Verdana, Helvetica, Sans-serif
}

SELECT {
        FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:  Arial, Verdana, Helvetica, Sans-serif
}

/*input {  font-family: Arial, Helvetica, sans-serif; font-size: 12px }*/
INPUT { background-color: #ffffff; font-weight: normal; font-size: 12px }

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

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

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

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

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

H1 {
	FONT-SIZE: 15px
}

H2 {
	FONT-SIZE: 13px; COLOR:#CC3300
}

H3 {
	FONT-SIZE: 12px
}

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

/* 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: #CC3300; BACKGROUND-COLOR: #ffffff; FONT-SIZE: 12px
}

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

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

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

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

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

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

/* Text in the categories list  #FFCC33*/
.CategoriesList {
	FONT-SIZE: 13px; COLOR: #CC3300
}


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

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

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

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

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

/* Checkout details delimiter */
.Line_checkout {
    BACKGROUND-COLOR: #CCCCCC;
}
/* 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: 10px; 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: 11px; 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: #CC3300; TEXT-DECORATION: none
}

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

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

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

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

/* Labels for form submit buttons #00224c */
.FormButton {
	FONT-WEIGHT: bold; COLOR: #CC3300; FONT-SIZE:13px;
}
.FormButton:visited {
	FONT-WEIGHT: bold; COLOR: #CC3300; FONT-SIZE:13px;TEXT-DECORATION: underline
}
.FormButton:hover {
	FONT-WEIGHT: bold; COLOR: #CC3300; FONT-SIZE:13px;TEXT-DECORATION:none 
}
.FormButton:active {
	FONT-WEIGHT: bold; COLOR: #CC3300; FONT-SIZE:13px; TEXT-DECORATION: underline
}
.FormButton:link {
	FONT-WEIGHT: bold; COLOR: #CC3300; FONT-SIZE:13px; TEXT-DECORATION: underline
}


/* 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 #cccccc */
.TableHead {
	BACKGROUND-COLOR: #EFEFEF; COLOR:#000000; font-size:12px; font-family:arial
}

/* Header background */
.TableHeadBlk {
	BACKGROUND-COLOR: #000000; COLOR:#ffffff
}

/* Header background */
.TableHeadGrey {
	BACKGROUND-COLOR: #999999; COLOR:#ffffff
}

/* Header background */
.TableHeadGreya {
	BACKGROUND-COLOR: #666666; COLOR:#ffffff
}

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

/* JL tbllink_m 11px */
.tbllink_m {
    FONT-SIZE:12px; font-weight:normal; color:#000000;text-decoration:none
}
.tbllink_m:link {
    FONT-SIZE:12px; font-weight:normal; color:#000000;text-decoration:underline
}
.tbllink_m:visited {
    FONT-SIZE:12px; font-weight:normal; color:#000000;text-decoration:underline
}

.tbllink_m:HOVER {
    FONT-SIZE:12px; font-weight:normal;color:#000000;text-decoration:none
}
.tbllink_m:active {
    FONT-SIZE:12px; font-weight:normal; color:#000000;text-decoration:underline
}
/*
text-align: left
*/
.tbltext {  font-family: Verdana; font-size: 13px; font-weight: bold; color: #CC3300;}

.tbltext_blk {  font-family: Verdana; font-size: 11px; font-weight: bold; color: #000000;}

/*
JL added front Menu links
*/
.JL_SidebarItems {
	COLOR: #373b3d; TEXT-DECORATION: underline
}

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

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

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

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

.cc0000_text {
	color: #CC3300;
}

.alert { color : red;}

/* front page text */
.front_text {
  text-align: justify;
  font-size:12px;
}

.whitesmll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitebig {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.normaltext {
FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:  Arial, Verdana, Helvetica, Sans-serif
}

.normaltext_smll {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY:  Arial, Verdana, Helvetica, Sans-serif
}
.ofCaption { font-size: 11px; font-weight: normal;  background-color: #ffffff; vertical-align: middle }
.head_caption {  font-size: 11px;  color: #ffffff;}
.ofSmallText {  font-size: 10px; font-weight: normal }
.head_row {	background-color: #CC3300 }
.ofTextInput{ 
 background-color: #ffffff;
 font-weight: normal;
 font-size: 12px;
 text-transform:capitalize
}
.ofTextInputReq{ background-color: #f5fffa; font-weight: normal; font-size: 12px }
.ofSelect { background-color: #ffffff; font-weight: normal; font-size: 12px }
.ofSelectReq { background-color: #ffffff; font-weight: normal }
.post {
 text-transform:uppercase;
}

.listcart { font-size: 10px; font-weight:normal; font-family: arial, verdana,helvetica color:#000000}

.more {
      display: none;
}
a.showIT, a.hideIT {
      text-decoration: none;
      color: #CC3300;
      padding-left: 5px;
      border-top: 0px solid #ff;
      font-size: 10px;
}

a.showIT:hover, a.hideIT:hover { 
   border-bottom: 1px dotted #CC3300;
   font-size: 10px;
   color: #CC3300;
}

