﻿.heading
{
    margin: 10px 0px 15px 0px;
}

.heading h1
{
  border-bottom: 1px solid #4C6370;
}

.ui-effects-transfer { border: 2px dotted gray; }

#cart{
  height:50px;
  text-align:left;
  font-family: "Courier New", Courier, monospace;
  font-size:11px;
}

#cart span{
  font-weight:bold;
  font-size:12px;
  color:#003399;
}


#cart_ajax{
  height:50px;
  text-align:center;
}

div#content{
  text-align: justify;
  padding: 5px 10px 0px 10px;
}

div#lot{
  text-align: left;
  padding: 0px 0px 0px 0px;
}

h1.conth{
font-size:18px;
border: 0px;
}

div.article{
  border-bottom: 1px solid #E4ECED;
  text-decoration: none;
}

div.article a{
  text-decoration: none;
}

div.art-lot{
  font-size: 11px;
  margin:5px 17px 20px 0px;
  float: left;
  width:150px;
}

div.art-lot div.art{
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #D6DEE2;
  margin-bottom:5px;
}

div.art-lot div.price{
  font-size: 12px;
  font-weight: normal;
  margin-top:5px;
  color:#990033;
}

.date
{
    text-align: right;
    margin-top: 10px;
    color:#4C6370;
}

div#content img
{
    padding: 3px;
    border: 1px solid #4C6370;
    margin:0px 10px 0px 10px;
    background-color: #FFF;
}


div#lot img
{
    padding: 3px;
    border: 1px solid #4C6370;
    margin:0px 25px 0px 0px;
    background-color: #FFF;
}

.txt
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #4C6370;
    text-align: justify;
}

.mini_news
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #242C2E;
    text-align: left;
}

#listParts{
  margin-left:10px;
}


.miniPart{
  float:left;
  width:160px;
  height:200px;
  text-align: center;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#language_panel
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  float: right;
  text-align: right;
  margin-top:8px;
  margin-right:8px;
}

.language_on
{
  font-weight: bold;
  color:#990000;
}

.language_off
{
  font-weight: normal;
  color:#333;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search
{
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 13px;
	background-image: url('/skin/PostBullets.png');
	background-repeat:no-repeat;
  background-position: left top;
}

form#search input, form#search select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
height:17px;
font-style: normal;
font-weight: normal;
color:#FF6633;
}

form#search input#FWords, form#search input#FSub
{
  background-color: #FFF;
}


form#search div#FPole
{
  background-color: #FFF;
  border: 1px solid #330000;
  clear: both;
}

form#search div#FPole input
{
  border: none;
}


form#search div#FPole input#FWords
{
  width:150px;
  padding-left:5px;
}


form#search div#FPole input#FSub
{
  width:30px;
  color:#4D3122;
  cursor: pointer;
  cursor: hand;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PageBar ######################################################################## */

.pageBar{
 margin:0px 15px 15px 15px;
 height:25px;
 float:right;;
}

.sel_page
{
background-color:#EEF3F6;
color:#333333;
border: 1px solid #465B67;
width:20px;
text-align:center;
padding-top:2px;
padding-bottom:2px;
float: left;
margin: 2px;
cursor: pointer;
cursor: hand;
}

.sel_page_focus
{
border: 1px solid #465B67;
background-color: #4C6370;
color:#FFF;
width:20px;
text-align:center;
font-weight: bold;
padding-top:2px;
padding-bottom:2px;
float: left;
margin: 2px;
}

.sel_page_null
{
color:#333;
width:20px;
text-align:center;
padding-top:2px;
padding-bottom:2px;
float: left;
margin: 2px;
}
/* ######################################################################## */


