﻿body {
	background: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000033;
	background-color: #c8e3f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
}
/* Horizontal bar */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 11.15em;
	float: left;
	background-color: #0066CC;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a.MenuBarItemHorizontal
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	color: #0066CC;
	/*text-decoration: none;*/
	font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHorizontal:Hover 
{
	/*background-color: #000066;
	color: #FFF;*/
	text-decoration: uderline;
	font-weight: bold;
}
/*--------------------------------------------*/
/* Vertical Bar*/
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 16em;
}

ul.MenuBarVertical a,
ul.MenuBarVertical a:visited,
ul.MenuBarVertical a:active,
ul.MenuBarVertical a:link
{
	display: block;
	cursor: pointer;
	background-color: #EEEEEE;	
	padding: 0.5em 0.5em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}
/* padding: 0.5em 0.75em;Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
li.MenuBarVertical a.MenuBarItem:Hover
{
	background-color: #C1C1C1;
	color: #FFFFFF;
	margin:0px;
}
li.MenuBarVertical a.MenuBarItemSubmenu,
li.MenuBarVertical a.MenuBarItemSubmenu:Visited,
li.MenuBarVertical a.MenuBarItemSubmenu:link,
li.MenuBarVertical a.MenuBarItemSubmenu:active
{
 	font-size: 9px;	
 	font-weight:normal;
 	margin:0px;
 	padding-left:10px;
}
li.MenuBarVertical a.MenuBarItemSubmenu:Hover
{	
	font-size: 9px;
	background-color: #C1C1C1;
	color: #FFFFFF;
	margin:0px;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.TopAboveCartText {
	font-size: 10px;
	margin-left: 8px;
}
.LeftMenu {
	font-size: 11px;
	padding-left: 1px;
}
.loginRegister {
	font-size: 14px;	
	background-image:url('../../Images/Design/black-bar-925-fix.png');
	background-repeat:no-repeat;
	height:22px;
	color:white;
	text-align:center;
	vertical-align:top;
	width:935px;
}

.TopDynamicCategoryDescription {	
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	/*background-image:url('../../Images/Design/speechbox3.png');*/
	background-repeat:no-repeat;
}

.BodyCategoryName
{
	font-size: 16px;
	color:Black;	
	font-weight:bold;
}
a.BodyCategoryName:link, a.BodyCategoryName:visited
{
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
	color: #0066cc;	
}

.NavCountry{color: #0066cc;}


a:link {
	text-decoration: none;
	color: #0066cc;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #0066cc;
}
.BottomCEOText {
	color: #0000FF;
}

.BodyProductName, a.BodyProductName {
	color: #000033;
	font-size: 11px;
	font-weight: bold;
	text-align:center;	
	vertical-align:top;
	height:26px;
}
.BodyProductShordDescription {
	color: #333333;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	height:91px;
	font-weight:normal;
}
.ProductPrice {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.ProductDetailsPrice {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.ProductDetailsSave {
	color: #000033;
	font-size: 16px;
	font-weight: bold;
}


.page_top_bg 
{	
	background-image: url('../../Images/Design/BG/Stage_BG_top.png');
	background-repeat: repeat-x;
	padding-top: 10px;
}
#pageA {
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	position: relative;
	top: 0px;
}
.pg_content_top {
	text-align: left;
	background-color: #eeeeee;
	margin-right: 0px;
}
.pg_content_bottom {
	background-image: url('../../Images/Design/BG/Page_BG_btm.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pg_content_footer {
	background-image: url('../../Images/Design/BG/Ftr_BG_reflec.jpg');
	background-repeat: no-repeat;
	height: 64px;
	display: block;
	background-color: #014f7c;
}
#pageC {
	position: relative;
}
.page_bottom_bg {
	background-image: url('../../Images/Design/BG/Stage_BG_btm.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	position: relative;
}
.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1%;
}
.BarText, a.BarText, a.BarText:hover, a.BarText:visited, a.BarText:active, a.BarText:link 
{	
	font-size: 10px; 
	font-weight:normal; 
	color:white;
}

.BuyNowButton,a.BuyNowButton {color: #000033;}
.BuyNowButtonCatalog,a.BuyNowButtonCatalog
{
	color: #000033;
	font-size:14px;
	font-weight:bold;	
}
a.Welcome, a.Welcome:Hover, a.Welcome:Visited, a.Welcome:active, a.Welcome:link
{
	text-decoration:uderline;
	color: white;
}

.WelcomeLine {	
	font-weight: bold;	
	color: white;
	padding-right:10px;
}


.TopAboveCartHeader {	color: #000000;
	font-weight: bold;
}
.TopDynamicCathegoryText {color:#0066CC; font-weight: bold; font-size: 12px; text-align:left; }
h1.TopDynamicCathegoryText {color: black;/*#0066CC;*/ font-weight: bold; font-size: 12px; text-align:left; }
.TopTipsOfDayText {color: #000000; font-style: italic; text-align:left; }
.BottomCategoryName { color: #FFFFFF;background-color:#0066CC; vertical-align:top;}
#SiteHeader{ background-color:#FFFFFF;}
#MainTable{background: #FFFFFF;}
#BottomLogos{background: #FFFFFF;}
.NoBorder
{
	border:none;
}
.footer
{
	/*PADDING-RIGHT: 13px;*/
	/*MARGIN: auto 2px;		*/
	/*PADDING-TOP: 23px;		*/
	HEIGHT: 213px;	
	text-align:center;
}
.FooterTextTitle {
	color: #333333;
	font-weight:bold;
}

.FooterText {
	font-size: 14px;
	color: #0066CC;
	font-weight:bold;
}
a.TellAFriend 
{
	color: #000033;
	font-size: 10px;
	font-weight:bold;	
}
a.TellAFriend:Hover {	
	text-decoration:underline;
}
.asterix {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.RegisterPage 
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #eeeeee;	
	text-align : left;
}
.TableHead {
	background-color: #6a7d90;
	color: white;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align:center;
}

.ValidateText 
{
	color: red;
}
.OrderTable {
	border: #cccccc 1px solid;	
	background-color: #eeeeee;
	text-align: left;
}	
.style90 {
	color: #0066CC;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.style91 {
	text-align: center;
}
.style94 {
	font-weight: bold;
	font-size: medium;
	text-align: left;
}
.style95 {
	text-align: left;
}
.style96 {
	color: #000000;
}
.style97 {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.style98 {
	color: #0066CC;
	font-weight: bold;
	font-size: medium;
	text-align: left;
}
.style99 {
	color: #0066CC;
}
.style100 {
	background-repeat: no-repeat;
}
