﻿/********************************************************************************************************/
/*                                                                                                      */
/* ELEMENTS                                                                                             */
/*                                                                                                      */
/********************************************************************************************************/



/* Colours to Try

Brown: #C1D3C0

GreyBlue (Background to Menus)  #EDEDED

Light Pink (Borders) #D2C0D2


D2C0D2


C1D3C0
Dark Colour 606060

#A18C89

*/

p
{
	margin-bottom:0px;
	margin-top:5px;
}

h1
{
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	font-family: Verdana;
	font-size:x-large;
	font-weight:normal;
	color: #B37564;
	background-color: white ;
}

a
{
    text-decoration: underline;
    font-family: Verdana;
    color: #78717C;
    font-size:10pt;
}

a img
{
	/*display:block; */
}


a:hover img
{
	/*display:block; */
	text-decoration: none;
	background-color:#D2C0D2; 
    color:#000;
    cursor:pointer;
}

a:hover div
{
	/*display:block; */
	text-decoration: none;
	background-color:#D2C0D2; 
    color:#000;
    cursor:pointer;
}

a:visited 
{
	color:#9FAD9E;
	
}

a:hover  {
	text-decoration: underline;
	background-color:#D2C0D2; 
    color:#000;
    cursor:pointer;
}

a:active {
}

/* Login View */

.Login .label {
    display:block;
}

.textfieldTransparent
{
     width:239px;
     height:22px;
     border-style:none; 
}

.trvSelectedNode
{
    background-color:#D2C0D2;
    color:#fff;
}

.trvSelectedImage
{
    border-right: #D2C0D2 3px double;
    border-top: #D2C0D2 3px double;
    border-left: #D2C0D2 3px double;
    border-bottom: #D2C0D2 3px double;
}

.DetailsViewDefault
{
    background-color:#EDEDED;
    border-right: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-left: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 1px solid;
    text-align: left;
    margin-top: 0px;
    padding-top: 5px;
    width:100%;
}

.DVCommand
{
    height:30px;
    background-color:#fff;
    vertical-align:middle;
    width:100%;
}

.DVCommandItem
{
    background-color:Transparent ;
    position:relative;
    margin-left:3px;
    margin-right:3px;
    vertical-align:middle;
    text-align:left;
}

.textbox {
	border: 1px solid #D2C0D2;
	/*width: 140px;*/
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
	background-color:#fff;
}

.checkbox
{
    border: 1px solid #D2C0D2;
    background-color:#fff;
}


.Login .button {
    display:block;
    margin-top:8px;
    margin-bottom:8px;
}

.ExplorerTViewPanel
{
    background-color:#EDEDED;
    border-right: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-left: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 1px solid;
    text-align: left;
    margin-top: 0px;
    padding-top: 5px;
    height:200px;
}

.ExplorerTView
{
    color:#C1D3C0;
}





 
 .AdminMainbody
{ 
    background-color : #FEFEFE;
    font-family:Verdana;
	font-size:10pt;
	color:#98988D;
	background: #FEFEFE url(Images/Adminbg.jpg) no-repeat top left;
}

.Mainbody
{ 
    text-align:center;
    background: #FEFEFE url(Images/bg.jpg) no-repeat top left;
    font-family:Verdana;
	font-size:10pt;
	color:#98988D/*#C1D3C0;*/
}

.Printbody
{ 
    text-align:left;
    font-family:Verdana;
	font-size:10pt;
	color:#98988D/*#C1D3C0;*/
}


h4 {
	margin-top: 0;
	margin-bottom: 1.12em;
	font-weight: bold;
}


/********************************************************************************************************/
/*                                                                                                      */
/* CLASSES                                                                                              */
/*                                                                                                      */
/********************************************************************************************************/




.MenuHyperLink
{
	text-decoration: none;
}


.MainMenu
{
    display:none;
    position:relative ;
    right:50px;
    top:30px;   
    color: #000;
}


.PositionMenu 
{
    display:none;
	position:relative;
	text-transform: uppercase;
	font-size: 10px;
	right:50px;
}


/********************************************************************************************************/
/*                                                                                                      */
/* ELEMENT ID's                                                                                         */
/*                                                                                                      */
/********************************************************************************************************/


#ContentPage
{
    background-color:#606060;
}

#OuterContainer
{
    position:absolute;
    left:0;
    top:0;
    text-align:left;
	width:100%;
    height:100%;
}

