body {
       font-family: Times Roman, Times New Roman, Garamond, serif;
       font-size:14px;
	   background:black url('images/pagbag.jpg') no-repeat top center;
}

h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: #00334c;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p, li {
	font-size: 14px;
	line-height:1.6em;
	color:#2a2a2a;
}

.editableText * {
margin:0;
padding:0;
}

.editableText ul {
padding-left:15px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}
/**/
.sideNav_group {
width:120px;
padding:20px 0 40px 0;
text-align:center;
}

.sideNav_item {
font-size:12px;
}

.sideNav_selected {
color:white;
}

.sideNav_item a {
display:block;
width:120px;
}

.sideNav_item a:hover {
color:white;
}

/*group sidenav and other colouring rules*/

/*personalised*/
.personalisedGroup .sideNav_group, .personalisedGroup .moreInfo {
background-color:#424628;
}

.personalisedGroup .productPrice {
background-color:#a79c67;
}

.personalisedGroup .headerText .editableText *{
color:#424628;
}
.personalisedGroup .sideNav_item, .personalisedGroup .sideNav_item a  {
color:#b7ae7c;
}
.personalisedGroup .catShopTop {
background:url('images/personalisedCatShopTop.jpg') no-repeat top left;
}
/*personalised ends*/

/*christmas*/
.christmasGroup .sideNav_group, .christmasGroup .moreInfo {
background-color:#440807;
}

.christmasGroup .productPrice {
background-color:#c72d0b;
}

.christmasGroup .headerText .editableText *{
color:#440807;
}
.christmasGroup .sideNav_item, .christmasGroup .sideNav_item a  {
color:#c70b0a;
}
.christmasGroup .catShopTop {
background:url('images/christmasCatShopTop.jpg') no-repeat top left;
}
/*christmas ends*/

/*heraldry*/
.heraldryGroup .sideNav_group, .heraldryGroup .moreInfo {
background-color:#5c2e0c;
}

.heraldryGroup .productPrice {
background-color:#cb482b;
}

.heraldryGroup .headerText .editableText *{
color:#5c2e0c;
}
.heraldryGroup .sideNav_item, .heraldryGroup .sideNav_item a  {
color:#e05e41;
}
.heraldryGroup .catShopTop {
background:url('images/heraldryCatShopTop.jpg') no-repeat top left;
}
/*heraldry ends*/

/*pets*/
.petsGroup .sideNav_group, .petsGroup .moreInfo {
background-color:#794406;
}

.petsGroup .productPrice {
background-color:#e59c4b;
}

.petsGroup .headerText .editableText *{
color:#794406;
}
.petsGroup .sideNav_item, .petsGroup .sideNav_item a  {
color:#f3aa5a;
}
.petsGroup .catShopTop {
background:url('images/petsCatShopTop.jpg') no-repeat top left;
}
/*pets ends*/

/*humour*/
.humourGroup .sideNav_group, .humourGroup .moreInfo {
background-color:#32030d; /*dark*/
}

.humourGroup .productPrice {
background-color:#642436; /*light*/
}

.humourGroup .headerText .editableText *{
color:#32030d; /*dark*/
}
.humourGroup .sideNav_item, .humourGroup .sideNav_item a  {
color:#bc3e62; /*light*/
}
.humourGroup .catShopTop {
background:url('images/humourCatShopTop.jpg') no-repeat top left;
}
/*humour ends (hur hur)*/

/*counter top*/
.countertopGroup .sideNav_group, .countertopGroup .moreInfo {
background-color:#413a30; /*dark*/
}

.countertopGroup .productPrice {
background-color:#beb1a0; /*light*/
}

.countertopGroup .headerText .editableText *{
color:#413a30; /*dark*/
}
.countertopGroup .sideNav_item, .countertopGroup .sideNav_item a  {
color:#beb1a0; /*light*/
}
.countertopGroup .catShopTop {
background:url('images/countertopCatShopTop.jpg') no-repeat top left;
}
/*counter top ends*/

