@charset "utf-8";
/* CSS Document */

#affiliate-top {
	width:		100%;
	display: 		none;
	min-height: 	25px;
	border-top:	1px solid #a772dc;
	border-bottom:	2px solid #422263;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#824cbc+0,5b2d8f+100 */
	background: 	rgb(130,76,188); /* Old browsers */
	background: 	-moz-linear-gradient(top,  rgba(130,76,188,1) 0%, rgba(91,45,143,1) 100%); /* FF3.6-15 */
	background: 	-webkit-linear-gradient(top,  rgba(130,76,188,1) 0%,rgba(91,45,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: 	linear-gradient(to bottom,  rgba(130,76,188,1) 0%,rgba(91,45,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: 		progid:DXImageTransform.Microsoft.gradient( startColorstr='#824cbc', endColorstr='#5b2d8f',GradientType=0 ); /* IE6-9 */
	
	color:		#FFFFFF;
	font-size:	14px;
	font-style:	italic;
	text-shadow:	1px 1px 1px #000000;
	text-align:	center;
	line-height:	1em;
	padding:		5px;
	padding-top:	8px;
	padding-bottom:12px;
	box-sizing:	border-box;
}

#affiliate-top a {
	color:		#eec9eb;
	line-height:	1em;
}
#affiliate-top a:hover {
	color:		#ffffff;
}
#affiliate-top #affiliate-close-button {
	position:		absolute;
	right:		0px;
	font-style:	normal;
	font-size:	18px;
	display:		inline-block;
	width:		22px !important;
	height:		22px !important;
	line-height:	16px;
	border-radius:	22px;
	border:		2px solid #d2adcf;
	box-sizing:	border-box;
	float:		left;
	vertical-align:middle;
	box-shadow:	0px 1px 0 0 #000000;
	margin-top:	0px;
	margin-right:	10px;
}
@media (max-width: 767px) {
	
	#affiliate-top a {
		width:		100%;
		display:		block;
	}
}
@media (max-width: 460px) {
	#affiliate-top {
		padding-left:		5px;
		padding-right:		35px;
	}
	#affiliate-top a {
		width:		auto;
		display:		inline;
	}
}
