﻿#pictDiv
{
	background-image: url("images/New-Products-Montage.jpg");
	background-repeat: no-repeat;
	height: 297px;
	width: 652px;
	margin: 0 auto;
	text-align: center;	
} 

.leftText
{
	text-align: left;
	font-size: small;
	width: 400px;
}

.centerText
{
	margin: auto;
	text-align: center;
	font-size: small;
	width: 777px;
}

.btnContainer
{
	position: relative;
	width: 270px;
	height: 90px;
}

#imgNav
{ 
	position: relative;
	text-align: left;
	width: 270px;
	height: 90px;
}

#textNav
{ 
	text-align: left;
	position: absolute;
	width: 270px;
	height: 90px;
	display: block;
	z-index: 1;
}

.mainButts
{
	float: left;
	width: 128px;
	height: 42px;
}

.btnText
{
	color: White;
	float: left;
	width: 128px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

.lnkText
{
	color: White;
}

.btnLink
{
	font-family: Arial;
	font-size: smaller;
	color: White;
}

.pageHead
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}

.menu2Col
{
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	text-align: center;
	display: none;
}

.menu3Col
{
	width: 33%; 
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	text-align: center;
}

.menu3ColMid
{
	width: 33%; 
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	text-align: center;
}

.divLbl
{
	float: left;
	width: 50%;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.divInput
{
	float: left;
	width: 49.9%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.defTab
{
	border-top: solid thin gray;
	border-left: solid thin gray;
	border-bottom: solid thin gray;
	border-right: solid thin gray;
	padding-left: 7px;
	padding-right: 7px;
}

.curTab
{
	border-top: solid thin gray;
	border-left: solid thin gray;
	border-bottom: solid thin white;
	border-right: solid thin gray;
	padding-left: 7px;
	padding-right: 7px;
}

.lrgBtn
{
	background: transparent url(images/Generic_Button_Large.png) no-repeat top left;
	border: 0;
	width: 128px;
	height: 42px;
	color: White;
	cursor: hand;	/*for IE*/
	/*cursor: pointer; for other browsers*/
}

.noDecor
{
	text-decoration: none;
}

DIV.menuitemselected
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    CURSOR: pointer;
    COLOR: black;
    BORDER-BOTTOM: red thin solid;
    FONT-FAMILY: Verdana, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
DIV.menuitem
{
    PADDING-LEFT: 5px;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
DIV.menuitemhover
{
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    CURSOR: pointer;
    BORDER-BOTTOM: black thin solid;
    FONT-FAMILY: Verdana, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
DIV.basket
{
    overflow-y:scroll;
    overflow-x:hidden;
    HEIGHT: 220px;
}
DIV.itemselect
{
    overflow-y:scroll;
    overflow-x:hidden;
    WIDTH: 300px;
    HEIGHT: 80px;
    BACKGROUND-COLOR: #e0e5e8;
}
DIV.itemselect2
{
    WIDTH: 300px;
    BACKGROUND-COLOR: #e0e5e8;
}

.smlText
{
	font-size: smaller;
}

.disnone
{
	display: none;
}

.linkitem
{	
    text-decoration: none;
    color: Black;
}



