.poshytip {
	background: #FFF;
	border: 1px solid #FFF;
	position: fixed;
	outline: none;
	cursor: help;
	text-decoration: none !important;
	padding: 10px;
    font-family: Cambria, serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	z-index:999;
}

.poshytip.high{
	top: 10px;
	left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	z-index: 9999;
}

.poshytip.normal {
	right: 10px;
	bottom: 10px;
	width: 250px;
}

.poshytip .close {
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -9px;
    left: -9px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: rgb(76, 76, 76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(50%, rgba(45, 45, 45, 1)), color-stop(51%, rgba(32, 32, 32, 1)), color-stop(100%, rgba(37, 37, 37, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4c4c4c', endColorstr = '#252525', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(45, 45, 45, 1) 50%, rgba(32, 32, 32, 1) 51%, rgba(37, 37, 37, 1) 100%); /* W3C */
}

.poshytip .close:after {
    content: 'x';
    position: absolute;
    top: 0px;
    left: 5px;
    color: #FFF;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
}

.poshytip .image {
	float: left;
	/*border: 1px solid #E7E7E7;*/
	padding: 2px;
}

.poshytip .product-data {
	
}

.poshytip .product-data.with-image {
	margin-left: 60px;
}
.poshytip .product-data .name {
	margin-bottom: 3px;
	font-family: Cambria, serif;
	font-weight: bold;
}	

.poshytip .product-data .name a{
	text-decoration: none;
}


.poshytip .product-data .description{
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.1em;
}

.poshytip .product-data .description a{
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.1em;
}

			