/* ------- The browser window ------ */

#pageBack, html, body	{
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	height: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Helvetica, Courier, Verdana, san-serif;
	color: #333333;
	background-color: #eeeeee;
}

#page	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-collapse: collapse;
	background-color: #eeeeee;
}

#pageLeft {
}

#pageRight {
}

#pageMid	{
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	text-align: left;
	border: solid 1px #dddddd;
}

/* ------  All content generated by XSL files ------ */
#pageContent {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	position: relative;
	top: -3px;
	left: -4px;
	padding-top: 165px;
	border: solid 1px #aaaaaa;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 99% 5px;
	background-image: url('designImages/nz.gif');
}

/* ------ Content below toolbar and above page bottom ------ */
#main	{
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	position: relative;
}

/* ------ Left hand menu containing catalogue and member menus ------ */
#menu	{
	vertical-align: top;
	text-align: left;
	width: 200px;
	display: block;
    position: absolute;
    top: 10px;
}

/* ------ Content within main to the right of the category and member menu and to the left of admin and hotitems menu ------ */
#pageBody	{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 200px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	display: block;
    height: 100%;
    min-height: 100%;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu	{
	display: none;
}

/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom	{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	height: 21px;
	display: block;
}

.bodyText	{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Courier, Verdana, san-serif;
}

.smalltext
{
	font-size: 7pt;
	color: #000000;
}

.hide {
	display: none;
}

a.helpText {
	font-size: 12px;
	padding-top: 1px;
	background-image: url(images/admin/helpDocument.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 10px;
	height: 18px;
	padding-top: 1px;
	color: #c00000;
}

a.helpText:hover
{
	font-size: 9pt;
	color: #c00000;
}

.border
{
	width: 1px;
	height: 1px;
	background-color: #000000;
}

.tableBorder
{
	border: 1px solid #000000;
	margin: 1px;
}

.columnHeader, th
{
	border-bottom: 1px solid;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	border: outset #000000 1px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.shade
{
 	background-color: #dddddd;
}

input[type="submit"], input[type="button"], input[type="submit"]:visited, input[type="button"]:visited, input[type="submit"]:link, input[type="button"]:link
{
	text-decoration: none;
	text-transform: none;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	text-decoration: none;
	text-transform: none;
}


/* ------ All text input fields and text area fields ------ */
.inputText	  {
	border: solid 1px #000000;
}

/* ------  input controls and textarea tags with manditoiry attribute set to true ------ */
input[mandatory=true], textarea[mandatory=true]		{
	background-color: #fae2e2;
}

/* ------  STANDARD HTML TAG STYLES  ------  */
a:link
{
	text-decoration: none;
	color: #1e9bba;
}

a:hover
{
	text-decoration: underline;
	color: #1e9bba;
}

a:visited
{
	text-decoration: none;
	color: #1e9bba;
}

a:active
{
	text-decoration: none;
	color: #1e9bba;
}

#scriptResult table
{
 	border: solid 1px #000000;
	border-collapse: collapse;
}

#scriptResult td
{
 	border-top: solid 1px #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
}

.button:link, .button:visited	{
	margin-left: 2px;
	margin-top: 4px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	border: 1px solid #000000;;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.button:hover, .button:active	{
	color: #ffffff;
	background-color: #000000;
}

td	{
  	font-size: 10px;
}

/* --  Provides user feedback on the completed action  -- */
.actionFeedBack
{
	font-size: 10pt;
	color: #000000;
}

/* --  Used For Site Exceptions and other errors  -- */
#notification, .notification {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 55px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 5px;
	color: #ff0000;
	border: solid 1px #ff0000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	background-image: url('images/admin/notification.gif');
}

/* --  Used For user information  -- */
#information {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 55px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 5px;
	color: #0a58bc;
	border: solid 1px #0a58bc;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	background-image: url('images/admin/information.gif');
}

