/* Standard Container */

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:618px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1000;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:2em; /* spacing under dialog */
font-family: Verdana, Arial;

/*color: #b2bfcb;*/
line-height:18px;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/bg-product-box-huge.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 10px 0px 10px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:0px; /* top slice width */
 margin-left:0px;
 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:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:0px; /* bottom corner width */
 margin-left:0px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}
.dialog .hd
{
margin-right:43px;
margin-top: 30px;
margin-bottom: 25px;
margin-left:43px;
}
.dialog .bd
{
margin-left:43px;
margin-right:43px;

}
.dialog-no-title .bd
{
 margin-top: 40px;   
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1500px;
min-height:150px;
 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 p
{
font-size: 13px !important;
}

.dialog h1 {
 padding-bottom:0px;
font-size: 18px;
color: #5d98cc;
font-size: 18px;
}

/* Info Container */
.dialog-info {
 position:relative;
 margin:0px auto;
 min-width:190px;
 max-width:300px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1000;
margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 font-family: Verdana, Arial;

/*color: #b2bfcb;*/
line-height:18px;
}

.dialog-info .content,
.dialog-info .t,
.dialog-info .b,
.dialog-info .b div {
 background:transparent url(img/bg-info-box.png) no-repeat top right;
 }
 
 .dialog-info .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:500px;
min-height:100px;
 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-info .t 
{
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog-info .hd
{
margin-left: 2px;
margin-top: 0px;
margin-bottom: 12px;

}
.dialog-info .bd
{
margin-left:2px;

}

.dialog-info .b {
 background-position:bottom right;
}

.dialog-info .b div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
}


/*
Product Accordion
*/
#products-accordion
{
 z-index: 1000;   
     font-family:Verdana , Arial, Helvetica, Sans-Serif; 
}
#products-accordion .product
{
    min-width: 618px;
    min-height:45px;
    margin-bottom: 30px;
}

#products-accordion .product .t
{
  background:transparent url(img/bg-product-header-huge.png) no-repeat;   
  background-position:0px 0px;
  height:12px;

}
#products-accordion .product .b
{
   
  background:transparent url(img/bg-product-header-huge.png);   
  background-position: 0px -12px;
      width: 618px;
    min-height:21px;
}
#products-accordion .product .f
{
  background:transparent url(img/bg-product-header-huge.png) no-repeat;   
  background-position:bottom left;
  height:12px;
}
#products-accordion h3
{   
    font-family:Verdana , Arial, Helvetica, Sans-Serif; 
    color: #4f90c8;
    font-size: 18px;
    margin:0;
    padding-left: 44px;      
}

#products-accordion .product-header h3
{
 position:relative;

}

#products-accordion h3 .icon-expander
{
 position: absolute;
 right: 15px; 
 top: 4px;  
}


#products-accordion .current .t
{

 background:transparent url(img/bg-product-box-huge.png) no-repeat;   
  background-position:0px 0px;
  height:12px;
}
#products-accordion .current .b
{
  min-height:180px;
  width:618px;
  background:transparent url(img/bg-product-box-huge.png);   
  background-position: 0px -12px;

}
#products-accordion .current .f
{
    position: relative;
  background:transparent url(img/bg-product-box-huge.png) no-repeat;   
  background-position:bottom left;
  height:12px;
}

#products-accordion .current
{

    width: 618px;

}


#products-accordion .product-details
{
 display:none;  
 padding-left: 44px;
 padding-right:44px;

}
#products-accordion p
{
 margin-top: 18px;

}

#products-accordion .product-description
{
  font-size: 12px;
  color: #77808a;   
  float: left;
  width: 270px;
  margin-right: 10px;
}
#products-accordion .product-description-int
{
  font-size: 12px;
  color: #77808a;   
  float: left;
  width: 270px;
  margin-right: 10px;
}
#products-accordion .product-pictures
{
  float: right;
padding-top: 18px;
}

#products-accordion .product-pictures img
{

 width: 180px;   
}



#product-accordion h3 a, #product-accordion h3 a:active, #product-accordion h3 a:link, #product-accordion h3 a:hover, #product-accordion h3 a:visited
{
    color: #4f90c8;   
}

