/* Begin Typography & Colors */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px
	line-height: 1.9em;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin SideColumn */
#SideColumnlist{
	margin: 0;
	padding: 0;
}
#SideColumnlist li{
	position: relative;
	list-style-type: none;
	width: 100%;
	border: 1px solid #BBC3D3;
	background: #F8F8F9;
	padding: 0;
	margin: 2px 0px;
	font-weight: bold;		
}
#SideColumnlist a{
	display: block;
	position: relative;
	padding: 4px 4px 4px 16px;
	text-decoration: none;
}
#SideColumnlist a:hover{
	background: #BBC3D3;
	text-decoration: none;
	color: #000000;
}
/* END SideColumn */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 6px auto;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	position: relative;
	font-weight: bold;
	height: 100%;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 92%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-size: 77%;
	border: 1px solid #ddd;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar td.pad{
	background-color: #f8f8f8;
	border: 1px solid #ddd;	
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* regular checkomatic styleshhet, now combines with blog css */


body {
  font-size: 11px;
  line-height: 2.7;
  color: #515254;
  font-family: Verdana, Arial, sans-serif;
  margin:0px; 
  scrollbar-face-color:#2C53BD;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#D1E5FB;
  scrollbar-shadow-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-3dlight-color:#558C58;
  scrollbar-darkshadow-Color:#49784C;
}


#qcont {
font-size: 11px;
  line-height: 2.4;
  color: #515254;
text-align: justify;
margin-left: 15px;
margin-right: 15px;
}


TD.leftShaddow {
width: 14px;
background-image: url(images/template.me.uk/left_shaddow.gif);
}

TD.rightShaddow2 {
width: 13px;
background-image: url(images/template.me.uk/right_shaddow4.gif);
}

TD.rightShaddow5 {
width: 12px;
background-image: url(images/template.me.uk/right_shaddow5.gif);
}


TD.menu_right{ 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
   background-image: url('images/template.me.uk/try_it_right.gif'); 
    padding: 0px; 
   background-repeat : repeat-y

}


#topL {
    position: static;
    width: 952px
}

#div1 {
width: 952px;
height: 15px;
}

#div2 {
 float:left;
width: 14px;
background-image: url('images/template.me.uk/left_shaddow.gif');
}

#div3 {
 float:left;
 width:714px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8F2222;
  font-weight: bold;
}

#div4 {
 float:left;
 width:208px;
   font-size: 11px;
text-align: right;
 color: #B67575;
font-family: Verdana, Arial, sans-serif;
}


#div5 {
 float:left;
width: 16px;
text-align: right;
background-image: url('images/template.me.uk/right_shaddow2.gif');
}



/*start homepage image slideshow*/

    #business-checks {
     width: 694px;
     height: 156px;
     float: right;
    }                          

    #laser-checks {
    position: relative ;
    top: -22px;
right: 9px;
     width: 300px;
     height: 16px;
     text-align: right;
     float: right;
     vertical-align: top;
    }
/*end homepage image slideshow*/



TD.headerNavigation_left {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #992A4F;
  font-weight : bold;
  height: 25px;
  background-image: url('images/template.me.uk/try_it_curve.gif');
  background-repeat: no-repeat;
}

TD.footer {
  font-size: 10px;
  color: #000000;
  height: 15px;
  background-image: url('images/template.me.uk/bot.gif');
  background-repeat: no-repeat; 
}


.mainpage_text {
  font-size: 11px;
  line-height: 1.7;
 color: #515254;
font-family: Verdana, Arial, sans-serif;
}

.mainpage_div {
float: right;
width: 694px;
text-align: justify;
margin-left: 15px;
margin-right: 15px;
vertical-align: middle;
  font-size: 11px;
  line-height: 1.7;
 color: #515254;
font-family: Verdana, Arial, sans-serif;
}

.boxText {

  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7;
 color: #515254;

}