/* --  Provides user feedback on screen details  -- */
.indicator
{
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* --  Used to format attribute names for custom attributes Users, Products, Orders  -- */
.attributeName
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

.section {
	margin: 8px;
	padding: 8px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 18pt;
	font-weight: bolder;
	color: #999999;
}

.heading, H2
{
	font-size: 14pt;
	font-weight: normal;
	color: #999999;
}

.subHeading, H3
{
	font-size: 11pt;
	font-weight: bold;
	color: #999999;
}

#pageBottomCategories {
 	padding-left: 15px;
	color: #000000;
	float: left;
}

#pageBottomCategories a
{
	color: #000000;
}

#siteCopyright {
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	white-space: nowrap;
	color: #000000;
	float: right;
}

#siteCopyright a {
	color: #000000;
}

#logon {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url('images/admin/identity.gif');
}

#forgotPassword {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url('images/admin/forgotPassword.gif');
}

#userEdit {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url('images/admin/user.gif');
}

#orderByAttribute select {
	width: 150px;
}

#emailBody {
	margin: 20px;
	padding: 20px;
	border: solid 1px #000000;
	background-color: #ffffff;
	width: 70%;
}

#emailLogo {
	background-repeat: no-repeat; 
	background-position: top right; 
	width: 300px; 
	height: 88px; 
	background-image: url('designImages/logo.jpg');
}

.largeImage	{
	border: double 3px #000000;
}

#welcomeText {
	display: block;
	color: #13597b;
	padding-bottom: 20px;
}

#imageMap {
	position: relative; 
	padding: 0px; 
	margin: 0px;
	display: block;
}

/* ------  PRODUCT  ------
Start of product specific styles that can be dupliucated into seperate display styles in library/productStyles  */
.product	{
	margin: 2px;
	border-bottom: dotted 1px #aaaaaa;
}

.productCaption {
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}


.productBody {
	margin: 0px;
	padding: 0px;
}

.productDetails {
	width: 190px;
}

.productDefinition {
	padding-left: 20px;
	background-image: url('images/admin/items.gif');
	background-repeat: no-repeat;
}

.productViews {
	padding-left: 20px;
	background-image: url('images/admin/itemViews.gif');
	background-repeat: no-repeat;
}

.productDate {
	padding-left: 20px;
	background-image: url('images/admin/date.gif');
	background-repeat: no-repeat;
}

.statusCANCELED {
	padding-left: 20px;
	background-image: url('images/admin/canceled.gif');
	color: #ff0000;
	background-repeat: no-repeat;
}

.statusEXPIRED {
	padding-left: 20px;
	background-image: url('images/admin/expired.gif');
	color: #777777;
	background-repeat: no-repeat;
}

/* Image settings for an item */
.shadow {
	display: block; 
	background-color: #999999; 
	border: 1px solid #bbbbbb; 
	margin: 5px;
}

.productImage {
	padding-left: 6px;
}

.productImage img {
	border: solid 1px #000000;
	background-color: #ffffff;
	position: relative;
 	display: block; 
 	padding: 4px;
	top: -3px;
	left: -3px;
	cursor: pointer;
}

#rightMenu .product {
	margin: 1px;
	border-right: none;
	text-aligm: left;
}

#rightMenu .productDetails {
	width: 120px;
	padding: 4px;
}

#rightMenu .productImage img {
	width: 30px;
	padding: 2px;
	top: -2px;
	left: -2px;
}


/* Buttons for an item */
#itemMenu {
	float: left; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

.showItemMenu {
	display: block; 
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 250px;
}

.productActionButtons {
 	height: 23px;
	text-align: right;
	display: block;
	vertical-alignment: top;
	padding-left: 2px;
	padding-right: 2px;
}

.productActionButton:link, .productActionButton:visited {
	margin-left: 2px;
	text-decoration: none;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: dotted 1px #aaaaaa;
	color: #aaaaaa;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	float: right;
}

