﻿/*body 
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helevetica, Arial, Sans-Serif;
    font-size: 0.8em;
    overflow: hidden;
}
*/


/* Navigation DIVs */
#navBrand 
{
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: White;
    font-family:  Arial, Sans-Serif;
    font-size: 0.8em;
    color: #C0C0C0;
    vertical-align: middle;
    padding: 0.2em 0em 0.2em 0em;
    border-top: solid 6px #E5E6E9;
    border-bottom: solid 6px #E5E6E9;
    margin-top: 3px;
    
}

#navBrand a, #navBrand a:active
{
    text-decoration: none;
    color: #C0C0C0;
}

#navAdvert, #navCampaign, .advert
{
    FILTER:PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=1, STARTCOLORSTR='#B9CADA', ENDCOLORSTR='#6E7F93') PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=0, STARTCOLORSTR='#6E7F93', ENDCOLORSTR='#B9CADA' );
    color: black;
    font-weight: normal;
    font-family: Arial, San-serif;
    font-size: 0.8em;
    color: white;
    text-transform: uppercase;
    height: 70px;
    text-align: center;
    padding: 0.2em;
    margin-bottom: 1em;
    background-color: #6E7F93;
}

#navCampaign
{ 
    border-right: solid 5px #fff;
    border-left: solid 5px #fff;
    
}

#navBasket
{
    FILTER:PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=1, STARTCOLORSTR='#A8C1E2', ENDCOLORSTR='#6089B8') PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=0, STARTCOLORSTR='#6089B8', ENDCOLORSTR='#A8C1E2' );
    width: 20%;
    background-color: #82A4CA;
    font-size:0.8em;
    color: White;
    padding: 0.2em;
    margin-bottom: 1em;
}

.styleBasket 
{
    font-size: 0.6em;
    color: White;
}

#navMenu
{
    height: 30px;
    border-bottom: solid 2px #E5E6E9;
    padding: 0.3em 0.1em 0.3em 0.1em;
    background-color: #36639B;
    font-family: Verdana, Arial, Sans-Serif;
    color: #36639B;
    /*font-size: 0.8em;*/
   /* margin: 0.2em 0em 0.2em 0em;*/
   }

#navBreadCrumbs 
{
    width: 100%;
    border-top: solid 1px white;
    border-bottom: solid 1px #00AEEF;
	padding: 0.2em 0.1em 0.2em 0.1em;
	background-color: #ADC8E9;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	color: #634c9a;
}

#navCampaignBar 
{
    margin: 0em;
    margin-bottom: 1px;
}

#navSearch, #navQuickshop
{
   /* FILTER:PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=1, STARTCOLORSTR='#A8C1E2', ENDCOLORSTR='#6089B8') PROGID:DXIMAGETRANSFORM.MICROSOFT.GRADIENT(GRADIENTTYPE=0, STARTCOLORSTR='#6089B8', ENDCOLORSTR='#A8C1E2' );
    background-color: #DDE2E6;
    font-size:0.8em;
    color: White;
    padding: 0.3em;
    margin-bottom: 0.1em;
    border-bottom: solid 1px white;
    display: block;*/
}


#navContent 
{
  overflow: auto; 
}

#navFooter 
{
    position: absolute;
    bottom: 0;
    background-color: #00AEEF;
    font-family: Arial, Sans-Serif;
    color: White;
    text-decoration: none;
    font-weight: bold;
    color: White;
    vertical-align: middle;
    text-decoration: none;
    height: 25px;
    width: 100%;
}


/* Menu Elements */