.navigation{
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-color: #A7A9AC;
  border-style: solid;

}


.navigation1{
float:right;
padding: 0px; 
background: #F8F9FC;

}


.mainpage_tebs { 
 text-align: center; 
 vertical-align: middle; 
font-size: 11px;
  font-weight : bold;
color: #ffffff;
  height: 20px;
  background-image: url('images/template.me.uk/checks-quickbooks-back.gif');
  background-repeat: no-repeat;
 font-size: 11px;
font-family: Verdana, Arial, sans-serif;
}



h1 { 
 font-size: 12px;
 font-weight: bold;
 line-height: 1.7;
color: #511C2C;
margin-bottom: 0;
 padding-bottom: 0; 
 margin-left: 10px; 
 font-family: Verdana, Arial, sans-serif;
}

h2 {
 font-size: 12px;
 font-weight: bold;
color: #511C2C;
margin-bottom: 0;
 padding-bottom: 0;
 font-family: Verdana, Arial, sans-serif;
}

h3 {
 font-size: 12px;
 font-weight: bold;
color: #511C2C;
 margin-bottom: 0;
 padding-bottom: 0;
 font-family: Verdana, Arial, sans-serif;
}



hr {
border: 0;
width: 100%;
border-bottom: 1px dashed #CCC2A6;
height: 1em;
line-height: 0.1; 
font-size: 0px; 
}


TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-variant: small-caps;
  color: #ffffff;
  height: 19px;
  background-image:url('images/template.me.uk/background.gif')
}


TD.infoBoxHeadingg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-variant: small-caps;
  color: #ffffff;
  height: 19px;
  background-image:url('images/template.me.uk/backgroundg.gif')
}




.infoBoxContents {
 color: #626263;
  background: #E2E9FE;
  font-size: 11px;
  line-height: 1.4;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #A7A9AC;
  border-style: solid;
font-family: Verdana, Arial, sans-serif;


}

TD.accountCategory {
  font-size: 11px;
 color: #8298C3;
font-family: Verdana, Arial, sans-serif;

}




.logotabs a {
  font-size: 11px;
 color: #394C65;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;

}



.logotabs a:hover
{
  font-size: 11.2px;
 color: #783333;
text-decoration: none;

font-family: Verdana, Arial, sans-serif;

}



TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
color: #7581BF;
  font-family: Verdana, Arial, sans-serif;
}




.plainBox2 {
  background:#ffffff; 
  font-size: 11px;
  line-height: 1.5;
   border-right: 1px;
   border-top: 0px solid #A7A9AC;
  border-right: 1px solid #A7A9AC;
  border-left: 0px solid #A7A9AC;
  border-bottom: 0px solid #A7A9AC;
  font-family: Verdana, Arial, sans-serif;

}

.plainBox3 { 
  background:#D3E6FB; 
  font-size: 11px;
  line-height: 1.5;
 text-align: center; 
   border-right: 1px;
   border-bottom: 1px solid #A7A9AC;
   border-top: 0px solid #A7A9AC;
  border-right: 1px solid #A7A9AC;
  border-left: 0px solid #A7A9AC;
  
  font-family: Verdana, Arial, sans-serif;

}

.plainBox4 {
font-size: 11px;
line-height: 1.9;
font-family: palatino linotype, palatino, Lucida Grande, Tahoma, Verdana, Arial;
text-align: left;
}

