/* CSS Common Elements */

body {
font: 62.5% verdana, arial, helvetica, sans-serif;/* Align pixels with ems - http://www.clagnut.com/blog/348/ */
}
* {margin:0; padding:0;}

  /* Rounded Corners */
 /* White Box */
.blw {background: url(../images/bl_w.gif) 0 100% no-repeat #ffffff;}
.brw {background: url(../images/br_w.gif) 100% 100% no-repeat}
.tlw {background: url(../images/tl_w.gif) 0 0 no-repeat}
.trw {background: url(../images/tr_w.gif) 100% 0 no-repeat; padding:10px;}
/* Blue Box */
.bl {background: url(/catalog/pictures/jims01/bl.gif) 0 100% no-repeat #7caafc;}
.br {background: url(/catalog/pictures/jims01/br.gif) 100% 100% no-repeat}
.tl {background: url(/catalog/pictures/jims01/tl.gif) 0 0 no-repeat}
.tr {background: url(/catalog/pictures/jims01/tr.gif) 100% 0 no-repeat; padding:10px;}
/* Light Blue Box */
.bl_b {background: url(../images/bl_b.gif) 0 100% no-repeat #d6e3ff;}
.br_b {background: url(../images/br_b.gif) 100% 100% no-repeat}
.tl_b {background: url(../images/tl_b.gif) 0 0 no-repeat}
.tr_b {background: url(../images/tr_b.gif) 100% 0 no-repeat; padding:10px;}

/* positioning */
.left {
float: left;
}
.right {
float: right;
}
.smallTxt {
font-size:x-small;
}
.clrFloats {
clear:both;
}