#InnerContainer
{
   /*position: absolute;*/
	margin-left:15px;
	margin-right:6px;
	/*padding-right:-100px;*/
    text-align: left;
    /*top: 0;
    right:10px;
    left: 190px;*/
    width:auto;
}

#AdminInnerContainer
{
    position: absolute;
    text-align: left;
    top: 0;
    right:10px;
    left: 0px;
    width:auto ;

}

/*
#InnerContainer
{
    position: absolute;
    text-align: left;
    top: 124px;
    left: 190px;
    right: 10px;
    width: auto;
    margin: 0 0 0 0px;
    padding: 0 20px 20px 10px;
    background: Transparent url(Images/rightbg.jpg) top right repeat-y;
    border-left: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 2px inset;
    border-right: #D2C0D2 2px inset;
    min-height: 600px;
}
*/
/* fafafa */

#MainContent
{
	position:relative;
    /*top:0;*/
   /* background: Transparent url(Images/rightbg.jpg) top right repeat-y;*/
    border-left: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 2px inset;
    border-right: #D2C0D2 2px inset;
    min-height: 500px;
    margin: 0 8px 0 0;
    padding: 25px 20px 10px 20px;
   /* right: 0;*/
    z-index:0;
    width:auto;
}

#AdminMainContent
{
    position:relative;
    top:0;
   /* background: Transparent url(Images/rightbg.jpg) top right repeat-y;*/
    border-left: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 2px inset;
    border-right: #D2C0D2 2px inset;
    min-height: 500px;
    width:auto;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 20px;
    right: 0;
}

#Header
{
    position:relative;
    text-align:right;
    top:0;
    left:0;
    height:114px;
    margin: 5px 8px 0 0px;
    padding: 5px 5px  0 5px;
    z-index:1;
}

/*
#Header
{
    position:relative;
    text-align:right;
    top:0;
    left:0;
    height:114px;
    margin: 5px 2px 0 0px;
    padding: 5px 5px  0 5px;
}
*/
#AdminHeader
{
    position:relative;
    text-align:right;
    top:0;
    left:0;
    height:114px;
    margin:  5px 2px 0 530px;
    padding: 5px 5px 0 0;
}

#loginStatus
{
    position:relative;
    text-align:right;
    top: 60px;
    font-size:7pt;
    margin-right:8px;
}

.LoginStatusItem
{
    
}


#Footer
{
    position: relative;
    text-align:left;
    left: 0px;
    height: 40px;
    margin: 0 0 0 0;
    padding: 0 220px 0 0;
}


.TableLabel
{
    text-align:right;
}
/* Categories Menu (Left)*/

/* Menu Container */


    /*width:115px;*/
   /* border: solid 1px #D2C0D2; */
   
   .ErrorLabel
   {
    color:Red;
   }



/*Buttion */
.CatStatic
{
    margin: 0 0 0 0;
    padding: 2px 0 5px 0;
    
    border-left: solid 1px #D2C0D2;
    border-right: solid 1px #D2C0D2;
    height:20px;
}

/* Div for the Menu */
#MenuCategories
{
    text-align: center;
    position: absolute;
    top: 123px;
    left: 9px;
    margin: 0 0 0 0;
    padding: 0 0px 0 0px;
	/*border: solid 1px #D2C0D2;*/
    background-color: Transparent;/* #EDEDED;*/
    z-index:100;
}

.Categories
{
    position:relative;
    height:100%;
    left:1px;
    border-bottom: solid 1px #D2C0D2; 
    border-top: solid 1px #D2C0D2;
    background-color: white  ;
    text-align:left;
    Width:173px;
}

.ShowAll
{
	border: solid 1px #D2C0D2; 	
	background-color: white  ;
	height:20px;
	text-align:left;

	padding: 2px 0 2px 7px;
    vertical-align:middle;
}

.DynamicCategories
{
	
	margin: 0 0 0 0;
    padding: 2px 0 5px 0;
    border-left: solid 1px #D2C0D2;
    border-right: solid 1px #D2C0D2;
    height:20px;
    text-align:left;
    width:173px;
    
    /*
    position:relative;
    left:0px;
    top: 0px;
    background-color:Transparent;
    margin: 0 0 0 0;
    padding: 2px 5px 4px 0;
	white-space:nowrap;
    border-left: solid 1px #D2C0D2;
    border-right: solid 1px #D2C0D2;
    text-align:left;
    width:250px;
    height:20px;*/
}

