/* -----------------------------------------------------------------------------------------
   VaM Shop - open source ecommerce solution
   http://vamshop.ru

   Copyright (c) 2005-2008 VaM Shop 
   -----------------------------------------------------------------------------------------
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/*<![CDATA[*/


/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	background: #fcf3e0;
}
body {
		behavior:url("templates/vamshop/csshover.htc");
}
img {
		border:none;
		behavior: url(templates/vamshop/img/iepngfix.htc)
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
ul, ol {
	margin:0 0 13px 20px;
	padding:0
}

/* end reset styles */


html, body {
	height: 100%;
}
body {
	background:#fcf3e0 ;
}
body.main {
	background:#dfdfdf  ;
	width: 100%;
	overflow:hidden
}

/* Цвет обычных ссылок в магазине */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/* /Цвет обычных ссылок в магазине */

/* Центр */
div#wrapper {

}
div#content {
	margin: 0 19%; /* отступ центра от боковых колонок */
}
/* /Центр */

/* Левая колонка */
div#left {
	float: left;
	width: 18%; /* Ширина левой колонки */
	margin-left: -100%;
	background: #fff;
}
/* /Левая колонка */

/* Правая колонка */
div#right {
	float: left;
	overflow: auto;
	width: 18%; /* Ширина правой колонки */
	margin-left: -18%;
	background: #fff;
}
/* /Правая колонка */

/* Низ */
div#footer {
	clear: left;
	width: 100%;
	background: #f1f1f6;
	border-top: 3px solid #67748B;
	text-align: center;
	color: #000;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}
/* /Низ */

/* Навигация */
div#navigation {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 10px;
	border-bottom: 1px solid #000;
	background: #990000;
	color: #ffffff;
}
#navigation span {
	display: block;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px #990000 solid;
	background: url(img/navigation.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
#navigation a {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#navigation a:visited {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
/* /Навигация */
   
/* Заголовок страницы */
#content h1 {
	display: block;
	font: 16px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #990000;
	border-bottom: 2px #990000 solid;
	background: url(img/heading1.gif) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0.2em 0 0.2em 0;
}
#content h1 a {
	color: #990000;
}
/* /Заголовок страницы */

/* Скругленные углы */
.page {
	background: transparent;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.pageItem {

	width: 100%;
}
.page h1, .page p {
	margin: 0 10px;
}
.page h1 {
	font-size: 2em;
	color: #fff;
}
.page p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.page .b1, .page .b2, .page .b3, .page .b4, .page .b1b, .page .b2b, .page .b3b, .page .b4b {
	display: block;
	overflow: hidden;
	font-size: 1px;
}
.page .b1, .page .b2, .page .b3, .page .b1b, .page .b2b, .page .b3b {
	height: 1px;
}
.page .b2 {

}
.page .b3 {

}
.page .b4 {

}
.page .b4b {

}
.page .b3b {

}
.page .b2b {

}
.page .b1 {
	margin: 0 5px;
	background: #fff;
}
.page .b2, .page .b2b {
	margin: 0 3px;
	border-width: 0 2px;
}
.page .b3, .page .b3b {
	margin: 0 2px;
}
.page .b4, .page .b4b {
	height: 2px;
	margin: 0 1px;
}
.page .b1b {
	margin: 0 5px;
	background: #f1f1f6;
}
.pagecontent {
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.pagecontentfooter {
	display: block;
	text-align: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* /Скругленные углы */

/*- Меню-закладки сверху */

#menu {
	background: #fff;
	border-bottom: 1px solid #000;
	border-width: 1px;
	margin-top: 1em;
	padding-top: .6em;
}
#menu ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	padding: 5px 0 0px;
	text-align: center;
}
#menu ul li {
	display: inline;
	margin:0 .375em;
}
#menu ul li.last {
	margin-right: 0;
}
#menu ul li a {
	background: url("img/tab-right.gif") no-repeat 100% 0;
	background-color: #67748b;
	color: #fff;
	padding: 0px 0 0px;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li.current a {
	background: url("img/tab-right-active.gif") no-repeat 100% 0;
	background-color: #990000;
	color: #fff;
	padding: 0px 0 1px;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a span {
	background: url("img/tab-left.gif") no-repeat;
	padding: 0px 1em;
	border-bottom:1px solid #000;
}
#menu ul li.current a span {
	background: url("img/tab-left-active.gif") no-repeat;
	padding: 0px 1em 1px;
	border-bottom:0;
}
#menu ul li a:hover span {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/*\*//*/
#menu ul li a 
   {
	  display: inline-block;
	  white-space: nowrap;
	  width: 1px;
   }

