/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.nicebox-1 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-1 .nicecontent,
.nicebox-1 .nicet,
.nicebox-1 .niceb,
.nicebox-1 .niceb div {
 background:transparent url(images/box1.png) no-repeat top right;
 _background-image:url(images/box1.gif);
}

.nicebox-1 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-1 .nicet {
 /* 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;
}

.nicebox-1 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-1 .niceb,
.nicebox-1 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-1 .niceb {
 background-position:bottom right;
}

.nicebox-1 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-1 .hd,
.nicebox-1 .bd,
.nicebox-1 .ft {
 position:relative;
}

.nicebox-1 .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. */
}

.nicebox-1 h2,
.nicebox-1 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-1 h2 {
 padding-bottom:0px;
 color: #c09f88;
}

/*222222222222222222222222222*/
.nicebox-2 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color: #54585b;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-2 .nicecontent,
.nicebox-2 .nicet,
.nicebox-2 .niceb,
.nicebox-2 .niceb div {
 background:transparent url(images/box2.png) no-repeat top right;
 _background-image:url(images/box2.gif);
}

.nicebox-2 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-2 .nicet {
 /* 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;
}

.nicebox-2 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-2 .niceb,
.nicebox-2 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-2 .niceb {
 background-position:bottom right;
}

.nicebox-2 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-2 .hd,
.nicebox-2 .bd,
.nicebox-2 .ft {
 position:relative;
}

.nicebox-2 .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. */
}

.nicebox-2 h2,
.nicebox-2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-2 h2 {
 padding-bottom:0px;
 color: #843e40;
}

.nicebox-2 ul {
  list-style-image: url(images/ul-white1.gif);
  padding: 0;
  padding-left: 14px;
  margin-bottom: -10px;
  line-height: 18px;
}

.nicebox-2 ul li a:link, .nicebox-2 ul li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.nicebox-2 ul li a:hover {
   color: #54585b;
}

/*333333333333333333333333333333333333333*/
.nicebox-3 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-3 .nicecontent,
.nicebox-3 .nicet,
.nicebox-3 .niceb,
.nicebox-3 .niceb div {
 background:transparent url(images/box3.png) no-repeat top right;
 _background-image:url(images/box3.gif);
}

.nicebox-3 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 10px 0px 0px;
}

.nicebox-3 .nicet {
 /* 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;
}

.nicebox-3 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-3 .niceb,
.nicebox-3 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-3 .niceb {
 background-position:bottom right;
}

.nicebox-3 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-3 .hd,
.nicebox-3 .bd,
.nicebox-3 .ft {
 position:relative;
}

.nicebox-3 .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. */
}

.nicebox-3 h2,
.nicebox-3 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-3 h2 {
 padding-bottom:0px;
 color: #c09f88;
}


/*44444444444444444444444444444444444*/
.nicebox-4 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-4 .nicecontent,
.nicebox-4 .nicet,
.nicebox-4 .niceb,
.nicebox-4 .niceb div {
 background:transparent url(images/box4.png) no-repeat top right;
 _background-image:url(images/box4.gif);
}

.nicebox-4 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-4 .nicet {
 /* 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;
}

.nicebox-4 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-4 .niceb,
.nicebox-4 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-4 .niceb {
 background-position:bottom right;
}

.nicebox-4 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-4 .hd,
.nicebox-4 .bd,
.nicebox-4 .ft {
 position:relative;
}

.nicebox-4 .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. */
}

.nicebox-4 h2,
.nicebox-4 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-4 h2 {
 padding-bottom:0px;
 color: #fff;
}

.nicebox-4 ul {
  list-style-image: url(images/ul-white1.gif);
  padding: 0;
  padding-left: 14px;
  margin-bottom: -10px;
  line-height: 18px;
}

.nicebox-4 ul li a:link, .nicebox-4 ul li a:visited {
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
}

.nicebox-4 ul li a:hover {
   color: #894b5e;
}

/*55555555555555555555555555555555555*/
.nicebox-5 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-5 .nicecontent,
.nicebox-5 .nicet,
.nicebox-5 .niceb,
.nicebox-5 .niceb div {
 background:transparent url(images/box5.png) no-repeat top right;
 _background-image:url(images/box5.gif);
}

.nicebox-5 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-5 .nicet {
 /* 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;
}

.nicebox-5 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-5 .niceb,
.nicebox-5 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-5 .niceb {
 background-position:bottom right;
}

.nicebox-5 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-5 .hd,
.nicebox-5 .bd,
.nicebox-5 .ft {
 position:relative;
}

.nicebox-5 .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. */
}

.nicebox-5 h2,
.nicebox-5 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-5 h2 {
 padding-bottom:0px;
}

/*6666666666666666666666666666666666666666*/
.nicebox-6 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-6 .nicecontent,
.nicebox-6 .nicet,
.nicebox-6 .niceb,
.nicebox-6 .niceb div {
 background:transparent url(images/box6.png) no-repeat top right;
 _background-image:url(images/box6.gif);
}

.nicebox-6 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-6 .nicet {
 /* 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;
}

.nicebox-6 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-6 .niceb,
.nicebox-6 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-6 .niceb {
 background-position:bottom right;
}

.nicebox-6 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-6 .hd,
.nicebox-6 .bd,
.nicebox-6 .ft {
 position:relative;
}

.nicebox-6 .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. */
}

.nicebox-6 h2,
.nicebox-6 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-6 h2 {
 padding-bottom:0px;
}


/*7777777777777777777777777777777777777777*/
.nicebox-7 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.nicebox-7 .nicecontent,
.nicebox-7 .nicet,
.nicebox-7 .niceb,
.nicebox-7 .niceb div {
 background:transparent url(images/box7.png) no-repeat top right;
 _background-image:url(images/box7.gif);
}

.nicebox-7 .nicecontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.nicebox-7 .nicet {
 /* 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;
}

.nicebox-7 .niceb {
 /* bottom */
 position:relative;
 width:100%;
}

.nicebox-7 .niceb,
.nicebox-7 .niceb div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.nicebox-7 .niceb {
 background-position:bottom right;
}

.nicebox-7 .niceb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.nicebox-7 .hd,
.nicebox-7 .bd,
.nicebox-7 .ft {
 position:relative;
}

.nicebox-7 .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. */
}

.nicebox-7 h2,
.nicebox-7 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.nicebox-7 h2 {
 padding-bottom:0px;
}
