.catalog-top-container
{
    /*width: 1200px;*/
    margin: 46px auto 34px auto;
    text-align: center;
}

.catalog-top-search
{
    position: relative;
    height: 42px;
    font: bold 24px/42px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
}
.catalog-top-search div.selected-country
{
    position: relative;
    display: inline-block;
    height: 29px;
    padding: 0 0 0 24px;
    margin: 0 0 0 19px;
    font: 24px/29px proxima-nova;
    color: #2c343d;
    text-shadow: 0 1px 2px white;
    cursor: pointer;
}
.catalog-top-search div.selected-country span
{
    display: inline-block;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/assets/art/sprite-global.png) -771px -554px no-repeat;
}
.catalog-top-search div.selected-country:hover
{
    color: #61676e;
}
.catalog-top-search div.selected-country:hover span { background: url(/assets/art/sprite-global.png) -789px -554px no-repeat; }

.catalog-top-search div.counter
{
    display: inline-block;
    height: 42px;
    vertical-align: top;
}




.catalog-top-menu
{
    /*height: 33px;*/
    padding: 3px 0 0 0;
}
.catalog-top-menu a
{
    display: inline-block;
    height: 40px;
    margin: 0 0 0 22px;
    padding: 0 0 2px 0;
    font: bold 20px/33px proxima-nova;
    color: #64686d;
    text-shadow: 0 1px 2px white;
    text-decoration: none;
}
.catalog-top-menu a:hover { color: #2c343d; }
.catalog-top-menu a sub { font-family: proxima-nova; font-size: 15px; }

.catalog-top-menu a.selected
{
    color: #2c343d;
    border-bottom: 2px solid #d92938;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow:    0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow:         0px 1px 1px rgba(255, 255, 255, 0.8);
}


.other-info-box
{
    width: 678px !important;
    overflow: auto;
    padding: 30px;
}

.other-info-box .photo-container
{
    display: inline-block;
    width: 250px;
    float: left;
}

.other-info-box .photo-container .big-photo
{
    width: 250px;
    position: relative;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.11);
}
.other-info-box .photo-container .big-photo-avail {
	cursor: pointer;
}
.other-info-box .photo-container .big-photo img
{
    width: 250px;
}
.other-info-box .photo-container .big-photo .zoom
{
    background-color: rgba(42, 55, 64, 0.72);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.other-info-box .photo-container .big-photo .zoom span
{
    display: block;
    width: 45px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    cursor: pointer;
    background: url(/assets/art/sprite-global.png) -820px -263px no-repeat;
}
.other-info-box .photo-container .big-photo:hover .zoom { display: block; }

.other-info-box .photo-container .small-photo
{
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.11);
}
.other-info-box .photo-container .small-photo.w70     { width: 70px; }
.other-info-box .photo-container .small-photo.w70 img { width: 70px; }
.other-info-box .photo-container .small-photo.h70     { height: 70px; }
.other-info-box .photo-container .small-photo.h70 img { height: 70px; }
.other-info-box .photo-container .small-photo .zoom
{
    background-color: rgba(42, 55, 64, 0.72);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.other-info-box .photo-container .small-photo .zoom span
{
    display: block;
    width: 45px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    cursor: pointer;
    background: url(/assets/art/sprite-global.png) -820px -263px no-repeat;
}
.other-info-box .photo-container .small-photo:hover .zoom { display: block; }


.other-info-box .text-container
{
    width: 398px;
    display: inline-block;
    float: right;
}

.other-info-box .text-container .text-header
{
    font: bold 32px/32px proxima-nova;
    color: #2c343d;
    margin: -5px 0 0 0;
}

.other-info-box .text-container .text-state
{
    display: inline-block;
    float: left;
    height: 21px;
    font: 16px/21px proxima-nova;
    color: #6b7177;
}

.other-info-box .text-container .text-location
{
    position: relative;
    display: inline-block;
    float: right;
    height: 21px;
    padding: 0 0 0 15px;
    font: 16px/21px proxima-nova;
    color: #2c343d;
}
.other-info-box .text-container .text-location span
{
    display: inline-block;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/assets/art/sprite-global.png) -777px -538px no-repeat;
}

