@font-face {
	font-family: 'bpg_nino';
	src: url('img-site/fonts/bpg_nino_mtavruli_bold.eot');
	src: local('â˜º'), url('img-site/fonts/bpg_nino_mtavruli_bold.woff') format('woff'), url('img-site/fonts/bpg_nino_mtavruli_bold.ttf') format('truetype'), url('img-site/fonts/bpg_nino_mtavruli_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin:0px;	
	background-image: url(img-site/bg.png);
	background-repeat: repeat-x;
	background-position: left top;	
	background-color:#EDECEC;
	font-family:Sylfaen;
	font-size:13px;
	color:#333333;
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#C14C86;
	text-decoration:none;
}
a:active {
	color:#333333;
	text-decoration:none;
}
.header {
	font-family: 'bpg_nino';
	height:104px;
	background-image: url(img-site/header.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-right:25px;
	color:#333333;
}
.bread {
	font-family: 'bpg_nino';
	color:#333333;
	margin-top:15px;
	font-size:14px;
	border-bottom:1px solid #A6A4A4;
	padding-bottom:5px;
}
.iconsblock {
	margin-top:20px;
}
.icon {
	width:105px;
	height:130px;
	float:left;
	margin-right:35px;
	margin-bottom:10px;
}
.icontitle {
	font-family: 'bpg_nino';
	width:100px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#333333;
}
.subicon {
	font-family: 'bpg_nino';
	float:left;
	margin-right:35px;
	margin-bottom:40px;
	background-image: url(img-site/subicon_big.png);
	background-repeat: no-repeat;
	text-align:center;
}
.subicon a {
	text-decoration: none;
	display: block;
	height:103px;
	width:139px;
	padding-left:9px;
	padding-right:11px;
}
.subicon a:link {
	color: #333333;
	text-decoration:none;
}
.subicon a:visited {
	color: #333333;
	text-decoration:none;
}
.subicon a:hover {
	color:#C14C86;
	text-decoration:none;
}
.subicon a:active {
	color: #333333;
	text-decoration:none;
}
.subicontitle {
	width:85px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#333333;
	font-family:Arial;
}
.subicontable {
	height:103px;
	width:100%;
}
.acpaddcat {
	margin-top:20px;
	padding-bottom:20px;
}
.acpaddcat td {
	padding-bottom:10px;
	padding-right:10px;
}
.acpinput {
	height:28px;
	border:1px solid #C3C1C1;
	width:200px;
	padding-left:8px;
	padding-right:8px;
}
.acpselect {
	height:32px;
	border:1px solid #C3C1C1;
	width:219px;
}
.acpsubmit {
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	float:left;
	background-color:#B74F8F;
}
.acpsubmit a {
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	display: block;
	height:30px;
	line-height:28px;
}
.acpsubmit a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.acpsubmit a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.acpsubmit a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#C36CA1;
}
.acpsubmit a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.acperror {
	font-family: 'bpg_nino';
	color:#FF0000;
	margin-top:15px;
	font-size:14px;
	border-bottom:1px solid #FF0000;
	padding-bottom:5px;
}
.acpsuccess {
	font-family: 'bpg_nino';
	color:#059905;
	margin-top:15px;
	font-size:14px;
	border-bottom:1px solid #06B806;
	padding-bottom:5px;
}
.currentcathead {
	background-color:#CCCCCC;
	height:40px;
}
.currentcat {

}
.currentcat td {
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #DADADA;
	padding-left:5px;
	padding-right:5px;
}
.footer {
	font-family: 'bpg_nino';
	height:140px;
	background-image: url(img-site/footer.png);
	background-repeat: no-repeat;
	color:#333333;
	margin-top:10px;
}
.footer td {
	padding-bottom:10px;
}
.required {
	font-family:Arial;
	color:#ff0000;
}
.showme { 
	display: none;
	border:1px solid #DADADA;
	width:205px;
	height:180px;
	position:absolute;
	z-index:999;
	background-color:#FFFFFF;
	margin-left:-60px;
	margin-top:-35px;
	padding:5px;
	-moz-box-shadow: 0 0 5px 5px #ACACAC;
	-webkit-box-shadow: 0 0 5px 5px#ACACAC;
	box-shadow: 0 0 5px 5px #ACACAC;
}
.showhim:hover .showme {
	display : block;
}
.loginhead {
	height:35px;
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #B74F8F;
	line-height:25px;
	background-color:#B74F8F;
}
.logincontent {
	border-left:1px solid #B74F8F;
	border-right:1px solid #B74F8F;
	border-bottom:1px solid #B74F8F;
	padding:20px;
	background-color:#FFFFFF;
}
.loginerror {
	font-family: 'bpg_nino';
	color:#FF0000;
	margin-top:15px;
	font-size:14px;
	padding-bottom:5px;
}
.showmeacp { 
	display: none;
	border:1px solid #DADADA;
	width:205px;
	height:154px;
	position:absolute;
	z-index:999;
	background-color:#FFFFFF;
	margin-left:25px;
	margin-top:-180px;
	padding:5px;
}
.showhimacp {
	width:16px;
	float:left;
	margin-right:-3px;
	margin-bottom:-2px;
}
.showhimacp:hover .showmeacp {
	display : block;
}
.sitelang {
	text-transform:Uppercase;
	font-family:Arial;
	padding:5px;	
	margin-top:-110px;
	font-size:12px;
	position:absolute;
	color:#FFFFFF;
	margin-left:175px;
	background-image: url(img-site/transparent.png);
	background-repeat: repeat;
	background-position: left top;	
}
.sitedesc {
	font-family:Sylfaen;
	padding:5px;
	width:207px;
	margin-left:-6px;
	font-size:11px;
	position:absolute;
	margin-top:43px;
	color:#FFFFFF;
	background-image: url(img-site/transparent.png);
	background-repeat: repeat;
	background-position: left top;	
	height:30px;
}
.sitebigscreen {
	margin-left:-7px;
	margin-top:24px;
}
.profileimage {
	width:100px;
	margin-bottom:-12px;
	margin-right:3px;
	border:3px solid #DADADA;
}
.profileuser {
	font-family:Arial;
	font-size:13px;
}
.ucp {
	height:300px;
	margin-top:10px;
}
.nositesyet {
	text-align:center;
	height:100px;
	line-height:100px;
	color:#333333;
	background-color:#F0F0F8;
	border:1px solid #FFFFFF;
}
.ucpcatitem {
	float:left;
}
.ucpcatitem a {
	text-decoration: none;
	display: block;
	height:30px;
	line-height:30px;
	width:180px;
	padding-left:9px;
	padding-right:11px;
}
.ucpcatitem a:link {
	color: #333333;
	text-decoration:none;
}
.ucpcatitem a:visited {
	color: #333333;
	text-decoration:none;
}
.ucpcatitem a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#555555;
}
.ucpcatitem a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.ucpcatitemactive {
	float:left;
	text-decoration: none;
	display: block;
	height:30px;
	line-height:30px;
	width:180px;
	padding-left:9px;
	padding-right:11px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#6C6C6C;
}
.siteiconlatest {
	float:left;
	margin-right:35px;
	margin-bottom:30px;
	background-image: url(img-site/subicon.png);
	background-repeat: no-repeat;
	text-align:center;
	width:103px;
}
.siteiconlatest a {
	text-decoration: none;
	display: block;
	height:103px;
	width:85px;
	padding-left:9px;
	padding-right:11px;
}
.siteiconlatest a:link {
	color: #333333;
	text-decoration:none;
}
.siteiconlatest a:visited {
	color: #333333;
	text-decoration:none;
}
.siteiconlatest a:hover {
	color:#C14C86;
	text-decoration:none;
}
.siteiconlatest a:active {
	color: #333333;
	text-decoration:none;
}
.siteiconlatesttitle {
	width:103px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#333333;
	font-family:Calibri;
	font-size:15px;

}
.siteiconlatesttable {
	height:103px;
	width:100%;
}
#menu {
	margin:0;
	padding:0;
	position:absolute;
	margin-top:-110px;
	margin-left:-6px;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	position: relative;
	list-style: none;
	margin: 0;
	background-image: url(img-site/transparent.png);
	background-repeat: repeat;
	background-position: left top;
}
#menu li a {
	display: block;
	text-decoration:none;
	text-align: center;
	color:#FFFFFF;
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;
	white-space:nowrap;
	width:20px;
	line-height:25px;
	height:25px;
}
#menu li a:hover {
}
#menu ul ul {
	position: absolute;
	top: 25px;
	visibility: hidden;
	font-weight: normal;
	z-index:999;
}
#menu ul ul li {
	border:none;
	font-weight: normal;
}
#menu ul ul a {
	font-weight: normal;
	padding-left: 7px;
	padding-right: 5px;
	width:203px;
	background-color:#FAFAFA;
	font-size:12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:30px;
	line-height:30px;
	color:#1A1F22;
	background-image:none;
	text-align:left;
}
#menu ul ul a:hover {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	background-color:#E9EAEB;
	background-image:none;
	font-weight: normal;
	color:#1A1F22;
}
#menu ul li:hover ul {
	visibility:visible;
	border:0px;
}
.buttontable {
	
}
.buttontable td {
	padding-bottom:8px;
	border-bottom:1px solid #CCCCCC;
	padding-top:8px;
}
.searchResults {
	background-color:#F9F9F9;
	position:absolute;
	margin:0px;
	padding:0px;
	width:210px;
	-webkit-box-shadow: 0 0 5px rgba(183,79,143,.5);
	-moz-box-shadow: 0 0 5px rgba(183,79,143,.5);
	box-shadow: 0 0 5px rgba(183,79,143,.5);
	margin-left:15px;
}
.searchResults li {
	list-style:none;
	padding-left:8px;
	padding-right:8px;
	height:28px;
	line-height:28px;
}
.searchResults li:hover {
	background-color:#E2E2E2;
	cursor:pointer;
}
.searchbox {
	height:28px;
	border:1px solid #C3C1C1;
	width:268px;
	padding-left:8px;
	padding-right:40px;
	background-image: url(img-site/zoom.png);
	background-repeat: no-repeat;
	background-position: 290px center;
}
.searchbox:focus {
	border:1px solid #B74F8F;
	outline:none;
}