.DynamicCategoriesSelected, .CatStaticSelected
{
	background-color:#D2C0D2;
}

.DynamicMenuCategories
{
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
   /* background-color: #EDEDED;*/
    z-index:100;
    border-top:solid 1px #D2C0D2;
    border-bottom:solid 1px #D2C0D2;
    width:173px;
}

/* dcc7ac*/

#MenuCategories .MenuHover
{
    background-color:#D2C0D2;
    color:#D2C0D2; /*#ae986f;*/
    text-decoration: underline;
   /* border-left: solid 5px #D2C0D2;*/
}



/* Top Navigation Menu */

#FloatMenuNav1
{
    background-color: Transparent ;
    text-align: right;
    position: relative;
    margin: 0 0px 0 0;
    padding-right:0;
    top: 37px;
    z-index: 101;
    height: 1px;
}



.FloatMenu1Off
{
 position:absolute;
 top:-25px;  
 right:0px;
 border-bottom: 1px solid #D2C0D2;
 
}
.FloatMenuNav1Item
{
    padding-right:5px;
   
}

.FloatMenuStyle
{
	/*border-bottom: 1px solid #D2C0D2;*/
}

.FloatMenuDynHover
{
    background-color:#D2C0D2;
    color:#D2C0D2; /*#ae986f;*/
    text-decoration: underline;
   /* border-left: solid 5px #D2C0D2;*/
}

.FloatMenuDynamicCategories
{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0;
    /*padding: 2px 0 5px 0;*/
    
    border-left: solid 2px #D2C0D2;
    border-right: solid 2px #D2C0D2;
    height:20px;
    text-align:left;
    width:173px;
	
	/*
    position:relative;
    left:0px;
    top: 0px;
    background-color:Transparent;
    margin: 0 0 0 0;
    
	white-space:nowrap;
    border-bottom: solid 1px #D2C0D2;
    border-left: solid 5px #D2C0D2;
    border-right: solid 5px #D2C0D2;
    text-align:left;*/
}


.FloatMenuNav1DynItem
{
	text-align:left;
	 z-index:-1;
}

/* Bottom Navigation Menu */

#FloatMenuNav2
{
    text-align: left;
    position: relative;
    margin: 0 0 0 0;
    top:5px;
    z-index: 101;
    padding-left:10px;
    height: 24px;
    border-left: #D2C0D2 1px solid;
    border-top: #D2C0D2 1px solid;
    border-bottom: #D2C0D2 1px inset;
    border-right: #D2C0D2 1px inset;
     background-color:#EDEDED;
}

/* Shop Menu */

#FloatMenuShop
{
    text-align:center;
/*    background: transparent url(Images/bottomrightcornerhalf.gif) no-repeat bottom right;*/
    width:150px;
    max-width:150px;
    position:absolute  ;
    z-index:1;
    margin: 0 0 0 110px ;
    margin-top:0;
    display:none;
}

#FloatMenuShopHeading
{
  /*  background: transparent url(Images/toprightcornerhalf.gif) no-repeat top left;*/
    margin:  0 0 0 0;
    padding: 10px 10px 10px 10px;
    height: 20px;
    display:none;
}

#FloatMenuShopMenu
{
  
    position:relative;
    border-right: 5px solid #000;
    margin: 0 -6px 0 0;
    padding-right:auto;
    padding-left:auto;
    width:140px;
    max-width:140px;
    background-color: #ddd;
    z-index:100;
    display:none;
}

/* RangeViewer Data List */
.RangeViewer
{ 
	vertical-align:top;
}

.RangeViewItem
{
	vertical-align:top;
}



.RVCItem
{
    vertical-align:top;
    text-align:left;
    border-top:1px solid #C1D3C0;
}

.RVCImage
{
    height:105px;
    width:105px;
    min-height:105px;
    min-width:105px;
    vertical-align:middle;
    text-align:center;
   /* padding-left:8px;*/
   /* border-bottom:1px solid #C1D3C0;*/
	white-space:nowrap;
}



/* ProductViewer Data List */
.ProductViewer
{ 
    
}

.ProductView
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ProductViewHeader
{
    background-color:#C1D3C0; /*#9f9589;   */
    color:#fff;
    height:30px;
    padding:0 0 0 10px;
    margin: 0 0 0 0px;
    /*width:810px;*/
    white-space:nowrap;
    width:205px;
}

