
#travel_worldwide {font-size:10px; color:#cc0066;}

input[type="radio"] + label span #travel_worldwide {
	font-size:9px; 
	color:#cc0066;
}

#radio_container {line-height:80px;}

#annual {
	background: url(../img/red.png) 0 0;
	width: 100px;
	height: 80px;
}

#Single {
	background: url(../img/sprite.png) 50px 0;
	width: 120px;
	height: 120px;
}

input[type="radio"] {display:none;}

input[type="radio"] + label {
	color: #325eab;
	font-family:Arial, sans-serif;
	font-size:14px;
	text-align: center;
 }
input[type="radio"] + label span {
	display:inline-block;
	min-width:100%;
	height:auto;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  5px;
	border-radius:  5px;
	border: #9e9e9e 1px solid;
}

input[type="radio"] + label span #comp {
    display:inline-block;
   	width:100%;
	height:auto;
	margin-top: 0px;
}

input[type="radio"] + label span img{
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 0 auto;
	max-width: 100px;
}

input[type="radio"] + label span {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	color: #004e9b;
	border: #004e9b 1px solid;
	text-align:center;
	font-size: inherit;
	font-weight: 500;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 19px;
}

.radiotitle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding-bottom: 5px;
}

input[type="radio"]:checked + label span{
	background: linear-gradient(to bottom, rgb(0, 78, 155) 0%, rgb(0, 78, 155) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e9b', endColorstr='#0077de', GradientType=0 );
	color: white;
	border: #72b2f2 2px solid;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3); 
	font-weight: bold;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
	-webkit-transition:background-color 0.4s linear;
	-o-transition:background-color 0.4s linear;
	-moz-transition:background-color 0.4s linear;
	transition:background-color 0.4s linear;
	width: 100%;
	font-size:18px;
}

/* IDs */
input[type="radio"] + label span img #img_annual{ background-image:url(../img/img_annual.png); }
input[type="radio"] + label span img #img_annual:hover{ background-image:url(../img/img_annual_hover.png); }
input[type="radio"]:checked + label span img #img_annual{ background-image:url(../img/img_annual_hover.png); }

@media only screen and (min-width: 64.063em) {

input[type="radio"] + label span {
	display:inline-block;
	width:100%;
	height:auto;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  5px;
	border-radius:  5px;
	border: #9e9e9e 1px solid;
	font-size:15px;
}
input[type="radio"]:checked + label span{
	font-size:15px;
}
}

@media only screen and (max-width: 1000px) { 
input[type="radio"] + label span {
	display:inline-block;
	width:100%;
	height:auto;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  5px;
	border-radius:  5px;
	border: #9e9e9e 1px solid;
	font-size:18px;
}

input[type="radio"]:checked + label span{
	width:100%;
	height:auto;
	font-size:18px;
}
}	

@media only screen and (max-width: 900px) { 
input[type="radio"] + label span {
	display:inline-block;
	width:100%;
	height:auto;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  5px;
	border-radius:  5px;
	border: #9e9e9e 1px solid;
	font-size:16px;
}

input[type="radio"]:checked + label span{
	width:100%;
	height:auto;
	font-size:16px;
}
}	

@media only screen and (max-width: 768px) { 
input[type="radio"] + label span {
	display:inline-block;
	width:100%;
	height:auto;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  5px;
	border-radius:  5px;
	border: #9e9e9e 1px solid;
	font-size:14px;
}

input[type="radio"]:checked + label span{
	width:100%;
	height:auto;
	font-size:14px;
}
}	

@media only screen and (max-width: 640px) { 
input[type="radio"] + label span {
	width:100%;
	height:auto;
	margin-top: 0px;
	font-size: inherit;
	font-size:20px;
}

input[type="radio"]:checked + label span{
	height: 110px;
	font-size:20px;
}

#bluebutton input[type="radio"] + label span {
	width:100%;
	height:auto;
	margin-top: 15px;
	font-size: 12px;
}

#bluebutton input[type="radio"]:checked + label span{
	height: 110px;
}
}	

@media only screen and (max-width: 520px) { 
input[type="radio"] + label span {
	width:100%;
	height:auto;
	margin-top: 0px;
	font-size:18px;
}

input[type="radio"]:checked + label span{
	width:100%;
	height:auto;
	font-size:18px;
}
}	

@media only screen and (max-width: 420px) { 
input[type="radio"] + label span {
	width:100%;
	height:auto;
	margin-top: 0px;
	font-size: 15px;
}

input[type="radio"]:checked + label span{
	height: auto;
	font-size: 15px;
}
}	

@media only screen and (max-width: 340px) { 
input[type="radio"] + label span {
	width:100%;
	height:auto;
	margin-top: 0px;
	font-size: 14px;
}

input[type="radio"]:checked + label span{
	font-size: 14px;
}
}	