#menu ul 
   {
	  padding-bottom: 0;
	  margin-bottom: -1px;
   }
/**/

/*\*/
* html #menu ul li a {
	padding: 0;
}
/**/

/*- /Меню-закладки сверху */

/*- Боксы */

/*- Бокс разделы */
#boxCategories {

}
/*- Заголовок бокса разделы */
#boxCategories h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #67748B;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса разделы */

/*- Список разделов */
#categoriesBoxMenu {
	padding: 0;
	margin: 0;
}
#categoriesBoxMenu #CatNavi, #CatNavi ul, #CatNavi li {

}
#categoriesBoxMenu #CatNavi li a {

}
#categoriesBoxMenu #CatNavi li a:hover {

}
#categoriesBoxMenu #CatNavi .CatLevel1, #categoriesBoxMenu #CatNavi .CatLevel2, #categoriesBoxMenu #CatNavi .CatLevel3, #categoriesBoxMenu #CatNavi .CatLevel4, #categoriesBoxMenu #CatNavi .CatLevel5, #categoriesBoxMenu #CatNavi .CatLevel6 {

}
#categoriesBoxMenu #CatNavi .CurrentParent a {

}
#categoriesBoxMenu #CatNavi li a, #categoriesBoxMenu #CatNavi .Current li a, #categoriesBoxMenu #CatNavi .CurrentParent li a, #categoriesBoxMenu #CatNavi .CurrentParent .Current li a {

}
#categoriesBoxMenu #CatNavi .Current a, #categoriesBoxMenu #CatNavi .CurrentParent .Current a {

}
/*- /Список разделов */

/*- /Бокс разделы */

/*- Бокс контент */
#boxContent {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса контент */
#boxContent h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса контент */

/*- Содержимое бокса контент */
#boxContentContent {
	padding-left: 0;
	text-align: center;
}
#boxContentContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
#boxContent ul {
	list-style-type: none;
	text-align: left;
	padding-left: 1em;
	margin: 0 0 0 0;
}
#boxContent li {
	display: block;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	background: url(img/icon_arrow1.jpg) no-repeat left center;
	padding: 0 0 0 12px;
}
/*- /Содержимое бокса контент */

/*- /Бокс контент */

/*- Бокс информация */
#boxInformation {

}
/*- Заголовок бокса информация */
#boxInformation h5 {

}
/*- /Заголовок бокса информация */

/*- Содержимое бокса информация */
#boxInformationContent {

}
#boxInformationContent p {

}
#boxInformation ul {

}
#boxInformation li {

}
/*- /Содержимое бокса контент */

/*- /Бокс информация */

/*- Бокс быстрый заказ */
#boxAddQuickie {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса быстрый заказ */
#boxAddQuickie h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса быстрый заказ */

/*- Содержимое бокса быстрый заказ */
#boxAddQuickieContent {
	padding-left: 1em;
}
#boxAddQuickieContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса быстрый заказ */

/*- Форма быстрый заказ */
.addquickieform input {
	width: 80%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.addquickieform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма быстрый заказ */

/*- /Бокс быстрый заказ */

/*- Бокс авторы */
#boxAuthors {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса авторы */
#boxAuthors h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса авторы */

/*- Содержимое бокса авторы */
#boxAuthorsContent {
	padding-left: 1em;
}
#boxAuthorsContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса авторы */

/*- /Бокс авторы */

/*- Бокс статьи */
#boxArticles {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса статьи */
#boxArticles h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса статьи */

/*- Содержимое бокса статьи */
#boxArticlesContent {
	padding-left: 1em;
}
#boxArticlesContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса статьи */

/*- /Бокс статьи */

/*- Бокс партнёрка */
#boxAffiliate {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса партнёрка */
#boxAffiliate h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #990000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса партнёрка */

/*- Содержимое бокса партнёрка */
#boxAffiliateContent {
	padding-left: 1em;
}
#boxAffiliateContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса партнёрка */

/*- /Бокс партнёрка */

/*- Бокс новые статьи */
#boxArticlesNew {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса новые статьи */
#boxArticlesNew h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса новые статьи */

/*- Содержимое бокса новые статьи */
#boxArticlesNewContent {
	padding-left: 1em;
}
#boxArticlesNewContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса новые статьи */

