BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {}

TH,TD,INPUT,SELECT,TEXTAREA {
	
}
html { background-color: #e7e7e7;}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	
}

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

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

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

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

H1 {
	FONT-SIZE: 2.0em;
}

H2 {
	FONT-SIZE: 1.3em;
	color: #000;
}

H3 {
	FONT-SIZE: 1.4em;
}
H4 {
	font-size: 1.2em;
}

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

/*
Page header
*/
.Head {
	BACKGROUND-COLOR: #fff2c9
}

/* BEGIN Custom HEADER/Nav */
#header {
	background-color: #000;
	background-image: none;
	color: #fff;
}

	#header .logo {
		text-align: left;
		padding: 10px;
	}
	
	#header .nav {
		display: inline; text-align: right;
	}
	#header .nav li { display: inline;  padding: 3px 10px; border-right: 1px solid #fff;}
	  #header .nav li.last { border: none;}
	#header .nav li a { color: #fff;}
	#header .nav li {
		list-style: none;
		margin: 0;
		height: 25px;
		line-height: 25px;
		color: #fff;
	}
	/* Abs line */
	#header .intro { display: block; height: 250px; background-color: #6690ba;}
	  
	  #header .intro h2, #header .intro h3 { font-family: "Times New Roman", Times, serif; color: #fff;}
	  #header .intro h2 { font-size: 2em; text-align: center; }
	  #header .intro h3 { font-size: 1.7em;}
	  
	  #header .intro ul { margin: 10px 5px; }
	  #header .intro ul li { list-style: none; font: 1.4em "Times New Roman", Times, serif; color: #000; line-height: 22px; text-indent: 4px;}
	
	
/* END HEADER */

/* BEGIN CONTENT CONTAINER */
#content_container {
	background: none;
}

/* hide sidebars */
#sub_content_1 { display: none;}

#sub_content_2 { display: none;}

/* main content area - 2 columns */

#content { width: 750px; }

#main_wrapper { text-align: left; }
  #main { text-align: center; margin: auto; margin-bottom: 45px; padding: 5px; width: 740px; background: #cccccc;}
  #main h2, #main h3, #main h4, #main p, h2, h3, h4 { margin: 5px 0; }
  
    #main .left_col, #main .right_col { float: left; padding: 10px; text-align: left;}
  
    #main .left_col { width: 340px;}
	#main .right_col { border-left: 15px solid #fff; width: 340px; padding-left: 15px;}
	
	#main ol { margin: 5px 0;}	
	#main ol li { list-style: none;}
	#main ol.tall { line-height: 28px;}
	#main ol.tall li.reg { line-height: 15px;}
	
  .paybox { background: #666; margin-bottom: 15px; padding: 20px 10px; }
    .paybox p { color: #fff; margin-bottom: 18px; }
	.paybox h4 { margin-bottom: 25px;}
	
	.paybox .left_col { float: left; text-align: center; margin: auto;}
	.paybox .left_col { margin-left: 15px;}
	
	.paybox .right_col { float: left; text-align: center; margin: auto;}
	
	.paybox .right_col { margin-left: 25px;}
	


/* footer Contact info */
#footer { background-color: #fff; border: none; font-weight: normal; }
#footer .promo {  color: #000; text-align: left;}

/* FLEX footer info */
#flex_footer {
	text-align: center;
	margin: auto;
	margin-top: 15px;
	padding-top: 20px; 
	padding-bottom: 5px;
	font-size: 0.9em;
	width: 770px;
	background-color: #efefef;
}
   

/*
Sidebar menu boxes
*/
.SidebarBox {
	BACKGROUND-COLOR: #e3e2c8;
	font-size: .9em;
	padding: 0px 2px 5px 2px;
}

/*
Border of sidebar menu boxes
*/
.SidebarBorder {
	border: 1px solid #999;
	margin-bottom: 10px;
}

/*
Titles of sidebar menu boxes
*/
.SidebarTitle {
	FONT-WEIGHT: bold;
	COLOR: #000000;
	background: #dfdfdf url(images/sidebartitle_back.gif) top left repeat-x;
	border-bottom: 1px solid #ccc;
}

/*
Menu items located in sidebar boxes
*/
.SidebarItems {
 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: #373b3d; TEXT-DECORATION: none
}

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

/*
Text in the categories list
*/
.CategoriesList {
	BACKGROUND-COLOR: #transparent;
	margin: 0px -2px -5px -2px;
	padding: 0px 2px 5px 2px;
	font-size: 1.1em;
}
.CategoriesList ul {
	margin:0px;
	padding: 0px;
}
.CategoriesList li {
	list-style:none;
	margin-bottom: 4px;
}
/*
Miscelanious text appearing in dialog boxes
*/
.DialogBox {
	BACKGROUND-COLOR: #ffffff
}
  .DialogBox table { margin-top: 5px; }

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

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

/*
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; FONT-WEIGHT: bold; COLOR: #FF0000;
}

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

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

#subcontent_2 {
	width: 149px; padding: 0px;
}



