/* Test */
.QuickSearch
{	
}
.QuickSearch .SearchButton INPUT
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #202020;
	border: 1px solid #505050;
	width: 48px;
	height: 20px;
}

.ErrorMessage
{
    font-size:10px;
    padding-left:12px;
    padding-top:12px;
    font-weight:bold;    
}

.LoginContainer
{
	text-align: left;
	color: #ffffff;
}

.LoginContainer td
{
	padding-bottom: 5px;
}

.LoginContainer .Label
{
	font-size: 9px;
	color: #ffffff;
}

.LoginContainer .Header
{
	font-weight: 700;
	font-size: 9pt;
}

.LoginContainer .Info
{
	font-size: 9pt;
	font-weight: 700;
	color: #484080;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.LoginContainer .Button
{
	font-size: 9pt;
	width: 100%;
}

.LoginContainer .LinkButton
{
	font-size:10px;
	color:#ffffff;
}

.LoginContainer .TextBox
{
	width: 132px;
	height: 17px;
    	border: #343434;
	background-color: #505050;
	margin: 0;
	margin-right: 4px;
	padding: 0;
	padding-left: 2px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 10px;
}

.LogoutContainer
{
	color: #ffffff;
	font-size: 10px;
	line-height:12pt;
}

.LogoutContainer a
{
    color: #ffffff;
    text-decoration:none;
}
.LogoutContainer a:HOVER
{
	color: Orange;
}
	
.LogoutContainer B
{
	display: block;
	margin-top: 5px;
}

.LogoutContainer .Button
{
	margin-top: 5px;
}

/* Campaign styles */
.CampaignBox
{
	border: 1px solid Gray;
	width: 170px; 
}
.CampaignBox .ImagePart
{
	text-align:center;
	vertical-align:middle;
	width:170px;
	height:120px;
}
.CampaignBox .horizontial
{
	height:1px;
	background-color:Gray;	
}
.CampaignBox .TextPart
{
	text-align:left;
	padding-left:5px;
	padding-top:10px;	
	width:170px;
	height:60px;
	vertical-align:top;
}
.CampaignBox .TextPart .CampaignTitle
{
	
}
.CampaignBox .TextPart .CampaignTitle .LabelName
{
	color:#61B01F;
	font-size:12px;
	font-weight:bold;	
}
.CampaignBox .TextPart .CampaignPrice
{
	
}
.CampaignBox .TextPart .CampaignPrice .LabelPrice
{
	
}
.CampaignBox .TextPart .MoreInfo
{
	text-align:right;
	padding-right:5px;
	width:64px;
	height:14px;
}
.CampaignBox .TextPart .MoreInfo .MoreInfoLink
{
	background-image:url(/Webresources/images/campaignLinkBtn.jpg);	
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}

/* Catalog Browser */

.CatalogBrowser
{
    width:100%;    
	display: block;
}

.CatalogBrowser A,
.CatalogBrowser A:hover,
.CatalogBrowser A:visited
{
    font-family: Verdana;
    font-size:11px;
    color: White;
    line-height:18px;
	text-decoration: none;
}

.CatalogBrowser .RootContainer
{
	padding-bottom: 5px;
	padding-left: 8px;
}

.CatalogBrowser .RootContainerFirst { }

.CatalogBrowser .RootContainerNext
{
	border-top: 1px solid Gray;
}

.CatalogBrowser .RootItem { }

.CatalogBrowser .RootItemSelected { }

.CatalogBrowser .RootItemSelected A
{
	font-weight: bold;
}

.CatalogBrowser .ChildContainer
{
	padding-left: 8px;
}

.CatalogBrowser .ChildContainerFirst { }

.CatalogBrowser .ChildContainerNext { }

.CatalogBrowser .ChildItem { }

.CatalogBrowser .ChildItemSelected { }

.CatalogBrowser .ChildItemSelected A
{
	/*font-weight: bold;*/
}

/* End Catalog Browser */


/* Category Product List - Start */
.CategoryProductList
{
    width:514px;
	font-family:Verdana;
	font-size:10px;
	line-height:22px;
}

.CategoryProductList .HeaderRow
{
}
.CategoryProductList .HeaderRow .HeaderCell
{
    background-color:#202020;
    color:White;
}
.CategoryProductList .ProductLine
{
    background-color: White;
    color:Black;    
}

.CategoryProductList .ProductLine .ProductImage
{
    width:52px;
}
.CategoryProductList .ProductLine .ProductName
{
    line-height:12px;
    padding-left:10px;
}

.CategoryProductList .ProductLine .ProductName h1
{
    line-height:12px;
    padding-left:10px;
    font-size: 10px;
    font-family: Verdana;
}

.CategoryProductList .ProductLine .ProductName .ProductNameLabel A,
.CategoryProductList .ProductLine .ProductName .ProductNameLabel A:HOVER
{
    color: Black;
}
.CategoryProductList .ProductLine .ProductStatus
{
    width:40px;
}
.CategoryProductList .ProductLine .ProductPrice
{
    line-height:12px;
    width:143px;
    padding-right:10px;
    font-size: 9px;
}
.CategoryProductList .ProductLine .ProductPrice .exVat
{
}
.CategoryProductList .ProductLine .ProductPrice .inVat
{
    color:Gray;
}
.CategoryProductList .ProductLine .ProductPrice .OnlineProductPrice
{
	color: Green;
}
.CategoryProductList .ProductLine .ProductQuantity
{
    width:30px;
    padding-right:5px;
}
.CategoryProductList .ProductLine .ProductQuantity .QuantityTextbox
{
    font-size:10px;
    width:25px;
    height:10px;
}

/* Category Product List - End */

/* Category Product List Paging - Start */
.CategoryProductListPaging
{
}

.CategoryProductListPaging .HeaderCell
{
	background: none;
	width: auto;
	height: auto;
}

.CategoryProductListPaging .PageLink
{
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

.CategoryProductListPaging .PageLink:hover
{
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}


.CategoryProductListPaging .ActivePageLink
{
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
/* Category Product List Paging - End */

/* Password Recovery - Start*/

.PasswordRecovery
{
    font-family:Arial;
    font-size:11px;
    color:Black;  
}
.PasswordRecovery .HeaderText
{
    font-size:16px;
}
.PasswordRecovery .ErrorText
{
    color:Red;   
}

/* Product Details - Start */
.ProductDetails
{
	width: 514px;
	font-size:10px;
}

/*.ProductDetails .online{color:Green;}*/

.ProductDetails a:HOVER
{
	color: Orange;
}
.ProductDetails .HeaderBox
{
    height:25px; 
    background-color:#202020;    
}
.ProductDetails .ImageCell
{
    border: 1px solid Gray;
    width:216px;
    height:216px;
    overflow: hidden;
}
.ProductDetails .ImageCell .Image
{
    text-decoration:none;    
    text-align: center;
    vertical-align: middle;
    border: none;
}
.ProductDetails .InfoCell
{
    vertical-align:text-top;
    text-align:left;
    width:288px;
}
.ProductDetails .InfoCell .InnerInfoTable
{
    width:100%;  
}
.ProductDetails .InfoCell .InnerInfoTable .NameCell
{
    font-size:15px;
}
.centerPanel .ProductDetails h1
{
    font-size:15px;
}
.ProductDetails .InfoCell .InnerInfoTable .LinkIcons
{
    text-align:right;
    vertical-align:top;
}
.ProductDetails .InfoCell .InnerInfoTable .exclVat
{}
.ProductDetails .InfoCell .InnerInfoTable .inclVat
{}
.ProductDetails .LargeImageLink
{
    text-decoration:underline;  
    cursor:hand;
    cursor:pointer;  
}
.ProductDetails .GoBackLink
{
    text-decoration:underline;    
    cursor:hand;
    cursor:pointer;
}
.ProductDetails .VariantsDDL
{
    width:40px;
    height:20px;
    text-align:left;
    font-size:10px;
}
.ProductDetails .QuantityTextbox
{
    width:34px;
    height:14px;    
    text-align:left;
    vertical-align:top;
    font-size:11px;
}
/* ---------------- */
.ProductDetails .ImageContainer
{
	float: left;
	width: 220px;
	height: 250px;
	margin-right: 10px;
}
.ProductDetails .Image
{
	/*width: 100%;*/
}

.ProductDetails .Contents
{
	float: left;
}

.ProductDetails .Contents .Text
{
}

.ProductDetails hr
{
	height: 1px;
	color: #D6C5C7;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ProductDetails .Key
{
	padding-right: 10px;
	padding-bottom: 4px;
}

.ProductDetails .Value
{
	padding-bottom: 4px;
}

.ProductDetails .Action
{
	padding-top: 10px;
}

.ProductDetails .Action .TextBox
{
	width: 30px;
}

.ProductDetails .Action .Button
{
	width: 30px;
	border: outset 1px #61B01F;
	background-color: #C4DEAA;
	border: 1px solid black;
}

/* Product Details - End */

/* Dialog Send To Friend - Start */

.DialogSendToFriend
{
	width: 300px;
	background-color: white;
	border: 3px solid black;
	padding: 10px;
	font-size: 10px;
}

.DialogSendToFriend .Header
{
	font-size: 15px;
	margin-bottom: 10px;
}

.DialogSendToFriend .Content
{
}

.DialogSendToFriend .Content .TextBox
{
	font-size: 11px;
	vertical-align: top;
	width: 34px;
	height: 14px;
	text-align: left;
	border: 1px solid #202020;
	width: 200px;
}

.DialogSendToFriend .Content .TextArea
{
	height: 50px;
	overflow: auto;
}

.DialogSendToFriend .Content .ErrorLabel
{
}

/* Dialog Send To Friend - End */

/* Basket Summary - Start */
.BasketSummary
{
	width: 100%;
	padding: 0px 5px 8px 5px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.BasketSummary .SummaryOrderLines
{}

.BasketSummary .SummaryOrderLines SPAN
{
	display: block;
}

.BasketSummary td
{
	padding-top: 3px;
}

.BasketSummary .productCount {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 4px;
}

.BasketSummary a {
	color: #ffffff;
}

.BasketSummary a:hover {
	color: #ffffff;
}
.BasketSummary .basketLink
{
    text-decoration:none;    
}
.BasketSummary .basketLink .linkArrow
{
    border:0;    
}

/* Baskety Summary - End /

/* Baskety - Start */
.Basket
{
	width: 514px;
	font-family:Arial;
	font-size:11px;
}

.Basket .Title
{
	background-color:#202020;
    color:White;
	font-size: 16px;
	line-height:24px;
	padding-left:10px;
}
.Basket .HorizontialSpacer
{
    height:20px;    
}

.Basket .HeaderCell
{
    font-weight:bold;
}

.Basket .ProductIdHeader
{
	width: 60px;
}

.Basket .ProductNameHeader
{
	width: auto;
}

.Basket .UnitPriceHeader
{
	width: 150px;
	text-align: right;
	padding-right: 15px;
}

.Basket .LinePriceHeader
{
	text-align: right;
	padding-right: 5px;
}

.Basket .ProductNumber {}
.Basket .ProductName
{
	padding-left: 3px;
	padding-right: 3px;
}
.Basket .ProductPrice {}
.Basket .ProductPriceInput {}
.Basket .RelatedProductPrice {}
.Basket .ProductPriceInput {}

.Basket .ProductPriceLabel
{
	text-align: right;
	padding-right: 15px;
}

.Basket .LinePriceLabel
{
	text-align: right;
	padding-right: 5px;
}
.Basket .QuantityInputCell
{
}

.Basket .QuantityInputCell INPUT
{
	border: solid 1px black;
	width: 35px;
	text-align: right;
	font-size:11px;
	font-family:Arial;
}

.Basket .ItemRow
{
}
.Basket .ItemRow .ProductImage
{
    border:1px solid #dcdcdc;    
}
.Basket .ItemRow .ProductPrice
{
	text-align:right;
	margin-right:5px;
}

.Basket .ItemRow .OnlineProductPrice
{
	color: Green;
}

.Basket .AlternatingItemRow .ProductPrice
{
	text-align:right;
	padding-right:5px;
}

.Basket .AlternatingItemRow .OnlineProductPrice
{
	color: Green;
}

.Basket .AlternatingItemRow td
{
}

.Basket .Button 
{
    font-family:Arial;
    font-size:11px;
    background-color:White;
	border: 1px solid black;
}
/* Basket - End */

/* Price Quote Request */

.PriceQuoteRequest
{	
    font-family:Arial;
    font-size:11px;
    line-height:20px;
}

.PriceQuoteRequest .HeaderCell
{
}

.PriceQuoteRequest .TextCell
{
    font-weight:bold;
}

.PriceQuoteRequest .InputCell
{	
}

.PriceQuoteRequest .InputCell input
{
	width: 200px;
	height:10px;
	font-size:10px;
}

.PriceQuoteRequest .Item
{	
	
}

.PriceQuoteRequest .ItemHeader
{
	font-weight: bold;
}
.PriceQuoteRequest .ItemHeaderQuantity
{
	width: 40px;
}

.PriceQuoteRequest .ItemHeaderProductID
{
	width: 90px;
}

.PriceQuoteRequest .ItemHeaderProductName
{
	/* Fill */
}

.PriceQuoteRequest .Item
{
}

.PriceQuoteRequest .ItemQuantity
{
}

.PriceQuoteRequest .ItemProductID
{
}

.PriceQuoteRequest .ItemProductName
{
	/* Fill */
}

.PriceQuoteRequest .ItemSpacer
{
	height: 1px;
	background-color: #dcdcdc;
}

.PriceQuoteRequest .Button
{
    background-color:White;
    font-family:Verdana;
    font-size:10px;
	border: 1px solid black;
}

.PriceQuoteRequest .Spacer
{
	width: 40px;
}

/* End Price Qoute Request */

/* Delivery */
.OrderFlow
{
    background-color:#202020;   
    width:514px;
    font-family:Arial;
    font-size:11px;
    line-height:22px; 
    color:White;
}

.OrderFlow .HeaderCellActive
{
   color:#F89C1D;    
}

.OrderFlow .HeaderCells
{
        
}

.OrderAddresses
{	
    font-family:Arial;
    font-size:11px;
    line-height:20px;
}

.OrderAddresses .HeaderCell
{
}

.OrderAddresses .TextCell
{
    font-weight:bold;
}

.OrderAddresses .InputCell
{	
}

.OrderAddresses .InputCell input
{
	width: 200px;
	height:10px;
	font-size:10px;
}

.OrderAddresses .Button
{
    background-color:White;
    font-family:Verdana;
    font-size:10px;
	border: 1px solid black;
}

.OrderAddresses .Spacer
{
	width: 40px;
}

/* Delivery - End */

/* Order review */

.OrderReview
{
	width: 100%;
	font-family:Arial;
    font-size:11px;
    line-height:20px;
}

.OrderReview td
{
	vertical-align: top;	
}

.OrderReview .TextCell
{
	font-weight: bold;
}

.OrderReview .Spacer
{
	width: 10px;
}

.OrderReview .LargeSpacer
{
	width: 20px;
}

.OrderReview .TextArea
{
	width: 250px;
	height: 50px;
}

.OrderReview .InputCell input
{
	width: 150px;
	height:10px;
	font-size:10px;
}

.OrderReview .HorizontalRuler
{
	height: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid 1px #f89c1d;
}

.OrderReview .PaymentButtonWrapper INPUT,
.OrderReview .Button
{
    background-color:White;
    font-family:Verdana;
    font-size:10px;
	border: 1px solid black;
}

.OrderReview .InlineLink
{
	text-decoration: underline;
	color: #000000;
}

.OrderReview .OrderLines .OrderLine
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.OrderReview .Totals .HeaderCell
{
	font-weight: bold;
}

.OrderReview .Totals .HeaderCell .Note
{
	font-weight: normal;
}

.FavoritesList
{
    width:514px;
	font-family:Verdana;
	font-size:10px;
	line-height:22px; 
}
.FavoritesList .HeaderRow
{
    
}
.FavoritesList .HeaderRow .HeaderCell
{
    background-color:#202020;
    color:White;    
}
.FavoritesList .ProductLine
{
    background-color:White;
    color:Black;    
}
.FavoritesList .ProductLine .ProductImage
{}
.FavoritesList .ProductLine .ProductName
{
    padding-left:10px; 
}
.FavoritesList .ProductLine .ProductName A,
.FavoritesList .ProductLine .ProductName A:HOVER
{
    color: Black;
}
.FavoritesList .ProductLine .ProductStatus
{
    padding-right:10px;    
}
.FavoritesList .ProductLine .ProductPrice
{
    padding-right:10px;
}
.ChangePasswordTable
{
    font-size:10px;    
}
.ChangePasswordTable .Button
{
    width: 30px;
	background-color: White;    
	border: 1px solid black;
}

.InvoiceSearch
{
    font-size:10px;   
    width:514px;  
}

.InvoiceSearch .dateTextBox
{
    height:12px;    
    font-size:10px;
}
/* Calendar styling start*/
.calendar
{
    background-color:White;
    border:1px solid Orange;    
    font-size:12px;
    width:200px;
}
.title
{
    background-color:#d1d1d1;    
}
.dayheader
{
    background-color:#202020;
    color:White;
}
.dayhover
{
    background-color:Orange;    
}

/* Calendar styling end */
.InvoiceSearch .numberTextBox
{
    height:12px;
    font-size:10px;    
}
.InvoiceSearch .Button
{
    background-color:White;
    width:40px;
    height:25px;    
	border: 1px solid black;
}
.InvoiceSearch .Header
{
    background-color:#202020;
    color:White;
    line-height:22px;    
}
/* UserControl Styling Start*/
.TableGrid
{
    width:514px;
    
    font-size:10px;
}
.TableGrid .SectionHeader
{
    line-height:22px;    
    font-weight:bold;
    padding-top:12px;
}
.AlternateButton
{
    background-color:White;    
	border: 1px solid black;
}
/* UserControl Styling End*/

/* Payment Method */

.PaymentMethod
{
	font-size: 11px;
	font-family: arial;
}

/* End Payment Method */

/* Show Order */

.ShowOrder
{
	font-size: 11px;
	font-family: arial;
	line-height: 20px;
}

.ShowOrder .HeaderCell
{
	font-weight: bold;
}

.ShowOrder .HorizontalLines
{
	border-top: solid 1px #f89c1d;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid 1px #f89c1d;
	padding: 3px 0px 3px 0px;
}

.ShowOrder .HorizontalLineBottom
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid 1px #f89c1d;	
}

.ShowOrder .HeaderCell .Note
{
	font-weight: normal;
}

.ShowOrder .Totals .HeaderCell .Note
{
	font-weight: normal;
}

/* End Show Order */

/* Open Orders */

.OpenOrders
{
	font-size: 11px;
	font-family: arial;
	line-height: 20px;
}

.OpenOrders A,
.OpenOrders A:HOVER
{
    color: #000000;
    text-decoration:none;
}

.OpenOrders .XslGridHeader
{
	font-weight: bold;
}

.OpenOrders .DataRow TD,
.OpenOrders .AlternatingDataRow TD
{
	border-bottom: 1px solid black;
	line-height: 12px;
}

/* End Open Orders */

/* Open Order */

.OpenOrder,
.OpenOrder .TableGrid
{
	width: 100%;
}

.OpenOrder,
.XslGrid
{
	font-size: 11px;
	font-family: arial;
	line-height: 20px;
}

/* End Open Order */

.Form2HtmlEmail
{
    width:100%;
    font-family:Verdana;
    font-size:11px;    
    line-height:22px;
}
.Form2HtmlEmail .TextBox
{
    margin-left:1px;
    background-color:White;
    color:Black;
    font-size: 11px;
	vertical-align: top;
	width: 34px;
	height: 14px;
	text-align: left;
	border: 1px solid #202020;
	width: 200px;    
}
.Form2HtmlEmail .TextArea
{
    margin-left:1px;
    font-size: 11px;
    border: 1px solid #202020;
}
.Link
{
    text-decoration:underline;    
}
.Link:hover
{
    text-decoration:underline;
    color:Orange;    
}