.other-info-box .text-container .text-option-list
{
    display: inline-block;
    float: left;
    height: 48px;
    font: 16px/21px proxima-nova;
    color: #6b7177;
}
.other-info-box .text-container .text-option-list .text-option
{
    position: relative;
    height: 21px;
    padding: 0 0 0 25px;
    font: 18px/21px proxima-nova;
    color: #2c343d;
}
.other-info-box .text-container .text-option-list .text-option span
{
    display: inline-block;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/assets/art/sprite-global.png) -820px -235px no-repeat;
}

.other-info-box .text-container .text-price
{
    display: inline-block;
    float: right;
    height: 48px;
    font: bold 28px/48px proxima-nova;
    color: #2c343d;
}

.other-info-box .text-container .text-author
{
    display: inline-block;
    float: left;
    height: 41px;
    padding: 2px 0 0 46px;
    position: relative;
    font: bold 15px/17px proxima-nova;
    color: #2c343d;
}
.other-info-box .text-container .text-author img
{
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.25);
}

.other-info-box .text-container .greenbutton-h43 .end span
{
	display: inline-block;
	width: 19px;
	height: 15px;
	position: relative;
	top: 3px;
	background: url(/assets/art/sprite-global.png) -621px -651px no-repeat;
}

.other-info-box .text-container .text-content
{
    font: 16px/22px proxima-nova;
    color: #2c343d;
}
.other-info-box .text-container .text-content a {
	text-decoration: none;
	color: #4c728e;
}
.other-info-box .text-container .text-content a:hover {
	color: #466b94;
}

.catalog-search-country
{
    display: inline-block;
    position: relative;
    padding: 0 0 0 11px;
    margin: -1px 0 0 7px;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
	-moz-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
	box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.29);
    background-color: white;
}
.catalog-search-country-active {
	-webkit-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
	box-shadow: 0px 0px 4px rgba(135, 153, 179, 0.5);
}
.catalog-search-country .location
{
    display: inline-block;
    float: left;
    width: 17px;
    height: 23px;
    margin: 9px 8px 0 0;
    background: url(/assets/art/sprite-global.png) -789px -554px no-repeat;
}

.catalog-search-country.error
{
    position: relative;
	border: 1px solid #db1212;
	-webkit-box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(225, 27, 27, 0.33), inset 0px 1px 2px rgba(0, 0, 0, 0.17);
}
.catalog-search-country.error input { color: #2c343d; }

.catalog-search-country input
{
    vertical-align: top;
	font: 18px proxima-nova;
	padding: 7px 0;
	height: 22px;
	border: 0;
	margin: 2px;
	outline: none;
	color: #6b7177;
}
.catalog-search-country.active input { color: #2c343d; }

.catalog-search-country .menu {
	position: absolute;
	display: none;
	right: 0;
    width: 411px;
    top: 42px;
	background-color: white;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	z-index: 5005;
}
.catalog-search-country.showresult .menu { display: block; }

.catalog-search-country .menu a {
	display: inline-block;
    float: left;
    position: relative;
    width: 400px;
	height: 43px;
	font: 18px/41px proxima-nova;
	color: #2c343d;
	text-decoration: none;
    text-align: left;
    padding: 0 0 0 11px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.catalog-search-country .menu a:hover {
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecf2 0%, #f4f6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecf2), color-stop(100%,#f4f6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecf2 0%,#f4f6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecf2', endColorstr='#f4f6fa',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9d1dc !important;
	margin: -1px 0 0 -1px;
	z-index: 101;
}
.catalog-search-country .menu a span {
	display: inline-block;
    float: right;
	height: 43px;
	font: 18px/41px proxima-nova;
	color: #2c343d;
    padding: 0 11px 0 0;
}
.catalog-search-country .validate-process {
    position: absolute;
    top: 12px;
    right: 10px;
    display: none;
    width: 17px;
    height: 17px;
    z-index: 25;
}
.catalog-search-country .validate-process.u { background: url(/assets/art/sprite-global.png) -244px -19px no-repeat; }
.catalog-search-country .validate-process.r { background: url(/assets/art/sprite-global.png) -244px -37px no-repeat; }
.catalog-search-country .validate-process.d { background: url(/assets/art/sprite-global.png) -244px -55px no-repeat; }
.catalog-search-country .validate-process.l { background: url(/assets/art/sprite-global.png) -244px -73px no-repeat; }
.catalog-search-country.validate .validate-process { display: block; }








