/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

 /* common styling */
.balloon {
}

.balloon ul {
padding:0;

margin:0;
border:0;
list-style-type: none;
}

.balloon ul li {
float:left;
margin:0px;
text-align:center;
}
.balloon ul li a, .balloon ul li a:visited {
display:block;
background:#fff;
}
.balloon ul li a img, .balloon ul li a:visited img {
border:0;
}

.balloon ul li a.buyopt_button
{
  color:#fff;
  background:url(images/layout/pz-sprite.gif) no-repeat 0 -380px;
  width:160px;
  height:27px;
  line-height:2em;

/*  width:150px;
  height:41px;
  display:inline;
  font-size:12px;
  line-height:1em;
  color:#fff;
  padding-top:8px;
*/
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

.balloon table td
{
  vertical-align:middle;
  text-align:center;
}

.balloon table td a
{
  color:#06c;font-weight:700;text-decoration:none;
}

.balloon table th
{
  background-color:#124b8b;
  color:#fff;
  font-weight:bold;
  vertical-align:middle;
  padding:2px;
  text-align:center;
}

/*.balloon dl {width:300px; padding:0 0 20px 0; background:transparent url(http://www.cssplay.co.uk/menu/sites/bottom.gif) no-repeat bottom left; height:auto;}*/
/*.balloon dt {margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #000; background:transparent url(http://www.cssplay.co.uk/menu/sites/top.gif) no-repeat top left; text-align:center;}*/
/*.balloon dd {margin:0; padding:5px 15px; color:#000; font-size:1em; border:1px solid #000; border-width:0 1px; background:#fff url(http://www.cssplay.co.uk/menu/sites/info.gif) no-repeat bottom right;}*/
.balloon dl {width:270px; padding:0 0 10px 0; height:auto;}
.balloon dt {border:1px solid #000; border-bottom: 0px; margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #fff; text-align:center; background-color:#ff6600}
.balloon dd {margin:0; padding:5px 15px; color:#000; font-size:1em; border:1px solid #000; background:#fff url(/images/layout/balloon-info.gif) no-repeat bottom right;}
.balloon dd p {padding:0; margin:10px 0; line-height:1.5em;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon ul li.openleft:hover dl,
.balloon ul li.openleft a:hover dl {
visibility:visible;
top:-150px;
left:-230px;
cursor:default;
}

.balloon ul li.openleft:hover dl em,
.balloon ul li.openleft a:hover dl em{
display:none;
}

.balloon ul li.openleft:hover dl em,
.balloon ul li.openleft a:hover dl em {
display:block;
position:absolute;
top:130px;
left:269px;
width:36px;
height:36px;

background:transparent url(/images/layout/balloon-pointer-left.gif);
}


.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
top:-150px;
left:100px;
cursor:default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
display:block;
position:absolute;
top:130px;
left:-35px;
width:36px;
height:36px;

background:transparent url(/images/layout/balloon-pointer.gif);
}


.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
  color:#06c;font-weight:700;text-decoration:none;
  background:transparent;
  display:inline;
/*
height:0.8em;
color:#606;
text-decoration:underline;
*/
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
color:#f60
/*
text-decoration:none;
background:transparent;
*/
}

/* this is the one that works */
.balloon ul li dl td.buy-compare a {margin:0 auto; padding-top:3px; width:61px; height:26px; display:block; line-height:1.5em; color:#fff; background:transparent url(images/layout/pz-sprite.gif) no-repeat 0 -580px;}
.balloon ul li dl td.buy-compare a:hover {background-position:-65px -580px; color:#fff}

/* the style starts here */

.balloon .price-compare{color:#f60; font-weight:700; padding:3px}
.balloon .buy-compare{padding:3px}
.balloon .buy-compare a {margin:0 auto; padding-top:2px; width:61px; height:26px; display:block; line-height:1.5em; color:#fff; background:transparent url(images/layout/pz-sprite.gif) no-repeat 0 -580px;}
.balloon .buy-compare a:hover{background-position:-65px -580px;}
.balloon .hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.balloon .hov ul li dl a {background:#9c9; color:#000; font-weight:normal; text-decoration:none;}
.balloon .hov b {display:none; font-size:11px; font-weight:normal;}
.balloon .hov:hover {position:relative; z-index:100;}
.balloon .hov a:hover,
.balloon .hov:hover a
{border:0; text-decoration:none; position:relative;}
.balloon .hov:hover b,
.balloon .hov a:hover b
{display:block; visibility:visible; position:absolute; left:-5px; top:1em; width:160px; background:#ffc; cursor:pointer; border:1px solid #888; padding:5px 10px;}
.balloon .hov b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.balloon .hov b a:hover {text-decoration:underline;}

/*
.balloon ul li dl dd table td .buy-compare a {margin:0 auto; padding-top:2px; width:61px; height:26px; display:block; line-height:1.5em; color:#fff; background:transparent url(images/layout/pz-sprite.gif) no-repeat 0 -580px;}
.balloon ul li dl dd table td .buy-compare a:hover{background-position:-65px -580px;}
*/