/* Stylesheet */

.widget_affiliate_links > table td {
	padding: 8px auto;
}

.pg-price  {
	color: #1256B7 !important;
	font-weight: bold;
}

.pg-savings {
	color: #900 !important;
	font-weight: bold;
}
table.full {
	width: 100%;
}
.pg-model {
	border-bottom: 1px solid #c8cacc;
}
.pg-theader {
	font-weight: bold;
	color: #515a62;
	border-bottom: 1px solid #c8cacc;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.pg-price a {
	color: #1256b7 !important;
}
.pg-savings a{
	color: #990000 !important;
}
.widget_affiliate_links a{
	width: 100%;
	display: block;
	padding: 2px;

}
.widget_affiliate_links table tr:hover{
	background-color: #f3f5f7;
	cursor: pointer;
}
.flexButton {
    background-color: #0094ff;
    background: none,-khtml-gradient(linear,left top,left bottom,from(#fbd025),to(#f9b501));
    background: none,-moz-linear-gradient(top,#fbd025 0,#f9b501 100%);
    background: none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbd025),color-stop(100%,#f9b501));
    background: none,-webkit-linear-gradient(top,#fbd025 0,#f9b501 100%);
    background: none,-o-linear-gradient(top,#fbd025 0,#f9b501 100%);
    background: none,-ms-linear-gradient(top,#fbd025 0,#f9b501 100%);
    background: none,linear-gradient(top,#fbd025 0,#f9b501 100%);
    color: #333;
    border: 1px solid #F59600;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.4) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.4) inset;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.4) inset;
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -khtml-text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}