/*- /Бокс новые статьи */

/*- Бокс просмотренные товары */
#boxLastViewed {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса просмотренные товары */
#boxLastViewed h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #67748B;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса просмотренные товары */

/*- Содержимое бокса просмотренные товары */
#boxLastViewedContent {
	padding-left: 0;
	text-align: center;
}
#boxLastViewedContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса просмотренные товары */

/*- /Бокс просмотренные товары */

/*- Бокс отзывы */
#boxReviews {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса отзывы */
#boxReviews h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса отзывы */

/*- Содержимое бокса отзывы */
#boxReviewsContent {
	padding-left: 0;
	text-align: center;
}
#boxReviewsContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса отзывы */

/*- /Бокс отзывы */

/*- Бокс поиск */
#boxSearch {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса поиск */
#boxSearch h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FF6600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxSearch h5 a {
	color: #FF6600;
	text-decoration: none;
}
/*- /Заголовок бокса поиск */

/*- Содержимое бокса поиск */
#boxSearchContent {
	padding-left: 1em;
}
#boxSearchContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса поиск */

/*- Форма бокса поиск */
.searchboxform input {
	width: 80%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.searchboxform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма бокса поиск */

/*- /Бокс поиск */

/*- Бокс скидки */
#boxSpecials {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса скидки */
#boxSpecials h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #67748B;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxSpecials h5 a {
	color: #67748B;
	text-decoration: none;
}
/*- /Заголовок бокса скидки */

/*- Содержимое бокса скидки */
#boxSpecialsContent {
	padding-left: 0;
	text-align: center;
}
#boxSpecialsContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса скидки */

/*- /Бокс скидки */

/*- Бокс рекомендуемые */
#boxFeatured {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса рекомендуемые */
#boxFeatured h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxFeatured h5 a {
	color: #006600;
	text-decoration: none;
}
/*- /Заголовок бокса рекомендуемые */

/*- Содержимое бокса рекомендуемые */
#boxFeaturedContent {
	padding-left: 0;
	text-align: center;
}
#boxFeaturedContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса рекомендуемые */

/*- /Бокс рекомендуемые */

/*- Бокс новинки */
#boxWhatsNew {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса новинки */
#boxWhatsNew h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #990000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxWhatsNew h5 a {
	color: #990000;
	text-decoration: none;
}
/*- /Заголовок бокса новинки */

/*- Содержимое бокса новинки */
#boxWhatsNewContent {
	padding-left: 0;
	text-align: center;
}
#boxWhatsNewContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса новинки */

/*- /Бокс новинки */

/*- Бокс новости */
#boxNews {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса новости */
#boxNews h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxNews h5 a {
	color: #006600;
	text-decoration: none;
}
/*- /Заголовок бокса новости */

/*- Содержимое бокса новости */
#boxNews .boxNewsContent {
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}
#boxNews .boxNewsContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса новости */

/*- /Бокс новости */

/*- Бокс вопросы и ответы */
#boxFaq {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса вопросы и ответы */
#boxFaq h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
#boxFaq h5 a {
	color: #006600;
	text-decoration: none;
}
/*- /Заголовок бокса вопросы и ответы */

/*- Содержимое бокса вопросы и ответы */
#boxFaq .boxFaqContent {
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}
#boxFaq .boxFaqContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса вопросы и ответы */

dl.itemFaqDefault {
	width: 48%;
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
}
dl.itemFaq {
	width: 98%;
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
}
dt.itemFaq {
	display: none;
	float: left;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	text-align: left;
}
dd.itemFaq {
	margin-left: 1em;
	padding: 0 0;
	line-height: normal;
	background: transparent;
}
/*- /Бокс вопросы и ответы */

/*- Бокс корзина */

/* Оформление */
#boxCart {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	margin-right: 0.4em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
}
#boxCart .top, #boxCart .bottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
/* Шапка с углами */
#boxCart .b1, #boxCart .b2, #boxCart .b3, #boxCart .b4, #boxCart .b5 {
	display: block;
	overflow: hidden;
	height: 1px;
	background: #006600;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/* /Шапка с углами */

/* Низ с углами */
#boxCart .b1b, #boxCart .b2b, #boxCart .b3b, #boxCart .b4b, #boxCart .b5b {
	display: block;
	overflow: hidden;
	height: 1px;
	background: #f1f1f6;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/* /Низ с углами */

