body {
	margin: 0px;
	padding: 0px;
	background-color: #283D64;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	font-family: Arial, Tahoma, Verdana;
	font-size: normal;
}

a {
	color: #0388A5;
}
input, textarea {
	font-size: 11px;
	border: 1px solid #7b9eba;
}
.no_border {
	border: none;
}
h1, h2, h3, .title {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #0388A5;
	background-image: url("../images/title_bullet.gif");
	background-repeat: no-repeat;
}
h1, h2, h3 {
	margin: 10px 10px 10px 10px;
}
hr, .hr {
	border: none;
	border-bottom: 1px solid #F1F1F1;
	margin: 20px -5px 20px -5px;
}

img {
	border: none;
}

#main_table {
	border-collapse: collapse;
	width: 100%;
}
#main_table td {
	vertical-align: top;
}

#logotype {
	padding: 31px 56px 25px 82px;
}
#phone {
	text-align: right;
	padding: 31px 40px 25px 0px;
}

#content_block {
	width: 622px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
#content_block p {
	margin: 0px 10px 10px 10px;
}
#picture {
	margin: 0px 0px 10px 0px;
}

#cart_block {
	width: 100%;
	background-image: url("../images/cart_block_decor.gif");
	background-repeat: repeat-x;
	background-position: 0px 300px;
	padding: 0px 45px 0px 0px;
}

#cart_link {
	width: 40px;
	height: 215px;
	background-image: url("../images/cart_title.gif");
	background-repeat: no-repeat;
	background-position: 10px 80px;
	background-color: #FFC70C;
	cursor: hand;
	cursor: pointer;
}

#bottom_block {
	height: 140px;
	padding: 30px 0px 0px 0px;
	background-image: url("../images/bottom_decor.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	font-size: 12px;
}
#bottom_block a {
	color: #FFFFFF;
}
.dark_text {
	color: #8DAECC;
}
.dark_text a {
	color: #8DAECC;
}

.ico {
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	margin: 10px 10px 0px 0px;
}
#ico_home {
	background-image: url("../images/ico_home.gif");
	background-position: 0px 10px;
	padding: 18px 0px 0px 48px;
}
#ico_phone {
	background-image: url("../images/ico_phone.gif");
	padding: 18px 0px 0px 38px;
}
#ico_email {
	background-image: url("../images/ico_email.gif");
	background-position: 0px 10px;
	padding: 18px 0px 0px 38px;
	margin: 10px 0px 0px 0px;
}

#nav_block {
	padding: 0px 0px 0px 0px;
}

#catalog_label {
	float: left;
	width: 26px;
	height: 350px;
	background-image: url("../images/catalog_label.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
	разные варианты для разных браузеров (в связи с двойным margin в IE)
*/
.catalog_label {
	margin: 70px 0px 0px 20px;
}
.catalog_label_for_ie {
	margin: 70px 0px 0px 10px;
}
/*
---
*/

.button {
	width: 197px;
	background-color: #0584A2;
	margin: 0px 2px 1px 0px;
	padding: 7px 6px 6px 17px;
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.button:hover {
	color: #00D8FF;
}

#button_1 {
	background-image: url("../images/button_1.jpg");
	background-repeat: no-repeat;
}
#button_2 {
	background-image: url("../images/button_2.jpg");
	background-repeat: no-repeat;
}
#button_3 {
	background-image: url("../images/button_3.jpg");
	background-repeat: no-repeat;
}
#button_4 {
	background-image: url("../images/button_4.jpg");
	background-repeat: no-repeat;
}
#button_5 {
	background-image: url("../images/button_5.jpg");
	background-repeat: no-repeat;
}
#button_6 {
	background-image: url("../images/button_5.jpg");
	background-repeat: no-repeat;
}

#categories_title {
	width: 197px;
	float: right;
	color: #FFF494;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -1px 0px 0px 0px;
	border-left: 1px solid #485A7B;
	border-bottom: 1px solid #485A7B;
}
/*
	разные варианты для разных браузеров
*/
.categories_title {
	padding: 7px 8px 7px 16px;
}
.categories_title_for_ie {
	padding: 9px 8px 8px 16px;
}
.categories_title_for_netscape {
	padding: 7px 8px 6px 16px;
}
/*
---
*/
#categories {
	width: 197px;
	float: right;
	border-left: 1px solid #485A7B;
	padding: 12px 8px 12px 16px;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/categories_decor_1.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.category {
	list-style: none;
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.category a {
	color: #FFFFFF;
}
#categories_border {
	width: 222px;
	height: 10px;
	float: right;
	background-image: url("../images/categories_border.gif");
	background-repeat: repeat-x;
}
#categories_decor_2 {
	width: 14px;
	height: 10px;
	float: right;
	background-image: url("../images/categories_decor_2.gif");
	background-repeat: no-repeat;
}

#logotypes_block {
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#pfaff_logotype {
	margin: 10px 70px 10px 0px;
}

#counters_block {
	padding: 0px 0px 0px 0px;
}

#cart {
	position: absolute;
	width: 580px;
	background-color: #FFFFFF;
	border: 10px solid #fec70b;
	left: 290px;
	margin-top: -5px;
	padding: 15px;
}
.cart_hidden {
	display: none;
}
.cart_visible {
	display: block;
	top: 100px;
}
.cart_visible_for_ie {
	display: block;
	top: 97px;
}
.cart_visible_for_netscape {
	display: block;
	top: 101px;
}

/*
	стили карточек
*/
.catalog_item {
	border-collapse: collapse;
	width: 100%;
}
.catalog_item td {
	vertical-align: top;
}
.catalog_item_image {
	width: 120px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #EFEFEF;
}
.catalog_item_title {
	vertical-align: middle;
	padding: 10px 10px 0px 0px;
}
.catalog_item_title a {
	font-weight: bold;
}
.catalog_item_table {
	padding: 5px 10px 10px 0px;
	border-bottom: 1px solid #EFEFEF;
}

.catalog_item_versions {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #FF9900; 
}
.catalog_item_versions td, th {
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
.catalog_item_versions th {
	background-color: #FF9900;
	color: #fff;
	font-weight: normal;
}
.catalog_item_versions td {
	border-bottom: 1px solid #C9C9C9;
}
th.versions_title {
	font-weight:normal;
}
td.versions_title_td {
	white-space: nowrap;
}
.item_description {
	margin-bottom: 5px;
}
.inner_block {
	width: 602px;
	padding: 0 5px 0 5px;
}
#description_block {
	padding: 0 0 10px -5px;
	margin-top: 10px;
}
#image_block {
	padding: 0 0 10px 0;
}
.news {
	border-bottom: 1px solid #C9C9C9;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.newsdate {
	background-color: #FF9900;
	color: #fff;
	font-size: 10px;	
	padding: 2px 2px 2px 2px;
	float: left;
	margin: 0;
}
.newstitle {
	clear: left;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.newstitle a {
	text-decoration: none;
	color: #0388A5;
}