/* reset webkit search input browser style */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
input[type=search] {
	background: #ededed url(img-site/zoom.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 200px;
	background-color: #fff;
	border-color: #D69BBF;
	-webkit-box-shadow: 0 0 5px rgba(183,79,143,.5);
	-moz-box-shadow: 0 0 5px rgba(183,79,143,.5);
	box-shadow: 0 0 5px rgba(183,79,143,.5);
}

/* placeholder */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
.siteiconlatestsearch {
	float:left;
	margin-right:35px;
	margin-bottom:30px;
	background-image: url(img-site/subicon_search.png);
	background-repeat: no-repeat;
	text-align:center;
	width:103px;
}
.siteiconlatestsearch a {
	text-decoration: none;
	display: block;
	height:103px;
	width:85px;
	padding-left:9px;
	padding-right:11px;
}
.siteiconlatestsearch a:link {
	color: #333333;
	text-decoration:none;
}
.siteiconlatestsearch a:visited {
	color: #333333;
	text-decoration:none;
}
.siteiconlatestsearch a:hover {
	color:#C14C86;
	text-decoration:none;
}
.siteiconlatestsearch a:active {
	color: #333333;
	text-decoration:none;
}
.siteiconlatesttitlesearch {
	width:103px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#C80606;
	font-family:Arial;
}
.statstable {
	margin-top:15px;
}
.statstable td {
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:1px solid #FFFFFF;
	background-color:#E2E2E2;
	padding-left:10px;
}
.face {
    position: relative;
    margin: 15px auto;
    width:  117px;
    height: 52px;
    background: url(img-site/logo_eye.png) no-repeat;
}