#boxCart .b1, #boxCart .b1b {
	margin: 0 5px;
	background: #000;
}
#boxCart .b2, #boxCart .b2b {
	margin: 0 4px;
}
#boxCart .b3, #boxCart .b3b {
	margin: 0 3px;
}
#boxCart .b4, #boxCart .b4b {
	margin: 0 2px;
}
#boxCart .b5, #boxCart .b5b {
	margin: 0 1px;
}
#boxCart .boxheader {
	display: block;
	background: #006600;
	color: #fff;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#boxCart .boxcontent {
	display: block;
	background: #f1f1f6;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#boxCart .boxcontent span {
	font-weight: bold;
}
#boxCart .boxheader p {
	padding-top: 0;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#boxCart .boxcontent p {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
/* /Оформление */

/* Ссылки в заголовке бокса */
#boxCart .boxheader a {
	color: #fff;
	text-decoration: none;
}
#boxCart .boxheader a:hover {
	color: #fff;
	text-decoration: none;
}
/* /Ссылки в заголовке бокса */

p.CartContentRight {
	text-align: right;
	padding-right: 0.2em;
}
/*- /Бокс корзина */

/*- Бокс вход/админ */

/* Оформление */
#boxLogin {

}
#boxLogin .top, #boxLogin .bottom {

}
/* Шапка с углами */
#boxLogin .b1, #boxLogin .b2, #boxLogin .b3, #boxLogin .b4, #boxLogin .b5 {

}
/* /Шапка с углами */

/* Низ с углами */
#boxLogin .b1b, #boxLogin .b2b, #boxLogin .b3b, #boxLogin .b4b, #boxLogin .b5b {

}
/* /Низ с углами */

#boxLogin .boxheader {

}
#boxLogin .boxcontent {

}
#boxLogin .boxcontent span {
}
#boxLogin .boxheader p {

}
#boxLogin .boxcontent p {

}
/* /Оформление */

/*- Форма входа */
.loginform input {
width:116px;
}
.loginform input:focus, .sffocus, .sffocus {

}
/*- /Форма входа */

p.LoginContentCenter {

}
p.LoginContentLeft {

}
/*- /Бокс вход/админ */

/*- Бокс мои загрузки */
#boxDownloads {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса мои загрузки */
#boxDownloads h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса мои загрузки */

/*- Содержимое бокса мои загрузки */
#boxDownloadsContent {
	padding-left: 0;
	text-align: left;
}
#boxDownloadsContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса мои загрузки */

/*- /Бокс мои загрузки */

/*- Бокс рассылка */
#boxNewsletter {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса рассылка */
#boxNewsletter h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FF6600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса рассылка */

/*- Содержимое бокса рассылка */
#boxNewsletterContent {
	padding-left: 1em;
}
#boxNewsletterContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса рассылка */

/*- Форма рассылка */
.newsletterform input {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.newsletterform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма рассылка */

/*- /Бокс рассылка */

/*- Бокс лучшие товары */
#boxBestsellers {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса лучшие товары */
#boxBestsellers h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса лучшие товары */

/*- Содержимое бокса лучшие товары */
#boxBestsellersContent {
	padding-left: 1em;
}
#boxBestsellersContent p {
	margin: 0 0 0 0;
	text-align: left;
}
/*- /Содержимое бокса лучшие товары */

#boxBestsellersContent p.BestsellersContentRight {
	text-align: right;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
}
#boxBestsellersContent span {
	font-weight: bold;
}
/*- /Бокс лучшие товары */

/*- Бокс информация о группе */
#boxGroupInfo {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса информация о группе */
#boxGroupInfo h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса информация о группе */

/*- Содержимое бокса информация о группе */
#boxGroupInfoContent {
	padding-left: 0;
	text-align: center;
}
#boxGroupInfoContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
#boxGroupInfoContent span {
	font-weight: bold;
}
/*- /Содержимое бокса информация о группе */

/*- /Бокс информация о группе */

/*- Бокс валюты */
#boxCurrencies {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса валюты */
#boxCurrencies h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса валюты */

/*- Содержимое бокса валюты */
#boxCurrenciesContent {
	padding-left: 0;
	text-align: center;
}
#boxCurrenciesContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса валюты */

/*- Форма выбора валюты */
#boxCurrenciesContent select {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
/*- /Форма выбора валюты */

/*- /Бокс валюты */

/*- Бокс языки */
#boxLanguages {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса языки */
#boxLanguages h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса языки */

