@import url('common.css');
@import url('design.css');
@media print {
#left, #right, #header, #top-menu, .footer, #uis-online-consultant { display: none; }
#content { display: block }
} 

.clear { clear: both; height: 1px; overflow: hidden; }

table caption { margin-left: 45px; padding-bottom: 5px; text-align: left; font-size: 85%; font-weight: bold; }

fieldset { padding: 0 10px 10px 10px; border: 1px solid #0c5a0f; }
fieldset legend { padding: 0 5px; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 90%; color: #000; }


/* form
----------------------------------------------------------------------------*/
form h3 { margin: 0 0 0.3em 0; padding: 0; }

h1 { margin-bottom:7px; color: #f00; }
h2 { margin-bottom:5px; font-size:16px; color: #00f; }


/* contacts
----------------------------------------------------------------------------*/
#contacts { width: 181px; margin: 40px auto 20px auto; background: #fff;	border-left: 1px solid #ff9438; border-right: 1px solid #ff9438; }

#contacts .container { padding: 12px 8px 5px 8px; text-align: center; }

#contacts .container p.header { font-size: 80%; }
#contacts .container p { font-size: 70%; }


/* cart
----------------------------------------------------------------------------*/
#cart { position: relative; margin-bottom: 50px; padding: 0; font-size: 70%; border: 5px solid #FFA340; }
#cart div { position: absolute; width: 50px; height: 50px; top: -5px; //top: 0; left: -5px; background: url(images/i-cart-big.gif) no-repeat; }
#cart span { display: block; padding: 7px 10px 7px 40px; text-align: center; }


/* hint
----------------------------------------------------------------------------*/
#hint {
	position: absolute;
	width: 175px;
	padding: 10px 12px;
	text-align: left;
	background: #FCFFE5 none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
	z-index: 1002;
}

#hint .close {
	position: absolute;
	right: 0;
	margin-right: 10px;
	padding: 0 3px;
	border: 1px solid #FF9438;
	font-size: 70%;
	text-align: center;
	text-decoration: none;
	line-height: 110%;
	height: 12px;
}

#hint p {
	margin: 0;
	color: #404040;
	font-size: 12px;
}

#hint div {
	position: absolute;
	width: 11px;
	height: 19px;
	top: 10px;
	left: -11px;
	background: url(images/i-hint.gif) no-repeat;
}

#hint div.h {
	width: 19px;
	height: 11px;
	top: -10px;
	left: 5px;
	background: url(images/i-hint-h.gif) no-repeat;
}



