@charset "utf-8";


.support-ico {
	position: fixed;
	z-index: 3000;
	top: 35%;
	right: 0px;
}

.support {
	float:right;
	position:relative;
	top:-10px;
	z-index:200;
}

.shop-header-graphic {
	height: 139px;
	background: url(shop/shop-header.jpg);
}

.shop-header {
	margin: 0 14px 15px 10px;
	height: 59px;
	vertical-align: middle;
}

.shop-header-phone-ico {
	background: url(shop/phone-ico.png);
	width: 49px;
	height: 59px;
	float: left;
}

.shop-header-games-ico {
	background: url(shop/games.png);
	width: 48px;
	height: 65px;
	float: left;
	margin: 5px 0 0 -8px;
}

.shop-header-cards-ico {
	background: url(shop/cards.png);
	width: 47px;
	height: 47px;
	float: left;
	margin: 5px 3px 0 -10px;
}


.shop-vert-sep {
	background: url("shop/block-border-ver.png") repeat-y scroll right top transparent;
}

td.shop-arrow {
	background: url(shop/arrow.png) no-repeat center 5px;
	height: 8px;
	width: 32px;

}
.shop-products {
	padding: 10px 20px;
	width: 265px;
	float: left;
	height: 100%;
	margin-bottom: 10px;
}

.shop-header-text {
	height: 47px;
	padding: 12px 0 0 3px;
	float: left;
}