.productActionButton:hover, .productActionButton:active {
	text-align: left;
	color: #1e9bba;
	border: dotted 1px #1e9bba;
}

#itemMenu .productActionButton {
	position: relative;
	width: 50px;
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: none;
	background-color: #ffffff;
	border: solid 1px #000000;
}

#itemMenu .productActionButton:hover {
	background-color: #c9e8ff;
	color: #000000;
}

/* ------  Product Section End  ------ */

#categoryMenu {
}

#categoryMenu .title {
	display: none;
}

/* -- The entire member menu list as an entity -- */
#categoryMenu ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

/* -- Each item in the member menu list -- */
#categoryMenu li {
	margin-bottom: 2px;
	vertical-align: middle;
}

/* -- Applies to the currently selected category menu item -- */
#categoryMenuItemOn a:link, #categoryMenuItemOn a:visited, #categoryMenuItemOn a:hover, #categoryMenuItemOn a
{
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #1e9bba;
}


/* -- Each link item in the category menu list rollover state -- */
#categoryMenu a:hover, #categoryMenu a:active
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #1e9bba;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a	{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #aaaaaa;
}

/* ------  SECFTION END  ------  */

/*  --  Column of child categories of the current category. This is displayed above page content
        And allows for the navigation to sub categories.
*/

#categoryBranch {
	display: block;
}

#categoryBranch a .subHeading {
	color: #1e9bba;
}

#childCategoryMenu {
	display: block;
	padding-top: 4px;
}

#childCategoryItem {
	margin-bottom: 1px;
	float: right;
	margin-left: 10px;
}


/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu {
	margin-top: 25px;
	margin-bottom: 25px;
}

#userMenu .title	 {
	display: none;
}

.menuLogon		   {
  display: none;
}

/* -- The entire member menu list as an entity -- */
#userMenu ul
{
	margin: 0px;
    padding: 0px;
	list-style-type: none;
}

/* -- Each item in the member menu list -- */
#userMenu li {
	margin-bottom: 2px;
	vertical-align: middle;
}

/* -- Applies to the currently selected member menu item -- */
#userMenuItemOn a:link, #userMenuItemOn a:visited, #userMenuItemOn a:hover, #userMenuItemOn a
{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #1e9bba;
}


/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #1e9bba;
}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #aaaaaa;
}

/* ------  BUTTONS ------  */

#imageButton {
	padding-left: 20px;
	background-image: url('images/admin/images.gif');
}

#editButton {
	padding-left: 20px;
	background-image: url('images/admin/editItemType.gif');
}

#setMapButton {
	padding-left: 20px;
	background-image: url('images/admin/map.gif');
}

#viewMapButon {
}

#deleteButton {
	padding-left: 20px;
	background-image: url('images/admin/delete.gif');
}

#copyToButton {
	padding-left: 20px;
	background-image: url('images/admin/copy.gif');
}

#ownerButton {
	padding-left: 20px;
	background-image: url('images/admin/members.gif');
}

#orderButton {
	padding-left: 20px;
	background-image: url('images/admin/orders.gif');
}

#readMoreButton {
}

#viewButton {
}

#accountButton {
	padding-left: 20px;
	background-image: url('images/admin/accounts.gif');
}

#documentsButton {
	padding-left: 20px;
	background-image: url('images/admin/emailDocuments.gif');
}

#itemButton {
}

#rolesButton {
	padding-left: 20px;
	background-image: url('images/admin/roles.gif');
}

#reminderButton {
	padding-left: 20px;
	background-image: url('images/admin/viewReminders.gif');
}

#deleteUserButton {
	padding-left: 20px;
	background-image: url('images/admin/deleteUser.gif');
}

#editUserButton {
	padding-left: 20px;
	background-image: url('images/admin/editUser.gif');
}


/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#hotItem {
	margin: 1px;
	border-bottom: dotted 1px #aaaaaa;
	padding-bottom: 25px;
}

