/*-------------------------------------------*/
/*------------ Store Specific ---------------*/
/*-------------------------------------------*/

.logoOrdernumber {
	color:#CC3333;
	font-family:verdana,Arial;
	font-size:19pt;
}

.storeText{
	
	font-size: 9pt;
	font-weight: normal; 
	color: #000000;
}

.storeTextSmall{ 
	font-size: 8pt;
}

.storeNavText{
	
	font-size: 8pt;
	font-weight: normal; 
	color: #05589F;
}
.storeNavText:hover{
	color: #ED1C24;
}
.storeNavtextOff{
	color: #660066;
}


.storeMainLinks{
	
	font-size: 10pt;
	font-weight: normal; 
	color: #0000cc;
	/*05589F*/
}
.storeMainLinks:hover{
	color: #ED1C24;
}



.generalHeader{
	font-size: 11pt;
	font-weight: normal; 
	color: #0000cc;
}
.generalSubHeader{
	
	font-size: 9pt;
	font-weight: normal; 
	color: #0000cc;
}

.noItemsMessage{
	font-size: 13pt;
	font-weight: normal; 
	color: #999999;
}


.author{
	
	font-size: 9pt;
	font-weight: normal; 
	color: #0000cc;
}

.price{
	
	font-size: 9pt;
	font-weight: bold; 
	color: #000099;
}

.strikeOut{
	font-size: 9pt;
	font-weight: normal; 
	text-decoration : line-through;
	color: #999999;
}


.itemDesc{
	
	font-size: 9pt;
	font-weight: normal; 
	color: #000000;
}
.itemProductNo{
	
	font-size: 8pt;
	font-weight: normal; 
	color: #990066;
}

.moreDetails{
	
	font-size: 9pt;
	font-weight: bold; 
	color: #ED1C24;
}
.moreDetails:hover{ 
	color: #05589F;
}
.addToCartTable{
	padding: 0px 0px 0px 0px;
	border : 1px solid #999999;
	background: #f6f6f6;
	font-size: 8pt;
	color : #000099;
	font-weight : normal;
}

.addToCartTextBox{
	
	padding: 0px 0px 0px 0px;
	border : 1px solid #999999;
	background: #ffffff;
	font-size: 8pt;
	color : Black;
	font-weight : normal;
}

.addToCartBtn{
	
	padding: 0px 0px 0px 0px;
	border : 1px solid #999999;
	background: #c0c0b0;
	font-size: 8pt;
	color : 000099;
	font-weight : normal;
	cursor: default;
	border : outset 1;
}
.addToCartBtnOver{
	
	padding: 0px 0px 0px 0px;
	border : 1px solid #999999;
	background: #ffffff;
	font-size: 8pt;
	color : Black;
	font-weight : normal;
	cursor: default;
	border : inset 1;
}

.bsktHiddenTextbox{
	COLOR: black;
	FONT-SIZE: 8pt;
	background-color: #CBD3D8;
	font-weight: normal;
	border : 0px solid #000000;
	cursor: default;
}
.bsktHiddenTextbox2{
	COLOR: maroon;

	FONT-SIZE: 8pt;
	background-color: white;
	font-weight: bold;
	border : 0px solid white;
	cursor: default;
}
.bskButtonPrompt {
	COLOR: #ffffff;
	
	FONT-SIZE: 8pt;
	background-color: #cc6600;
	font-weight: normal;
	border : 1px solid #000000;
	border-width: 1px;
	cursor: default;
	border : outset 1;
}
.bskEmptyTextBox{
	COLOR: black;
	FONT-SIZE: 8pt;
	background-color: #cccccc;
	font-weight: normal;
	border : 1px solid #000000;
	border-width: 1px;
	cursor: default;
}
/*-------------------------------------------*/
/*--------------- Forms --------------------*/
/*-------------------------------------------*/
.storeFormBorderColour{   
	background-color: #336699;
}

.storeFormHeader1 {   
	background-color: #336699;
	font-size: 9pt; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
.storeFormHeader2 {   
	background-color: #C6D1E7;
	font-size: 9pt; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}
.storeFormHeader3 {   
	background-color: #DEDEDE;
	font-size: 9pt; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}
.storeFormContent {   
	background-color: #FFFFFF;
	font-size: 9pt; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}
.storeFormSmallText{   
	font-size: 8pt; 
	font-weight: normal; 
	color: #0000cc; 
	text-decoration: none
}

.storeFormError{  
	background-color: #F9F9E0; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}
.storeFormHR{  
	size: 1; 
	color: #000000; 
}

.errorMsg {
  color: maroon;
  font-weight: bold;
}










