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

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

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

a:hover {
	text-decoration: none;
}

a img { border: 0; }

/* menu */
#catalogMenu, #catalogMenu ul { margin: 0; padding: 0; list-style: none; }
#catalogMenu { margin-left: 40px; }
	#catalogMenu li { margin-bottom: 10px; font-size: 18px; position: relative; }
	#catalogMenu li a {  font-weight: normal; color: #000000; text-decoration: none; }
	#catalogMenu li a:hover { text-decoration: underline; }
	#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; border: 1px solid #2A6AA8; background: #fff; padding: 5px 10px; }
	#catalogMenu li:hover ul { display: block;}
	#catalogMenu li li { margin: 3px 0; font-size: 12px; }
		#catalogMenu li li a { color: #2A6AA8; }
	#catalogMenu li.last { margin-top: 20px; }
	#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: none;
}

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: 5px 0;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
}

#menu td {
  padding: 5px 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%;
	height: 127px;
	background: #FFCE00 url(/images/bg_header_with_label.gif) left top no-repeat;
}

#panel {
	padding-left: 269px;
}

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

#menu {
	padding: 0px 0px 0px 14px;
	width: 420px;
	height: 85px; /* old 127 */
}

#login {
	background: transparent url(/images/bg_login.gif) 0px 7px no-repeat; /* was 70 7*/
	float: right;
	text-align: right;
	padding: 10px;
	margin: 0 22px 0 0;
	/*padding: 11px 35px 0px 0px;*/ /* padding: 11px 35px 0px 0px; */
	width: 169px; /* was 250 */
	height: 113px;
}

#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;
	padding-left: 43px;
}

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: 249px;
	float: left;
	margin: 15px 0px 50px 0px;
}

#title {
	padding-left: 210px;
}

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

#content {
	padding: 20px 18px 50px 256px;
}

#footer {
	width: 100%;
	height: 37px;
	background: #FFDC00 url(/images/bg_footer.gif) left top no-repeat;
}

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: 220px;
	margin: 0 0px 10px 0;
	float: left;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.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 {
 
}

.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 0px 20px 256px;
}

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

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

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

.error {
  margin-top: 20px;
  color: red;
  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 { font-size: 10px; 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: 40px; margin-bottom: 10px; }
	#globalSearch div { margin-bottom: 5px; }
	

	
	
table.mark {}
	table.mark td { text-align: center; font-size: 90%; }
	
	
	
.articul { font-size: 85%; color: #777; margin-bottom: 4px; }
	
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; }