.left_eye {
    position: absolute;
    left: 21px;
    top:  17px;
    width:  15px;
    height: 15px;
    background: url(img-site/logo_left.png) no-repeat;
}

.right_eye {
    position: absolute;
    left: 71px;
    top:  17px;
    width:  15px;
    height: 15px;
    background: url(img-site/logo_right.png) no-repeat;
}
.goldpricestable {
	border:1px dashed #B74F8F;
	width:200px;
	background-color:#FFFFFF;
	margin-top:12px;
	margin-bottom:12px;
}
.goldpricestable td {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #DADADA;
	padding-right:6px;
	padding-left:6px;
}
.goldpricestable tr:hover {
	background-color:#DADADA;
}
.searchgoldresults {
	margin-top:10px;
	border:1px dashed #B74F8F;
	background-color:#FFF;
}
.searchgoldresults tr:hover {
	background-color:#DADADA;
}
.searchgoldresults td {
	border-bottom:1px solid #DADADA;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
}
.searchgoldresultshead {
	background-color:#BDBDBD;
	font-weight:bold;
	color:#444;
}

.siteiconlatestgold {
	float:left;
	margin-right:35px;
	margin-bottom:30px;
	background-image: url(img-site/subicon_gold.png);
	background-repeat: no-repeat;
	text-align:center;
	width:103px;
}
.siteiconlatestgold a {
	text-decoration: none;
	display: block;
	height:103px;
	width:85px;
	padding-left:9px;
	padding-right:11px;
}
.siteiconlatestgold a:link {
	color: #333333;
	text-decoration:none;
}
.siteiconlatestgold a:visited {
	color: #333333;
	text-decoration:none;
}
.siteiconlatestgold a:hover {
	color:#C14C86;
	text-decoration:none;
}
.siteiconlatestgold a:active {
	color: #333333;
	text-decoration:none;
}
.siteiconlatesttitlegold {
	width:103px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#B76D1D;
	font-family:Arial;
}
.headmessagesnumunread {
	float:right;
	width:20px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial;
	background-color:#FF0000;
	margin-left:5px;
	border:1px solid #CE0606;
	margin-top:-1px;
}
.headmessagesnumnull {
	float:right;
	width:20px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial;
	background-color:#05A305;
	margin-left:5px;
	border:1px solid #047804;
	margin-top:-1px;
}
.showphoto {
	width:auto;
	cursor:pointer;
}
.showedphoto { 
	display: none;
	border:1px solid #DADADA;
	width:auto;
	height:auto;
	position:absolute;
	z-index:999;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-top:10px;
	padding:5px;
	text-align:left;
	-moz-box-shadow: 0 0 5px 5px #ACACAC;
	-webkit-box-shadow: 0 0 5px 5px#ACACAC;
	box-shadow: 0 0 5px 5px #ACACAC;
}
.showphoto:hover .showedphoto {
	display : block;
}

