html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.hidden { display: none; }

a, a:link, a:visited {
	color: #2768AB;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a img { border: 0; }

/* menu */
#catalogMenu, #catalogMenu ul { margin: 0; padding: 0; list-style: none; }
#catalogMenu { margin-left: 10px; }
	#catalogMenu li { font-size: 14px; position: relative; margin-bottom: 3px; }
	#catalogMenu li a { font-weight: normal; color: #2768AB; text-decoration: underline; display: block; padding: 2px 0 2px 3px; }
	#catalogMenu li a:hover,
	#catalogMenu li a.hover { background: #FFDB00; }
	#catalogMenu li a.chosen { color: #000000; font-weight: normal; padding: 2px; background-color: #2768AB; color: #FFFFFF; }
	#catalogMenu li ul { display: none; width: 200px; position: absolute; top: 0; width: 100%; left: 160px; z-index: 100; background: #FFDB00; padding: 3px; }	
	#catalogMenu li ul.arranged { display: block; position: static; border: none; background: none; }
	#catalogMenu li:hover ul { display: block;}
	#catalogMenu li li { font-size: 12px; }
		#catalogMenu li li a { color: #2768AB; display: block; padding: 2px 3px; }
		#catalogMenu li li a:hover { background: #FFE757; }
	#catalogMenu li.last { margin-top: 20px; }
	#catalogMenu li.discount { }
		#catalogMenu li.discount a { color: red; }
	#catalogMenu li.tools { background: url('/images/tools.png') 0 0 no-repeat; padding-left: 26px; }




/* end of menu */

h3 {
  margin: 14px 0 14px 0;
  font-size: 14px;
  font-weight: bold;
  color: #2A6AA8;
}

a.item_title:link, a.item_title:visited {
  font-size: 13px;
  font-weight: bold;
	color: #2768AB;
	text-decoration: underline;
}

a.item_title:hover {
	text-decoration: underline;
}

span.noticeable {
	margin-top: 22px;
	font-size: 20px;
	color: #2c7dd1;
}

#menu a.chosen {
	padding: 2px;
	background-color: #5E8FC1;
	color: #FFFFFF;
}


#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}

#menu table {
  width: 100%;
  height: 100%;
}

#menu th {
  padding: 3px 0;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
}

#menu td {
  padding: 3px 0;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

#catalog h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2768AB;
	padding-left: 43px;
	margin-top: 9px;
	margin-bottom: 3px;
}

#catalog p a.chosen {
	padding: 2px;
	background-color: #FFBA00;
	color: #FFFFFF;
}


input.chosen {
  background-color: #FFBA00;
	color: #FFFFFF;
}

td {
	font-size: 12px;
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
}



h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 14px;
}

input.medium {
	width: 100px;
}

#up {
	margin-bottom: -37px;
}

#header {
	width: 100%;
	
	background: url('/images/logo_nw.png') left top no-repeat;
}

#panel {
	padding-left: 235px;
}

#contact {
	font-size: 10px;
	cursor: pointer;
	padding-top: 80px;
	padding-left: 0px;
	width: 215px;
	text-align: center;
	float: left;
	font-family: Arial, sans-serif;
}

#menu {
	float: right;
	width: 140px;
}

.cart-column {
	float: right; 
	width: 140px; 
	padding-top: 20px;
	overflow: hidden;
}

	.cart-column .cart-element, #empty-cart { margin-bottom: 3px; margin-top: 3px; }
		.cart-column .cart-element .title { height: 14px; overflow: hidden; width: 114px; }
		.cart-column .cart-element .price { font-size: 85%; }

	.cart-column .links { margin: 10px 0; }
		.cart-column .links div { margin: 5px 0; }
			.cart-column .links div a { background: url('/images/icon-goal.png') 0 3px no-repeat; padding: 4px 0 4px 19px; }
				.cart-column .links div a.clients { background-image: url('/images/icon-diploma.png') }
				.cart-column .links div a.experience { background-image: url('/images/icon-goal.png') }
				.cart-column .links div a.guarantee { background-image: url('/images/icon-shield.png') }
				.cart-column .links div a.reviews { background-image: url('/images/icon-star.png') }
				.cart-column .links div a.furni { background-image: url('/images/icon-furni.png') }
		
	.cart-column .discount { margin-top: 20px; }
		.cart-column .discount .price { font-weight: bold; }
			.cart-column .discount .price .label { color: red; }
		
		
#login {
	background: #FFDB00;
	text-align: left;
	padding: 10px;
}

#login input.medium {
  border-width: 2px 0px 0px 1px;
  border-color: #555555;
  border-style: solid;
  margin-left: 5px;
  width: 120px;
}

#login th {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

p.noticeable {
	margin-top: 22px;
	font-size: 20px;
	color: #2c7dd1;
}

div#title h1 {
	margin-top: 22px;
	font-size: 20px;
	color: #2c7dd1;
	padding-left: 43px;
	font-weight: normal;
	margin-bottom: 0;
}

.cart_sum {
	font-size: 20px;
	color: #2c7dd1;
}


p.punkt {
	padding-left: 63px;
}

#catalog {
	width: 189px;
	float: left;
	margin: 15px 0px 50px 0px;
}

#title {
	padding: 0 0 0 170px;
}

#crumbs {
	padding: 10px 35px 0 0;
	text-align: left;
	font-size: 13px;
}

#content {
	padding: 20px 150px 50px 196px;
}

#footer {
	width: 100%;
	height: 37px;
	background: #FFDC00;
}

p.copyright {
	padding: 13px 0px 0px 73px;
	font-size: 11px;
}

