h2.img {
    height: 45px;
}

h2.img span {
    display: none;
    margin-bottom: 1px;
}

/* Формы */
.form th {
    width: 209px;
    padding: 10px;
    vertical-align: middle;
}

.form td {
    padding: 10px;
    vertical-align: middle;
}

.form .short input,.form input.short {
    width: 180px;
    padding: 2px;
}

.form .long input,.form input.long {
    width: 400px;
    padding: 2px;
}

.form .text textarea {
    width: 400px;
    height: 100px;
    padding: 2px;
}

.form .small input,.form input.small {
    width: 30px;
    padding: 2px;
}

.submit {
    margin-top: 15px;
    padding: 5px;
}

/**** site layout ***/

.width {
	width: 1000px;
	margin: auto;
}

.left_col {
	width: 200px;
	float: left;
	display: inline;
	padding: 0;
	padding-right: 12px;
}

.center_col {
	width: 608px;
	padding: 0;
	padding-right: 12px;
	float: left;
	display: inline;
}

.right_col {
	padding: 0;
	width: 150px;
	float: left;
	display: inline;
}

.right_col h4 {
    margin-top: 2em;
}

.columns {
	padding: 9px;
    padding-top: 33px;
	width: 100%;
}

/***** site header *****/
.header {
    background-repeat: no-repeat;
    background-position: center top;
	position: relative;
}

.header .width {
    position: relative;
    height: 149px;
}

/*** logo ***/
h1.logo {
	position: absolute;
	top: 14px;
	left: 2px;
	width: 427px;
	height: 81px;
	background: url(../img/logo.png) no-repeat;
}

h1.logo a {
	display: block;
	width: 427px;
	height: 15px;
	padding-top: 66px;
	text-decoration: none;
}

/*** search form ***/
.search {
	position: absolute;
	top: 32px;
	right: 0;
}

.search label {
	display: block;
}

.search input.txt {
	display: block;
	float: left;
	width: 172px;
	margin-right: 4px;
	padding: 2px 3px 3px 3px;
	font: normal 12px Arial;
	background: transparent url(../img/bg-input.png) repeat;
}

.search input.btn {
	display: block;
    float: left;
	width: 38px;
	height: 22px;
	background: url(../img/bg-search.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

.illustrate {
	height: 100px;
	width: 100%;
	float: left;
}

/** menu ***/
#nav {
    float: left;
    margin-top: 115px;
    margin-left: 150px;
}

.sf-menu a {
    padding: 10px 40px;
    text-decoration: none;
    background-image: url(/media/img/bg-menu-line.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.sf-menu li li {
	border-top: 1px solid #CCC;
}

.sf-menu li li a, .sf-menu li.first_menu a {
    background-image: none;
}

.sf-menu li ul {
	float: left;
    width: 100%;
}

.sf-menu li li a {
    padding: 10px;
}
/*dirt*/
*html .sf-menu li ul {
    width: 175px;
}

/*** catalog menu ***/
.menuCatalog .tree li {
    padding-left: 15px; /*tree indent*/
    padding-right: 0px;
    margin: 0px;
    
}

.menuCatalog .tree ul , .menuCatalog .tree ul ul  {
    display: none;
}

/* arrows */
/* 3rd level overrides */
.menuCatalog .tree ul ul li {
    padding-left: 15px; /*tree indent*/
}
.menuCatalog .tree ul ul li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
    display: inline !important;
}

/* 2nd level overrides */
.menuCatalog .tree li ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px; /*tree indent*/
}
.menuCatalog .tree ul li a{
	padding-left: 0px !important;
	padding-right: 16px !important;
	background-position: right !important;
	display: inline !important;
}

/* 1st level */
.menuCatalog .tree li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px; /* override indent */
}
.menuCatalog .tree li a {
    padding-left: 16px;
    display: block;
    line-height: 16px;
    background: url('/media/img/tree-icon-collapsed.gif') no-repeat;
}

.menuCatalog a.noexpand {
    background-image: none !important;
}