.ProductViewerHeader
{
    background-color:#C1D3C0; /*#9f9589;   */
    color:#fff;
    height:30px;
    padding:0 0 0 10px;
    margin: 0 0 0 0px;
    width:98%;
    white-space:nowrap;
}

.ProductViewHeaderCornerRight
{
   background: Transparent url(Images/RoundCornersTopRight.gif) no-repeat top right;
   width:15px;
   height:30px;
   white-space:nowrap;
   min-width:15px;
   max-width:15px;
}


.ProductViewContent
{
    width:100%;
    border: solid 1px #C1D3C0;
    padding:  0px 0px 0px 0px;
    margin: -1px 0 0 0px;
}

.PVCItem
{
    padding-left:10px;
    vertical-align:middle;
    text-align:center;
}

.PVCImage
{
    height:210px;
    width:210px;
    min-height:210px;
    min-width:210px;
    vertical-align:middle ;
    text-align:center;
    padding-left:0px;
	white-space:nowrap;
}

.PVCImageProduct
{
    vertical-align:top ;
    text-align: center  ;
    padding:6px 6px 0px 0; 
    white-space:nowrap;
    background-color:White;
}

.PVCTabsContent
{
    width:315px;
    min-width:315px;
    vertical-align:top ;
    text-align:left   ;
    padding: 8px 0 0 10px;
    border-left: 1px solid #C1D3C0;
    border-bottom: 1px solid #C1D3C0;
    background-color:#EDEDED;
    white-space:nowrap;
}

.PVCTabsContentFull
{
    vertical-align:top ;
    text-align:left ;
    padding: 8px 0 0 10px;
    border-left: 1px solid #C1D3C0;
    border-right: 1px solid #C1D3C0;
    border-bottom: 1px solid #C1D3C0;
    background-color:#EDEDED;
    white-space:normal ;
}

.PVCQuantityContentFull
{
    vertical-align:top ;
    text-align:left;
    padding-left:10px;
    border-left: 1px solid #C1D3C0;
    border-right: 1px solid #C1D3C0;
    border-bottom: 1px solid #C1D3C0;
    background-color:white;
    white-space:nowrap;
}

.PVCQuantityContent
{
	width:315px;
    min-width:315px;
    vertical-align:top ;
    text-align:left;
    padding-left:10px;
    border-left: 1px solid #C1D3C0;
    background-color:white;
    white-space:nowrap;
}

.PVCTabs
{
    vertical-align:top ;
    text-align:left  ;
    padding-left:0px; 
    border-left: 1px solid #C1D3C0;
    border-bottom: 1px solid #C1D3C0;
}

.PVCTabsSelected
{
    background-color:#D2C0D2;
    color:#fff;
}

.PVCEmptyTab
{
    width:100%;
}

.PVCMoreDetailsHolder
{
    padding-left: 1px;
    padding-right:3px;
    text-align: left;
}
.PVCMoreDetails:Hover
{
    height: 30px;
    padding:10px 33px  0 10px;
    background: #D2C0D2 url(Images/MoreRev.gif) no-repeat right;
    vertical-align:middle ;
    text-align:right;
}

.PVCMoreDetails
{
    height: 30px;
    padding:10px 33px 0 10px;
    background: Transparent url(Images/Next.gif) no-repeat right;
    vertical-align:middle ;
    text-align:right;
}

.TabContent
{
    
    height:100%;
}

.AddToBasket
{
    height: 30px;
    padding:10px 0 0 33px;
    background: Transparent url(Images/basket.gif) no-repeat left;
    vertical-align:middle ;
}


.AddToBasket:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/basketReverse.gif) no-repeat left;
    vertical-align:middle ;
}

.AddToBasket:Hover div
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/basketReverse.gif) no-repeat left;
    vertical-align:middle ;
}

.MoreDetails
{
    height: 30px;
    padding:10px 33px 0 0;
    background: Transparent url(Images/Next.gif) no-repeat right;
    vertical-align:middle ;
    text-align:right;
}

.MoreDetails:Hover
{
    height: 30px;
    padding:10px 33px 0 0;
    background: #D2C0D2 url(Images/MoreRev.gif) no-repeat right;
    vertical-align:middle ;
    text-align:right;
}



.MinyNextDetails
{
	background: Transparent url(Images/MinyNext.gif) no-repeat top left;
	padding: 5px 0px 3px 20px;
    vertical-align:middle ;
    text-align:center ;
    
}

