/* CSS Document */
body
{
    background-color: gray;
}
@font-face {
	font-family: 'TahomaRegular';
	src: local("Tahoma"), url(Tahoma.otf);
}
a:link 
{
    color: #7da7b7;
    text-decoration: underline;
}
a:visited 
{
    color: #7da7b7;
    text-decoration: underline;
}
a:hover 
{
    color: #98c358;
    text-decoration: none;
}
a:active 
{
    color: #98c358;
    text-decoration: none;
}
.yellow a:link 
{
    color: #ffa500;
    text-decoration: underline;
}
.yellow a:visited 
{
    color: #ffa500;
    text-decoration: underline;
}
.yellow a:hover 
{
    color: #98c358;
    text-decoration: none;
}
.yellow a:active 
{
    color: #98c358;
    text-decoration: none;
}
table#general
{
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f3f3f5;
    font-family: TahomaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal; 
}
td#t1
{
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white; 
}
.noborder
{
    border: none;
}
input#search_form
{
    width: 220px;
    height: 20px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color:gray;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
}
#search_button
{
    width: 80px;
    height: 24px;
    border-style: none;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url(../img/search.png);
    cursor: pointer;
}
#search_button:hover
{
    background-image:url(../img/search_act.png);
}
div#recycle
{
    width: 240px;
    height: 100%;
    float: right;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
    color: gray;
}
td#t2
{ 
    background-image:url(../img/menuline.png);
    font-size: 14px;
    font-weight: bold;
    color: white;
}
table#topmenu td
{ 
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
}
.blick
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #5f7fbf;
}
td#home:hover
{
    background-image:url(../img/menu_act.png); 
    cursor: pointer;
}
td#catalog:hover
{
    background-image:url(../img/menu_act.png);
    cursor: pointer;
}
td#clients:hover
{
    background-image:url(../img/menu_act.png);
    cursor: pointer;
}
td#buy:hover
{
    background-image:url(../img/menu_act.png);
    cursor: pointer;
}
td#contacts:hover
{
    background-image:url(../img/menu_act.png);
    cursor: pointer;
}
td#t3
{
    background-image:url(../img/head.png);
    font-family: TahomaRegular;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: white;
}
td#t3 p
{
    padding-left: 20px;
}
table#clocks
{
    margin-left: 150px;
}
div#login
{
    margin-left: 20px;
    font-family: TahomaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: white;
    display: none;
}
input#cardNum, input#pin
{
    width: 150px;
    height: 24px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color:gray;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
input#login_button
{
    width: 100px;
    height: 24px;
    border-style: none;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url(../img/search.png);
    cursor: pointer;
}
input#login_button:hover
{
    background-image:url(../img/search_act.png);
}
input#exit_button
{
    width: 80px;
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url(../img/search.png);
    cursor: pointer;
}
input#exit_button:hover
{
    background-image:url(../img/search_act.png);
}
input#enter_button
{
    width: 80px;
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url(../img/search.png);
    cursor: pointer;
}
input#enter_button:hover
{
    background-image:url(../img/search_act.png);
}
td#t4
{
}
div#content
{
    width: 1000px;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: white;
    position: relative;
    overflow: inherit;
    border-width: 1px;
    border-color: #D4D4D4;
    border-style: solid;
}
td#content_left
{
    padding-left: 20px;
}
p#new
{
    width: 230px;
    height: 40px;
    background-color: #efefef;
    vertical-align: middle;
    margin-left: 40px;
    margin-top: 25px;
    line-height: 40px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-radius: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #525252;
}
.last_items
{
    background-image: url(../img/last_items.png); 
    background-position: top; 
    background-repeat: no-repeat;
}
div#subscribe
{
    height: 60px;
    display: table-row;
    vertical-align: middle;
    text-align: left;
    background-color: #eff6fc;
}
div#subscribe p
{
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.5;
}
div#faq
{
    height: 100%;
    display: table-row;
    vertical-align: middle;
    text-align: left;
}
.tmargin40
{
    margin-top: 40px;
}
div#reed
{
    height: 180px;
    display: table-row;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 20px;
}
.link
{
    cursor: pointer;
    color: #7da7b7;
    text-decoration: underline;
}
.link_yellow
{
    cursor: pointer;
    color: #ffa500;
    text-decoration: underline;
}
.link_hover
{
    cursor: pointer;
    color: #98c358;
}
td#content_right
{
    padding-left: 40px;
    padding-top: 20px;
    font-family: TahomaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #525252;
}
h1
{
    font-family: TahomaRegular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #525252;
}
h2
{
    font-family: TahomaRegular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #dc771d;
}
p#hellow 
{
    margin-right: 40px;
    min-height: 200px;
    text-align: justify;
}
p#hellow span
{
    color: gray;
}
p#dopinfo 
{
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 40px;
    padding: 20px 20px 20px 20px;
    height: 100%;
    width: 560px;
    text-align: justify;
    background-color: #f3f3f5;
}
div#delivery
{
    margin-right: 40px;
    text-align: justify;
}
div#delivery h2
{
    margin-top: 30px;
}
div#delivery ul
{
    list-style: none;
}
.orange
{
    color: #dc771d;
}
.red
{
    color: red;
}
.gray
{
    color: gray;
}
.black
{
    color: black;
}
table#cat
{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 14px;
}
td#big
{
    background-color: #eff6fc;
    border-radius: 0px 15px 15px 15px;
    -moz-border-radius: 0px 15px 15px 15px;
    -webkit-radius: 0px 15px 15px 15px;
    font-size: 12px;
    line-height: 26px;
}
td#big ul
{
    list-style: none;
}
td#big li
{
    background: url(../img/marker.png) no-repeat;
    padding-left: 20px;
}
.cat_active
{
    background-color: #eff6fc;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-radius: 15px 15px 0px 0px;
    font-weight: bold;
}
.cat_deleted
{
    background-color: white;
    border: 1px solid #eff6fc;
    border-bottom: none;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-radius: 15px 15px 0px 0px;
}
.cat_inactive
{
    background-color: #bede87;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-radius: 15px 15px 0px 0px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
    font-weight: bold;
    text-decoration:underline;
    cursor: pointer;
}
td#Mercedes:hover
{
    background-color: #eff6fc;
}
td#BMW:hover
{
    background-color: #eff6fc;
}
td#Audi:hover
{
    background-color: #eff6fc;
}
td#other:hover
{
    background-color: #eff6fc;
}
.space
{
}
.brandVisible
{
   display: inline-table;
}
.brandInvisible
{
    display: none;
}
div#discount
{
    width: 600px;
    height: 150px;
    background-color: #ecf3e4;
    font-size: 12px;
    color: #525252;
}
div#discount h1
{
    padding-right: 10px;
    padding-top: 40px;
}
div#discount text
{
    font-size: 18px;
}
img#label
{
    margin-top: -3px;
}
table#forsale_items
{
    max-width: 550px;
    margin-bottom: 30px;
}
.forsale_items
{
    padding: 0px 10px 10px 10px;
    width: 170px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}
p#forsale
{
    margin-top: 40px;
    font-size: 14px;
    color: #dc771d;
    font-weight: bold;
}
td#t5
{
    background-image:url(../img/bottom.png);
    color: white;
    font-size: 10px;
    padding-top: 10px; 
}
.tel
{
    font-size: 18px;
    margin-top: -5px;
}
td#cc
{
    padding-left: 80px;
    font-size: 10px;
}





.filter
{
    width: 100%;
    max-width: 200px;
    text-align: left;
    background-color: #eff6fc;
    margin-top: 40px;
    padding: 15px 15px 0px 15px;
    line-height: 2;
    border-width: 1px;
    border-color: #D4D4D4;
    border-style: solid;
}
.catItem
{
    border-width: 1px;
    border-color: #D4D4D4;
    border-style: solid;
    max-width: 600px;
}
.button_disabled
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search_disabled.png");
    cursor: default;
    padding-left: 10px;
    padding-right: 10px;
}
.button
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.button_act
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search_act.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.button:hover
{
    height: 24px;
    border-style: none;
    background-color: #c1b79c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-family: TahomaRegular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background-image:url("/img/search_act.png");
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.lime
{
    color: lime;
}
.green
{
    color: green;
}
.lightgreen
{
    color: #98c358;
}
.orange
{
    color: #dc771d;
}
.blue
{
    color: #7da7b7;
}
.lightgray
{
    color: #c0c0c0;
}
.wrong
{
    text-decoration:line-through;
    color: red;
}
div#fon
{
    background-color: white;
    padding: 10px 10px 10px 10px;
    width: 660px;
    height: 500px;
    border: solid gray 1px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -330px;
    margin-top: -250px;
}
.invisible
{
    display: none;
}
.visible
{
    display: block;
}
div#loginTerm
{
    background-color: white;
    padding: 20px 20px 20px 20px;
    width: 350px;
    border: solid gray 1px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -250px;
}
table#keyboard
{
    margin-top: 10px;
    margin-bottom: 15px;
}
.pointer
{
    cursor: pointer;
}
.nopointer
{
    cursor: default;
}
.sheet_act
{
    width: 35px;
    cursor: default;
    background-color: #bbbbbb;
    color: black;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-radius: 5px 5px 5px 5px;
}
.sheet_pointer
{
    width: 35px;
    cursor: pointer;
    background-color: #f3f3f5;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-radius: 5px 5px 5px 5px;
}
.sheet_nopointer
{
    width: 35px;
    cursor: default;
    background-color: #f3f3f5;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-radius: 5px 5px 5px 5px;
}
.saleTd
{
    background-image: url("/img/sale.png"); 
    background-position: right top;
    background-repeat: no-repeat;
}
div#counter
{
    width: 150px;
    height: 50px;
    text-align: left;
}
.picto
{
    display: inline-table;
    text-align: center;
    width: 170px;
}
table#faq
{
    padding: 0px 30px 0px 30px;
}
div#commercial
{
	display: none;
}
.width160
{
    width: 160px;
}
.width300
{
    width: 300px;
}
.list
{
    list-style: none;
}
div#scroller
{
    width: 100%;
	height: 24px;
	background-color: gray;
	opacity: 0.5;
    position: fixed;
	left: 0px;
    bottom: 0px;
	border-top: 1px solid gray;
	background-image: url("/img/up_gray.png"); 
    background-position: center;
    background-repeat: no-repeat;
}
div#scroller:hover
{
	opacity: 1;
   	background-image: url("/img/up_orange.png"); 
}
div#payinit
{
	background-color: white;
    margin: 0px 10px 0px 0px;
    border: solid lightgray 1px;
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-radius: 5px 5px 5px 5px;
}
div#payinit input
{
	margin: 15px 10px 15px 10px;
}
div#payinit input[type=text]
{
	height: 20px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color:gray;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
	border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-radius: 12px 12px 12px 12px;
}
table#storage
{
    margin: 10px;
    font-weight: bold;
}