body {
	color: #000000;
    font-family: tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.loader {
	text-align:center;	
	position:relative;
	background:none;
	margin:0 auto;
	width:auto;
	padding:25px;
}
.loader span {
	position:relative;
	color:#d2d2d2;
	left:auto;
	top:auto;
	opacity:1;
}

.header-wrap {
	
}

.header-wrap .header-content {
	
}

.header-wrap .header-content .header-block {
	max-width:1000px;
	margin:0 auto;
}

.header-wrap .header-content .header-block .block-wrap {
	margin-bottom:0;
}

.block-wrap.logo {
	float:left;
}

.block-wrap.currency-list {
	float:right;
	padding:10px 5px;
}

.block-wrap.bar {
	border-top: 4px solid #0e76bc;
	border-bottom: 3px solid #e02026;
	margin:0;
	padding:0;
}

.menu-bar {
	background: none repeat scroll 0 0 #2b2b2b;
    min-height: 30px;
    margin: 0 auto;
    width: 100%;
}
.menu-bar::after {
	clear:both;
	content:"";
	display:block;
}
@media (max-width:768px) {
	.block-wrap.logo .site-logo img {
		max-width:300px;
		width:100%;
	}
	.block-wrap.main-menu {
		float:left;
		width:auto;
	}
	.block-wrap.main-menu ul.menu {		
		background:#2b2b2b;
		width:100%;
		height:auto;
	}
	.block-wrap.main-menu .menu-rs {
		color:#ffffff;
		margin-top:2px;
	}
	.search {
		margin-right:5px;
	}
}

ul.menu {
    float: left;
    height: 30px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
ul.menu li {

    display: inline-block;
    font-family: tahoma;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

ul.menu li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.search {
    float: right;
    margin-top: 4px;
	margin-bottom:4px;
    width: 100%;
	max-width:180px;
}

.search .block-title {
	display:none;
}

.search .search-bar {
    background: url("/userdata/files/images/search_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    font-size: 11px;
    height: 22px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 147px !important;
	border:none;
}

.block-wrap.search .block-form .block-search .btn-search {
    float: left;
	background:url("/userdata/files/images/search_ok.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:23px !important;
	height:22px;
	padding:0;
	margin:0;
	border:none;
	color:transparent;
	right:auto !important;
	position:relative;
	top:0;
}

.block-wrap.links {
    margin: 0 auto;
    padding: 15px;
    max-width: 1000px;
}
/********************
Content
********************/
.content-wrap {
	background: url("/userdata/files/images/wrap_bg.jpg") repeat-x scroll 0 0 #565656;
    padding: 0;
	border-bottom: 2px solid #e02026;
}

.content-wrap .content-wrap-content {
	max-width:1000px;
	margin:0 auto;
	background:#ffffff;
}

.content-wrap .block-title {
	color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
	border-bottom: 3px solid #0e76bc;
	margin:0;
}

.content-wrap .block-content {
	border-top: 2px solid #e02026;
	padding-top:7px;
}
/********************
Footer
********************/
.footer-wrap {
	border-top: 3px solid #0e76bc;
}

.footer-wrap .copy {
	font-size: 10px;
    margin: 20px 10px 10px;
	text-align:center;
}

/********************
Buttons
********************/

.buttons {
	margin:5px;
	margin-top:10px;
	margin-bottom:15px;
	clear:both;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 5px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    padding:4px 5px;
}
.buttons button{
	text-transform: uppercase;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:14px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#ffee88;
    border:1px solid #ffbb11;
    color:#443300;
    font-weight:bold;
    text-decoration: none;
}
.buttons a:active{
    background-color:#ffbb11;
    border:1px solid #ffbb11;
    color:#fff;
    text-decoration: none;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#e02026;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#e02026;
    font-weight:bold;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
    font-weight:bold;
}

/* NUTRIAL */
button.nutrial, .buttons a.nutrial{
    color:#999999;;
}
.buttons a.nutrial:hover, button.nutrial:hover{
    background-color: #ebebeb;
    border:1px solid #dddddd;
    color:#999999;
    font-weight:bold;
}
.buttons a.nutrial:active{
    background-color:#ebebeb;
    border:1px solid #dddddd;
    color:#fff;
    font-weight:bold;
}

/* NEGATIVE */	
.buttons a.negative, button.negative{
    color:#0e76bc;
}
.buttons a.negative:hover, button.negative:hover{
    background:#D7F8FF;
    border:1px solid #6AA6FF;
    color:#0e76bc;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/********************
Buttons End
********************/