/*- Содержимое бокса языки */
#boxLanguagesContent {
	padding-left: 0;
	text-align: center;
}
#boxLanguagesContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса языки */

/*- /Бокс языки */

/*- Бокс производители */
#boxManufacturers {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса производители */
#boxManufacturers h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса производители */

/*- Содержимое бокса производители */
#boxManufacturersContent {
	padding-left: 0;
	text-align: center;
}
#boxManufacturersContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса производители */

/*- Форма выбора производителя */
#boxManufacturersContent select {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
/*- /Форма выбора производителя */

/*- /Бокс производители */

/*- Бокс информация о производителе */
#boxManufacturersInfo {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #67748B;
}
/*- Заголовок бокса информация о производителе */
#boxManufacturersInfo h5 {
	display: block;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FF6600;
	border-bottom: 2px #e5e5e5 solid;
	background: url(img/box.gif) no-repeat left center;
	margin: 0 0 .4em .3em;
	padding: .1em 0 0 16px;
}
/*- /Заголовок бокса информация о производителе */

/*- Содержимое бокса информация о производителе */
#boxManufacturersInfoContent {
	padding-left: 0;
	text-align: center;
}
#boxManufacturersInfoContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
/*- /Содержимое бокса информация о производителе */

/*- /Бокс информация о производителе */

/*- /Боксы */

/*- Время парсинга */
div#parseTime {
	clear: left;
	background: #f1f1f6;
	width: 100%;
	text-align: center;
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*- /Время парсинга */

/*- Информация о магазине */
div#copyright {
	clear: left;
	background: #f1f1f6;
	width: 100%;
	text-align: center;
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
div.copyright {
	clear: left;
	background: #f1f1f6;
	width: 100%;
	text-align: center;
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*- /Информация о магазине */

/*- Формы */

form {
	width: 100%;
	margin: 0;
}
.form input, textarea {
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
}
/*- Подсветка ошибок формы */
#errormsg {
	border: 2px solid #c00;
	padding: 5px;
	width: 96%;
}
.error {
	background: #fcc;
}
/*- /Подсветка ошибок формы */
   
.form textarea:focus, input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
span.Requirement {
	color: red;
}
/*- /Формы */

/*- Цены */

span.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #c76170;
	font-weight: bold;
}
span.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
span.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
span.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
/*- /Цены */

/* Ошибка на странице свяжитесь с нами */