.box1 {
	float:left;
	height:auto;
	border:1px solid #FFFFFF;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#E1E1F1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box1:hover {
	background-color:#CFD0E9;
}

.box2 {
	float:left;
	height:auto;
	border:1px solid #FFFFFF;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#E7E7E7;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box2:hover {
	background-color:#D8D8D8;
}

.box3 {
	float:left;
	height:auto;
	border:1px solid #FFFFFF;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#E2E2E2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box3:hover {
	background-color:#D1D1D1;
}

.col1 { width:210px; }
.alphahead {
	font-family: 'bpg_nino';
	background-image: url(img-site/circle.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	width:200px;
	height:35px;
	line-height:35px;
	font-size:14px;
	padding-left:14px;
	float:left;
	margin-bottom:10px;
}
.alphaitem {
	padding-top:2px;
	padding-bottom:2px;
	font-family: 'bpg_nino';
}
.alphatable {
	margin-top:20px;
}
.likebox {
	text-transform:Uppercase;
	font-family:Arial;
	margin-top:-110px;
	font-size:12px;
	position:absolute;
	color:#FFFFFF;
	margin-left:34px;
	background-image: url(img-site/transparent.png);
	background-repeat: repeat;
	background-position: left top;	
}
.mainbanner {
	background-color:#DADADA;
	width:728px;
	height:90px;
	border:4px solid #F2F2F2;
	margin-top:15px;
	margin-bottom:25px;
	-moz-box-shadow: 0 0 7px #AEAEAE;
	-webkit-box-shadow: 0 0 7px#AEAEAE;
	box-shadow: 0 0 7px #AEAEAE;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
}
.videobutton {
	border:2px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	-moz-box-shadow: 0 0 7px #AEAEAE;
	-webkit-box-shadow: 0 0 7px#AEAEAE;
	box-shadow: 0 0 7px #AEAEAE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.videobutton:hover {
	border:2px solid #CA81AF;
	border-bottom:3px solid #CA81AF;
	-moz-box-shadow: 0 0 7px #FFFFFF;
	-webkit-box-shadow: 0 0 7px#FFFFFF;
	box-shadow: 0 0 7px #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}