
.hide { display: none; }

.tipsTitle {
    background: -moz-linear-gradient(center top, #EEEEEE, #FFFFFF) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
    padding: 5px;
    width: 270px;
}
.tipsTitle .tip_ItemName {
    margin-bottom: 5px;
}
    .tipsTitle .tip_ItemPrice {
        height: 20px;
    }
        .tipsTitle .tip_ItemPrice .tipPrice {
            color: #ee3124;
            float: left;
            font-size: 13px;
            font-weight: bold;
        }
        .tipsTitle .tip_ItemPrice .tipStatus {
            color: #000000;
            float: right;
        }

.tipsSummary {
	background: none repeat scroll 0 0 white;
	color: #666666;
	padding: 5px;
}
    .tipsSummary ul {
        display: block;
        margin: 0;
        padding: 0;
    }
        .tipsSummary ul li.row {
            list-style: none outside none;
            display: list-item;
            clear: both;
        }

            .tipsSummary ul li.row label {
                width: 110px;
            }
            .tipsSummary ul li.row span {
                width: 150px;
            }

.tipsOffers {
	background: none repeat scroll 0 0 #EEFCC1;
	border-bottom: 1px solid #DDDDDD;
	color: #000;
	font: 100 12px/18px Arial;
	padding: 5px;
}
    .tipsOffers ul {
        display: block;
        margin: 0;
        padding: 0;
    }
        .tipsOffers ul li {
            background: url(/Images/bullet_feature.png) no-repeat scroll left 6px transparent;
            list-style: none outside none;
            margin-left: 3px;
            padding-left: 8px;
            display: list-item;
        }
    .tipsOffers a {
        color: #000;
    }
    .tipsOffers .tipsOfferTitle {
        background:url(/Images/icons/color/present.png) no-repeat left 50% transparent;
        color: #000;
        margin-bottom: 6px;
        padding-left: 20px;
        padding-top: 5px;
        text-transform: uppercase;
        font-weight: bold;
    }


.avaiable {
	background: #fff;
	border-bottom: 1px solid #DDDDDD;
	font: 100 12px/18px Arial;
	padding: 5px;
}
.avaiable a {
	color: #000;
}
.avaiable ul {
	display: block;
	margin: 5px 0;
	padding: 0;
}
.avaiable ul li {
	background: url(/Images/icons/arr2.png) no-repeat scroll left 6px transparent;
	list-style: none outside none;
	margin-left: 3px;
	padding-left: 8px;
	display: list-item;
}
.avaiable span {
	background: #000;
	color: #FFF;
	height: 20px;
	padding: 5px;
	margin-left: -5px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}

