#plinga_shop {
	width: 756px;
	margin: 20px auto;
	border-top: 1px solid #C1D4E6;
}
#plinga_shop * {
	font-family: Tahoma, Verdana, Arial,'sans serif';
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#plinga_shop * {
	margin: 0;
	padding: 0;
}
#plinga_shop input, img {
	border : none;
}
#plinga_shop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#plinga_shop #left {
	border-right: 1px solid #C1D4E6;
	float: left;
	width: 266px;
}

#plinga_shop #right {
	float: left;
	width: 489px;
}

#plinga_shop h1 {
	font-size: 10pt;
	margin: 3px 3px 10px;
	font-weight: 700;
	background: #C1D4E6;
	padding: 5px 10px;
}

#plinga_shop .provider {
	height:14px;
	font-weight:700;
	padding:14px 10px;
	cursor:pointer;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-position:0 44px;
	text-align:left;
	position: relative;
	margin-bottom:1px;
}

#plinga_shop .provider.active, #plinga_shop .provider:hover {
	height:15px;
	border:0;
	background-position:0 0;
	color:white;
}

#plinga_shop #right_container {
	border: 1px solid #C1D4E6;
	margin: 0 5px 0 5px;
	padding: 5px;
}

#plinga_shop #right_content {
    background-color: #F4F4F4;
    padding: 5px;
}

#plinga_shop h2 {
	font-size: 10pt;
	padding:0 0 3px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	font-weight:700;
	font-size:10pt;
	background-color: inherit;
	border-top: none;
	color: inherit;
	height: 20px;
}

#plinga_shop .row {
    cursor: pointer;
}

#plinga_shop #packages > * {
	display: none;
	min-height : 200px;
	margin: 0px;
	padding: 0px;
}

#plinga_shop .form * {
	font-size: 11pt;
}

#plinga_shop #packages td {
	padding: 1px;
	font-size: 11pt;
	vertical-align: middle;
}
#plinga_shop #packages img {
	padding: 0 5px;
}
#plinga_shop #packages table input {
	margin-top: 6px;
}
#plinga_shop #packages .currency {
	font-weight: 700;
	text-align: right;
}
#plinga_shop #packages span {
	font-size: 8pt;
}

#plinga_shop #packages .last {
	padding-right: 35px;
}

#plinga_shop #packages .active_package {
	background: url('shop_select.gif') right center no-repeat;
}

#plinga_shop .submit {
	float:left;
	height:35px;
	margin:20px 0 0;
	color:white;
	background-color:#F4F4F4;
}

#plinga_shop #submit_left {
	background-image: url('shop_go_left.gif');
	width: 6px
}
#plinga_shop #submit {
	background-image:url('shop_go.gif');
	color:white;
	padding:0 15px 2px;
	cursor:pointer;
}
#plinga_shop #submit_right {
	background-image: url('shop_go_right.gif');
	width: 7px;
}

#plinga_shop .vcurrency_img {
    position: absolute;
    top: 7px;
    left: 5px;
}

#plinga_shop .vcurrency_text {
    padding-left: 35px;
}

#sponsorpay_title {
	font-size: 12pt;
	border-bottom: 1px solid #13A89E;
	color: #13A89E;
	font-weight: 700;
	padding: 5px;
}