.MinyNextDetails:Hover
{
	padding: 5px 0 3px 20px;
    background: #ccc0d4 url(Images/MinyNextRev.gif) no-repeat top left;
    text-align:center ;
    vertical-align:middle ;
}

NextDetails
{
	background-color: Transparent;
	padding: 5px 5px 5px 20px;
    vertical-align:middle ;
    text-align:center ;
    
}

NextDetails:Hover
{
	padding: 5px 5px 5px 20px;
    background-color: #ccc0d4 ;
    text-align:center ;
    vertical-align:middle ;
}


.LessDetails
{
    height: 30px;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Prev.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}



.LessDetails:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/LessRev.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.PrintDetails
{
    height: 30px;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Print.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.PrintDetails:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/PrintRev.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.PlusDetails
{
    height: 30px;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Plus.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.PlusDetails:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/PlusRev.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.MinusDetails
{
    height: 30px;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Minus.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}

.MinusDetails:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/MinusRev.gif) no-repeat left;
    vertical-align:middle ;
    text-align:left;
}


.CheckoutViewOptions
{
    margin: 0px -5px 0px 0px;
    padding: 0px 1px 0px 0px;
    border-bottom: solid 1px #D2C0D2; 
    width:100%
}

.CHKPersonal, .CHKOrders, .CHKOrdersUp, .CHKAddress, .CHKPayment, .CHKConfirm, .CHKAddressUp, .CHKPaymentUp, .CHKConfirmUp
{
    height: 30px;
    padding:10px 0 0 33px;
    vertical-align:middle ;
    text-align:left;
}

.CHKPersonal
{
	background: Transparent url(Images/Personal.gif) no-repeat left;  
}

.CHKOrders, .CHKOrdersUp
{
	background: Transparent url(Images/Basket.gif) no-repeat left;  
}

.CHKAddress, .CHKAddressUp
{
  background: Transparent url(Images/Delivery.gif) no-repeat left;  
}
.CHKPayment, .CHKPaymentUp
{
  background: Transparent url(Images/Payment.gif) no-repeat left;  
}
.CHKConfirm, .CHKConfirmUp
{
  background: Transparent url(Images/PlaceOrder.gif) no-repeat left;  
}


.CHKPersonalSel, .CHKPersonal:Hover, .CHKOrdersSel, .CHKOrders:Hover, .CHKAddress:Hover, .CHKPayment:Hover, .CHKConfirm:Hover, .CHKAddressSel, .CHKPaymentSel, .CHKConfirmSel
{
    height: 30px;
    padding:12px 0 0 33px;
    vertical-align:middle ;
    text-align:left;
}

.CHKNoImg, .CHKNoImgSel, .CHKNoImg:Hover
{
	height: 30px;
    padding:10px 0 0 15px;
    vertical-align:middle ;
    text-align:left;
}

.CHKNoImgSel, .CHKNoImg:Hover
{
	background-color:#D2C0D2; 
	color:#fff;
}

.CHKOrdersSel
{
	background: #D2C0D2 url(Images/BasketReverse.gif) no-repeat left;
    color:#fff;
}


.CHKAddressSel
{
    background: #D2C0D2 url(Images/DeliveryReverse.gif) no-repeat left;
    color:#fff;
}

.CHKPaymentSel
{
    background: #D2C0D2 url(Images/PaymentReverse.gif) no-repeat left;
    color:#fff;
}

.CHKConfirmSel
{
    background: #D2C0D2 url(Images/PlaceOrderReverse.gif) no-repeat left;
    color:#fff;
}

.CHKPersonalSel
{
    background: #D2C0D2 url(Images/PersonalReverse.gif) no-repeat left;
    color:#fff;
}

.CHKOrders:Hover
{
  background: #D2C0D2 url(Images/BasketReverse.gif) no-repeat left;  
}

.CHKPersonal:Hover
{
	background: #D2C0D2 url(Images/PersonalReverse.gif) no-repeat left;  
}

.CHKAddress:Hover
{
  background: #D2C0D2 url(Images/DeliveryReverse.gif) no-repeat left;  
}
.CHKPayment:Hover
{
  background: #D2C0D2 url(Images/PaymentReverse.gif) no-repeat left;  
}
.CHKConfirm:Hover
{
  background: #D2C0D2 url(Images/PlaceOrderReverse.gif) no-repeat left;  
}

