body, html
{
	margin: 0px; /*Это хорошая практика обнулять поля и отсупы, т.к. различные браузеры их по разному воспринимают. */
	padding: 0px;
	text-align: center; /*Выравниваем макет по центру в старых версиях браузеров*/
	font: 12px "Segoe UI" , Verdana, Arial;
	color: #333;
	background-color: #bbbaba;
	background-image: url(img/Stage_BG_btm.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div
{
	/*border: solid 1px red;*/
}
a img
{
	border: none;
}
a
{
	color: #4b4744;
}
a:visited
{
	color: #4b4744;
}
a:hover
{
	color: #0092de;
}
a:active
{
	color: #000000;
}


img.image_right
{
	margin: 2px 2px 10px 10px;
	float: right;
}
.what
{
	padding-top: 15px;
	padding-bottom: 3px;
}
h1 /*title*/
{
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 65px;	
	font-size: 26px;
	
}
h2 /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 18px;
}
h2 a /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 18px;
}

.green h2 /*Наименование блоков*/
{
	padding-top: 0px;
	padding-bottom: 10px;
	color: #00a26b;
	font-weight: normal;
	font-size: 18px;
}
.blue /*Наименование блоков*/
{
	color: #0093dd;
	font-weight: normal;
}
.blue h2 /*Наименование блоков*/
{
	color: #0093dd;
	font-weight: normal;
	font-size: 18px;
}
.blue h2 a
{
	color: #0093dd;
}
.orange h2 /*Наименование блоков*/
{
	padding-top: 0px;
	padding-bottom: 10px;
	color: #f89543;
	font-weight: normal;
	font-size: 18px;
}
h3 /*цены*/
{
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0;
	color: #e77817;
	font-weight: bold;
	font-size: 18px;
}
.catalog a:active /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 16px;
}
.catalog a:hover /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 16px;
}
.catalog a:visited /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 16px;
}
.catalog a /*Наименование страниц*/
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #0093dd;
	font-weight: normal;
	font-size: 16px;
}
h5 /*старые цены*/
{
	padding: 0;
	margin: 0;
	color: #e77817;
	font-weight: lighter;
	font-size: 16px;
}
.searchResult b
{
	font-size: large;
	color: #f89543;
}

