﻿.TopSearchBox
{
	position: absolute;
	margin: 10px 0px 0px 450px;
	background-color: #FFFFFF;
	border: solid 1px #999999;
}

/***************************/
/*        News list        */
/***************************/
.NewsList
{
}
.NewsList .Header
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 25px 4px 25px;
	font-weight: bold;
}

.NewsList .NewsItem1
{
	width: 200px;
	margin: 4px 25px 4px 25px;
}
.NewsList .NewsItem2
{
	width: 200px;
	margin: 4px 25px 4px 50px;
}

/***************************/
/* Active orders list      */
/***************************/
.ActiveOrders .Header
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 25px 4px 25px;
	font-weight: bold;
}
.ActiveOrders .Table, .ActiveOrders .Text
{
	margin: 4px 25px 4px 25px;
}
.ActiveOrders .Table th
{
	text-align: left;
}
.RightPadding
{
	padding-right: 15px;
}

/***************************/
/*       Search Box        */
/***************************/
.SearchBox
{
	height: 29px;
	width: 339px;/*374px;*/
	overflow: hidden;
	background-image: url(Images/Design/roundbox_f_back.gif);
	background-repeat: no-repeat;
	margin: 10px 25px 10px 25px;
	padding-left: 35px;
}
.SearchBox .Text
{
	font-weight: bold;
	float: left;
	/*margin-left: 35px;*/
	line-height: 27px;
	font-size: 11px;
}
.SearchBox .Search
{
	
}
.SearchBox .Search .TextBox
{
	margin: 4px 0px 0px 15px;
	width: 100px;
	height: 16px;
	border: solid 1px #453B2E;
	font-size: 11px;
	line-height: 16px;
}
.SearchBox .Search .Button, #Content .Button
{
	border-top: solid 1px #F6F3E1;
	border-right: solid 1px #453B2E;
	border-bottom: solid 1px #453B2E;
	border-left: solid 1px #F6F3E1;
	background-color: #D6C8B6;
	font-size: 11px;
	text-transform: uppercase;
}

/***************************/
/*       Log-in Box        */
/***************************/
.LoginBox
{
	height: 29px;
	width: 500px;
	overflow: hidden;
	background-image: url(Images/Design/roundbox_u_back.gif);
	background-repeat: no-repeat;
	margin: 10px 25px 10px 25px;
}
.LoginBox .Text1
{
	font-weight: bold;
	float: left;
	margin-left: 35px;
	line-height: 27px;
	font-size: 11px;
}
.LoginBox .Text
{
	font-weight: bold;
	float: left;
	line-height: 27px;
	font-size: 11px;
	margin-left: 15px;
}
.LoginBoxError
{
	color: #FF0000;
	margin: 10px 25px 10px 25px;
}

.LoginBox .UserIdBox
{
	float: left;
}
.LoginBox .PasswordBox
{
	float: left;
}
.LoginBox .TextBox
{
	margin: 4px 0px 0px 15px;
	width: 100px;
	height: 16px;
	border: solid 1px #453B2E;
	font-size: 11px;
	line-height: 16px;
}
.LoginBox .Button
{
	border-top: solid 1px #F6F3E1;
	border-right: solid 1px #453B2E;
	border-bottom: solid 1px #453B2E;
	border-left: solid 1px #F6F3E1;
	background-color: #D6C8B6;
	font-size: 11px;
	text-transform: uppercase;
}


/***************************/
/*    table style          */
/***************************/
.Table
{
	border-collapse: collapse;
}
.Table .Header
{
	background-color: #EDE4D9;
	font-weight: bold;
}
.Table .Header, .Table .Normal
{
	border: solid 1px #DBDADA;
	padding: 2px;
	font-size: 11px;
}