.TabLook
{
    height: 30px;
    padding:10px 33px 0 0;
    vertical-align:middle ;
    text-align:right;   
}



.PVCCost
{
    vertical-align:middle;
    text-align:center;
    height: 30px;
    border-bottom: 1px solid #C1D3C0;
}

.photo_400
{
    border: 6px solid #fff; 
}

.photo_198
{
    border: 4px solid #fff; 
}

.photo_100
{
	border-style:none;
   /* border: 2px solid #fff; */
}

.shimcolumn
{
    display:none;
}


.RootNodeLocator
{
    
}

/* Rounded Corners 
.roundcont {
	width: 250px;
	background-color: Transparent ;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(Images/RoundCornersTopRight.gif) no-repeat top right; 
}

.roundtopLeft { 
	background: #9f9589 url(Images/RoundCornersTopLeft.gif) no-repeat top left; 
	width:100%;
}


.roundbottom {
	background: url(Images/RoundCornersBottomRight.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
*/

.HiddenBoundField
{
    visibility:hidden;
    display:none;
}

.BasketResults
{
}


.BasketViewHeader, .CheckoutBasketViewHeader, .CheckoutViewHeader
{
    color:#fff;
    vertical-align:middle;
    font-size:larger;
    padding: 0 0 0 30px;
    margin:0 0 0 0;
}

.RangeViewHeader
{
    background-color:#C1D3C0; /*#9f9589;   */
    color:#fff;
    height:30px;
    padding:0 0 0 10px;
    margin: 0 0 0 ;
    vertical-align:middle;
    white-space:nowrap;
}


.DivRangeViewHeaderCornerRight
{

   
   background: Transparent url(Images/RoundCornersTopRight.gif) no-repeat top right;
   height:30px;
   width:15px;
   white-space:nowrap;
   
}




.CheckoutViewHeader
{
   background: #C1D3C0 url(Images/BasketReverse.gif) no-repeat top left; 
   height:30px;
}

.BasketViewHeader
{
    background: #C1D3C0 url(Images/BasketReverse.gif) no-repeat top left;
}

.CheckoutBasketViewHeader
{
    background: #C1D3C0 url(Images/CheckoutReverse.gif) no-repeat top left;
}


.BasketView
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.BasketViewContent
{
    width:100%;
    border: solid 1px #C1D3C0;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;
}


.BasketViewHeaderCornerRight
{
   background: Transparent url(Images/RoundCornersTopRight.gif) no-repeat top right;
   height:30px;
   width:15px;
   white-space:nowrap;
}

.BasketViewBottomOptions
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #C1D3C0; 
}
.BasketViewTopOptions
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: solid 1px #C1D3C0; 
}

.Control
{
    margin: 0 15px 0 5px;
    padding-right:5px;
    width:98%;
}

.FullNoImgHeader, .FullHeader, .FullHeaderPay, .FullHeaderBasket, .FullHeaderAddress, .FullHeaderOrder
{
	vertical-align:middle;
	height: 21px;
    padding: 6px 0 0 0px;
    margin-top:5px;
    
}

.FullNoImgHeader
{
	font-weight:bold;
}


.FullHeader, .FullHeaderPay, .FullHeaderBasket, .FullHeaderAddress, .FullHeaderOrder
{
    padding: 8px 0 0 30px;
    width:100%;
    background-color: #C1D3C0;
    color:#fff;
}




.FullHeader
{
	background: #C1D3C0 url(Images/Menu/Home.gif) no-repeat left;
}

.FullHeaderBasket
{
	background: #C1D3C0 url(Images/BasketReverse.gif) no-repeat left;
}

.FullHeaderPay
{
	background: #C1D3C0 url(Images/Paymentreverse.gif) no-repeat left;
}

.FullHeaderAddress
{
	background: #C1D3C0 url(Images/Deliveryreverse.gif) no-repeat left;
}

.FullHeaderAddressAdmin
{
    padding: 12px 0 0 30px;
    width:100%;
    background-color: #C1D3C0;
    color:#fff;
    vertical-align:middle;
	height: 30px;
}

.AdminOrderContent
{
	border: 0px solid #D2C0D2;
	width:100%;
}

.FullHeaderAddressAdmin
{
	background: #D2C0D2 url(Images/Deliveryreverse.gif) no-repeat left;
}

