/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
	color: Black;
	margin:0 auto;
	text-align:center;
	background-color:#F7F4EE;
	width:100%;
	/*background-image: url(../images/global_background.jpg);
    background-repeat:repeat-y;*/
}

#GlobalBetaSticker
{
    position:absolute;
    top:0px;
    right:0px;
    visibility:hidden;
}

#globalHeader
{
    height:120px;
    width:1002px;
    	margin: 0 auto;
    text-align:left;
    background-color:#FFFFFF;
    overflow:hidden;
}

#globalHeader .headerImage
{
    vertical-align:middle;  
}

#globalHeaderTop
{
    height:75px;
    overflow:hidden;
}

h2.globalHeaderTopTitle
{
    margin: 20px 0 5px 300px;
    font-size:1.6em;
}

#globalHeaderLogo
{
	padding:20px 10px 0px 20px;
    float:left;   
    height:75px;
}

#globalHeaderLogin
{
	background-image:url(../images/header_pan.jpg);
	background-repeat:no-repeat;
	background-position: top left;
    color:Navy;
    float:right;
}

#globalHeaderLogin input
{
    font-size:0.9em;
    color:Navy;
    float:right;
}

#globalHeaderNavBar
{
    display:block;
    clear:both;
    width:100%;
    height:46px;
    background-color:#716E75;
    /*background-image: url(../images/header.jpg);*/
    background-image: url(../images/headerPiece.jpg);
    background-repeat:repeat-x;  
    text-align:center; 
    margin:0 auto;
}
#globalHeaderNavBarNav
{
      margin:0 auto;
}

#globalHeaderNavBarNav a:hover
{
	background:none;
}

#globalHeaderNavBarInner
{
    width:1000px;
    text-align:right;
    height:46px;
    border:1px lightgray solid;
    margin:0 auto;
}

#globalHeaderNavBarSearch
{
    /*border:1px solid red;*/
    text-align:left;
    float:left;
    width:250px;
    height:46px;
    vertical-align:top;
    padding:8px 0 0 10px ;
}
#globalHeaderNavBarSearch input
{
    border:none;
    padding:0;
    margin:0;
    vertical-align:top;
}

#globalHeaderNavBarSearch .searchBox
{
    padding-left:3px;
    font-size:1em;
    height:18px;
    width:170px;
}

#global
{
     /*background-image: url(../images/global_background.jpg);
    background-repeat:repeat-y;*/
    border:1px lightgrey solid;
    border-top:none;
	margin: 0 auto;
	text-align:center;
	width:1000px;
}

#global_inner
{
   margin:0 auto;
   /*width:980px;*/
   /*border:thin yellow solid;*/
   text-align:center;
   background-color:White;
}

.Left
{
	position: relative;
	float: left;
	width: 190px;
	/*border:thin red solid;*/
}

.Middle
{
    margin:0px 10px 0px 10px;
    /*border:thin grey solid;*/
	position: relative;
	float: left;
	width: 628px;
}

.Right
{
    /*border:thin blue solid;*/
	position: relative;
	float: left;
	width: 152px;
}

/* DEFAULT PAGE */
#defaultMainSpecialOffer{	border: 2px solid grey;	height:	200px;width:600px;padding:3px;}

#defaultSpecialOfferTitle
{
	visibility:hidden;	text-align:center; height:1px;}

#defaultSpecialOfferTitle h1
{
	font-size:120%;
	color:Red;
}

#TopSpecialOfferContainer
{
    width:590px;
    height:208px;
    overflow:hidden;
    padding:8px;
}
.TopSpecialOfferTitle {font-size:1.4em;}
#TopSpecialOfferInfo {margin:10px 0 0 0;color:Navy; padding-left:5px;}
#TopSpecialOfferInfo h2{font-family:sans-serif; color:Red; font-size:1.7em; font-weight:bold}
#TopSpecialOfferInfo p.OnlyInStore { font-size:0.8em; color:#D95B2C;margin:5px 0 0 0;}
#TopSpecialOfferPic { margin:10px 15px 0 0;float:left;}
#TopSpecialOfferPic img {max-height:170px; max-width:170px;}
#TopSpecialOfferStamp {float:right;position:relative;bottom:80px;left:15px;z-index:2;}

.SpecialOfferContainer
{
    background-image: url(../images/product_window.jpg);
    background-repeat:no-repeat;
    width:288px;
    height:180px;
    margin-top:10px;
    position:relative;
    margin:8px 15px 0 0;
}

.SpecialOfferContent
{
	position:relative;
    margin:15px 15px 15px 15px;
}

.SpecialOfferHeader{ height:5px;    width:288px;    text-align:center;    }