/***************************/
/*     Product view        */
/***************************/
.ProductView .Content
{
	padding-top: 25px;
}
.ProductView .Header
{
	font-size: 14px;
	font-weight: bold;
}
.ProductView .SmallText
{
	font-size: 10px;
	color: #666666;
}
.ProductView .ProductItem
{
	margin-top: 10px;
}
.ProductView .QuantityTextBox
{
	width: 60px;
	height: 16px;
	border: solid 1px #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.ProductView .ItemQuantity
{
	width: 60px;
	height: 18px;
	border: solid 1px #666666;
	display: block;
	background-color: #E7E5E5;
	text-align: center;
	overflow: hidden;
}
.ProductView .Center
{
	text-align: center;
}

.ProductView .Error, #Content .Error
{
	clear: both;
	color: #FF0000;
	padding: 20px;
}

/***************************/
/*      Basket view        */
/***************************/
.BasketLeftView
{
	margin-top: 25px;
	padding-top: 5px;
	background-image: url(/Images/Design/menuleft_bar.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.BasketLeftView a.Link:link, .BasketLeftView a.Link:active, .BasketLeftView a.Link:visited
{
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background-image: url(/Images/Design/open.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	color: #453B2E;
	padding-left: 15px;
	text-decoration: underline;
}
.BasketLeftView a.Link:hover
{
	text-decoration: none;
}
.BasketLeftView .Content
{
	padding-left: 17px;
}
.BasketLeftView .Space
{
	margin-top: 10px;
}



/***************************/
/*     basket view        */
/***************************/
.BasketView .Header
{
	font-size: 14px;
	font-weight: bold;
}
.BasketView .SmallText
{
	font-size: 10px;
	color: #666666;
}
.BasketView .ProductItem
{
	margin-top: 10px;
}
.BasketView .QuantityTextBox
{
	width: 60px;
	height: 16px;
	border: solid 1px #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.BasketView .ItemQuantity
{
	width: 60px;
	height: 18px;
	border: solid 1px #666666;
	display: block;
	background-color: #E7E5E5;
	text-align: center;
}
.BasketView .Center
{
	text-align: center;
}

.BasketView .Error
{
	clear: both;
	color: #FF0000;
	padding: 20px;
}

/***************************/
/*  Checkout - Step 1      */
/***************************/
.Checkout .Error
{
	display: block;
	clear: both;
	color: #FF0000;
	padding: 0px 20px 20px 20px;
}
.CheckOut .SubError
{
	padding-left: 15px;
}

.Checkout .Header
{
	font-size: 14px;
	font-weight: bold;
}
.Checkout .SmallText
{
	font-size: 10px;
	color: #666666;
}
.Checkout .ProductItem
{
	margin-top: 10px;
}
.Checkout .QuantityLabel
{
	width: 60px;
	height: 18px;
	border: solid 1px #B6B5B5;
	background-color: #D1CFCF;
	text-align: center;
	display: block;
	color: #8B8989;
}
.Checkout .ItemQuantity
{
	width: 60px;
	height: 18px;
	border: solid 1px #B6B5B5;
	display: block;
	background-color: #D1CFCF;
	text-align: center;
	color: #8B8989;
}
.Checkout .Products
{
	margin-bottom: 20px;
}
.Checkout .Center
{
	text-align: center;
}

/***************************/
/*        ViewOrder        */
/***************************/
.ViewOrder
{
	width: 650px;
}
.ViewOrder h1
{
	margin: 0px;
}
.ViewOrder .Bar
{
	background-image: url(/Images/Design/content_bar.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.ViewOrder .Top
{
	height: 75px;
}

.ProductImage
{
	margin: 15px;
}

 .UserGuideDownload
 {
	margin: 25px 0px 10px 3px;
 }
 
 
 .BasketImport .ImportOk, #BasketImport .ImportOk td
 {
	background-color: #E0F8DC;
 }
 .BasketImport .ImportError, #BasketImport .ImportError td
 {
	background-color: #FEFFA3;
 }
 .BasketImport .ImportWithdrawn, #BasketImport .ImportWithdrawn td
 {
	background-color: #F8DCDC;
 }
