/* File type: CSS
File name: style.css
File location: 'http://vrnparts.ru/'
Autor: Kiriton */

@font-face {
    font-family: "EurostyleBold";
    src: url("fonts/eurostyleb.eot");
    src: url("fonts/eurostyleb.eot?#iefix") format("embedded-opentype"),
         url("fonts/eurostyleb.woff") format("woff"),
         url("fonts/eurostyleb.ttf") format("truetype"),
         url("fonts/eurostyleb.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Tahoma";
}
.wrap{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    width: 100%;
    margin-top: 20px;
    
}

.logo {
    margin-left: 40px;
    font-family: "EurostyleBold";
    font-size: 90px;
    text-align: right;
    width: 200px;
    float: left;
    line-height: 70px;
    text-shadow: gray 0px 0px 3px;
    height: 160px;
}
.logo a {
    text-decoration: none;
}
.logo a:hover {
    text-decoration: none;
}
.descr {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 7px;
    color: #cacaca;
    float: left;
}
.descr a {
    text-decoration: none;
}

.contacts {
    float: right;
    text-align: right;
    margin-right: 40px;
    
}
.main {
    text-align: left;
    margin-left: 40px;
    float: left;
    width: 40%
}
.sub {
    margin-left: 150px;

    float: right;
    width: 40%;
    text-align: left;
}
.content {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
}
.phone_small {
    font-size: 20px;
    vertical-align: 3px;
    text-shadow: gray 0px 0px 2px;
}
.phone_big {
    font-size: 30px;
    text-shadow: gray 0px 0px 2px;

}
.time {
    color: #cacaca;
    font-size: 20px;
}
.hr {
    height: 5px;
    border: none;
    color: #CACACA;
    background: #CACACA;
    margin: 0;
    float: left;
    width: 100%;
    
}
.subtext {
    color: #CACACA;
    text-decoration: none;
}
.tab{
    margin-left: 30px;
}
.menu {
    width: 200px;
    float: right;
    text-align: center;
}
.text {
    width:700px;
    float: left;
}
.footer {
    margin-left:40px;
    margin-right:40px;
    text-align: center;
}
.count {
    float: right;
    display: none;
}
.hidden {
    display: none;
}
.clear {
    clear:both;
}
.mail {
    color: #009999;
    text-decoration: underline;
}

table {
	border-bottom-color: #808080;
}
.long {
	overflow: hidden;
	width: 900px;
	max-width:900px;
}
.cloud {
	overflow: hidden;
	display: none;
}
.filled {
	background-color: #FFCC99;
}
a {	
	
	color: #009999;
}
a:visited {
	color: #009999;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.javalink {	
	text-decoration: none;
	color: #006666;
}
a.javalink:visited  {
	color: #006666;
}
a.javalink:hover {
	text-decoration: none;
	border-bottom: 1px dashed #CC0000;
	color: #CC0000;
}

h1	{
	color: #1E3E62;
}
.model {	
	 font-family: Tahoma;
}
a.model {	
	text-decoration: none;
	color: #1E3E62;
}
a.model:visited  {
	color: #1E3E62;
}
a.model:hover {
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
}

.long div div
{
    text-overflow: ellipsis;    /* Internet Explorer 6.0 и выше, Safari, Konqueror */
    -o-text-overflow: ellipsis; /* Opera 9.0TP1 и выше */
    white-space: nowrap;
    width: 100%;                /* для IE */
    overflow: hidden;
}

.long ins, .long del { display: none } /* скрываем свои хаки от остальных браузеров */

@-moz-document url-prefix()
{ 
    .long          { overflow: hidden; height: 18px; width: 100% }
    .long div      { clear: none; float: left }
    .long div div  { white-space: nowrap; overflow: hidden; margin-right: 16px; width: auto}
    .long ins      { float: right; margin-left: -16px }

    .long del      { float: right; color: white; background: white; width: 16x; margin-left: -15px }
    .long del, .long ins { display: block; text-decoration: none }
}