.menuNavigation 
{
	background-image: url(images/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}


.navMenu, .navMenuHover
{ 
   background-color: white;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: #36639B;
   font-size: 14pt; 
   text-decoration: none;
   padding: 0px 10px 0px 10px;
}

.navMenuHover
{
   background-color: white;
}

.navMenuDropdown
{
    background-color: white;
    border-color: #C0C0C0;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    border-top: solid 1px #F0F0F0;
    z-index: 1;
}

.navMenuItem
{ 
   background-color: white;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: #36639B;
  /* font-size: 0.8em;*/
   text-decoration: none;
   text-align: left;
   padding: 2px 8px 1px 5px;
   border: solid 1px white;
}

.navMenuItemHover
{
   background-color: #DAE4EF;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: black;
  /* font-size: 0.8em;*/
   text-decoration: none;
   padding: 2px 8px 1px 5px;
   border: solid 1px white;
}

/* Secondary Menus */
.otherMenu, .otherMenuHover
{ 
   background-color: #ADC8E9;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: White;
   font-size: medium;
   text-decoration: none;
}

.otherMenuDropdown
{
    background-color: #ADC8E9;
    border-color: Blue;
    border-width: 0px 1px 1px 1px;
    border-style: ridge;
   /* border-right: solid 1px black;
    border-left: solid 1px blue;*/
}

.otherMenuItem
{ 
   background-color: #ADC8E9;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: White;
   font-size: 0.8em;
   text-decoration: none;
   padding: 2px 8px 1px 5px;
   border: solid 1px #ADC8E9;
}

.otherMenuItemHover
{
   background-color: White;
   font-family: Arial, Sans-Serif;
   font-weight: 800;
   color: #ADC8E9;
   font-size: 0.8em;
   text-decoration: none;
   padding: 2px 8px 1px 5px;
   border: solid 1px #ADC8E9;
}

/* Other navigation */

.navContent 
{
    overflow: auto;
    height: 100%; 
    width: 99%; 
    padding: 0.2em 0em 0.2em  0em;
}


/* breadcrumbs */
.navBreadCrumbs, a.navBreadCrumbs 
{
	background-color: #ADC8E9;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	color: #634c9a;
}

/* Left hand menu */
.menu-top
{ 
	background-color: #36639B;
    font-weight: 600;
    text-decoration: none;
    color: White;
    width: 100%;
    font-size: 0.9em;
    padding: 0.2em 0.1em 0.2em 0.1em;
    font-family: Verdana, Arial, Sans-Serif;
    border-bottom: solid 1px white;
}

.menu-top a
{
	color: White;
	text-decoration: none;
	display: block;	
	width: 100%;
}

.menu-sub 
{
    background-color: #DAE4EF;
    text-decoration: none;
    color: #36639B;
    /*width: 100%;*/
    width: 97%;
    font-size: 0.9em;
    list-style: none;
    margin: 0px;
    padding: 0.2em 0.1em 0.2em 0.5em;
    font-family: Verdana, Arial, Sans-Serif;
    border-bottom: solid 1px white;
}

.menu-sub a
{
	color: #36639B;
	text-decoration: none;
	display: block;
	width: 100%;
}

.menu-top a:hover, .menu-sub a:hover
{
	text-decoration: underline;
}


.styleTree
{ 
    margin-bottom: 5px;
   /* border-bottom: solid 1px #8D9EB0;
    border-top: solid 1px #8D9EB0;
    background-color: #8D9EB0;*/
   width: 100%;
}

.styleTreeParent 
{
    background-color: #36639B;
    font-weight: 600;
    text-decoration: none;
    color: White;
    width: 100%;
    font-size: 0.9em;
    padding: 0.1em  0.1em 0.1em 0.0em;
   /* border-bottom: solid 1px #36639B;*/
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
}

.styleTreeLeaf
{
    background-color: #DAE4EF;
    text-decoration: none;
    color: #36639B;
    width: 100%;
    font-size: 0.9em;
   /* border-bottom: solid 1px #36639B;*/
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
}

.styleTreeLeaf li 
{
    border-bottom: solid 1px white;
    text-decoration: none;
    padding: 0.1em 0.1em 0.1em 0.7em;
}

.styleTreeLeaf li a
{
    text-decoration: none;
    color: #36639B;
    font-weight:bold;
}

/* CSS classes for the DataList that provides the product listing */

.product
{
	/*width:175px;	*/
	/*border-bottom: solid 1px #DAE4EF;*/
	font-size: 0.8em;
	margin:  0px 0px 4px 0px;
	vertical-align: top;
	padding: 5px;
}

.product a, .product img, .productimage img
{
    text-decoration: none;
    color: Black;
    border: none;
}

.productimage
{
	/*width:105px;*/
	margin-left: 5px;
	padding-right: 10px;
	float:left;
	text-decoration: none;
	border: none;
}

.productdetails
{
	float:right;
	width:125px;
	margin-top:5px;
	margin-bottom:5px;
}

.ProductListHead, .ProductListHead a
{
    font-weight: bold;
    color: #808080;
}

.ProductListItem
{
    padding-top: 10px;
}

.ProductListItem table
{
    font-size: 0.96em;
}

.productListPrice 
{
    color: #36639B;
    font-weight: bold;
    text-align: right;
}

.oldPrice 
{
	text-decoration: line-through;
	color: red;
}

.productaddbutton, a.productaddbutton
{
	/*float:left;*/
	text-align: right;
	color: #36639B;
	font-weight: bold;
	text-transform: lowercase;
}



.clear 
{
    clear: both;
}



/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

#navigation, #navigationBottom
{
	width:100%;
	margin-top: 4px;
	background-color: #DAE4EF; /*#F0F0F0;*/
    font-size: 1.2em;
  /*  border-left: solid 1px white;
    border-right: solid 1px white;*/
    margin-bottom: 4px;
    padding: 3px;
}


#rightPageList a.appstd, #rightPageListBottom a.appstd
{
	color: Black;
	text-decoration: none;
	font-weight:bold;
	
}

#navigation a, #navigationBottom a
{
    text-decoration: none;
    color: #36639B;
}
#navigation a:hover, #navigationBottom a:hover
{
    text-decoration: underline;
    color: #36639B;
}

#leftnav, #leftnavBottom 
{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	white-space: nowrap;
}

#rightnav, #rightnavBottom
{
	float: right;
	width: 20%;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	white-space: nowrap;
}

#numnav, #numnavBottom
{
	/*float: inherit;*/
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;	
}

.error
{
	color: Red;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 1em;
	
}

.errorText
{
	color: Red;
}

.inputtext 
{
	
}

.inputtextmand 
{
	border-bottom: dotted 1px red;
}

.roundedTopLeft 
{
	background-image: url(images/rounded-tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.roundedTopRight 
{
	background-image: url(images/rounded-tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundedBottomLeft 
{
	background-image: url(images/rounded-bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.roundedBottomRight 
{
	background-image: url(images/rounded-br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.multiSelectMenu
{
	background-color:  #36639B;
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	text-align: center;	
	border-right: solid 1px white;
}

.multiSelectMenuSelected
{
	background-color: #6E7F93;
}