.menuCatalog li.selected * {
    background: transparent;
    border: none;
}

.menuCatalog li.selected  a {
	color: white;
}

.menuCatalog .tree li a.expanded {
    padding-left: 16px;
    background: url('/media/img/tree-icon-expanded.gif') no-repeat;
}

.content {
    margin-top: 20px;
}

.menuCatalog h2 span {
    display: none;
}

.menuCatalog h2 {
    height: 45px;
    margin-bottom: 1px;
}

fieldset.menuCatalogChange {
    padding:10px 10px 0;
}

.menuCatalogChange p {
    padding: 5px 0px;
}

.menuCatalogChange label {
    vertical-align: top;
}

.menuCatalogBox {
    padding: 1px;
}

.menuCatalogInner {
    background: url(../img/bg-catalog_menu.gif) repeat-x scroll 0 0;
}

/*** center column ***/
.banner {
	padding-bottom: 28px;
}

.banner img {
	display: block;
    margin: -7px -13px;
}

.banner p {
	padding: 7px 13px;
}


.welcome, .news {
	line-height: 1.5;
}

.welcome h2, .news h2 {
	padding-bottom: 25px;
	color: #000;
}

.welcome img, .news img {
    margin: 10px;
}

.welcome p, .news p {
	padding-bottom: 21px;
}

.welcome img.float, .news img.float {
	display: block;
	float: left;
	padding: 3px 16px 0 0;
}

/*** right column ***/
.add-to-basket {
    padding: 1px;
    border: 1px solid #AFAFAF;
    float: left;
    width: 180px;
}

.basket-button {
    background: url("../img/bg-catalog_menu.gif") top repeat-x;
}

.basket-button a, .basket-added {
    background: url('../img/basket-add.gif') left center no-repeat;
    line-height: 32px;
    display: block;
    height: 34px;
    padding: 5px;
    padding-left: 34px;
}

.basket-added {
    background-image: url('../img/basket-done.gif');
}

.basket .submit{
    width: 124px;
}

.basket h2.img {
	height: 45px;
	width: 150px;
    margin-bottom: 1px;
}

.basketBox {
    padding: 1px;
}

.basketBoxInner {
    /*padding: 10px 10px 3px 10px;*/
    background: url(../img/bg-catalog_menu.gif) repeat-x;
}
.basketBoxInner p{
    padding: 10px 5px;

}

.basket #basket_panel {
    padding: 10px;
}

.basket .logarea {
    padding: 10px;
}

.logarea fieldset p,
.logarea fieldset label,
.logarea fieldset input {
    margin-bottom: 10px;
    display: block;
} 

.logarea input.txt {
	width: 112px;
	padding: 2px 3px 2px 9px;
}

/*** poll ***/

.survey_block h2.img {
    background: url('../img/h2-poll.gif') no-repeat;
}

.survey_block .poll h1 {
    font-weight: normal;
    font-size: 12px;
    height: 20px;
    padding: 0px 10px;
    margin: 0;
}

.survey_block .poll form, .survey .poll fieldset  {
    padding: 10px;
}

.survey_block .poll li {
    margin: 3px 0px;
}

.survey_block .barPercent {
    font-size: 77%;
    margin-bottom: 5px;
}


.survey_block .question h2 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/*** this week ***/
.thisWeek h2 {
    float: left;
    margin-bottom:2px;
    padding:7px 18px 7px 15px;
}

.jcarousel-div li {
	text-align: center;
	color: #CCC;
}
.jcarousel-div li a {
	text-decoration: none;
}

.jcarousel-div li img {
	margin: auto;
}

.jcarousel-div li span {
	display: block;
}

/*** news block ***/
.news .news_item {
    padding: 1px;
    margin: 8px;
    width: 470px;
    height: 120px;
    float: left;
}

.news .news_item .wrapper {
    background: transparent url(../img/bg-this_week.gif) repeat-x scroll 0 0;
    height: 98px;
    width: 448px;
    padding: 10px;
}

