body {
/*position:relative;*/
font: 12px Arial, Helvetica, sans-serif;
color: #2D2C2D;
}


div.bodyback {
  background: #fff url('http://www.vago-service.ru/is-img/main.jpg') no-repeat 50% 0%;
}

div.bodyback1 {
  background: #fff url('http://www.vago-service.ru/is-img/main1.jpg') no-repeat 50% 0%;
}

t-b {
	font:14px Trebuchet MS;
	color:#2D2C2D;
        font-weight: bold;
	}
h1 {
	font:18px Trebuchet MS;
	color:#C02020;
	margin:5px 0 5px 0;
	padding:0 0 3px 0;
	}


h1.red {
	font:18px Trebuchet MS;
	color:#C02020;
	margin:5px 0 5px 0;
	padding:0 0 3px 0;
	}

h1.blue {
	font:18px Trebuchet MS;
	color:#265480;
	margin:5px 0 5px 0;
	padding:0 0 3px 0;
	}

a:link {  
color: #265480;
text-decoration: underline;
}	
a:visited  {
color: #265480;
text-decoration: underline;
}	
a:hover {
color: #265480;
text-decoration: none;	
}	

a.top:link {  
font:14px Trebuchet MS;
color:#ffffff;
font-weight: bold;
text-decoration: none;
}	
a.top:visited  {
font:14px Trebuchet MS;
color:#ffffff;
font-weight: bold;
text-decoration: none;
}	
a.top:hover {
font:14px Trebuchet MS;
color:#E63535;
font-weight: bold;
text-decoration: none;
}

a.bl-m:link {  
font:14px Trebuchet MS;
color:#2D2C2D;
font-weight: bold;
text-decoration: none;
}	
a.bl-m:visited  {
font:14px Trebuchet MS;
color:#2D2C2D;
font-weight: bold;
text-decoration: none;
}	
a.bl-m:hover {
font:14px Trebuchet MS;
color:#2D2C2D;
font-weight: bold;
text-decoration: none;
}		

.users_list
{
	margin: 0px;
	padding: 0px;
}

.users_list li
{
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;   
	background-repeat: no-repeat;   
	background-position: 0px 0px; 
	
}

img {
	border: 0;
}


/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #d20a1c;
	background-color: #d20a1c;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

/* Стили для магазина */

.shop_cart_table
{
	/* width: 100%; */
	border-spacing: 2px;
}

.shop_cart_table, .shop_cart_table td
{
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border-bottom: 1px solid #d20a1c;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding: 0px 0;
}

.shop_navigation li {
	float: left;
	padding-right: 10px;
}

.shop_navigation span {
	margin-right: 10px;
}

.shop_navigation_current span {
	color: #C02020;
	font-size: 12px;
}
img.shop_list_image {
	width: 115px;
height: 115px;
border: 1px solid #DADADA;
}
/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
overflow: hidden;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
}

.arrow_up,
.arrow_up_gray,
.arrow_down,
.arrow_down_gray {
	width: 16px;
	height: 16px;
	z-index: 1;
	float: left;
}

.arrow_up img,
.arrow_up_gray img,
.arrow_down img,
.arrow_down_gray img {
	filter: alpha(opacity=0);
}


.arrow_up
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
}

.arrow_up_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}




/* END стили для магазина */

.gray {
background: #F0F0F0;
padding: 5px 10px 10px 10px;	
}

/* Левое меню */
.left_menu {
	list-style-type: none;
	line-height: 155%;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

.left_menu ul {
	list-style-type: none;
	font-size: 9pt;
	margin-left: 10px;
}