/* banner
----------------------------------------------------------------------------*/
.smallbanners { width: 545px; padding-top: 14px; border-top: 1px solid #777; margin: 4px 12px 0 12px; }
.banner { margin-bottom: 13px; text-align: center; font-size: 90%; border-bottom: 1px solid #777; padding-bottom: 37px; }
.banner img { display: block; }



/* 2 column table
----------------------------------------------------------------------------*/
.col2 td { width: 50%; padding: 0 0 20px 0; }
.col2 td.left { padding-right: 15px; }
.col2 td.right { padding-left: 15px; }

.col2 h2 { margin-top: 0; font-size: 150%; }



/* 3 column table
----------------------------------------------------------------------------*/
.col3 td { width: 33%; padding: 0 0 20px 0; }
.col3 td.left { padding-right: 5px; }
.col3 td.center { width: 34%; padding-left: 10px; padding-right: 10px; }
.col3 td.right { padding-left: 5px; }

.col3 h2 { margin-top: 0; font-size: 150%; }



/* engine alert
----------------------------------------------------------------------------*/
.alert { color: #f00; }



/* news
----------------------------------------------------------------------------*/
.news { margin-bottom: 1.5em; }
.news img { float: left; margin: 0 10px 0 0; }
.news .date { margin-bottom: 0.3em; color: #999; font-size: 70%; }
.news .header { font-weight: bold; }
.news p { line-height: 130%; }

.calendar { margin-bottom: 50px; }
.calendar table { width: auto; margin: 0 auto; }
.calendar td { padding: 0 15px 0 0; vertical-align: top; font-size: 80%; line-height: 200%; }

.calendar a.active { font-weight: bold; }



/* catalog_index
----------------------------------------------------------------------------*/
table.catalog_index { clear: left; position: relative; }
table.catalog_index td { vertical-align: top; }
table.catalog_index div.cat { position: relative; margin: 0 0 20px 0; }
table.catalog_index div.cat a { position: relative; font-size: 100%; z-index: 2; }
table.catalog_index div.cat a.with-icon { margin-left: 25px; }
table.catalog_index div.subcat { position: relative; padding-top: 2px; z-index: 2; }
table.catalog_index div.subcat a { color: #000; font-size: 80%; font-weight: normal; }

table.catalog_index div.cat div.icon { position: absolute; float: left; width: 48px; height: 48px; top: -8px; left: -12px; background: top left no-repeat; z-index: 1; }



/* catalog_section
----------------------------------------------------------------------------*/
table.catalog_section { position: relative; margin: 0.5em 0; }
table.catalog_section td { vertical-align: top; }
table.catalog_section div.cat { position: relative; margin: 0 0 1em 0; }
table.catalog_section div.cat a { position: relative; font-size: 95%; z-index: 2; }
table.catalog_section div.cat a.with-icon { margin-left: 25px; }
table.catalog_section div.subcat { position: relative; padding-top: 2px; z-index: 2; }
table.catalog_section div.subcat a { color: #000; font-size: 80%; font-weight: normal; line-height: 150%; }

table.catalog_section div.cat div.icon { position: absolute; float: left; width: 48px; height: 48px; top: -8px; left: -12px; background: top left no-repeat; z-index: 1; }


/* catalog_section
----------------------------------------------------------------------------*/
table.catalog_section_accompanying { margin: 0.2em 0 1em 0; }
table.catalog_section_accompanying td { vertical-align: top; }
table.catalog_section_accompanying div.cat { margin: 0 0 0.2em 0; }
table.catalog_section_accompanying div.cat a { color: #000; font-size: 80%; }

table.catalog_section_accompanying div.cat div.icon { display: none; }



/* pager
----------------------------------------------------------------------------*/
.action-line { width: 95%; margin: 0 0 1em; padding: 6px 0; font-size: 80%; font-weight: bold; color: #000; }

.action-line span { padding: 6px 7px; font-weight: normal; }
.action-line span.active { background: #eee; font-weight: bold; }

/*
.action-line a { color: #000; }
.action-line a:hover { color: #f33; }
*/



/* catalog
----------------------------------------------------------------------------*/
table.catalog { width: 100%; margin: 0.5em 0 1.5em; border-top: 2px solid #ff9438; }

table.catalog th {
	padding: 7px 7px;
	text-align: left;
	vertical-align: middle;
	background-color: #f3f3f3;
	font-size: 75%;
	font-weight: normal;
	color: #000;
}

table.catalog th.availability { width: 10px; }
table.catalog th.article { width: 50px; }
table.catalog th.price { width: 75px; }
table.catalog th.count { width: 40px; }
table.catalog th.cart { width: 20px; }


table.catalog th.article, table.catalog th.name, table.catalog th.price, table.catalog th.count, table.catalog th.cart {
	border-left: 1px solid #fff;
}

table.catalog th.article, table.catalog th.price {
	text-align: center;
}

table.catalog td {
	padding: 8px 7px 5px 7px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #f3f3f3;
	font-size: 75%;
}

table.catalog td.name, table.catalog td.price, table.catalog td.count, table.catalog td.cart {
	border-left: 1px solid #f3f3f3;
}

table.catalog td.count { text-align: center; vertical-align: middle; }
table.catalog td.article { text-align: center; }
table.catalog td.article img { display: block; clear: both; margin-bottom: 5px; }
table.catalog td.price { text-align: right; }
table.catalog td.cart { position: relative; text-align: center; }

table.catalog td.price span { display: block; font-size: 90%; font-weight: bold; }
table.catalog td.price span.a { color: green; }



/* catalog section
----------------------------------------------------------------------------
.catalog_section {
	padding: 0;
	margin: 27px auto 0 auto;
}

.catalog_section ul {
	margin: 0;
	padding: 15px 20px;
	background-color: #fafafa;
	border-top: 2px solid #ff9438;
*/
	/*font-size: 65%;*/
/*
	ņolor: #404040;
}

.catalog_section ul ul {
	margin: 6px 0 0 6px;
	padding: 0;
	background: none;
	border: none;
}

.catalog_section ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.catalog_section ul ul li {
	font-weight: normal;
}

.catalog_section a:link, .catalog_section a:visited  {
	color: #404040;
}
*/

/* Catalog item detail
----------------------------------------------------------------------------*/
table.params { margin-bottom: 25px; }
table.params td.img { width: 30%; padding: 0; }
table.params td { padding: 0; vertical-align: top; font-size: 80%; }

table.params div { margin-bottom: 10px; font-weight: normal; }
table.params div.n { margin-bottom: 0; font-weight: bold; }
table.params .price { width: 250px; margin-bottom: 0; font-size: 180%; }

table.performance { font-size: 75%; }
table.performance td { padding: 5px 10px 5px 0; }
table.performance td.param_name { width: 35%; font-weight: bold; }


/* articles
----------------------------------------------------------------------------*/
.articles { margin: 0; padding: 0; list-style: none; }
.articles li { clear: left; margin: 0 0 1.5em; padding: 0; font-size: 100%; }
.articles .name { display: block; margin-bottom: 0.3em; font-size: 90%; font-weight: bold; }
.articles .description { margin: 0; font-size: 80%; line-height: 130%; }
.articles .image { float: left; margin: 5px 10px 5px 0; }



/* article
----------------------------------------------------------------------------*/
.article td { padding: 5px; border: 1px solid #000; }


/* actions
----------------------------------------------------------------------------*/
.discount {
color:green;
font-size: 14px;
margin-top: 0;
margin-bottom: 0; 
padding:0;
}
.newprice {
margin-top: -10px;
margin-bottom: 0; 
/* color:#9E82B5; */
color:#f00;
font-size:45px;
}
.timercontainer {
   background:no-repeat url(images/timerbg.gif) top left;
   font-size:11px; 
   color:#8c8c8c;
   width:240px;
   height:60px;
   margin-top:-18px;
   padding-top:12px;
}
.timercontainer span {margin-left:0px;margin-right:3px;font-size:16px; font-weight:600; color:#ED1C29;}

.timercontainer_small {
   background:no-repeat url(images/timerbgsmall.gif) top center;
   font-size:11px; 
   color:#8c8c8c;
   width:240px;
   height:60px;
   margin-top:-18px;
   padding-top:12px;
}
.timercontainer_small span {margin-left:0px;margin-right:3px; font-size:16px; font-weight:600; color:#ED1C29;}
#content p a.homelink {text-decoration: none !important; color: #404040  !important;}

table.catleft div.subcat a { font-size: 12px; }