div.contacterror {
	border: 1px solid;
	border-color: #ff0000;
	background-color: #FFCCCC;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
/* /Ошибка на странице свяжитесь с нами */

/* Вывод товаров */

/* Количество колонок с товаром на странице новинки */
dl.itemNewProducts {
	display: block;
	width: 100%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}
/* /Количество колонок с товаром на странице новинки */

/* Количество колонок с товаром на странице рекомендуемые товары */
dl.itemFeaturedProducts {
	display: block;
	width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px #e5e5e5 solid;
}
/* /Количество колонок с товаром на странице рекомендуемые товары */

/* Количество колонок с товаром в блоке новинки на главной странице */
dl.itemNewProductsDefault {
	display: block;
	width: 48%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}
/* /Количество колонок с товаром в блоке новинки на главной странице */

/* Количество колонок с новостями на главной странице */
dl.itemLatestNewsDefault {
	display: block;
	width: 48%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
}
/* /Количество колонок с новостями на главной странице */

/* Количество колонок с новостями на странице новостей */
dl.itemLatestNews {
	display: block;
	width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
}
/* /Количество колонок с новостями на странице новостей */

/* Количество колонок с товаром на странице скидки */
dl.itemSpecials {
	display: block;
	width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px #e5e5e5 solid;
}
/* /Количество колонок с товаром на странице скидки */

/* Количество колонок с товаром на странице мои данные */
dl.itemLastViewed {
	display: block;
	width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px #e5e5e5 solid;
}
/* /Количество колонок с товаром на странице мои данные */

/* Информация о заказе, адрес клиента и адрес доставки */
dl.ordersAddress {
	display: block;
	width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px #e5e5e5 solid;
}
dt.ordersAddress {
	display: block;
	float: left;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
dd.ordersAddress {
	display: block;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	line-height: normal;
	background: transparent;
}
/* /Информация о заказе, адрес клиента и адрес доставки */

/* Адресная книга */
dl.AddressBook {
	display: block;
	width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
dt.AddressBook {
	display: block;
	float: left;
	width: 90px;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
dd.AddressBook {
	display: block;
	margin: 0 0 0 90px;
	padding: 0 0 0 0;
	line-height: normal;
	background: transparent;
}
dl.AddressBookList {
	display: block;
	width: 49%;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
}
dt.AddressBookList {
	display: block;
	float: left;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
dd.AddressBookList {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: normal;
	background: transparent;
}
/* /Адресная книга */

/* Вход */
dl.Login {
	display: block;
	width: 49%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
dt.Login {
	float: left;
	display: block;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
dd.Login {
	display: block;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	line-height: normal;
	background: transparent;
}
/* /Вход */

dt.itemImage {
	float: left;
	display: block;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	text-align: center;
}
dt.itemNews {
	display: none;
	float: left;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
dd.itemDescription {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0;
	line-height: normal;
	background: transparent;
}
dd.itemDescriptionPrice {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0;
	line-height: normal;
	background: transparent;
}
dd.itemNews {
	display: block;
	margin-left: 1em;
	padding: 0 0;
	line-height: normal;
	background: transparent;
}
div.clear {
	clear: both;
}
div.navigation {
	display: block;
	width: 100%;
	padding-top: 1em;
}
span.right {
	float: right;
}
/* /Вывод товаров */

/* Вывод категорий */

dl.itemCategoriesListing {
	width: 30%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}
dt.itemCategoriesListing {
	float: left;
	height: auto;
	background: transparent;
	border-right: 0px #f1f1f6 solid;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	text-align: center;
}
dd.itemCategoriesListing {
	margin: 0 1em 0 1em;
	padding: 0 0;
	line-height: normal;
	background: transparent;
	text-align: center;
}
/* /Вывод категорий */

/* Страница карточки товара */

p.center {
	text-align: center;
}
div.ProductInfoLeft {
	float: left;
	margin-right: 1em;
}
div.ProductInfoRight {
	float: left;
	margin-left: 1em;
	text-align: right;
}
/* /Страница карточки товара */

/* Ссылки на странице мои данные */

ul.accountLinks {
	list-style-type: none;
	text-align: left;
	padding-left: 1em;
	margin: 0 0 0 0;
}
li.accountLinks {
	display: block;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	background: url(img/icon_arrow1.jpg) no-repeat left center;
	padding: 0 0 0 14px;
}
/* /Ссылки на странице мои данные */

span.bold {
	font-weight: bold;
}
/* Ajax quick find */

div.ajaxQuickFind {
	text-align: left;
}
ul.ajaxQuickFind {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
}
li.ajaxQuickFind {
	font-size: 80%;
	padding-left: 0px;
}
/* /Ajax quick find */

/* Ajax add quickie suggest */

div.ajaxAddQuickie {
	text-align: left;
}
div.addQuick {
	text-align: left;
	color: #67748B;
	text-decoration: underline;
	cursor: pointer;
}
ul.ajaxAddQuickie {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
}
li.ajaxAddQuickie {
	font-size: 80%;
	padding-left: 0px;
}
/* /Ajax add quickie suggest */

.errorBox {
	background-color: #ffb3b5;
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.headerError {
	background-color: #ffb3b5;
	border: 1px solid red;
}
.messageStack {
	background-color: #ffb3b5;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
      
/*]]>*/




/* avtocss */
.tires {
	position:absolute;
	margin:0 0 0 213px
	}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -69px auto; 
	position: relative;
	width: 100%;
	background:url(img/header_bg_t.gif) repeat-x 50% 0%;
	min-width:996px;
}
.header {
	width:100%;
	height:170px;
	position:relative;
	margin:0 auto;
	background:url(img/header_bg.jpg) no-repeat 100% 0%
}
.logo {
	position:absolute;
	margin:0px 0 0 0;
	z-index:215;
}
.logo a {
	position:relative;
	color:#0076BC
}
 
.footer {
	width: 100%;
	background:url(img/footer_bg.gif) no-repeat 50% 0%;
	height:69px
}

.foot {
	position:relative;
	background:#f3ce6b url(img/footer_bg.gif) no-repeat 0% 0%;
	margin:0 198px 0 200px;
	height:51px;
}
.foot2 {
	position:relative;
	background:url(img/foot_bg2.gif) no-repeat 100% 0%;
	height:51px;
}
.footer p {
	position: absolute;
	bottom: 0px;
	left:20px;
	padding: 0px 0 7px 0 ;
	color: #0f3b7e;
	font-size: 11px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer p a {
	font-size: 11px;
	color:#0f3b7e;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
.banner {
	float:right;
	padding:11px 20px 0 20px;
}
.clear {
	line-height:0%;
	font-size:0%;
	clear:both;
	height:0px;
}
a {
	color:#d52e25;
	text-decoration:none;
}
p {
	margin:0 0 13px 0
}
a:hover {
	text-decoration:underline;
}
img {
		border:none;
}
h1 {
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	margin:0 0 16px 0;
	padding-bottom:7px;
	font-weight:normal;
	text-align:center;
	background:url(img/h1_bg.gif) repeat-x 0% 0%
}
h1 a{
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e !important;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	font-weight:normal;
	margin:0px 0 19px 15px;
	padding:0 0 0 20px;
	background:url(img/big_mark.gif) no-repeat 0% 8px
}
h3 {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#d52e25;
	font-weight:bold;
	margin:0px 0 9px 0
}

/* end masters styles */

.content {
	width:100%;
	margin:0 auto;
}
.cont {
	margin:0 auto;
	padding:0 0 70px 0
}
.left_colum {
	padding-left:7px
	}
.number_phone {
	margin:0 0 0 18px;
	background:url(img/number_icon.gif) no-repeat 0% 0%;
	padding:0 0 0 59px;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	height:69px
	}
.bgs_top {
	background:url(img/bgs_top.gif) no-repeat 0% 0%;
	width:185px;
	height:13px;
	line-height:0%;
	font-size:0%;
	}
.bgs_bottom {
	background:url(img/bgs_bottom.gif) no-repeat 0% 0%;
	width:185px;
	height:11px;
	line-height:0%;
	font-size:0%;
	margin-bottom:8px;
	}
.menu {
	background:#f3ce6b;
	width:185px
	}
.menu ul {
	list-style:none;
	margin:0;
	}
.menu ul a:hover {
	text-decoration:none
	}
.menu ul ul  {
	list-style:none;
	margin:8px 0 0 0px;
	padding:0
	}
.menu ul ul ul {
	list-style:none;
	margin:0 0 0 16px;
	}
.menu ul li {
	padding:2px 0 7px 21px
	}
.menu ul ul li {
	padding:0 0 0 14px
	}
.menu ul ul ul li {
	padding:2px 0 2px 0
	}
.menu ul li a {
	color:#0f3b7e;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	}	
.menu ul ul li a {
	color:#0f3b7e;
	font-size:14px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	}		
.menu ul ul ul li a {
	color:#0f3b7e;
	font-size:12px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	}	
.menu ul li:hover {
	color:#0f3b7e;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(img/act_bg.gif) no-repeat 0% 0%;
	}
.menu ul ul li:hover {
	color:#0f3b7e;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(img/mark.gif) no-repeat 0% 5px;
	padding-bottom:0
	}
.menu ul li:hover ul ul li  {
	color:#0f3b7e;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	background:none;
	padding:2px 0 2px 0 !important;
	margin:0 !important
	}
.bgs_top5 {
	background:url(img/bgs_top5.gif) no-repeat 0% 0%;
	width:546px;
	padding:6px 0 4px 9px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	font-weight:bold;
	line-height:14px
	}
.bgs_bottom5 {
	background:url(img/bgs_bottom5.gif) no-repeat 0% 0%;
	width:555px;
	height:11px;
	line-height:0%;
	font-size:0%;
	margin-bottom:8px;
	}
.bgs5 {
	width:547px;
	background:url(img/bgs_middle5.gif) repeat-y 0% 0%;
	padding:19px 0 0 8px;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:8px;
	}
.bgs_top2 {
	background:url(img/bgs_top2.gif) no-repeat 0% 0%;
	width:176px;
	padding:6px 0 4px 9px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	font-weight:bold;
	line-height:14px
	}
.bgs_bottom2 {
	background:url(img/bgs_bottom2.gif) no-repeat 0% 0%;
	width:185px;
	height:11px;
	line-height:0%;
	font-size:0%;
	margin-bottom:8px;
	}
.bgs2 {
	width:177px;
	background:url(img/bgs_middle.gif) repeat-y 0% 0%;
	padding:19px 0 0 8px;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:8px;
	}
.bgs2 table {
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif
	}
.bgs2 table td{
	margin-bottom:8px;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif
	}
.reg table td{
	margin-bottom:8px;
	font-size:12px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif
	}
.reg table td a{
	margin-bottom:8px;
	font-size:12px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:underline;
	margin-left:8px
	}
	.reg table .inps input{
	width:114px !important;
	font-size:11px;
	padding-left:2px;
	}
	.subm_but input {
	border:0 !important;
	}
.bgs2 select, .bgs2 input{
	border:1px solid #0f3b7e;
	background:#fff;
	color:#0f3b7e;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif
	}
.cart {
	padding:35px 0 0 20px;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:4px
	}
	.cart a{
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	}
.cart img {
	margin:0 3px -2px 0
	}
.bgs_top3 {
	background:url(img/bgs_top3.gif) no-repeat 0% 0%;
	width:185px;
	padding:10px 0 10px 0px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	font-weight:bold;
	line-height:14px;
	text-align:center
	}
.serv ul {
	margin:0 0 0 14px;
	list-style:none
	}
.serv ul li{
	padding:0 0 12px 16px
	}
.serv ul li:hover{
	padding:0 0 12px 16px;
	background:url(img/mark2.gif) no-repeat 0% 5px
	}
.serv ul li a{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	text-decoration:underline
	}
.serv2 ul {
	margin:0 0 0 14px;
	list-style:none
	}
.serv2 ul li{
	padding:0 0 10px 16px
	}
.serv2 ul li:hover{
	padding:0 0 10px 16px;
	background:url(img/mark3.gif) no-repeat 0% 5px
	}
.serv2 ul li a{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	text-decoration:underline;
	font-weight:normal
	}
.icon_skype {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#cd1526;
	font-weight:bold;
	background:url(img/skype.gif) no-repeat 0% 0%;
	height:31px;
	padding:25px 0 0 48px
	}
.icon_icq {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	font-weight:bold;
	background:url(img/icq.gif) no-repeat 0% 0%;
	height:31px;
	padding:33px 0 0 42px
	}
.consult {
	padding:0 0 20px 6px
	}
.consult img {
	margin:2px 3px -4px 0;
	position:relative;
	}
.consult a {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0f3b7e;
	}
.top_bg {
	background:#fff url(img/top_bg.gif) repeat-x 0% 0%;
	margin:14px 10px 0 0
	}
.bottom_bg {
	background:url(img/bottom_bg.gif) repeat-x 0% 100%;
	}
.left_top_corner {
	background:url(img/top_left_corner.gif) no-repeat 0% 0%;
	}
.right_top_corner {
	background:url(img/top_right_corner.gif) no-repeat 100% 0%;
	}
.right_bottom_corner {
	background:url(img/bottom_right_corner.gif) no-repeat 100% 100%;
	padding:33px 10px;
	min-height:698px;
	_height:698px;
	}
.left_bottom_corner {
	background:url(img/bottom_left_corner.gif) no-repeat 0% 100%;
	}
.right_bottom_corner h3 a{
	text-decoration:underline;
	font-size:14px;
	color:#0f3b7e;
	font-family:Tahoma, Geneva, sans-serif
	}
.right_bottom_corner ul{
	list-style:none;
	margin:0
	}
.right_bottom_corner li{
	padding:0 0 0 15px;
	background:url(img/mark.gif) no-repeat 0% 4px;
	color:#0f3b7e;
	}
.right_bottom_corner table {
	margin:0 0px 22px 0px
	}
.pad {
	padding:0 25px
	}
.line {
	height:3px;
	font-size:0%;
	line-height:0%;
	background:#ffe5ce;
	margin:7px 0 14px
	}
.price {
	color:#cd0316 !important;
	font-weight:bold
	}
.news  a {
	font-size:12px !important;
	text-decoration:underline;
	color:#0f3b7e;
	line-height:16px
	}
.logotips {
	position:absolute;
	margin:128px 0 0 228px
	}
.logotips a{
	margin-right:15px
	} 
.sub {
	color:#0f3b7e !important;
	}
#copyright {
display:none;
}

.cart_inbox {
padding:0 0 0 47px;
color:#0F3A7E;
}
.create_account label{
position:absolute;
}
.create_account input, .create_account select{
margin-left:150px;
}
.create_account legend {
font-weight:bold;
}

.shopping_cart_table {
border-top:solid 1px #F3CE6B;
border-left:solid 1px #F3CE6B;
}
.shopping_cart_table td {
border-bottom:solid 1px #F3CE6B;
border-right:solid 1px #F3CE6B;
padding:5px;
}
.blue_color {
color:#0F3B7E;
}

