/* ------- The browser window ------ */
#pageBack
{
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;
	font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

#page
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#pageLeft
{
	display: none;
}

#pageRight
{
	display: none;
}

#pageMid
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* ------  All content generated by XSL files ------ */
#pageContent
{
	width: 100%;
	border-color: #B6C5F2;
}

/* ------ Content below toolbar and above page bottom ------ */
#main
{
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* ------ Left hand menu containing catalogue and member menus ------ */
#menu
{
	margin: 0px;
	vertical-align: top;
	text-align: left;
	width: 15%;
	background-color: #ffffff;
}

/* ------ Content within main to the right of the category and member menu and to the left of admin and hotitems menu ------ */
#pageBody
{
	margin: 1px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	width: 75%;
	background-color: #ffffff;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu
{
	text-align: right;
	vertical-align: top;
	width: 15%;
	background-color: #ffffff;
}

/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom
{
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	text-align: right;
	white-space: nowrap;
	color: #000000;
	background-color: #ffffff;
}

.bodyText
{
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
}

.smalltext
{
	font-size: 7pt;
	color: #000000;
}

a.helpText
{
	font-size: 9pt;
	padding-top: 1px;
	background-image: url(images/admin/helpDocument.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	padding-top: 1px;
	color: #000000;
}

a.helpText:hover
{
	font-size: 9pt;
	color: #000000;
}

.helpText
{
	font-size: 9pt;
	color: #000000;
}

.border
{
	width: 1px;
	height: 1px;
	background-color: #B6C5F2;
}

.tableBorder
{
	border: 1px solid;
	margin: 1px;
	border-color: #B6C5F2;
}

.columnHeader, th
{
	border-bottom: 1px solid;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	border-color: #B6C5F2;
	background-color: #738FE6;
	color: #ffffff;
}

.shade
{
 	background-color: #2D4488;
}

input[type="submit"], input[type="button"], input[type="submit"]:visited, input[type="button"]:visited, input[type="submit"]:link, input[type="button"]:link
{
	border: 1px solid;
	text-decoration: none;
	text-transform: none;
	border-color: #0033CC;
	color: #ffffff;
	background-color: #738FE6;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	border: 1px solid;
	color: #000000;
	background-color: #2D4488;
	border-color: #0033CC;
}


/* ------ All text input fields and text area fields ------ */
.inputText
{
	border: 1px solid;
	background-color: #ffffff;
	border-color: #0033CC;
}

/* ------  input controls and textarea tags with manditoiry attribute set to true ------ */
input[mandiroty="true"], textarea[manditory="true"]
{
	border: 1px solid;
	background-color: #ffffff;
	border-color: #0033CC;
}

/* ------  STANDARD HTML TAG STYLES  ------  */
a:link
{
	text-decoration: none;
	color: #0033CC;
}

a:hover
{
	text-decoration: none;
	color: #0033CC;
}

a:visited
{
	text-decoration: none;
	color: #0033CC;
}

a:active
{
	text-decoration: none;
	color: #0033CC;
}

#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, .button:visited
{
	margin: 1px;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	border: 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #738FE6;
	border-color: #B6C5F2;
	color: #ffffff;
}

.button:hover, .button:active
{
	margin: 1px;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	border: 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #738FE6;
	border-color: #B6C5F2;
	color: #ffffff;
}

td
{
  	font-size: 8pt;
}


/* --  Provides user feedback on the completed action  -- */
.actionFeedBack
{
	font-size: 10pt;
	color: #000000;
}

/* --  Used For Site Exceptions and other errors  -- */
#notification
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	color: #000000;
}

/* --  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: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 18pt;
	font-weight: bolder;
	color: #0033CC;
}

.heading, H2
{
	font-size: 14pt;
	font-weight: normal;
	color: #0033CC;
}

.subHeading, H3
{
	font-size: 11pt;
	font-weight: bold;
	color: #0033CC;
}

#pageBottomCategories
{
 	padding-left: 15px;
}

#siteCopyright
{
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

#logon
{
	margin: 1px;
	padding: 10px;
	border: 2px solid;
	border-color: #2D4488;
}

#forgotPassword
{
	margin: 1px;
	padding: 10px;
	border: 2px solid;
	border-color: #2D4488;
}

#userEdit
{
	margin: 1px;
	padding: 10px;
	border: 2px solid;
	border-color: #2D4488;
}

.productDefinition
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}

/* ------  PRODUCT  ------
Start of product specific styles that can be dupliucated into seperate display styles in library/productStyles  */


.product
{
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-color: #2D4488;
}

.productCaption
{
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.productBody
{
	margin: 0px;
	padding: 0px;
}

.productImage
{
	border: 1px solid;
	margin: 2px;
	height: auto;
	border-color: #B6C5F2;
}

.productActionButtons
{
 	padding: 5px;
}

.productActionButton, .productActionButton:visited
{
	margin: 2px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #738FE6;
	border-color: #B6C5F2;
	color: #ffffff;
}

.productActionButton:hover, .productActionButton:active
{
	margin: 2px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #2D4488;
	border-color: #B6C5F2;
	color: #000000;
}


/* ------  Section End  ------ */

#categoryMenu
{
	margin-top: 10px;
	background-color: #B6C5F2;
}

#categoryMenu .title
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #738FE6;
	color: #ffffff;
}

/* -- The entire member menu list as an entity -- */
#categoryMenu ul
{
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	list-style-type: none;
}

/* -- Each item in the member menu list -- */
#categoryMenu li
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px; 
	vertical-align: middle;
	height: 20px;
	color: #000000;
}

/* -- Applies to the currently selected category menu item -- */
#categoryMenuItemOn a:link, #categoryMenuItemOn a:visited, #categoryMenuItemOn a:hover, #categoryMenuItemOn a
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	background-image: url('images/arrow.gif');
	background-position: 0 50%;
	background-repeat: no-repeat
}


/* -- 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: 13px;
	color: #ffffff;
	background-image: url('images/arrow.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a
{
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #000000;
}

/* ------  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
{
	margin: 0px;
	border-bottom: 1px solid;
	border-color: #B6C5F2;
	width: 100%;
	padding: 5px;
}

#childCategoryMenu
{
	vertical-align: top;
	white-space: nowrap;
}

/* -- The entire column list as an entity -- */
#childCategoryMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

/* -- Each item in the category child menu list -- */
#childCategoryMenu li
{
	font-size: 9pt;
	margin: 0px;
	padding-bottom: 2px;
}

/* -- Each link item in the category child menu list default resting state -- */
#childCategoryMenu a, #childCategoryMenu a:visited
{
	display: block;
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 3px;
	text-decoration: none;
	color: #0033CC;
}

/* -- Each link item in the category child menu list rollover state -- */
#childCategoryMenu a:hover, #childCategoryMenu a:active
{
	display: block;
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 3px;
	text-decoration: underline;
	color: #0033CC;
}

/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu
{
	margin-top: 10px;
	background-color: #B6C5F2;
}

#userMenu .title
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #738FE6;
	color: #ffffff;
}

