/*
#336080 = Colour for links/visited
#54a3bc = Colour for link hovers
#6b82b5 = Colour 1 for table header/footer (Darkest)
#cdd6e7 = Colour 2 (mid colour)
#efede8 = Colour 3 background tab

All font-family are Verdana, sans-serif;

(The following are one off not part of theme)
#000063 = Background Colour for tables 
#FFFFFF = Colour for detail 1 of tables 
Black
White

Note: Do not add a TD style, this causes problems 
when there have been styles defined on rows.

Tips:

a) 
When creating a class to be used for a link ensure you have them in 
the following order below. If not the effects such as hover may not work
as they will be overridden.
.XXXX:LINK
.XXXX:VISITED
.XXXX:HOVER
.XXXX:ACTIVE

*/

A {
	color: #cc0033;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:LINK {
	color: #cc0033;
}

A:VISITED {
	color: #cc0033;
}

A:HOVER {
	color: #990033;
}

A:HOVER:VISITED {
	color: #990033;
}

BODY {
	background-color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;	
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
}

H4 {
	font-weight: normal;
	font-size: medium;
	border-bottom-style: groove;
	font-family: Arial, Helvetica, sans-serif;	
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #666666;
	border-style: none none dotted;
}

LI {
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD.left-panel {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD.center-panel {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD.right-panel {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SPAN.error {
	background: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#990033;
	font-weight:bold;
}

SPAN.info {
	color: #cc0033;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 8pt;
	height: auto;
	width: auto;
	/*border: solid 1px #cc0033;*/
}

SELECT.country {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

SELECT.error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

SELECT.info {
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

SELECT.messages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

OPTION.error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

OPTION.info {
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/*
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 8pt;
	height: 13pt;
}
*/
INPUT.error {
	background-color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

INPUT.info {
	background: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

INPUT.itemadded {
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.TMSTable {
	background-color: #c2c27a;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.TMSTableHeader {
	background-color: #cfcf95;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;	
}
.TMSTableHeader TH {
	background-image: url("../custom/images/TMSTableHeader_bg.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x
}

.TMSTableHeader:LINK {
	color: #cc0033;
	text-decoration: underline;
}

.TMSTableHeader:HOVER {
	color: white;
	text-decoration: underline;
}

.TMSTableDetail1 {
	color: #cc0033;
	font-size: 8pt;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
}

.TMSTableDetail1:LINK {
	color: #cc0033;
	text-decoration: underline;
}

.TMSTableDetail1:VISITED {
	color: #cc0033;
	text-decoration: underline;
}

.TMSTableDetail1:HOVER {
	color: #990033;
	text-decoration: none;
}

.TMSTableDetail2 {
	color: #cc0033;
	font-size: 8pt;
	background-color: #ebebd8;
	font-family: Arial, Helvetica, sans-serif;	
}

.TMSTableDetail2:LINK {
	color: #cc0033;
	text-decoration: underline;
}

.TMSTableDetail2:VISITED {
	color: #cc0033;
	text-decoration: underline;
}

.TMSTableDetail2:HOVER {
	color: #990033;
	text-decoration: none;
}

.TMSTableFooter {
	background-color: #000000;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
}

.TMSTableFooter:LINK {
	color: #cc0033;
}

.TMSTableFooter:HOVER {
	color: #990033;
}

.TMSCatalogue {
	color: black;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TMSCatalogue:LINK {
	color: #cc0033;
	font-weight: bold;
}

.TMSCatalogue:VISITED{
	color: #cc0033;
	font-weight: bold;
}

.TMSCatalogue:HOVER {
	color: #990033;
	font-weight: bold;
}

.TMSCatalogueBullet {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TMSCatalogueMP {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TMSCatalogueMP:LINK {
	color: #cc0033;
}

.TMSCatalogueMP:VISITED {
	color: #cc0033;
}

.TMSCatalogueMP:HOVER {
	color: #990033;
}

.TMSTabActiveColour {
	color: #cc0033;
	background-color: #efede8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.TMSTabInactiveColour {
	background-color: #6b82b5;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.TMSTabInactiveColour:LINK {
	color: white;
	text-decoration: none;
}

.TMSTabInactiveColour:VISITED {
	color: white;
}

.TMSTabInactiveColour:HOVER {
	color: black;
	text-decoration: none;
}


.TMSPath {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	
}

.TMSPath:LINK {
	text-decoration: none;
}

.TMSPath:VISITED {
	text-decoration: none;
}

.TMSPath:HOVER {
	text-decoration: none;
}

.TMSPathBackground {
	/*background-color: #efefef;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: 11px;
	font-weight: bold;
}

.LNBMenu {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	vertical-align: middle;
	background-color: #990033;
	line-height: 15px;
	padding-right: 3px;
	text-align: center;
}

.TMSMenu {
	color: #cc0033;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TMSMenu:LINK {
	color: #cc0033;
	text-decoration: none;
}

.TMSMenu:VISITED {
	color: #cc0033;
	text-decoration: none;
}

.TMSMenu:HOVER {
	color: #990033;
	text-decoration: none;
}

.TMSNothingToDisplay {
	color: black;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.TMSPageHeading {
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.TMSLegend {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.TMSProcessOrderStepsHeading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;             
}

.TMSNoticeBoardTable {
	background-color: white;
	color: black;
	border: none;
	font-family: Arial, Helvetica, sans-serif;	
}

.TMSNoticeBoardTableHeader {
	font-weight: normal;
	font-size: medium;
	border-bottom-style: groove;
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
}



.TMSNoticeBoardTableDetail1 {
	color: #000000;
	border: none;
	cursor: pointer;
	font-size: 11px;
}

.TMSNoticeBoardTableDetail1:LINK {
	color: #cc0033;
	text-decoration: none;
}

.TMSNoticeBoardTableDetail1:VISITED {
	color: #cc0033;
	text-decoration: underline;
}

.TMSNoticeBoardTableDetail1:HOVER {
	color: #990033;
	text-decoration: none;
}

.TMSNoticeBoardTableDetail2 {
	color: #cc0033;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TMSNoticeBoardTableDetail2:LINK {
	color: #cc0033;
	text-decoration: underline;
	cursor: pointer;
}

.TMSNoticeBoardTableDetail2:VISITED {
	color: #cc0033;
	text-decoration: underline;
}

.TMSNoticeBoardTableDetail2:HOVER {
	color: #990033;
	text-decoration: underline;
}

.TMSUserConfirmationHeading {
	font-weight: bold;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;	
}

.TMSSubscriptionResourcesTablePos {
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.TMSSubscriptionResourcesList {
	list-style-image: url("subResBullet.gif");
	font-family: Arial, Helvetica, sans-serif;                  
}

.TMSSubscriptionResource {
	color: black;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.TMSSubscriptionResource:LINK {
	color: #cc0033;
	text-decoration: none;
}

.TMSSubscriptionResource:VISITED {
	color: #cc0033;
	text-decoration: none;
}

.TMSSubscriptionResource:HOVER {
	color: #990033;
	text-decoration: none;
}

.IBSSubstituteItemsList{
	list-style-type: square;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.IBSNavBarBanner{
	background-image: url("banner.jpg");
	background-repeat: no-repeat;
   	font-family: Arial, Helvetica, sans-serif;
}

.IBSNavBarBannerLine{
	background-image: url("banner_line.jpg");
	background-repeat: no-repeat;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.IBSUserLoggedInMessage{
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.IBSSearchFieldSet{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #ebebd8;
}

.IBSBrowseFieldSet{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #efefef;
}
 
.IBSPagingLink{
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cc0033;
	font-weight: bold;       
}

/* Start main.jsp classes */

.IBSMainTab{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.IBSMainTabText{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.IBSNeedAssistance{
	font-size: 8pt;
	color: #cc0033;
}

.IBSNotes{
	font-size: 8pt;
	color: #cc0033;
}

.IBSWelcomeText{
	font-size: 8pt;
	color: #000000;
}
/* End main.jsp classes */

.IBSFieldLabel{
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.IBSFieldLabel:LINK{
	text-decoration: underline;
}

.IBSTextOnPanel{
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.IBSFooter{
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
}

.IBSProductPageItemText{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.IBSThankyouText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSThankyouText:LINK{
	text-decoration: underline
}

.IBSThankyouText:VISITED{
	text-decoration: underline
}

.IBSThankyouText:HOVER{
	text-decoration: underline
}

.IBSThankyouText:ACTIVE{
	text-decoration: underline
}

.IBSUnauthorizedAccessText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSUnauthorizedAccessText:LINK{
	text-decoration: underline
}

.IBSUnauthorizedAccessText:VISITED{
	text-decoration: underline
}

.IBSUnauthorizedAccessText:HOVER{
	text-decoration: underline
}

.IBSUnauthorizedAccessText:ACTIVE{
	text-decoration: underline
}

.IBSErrorText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSErrorText:LINK{
	text-decoration: underline
}

.IBSErrorText:VISITED{
	text-decoration: underline
}

.IBSErrorText:HOVER{
	text-decoration: underline
}

.IBSErrorText:ACTIVE{
	text-decoration: underline
}

.IBSDefaultErrorPageText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSDefaultErrorPageText:LINK{
	text-decoration: underline
}

.IBSDefaultErrorPageText:VISITED{
	text-decoration: underline
}

.IBSDefaultErrorPageText:HOVER{
	text-decoration: underline
}

.IBSDefaultErrorPageText:ACTIVE{
	text-decoration: underline
}

.IBSSessionExpiredText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: 14px;
}

.IBSSessionExpiredText:LINK{
	text-decoration: underline
}

.IBSSessionExpiredText:VISITED{
	text-decoration: underline
}

.IBSSessionExpiredText:HOVER{
	text-decoration: underline
}

.IBSSessionExpiredText:ACTIVE{
	text-decoration: underline
}

.IBSResourceNotFoundText{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSResourceNotFoundText:LINK{
	text-decoration: underline
}

.IBSResourceNotFoundText:VISITED{
	text-decoration: underline
}

.IBSResourceNotFoundText:HOVER{
	text-decoration: underline
}

.IBSResourceNotFoundText:ACTIVE{
	text-decoration: underline
}

.IBSSpreadSheetUploadVerification{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: medium;
}

.IBSSpreadSheetUploadVerification:LINK{
	text-decoration: underline
}

.IBSSpreadSheetUploadVerification:VISITED{
	text-decoration: underline
}

.IBSSpreadSheetUploadVerification:HOVER{
	text-decoration: underline
}

.IBSSpreadSheetUploadVerification:ACTIVE{
	text-decoration: underline
}

/* --IBS Buttons Start-- */
.IBSAddToCartButton {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.IBSSearchGoButton {
	font-weight: bold;
	cursor: hand;
	color: #cc0033;
	background-color: #efefef;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.IBSPagingButton {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

.IBSButton {
	/* Example 
	font-size: 11;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #ffffff;
	padding: 1;
	background-color: #cdd6e7;
	font-weight: bold;
	*/
	
}
/* --IBS Buttons End-- */

.itemtitle {
	COLOR: #FFFFFF;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}

.itembucket {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-right-style: solid;
	border-right-width: 1.5px;
	border-bottom-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1.5px;
	border-right-color: #cccccc;
	padding: 2px;
	position: relative;
	border-left-color: #cccccc;
	/*background-image: url("itembucket_foot.gif");
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat*/
}
.itembucket2 {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-right-style: solid;
	border-right-width: 1.5px;
	border-bottom-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1.5px;
	border-right-color: #cccccc;
	padding: 2px;
	position: relative;
	border-left-color: #cccccc;
	background-image: url("../custom/images/itembucket_foot2.gif");
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: repeat-x
}

/* 
#New additions - LNB_MO
*/

.content {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-right-style: solid;
	border-right-width: 1.5px;
	border-bottom-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1.5px;
	border-right-color: #cccccc;
	padding: 2px;
	position: relative;
	border-left-color: #cccccc;
}


/* ######### Top tabs ######### */

#ddtoptabs{
margin-left: 4px; /*Opera 8 fix -1px*/
padding: 0;
width: 775px;
height: 27px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddtoptabs ul{
font: normal 10px verdana, arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.3em;
font-size: 120%;
}


#ddtoptabs a, #ddtoptabs strong{
float:left;
color:#fff;
background: transparent url("tabs_left.gif") no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
font-size: 10px;
letter-spacing: 1px;
margin-top: 4px;
font-family:  Arial, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #FFF;
}

#ddtoptabs a span, #ddtoptabs #current span{
float:left;
display:block;
color:#fff;
background: transparent url("tabs_right.gif") no-repeat right top;
padding:3px 9px 3px 6px;
/*font-weight:bold;*/
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs #current a, #ddtoptabs strong{
background-position:0 -300px;
border-bottom: 3px solid #666666;
}

#ddtoptabs #current a span, #ddtoptabs #current span{
background-position:100% -300px;
padding-bottom:3px;	color:#fff;
}

#ddtoptabs a:hover{
background-position:0% -150px;
}

#ddtoptabs a:hover span{
color: #fff;
background-position:100% -150px;
}

#ddtoptabs #current a:hover {	background-position:0% -300px; }
#ddtoptabs #current a:hover span { color: #fff;	background-position:100% -300px; }

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
background: #990033;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}

#csslibrarytab a, #csslibrarytab strong{
background: transparent url("tabs_left_grey.gif") no-repeat left top;
color: #000;
}

#csslibrarytab a span{
background: transparent url("tabs_right_grey.gif") no-repeat right top;
color: #000;
}

#csslibrarytab a:hover{
background-position:0% -150px;
color: #000;
}

#csslibrarytab a:hover span{
color: #000;
background-position:100% -150px;
}
	
.categoryarea #bottomlegend{ /*category pages*/
list-style-type: disk;
list-style-image: url(bullet.png);
margin: auto auto 10px 18px;
padding: 0;
color: #454545;
}

.categorylinks{
list-style-type: disk;
list-style-image: url(arrow.gif);
margin: 2px auto auto 12px;
padding: 0;

}

.categorylinks li{
padding-bottom: 1px;
}

.categorylinks li a{
margin-left: 3px;
margin-top:-2px;
/*padding: 3px 1px;*/
font-size: 11px;
display: block;
color: #cc0033;
text-decoration: none;
/*font-weight: bold;
border-bottom: 1px solid #efefef;*/
}

.categorylinks a:visited{
color: #990033;
}
	
.categorylinks a:hover {
color: #cc0033;
/*background: #efefef;*/
text-decoration: underline;
}

.subcategorylist{
list-style-type: disk;
list-style-image: url(heart.png);
margin: 5px auto 10px 18px;
padding: 0;
}

.subcategorylist li{
padding: 3px 0;
background-color: #ececec;
}


.subcategorylist li a{
color: #cc0033;
font: bold 120% Arial;
}

TD {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

input.groovybutton
{
   font-size:10px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#cc0033;
   height:20px;
   background-color:#779999;
   background-image:url(back03.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}

#css-buttons2 ul{list-style: none;margin: 0 0 10px 0;padding: 0;}
#css-buttons2 li{border: 1px solid #999; margin: 5px 0 0 20px; width:9.0em;}
head:first-child+body #css-buttons2 li{padding-right:2px;}
#css-buttons2 li a{color: #333; text-decoration: none;}

.css-button2 {
display:block;
font: 0.8em verdana, arial, sans-serif;
padding: 2px 0 2px 0px; border: 1px solid white;
text-decoration: none; width:100%;
background: #ddd;color: #333;
}

.css-button2 span {
font: bold 1.0em verdana, arial, sans-serif;
padding: 2px 3px 2px 3px; color: #fff;
}  
.mt span{background:#069;}
.lnb span{background:#b20d1c;}

.mainfooter {
	color: #FFFFFF;
	font-family: sans-serif, Verdana;
	font-size: 10px;
}

.mainfooter A:LINK {
	color: #FFFFFF;
	text-decoration: none;
}

.mainfooter A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainfooter A:ACTIVE {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainfooter A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

.navBarbg {
	background-image: url("back03.gif");
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: repeat-x
}
.white-link{
	color: white;
	cursor: hand;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.studentDIV {
	visibility: visible;
	z-index: auto
}

.NoticeClosed {
	background-image: url("Plus.gif");
	background-attachment: fixed;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold
}

.NoticeOpen {
	background-image: url("Minus.gif");
	background-attachment: fixed;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold
}

.NoticeClosed A:LINK {
	color: #cc0033;
	font-weight: bold;
}

.dotleftright {
	border-left:1px dotted #666666;
	padding-left:5px;
	border-right:1px dotted #666666;
	padding-right:5px;
}

.dottopbottom {
	border-top:1px dotted #666666;
	padding-top:3px;
	border-bottom:1px dotted #666666;
	padding-bottom:3px;
}

.leftFloat {
	float:left;
}

.rightFloat {
	float:right;
}

.clearFloat {
	clear:both;
	font-size:1px;
	height:1px;
	visibility:hidden
}

.clear {clear:both;}

#top-container {
	padding-top:10px;
	height:40px;
}


#top-navbar-container {	
	/*width:951px;*/
	height:26px;	
	margin-top:12px;
	padding:1px 0 1px 38px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

.menu {
	/*position:relative;*/
	z-index:100;	
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul,
#sign-on-box ul {
	padding:0;	
	margin:0;
	list-style-type:none;
	text-align:center;	
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li,
#sign-on-box li {
	/*float:left;
	width:95px;*/		
	position:relative;
	display:inline;	
}

/* style the links for the top level */
.menu a, 
.menu a:visited {
	font-size:90%;
	/*display:block;*/
	padding:7px 12px;
	text-decoration:none;		
	color:#666;
	line-height:25px;
}

/* style the top level hover */
.menu a:hover {	color:#903;}

.menu-active-link {
	color:#903;
	font-weight:bold;
}

li.no-image a {	background: url(img-division.gif) no-repeat center right;	}

li.no-image a:hover {
	background:url(img-division.gif) no-repeat center right #fff;
	text-decoration:none;
}

li.no-image2 a {background: url(spacer.gif) no-repeat center right;	}

li.no-image2 a:hover {
	background:url(spacer.gif) no-repeat center right #fff;
	text-decoration:none;
}

.userStatus {
	/* red bar above header image to indicate user status */
	margin:0;
	padding:5px 10px 0 0;
	/*width:970px;*/
	height:19px;
	background-color:#903;
	color:#fff;
	font-size:1em;
}

.userStatus ul {
	margin:0; 
	padding:0;
	list-style-type:none;
	}

.userStatus ul li {
	float:left;
	margin: 0 5px 0 5px;
}

.userStatus a:link,
.userStatus a:visited {
	color:#fff;
	text-decoration:none;
	}

.userStatus a:hover,
.userStatus a:active {
	text-decoration:underline;
	color:#fdfdfd;
	}

#userAcc {
	position:absolute;
	top:70px;
	right:10px;
	float: right;
}

#userAcc .uacc a:link,
#userAcc .uacc a:visited,
#userAcc .uacc a:hover,
#userAcc .uacc a:active {
	text-decoration:none;
	color:#990033;
}


#right {
	/* right float for shopping cart option */
	float:right;
	/*background-image: url(/store/images/cart.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;*/
	}

.siteBanner {
	display:block;
	background:url(sitebanner_bg.gif) bottom repeat-x;
	clear:both
}

.siteBanner .imgDiv {
	height: 75px;
	background: url(bg_header_bookstore.gif) no-repeat;
}

.siteBanner .imgDiv label{
	float:right;
	margin:15px 63px 0 0;
	}

.siteBanner .imgDiv a {
	color:#903;
	font-size:10px;
	text-decoration:none;
}

.siteBanner .imgDiv a:hover {
	text-decoration:underline;	
	}

.block {
	/*border: 1px solid #666;*/
}

.block2 {
	/*border: 1px solid #666;*/
	background-color:#efefef;
}

.block h5, .block2 h5 {
	margin: 0;
	padding-left:15px;
	background: transparent url(img-arrow-big.gif) left center no-repeat;
	font-size:14px;
	color:#666666;
	/*border: 1px dotted #666666;*/
}

.blockcontent {
	padding:5px;
}


.footerrow span {
	color:#808284;
}

.footerrow a {
	color:#808284;
	font-size:1em;
}