/*Order Page Styles*/
.orderHomepageChoose
{
	margin:0 0 0 30px;
	width:565px;
}
.promoLink {
	background-image:url(../images/nav/forms/promo_link.jpg);
	background-repeat: no-repeat;
	background-position:center;
	display:block;
	font-size:12px;
	height:106px;
	text-decoration:none;
	width:448px;
}
.promoLink:hover {
	text-decoration:none;
}
.promoIndLink {
	background-repeat: no-repeat;
	background-position:center;
	display:block;
	height:106px;
	text-decoration:none;
	width:448px;
}
.promoIndLink:hover {
	text-decoration:none;
}
.hotProductsBut{
	background-image:url(../images/nav/forms/hotProdsBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.newProductsBut{
	background-image:url(../images/nav/forms/newProdsBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.hotNewProductsBut{
	background-image:url(../images/nav/forms/hotNewProdsBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.salesHistBut{
	background-image:url(../images/nav/forms/salesHistBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.productSectionsBut{
	background-image:url(../images/nav/forms/prodSectionsBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.qtyBreakProductsBut{
	background-image:url(../images/nav/forms/qtyBreakProdsBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.futOrdersBut{
	background-image:url(../images/nav/forms/futOrdersBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.myRangesBut{
	background-image:url(../images/nav/forms/myRangesBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.uploadOrderBut{
	background-image:url(../images/nav/forms/uploadOrderBut.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height: 48px;
	width: 158px;
	padding: 10px;
}
.myOrderNumberOptions
{
	font-weight: bold; 
	font-size:10px;
}
.numberOption1
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/1.gif);
	background-repeat:no-repeat;
}
.numberOption2
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/2.gif);
	background-repeat:no-repeat;
}
.numberOption3
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/3.gif);
	background-repeat:no-repeat;
}
.numberOption4
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/4.gif);
	background-repeat:no-repeat;
}
.numberOption5
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/5.gif);
	background-repeat:no-repeat;
}
.numberOption6
{
	width: 25px;
	height: 25px;
	background-image:url(../images/nav/menu/6.gif);
	background-repeat:no-repeat;
}
.exportDataLink {
	background-image:url(../images/nav/forms/disk.gif);
	width:125px;
	height:20px;
	display:block;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
/* Page numbering for paging tables */
.pageNoLinks
{
   text-align:center; 
}
.pageNoLink
{
    padding-left:10px;
}

.addToBasketButton
{
    float:right;
	padding-bottom: 15px;
}

/*Styles for Section Page */
.sectionTable
{
	width: 580px;
	text-align:center;
}
.sectionCell
{
	padding-bottom:20px;
	width:190px;
}
.sectionImage
{
	height: 130px;
	width: 130px;
	border: 0px;
}
.sectionLink
{
	text-decoration:none;
}

.rhsLinks
{
    float:right;
    margin-left:40px;
    margin-top:0px;
    margin-bottom:5px;
    padding-top:0px;
    padding-bottom:0px;
}