#ajax_tooltipObj
{
	z-index: 1000000;
	text-align: left;
}
#ajax_tooltipObj div
{
	  padding-top: 40px;
    position: relative;
    top: -55px;
}

#ajax_tooltipObj .ajax_tooltip_content
{
	overflow: hidden;
	z-index: 1000001; /*background-color:Aqua;*/
}

div.tip
{
	/*background-color:Aqua;*/
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	font-family: Tahoma,Geneva,sans-serif;
	position: absolute;
	margin-bottom: 0px;
}

div.tip b {
	font-weight:normal;
}
div.tip a {
	text-decoration:underline;
}
div.tip blockquote
{
	width: 230px; /* Width of tooltip content */
	/*height: 50px;*/ /* Height of tooltip content */
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color:#FFF;
	padding-bottom:20px;
}

div.tip blockquote p
{
	margin: 10px;
	padding: 0px;
}

div.tip cite
{
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 3px;
	background: transparent url(../imgs/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/*#product_size
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#product_size ul
{
	overflow: visible;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#product_size ul li
{
	list-style: none;
	font-weight: bold;
	min-width: 22px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

#product_size li
{
	display: inline;
	min-width: 22px;
	padding: 0px;
	margin: 0px;
}*/

/* Com stock*/
/*#product_size ul li a
{
	background-color: #fff;
	border: 1px solid #333333;
	color: #000;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	max-width: 50px;
	min-width: 25px;
	width: expression(this.width > 50 ? 50: true);
	width: expression(this.width < 25 ? 25: true);
}

#product_size ul li a:hover
{
	background-color: #000;
	border: 1px solid #333333;
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	max-width: 50px;
	min-width: 25px;
	width: expression(this.width > 50 ? 50: true);
	width: expression(this.width < 25 ? 25: true);
}*/



/*
#product_size ul li a:hover{
	background-color: #404040;
	border: 1px solid #000000;
	color: #FFFFFF;
	}
*/

/*
#product_size ul li a:active,#product_size ul li a:focus {
	background-color: #3399cc;
	border: 1px solid #3399cc;
	color: #FFFFFF;
	}
*/

/* quando n existe stock em lado nenhum*/
/*#product_size a.No_Stock, #product_size a:hover.No_Stock
{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #CCCCCC;
	display: block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	text-decoration: none;
	max-width: 50px;
	min-width: 25px;
	width: expression(this.width > 50 ? 50: true);
	width: expression(this.width < 25 ? 25: true);
}*/

/* Sempre q existe stock noutra loja */

/*#product_size a.Not_Available, #product_size a:hover.Not_Available
{
	background-color: #E1E1E1;
	border: 1px solid #999999;
	color: #666666;
	display: block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	text-decoration: none;
	max-width: 50px;
	min-width: 25px;
	width: expression(this.width > 50 ? 50: true);
	width: expression(this.width < 25 ? 25: true);
}*/

/*
#product_size a.Not_Available:hover {
	background-color: #DADADA;
	border: 1px solid #999999;
	color: #666666;
	}	
	*/

/* Com stock selected*/
/*#product_size a.selected
{
	background-color: #000;
	border: 1px solid #333333;
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	max-width: 50px;
	min-width: 25px;
	width: expression(this.width > 50 ? 50: true);
	width: expression(this.width < 25 ? 25: true);
}*/


