
/*
** Rounded Box CSS
**
**   -- Even more rounded corners with CSS: Base stylesheet --
**
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background: url(greenbox-noframe.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/*
** Catalogue Page number bar
*/
  
.catalogue-menu
{
     DISPLAY: block;
     POSITION: relative;
     CLEAR: both;
     TEXT-ALIGN: center;
     BORDER: 0px solid rgb(183,184,161);
     BACKGROUND: transparent none;
     /*WIDTH: 100%;*/
     WIDTH: 340px; /* 20020706 fix ugly stretchy cat menu */
     MIN-HEIGHT: 30px;
     PADDING: 5px;
  /*CATALOGUE-MENU*/
}
.arrow-gif
{
     BORDER: 0px;
     WIDTH: 30px;
     HEIGHT: 10px;
  /*ARROW-GIF*/
}
.pagenum-gif
{
     BORDER: 0px;
     WIDTH:  10px;
     HEIGHT: 10px;
  /*PAGENUM-GIF*/
}
  
.page-num-next
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;   
    HEIGHT: 20px;
    WIDTH: 30px;  
  /*PAGE-NUM-NEXT*/
}
.page-num-prev
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 30px;
  /*PAGE-NUM-PREV*/
}
.page-nums
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 13px;
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUMS*/
}
.page-nums-variation
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 13px;  
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUMS-VARIATION*/
}
.page-num-current
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    FONT-WEIGHT: bolder;
    HEIGHT: 20px;   
    WIDTH: 13px;  
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUM-CURRENT*/
}




/*
** Terasoft Website Specific CSS
*/

body
{
  font-family: arial;
  font-size:14px;
  /*background:url(./bg/bg428.jpg);*/
  background: white;
}

img
{
  text-decoration: none;
  border:none;
}

/*img.png { behavior: url("://www.terasoft.com.au/iepngfix.htc") }*/


.awhite, .awhite:visited
{
  color:white;
}

.wrap
{
  position:relative;
  width: 735px;
  margin: 0px auto;
}

b
{
  font-size:15px; 
  font-weight:900;
  color:black43;
}

.price
{
  font-size:17px; 
  font-weight:900;
  color: red;
}

.label
{
  position:relative;
  padding:8px;
  width:150px;
}
.value
{
  position:absolute;
  background-color:white;
  left:70px;
}

.aligntop 
{ vertical-align:top; }

.dialog h1
{
  color: white;
  font-family: Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:900;
  font-size:24px;
  text-align:center;
}

.dialog h2
{
  color: #31B119;
  font-family: Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:900;
  font-size:16px;
  line-height:16px;
  margin:4px 0px;
}

.dialog h3
{
  color: black;
  font-family: Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:500;
  font-size:16px;
  line-height:16px;
  margin:0px 0px;
}

.dialog .b,
.dialog .b div
{
  height:15px;
}

.dialog .content
{
  color: black;
  font-size:13px;
  font-weight:900;
}

.dialog.box1
{
  position: absolute;
  top:0px;
  left:0px;
  width:735px;
}
.dialog.box1 .content
{
  height:82px;
}