/*
.news h2 span {
    display: none;
}

.news h2 {
    background: url(../img/h2-news.gif) no-repeat 0 0;
    height: 28px;
    width: 228px;
    margin-top: 20px;
}
*/

.news_item h5 {
	margin-bottom: 10px;
}

.news_title {
    overflow: hidden;
}

.news .arhive {
	margin-left: 10px;
	margin-top: 10px;
}

/*** sorting and pagination ***/
.sort {
    margin: 10px 0px;
}

.sort ul {
    float: left;
}

.sort li {
    float: left;
    padding: 5px;
}

.sort li.background {
    border-left: none;
    margin-left: 0px;
    margin-right: 0px;
}

/*** catalog section ***/
.category.section{
    width: 608px;
}
.category.section{
	margin: 10px 0px;
}

.category td {
    width: 182px;
    text-align: center;
    vertical-align: bottom;
}

.group_text {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #CCC;
}

.category .item-td {
    position: relative;
}

.category td a img {
	border: none;
	margin: 10px;
	margin-bottom: 20px;
}

.category .item-desc {
    width: 182px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.category .item-desc .price {
    padding: 5px 0px;
}

.category .item-desc a {
	font-weight: bold;
	margin-bottom: 5px;
}

/*** catalog item ***/
.about {
	margin-bottom: 15px;
}

.about .picture {
    float: left;
    margin: 15px;
    text-align: center;
    position: relative;
}

.about .price {
    margin: 5px 0px;
}

.about .description {
    padding-top: 2em;
    line-height: 1.5em;
}

.about .photos {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.about li {
    list-style-type: disc;
    list-style: inside;
}

.about p {
    margin: 10px 0px;
}

.about blockquote {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #999 dashed;
    background: #EEE;
}

.center_col h4 {
    padding: 0.5em 0em;
}

.center_col .item {
    float: left;
    display: inline;
    width: 183px;
    margin-right: 5px;
}

.center_col .item .basket-add-picture {
    height: 130px;
}

.item .price span {
    color: #222;
    font-weight: bold;
}

/* Таблица корзины */
.checkout table {
    width: 100%;
    background: #fff;
    border: solid 1px #fff;
    font: normal 14px 'Trebuchet MS';
}

.checkout th {
    padding: 10px;
    border: solid 1px #fff;
    vertical-align: middle;
    text-align: center;
}

.checkout td {
    padding: 10px;
    background: #eee;
    border: solid 1px #fff;
    vertical-align: middle;
}

.checkout td a {
    font-weight: bold;
}

.checkout .small input,.checkout input.small {
    width: 30px;
    padding: 2px;
    font: normal 12px Arial;
}

.center {
    text-align: center;
}

/*** news ***/
.article {
    padding: 10px 15px 30px 0;
}

.article_header {
    margin-bottom: 1em;
    display: block;
}

.articles td {
    vertical-align: top;
}


.news-list h4 ,
.news-list h3 {
    margin-bottom: 10px;
}

.news-list .news-text {
    margin-bottom: 5px;
}

.hr {
    width: 100%;
    height: 1px;
    background: #CCC;
    margin: 10px 0px;
}

/*** pages layout ***/
.articles {
    margin-bottom: 15px;
}

.page-thumb {
    float: left;
    margin: 0 10px 10px 0;
}

/*** search ***/
.search_results p.name {
    font-size: 16px;
    margin: 10px 0px;
} 

.search_results .img img {
    float: left;
    margin: 10px;
}

/*** footer ***/
.footer {
    margin: 50px auto 0 auto;
    padding: 15px 0 5px 25px;
    height: 40px;
}

.footer p {
    text-align: right;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #EEE;
}

.footer img {
    padding: 5px;
    vertical-align: middle;
}

/*** IE6 ***/
*html h1.logo { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/logo.png', sizingMethod='crop'); }
*html .search input.txt { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/bg-input.png', sizingMethod='scale'); }

