/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 62.5%;
    font: inherit;
    vertical-align: baseline;
    box-sizing:content-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
html, body{
    width:100%;
}
/* отступы между горизонтальными li*/

ol, ul, .grid{
    list-style: none;
    font-size:0; /* убираем горизонтальные отступы */
    line-height:0; /* ...и вертикальные в некоторых браузерах */
    letter-spacing:-1px; /* переубеждаем webkit'ы */
}

li, .grid-item{
    line-height:normal;
    letter-spacing:normal;
    display:inline-block;
    zoom:1;
}

/* // отступы между горизонтальными li*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, input {
    outline: none;
}

b, strong{
    font-weight: bold;
}

/* знак рубля */

.price-rouble:after{
    font-family: 'PT Sans', sans-serif;
    content: " \20B7";
    margin-top: 1px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}


span#en{
	width: 40px; 
	height: 26px;
	background: url(../img/eng.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 42px;
}
span#ru{
	width: 40px; 
	height: 26px;
	background: url(../img/rus.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 42px;
}
span#ru2{
	width: 40px; 
	height: 26px;
	background: url(../img/rus.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 72px;
}
span#hy{
	width: 40px; 
	height: 26px;
	background: url(../img/hay.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 72px;
}
span#ru2 a,
span#ru a,
span#hy a,
span#en a{
	display: block;
	height: 26px;
}