.footer_text {
    font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7;
 color: #515254;
    text-align : center;
   
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
margin: 8px; 
padding: 15px; 
background: #FFF; 
border: 1px 
solid #CCC;
}
.tabberlive {
 margin-top:1em;
padding: 3px;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/


ul.tabbernav 
{ 
margin: 0; 
padding: 0; 
height: 23px; 
font: 11px bold Verdana, sans-serif; 
clear: both; 
background: transparent url('images/tab_bar/blue_bottom_line.gif') bottom left repeat-x; 
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}


ul.tabbernav li a 
{ 
width: 125px; 
text-align: center; 
border-bottom: medium none; 
background: url('images/tab_bar/tab_off.png') no-repeat top left; 
text-decoration: none; 
color: #FFF; 
text-shadow: #08597C 1px 1px 0px; 
height: 15px; 
float: left; 
display: block; 
margin-right: 6px; 
margin-bottom: -4px; 
padding-left:0; 
padding-right:0px; 
padding-top:5px; 
padding-bottom:5px 

}

ul.tabbernav li a:link 
{ 
color: #FFF; 
}
ul.tabbernav li a:visited 
{ 
color: #FFF; 
}
ul.tabbernav li a:hover 
{ 
background: url('images/tab_bar/tab_over.png') no-repeat top right; 
}

ul.tabbernav li.tabberactive a 
{ 

background: url('images/tab_bar/tab_on.png') no-repeat top right; 
color: #000; 
text-shadow: #d0d0d0 0px 0px 0px 
}
ul.tabbernav li.tabberactive a:hover 
{ 
background: url('images/tab_bar/tab_on.png') no-repeat top right;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
 padding:10px;
clear: both;
background: #FFF;
 border:1px solid #8F9EB3;
 border-top:none;
text-align:justify;
font-size: 12px;
line-height: 1.8;
color: #515254;
font-family: palatino linotype, palatino, Lucida Grande, Tahoma, Verdana, Arial;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  height:100px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h1 {
 display:none;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
} 

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

 /* ---------------------------- this is for product info tabs */

.tabberlive .tabbertabproduct {
 border-left:1px solid #8F9EB3; border-right:1px solid #8F9EB3; border-bottom:1px solid #8F9EB3; padding:10px; clear: both;
background: #FFF;
 border-top:medium none;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  height:100%; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertabproduct h2 {
 display:none;
}
.tabberlive .tabbertabproduct h3 {
 display:none;
} 
ul.tabbernavproduct
{ 
margin: 0; 
padding: 0; 
height: 20px;  
font: 11px bold Verdana, sans-serif; 
clear: both; 
background: transparent url('images/tab_bar/blue_bottom_line.gif') bottom left repeat-x; 
}

ul.tabbernavproduct li
{
 list-style: none;
 margin: 0;
 display: inline;
}


ul.tabbernavproduct li a 
{ 
width: 100px; 
text-align: center; 
border-bottom: medium none; 
background: url('images/tab_bar/tab_off_product.png') no-repeat top left; 
text-decoration: none; 
color: #FFF; 
text-shadow: #08597C 1px 1px 0px; 
height: 15px; 
float: left; 
display: block; 
margin-right: 3px; 
margin-bottom: -4px; padding-left:0; padding-right:0px; padding-top:2px; padding-bottom:5px 

}

ul.tabbernavproduct li a:link 
{ 
color: #FFF; 
}
ul.tabbernavproduct li a:visited 
{ 
color: #FFF; 
}
ul.tabbernavproduct li a:hover 
{ 
background: url('images/tab_bar/tab_over_product.png') no-repeat top right; 
}

ul.tabbernavproduct li.tabberactive a 
{ 

background: url('images/tab_bar/tab_on_product.png') no-repeat top right; 
color: #000; 
text-shadow: #d0d0d0 0px 0px 0px 
}
ul.tabbernavproduct li.tabberactive a:hover 
{ 
background: url('images/tab_bar/tab_on_product.png') no-repeat top right;
}



A {
font-size: 11px;
  color: #6D0A08;
  text-decoration: none;

font-family: Verdana, Arial, sans-serif;
}

A:hover {
font-size: 11px;
color: #2C53BD;
text-decoration: underline;
font-family: Verdana, Arial, sans-serif;
}



#quickbooks-checks{
width: 952px;
position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -476px;
  border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #A7A9AC;
background: #ffffff;	

}


FORM {
	display: inline;
}

TR.header {
    
}

TR.headerNavigation {
  
}



TD.headerNavigation {
  font-size: 10px;
  color: #000000;
  font-weight : bold;
  height: 21px;
  font-family: Verdana, Arial, sans-serif;

}

A.headerNavigation { 
  color: #000000;
}

A.headerNavigation:hover {
  color: #FBA602;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #636DF5;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #636DF5;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffffff;
}



.infoBox {
  background: #b6b7cb;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7;
 color: #515254;
}

.shadow1 {
  border: #000000 1px solid;
}







.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



a.infoBoxHeadingLink {
    color: #ffffff;
}

a.infoBoxHeadingLink:hover {
    color: #FBA602;
    text-decoration: underline;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFE5;
}


TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F2FFE5;
}

/*start gs associated */
TR.productListing-over{
  background: #A9A5FD;
}
/* end gs associated */

TD.productListing-data {
color: #626263;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #800000;
  height: 0px;
  font-weight: ;
}

A.productListing-heading {
  padding-top: 8px;
  background: transparent;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  color: #575757;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7;
 color: #515254;

}





TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }








/* BOF: menu-category Tabs */


TD.white {
    background-image: url('images/template.me.uk/background3.gif');
	 background-repeat: repeat-x
	}

TD.tab {
	background-image: url('images/tabs/tab_middle.gif');
	background-repeat: repeat;
	color: #6699cc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller
	}

A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: ;
	font-size: 11px;
	color: #000000;
	text-decoration: none
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: ;
	font-size: 11px;
	color: #679EDA;
	text-decoration: none
}
TD.ontab {
	background-image: url('images/tabs/tab_middle_on.gif');
	background-repeat: repeat;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller
}
A.ontab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #0066AC;
	text-decoration: none;
	}
A.ontab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #679EDA;
	text-decoration: none;	
}
TD.tableft {
        background-image: url('images/tabs/tab_left.gif');
	background-repeat: no-repeat;
	color: #DEB887;
	font-size: smaller
}
TD.tabright {
	background-image: url('images/tabs/tab_right.gif');
	background-repeat: no-repeat;
	color: #DEB887;
	font-size: smaller
}
/* BOF: menu-category Tabs */
/* riteprice product listing*/
.listingProdModel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
  font-size : 10px;  
	color: Red;
	text-decoration: none;
}

A.headerLink {
	background-color: #FBFAFA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration: none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration: none;
}
/* EOF: Menu-Category Tabs */

/* checkomatic changes */

.formTable{
background-color: Aqua;
  border: 1px;
  margin: 3px 3px 3px 3px;
}

TD.boxForm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #eeeeee url('images/template.me.uk/background.gif');
  font-variant: small-caps;
  color: #ffffff;
  height: 20px;
}
.formText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  height: 18px;
}
.formTextOver {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #F6F6FE;
  color: #000000;
  height: 18px;
}
.formTextSelected {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #F9F9F9;
  color: #000000;
  font-weight: bold;
  height: 18px;
}
.formTextTD1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  height: 25px;
  width: 35%;
}
.formTextTD2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  padding-left: 5px;
  height: 25px;
  width: 30%;
}
.formTextTD3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  height: 25px;
  width: 35%;
}
.fieldError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: Red;
  font-weight: bold;
  height: 25px;
}
.fieldRequired {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  padding-left: 5px;
}
.comNote {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  padding: 10px 5px 20px 5px;
}
.comHelpLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  padding: 10px 5px 20px 5px;
  font-weight: bold;
}
.comHelpLink:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  padding: 10px 5px 20px 5px;
  font-weight: bold;
  text-decoration: underline;
}


.errorBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background: #ffb3b5;
    font-weight: bold;
}
.stockWarning {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color: #cc0033;
}
.productsNotifications {
    background: #f2fff7;
}
.orderEdit {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #70d250;
    text-decoration: underline;

}
 

TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: #ffffff; 
}