.menuLogon
{
	padding: 2px;
}

/* -- The entire member menu list as an entity -- */
#userMenu ul
{
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	list-style-type: none;
}

/* -- Each item in the member menu list -- */
#userMenu li
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px; 
	vertical-align: middle;
	height: 20px;
	color: #000000;
}

/* -- 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: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	background-image: url('images/arrow.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
}


/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	background-image: url('images/arrow.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #000000;
}

/* ------  SECFTION END  ------  */

/* ------  Advanced Content Editor  ------ */
.buttonOff
{
	border: 1px outset;
	border-color: #B6C5F2;
}

.buttonOver
{
	border: 1px outset;
	border-color: #B6C5F2;
	background-color: #2D4488;
}

.buttonDown
{
	border: 1px inset;
	border-color: #B6C5F2;
	background-color: #ffffff;
}


/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#hotItem
{
	margin-top: 10px;
	background-color: #B6C5F2;
	padding-bottom: 5px;
}

#hotItem .title
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #738FE6;
	color: #ffffff;;
}

#hotItem .bodyText
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 13px;
	text-align: left;
	color: #000000;
	white-space: normal;
}

#hotItem a, #hotItem a:visited
{
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #000000;
}

#hotItem a:hover, #hotItem a:active
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	background-image: url('images/arrow.gif');
	background-position: 0 50%;
	background-repeat: no-repeat
}