.FullHeaderOrder
{
	background: #C1D3C0 url(Images/PaymentReverse.gif) no-repeat left;
}


.FullHeaderNI
{
	vertical-align:middle;
	background-color : #C1D3C0;
    width:98%;
    color:#fff;
    margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.LBDeliverHere
{
    height: 30px;
    width:100%;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Delivery.gif) no-repeat left;
    vertical-align:middle ;
}

.LBDeliverHere:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/DeliveryReverse.gif) no-repeat left;
    vertical-align:middle ;
}

.LBCardDetails
{
    height: 30px;
    width:100%;
    padding:10px 0 0 33px;
    background: Transparent url(Images/Payment.gif) no-repeat left;
    vertical-align:middle ;
}

.LBCardDetails:Hover
{
    height: 30px;
    padding:10px 0 0 33px;
    background: #D2C0D2 url(Images/PaymentReverse.gif) no-repeat left;
    vertical-align:middle ;
}



.smallfont
{
	font-size: smaller;
}

.AddressBook
{
	vertical-align:top;
}

.AddressList
{
	width:100%;
}

.FVTitle
{
	font-weight:bold;
	white-space:nowrap;
}

.CheckOutView
{
	width:100%;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.iFramePayPal
{
	width:50%;
	height:100%;
	background-color:Transparent  ;	
}


.RecBorderTopBottomLeft
{
	border-top: 1px solid #D2C0D2;
	border-bottom : 1px solid #D2C0D2;
	border-left : 1px solid #D2C0D2;
	padding:5px 5px 5px 5px;
}

.RecBorderTopRightBottomLeft
{
	border-top: 1px solid #D2C0D2;
	border-bottom : 1px solid #D2C0D2;
	border-right : 1px solid #D2C0D2;
	border-left : 1px solid #D2C0D2;
	padding:5px 5px 5px 5px;
}


.RecBorderBottomLeft
{
	border-bottom : 1px solid #D2C0D2;
	border-left : 1px solid #D2C0D2;
	padding:5px 5px 5px 5px;
}

.RecBorderRightBottomLeft
{
	border-bottom : 1px solid #D2C0D2;
	border-right : 1px solid #D2C0D2;
	border-left : 1px solid #D2C0D2;
	padding:5px 5px 5px 5px;
}

.RecBorderRight
{
	border-right : 1px solid #D2C0D2;
	padding:5px 5px 5px 5px;
}


.PleaseWait
{
	vertical-align: middle; 
	text-align: center;
	padding:50px;
	
}

.Header11
{
   width:100%;
   height:20;
   background-color:#ccccff ;
   border-bottom:1px solid #cccccc;
   padding:10px;
   color:White;
}

.OrderSearchHeader
{ 
	background-color:silver; 
	height:50px; 
	vertical-align:middle; 
	padding-left:10px;
	color:White;
}


.RecBorderBottomRight1
{
    border-right: 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderBottomLeft1
{
    border-left: 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}


.RecBorderTopBottomLeft1
{
	border-top: 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}


.RecBorderTopRightBottomLeft1
{
	border-top: 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}


.RecBorderBottomLeft1
{
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderRightBottomLeft1
{
	border-bottom : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderTopRightLeft1
{
	border-top : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderTopRight1
{
	border-top : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderTop1
{
	border-top : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderRight1
{
	border-right : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderBottom1
{
	border-bottom : 1px solid #cccccc;
	padding:5px 5px 5px 5px;
}

.RecBorderNone1
{
	padding:5px 5px 5px 5px;
}

.OrderSearchViewHeader
{
	height:75px;
	background-color:#D2C0D2;	
}

.ProductImageRepeater
{
	overflow:auto;  
	z-index: 1; 
	height: 271px;
	width:140px;
	background-color:White;
}

.HideMe
{
	display:none;
}

.FullSimpleHeader
{
	font-weight: bold; 
	/*border-top: #D2C0D2 1px solid; */
	font-size: larger; 
	width: 100%; 
	color: white; 
	background-color: #c1d3c0;	
	height: 30px;
	padding-top:5px;
	padding-left: 0px;
}

.HomeHeader
{
	border: 1px solid #D2C0D2;
	position:relative;
	top:0px;
	left:0px;
	/*height:30px;*/
	font-size:x-large ;
	color: #B37564;
	vertical-align:middle;
	background-color: white ;
}

.HomeHeaderNoBorder
{
	position:relative;
	top:0px;
	left:0px;
	height:30px;
	font-size:x-large ;
	color: #B37564;
	vertical-align:middle;
	background-color: white ;
}

.HomeLine1
{
	
	width:100%;
	position:relative;
	left:0px;
	top:-28px;
/*	z-index:-1;*/
}


.gvNoStyle
{

	background-color:#000;
}

.PagerStyle
{
	border-style:none;
	padding:20px;
}
.Pager
{
	border-style:none;
	vertical-align:middle;
	text-align:center;
}

.floatLeft
{
	float:left;
	margin-right:10px;
}

.wrapContainer
{
	float:left;
	padding:2px;
	background-color:White;
}

.wrapStop
{
	float:left;	
} 

.FurtherOptionsTable
{
	border: 1px solid #D2C0D2;
	padding:5px;
	margin: 5px 5px 5px 2px;
	background-color: White;
	width:97%;
	text-align:left;
}
.ProductHolder
{
	background-color:White;
	width: 100%; 
	border: solid 1px #C1D3C0;
}

.productHolderHeader
{
	text-align:left;
	padding-top:5px;
}

.ZoomDetails
{
	background: Transparent url(Images/Magnify.gif) no-repeat top left;
	padding: 5px 5px 5px 30px;
    vertical-align:top ;
    text-align:center ;
    /*min-height:240px;
    min-width:240px;
    width:240px;
    height:240px;*/
}

.ZoomDetails:Hover
{
	padding: 5px 5px 5px 30px;
    background: #ccc0d4 url(Images/MagnifyRev.gif) no-repeat top left;
    text-align:center ;
    vertical-align:top ;
    /*min-height:240px;
    min-width:240px;
    width:240px;
    height:240px;*/
}

.productHolderDesc
{
	padding-left:10px;
	padding-right:15px;
	text-align:justify;
}


.Delivery
{
	color: #B37564;
	margin-top:-30px;
	margin-left:75px;
}



.Search
{
	position: absolute; 
	top: -18px; 
	right: 100px;
	background-color:White;
	border: 1px solid #D2C0D2;
	height:34px;
	vertical-align:middle;
}

.RangeContainer
{
	background-color:#C1D3C0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.RangeSeperator
{
	background-color:#C1D3C0;
	height:5px;
	font-size:xx-small;
}

.RangeSeperatorRight
{
	background-color:#C1D3C0;
	padding-right:7px;
	font-size:xx-small;
}


.RangeViewRow
{
	height: 210px; 
	text-align: center; 
	vertical-align: middle; 
	padding: 0px;
	margin: 0px;
}

.RangeViewPara
{
	width: 100%; 
	height: 50px; 
	font-weight: bold; 
	vertical-align: middle; 
	margin-top: -5px;
	padding-top: 10px;
}

.RangeView
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align:top;
    height: 100%; 
    min-width: 220px; /* 220px;*/
	width: 220px; /*220px;*/ 
	background-color: White;
}





.RangeViewContent
{
    width:100%;
    border: solid 1px #C1D3C0;
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0px;
    vertical-align:top;
}
            
            
            
            
.ProductContainer
{
	background-color:#D2C0D2;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.ProductSeperator
{
	background-color:#D2C0D2;
	height:5px;
	font-size:xx-small;
}

.ProductSeperatorRight
{
	background-color:#D2C0D2;
	padding-right:7px;
	font-size:xx-small;
}


.ProductViewRow
{
	text-align: center; 
	vertical-align: middle; 
	padding: 0px;
	margin: 0px;
}

.ProductViewPara
{
	width: 100%; 
	height: 50px;
	font-weight: bold; 
	vertical-align: middle; 
	text-decoration:none;
	/*margin-top: -5px;
	padding-top: 10px;*/
}

.RRP
{
	display:none; 
 
	text-decoration:none;
	font-weight:normal;
}

.ProductViewCost
{
	width: 100%; 
	font-weight: bold; 
	vertical-align: middle;
	/*margin-top: -19px;*/ 
	padding-bottom:5px;
	text-decoration:none;
}

.ProductView
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align:top;
    height: 100%; 
    min-width: 220px; /* 220px;*/
	width: 220px; /*220px;*/ 
	background-color: White;
}





.ProductViewContent
{
    width:100%;
    border: solid 1px #D2C0D2;
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0px;
    vertical-align:top;
}                                            
                                                        
