/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Datadog Store Frontend
' Version  : 1.1.3
' Modified : 10 March 2004
' Copyright: Copyright (C) 2004 Datadog.co.nz 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@datadog.co.nz
'**************************************************************************/

/**********************************************************/
/* General Tag specifications */


BODY      {background-color: #ad2131;margin: 0px;COLOR: #FFFFFF; FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif; FONT-SIZE: 9pt;}

.bodyBG {background-color: #ad2131;}

B, TD, P      {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 9pt;}
A:link              {COLOR: #FFFFFF; text-decoration: underline;}
A:visited           {COLOR: #FFFFFF; text-decoration: underline;}
A:hover             {COLOR: #FFFFFF; text-decoration: none;}

H1 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 18pt;}

.heading2 {COLOR: #999999; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 14pt;}

.heading3 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 9pt; font-weight: bold;}


td.footer {color: #FFFFFF;
              font-size: 10pt;}

td.footer a:link,
td.footer a:visited,		
td.footer a:active {color: #FFFFFF; text-decoration: none;}       
td.footer a:hover {color: #FFFFFF; text-decoration: underline;}

td.footerCell {padding-left: 15px;}

ul.home {margin-left: 0px;
         padding-left: 15px;}

table.content {padding-left: 20px;
               padding-right: 20px;
               padding-top: 0px;
               padding-bottom; 0px;}

table.expertise1 {padding-left: 45px;
                  padding-right: 0px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

table.expertise2 {padding-left: 45px;
                  padding-right: 30px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

table.expertise3 {padding-left: 45px;
                  padding-right: 10px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

p.expertise {padding-left: 30px;
             margin-top: 2px;
             margin-bottom: 15px;}

.expertisespan {padding-left: 30px;
             margin-top: 2px;
             margin-bottom: 15px;}

div.ourPeople {padding-left: 45px;}

td.ourPeople p {font-size: 8pt;
                margin-top: 0px;
                margin-left: 0px;
                margin-right: 0px;
                margin-bottom: 5px;}

td.ourPeople a:link,
td.ourPeople a:visited,		
td.ourPeople a:active,       
td.ourPeople a:hover {font-size: 8pt;
                      color: #FFFFFF;
                      text-decoration: underline;}

div.profile {padding-left: 30px;
             padding-top: 30px;}

ul.profile {padding-left: 20px;}

td.contact {padding-left: 45px;
                  padding-right: 0px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

.Powered			{}
.PoweredText,
.PoweredText a:link,
.PoweredText a:visited,		
.PoweredText a:active,       
.PoweredText a:hover         {COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt;text-decoration: none;}

/**********************************************************/
/* System Messages */

.System_MessageCaption      {FONT-SIZE: 10pt}
.System_ErrorMessage        {COLOR: red; FONT-SIZE: 10pt}
.System_MessageURL          {FONT-SIZE: 10pt}


/**********************************************************/
/* Homepage */

.HomePage_ProductImage            {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #7A7979}
.HomePage_ProductDescription      {BORDER-BOTTOM: 1px solid #7A7979}
.HomePage_PageHeadingText         {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFFFF;}
		
		
/**********************************************************/
/* Template */


.Template_TopNavLink,
.Template_TopNavLink a:link,
.Template_TopNavLink a:visited,		
.Template_TopNavLink a:active,       
.Template_TopNavLink a:hover         {}


.Template_BodyContent                 {}
.Template_NavMenu_Table               {width: 100%;
                                       border: 0px solid;}

.Template_NavMenu_Cell                {padding-right: 10px;
                                       padding-left: 10px;
                                       text-align: right;
                                       border: 0px solid;
                                       width: 20%;}


.Template_NavMenu_Cell_Hover          {}


a:link.Template_NavMenu_Link          {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;} 
a:visited.Template_NavMenu_Link       {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}  
a:active.Template_NavMenu_Link        {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}
a:hover.Template_NavMenu_Link         {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}

.Template_Footer                      {COLOR: #ffffff; font-size: xx-small;}

/**********************************************************/
/* Standard:  */

.Standard_Heading                        {font-size: 13pt;font-weight: normal;color: #FF6633;}
.Standard_Heading a:link                 {COLOR: #FE0000; text-decoration: none;}
.Standard_Heading a:visited              {COLOR: #FE0000; text-decoration: none;}
.Standard_Heading a:hover                {COLOR: #999999; text-decoration: underline;}

.Standard_SubHeading                     {BACKGROUND-COLOR: #EEEEEE}
.Standard_Module_Header                  {COLOR: #ffffff; font-weight: bold; text-decoration: none;}

.Standard_Module_Content,
.Standard_Module_Content, a:link			
.Standard_Module_Content a:visited,		
.Standard_Module_Content a:active        {COLOR: #333333; text-decoration: none;}
.Standard_Module_Content a:hover         {COLOR: #FF0000; text-decoration: underline;}

.Standard_Horiz_Vert_Lines               {BACKGROUND-COLOR: #7A7979}
.Standard_HighlightSearchResults         {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* used on links that are used to raise an event. e.g. Update record, add record, view product, buy product */
.Standard_ActionLink,				
.Standard_ActionLink A:link,	
.Standard_ActionLink A:visited,	
.Standard_ActionLink A:hover             {font-family: arial; font-size: 12px; font-weight: bold; color: #006699; letter-spacing: 1px;}


/**********************************************************/
/* Product Global: reused in different product pages */

.ProductGlobal_NavMenu                       {} 

.ProductGlobal_NavHeading                    {font-size: 0.6em;font-weight: bold;color: #999999;PADDING-BOTTOM: 4px;}
.ProductGlobal_NavHeading a:link,	
.ProductGlobal_NavHeading a:visited          {COLOR: #999999; text-decoration: none;}
.ProductGlobal_NavHeading a:hover            {COLOR: #999999; text-decoration: underline;}

.ProductGlobal_ShortDescription_Caption      {FONT-SIZE: 9pt}
.ProductGlobal_LongDescription_Caption       {}

	
/**********************************************************/
/* Product List: reused in different product pages */

.ProductList_ColumnLayout                  {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #7A7979}
.ProductList_ColumnLayout a:link,     
.ProductList_ColumnLayout a:visited        {COLOR: #000099; TEXT-DECORATION: none}
.ProductList_ColumnLayout a:hover          {COLOR: #996666; TEXT-DECORATION: underline}

.ProductList_Description_Group             {margin-left: 20; margin-bottom: 15px;}

.ProductList_Description_Link						
.ProductList_Description_Link a:link,
.ProductList_Description_Link a:visited    {COLOR: #000000; font-weight: bold; text-decoration: none;}
.ProductList_Description_Link a:hover      {COLOR: #006699; font-weight: bold; text-decoration: underline;}

.ProductList_Description_Value             {font-weight: bold;}

.ProductList_ProductName_Link,						
.ProductList_ProductName_Link a:link,				
.ProductList_ProductName_Link a:visited    {COLOR: #333333; text-decoration: none;}
.ProductList_ProductName_Link a:hover      {COLOR: #006699; text-decoration: underline;}

	
/**********************************************************/
/* Product View: Only used in cs/prodView.asp */

.ProductView_Group_Table                  {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #FF0000}
.ProductView_Group_Heading                {BACKGROUND-COLOR: #000000; PADDING: 1px; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-WEIGHT: bold; COLOR: #FFFFFF; FONT-SIZE: 13px; TEXT-DECORATION: none}
.ProductView_Group_Content                {BACKGROUND-COLOR: #F5F5F5}
.ProductView_Group_Content a:link,
.ProductView_Group_Content a:visited      {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.ProductView_Group_Content a:hover        {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

.ProductView_Details_Caption              {}
.ProductView_SKU_Caption                  {}
.ProductView_GST_Caption                  {COLOR: #800000; FONT-SIZE: 8pt;}
.ProductView_Price_Caption                {COLOR: #800000; FONT-SIZE: 11pt;}
.ProductView_Price_Value                  {COLOR: #800000; FONT-SIZE: 11pt;}
.ProductView_ListPrice_Caption            {}
.ProductView_ListPrice_Value              {TEXT-DECORATION: line-through; FONT-SIZE: 11pt;}
.ProductView_SalePrice_Caption            {}
.ProductView_SalePrice_Value              {COLOR: red}
.ProductView_FreeShipping_Caption         {COLOR: #888888}
.ProductView_StockCount_Caption           {COLOR: #888888}
.ProductView_OutOfStock_Caption           {COLOR: red}
.ProductView_NoImageText_Caption          {COLOR: #800000}
.ProductView_ShortDescription_Caption     {FONT-SIZE: 11pt}


/**********************************************************/
/* Product Option: Only used in cs/prodView.asp */

.ProductOption_Description_Caption      {FONT-STYLE: italic}
.ProductOption_SelectBox_Caption        {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}
.ProductOption_TextBox_Caption          {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/**********************************************************/
/* Category menu */

.CategoryMenu_Table              {background-color: #CCCCCC;}
.CategoryMenu_Header             {COLOR: #ffffff; font-weight: bold; text-decoration: none;}

.CategoryMenu_Text,						
a:link.CategoryMenu_Text ,				
a:visited.CategoryMenu_Text      {COLOR: red; text-decoration: none;}
a:hover.CategoryMenu_Text        {COLOR: red; text-decoration: underline;}


/**********************************************************/
/* Reservations. Only used in cs/reservation.asp */

.Reservation_Heading     {font-size: 1.0em;font-weight: bold;color: #FE0000;}	
/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Datadog Store Frontend
' Version  : 1.1.3
' Modified : 10 March 2004
' Copyright: Copyright (C) 2004 Datadog.co.nz 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@datadog.co.nz
'**************************************************************************/

/**********************************************************/
/* General Tag specifications */


BODY      {background-color: #ad2131;margin: 0px;COLOR: #FFFFFF; FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif; FONT-SIZE: 9pt;}

.bodyBG {background-color: #ad2131;}

B, TD, P      {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 9pt;}
A:link              {COLOR: #FFFFFF; text-decoration: underline;}
A:visited           {COLOR: #FFFFFF; text-decoration: underline;}
A:hover             {COLOR: #FFFFFF; text-decoration: none;}

H1 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 18pt;}

.heading2 {COLOR: #999999; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 14pt;}

.heading3 {COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica; FONT-SIZE: 9pt; font-weight: bold;}


td.footer {color: #FFFFFF;
              font-size: 10pt;}

td.footer a:link,
td.footer a:visited,		
td.footer a:active {color: #FFFFFF; text-decoration: none;}       
td.footer a:hover {color: #FFFFFF; text-decoration: underline;}

td.footerCell {padding-left: 15px;}

ul.home {margin-left: 0px;
         padding-left: 15px;}

table.content {padding-left: 20px;
               padding-right: 20px;
               padding-top: 0px;
               padding-bottom; 0px;}

table.expertise1 {padding-left: 45px;
                  padding-right: 0px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

table.expertise2 {padding-left: 45px;
                  padding-right: 30px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

table.expertise3 {padding-left: 45px;
                  padding-right: 10px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

p.expertise {padding-left: 30px;
             margin-top: 2px;
             margin-bottom: 15px;}

.expertisespan {padding-left: 30px;
             margin-top: 2px;
             margin-bottom: 15px;}

div.ourPeople {padding-left: 45px;}

td.ourPeople p {font-size: 8pt;
                margin-top: 0px;
                margin-left: 0px;
                margin-right: 0px;
                margin-bottom: 5px;}

td.ourPeople a:link,
td.ourPeople a:visited,		
td.ourPeople a:active,       
td.ourPeople a:hover {font-size: 8pt;
                      color: #FFFFFF;
                      text-decoration: underline;}

div.profile {padding-left: 30px;
             padding-top: 30px;}

ul.profile {padding-left: 20px;}

td.contact {padding-left: 45px;
                  padding-right: 0px;
                  padding-top: 0px;
                  padding-bottom; 0px;}

.Powered			{}
.PoweredText,
.PoweredText a:link,
.PoweredText a:visited,		
.PoweredText a:active,       
.PoweredText a:hover         {COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt;text-decoration: none;}

/**********************************************************/
/* System Messages */

.CPsysMsg      {FONT-SIZE: 10pt}
.CPsysMsgErr        {COLOR: red; FONT-SIZE: 10pt}
.CPsysMsgURL          {FONT-SIZE: 10pt}


/**********************************************************/
/* Homepage */

.CPhomeImg            {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #7A7979}
.CPhomeDesc      {BORDER-BOTTOM: 1px solid #7A7979}
.headingText         {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #FFFFFF;}
		
		
/**********************************************************/
/* Template */


.Template_TopNavLink,
.Template_TopNavLink a:link,
.Template_TopNavLink a:visited,		
.Template_TopNavLink a:active,       
.Template_TopNavLink a:hover         {}


.CustomBodyContentBgColor                 {}
.NavMenuTable               {width: 100%;
                                       border: 0px solid;}

.NavMenuCell                {padding-right: 10px;
                                       padding-left: 10px;
                                       text-align: right;
                                       border: 0px solid;
                                       width: 20%;}


.NavMenuCell_Hover          {}


a:link.NavMenuLink          {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;} 
a:visited.NavMenuLink       {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}  
a:active.NavMenuLink        {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}
a:hover.NavMenuLink         {font-weight: normal; color: #FFFFFF; font-family: Helvetica; text-decoration: none; font-size: 12px;}

.CustomFooterText                      {COLOR: #ffffff; font-size: xx-small;}

/**********************************************************/
/* Standard:  */

.CPpageHead                        {font-size: 13pt;font-weight: normal;color: #FF6633;}
.CPpageHead a:link                 {COLOR: #FE0000; text-decoration: none;}
.CPpageHead a:visited              {COLOR: #FE0000; text-decoration: none;}
.CPpageHead a:hover                {COLOR: #999999; text-decoration: underline;}

.CPgenHeadings                     {BACKGROUND-COLOR: #EEEEEE}
.CustomOtherMenuHeader                  {COLOR: #ffffff; font-weight: bold; text-decoration: none;}

.CustomOtherMenuText,
.CustomOtherMenuText, a:link			
.CustomOtherMenuText a:visited,		
.CustomOtherMenuText a:active        {COLOR: #333333; text-decoration: none;}
.CustomOtherMenuText a:hover         {COLOR: #FF0000; text-decoration: underline;}

.CPlines               {BACKGROUND-COLOR: #7A7979}
.CPhighlight         {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* used on links that are used to raise an event. e.g. Update record, add record, view product, buy product */
.CustomViewAddText,				
.CustomViewAddText A:link,	
.CustomViewAddText A:visited,	
.CustomViewAddText A:hover             {font-family: arial; font-size: 12px; font-weight: bold; color: #006699; letter-spacing: 1px;}


/**********************************************************/
/* Product Global: reused in different product pages */

.CPpageNav                       {} 

.CPpageHeadNav                    {font-size: 0.6em;font-weight: bold;color: #999999;PADDING-BOTTOM: 4px;}
.CPpageHeadNav a:link,	
.CPpageHeadNav a:visited          {COLOR: #999999; text-decoration: none;}
.CPpageHeadNav a:hover            {COLOR: #999999; text-decoration: underline;}

.CPprodDesc      {FONT-SIZE: 9pt}
.CPprodDescLong       {}

	
/**********************************************************/
/* Product List: reused in different product pages */

.CPcolsView                  {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #7A7979}
.CPcolsView a:link,     
.CPcolsView a:visited        {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView a:hover          {COLOR: #996666; TEXT-DECORATION: underline}

.CPcatDescList             {margin-left: 20; margin-bottom: 15px;}

.CPcatDescProd						
.CPcatDescProd a:link,
.CPcatDescProd a:visited    {COLOR: #000000; font-weight: bold; text-decoration: none;}
.CPcatDescProd a:hover      {COLOR: #006699; font-weight: bold; text-decoration: underline;}

.CPcatDesc             {font-weight: bold;}

.CustomProdItem,						
.CustomProdItem a:link,				
.CustomProdItem a:visited    {COLOR: #333333; text-decoration: none;}
.CustomProdItem a:hover      {COLOR: #006699; text-decoration: underline;}

	
/**********************************************************/
/* Product View: Only used in cs/prodView.asp */

.CPbox2                  {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #FF0000}
.CPbox2H                {BACKGROUND-COLOR: #000000; PADDING: 1px; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-WEIGHT: bold; COLOR: #FFFFFF; FONT-SIZE: 13px; TEXT-DECORATION: none}
.CPbox2B                {BACKGROUND-COLOR: #F5F5F5}
.CPbox2B a:link,
.CPbox2B a:visited      {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B a:hover        {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

.CPprodDet              {}
.CPprodSKU                  {}
.CPprodPriceGST                  {COLOR: #800000; FONT-SIZE: 8pt;}
.CPprodPriceT                {COLOR: #800000; FONT-SIZE: 11pt;}
.CPprodPriceV                  {COLOR: #800000; FONT-SIZE: 11pt;}
.CPprodLPriceT            {}
.CPprodLPriceV              {TEXT-DECORATION: line-through; FONT-SIZE: 11pt;}
.CPprodSPriceT            {}
.CPprodSPriceV              {COLOR: red}
.CPfreeShipMsg         {COLOR: #888888}
.CPinStock           {COLOR: #888888}
.CPoutStock           {COLOR: red}
.CPnoImgT          {COLOR: #800000}
.CPprodDescDet     {FONT-SIZE: 11pt}


/**********************************************************/
/* Product Option: Only used in cs/prodView.asp */

.CPoptDesc      {FONT-STYLE: italic}
.CPoptSel        {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}
.CPoptTxt          {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/**********************************************************/
/* Category menu */

.CustomCatMenuBgColor              {background-color: #CCCCCC;}
.CustomCatMenuHeader             {COLOR: #ffffff; font-weight: bold; text-decoration: none;}

.CustomCatMenuText,						
a:link.CustomCatMenuText ,				
a:visited.CustomCatMenuText      {COLOR: red; text-decoration: none;}
a:hover.CustomCatMenuText        {COLOR: red; text-decoration: underline;}


/**********************************************************/
/* Reservations. Only used in cs/reservation.asp */

.CPpageHeadText     {font-size: 1.0em;font-weight: bold;color: #FE0000;}	