#container
{
	width: 990px; /*задаем ширину макета*/
	margin: 0 auto; /*выравниваем макет по центру в современных браузерах */
	text-align: left; /*Отменяем tex-align:center заданное в Body. Делаем чтобы весь текст в макете выравнивался по левому краю */
}
.top
{
	font-size: 14px;
}
.top b a
{
	color: #007cc3;
}
/*Здесь пишем стили для шапки сайта */
#header
{
}
/*Здесь пишем стили для левой колонки сайта */
#middle
{
	background-image: url(img/content_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}
/*Здесь пишем стили для левой колонки сайта */
#left
{
	/*background-image: url(img/left_content_bg.png); 	background-repeat: no-repeat; 	background-position: top;*/
	width: 240px; /*ширина колонки */
	float: left; /*обязательное выравнивание по левому краю,с включением обтекания*/
}

/*Здесь пишем стили для блока контента */
#content
{
	margin: 0px; /*обнуляем отступы сверху и снизу*/
	margin-left: 240px; /*обязательный отступ слева, должен быть немного больше ширины левой колонки */
}
#defaultcontent
{
	margin: 0px; /*обнуляем отступы сверху и снизу*/
	margin-left: 20px; /*обязательный отступ слева, должен быть немного больше ширины левой колонки */
}

/*атрибут, который опускает подвал сайта ниже всех блоков. Нужен для корректной работы макета. */
#clear
{
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
#clearcontent
{
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clear
{
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
/*Здесь пишем стили для подвала сайта */
#footer
{
}
.logo
{
	float: right;
	margin-right: 60px;
	margin-top: 13px;
}
.menu
{
	width: 700px;
	float: left;
	height: 100px;
	line-height: 120px;
	margin-left: 60px;
	font-size: 20px;
	color: #ffffff;
}
.menu a
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	color: #e77817;
	text-decoration: none;
}
.menu a:active
{
	color: #e77817;
	text-decoration: none;
}

.path
{
	line-height: 30px;
	margin-left: 45px;
	height: 150px;
	font-size: 13px;
	color: #ffffff;
}
.title
{
	margin-left: 60px;
	height: 65px;
}
.path a
{
	color: #ffffff;
	text-decoration: none;
}

.path a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.path a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.path a:active
{
	color: #ffffff;
	text-decoration: underline;
}

.brandmenu
{
	font-size: 12px;
	line-height: 30px;
	margin-left: 45px;	
	color: #ffffff;
}

.brandmenu a
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.brandmenu a:visited
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.brandmenu a:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.brandmenu a:active
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}


.footerMenu
{
	margin-top: 20px;
	float: left;
	line-height: 18px;
	text-align: left;
	margin-left: 15px;
}
.footerMenu a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.searchButton
{
	vertical-align: middle;
}
.transparency
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; /* для IE8 и выше */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* для IE5.5—7 */
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	z-index: 1;

}
.maincontent
{
	padding-right: 20px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftcontent
{
	/*background-image: url(img/left_line_top.png);	 	background-repeat:no-repeat; 	background-position:top;*/
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.blockTBG
{
	height: 25px;
	background: url(img/tbg.png);
	background-repeat: repeat-x;
}
.blockBBG
{
	height: 25px;
	background: url(img/bbg.png);
	background-repeat: repeat-x;
}
.blockRBG
{
	width: 25px;
	background: url(img/rbg.png);
	background-repeat: repeat-y;
}
.blockLBG
{
	width: 25px;
	background: url(img/lbg.png);
	background-repeat: repeat-y;
}

.Commodity_Add a
{
	color: #0093dd;
	
}
.Commodity_Add a:visited
{
	color: #0093dd;
}
.Commodity_Add a:hover
{
	color: #5cc3f9;
}
.Commodity_Add a:active
{
	color: #0093dd;
}

.block
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.block li
{
	margin: 20px;
}
.block_accent
{
	margin: 0px 0px 2px 26px;
	padding: 2px 8px 2px 8px;
	font-style: italic;
}
.block_caption
{
	margin: 4px 0px 0px 0px;
	padding: 4px 8px 4px 16px;
	color: #3f89c3;
	text-align: right;
}
.textalign
{
	display: table;
	width: 20px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.textalign div
{
	display: table-cell;
	vertical-align: middle;
}
li.item_tick
{
	list-style-image: url(img/tick.gif);
}
.action
{
	z-index: 1;
	position: absolute;
	margin: 0px;
	width: 44px;
	height: 44px;
	cursor: hand;
	margin: 0px 0px 0px 0px;
}
.actioncommodity
{
	position: relative;
	z-index: 1;
	width: 44px;
	height: 44px;
	cursor: hand;
	float: right;
}
.category
{
	padding-top: 5px;
	color: #606265;
}

.TheTextOff
{
	color: #000000;
	cursor: pointer;
}

.TheTextOn
{
	color: #0093dd;
	cursor: pointer;
}


.none
{
	cursor: pointer;
}
.none a
{
	text-decoration: none;
}
.submenu
{
	margin: 3px 0 3px 10px;
}
.up
{
	float: right;
	padding-right: 30px;
}
.cell
{
	margin: 4px;
	width: 227px;
	height: 240px;
	float: left;
	text-align: left;
}
.brandcell
{
	margin: 4px;
	width: 227px;
	float: left;
	text-align: left;
}
.popup
{
	position: absolute;
	width: 130px;
	visibility: hidden;
	background-color: #ffffff;
	border: dashed 1px #6a6a6a;
	color: #3b90fa;
	padding: 20px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	font-family: Georgia;
}
.imgpopup
{
	cursor: pointer;
	width: 20px;
	vertical-align: middle;
}
.cart
{
	text-align: right;
	margin-bottom: 10px;
}
.page
{
	line-height: 30px;
	text-align: right;
	font-size: 18px;
	color: #0093dd;
	font-family: Georgia;
}
.page a:active /*Наименование страниц*/
{
	text-decoration: underline;
	color: #0093dd;
	font-size: 14px;
}
.page a:hover /*Наименование страниц*/
{
	text-decoration: underline;
	color: #0093dd;
	font-size: 14px;
}
.page a:visited /*Наименование страниц*/
{
	text-decoration: none;
	font-size: 14px;
}
.page a /*Наименование страниц*/
{
	text-decoration: none;
	font-size: 14px;
}
.error
{
	color: Red;
}
.rbl
{
	text-align: center;
	width: 100%;
}
.viewtab
{
	width: 138px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/App_Themes/SkinFile/img/graytab.png);
	height: 19px;
	vertical-align: middle;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
}
.hidetab
{
	width: 138px;
	float: left;
	display: none;
	background-repeat: no-repeat;
	background-image: url(/App_Themes/SkinFile/img/graytab.png);
	height: 19px;
	vertical-align: middle;
	cursor: pointer;
}
.selecttab
{
	width: 138px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/App_Themes/SkinFile/img/blacktab.png);
	height: 19px;
	vertical-align: middle;
	cursor: default;
	color: #ffffff;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
}
.admin
{
	margin-top:10px;
	background-repeat:repeat-x;
	background-position:top;
	background-image: url(/App_Themes/SkinFile/img/bkg-admin.jpg);
	background-color:#fdfdfd;
	border: solid 1px #dedfde;
	padding: 5px;
	text-align: left; 	
	color:#8c8a8c;
}
.comment
{
	color:#8c8a8c;	
}

#menu 
{
	line-height:30px;
	margin-left:45px;
color: #fff;
}

#menu A {
text-decoration: none;
color: #fff;
}

#menu a:active
{
text-decoration: underline;
color: #fff;
}
#menu a:hover 
{
text-decoration: underline;
color: #fff;
}




.submenutext {
display: none; /* Прячем подменю */
background: #545854;
background-repeat:repeat-y;
padding: 15px;
position: absolute;
z-index:2;
width:350px;
line-height:20px;
margin-left:45px;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; /* для IE8 и выше */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* для IE5.5—7 */
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.submenutext a {
color: #fff; /* Цвет ссылок в подменю */
text-decoration: none;
font-family:Verdana;
font-size:11px;
}
.submenutext  a:active
{
color: #fff;/* Цвет ссылок в подменю */
text-decoration: underline;
font-family:Verdana;
font-size:11px;
}
.submenutext  a:hover 
{
color: #fff; /* Цвет ссылок в подменю */
text-decoration: underline;
font-family:Verdana;
font-size:11px;
}



