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

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

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background: url(curvedbox.png) no-repeat top right;
 _background-image:url(curvedbox.gif);
}

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

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 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:12px; /* bottom corner width */
 margin-left:-12px;
 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
*/
a
{
  color:black;
}
a:visited
{
  color:#5B552A;
}
.awhite
{
        color:white;
}
.awhite:visited
{
        color:white;
}

body
{
  font-family: arial;
  font-size:14px;
  background:url(bg.gif) repeat-x;
}

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

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

.bold
{
  font-size:15px; 
  font-weight:900;
  color:#313301;

}
B
{
  font-size:15px;
  font-weight:900;
  color:#313301;
}

.bodytext
{
  color:#313301;
}
.aligntop 
{ vertical-align:top; }
.price
{
  font-size:17px; 
  font-weight:900;
  color: #DF6724;
}

.dialog h1
{
  color: white;
  font-family: Tahoma, serifSansSerifMonospace;
  font-weight:100;
  font-size:24px;
  text-align:center;
}

.dialog .b,
.dialog .b div
{
  height:20px;
}
.dialog h1
{
  color: white;
  font-family: Tahoma, serifSansSerifMonospace;
  font-weight:100;
  font-size:24px;
  text-align:center;
}
.dialog .content
{
  color: #F86005;
  font-size:11px;
  font-weight:300;
}

.dialog.box1
{
  position: absolute;
  top:0px;
  left:0px;
  width:850px;
  z-index:7;
}
.dialog.box99
{
  position: absolute;
  width:900px;
  top:2320px;
}
.sitemaplinks
{
        float:left;
        width:160px;
        padding:15px;
        border-right:1px solid #998675
}
.sitemaplinks.rhs
{
        border-right: none;
}
.sitemapdate
{
        font-family:Arial Black;
        font-weight:900;
        font-size:10px;
        position: absolute;
        top:53px;
        right:20px;
        text-align:center;
}
.sitemaplogo
{
        font-family:Arial Black;
        font-weight:900;
        font-size:10px;
        position: absolute;
        bottom:10px;
        right:20px;
        text-align:center;
}
H3
{
  color: #998675;
  font-size:10px;
}
#sb-title,#sb-title-inner{ 
height:46px;
min-width:200px;
}
#sb-info,#sb-info-inner
{
height:46px;
min-width:180px;
}
/* Attempting a more permanent workaround for A{PADDING:0px} problem in MyGenStyle.2.css
CURRENTLY - Just fixing the MyGenStyle.2.css after any update.
   Comment out - BORDER:0px & PADDING:0PX for A:visited:hover

A:visited:hover
{
        padding: 8px 10px 0px 10px;

}

ul.cssMenum0 ul a:visited {
padding:2px 5px 5px 10px;
}

*/