/*bcp*/
.bcpGroup .sideNav_group, .bcpGroup .moreInfo {
background-color:#435261; /*dark*/
}

.bcpGroup .productPrice {
background-color:#a2b9d1; /*light*/
}

.bcpGroup .headerText .editableText *{
color:#435261; /*dark*/
}
.bcpGroup .sideNav_item, .bcpGroup .sideNav_item a  {
color:#a2b9d1; /*light*/
}
/*
.bcpGroup .catShopTop {
background:url('images/bcpCatShopTop.jpg') no-repeat top left;
}
*/
/*bcp ends*/

/*catshoptop gfx r maximum quality jpgs*/
/**/

a {
text-decoration:none;
color:#333333;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

/*udder adder*/

.underRightNav, .underLeftNav {
background:url('images/leftundernav.jpg') no-repeat bottom left;
}

/*
.leftage, .rightage {
background:url('images/leftundernav.jpg') no-repeat top left;
}*/

.postNav {
background-color:white;
}

.pageRules {
background:url('images/pageBottomWhite.png') no-repeat bottom;
}

.pageInner {
padding:20px 20px 80px 20px;
}

.pageContent {
width:560px;
}

.buttonage {
height:30px;
min-height:30px;
width:270px;
background-color:#00334c;
}

.buttonage .editableText, .butPrice {
text-align:center;
margin-top:7px;
}

* html .buttonage .editableText, .butPrice {
margin-top:6px;
}

.buttonage .editableText *, .butPrice *{
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.submittedText * {
	font-size: 14px;
	line-height:1.6em;
	font-family: Times Roman, Times New Roman, Garamond, serif;
	color:#2a2a2a;
}

.footer {
/*margin-top:20px;*/
height:53px;
min-height:53px;
width:840px;
background:url('images/footer.png') no-repeat top;
}

.spooter {
margin-top:20px;
}

.footer .editableText {
padding-top:3px;
}

.footer .editableText *, .spooter  * {
color:#b2b2b2;
font-size: 14px;
line-height:1.7em;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.footer .editableText a, .spooter a {
color:#0088ce;
}

.footer .editableText a:hover , .spooter a:hover {
color:#54b5e7;
}

.pageBreak {
background:url('images/pbreak.png') no-repeat top center;
}

.headerText .editableText * {
font-size: 20px;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.strikeMiddle {
background:url('images/strikeMid.png') repeat-y center;
}
.strikeTop {
background:url('images/strikeTop.png') no-repeat center top;
}
.strikeBottom{
background:url('images/strikeBot.png') no-repeat center bottom;
}

.catShopTop {
min-height:145px;
height:145px;
width:560px;
overflow:hidden;
margin-bottom:20px;
}

.catShopTop .editableText h1 {
color:white;
font-size: 20px;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.catShopTop .editableText p {
color:white;
font-size: 14px;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.productBox {
border-bottom: 2px solid #8b8b8b;
margin-bottom:5px;
/*padding-bottom:5px;*/
}

.productBox img{
border:0;
}

.productPrice {
width:95px;
height:25px;
min-height:25px;
text-align:center;
}

.moreInfo {
width:180px;
height:25px;
min-height:25px;
text-align:center;
}

.moreInfo .editableText {
cursor:pointer;
}

.moreInfo .editableText *, .productPrice * {
	color:white;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-top:5px;
}

.moreinfo_product_div .moreinfoInfoHead * {
color:#2a2a2a;
font-size: 20px;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.moreinfo_product_div .moreinfoInfo  * {
color:#2a2a2a;
font-size: 14px;
font-family: Times Roman, Times New Roman, Garamond, serif;
}

.standOn {
display:none;
margin-top:-1px;
margin-bottom:1px;
}

.fliv {
border-top:1px solid white;
}

/*e-whale capture*/

.eCap input {
width:270px;
}

.eCap .subbut input {
width:auto;
}

.miCol {
padding-bottom:60px;
}

.minfoback {
padding-top:20px;
}