/* ------  RESULT SETS FOR PAGE COUNT in ORDER, PAYMENT, PRODUCT, USER ------ */
#resultSets
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.resultSet, .resultSet:visited
{
	border: 1px solid;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	border-color: #ffffff;
}

.resultSet:hover, .resultSet:active
{
	border: 1px solid;
	padding: 2px;
	text-align: center;
	text-decoration: underline;
	border-color: #B6C5F2;
	color: #000000;
}

.currentResultSet, .currentResultSet:hover, .currentResultSet:active, .currentResultSet:visited
{
	border: 1px solid;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	border-color: #B6C5F2;
}



/* ------ USER SPECIFIC STYLING ------ */
.userActionButton:link, .userActionButton:visited
{
	margin: 4px;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	border: 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #ffffff;
	background-color: #738FE6;
	border-color: #B6C5F2;
}

.userActionButton:hover, .userActionButton:active
{
	margin: 4px;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	border: 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	background-color: #2D4488;
	border-color: #B6C5F2;
}

/* ------ ORDER SPECIFIC STYLING ------ */
.orderActionButton:link, .orderActionButton:visited
{
	margin-left: 4px;
	margin-top: 2px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	border: 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	background-color: #738FE6;
	border-color: #B6C5F2;
}

.orderActionButton:hover, .orderActionButton:active
{
	margin-left: 4px;
	margin-top: 2px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	border: 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	background-color: #2D4488;
	border-color: #B6C5F2;
}

/* ------  TOOLBAR CONTROL  ------  */

#toolbar
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #738FE6;
}

#toolbarTop
{
	text-align: left;
	width: 100%;
	background-color: #738FE6;
}


#toolbarImageBack
{
	padding: 0px;
	margin: 0px;
	background-color: #0033CC;
}

#toolbarImage
{
	padding: 0px;
	margin: 0px;
	height: 9px;
	width: 100%;
}

/*  Strip containing buttons on the toolbar  */
#toolbarButtons
{
	margin: 0px;
	padding: 0px;
	background-color: #2D4488;
}

/*  Left end of the button strip  */
.toolbarButtonsLeft
{
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 22px;
}

/*  Right end of the button strip  */
.toolbarButtonsRight
{
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 22px;
}

/*  Individual button on the toolbar  */
#toolbarButton
{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

/*  Button link not cuttent page and not hover  */
#toolbarButton a, #toolbarButton a:visited
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #000000;
}

#toolbarButton a:hover, #toolbarButton a:active
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	background-color: #B6C5F2;
	color: #ffffff;
}

#toolbarButtonOn
{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	background-color: #738FE6;
}

#toolbarButtonOn a, #toolbarButtonOn a:visited
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	background-color: #738FE6;
	color: #ffffff;
}

#toolbarButtonOn a:hover, #toolbarButtonOn a:active
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	background-color: #738FE6;
	color: #ffffff;
}

.toolbarButtonDivide
{
	display: none;
}

/*  --  Controls the print icon or print category box --  */
#printCategory
{
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#logo
{
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	margin-left: 20px;
	width 111px;
	height: 50px;
	display: block;
}

#simpleSearch
{
	text-align: right;
	width: 300px;
	padding-right: 15px;
	margin-right: 15px;
	display: block;
}

#simpleSearch .subHeading
{
 	color: #ffffff;
}