p.developer {
	float: right;
	padding: 1px 35px 0px 0px;
	font-size: 11px;
}

div.clear {
	clear: both;
}

#adminpanel {
	margin: 10px;
}

div.item {
	width: 46%;
	height: 210px;
	margin: 0 0px 5px 0;
	float: left;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
div.item-discount { height: 240px; }

div.status { font-size: 110%; font-weight: bold; }
div.delivery-date { font-size: 110%; font-weight: bold; }

div.right-item { margin-left: 5px; }

.no_table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

.bordered_table {
  border-collapse: collapse;
}

.bordered_table td, .bordered_table th {
  border: silver solid 1px;
  padding: 4px;
}

div.item_title {
 margin-bottom: 10px;
}

.viewBuy {}
	.viewBuy  .item_buy { background: #329031; color: #fff; padding: 5px 30px; border: 2px solid; border-color: #15DC15 #238722 #238722 #15DC15; font-weight: bold; }
	.viewBuy .inputQuantity { text-align: right; font-size: 18px; margin-right: 5px; margin-left: 10px; width: 30px; }

.item_price {
  background-color: #FFCC00;
	color: #000000;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	font-size: 14px;
}

.item_buy {
  background-color: #FF6000;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
}

hr.item_hr {
  width: 100px;
  color: #D2D2D2;
  height: 1px;
  background-color: transparent;
}

.forum_group {
  background-color: #cccccc;
}

#newsblock {
	margin: 20px 150px 20px 196px;
}

#newsblock table {
	border: 1px solid #FFCE00;
	width: 100%;
	 /*width: 97%;*/
}

#news th {
  font-size: 18px;
  color: #2768AB;
  font-weight: normal;
  text-align: left;
  padding: 5px;
}

#news td {
  font-size: 12px;
  padding: 5px;
}

.error {
  margin-top: 20px;
  color: red;
  text-align: center;
}

.notice {
  margin-top: 20px;
  color: Silver;
  text-align: center;
}

span.error {
	margin: 0 0 0 20px;
	color: red;
}

.success {
  margin-top: 20px;
  color: green;
}

.funny {
  border: 4px solid #FFCE00;
}

table.form td {
	padding: 5px 10px 5px 10px;
}

	table.form td input.text {
		width: 300px;
	}
	
	table.form td textarea {
		width: 300px;
		height: 100px;
	}



/* Сообщение "Найти дешевле - купи за эту цену */
.message-find-cheaper { margin: 10px 0 0 0; }


#promotext {
	padding: 20px 20px 20px 0;
}

	#promotext * {
		font-size: 95%;
	}



#hotBlock { margin:20px 20px 20px 256px; padding: 5px; border: 1px solid Green; }
	#hotBlock a img { border: 0; }
	#hotBlock .title { text-align: center; font-size: 130%; color: #2A6AA8; font-weight: bold; }
	#hotBlock .subtitle { text-align: center; margin-bottom: 10px; }
	#hotBlock table { width: 99%; margin-bottom: 10px; }
		#hotBlock td { width: 25%; vertical-align: top; text-align: center; }
			#hotBlock td div.photo { margin-bottom: 5px; }
	#hotBlock .more { text-align: right; }
	
	
	
#categoryDescription { margin:20px 20px 20px 256px; }

.on_order_link { color: #2C7DD1; text-decoration: none; cursor: pointer; }
#notifierOnOrder { position: absolute; top: 10px; left: 10px; background: #333; padding: 5px; font-size: 9px; color: #ddd; font-family: Arial; width: 180px; }


#globalSearch { padding-left: 10px; margin-bottom: 10px; background: url('/images/search-mask.gif') 100% 50% no-repeat #FFDB00; padding: 5px; }

	

	
	
table.mark {}
	table.mark td { text-align: center; font-size: 90%; }
	
	
	
.articul { font-size: 95%; color: #777; margin-bottom: 4px; font-weight: bold; }
	
p.see_also { font-weight: bold; font-size: 115%; }

.doOrderLabel { font-size: 14px; font-weight: bold; margin: 14px 0 5px 0; }

.inlineCategoryElement { background: #F0F0F0; padding: 2px 5px; margin-bottom: 1px; }
.inlineCategoryElement:hover { background: #FAF8DD; }
	.inlineCategoryElement a { text-decoration: none; }
	
	
.inlineCatalogList {}
	.inlineCatalogList .elementTitle { width: auto; }
	.inlineCatalogList .elementPrice { width: 80px; text-align: right; }
	.inlineCatalogList .elementBuy { width: 160px; text-align: right; }
	
	
div.paginator { margin: 20px 0; }

div.rules li { padding: 2px 0; }

span.discount { font-size: 12px; color: Red; font-weight: bold; }
div.sent { font-size: 12px; color: #73C762; font-weight: bold; padding-top: 30px; }

table.comment { width: 99%; }
table.comment td { vertical-align: top; }


#calc { width: 400px; border: 1px solid Silver; padding: 5px 10px; margin: 10px 0; display: none; }
	#calc p { line-height: 24px; }
		#calc p span { white-space: nowrap; }
		#calc p span.price { font-size: 18px; font-family: Helvetica; font-weight: bold; font-style: italic; }	
		
		#calc p label, #ccity label, #ctype label { float: left; width: 150px; }

#more_info { color: #999999; }
#more_assembly_info { color: #999999; }

#lifting label.space { display: block; width: 150px; float: left; }
#more_about_lifting { display: none; }

.has_info { background: url("/images/question_blue.gif") no-repeat scroll right top transparent; padding-right: 15px; }

.data_table td{ font-size: 90%; }


tr.to_delete { background: orange !important; }
