/*//////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
  Programming: 21.11.2004 / А. Аринин (www.arininav.ru)
  Changing: 20.04.2007 / А. Аринин (редизайн)
  Description:
    Файл содержит CSS стили сайта
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
	body
	{
	    font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        font-size: 10pt;
		scrollbar-face-color: #7997b3;
		
		scrollbar-3dlight-color: #ffffff; 
		scrollbar-highlight-color: #7997b3; 
		scrollbar-shadow-color: #7997b3;
		
		scrollbar-arrow-color: #ffffff; 
		scrollbar-track-color: #efefef;
		
		scrollbar-darkshadow-color: #d4d0c8;
	}
	
	a 
	{
	    font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        font-size: 9pt;
		text-decoration: none;
	}
	.biglink
	{
		font-size: 8pt;
		font-weight: bold;
		color: #ffffff;
	}
	a:hover {text-decoration: underline; }
	
	.menu 
	{
	    font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 9pt;
		text-align: center;
        line-height: 10px;
	}

	p, div
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
	}
	h1 
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
 		color: #ff7f00;
        font-size: 12pt;
        font-weight: 900;
	}
	h2
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        font-size: 10pt;
        font-weight: 700;
	}
	tr, td 
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        font-size: 9pt;
	}
	/*tr.param, td.param
	{

		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 8pt;
		background: #c1cddd;
	}
	tr.content, td.content
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 8pt;
		background: #efefef;
	}
	tr.header, td.header
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		background-color: #f4fbf4;
		line-height: 16px;
		font-weight: bold;
	}*/
	.price
	{
		font-weight: bold;
        color: #ff7f00;
	}
	.links
	{
		background-color: #aad54f;
        color: #ffffff;
	}
	.advert
	{
		font-size: 20pt;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background-color: #7997b3;
        color: #ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: #2d3451;
	}
	.search
	{

		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #ff0033;
	}
	.white
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        font-size: 10px;
        color: #ffffff;
	}
	.black
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
        color: #000000;
	}
	.color
	{
		font-weight: bold;
		color: #25437a;
	}
	.small
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 9px;
	    color: #ffffff;
	}
	.small:hover {color: #ffffff;}
	.smallcolor
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 9px;
	    color: #7897d0;
	}

	form {margin: 0;}
	input
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: expression((this.getAttribute("type")=="text") ? "9pt" : "8pt");
        font-weight: expression((this.getAttribute("type")=="text") ? "normal" : "bold");
		cursor: hand;
		color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#ffffff" : "#696969");
		border-style=solid;
		border-width: expression((this.getAttribute("type")=="checkbox" || this.getAttribute("type")=="image") ? "0px" : "1px"); 
		border-color: expression((this.getAttribute("type")=="checkbox") ? "" : "#d2d2d2");
		background-color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#7997b3" : "");
	}
	select, textarea
	{
        font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 9pt;
		color: #777777;
		cursor: hand;
		border-style=solid; 
		border-width: 1px; 
		border-color: #d2d2d2;
	}
	ul
	{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 9pt;
    	line-height: 12pt;
	}
	.hide {display: none;}
	.next {margin: 0 6 1 0;}
	.basket {margin: 0 6 0 0;}
