/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Base elements
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html{}

.site_body {
	background: url("../images/bg-pattern.jpg") 50% 0 repeat;
}

.wrap {
	width:1000px;
	margin:0 auto;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.pointer{cursor:pointer;}
.relative{position:relative;}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   @font-face
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Margin
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Margin Right */
.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

/* Margin Left */
.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

/* Margin Top */
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

/* Margin Bottom */
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Padding
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.p0 {padding:0!important;}
.p10 {padding:10px!important;}
.p20 {padding:20px!important;}
.p30 {padding:30px!important;}
.p40 {padding:40px!important;}
.p50 {padding:50px!important;}


/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Round
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.round3{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.round4{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.round5{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Headers h1, h2, h3, h4, h5
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
h1 {font-size:250%;}
h2 {font-size:200%;}
h3 {font-size:175%;}
h4 {font-size:120%;}
h5 {font-size: 100%;}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Messages
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Base Message Style */
.message {
	clear: both;
    padding: 10px 10px 10px 40px!important;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

		/* Success Message */
		.success {
			background: #f6f8ed url(../images/icons/icon-tick.png) 15px center no-repeat;
			border: 1px solid #4e6200;
			color: #4e6200;
		}

		/* Warning Message */
		.warning {
			background: #fffecd url(../images/icons/icon-warrning.png) 15px center no-repeat;
			border: 1px solid #e2e033;
			color: #9b6d59;
			text-align: left;
		}
		
		/* Error Message */
		.error {
			background: #f3eaea url(../images/icons/icon-cross.png) 15px center no-repeat;
			border: 1px solid #c06060;
			color: #780707;
		}
		
		/* Info Message */
		.info {
			background: #cde9ff url(../images/icons/icon-info.png) 15px center no-repeat;
			border: 1px solid #3dabff;
			color: #0070c6;
		}
		
		.other {
			background-color: #cde9ff;
			border: 1px solid #3dabff;
			color: #0070c6;
		}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Radio / Checkbox
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
input[type="radio"] {cursor: pointer;}
input[type="checkbox"] {cursor: pointer; vertical-align: middle;}
/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Input
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.number-input, .short-input, .med-input, .normal-input, .long-input { 
	background: #f5eacc;
	border: 1px solid #c1a97c;
	padding: 5px 6px;
	font-size: 11px;
	color: #715429;
	font-family: "Tahoma";
	width: 230px;
	margin-top: 3px;
}

		.number-input {
			width: 20px;
		}
		.short-input {
			width: 150px;
		}
		.med-input {
			width: 200px;
		}
		.normal-input {
			width: 250px;
		}
		.long-input {
			width:300px;
		}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Select
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.short-sel, .med-sel, .long-sel, .normal-sel, .small-sel { 
	background: #f5eacc;
	border: 1px solid #c1a97c;
	padding: 5px 6px;
	font-size: 11px;
	color: #715429;
	font-family: "Tahoma";
	width: 230px;
	margin-top: 3px;
}
		.small-sel {
			width:100px;
		}
		.short-sel {
			width:141px;
		}
		.med-sel {
			width:211px;
		}
		.long-sel {
			width:311px;
		}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Textarea
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.short-textarea, .med-textarea, .long-textarea, .add-message-teaxtarea {
	background: #f5eacc;
	border: 1px solid #c1a97c;
	padding: 5px 6px;
	font-size: 11px;
	color: #715429;
	font-family: "Tahoma";
	width: 230px;
	margin-top: 3px;
	min-height: 100px;
	resize: none;
}
		.short-textarea {
			width:300px;
		}
		.med-textarea {
			width:400px;
		}
		.long-textarea {
			width:500px;
		}
		.add-message-teaxtarea {
			width: 600px;
			height: 100px;
		}

		
		
/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Buttins
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	
		/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		-
		-   Submit
		-
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
		.submit {
			background: url("../images/sprite.png") 0 -200px no-repeat;
			padding: 6px 20px;
			text-align: center;
			display: block;
			font-size: 11px;
			color: #fff;
			font-family: "Tahoma";
			text-decoration: none;
			border: none;
			border-top: 1px solid #d64615;
			cursor: pointer;
			
			-webkit-box-shadow: #5f1705 0 0 0 1px;
			-moz-box-shadow: #5f1705 0 0 0 1px;
			box-shadow: #5f1705 0 0 0 1px;
			
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}
		
		.button {
			opacity:0.01;
			filter:alpha(opacity=1); /* For IE8 and earlier */
			background: url("../images/sprite.png") 0 -200px no-repeat;
			padding: 6px 6px;
			text-align: center;
			display: block;
			font-size: 12px;
			color: #fff;
			font-family: "Tahoma";
			text-decoration: none;
			border: none;
			border-top: 1px solid #d64615;
			cursor: pointer;
			
			-webkit-box-shadow: #5f1705 0 0 0 1px;
			-moz-box-shadow: #5f1705 0 0 0 1px;
			box-shadow: #5f1705 0 0 0 1px;
			
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}
		
		.button:hover {
			opacity:1;
			filter:alpha(opacity=100); /* For IE8 and earlier */
		}
		
		.submit:hover {
			background: url("../images/sprite.png") 0 -311px no-repeat;
		}

		.btn {
			background: url("../images/sprite.png") 0 -200px no-repeat;
			padding: 6px 20px;
			text-align: center;
			display: inline-block;
			font-size: 11px;
			color: #fff;
			font-family: "Tahoma";
			text-decoration: none;
			border: none;
			border-top: 1px solid #d64615;
			cursor: pointer;
			
			-webkit-box-shadow: #5f1705 0 0 0 1px;
			-moz-box-shadow: #5f1705 0 0 0 1px;
			box-shadow: #5f1705 0 0 0 1px;
			
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}
		
		.btn-big:hover,
		.btn:hover {
			background: url("../images/sprite.png") 0 -311px no-repeat;
		}

		.btn-big {
			background: url("../images/sprite.png") 0 -200px no-repeat;
			padding: 6px 20px;
			text-align: center;
			display: inline-block;
			font-size: 14px;
			color: #fff;
			font-family: "Tahoma";
			text-decoration: none;
			border: none;
			border-top: 1px solid #d64615;
			text-transform: uppercase;
			cursor: pointer;
			
			-webkit-box-shadow: #5f1705 0 0 0 1px;
			-moz-box-shadow: #5f1705 0 0 0 1px;
			box-shadow: #5f1705 0 0 0 1px;
			
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
		}
		
		.btn-cancel {
			color: #c99b69;
			text-decortion: underline;
			font-family: "Tahoma";
			font-size: 12px;
		}
		
		.btn-cancel:hover {
			text-decoration: none;
		}
		
		.btn-link {
			color: #B93E1C;
			font-family: "Tahoma";
			font-size: 12px;
			text-decoration: none;
		}
		
		.btn-link:hover {
			text-decoration: underline;
		}
		
		.btn-img img {
			height: 11px;
			position: relative;
			bottom: -1px;
			left: -5px;
		}
		.btn-img span {
			height: 11px;
			position: relative;
			bottom: -1px;
			left: -5px;
		}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Colors
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.red {color:#A9001F;}
.green{color:#60BA00;}
.blue{color:#3F78B1;}
.gray{color:#CCCCCC;}
.yellow{color:#DDB000;}
.brown{color:#673b28;}
.brown-light{color:#8f6b37;font-family: "Tahoma";font-size: 12px;}
.purple{color:#6B00B2;}
.orange{color:#d74615;}

/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   .line class
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.line {
    clear: both;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    min-height:30px;
}
		.line .line-title {
			display: block;
			float: left;
			padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
			width:145px;
			color: #8F6B37;
			font-family: "Tahoma";
			font-size: 12px;
		}
		
/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   <pre>, <blockquote>, <code>
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
pre {
	padding:10px !important;
	border:1px solid #c3c4c5 !important;
	background:#e0e0e0 !important;
	font-size:12px !important;
	font-style:italic !important;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow:1px 1px 2px #AAAAAA;
	-moz-box-shadow:1px 1px 2px #AAAAAA;
	-webkit-box-shadow:1px 1px 2px #AAAAAA;
}
blockquote {
    color:#313638 !important;
    font-size: 14px !important;
    font-style: italic !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
}
code {
    background: #ddd!important;
    background-repeat:repeat;
    font-size: 12px!important;
    line-height: 20px!important;
    margin-bottom: 15px!important;
    margin-top: 15px!important;
    padding-bottom: 18px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 22px!important;
    display:block;
    border:1px solid #c3c4c5 !important;
	font-style:italic !important;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow:1px 1px 2px #AAAAAA;
	-moz-box-shadow:1px 1px 2px #AAAAAA;
	-webkit-box-shadow:1px 1px 2px #AAAAAA;
}
p {font-size:12px;}
/*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-   Other
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.order-list li {
	font-size: 12px;
	font-family: "Tahoma";
	margin-bottom: 5px;
	list-style: decimal;
	list-style-position:inside;
}

.unorder-list li {
	font-size: 12px;
	font-family: "Tahoma";
	margin-bottom: 5px;
}

/*.arrow-list li {
	background: url("../images/arrow-list.png") 0 5px no-repeat;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Tahoma";
	margin-bottom: 5px;
}*/
.square-list li {
	background: url("../images/square-list.png") 2px 6px no-repeat;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Tahoma";
	margin-bottom: 5px;
}

.table thead {
	background: url("../images/table-th.png") 0 0 repeat-x;
	color: #6d1c0c;
	font-family: "Tahoma";
	font-size: 13px;
	text-align: left;
	height: 62px;
	line-height: 62px;
}
.table th {
	padding: 0 10px;
}
.table td {
	padding: 5px 10px;
	font-size: 12px;
	color: #8f6b37;
	font-family: "Tahoma";
	font-size: 12px;
	
}
.table tr.even td {
	background: #eacd9f;
}

.table tr:hover td {
	background: #d8b68c;
}
.table2 th {
	background: #e5c793;
	padding: 10px;
	color: #6d1c0c;
	font-family: "Tahoma";
	font-size: 13px;
	text-align: left;
}
.table2 td {
	padding: 5px 10px;
	font-size: 12px;
	
	font-family: "Tahoma";
	
}

.table2 tr {
	color: #8f6b37;
}

tr.vip_row {		
	font-weight: bold;
	color:#d74615;
}

tr.joined_row {		
	font-weight: bold;
}

.table2 tr.even td {
	background: #eacd9f;
}

.table2 tr:hover td {
	background: #d8b68c;
}
.table td a {
	color: #d74615;
	text-decoration: none;
}
.table td a:hover {
	text-decoration: underline;
}
.table2 td a {
	color: #d74615;
	text-decoration: none;
}
.table2 td a:hover {
	text-decoration: underline;
}

.ml10 {margin-left: 10px;}
.ml170 {margin-left: 170px;}

/***************** SITE ICON SPRITES *****************/

.iconsprite { background: url('../images/sprites.png') no-repeat top left; }

span.iconsprite {
	display:inline-block;
}

.vipsprite {
	margin-top:11px !important;
	padding:0 !important;
}

.iconsprite.change-username { background-position: 0px 0px; width: 16px; height: 16px;  } 
.iconsprite.checkbox { background-position: 0px -26px; width: 26px; height: 26px;  } 
/*.iconsprite.check-off { background-position: 0px -62px; width: 15px; height: 15px;  } 
.iconsprite.check-on { background-position: 0px -87px; width: 15px; height: 15px;  } */
.iconsprite.crackA { background-position: 0px -112px; width: 21px; height: 42px;  } 
.iconsprite.crackB { background-position: 0px -164px; width: 35px; height: 40px;  } 
.iconsprite.flag-bg { background-position: 0px -214px; width: 16px; height: 11px;  } 
.iconsprite.flag-en { background-position: 0px -235px; width: 16px; height: 11px;  } 
.iconsprite.happy { background-position: 0px -256px; width: 48px; height: 48px;  } 
.iconsprite.icon-gallery { background-position: 0px -314px; width: 28px; height: 33px;  } 
.iconsprite.icon-add-msg { background-position: 0px -360px; width: 23px; height: 12px;  } 
.iconsprite.icon-add-user { background-position: 0px -385px; width: 17px; height: 16px;  } 
.iconsprite.icon-block { background-position: 0px -411px; width: 14px; height: 14px;  } 
.iconsprite.icon-competitions { background-position: 0px -435px; width: 28px; height: 33px;  } 
.iconsprite.icon-del { background-position: 0px -478px; width: 10px; height: 10px;  } 
.iconsprite.icon-edit { background-position: 0px -498px; width: 16px; height: 16px;  } 
.iconsprite.icon-exit { background-position: 0px -524px; width: 29px; height: 24px;  } 
.iconsprite.icon-fb { background-position: 0px -558px; width: 16px; height: 16px;  } 
/*.iconsprite.icon-forum { background-position: 0px -584px; width: 28px; height: 33px;  } 
.iconsprite.icon-game-brown { background-position: 0px -627px; width: 30px; height: 22px;  } */
.iconsprite.icon-games { background-position: 0px -659px; width: 28px; height: 33px;  } 
.iconsprite.icon-give-vip { background-position: 0px -702px; width: 17px; height: 14px;  } 
.iconsprite.icon-help { background-position: 0px -726px; width: 28px; height: 33px;  } 
.iconsprite.icon-history { background-position: 0px -769px; width: 16px; height: 16px;  } 
.iconsprite.icon-home { background-position: 0px -795px; width: 28px; height: 33px;  } 
.iconsprite.icon-key { background-position: 0px -838px; width: 16px; height: 16px;  } 
.iconsprite.icon-mail { background-position: 0px -864px; width: 24px; height: 24px;  } 
.iconsprite.icon-menu-help { background-position: 0px -898px; width: 28px; height: 33px;  } 
.iconsprite.icon-new { background-position: 0px -941px; width: 16px; height: 16px;  } 
.iconsprite.icon-news { background-position: 0px -967px; width: 28px; height: 33px;  } 
.iconsprite.icon-profile { background-position: 0px -1010px; width: 28px; height: 24px;  } 
.iconsprite.icon-send-mail { background-position: 0px -1044px; width: 16px; height: 12px;  } 
.iconsprite.icon-skype { background-position: 0px -1066px; width: 16px; height: 16px;  } 
.iconsprite.icon-store { background-position: 0px -1092px; width: 28px; height: 33px;  } 
.iconsprite.icon-tick { background-position: 0px -1135px; width: 10px; height: 10px;  } 
.iconsprite.icon-twitter { background-position: 0px -1155px; width: 16px; height: 16px;  } 
.iconsprite.icon-unblock { background-position: 0px -1181px; width: 14px; height: 14px;  } 
.iconsprite.icon-user { background-position: 0px -1205px; width: 24px; height: 24px;  } 
.iconsprite.icon-users { background-position: 0px -1239px; width: 28px; height: 33px;  } 
.iconsprite.icon-video { background-position: 0px -1282px; width: 16px; height: 16px;  } 
.iconsprite.icon-vip { background-position: 0px -1308px; width: 28px; height: 33px;  } 
.iconsprite.item-remove { background-position: 0px -1351px; width: 30px; height: 30px;  } 
.iconsprite.item-delete { background-position: -7px -1359px; width: 16px; height: 16px;  } 
.iconsprite.medal-bronze { background-position: 0px -1391px; width: 12px; height: 15px;  } 
.iconsprite.medal-gold { background-position: 0px -1416px; width: 12px; height: 15px;  } 
.iconsprite.medal-silver { background-position: 0px -1441px; width: 12px; height: 15px;  } 
.iconsprite.neutral { background-position: 0px -1466px; width: 48px; height: 48px;  } 
.iconsprite.notificationsIcon { background-position: 0px -1524px; width: 22px; height: 22px;  } 
.iconsprite.offline { background-position: 0px -1556px; width: 13px; height: 13px;  } 
.iconsprite.online { background-position: 0px -1579px; width: 13px; height: 13px;  } 
.iconsprite.paypal { background-position: 0px -1602px; width: 58px; height: 41px;  } 
.iconsprite.gpay { background: url('../images/gpay.png') no-repeat top left; width: 58px; height: 40px; margin-top: -4px; margin-left: 14px; } 
.iconsprite.stripe { background: url('../images/stripe.png') no-repeat top left; width: 58px; height: 40px; margin-top: -4px;  } 
.iconsprite.play_icon { background-position: 0px -1653px; width: 48px; height: 48px;  } 
/*
.iconsprite.radio-off { background-position: 0px -1711px; width: 15px; height: 15px;  } 
.iconsprite.radio-on { background-position: 0px -1736px; width: 15px; height: 15px;  } 
 */
.iconsprite.sad { background-position: 0px -1761px; width: 48px; height: 48px;  } 
.iconsprite.scrollleft { background-position: 0px -1819px; width: 50px; height: 76px;  } 
.iconsprite.scrollright { background-position: 0px -1905px; width: 50px; height: 76px;  } 
.iconsprite.send-gift { background-position: 0px -1991px; width: 16px; height: 16px;  } 
.iconsprite.vip-user { background-position: 0px -2017px; width: 36px; height: 44px;  }

.iconsprite.heart-grey { background-position: 0px -2071px; width: 24px; height: 24px;  }
.iconsprite.heart-red { background-position: 0px -2105px; width: 24px; height: 24px;  }
.iconsprite.photos-icon { background-position: 0px -2139px; width: 16px; height: 16px;  }
.iconsprite.trash-icon { background-position: 0px -2165px; width: 24px; height: 24px;  }
.iconsprite.icon-plus { background-position: 0px -2199px; width: 16px; height: 16px;  }
.iconsprite.icon-uprofile { background-position: 0px -2225px; width: 16px; height: 16px;  }

.label_check,
.label_radio { 
	padding-left: 14px; margin-right: 7px; cursor: pointer; display: inline-block;height: 15px;

}
.label_radio { 
	background: url('../images/sprites.png') no-repeat top left;
	background-position: 0px -1711px;
}
.label_check { 
	background: url('../images/sprites.png') no-repeat top left;
	background-position: 0px -62px;
}
label.c_on { 
	background: url('../images/sprites.png') no-repeat top left;
	background-position: 0px -87px;
}
label.r_on {
	background: url('../images/sprites.png') no-repeat top left;
	background-position: 0px -1736px;
}
.label_check input,
.label_radio input { position: absolute; left: -9999px; cursor: pointer;}