/* ================================================================ 
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 {
float:left;
font-family: verdana, sans-serif; 
width:756px;
height:auto;
padding:24px 12px 12px 12px;
display:block;
/*margin:50px 125px;*/
}
.balloon h1{ font-size:18px; background-color:#993300; color:#FFFFFF; padding:5px; margin:0 10px 10px 10px;}
/*.balloon h2{ font-size:13px; margin:0; padding:0;}*/
.balloon ul li p strong{ color:#FF0000;}

.balloon ul {
float:left;
padding:0; 
margin: 0;
border:0;
list-style-type: none;
}
.balloon ul li {
float:left;
margin:12px;
width:125px;
height:171px;
border:1px solid #000;
text-align:center;
}
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:121px; 
height:155px; 
color:#000; 
background:#fff;
font-size:11px;
padding:8px 2px;
}
.balloon ul li a img, .balloon ul li a:visited img {
border:0;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-14px;
border:0;
padding:0;
border-collapse:collapse;
font-size:11px;

}

.balloon dl {width:200px; padding:0 0 20px 0; background:transparent url(/images/bottom2.gif) no-repeat bottom left; height:auto;}
.balloon h2{margin:0; width:190px; height:13px; padding:5px; font-size:13px; font-weight:bold; color: #000; background:transparent url(/images/top2.gif) no-repeat top left; text-align:center; }
.balloon dd {margin:0; padding:5px 10px 20px 10px; color:#000; font-size:11px; border:1px solid #000; border-width:0 1px; background:#fff url(/images/info.gif) no-repeat bottom right; text-align:justify;}
.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 {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-60px;
left:120px;
cursor:default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:transparent url(/images/pointer.gif);
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}

.freegifts {
	float:left;
	font-family: verdana, sans-serif; 
	width:756px;
	height:auto;
	padding:24px 12px 12px 12px;
	display:block;
}
.freegifts h1{ font-size:18px; background-color:#993300; color:#FFFFFF; padding:5px; margin:0 10px 10px 10px;}
.freegifts ul{
	float:left;
	padding:0; 
	margin: 0;
	border:0;
	list-style-type: none;
}
.freegifts ul li{
	float:left;
	margin:12px;
	width:100px;
	height:117px;
	border:1px solid #000;
	text-align:center;
	padding-top:8px;
}
.freegifts ul li a{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	width:100px;
}