.SpecialOfferHeader h2{    font-size:1.2em;margin: 0 0 5px 0;}
.SpecialOfferContent h2.SpecialOfferTitle { margin:2px 0 10px 0;}

.SpecialOfferHeader h3{}
.SpecialOfferPrice h2{ float:left; width:60px;height:60px; vertical-align:bottom; color:#B7292F;padding:10px 0 10px 0; font-size:1.2em;}

.SpecialOfferInfo{float:right;color:Navy; padding-left:5px; width:160px;}

.SpecialOfferStamp
{
	position:relative;
	bottom:20px;
	left:120px;
}

.CatSearchResults
{
    padding:10px 10px 10px 10px;
    border:1px solid navy;
}

a
{
	color: Navy;
}


a.PlainWhite
{
	color:White;
	text-decoration:none;
}

a.PlainWhite:hover
{
	background-color:Transparent;
}


.BlueBKWhiteText
{
	text-align:center;
	background-color: navy;
	color: white;
}

h2
{
	color:Navy;
	font-size:1.2em;
	margin:0;
}

#manufacturersFooterList { margin:5px; padding:5px; border:1px solid #AAA; font-size:smaller; color:#333; }

a.smallFooterLink { color:#AAA; }

.Footer
{
	/*width:980px;*/
	height:44px;
	/*background-image:url(../images/0708/footerbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

.FooterContent
{
	padding:5px 5px 5px 5px;
	color:White;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	height:34px;
	vertical-align:middle;
}

.TermsConditions
{
    float:right;
    font-variant: small-caps;
}



.contentHeader
{
	color:Navy;
	font-size:1.2em;
	margin-bottom:40px;
	margin-top:20px;
}

.OrderTH
{
	font-weight:bold;
	color:Navy;
}

/* default.aspx */
#defaultIntroduction
{
    margin: 5px 10px 5px 10px;
    font-size:1em;
}

#frontHeader
{
    background-image: url(../images/main_pic.jpg);
    background-repeat:no-repeat;
    width:100%;
    height:207px;
}

#frontHeader div
{
    float:right;
    vertical-align:middle;
    padding-right:10px;
}

#frontHeader div span
{
    font-weight:bold;
    font-size:1.3em;
    color:Navy;
}

#frontHeader h2
{
    font-size:1.4em;
    position:relative;
    top:130px;
    left:60px;
}

.BeatTheCrunch
{
    padding:10px 0px 10px 0px;   
}

/*right menu*/
#RightMenuGoogleMaps
{
    margin:10px 0px 10px 0px;
}

/* Login.ascx*/
#LoginContainer
{
   text-align:right;
   width:300px; 
   visibility:hidden;
}

#LoginContainer input
{
   line-height:1em;
}

.loginItem
{
    width:100%;
}

#divLoggedIN
{
    
}
/* basket.ascx */
#smallBasketContainer
{
 border:thin solid #AAA;
 /*background-image: url(../images/basket.jpg);
    background-repeat:no-repeat;*/
 background:none;
 width:146px;
 min-height:172px;
}

#smallBasketContent
{
    padding:5px 5px 5px 5px; 
    min-height:145px;  
}

#smallBasketFooter
{
	position:relative;
	bottom:0px;	
	font-size:85%;
	color:#AAA;
}

/* menu */
#leftMenuContainerHeader
{
    background-image: url(../images/sidebarTop.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    text-align:left;
    height:16px;
    width:190px;
}
#leftMenuContainerFooter
{
    background-image: url(../images/sidebarBottom.jpg);
    background-repeat:no-repeat;
    text-align:left;
    height:35px;
    width:190px;
}

#leftMenuContainer
{
    background-image: url(../images/sidebarSlice.jpg);
    background-repeat:repeat-y;
    background-position: 0px 0px;
    text-align:left;
    width:190px;
}
ul#menu, ul#menu ul {
    list-style-type:none;
    margin: 0 0 0 0;
    padding: 10px 0 0 10px;
    width: 15em;
  
}

ul#menu a {
    display: block;
    text-decoration: none;
    background-image: url(../images/menu_item.jpg);
    background-repeat:no-repeat;
    /*height:28px;*/
    width:161px;
    Vertical-align:middle;
    line-height:28px;
    padding-LEFT:10PX;    
}

ul#menu a:hover, ul#menu a:active, ul#menu li a:hover, ul#menu li a:active
{
    background-image: url(../images/highlighted_menu_item.jpg);
    /*height:28px;*/
    width:151px;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
    /*background: #333;
    color: #fff;	
    padding: 0.5em;*/
    background-image: url(../images/menu_item.jpg);
    background-repeat:no-repeat;
    /*height:28px;*/
    width:161px;
    Vertical-align:middle;
    line-height:28px;
    padding-LEFT:10PX;    
}

/*ul#menu li a:hover {
  background: #000;
}*/

ul#menu li ul
{
    margin: 0 0 0 0;
    padding:0 0 0 10px;
}

ul#menu li ul li a {
  background: #F2F7FB;
  color: #000;
  margin:0 0 0 0;
  padding-left: 10px;
  width:141px;
  font-size:0.85em;
}

ul#menu li ul li a:hover 
{
    background: #F2F7FB;
    color: #FF5400;
    width:141px;
}

/* PRODUCTs */

#productContainer
{
    /*background-image: url(../images/product_window.jpg);
    background-repeat:no-repeat;*/
}

#productContent
{
    margin:25px;
}

#productImage
{
 float:left; 
 padding:10px;  
 max-width:200px;
 max-height:400px;
 display:block;
}

#productImage img
{
	max-width:250px;
	max-height:250px;
}

.productLeft
{
	position: relative;
	float: left;
	width: 200px;
}

.productMidSpacer
{
	position: relative;
	float: left;
	width: 10px;
}

.productRight
{
	position: relative;
	float: left;
	width: 300px;
}

.productSpacer
{
	height: 10px;
}

.productAddButton
{
}

.productCode
{
	position: relative;
	color: Navy;
	font-size: 0.9em;
}

.productCost
{
	position: relative;
	color: Navy;
	font-size: 1.1em;
}

ul.productList
{
	float:left;
	list-style-type: none;
	padding: 10px 20px 20px 5px;
}

ul.productList li, li.productListItem
{
	padding:5px 5px 8px 35px;
	background-image: url(../images/bluetick2.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

.productExcVat
{
	font-size:0.8em;
}

.productAdditionalInformation
{
	min-height:30px;
	margin:10px;
	clear:both;
}

.productSearchImage
{
    padding:10px;  
    max-width:70px;
    max-height:70px;
    display:block;
}

.BlueBorderTopLeft
{
    background-image: url(../images/productContainer_r1_c1.jpg);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}

.BlueBorderTopRight
{
    background-image: url(../images/productContainer_r1_c4.jpg);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    top:0px;
    right:0px;
     z-index:2;
}
.BlueBorderTopCenter
{
    background-image: url(../images/productContainer_r1_c2.jpg);
    background-repeat:repeat-x;
    width:98%;
    height:16px;
    position:absolute;
    top:0px;
    left:0px;
}
.BlueBorderLeft
{
    background-image: url(../images/productContainer_r2_c1.jpg);
    background-repeat:repeat-y;
    height:100%;
    width:16px;
    position:absolute;
    left:0px;
    top:0px;
}
.BlueBorderRight
{
  background-image: url(../images/productContainer_r2_c4.jpg);
    background-repeat:repeat-y;
    height:100%;
    width:16px;  
    position:absolute;
    right:0px;
    top:0px;
}
.BlueBorderBottomCenter
{
    background-image: url(../images/productContainer_r4_c2.jpg);
    background-repeat:repeat-x;
    width:98%;
    height:16px;
    position:absolute;
    bottom:0px;
    left:0px;
}
.BlueBorderBottomRight
{
    background-image: url(../images/productContainer_r4_c4.jpg);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    bottom:0px;
    right:0px;
}
.BlueBorderBottomLeft
{
    background-image: url(../images/productContainer_r4_c1.jpg);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    position:absolute;
    left:0px;
    bottom:0px;
}

/*BLOCKS*/
.BlockBorder
{
	border: 1px;
	border-style: solid;
	border-color: Navy;
	color: navy;
}

.BlockHeader
{
	background-color: Navy;
	color: White;
	width: 158px;
	height: 20px;
	text-indent:20px;
	font-weight:bold;
	font-size:0.9em;
}

.BlockHeaderVAlign
{
	position:relative;
	top:2px;
}

a.BlockA
{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	width: 158px;
	height: 20px;
	text-indent: 20px;
	vertical-align: middle;
	line-height: 20px;
}

a:hover
{
	background-color: #ffffff;
}

.BlockDetail
{
	width: 158px;
	background-color: #ccccff;
	font-size:0.7em;
}

.BlockSpacer
{
	font-size:0.1em;
	height:5px;
}

.BlockSpacerMed
{
	font-size:0.1em;
	height:10px;
}

.BlockSpacerLarge
{
	font-size:0.1em;
	height:15px;
}

.BlockDetailLeft20
{
	position:relative;
	left:20px;
	width:120px;
}

a.RightMenuLink { border-style:none; } 

a.RightMenuLink img { border-style:none; } 
