@charset "utf-8";

html
{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

body
{
	width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
}

p
{
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 20px;
}

img
{
    border: none;
    transition: none;
}

a
{
    text-decoration:none;
}

.wrapper
{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
    overflow: hidden;
}

#header-top
{
	background-color: #2e476e;
    width: 100%;
    padding: 5px 0px;
}

#languages
{
    float: left;
    font-size: 11px;
    cursor: pointer;
}

#languages div
{
    position: absolute;
    margin-left: 0px;
    z-index: 1000;

    display: block;
    font-size: 11px;
    background: #002048;

    border-radius: 4px;
    box-shadow: 0px 0px 5px #2E476E;
    margin-left: 0px;
    margin-top: -3px;
    opacity: .95;
}

#languages a
{
    display: block;
    padding: 4px 22px;
    border-bottom: solid 1px #2E476E;
}

#languages a:first-child
{
    border-radius: 4px 4px 0px 0px;
}

#languages a:last-child
{
    border: none;
    border-radius: 0px 0px 4px 4px;
}

#languages div a:hover
{
    background-color: #1F2C40;
}

#languages .current-language
{
    color: #fff;
}
#languages .current-language:hover
{
    color: #F0AA00;
}

#languages .current-language
{
    background: none repeat scroll 0 0 #002048;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px #2E476E;
    display: block;
    font-size: 11px;
    margin-top: -3px;
    padding: 4px 22px;
    position: absolute;
}

#users
{
    float: right;
    font-size: 11px;
}

.identity
{
    margin-left:15px;
}

#header
{
    background-color: #f0f5fd;
    width: 100%;
}

#logo
{
	width:300px;
    float:left;
    margin-top: 10px;
}

#search
{
    height: 50px;
    text-align: right;
    float: right;
    margin-top: 32px;
    position: relative;

    width: 350px;
}

#search form > input[type=text]
{
    color:#2e476e;
    text-align: right;
    font-style: italic;
}

#search form > input[type=submit]
{
	width: 1px;
	height: 1px;
	position: absolute;
	background: transparent;
	border: none;
	color: transparent;
}

#search i
{
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}


#search-shop
{
    text-align: right;
    width: 240px;
    margin-bottom:10px;
}

#search-shop form > input[type=text]
{

}

#search-shop form > input[type=submit]
{
	width: 1px;
	height: 1px;
	position: absolute;
	background: transparent;
	border: none;
	color: transparent;
}

.content-right.shop img
{
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    clear: none;
}

#search-shop img
{
    cursor: pointer;
    position:absolute;
    margin: 5px 0 0 220px;
}

#search-shop img:hover
{
    opacity: 0.5;
}

#menu
{
    width: 660px;
    float:right;
    margin-top:-10px;
}

#menu ul
{
	padding-left: 10px;
    float:right;
    margin:0px;
}

#menu li
{
	list-style: none;
	float: left;
	font-size: 18px;
	padding: 0px 0px 0px 10px;
    text-align: right;
}

.slider-left
{
    width:340px;
    padding: 20px 20px 20px 0px;
    float:left;
}

.slider-right
{
    width:580px;
    padding: 20px 0px 20px 20px;
    float:left;
    text-align: right;
}

.content-column3
{
    width:279px;
    float:left;
    padding:10px 20px;
    margin-top:20px;
}

.home-box
{
    margin-top:20px;
    margin-bottom:40px;
}

.home-box-top
{
    background-image: url("../img/box-top.png");
    width: 960px;
    height: 14px;
}

.home-box-content
{
    background-image: url("../img/box-medium.png");
    background-repeat: repeat-y;
    width: 930px;
    padding:15px;
}

.home-box-bottom
{
    background-image: url("../img/box-bottom.png");
    width: 960px;
    height: 8px;
}

.home-box-item
{
    width:405px;
    float:left;
    padding: 0px 40px 0px 20px;
    margin-bottom:10px;
}

.home-block
{
    float: left;
    width: 280px;
    margin-right: 60px;
}

.home-blocks
{
    width: 1200px;
    margin-top:30px;
}

.footer-column
{
    width:120px;
    padding-right: 20px;
    float:left;
}

.footer-column-social
{
    width:280px;
    float:left;
    padding-left:40px;
}


#copyright img
{
    margin-right:50px;
}

#copyright img:hover
{
    opacity: 0.5;
}

#sidebar
{
    width: 240px;
    float: left;
    margin-right: 20px;
    transition: none;
}

.content-right
{
    width: 690px;
    float:left;
    transition: none;
}

#sidebar ul
{
    padding: 0px;
    list-style: none;
    margin-top: 5px;
}

.content-right
{
    font-size: 14px;
}

.content-right-text
{
    text-align: justify;
    line-height: 20px;
    display: block;
}

.content-right.shop .sidebar-filter-option img
{
    position:absolute;
    margin-left:-20px;
    display: none;
}

.box-item-img
{
    float:left;
}

.box-item-properties
{
    width: 164px;
    float:left;
}
.imgs-score
{
    overflow: auto;
    margin-bottom:10px;
    clear: both;
}

.img-score
{
    float:left;
    margin-left:3px;
    margin-top:10px;
}

.sidebar-filter-option-demo img
{
    margin-top:10px;
}

.sidebar-filter-option-demo a:hover
{
    opacity:0.5;
}

.item-img
{
    margin-top:20px;
    margin-bottom:20px;
}

.item-icon
{
    float: left;
    margin-right: 20px;
}

.item-comment-profile
{
    width:130px;
    float:left;
    padding: 10px;
    text-align: center;
}



.item-comment-text
{
    padding: 20px;
}

.shop-sections
{
    width:690px;
    margin-right: auto;
    margin-left:auto;
    margin-top:20px;
}

.shop-section
{
    margin-top:20px;
}

.shop-section img
{
    float:left;
}

#submenu-arrows
{
    float: right;
}

#sidebar > ul > li > ul
{
    display: none;
}

#sidebar > ul > li.menu_option_active > ul
{
    display: block;
}

.blog-left-text img
{
    float: none !important;
}