#hotItem .title {
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #1e9bba;
}

#hotItem .bodyText {
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10px;
	text-align: left;
	color: #000000;
	white-space: normal;
}

#hotItem a:link, #hotItem a:visited {
	margin: 2px;
	text-decoration: none;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: dotted 1px #aaaaaa;
	color: #aaaaaa;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	float: right;
}

#hotItem a:hover, #hotItem a:active {
	text-align: left;
	color: #1e9bba;
	border: dotted 1px #1e9bba;
}


/* ------  RESULT SETS FOR PAGE COUNT in ORDER, PAYMENT, PRODUCT, USER ------ */
#resultSets {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #aaaaaa;
	margin: 2px;
}

.resultSet, .resultSet:visited
{
	color: #aaaaaa;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #aaaaaa;
}

.resultSet:hover, .resultSet:active
{
	border: 1px dotted #aaaaaa;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	color: #1e9bba;
}

.currentResultSet, .currentResultSet:hover, .currentResultSet:active, .currentResultSet:visited
{
	border: 1px solid #1e9bba;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	color: #1e9bba;
}


/* ------ USER SPECIFIC STYLING ------ */
.userActionButton, .userActionButton:link, .userActionButton:visited {
	margin-left: 2px;
	text-decoration: none;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: solid 1px #000000;
	color: #000000;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	float: right;
}

.userActionButton:hover, .userActionButton:active {
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}

/* ------ ORDER SPECIFIC STYLING ------ */
.orderActionButton:link, .orderActionButton:visited {
	margin-left: 2px;
	text-decoration: none;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: solid 1px #000000;
	color: #000000;
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	float: right;
}

.orderActionButton:hover, .orderActionButton:active {
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}

/* ------  TOOLBAR CONTROL  ------  */

#toolbar   {
	padding: 0px;
	margin: 0px
	text-align: right;
	vertical-align: top;
	width: 100%;
	height: 165px;
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('designImages/siteImage.jpg');
}

#toolbarImageBack	{
	height: 107px;
}

#toolbarImage	{
	display: none;
}

/*  Strip containing buttons on the toolbar  */
#toolbarButtons		 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #aaaaaa;
}

/*  Left end of the button strip  */
#toolbarButtonsLeft	{
	margin: 0px;
	padding: 0px;
	width: 280px;
	float: left;
}

/*  Right end of the button strip  */
#toolbarButtonsRight {
	width: 25px;
	float: left;
}

/*  Individual button on the toolbar  */
.toolbarButton {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	border-right: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-top: solid 1px #aaaaaa;
	background-color: #ffffff;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*  Button link not cuttent page and not hover  */
.toolbarButton a, .toolbarButton a:visited {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #aaaaaa;
}

.toolbarButton a:hover, .toolbarButton a:active {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #1e9bba;
	
}

.toolbarButtonOn {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	border-right: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-top: solid 1px #aaaaaa;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	background-color: #ffffff;
}

.toolbarButtonOn a, .toolbarButtonOn a:visited {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #1e9bba;
}

.toolbarButtonOn a:hover, .toolbarButtonOn a:active {
	text-decoration: none;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #1e9bba;
}

.buttonDivide  {
	width: 3px;
	float: left;
}

#logo	{

	height: 145px;
	width: 300px;
	float: right;
}

#simpleSearch		{
	display: none;
}

#simpleSearch h3	  {
 	color: #000000;
	font-size: 12px;
	margin: 0px;
}

#setCurrency		{
	text-align: left;
	margin: 0px;
	display: block;
	height: 30px;
	vertical-align: top;
	margin-top: 10px;
	width: 170px;
	padding-right: 10px;
	float: right;
	clear: right;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('images/buttons/currency.gif');
}

#setCurrency select {
	width: 90px;
}

#setCurrency h3	  {
 	color: #000000;
	font-size: 12px;
	margin: 0px;
}