.shop-header-heading {
	color: #4a7682;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

/** MAIN SHOP PAGE **/
.shop-operators {
	margin-left: 15px;
	padding-bottom: 5px;
	background: url(shop/block-border.png) repeat-x scroll center bottom;
}

.shop-operator-item {
	float: left;
	margin: 4px 0 4px 0;
	width: 229px;
	height: 166px;
	text-align: center;
}

.shop-operator-item2 {
	margin: 4px 0 7px 0;
	width: 229px;
	height: 64px;
	text-align: center;
}

.shop-operator-item div {
	width: 220px;
	height: 134px;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
    vertical-align: middle;
    display: inline-block;
    line-height: 134px;
    margin-bottom: 10px;
}

.shop-operator-item2 div {
	width: 220px;
	height: 62px;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
    vertical-align: middle;
    display: inline-block;
    line-height: 134px;
    margin-bottom: 10px;
}

.bottom-with-grad {
	/*background: url(shop/gradbg.png) repeat-x top left;*/
	padding: 15px 20px 0 5px;
}

.shop-sep-bg {
	background: url("shop/block-border.png") repeat-x scroll center bottom transparent;
	height: 1px;
}

.shop-operator-item div:hover, .shop-operator-item2 div:hover {
	border-color: #a1a1a1;
}

.shop-operator-img-smart {
	background: url(shop/smart.jpg) no-repeat center center;
}

.shop-operator-img-red-mobile {
	background: url("shop/red-mobile.jpg") no-repeat center center;
}

.shop-operator-img-pldt {
	background: url("shop/pldt.jpg") no-repeat center center;
}

.shop-operator-img-globe {
	background: url(shop/globe.jpg) no-repeat center center;
}

.shop-operator-img-sun {
	background: url(shop/sun.jpg) no-repeat center center;
}


.coming-soon {
	position: absolute;
	height: 150px;
	width: 150px;
	z-index: 10;
	background: url(shop/comingsoon.png) no-repeat top left;
}

/* PAY WITH */

.shop-payment-options {
	margin: 10px 0 10px 15px;
	background: url(shop/block-border.png) repeat-x center bottom;
}

.shop-payment-options h2 {
	color:#86a617;
	font-size:25px;
	font-weight:bold;
	margin:0 0 0 -2px;
}

.shop-payment-options .merchants {
	margin-top: 10px;
}

.shop-payment-options .merchant {
	float: left;
	width: 180px;
	margin-right: 45px;
	/*height: 150px;*/
}

.shop-payment-options .merchant img {

}

.shop-payment-options .merchant {
	color: #78888c;
}

.shop-payment-options .visa-mastercard {
	background: url(shop/visa.jpg) no-repeat left bottom;
	height: 56px;
	margin-bottom: 8px;
	width: 100%;
}

.shop-payment-options .paypal {
	background: url(shop/paypal.jpg) no-repeat left  bottom;
	height: 64px;
	width: 100%;
}

.shop-payment-options .fizzer {
	background: url(shop/fizzer.jpg) no-repeat left bottom;
	height: 54px;
	margin-bottom: 10px;
	width: 100%;
}

.shop-payment-options .liberty-reserve {
	background: url(shop/liberty-reserve.jpg) no-repeat left bottom;
	height: 38px;
	margin:16px 0 9px;
	width: 100%;
}

.shop-payment-options .alert-pay {
	background: url(shop/alert-pay.jpg) no-repeat left bottom;
	height: 34px;
	margin:7px 0 10px;
	width: 100%;
}

.shop-payment-options .moneybookers {
	background: url(shop/moneybookers.jpg) no-repeat left bottom;
	height: 30px;
	margin:8px 0 12px;
	width: 100%;
}

.shop-payment-options .globe-cash {
	background: url(shop/globe-cash.jpg) no-repeat left bottom;
	height: 41px;
	margin:3px 0;
	width: 100%;
}

.shop-payment-options .smart-money {
	background: url(shop/smart-money.jpg) no-repeat left bottom;
	height: 48px;
	width: 100%;
}


/* SHOP BLOG ENTRIES */

.shop-additional-info {
	margin: 10px 0 10px 15px;
}

.shop-additional-info h2 {
	color: #494c60;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.shop-blog-entries {
	float: left;
	width: 360px;
	padding-right: 50px;
	min-height: 360px;
	background: url(shop/block-border-ver.png) repeat-y right top;
}

.shop-blog-entries .text {
	width: 350px;
	overflow: hidden;
}

.shop-faq {
	float: left;
	width: 450px;
	margin-left: 25px;
}

.shop-faq .faq_columns {
	padding: 0;
	margin: 0;
}

.shop-blog-entries .entry {
	margin-bottom: 10px;
}

.shop-blog-entries h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.shop-blog-entries .text {
	padding-bottom: 10px;
}

/** LOADS SHOP PAGE **/

.shop-preload1 {
	width: 1px;
	height: 1px;
	background: url(shop/item-bg-hover.png);
}

.shop-preload2 {
	width: 1px;
	height: 1px;
	background: url(shop/item-bg-active.png);
}
.shop-preload3 {
	width: 1px;
	height: 1px;
	background: url(shop/pay-gw-bg-active.png);
}

.shop-preload4 {
	width: 1px;
	height: 1px;
	background: url(shop/pay-gw-bg-hover.png);
}

.shop-preload5 {
	width: 1px;
	height: 1px;
	background: url(shop/buy-hover.png);
}

.shop-preload6 {
	width: 1px;
	height: 1px;
	background: url(shop/confirm-buy-hover.png);
}


/* end preload */

.shop-loads-block {
	margin-left: 19px;
	padding-top: 6px;
	background: url(shop/block-border.png) repeat-x scroll center top;
}

.shop-loads-choose-other {
	text-align: right;
}

.shop-loads-choose-other a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


.shop-operator-smart {
	width: 106px;
	height: 51px;
}

.shop-operator-globe {
	width: 110px;
	height: 44px;
}

.shop-operator-sun {
	width: 87px;
	height: 77px;
}

.shop-load-heading {
	color: #494c60;
}

.shop-load-heading h3 {
	margin: 10px 0 6px 0;
}

.shop-loads-list .item {
	float: left;
	width: 126px;
	height: 73px;
	margin: 6px 12px 6px 0;
	padding: 9px 0 0 5px;
	color: #494c60;
	background: url(shop/item-bg.png);
}

.shop-loads-list .item:hover {
	background: url(shop/item-bg-hover.png);
	cursor: pointer;
}

.shop-loads-list .item-selected,  .shop-loads-list .item-selected:hover {
	background: url(shop/item-bg-active.png);
}

.shop-loads-list .item a {
	font-size: 16px;
	font-weight: bold;
}

.shop-loads-list .item:hover a {
	color: #aac61f;
}


.shop-loads-list .checkbox-column {
	float: left;
	width: 15px;
	padding-top: 17px;
	height: 56px;
	vertical-align: middle;
}

.shop-loads-list .type-prepaidcard {
	color: #928cac;
	font-weight: bold;
}

.shop-loads-list .type-eload {
	color: #9bac6c;
	font-weight: bold;
}

.shop-sms-ico {
	background: url(shop/sms-ico.png);
	width: 9px;
	height: 7px;
}

.shop-sms-text {
	color: #9aa7b3;
	font-size: 10px;
}

.shop-user-details .strong {
	color: #dd791f;
}

.shop-user-details {
	background: url(shop/block-border.png) repeat-x scroll center top;
	margin-top: 18px;
	padding-top: 16px;
}

.shop-user-details-right, .shop-user-details-left {
	padding: 0; margin: 0; height: 65px;
}

.shop-user-details-left {
	width: 366px;
	float: left;
}

.shop-user-details-right {
	float: left;
	width: 346px;

}

.shop-user-details input {
	width: 286px;
	height: 23px;
	font-size: 18px;
	color: #494c60;
	margin-top: 7px;
	border: 1px solid #cad1d9;
	padding-left: 27px;
}

.shop-user-details h3, .shop-payments h3 {
	margin: 0;
}

.shop-user-phone {
	background: url(shop/user-phone-ico.png) no-repeat left;
}

.shop-user-email {
	background: url(shop/user-email-ico.png) no-repeat left;
}

.shop-payments {
	background: url(shop/block-border.png) repeat-x scroll center top;
	margin-top: 30px;
	padding-top: 20px;
}

.shop-payment-gateways {
	float: left;
	width: 406px;
	height: 180px;
}

.shop-payment-gateways-box {
	margin-top: 23px;
}

.shop-payment-gateways .item {
	width: 118px;
	height: 48px;
	float: left;
	margin: 4px 8px 4px 0;
	padding: 7px 0 0 7px;
	background: url(shop/pay-gw-bg.png) no-repeat;
}

.shop-payment-gateways .item:hover {
	background: url(shop/pay-gw-bg-hover.png) no-repeat;
	cursor: pointer;
}

.shop-payment-gateways .item-selected, .shop-payment-gateways .item-selected:hover {
	background: url(shop/pay-gw-bg-active.png) no-repeat;
}

.shop-payment-gateways .item td {
	height: 55px;
	vertical-align: middle;
	padding-left: 7px;
}

.shop-payment-gateways img, .shop-payment-gateways input {
	display: inline-block;
	vertical-align: middle;
}

.shop-payment-gateways img {
	width: 85px;
	height: 36px;
	margin-left: 5px;
}

.shop-gateway-fzc {
	background: url(shop/fzc.png) no-repeat left top;
}

.shop-gateway-liq {
	background: url(shop/liq.png) no-repeat left center;
}

.shop-gateway-ppl {
	background: url(shop/ppl.png) no-repeat left top;
}

.shop-gateway-lru {
	background: url(shop/lru.gif) no-repeat center center;
}

.shop-gateway-mbu {
	background: url(shop/mbu.jpg) no-repeat center center;
}

.shop-gateway-alp {
	background: url(shop/alp.jpg) no-repeat center center;
}

.shop-gateway-gca {
    background: url(shop/gca.jpg) no-repeat center center;
}

.shop-gateway-smo {
    background: url(shop/smo.jpg) no-repeat center center;
}

.shop-payment-totals {
	float: left;
	width: 245px;
	background: url(shop/totals-bg.jpg) no-repeat left top;
	height: 180px;
	padding-left: 19px;
}

.shop-payment-total-box {
	width: 247px;
	height: 57px;
	margin-top: 14px;
	background: url(shop/totals-box.png) no-repeat left top;
}



/** Iron man shop */
.iron-header {
	background: url(shop/block-border.png) repeat-x scroll center bottom;
}

.iron-shop-content {
	margin: 15px 14px;
	background: url(shop/block-border.png) repeat-x scroll center bottom;
	padding-bottom: 15px;
}

.iron-ticket-img {
	float: left;
	background: url(ironman/ticket.jpg) no-repeat top left;
	width: 287px;
	height: 269px;
	margin-left: 3px;
}

.iron-shop-heading1 {
	font-size: 14pt;
	color: #54565f;
	font-weight: bold;
}

.iron-shop-righttext {
	float: left;
	margin-left: 17px;
	width: 360px;
}

.iron-shop-heading2 {
	font-size: 13pt;
	color: #54565f;
	font-weight: bold;
}

.iron-payment-stuff {
	float: left;
	margin: 2px 0px;
	padding-left: 3px;
	height: 170px;
	width: 290px;
}

.iron-method {
	height: 45px;
	width: 117px;
	margin: 20px 3px;
	cursor: pointer;
	float: left;

	padding-left: 10px;
	padding-top: 8px;
}

.iron-shop-paypal {
	background: url(shop/ppl.png) no-repeat top left;
	width: 75px;
	height: 35px;
}

.iron-shop-liqpay {
	background: url(shop/liq.png) no-repeat top left;
	width: 90px;
	height: 25px;
}

.iron-payment-stuff-right {
	background: url(shop/seperator.jpg) no-repeat top left;
	height: 170px;
	padding-left: 25px;
	margin-top: 2px;
	float: left;
}


.shop-amount {
	background: url(shop/amountbg.png) no-repeat top left;
	width: 126px;
	height: 45px;
	float: left;
	padding-top: 14px;
	padding-right: 3px;
	text-align: center;
}

.shop-quantity {
	background: url(shop/amountbg.jpg) no-repeat top left;
	width: 50px;
	height: 45px;
	float: left;
	padding-top: 14px;
	padding-right: 3px;
	text-align: center;
}

.shop-buy-active {
	width: 115px;
	height: 57px;
	float: left;
	cursor: pointer;
	border: none;
	outline: none;
	background: url(shop/buy.png) no-repeat top left;
}

.shop-buy-active:hover {
	background: url(shop/buy-hover.png) no-repeat top left;
}

.shop-buy-active::-moz-focus-inner, .shop-buy-active:focus {
	border: 0;
	outline : none;
}

.iron-shop-payment {
	background: url(shop/block-border.png) repeat-x center bottom;
	margin-left: 14px;
	margin-right: 14px;
}


.iron-dont-forget {
	margin-top: 15px;
	margin-left: 14px;
}

.shop-amount-font1 {
	color: #34306b;
	font-size: 16pt;
}

.shop-amount-font2 {
	color: #8e8f9c;
	font-size: 15pt;
}


/** CONFIRM PAGE **/
.shop-transaction-details {
	margin: 20px;
	color: #4c5964;
	background: url(shop/block-border.png) repeat-x center top;
	padding-top: 15px;
}

.shop-transaction-details .block-left {
	float: left;
	width: 700px;
	font-size: 17px;
	line-height: 24px;
	margin-right: 10px;
}

.shop-transaction-details label {
	font-weight: bold;
}

.shop-transaction-details .total {
	text-align: right;
	font-weight: bold;
	background: url(shop/block-border.png) repeat-x center bottom;
	margin: 15px 0 5px 0
}

.shop-transaction-details .total span {
	color: #9dad17;
}

.shop-transaction-details .block-right {
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 40px;
}

.shop-transaction-details .paypal-button {
	margin-top: 20px;
}

.shop-transaction-details .buy {
	width: 183px;
	height: 57px;
	border: none;
	margin-top: 10px;
	background: url(shop/processing.gif) no-repeat;
	background: url(shop/clear-button.png) no-repeat;
	background: url(shop/confirm-buy-hover.png) no-repeat;
	background: url(shop/confirm-buy.png) no-repeat;
}

.shop-transaction-details .processing {
	width: 183px;
	height: 57px;
	border: none;
	margin-top: 10px;
	background: url(shop/clear-button.png) no-repeat;
	display: inline-block;
}

.shop-transaction-details .processing2 {
	width: 183px;
	height: 57px;
	border: none;
	background: url(shop/processing.gif) no-repeat center center;
	display: inline-block;
}

.shop-transaction-details .buy:hover {
	background: url(shop/confirm-buy-hover.png) no-repeat;
	cursor: pointer;
}

/** IRON MAN?! */
.shop-up {
	background: url(shop/up.png) no-repeat top left;
	height: 7px;
	width: 12px;
	float: left;
	margin-left: 19px;
	margin-bottom: 5px;
	cursor: pointer;
}

.shop-up-na {
	background: url(shop/up-na.png) no-repeat top left;
	height: 7px;
	width: 12px;
	float: left;
	margin-left: 19px;
	margin-bottom: 5px;
}

.shop-down {
	background: url(shop/down.png) no-repeat top left;
	height: 7px;
	width: 12px;
	float: left;
	margin-left: 19px;
	margin-top: 3px;
	cursor: pointer;
}

.shop-down-na {
	background: url(shop/down-na.png) no-repeat top left;
	height: 7px;
	width: 12px;
	float: left;
	margin-left: 19px;
	margin-top: 3px;
}

/** SHOP TRANSACTION RESULTS */

.shop-border {
	margin: 0 0 0 15px;
	padding: 15px 5px;
	background: url(shop/block-border.png) repeat-x center top;
}

.shop-transaction-done-result {
	color: #899e35;
	font-size: 30px;
	font-weight: bold;
}

.shop-transaction-done-info {
	color: #4c5964;
	font-size: 17px;
	line-height: 24px;
}

.shop-transaction-done-info label {
	font-weight: bold;
}

.shop-transaction-completed {
	margin-left: 15px;
	background: url(shop/block-border.png) repeat-x center top;
	padding-top: 15px;
}

.shop-transaction-completed div {
	border: 1px solid #ede8bc;
	background-color: #fbf9e3;
	padding: 10px;
	color: #6d870a;
	font-size: 20px;
}

.shop-transaction-tracking {
	background: url(shop/block-border.png) repeat-x center top;
	margin: 15px 0 15px 15px;
	padding: 15px 15px 0 15px;
	text-align: right;
}

.shop-transaction-tracking table {
	border-collapse: collapse;
	width: 652px;
}

.shop-transaction-tracking td {
	border: 1px solid #d7d3a9;
}

.shop-transaction-tracking .orderdetails {
	background-color: #4c5564;
	color: #FFFFFF;
	padding: 8px 10px;
	text-align: left;
}

.shop-transaction-tracking .orderid {
	padding: 17px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.shop-transaction-check input[type=text] {
	width: 70px;
}

.shop-comment-text {
	border-bottom: 1px dotted #959595; padding-bottom: 5px; margin-bottom: 15px;
	margin-top: 4px;
}

.shop-comment-div {
	display: none;
	 margin-bottom: 6px;
}

.shop-money-php {
	margin-top: 7px;
	float: left;
	margin-left: -110px;
}

.exrate-bar {
	height: 83px;
	width: 244px;
	background: url(shop/exrate-bar.png) no-repeat bottom left;
}

.shop-money-rate {
	float: right;
	margin-right: 16px;
	margin-top: 5px;
}

.shop-agreement {
	margin-top: 7px;
	color: #8e8f9c;
}

.shop-products {
	width: 100%;
}

.shop-products .oper {
	width: 280px;
	border-right: 1px dotted;
}

.shop-item-voip {
    float: left;
    width: 310px;
}

.shop-item-voip .itemborder  {
    -moz-border-radius:6px 6px 6px 6px;
    border:1px solid #D3D3D3;
    display:inline-block;
    height:134px;
    line-height:134px;
    margin-bottom:10px;
    vertical-align:middle;
    width:300px;
}

.shop-item-voip .itemborder:hover {
    border: 1px solid #a1a1a1;
}

.shop-operator-img-skype {
	background: url(shop/skype.jpg) no-repeat center center;
}

.shop-operator-img-dellmont {
	background: url(shop/dellmont.jpg) no-repeat center center;
}

.shop-operator-img-betamax {
	background: url(shop/betamax.jpg) no-repeat center center;
}

.shop-header-voip-ico {
    background:url("shop/voip.png") no-repeat scroll 0 10px transparent;
    float:left;
    height:61px;
    width:40px;
}

.shop-operator-img-skype {
    background: url(shop/skype.jpg) no-repeat center center;
    width: 148px;
    height: 60px;
}

.shop-operator-img-dellmont {
    background: url(shop/dellmont.jpg) no-repeat center center;
    width: 157px;
    height: 60px;
}

.shop-operator-img-betamax {
    background: url(shop/betamax.jpg) no-repeat center center;
    width: 151px;
    height: 60px;
}
