p.side_bar_header.add_company {
	font-size: 1.2em !important;
}
p.side_bar_header.add_company a,
p.side_bar_header.add_company a:link,
p.side_bar_header.add_company a:visited {
	color: black;
}
/*-------------------------------------*/

p.side_bar_header.alt {
	background: none !important;
	font-size: 1.2em !important;
}
p.side_bar_header.alt a,
p.side_bar_header.alt a:link,
p.side_bar_header.alt a:visited {
	color: black;
}

/*---------- Where to order ----------*/
p.side_bar_header.where_to_order {
	color: black !important;
}
div.where_to_order {
	padding: 0 0 0 10px;
}
div.where_to_order a,
div.where_to_order a:link,
div.where_to_order a:visited {
	display: block;
	width: 48%;
	float: left;
	margin: 0 2% 5px 0;
	padding: 0;
	font-size: 0.75em;
	color: black;
	text-decoration: none;
}
div.where_to_order a.left {
	clear: left;
}
div.where_to_order a:hover {
	color: red;
}
table.where_to_order {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}
table.where_to_order tr td {
	width: 50%;
	font-size: 0.75em;
}
table.where_to_order tr td  a,
table.where_to_order tr td a:link,
table.where_to_order tr td a:visited {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
	color: black;
	text-decoration: none;
}
table.where_to_order tr td a:hover {
	color: red;
}

table.where_to_order tr td.left {
	padding-right: 3px !important;
}
table.where_to_order tr td.right {
	padding-left: 3px !important;
}


/*---- news side block----*/
div.news_side_block {}
div.news_side_block p.side_bar_header {
	font-size: 1.14em;
}
div.news_side_block dl {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	font-size: 0.85em;
}
div.news_side_block dl dt {}
div.news_side_block dl dt.date {}
div.news_side_block dl dt.title {
	font-weight: bolder;
	margin: 0 0 3px 0;
}
div.news_side_block dl dt.title a,
div.news_side_block dl dt.title a:link,
div.news_side_block dl dt.title a:visited {}
div.news_side_block dl dt.title a:hover {}
div.news_side_block dl dd {
	margin: 0 0 10px 0;
}

/*----- side news block dark blue ----*/
div.news_side_block.dark_pink p.side_bar_header {
	color: #cc0066;
}
div.news_side_block.dark_pink dl {
	color: #cc0066;
}
div.news_side_block.dark_pink dl dt.title a {
	color: #cc0066;
}
div.news_side_block.dark_pink dl dd {
	color: #990066;
}

/*----- side news block dark pink ----*/
div.news_side_block.dark_blue p.side_bar_header {
	color: #003399;
}
div.news_side_block.dark_blue dl {
	color: #003399;
}
div.news_side_block.dark_blue dl dt.title a {
	color: #003399;
}
div.news_side_block.dark_blue dl dd {
	color: #003366;
}

/*----- side news block green ----*/
div.news_side_block.green p.side_bar_header {
	color: #006600;
}
div.news_side_block.green dl {
	color: #006600;
}
div.news_side_block.green dl dt.title a {
	color: #006600;
}
div.news_side_block.green dl dd {
	color: #003300;
}


/*----- Hot offers -----*/
td.left_side_bar div.hot_offers {
	margin-top: 5px;
}
td.left_side_bar div.hot_offers p.side_bar_header {
	color: #cc0000;
}
td.left_side_bar div.hot_offers dl {
	float: left;
	margin: 5px 0 18px 0;
}
td.left_side_bar div.hot_offers dl dt {
	float: right;
	width: 110px;
	clear: right;
	margin: 0;
	padding: 0 10px 0 0;
}
* html td.left_side_bar div.hot_offers dl dt {
	width: 110px;
}
td.left_side_bar div.hot_offers dl dt.title {
	margin: 0 0 6px 0;
}
td.left_side_bar div.hot_offers dl dt.title p.price {
	margin: 0 0 0 0;
	color: #660000;
	font-size: 1.15em;
	font-weight: bolder;
}
td.left_side_bar div.hot_offers dl dt.title p.price span.rub {
	background: url(images/rub.gif) left center no-repeat;
	text-indent: -10000px;
	width: 10px;
	line-height: 14px;
	display: inline-block;
}
td.left_side_bar div.hot_offers dl dt.title a,
td.left_side_bar div.hot_offers dl dt.title a:link,
td.left_side_bar div.hot_offers dl dt.title a:visited {
	font-weight: bolder;
	color: red;
	font-size: 0.85em;
	text-decoration: none;
}
td.left_side_bar div.hot_offers dl dd {
	margin: 0;
	text-align: justify;
	margin: 0 10px 0 10px;
	font-size: 0.85em;
	color: #660000;
}

td.left_side_bar div.hot_offers dl dd.img {
	float: left;
	margin: 0 10px 5px 10px;
	padding: 0;
	width: 100px;
	/*height: 100px;*/
	text-align: center;;
}
* html td.left_side_bar div.hot_offers dl dd.img {
	display: inline;
	margin: 0 5px 5px 9px;
}
td.left_side_bar div.hot_offers dl dd.img a,
td.left_side_bar div.hot_offers dl dd.img a:link,
td.left_side_bar div.hot_offers dl dd.img a:visited,
td.left_side_bar div.hot_offers dl dd.img a:hover {
	text-decoration: none;
	cursor: pointer;
}
td.left_side_bar div.hot_offers dl dd.img a.noimage {
	display: block;
	color: white;
	width: 80px;
	margin: 0 auto;
	padding: 35px 10px;
	background: gray;
}
td.left_side_bar div.hot_offers dl dd.img a img {
	border: none;
}
td.left_side_bar div.hot_offers dl dd span.date {
	color: red;
}

/*------- creative prtfolio ----------*/
td.left_side_bar div.creatiff_portfolio {
	width: 240px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
td.left_side_bar div.creatiff_portfolio p.side_bar_header {
	color: #003399;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
td.left_side_bar div.creatiff_portfolio dl {
	margin: 0 5px 10px 0;
	padding: 0;
	float: left;
	font-size: 0.85em;
}
td.left_side_bar div.creatiff_portfolio dl dt {
	margin: 5px 0 5px 0;
	padding: 0;
	width: 110px;
	float: right;
	display: block;
}
* html td.left_side_bar div.creatiff_portfolio dl dt {
	width: 113px;
}
td.left_side_bar div.creatiff_portfolio dl dt a,
td.left_side_bar div.creatiff_portfolio dl dt a:link,
td.left_side_bar div.creatiff_portfolio dl dt a:visited,
td.left_side_bar div.creatiff_portfolio dl dt a:hover {
	color: #003399;
	font-weight: bolder;
	text-decoration: none;
}
td.left_side_bar div.creatiff_portfolio dl dd {
	margin: 0 10px 0 10px;
	padding: 0;
	float: left;
	width: 100px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #336699;
}
* html td.left_side_bar div.creatiff_portfolio dl dd {
	display: inline;
}
td.left_side_bar div.creatiff_portfolio dl dd a,
td.left_side_bar div.creatiff_portfolio dl dd a:link,
td.left_side_bar div.creatiff_portfolio dl dd a:visited,
td.left_side_bar div.creatiff_portfolio dl dd a:hover {
	text-decoration: none;
}
td.left_side_bar div.creatiff_portfolio dl dd a img {
	border: none;
}
td.left_side_bar div.creatiff_portfolio dl dd a.noimage {
	display: block;
	color: white;
	width: 80px;
	margin: 0 auto;
	padding: 37px 10px;
	background: gray;
	text-align: center;
}

/*-------- SUBJECT LINKS --------*/
div.subj_links {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
div.subj_links dl {
	padding: 0;
	width: 49%;
	margin: 0px 1% 0 0;
	float: left;
}
div.subj_links dl dt {
	margin-bottom: 3px;
}
div.subj_links dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
div.subj_links dl.left {
	clear: left;
}
div.subj_links dl.right {
	margin: 0 0 1% 0;
}
div.subj_links a,
div.subj_links a:link,
div.subj_links a:visited {}
div.subj_links a:hover {}
div.subj_links dl dt a {
	font-weight: bolder;
}
div.subj_links dl dd a {}

/*----------- CONTENT NEWS IN 2 COLUMNS ---------------*/
table.news_2cols {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.news_2cols tr {
	
}
table.news_2cols tr td {
	width: 50%;
	vertical-align: top;
}
table.news_2cols tr td h3 {
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 1.28em;
	text-align: left;
}
table.news_2cols tr td.left {
	padding-right: 4px !important;
}
table.news_2cols tr td.right {
	padding-left: 4px !important;
}

table.news_2cols tr td dl {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 0.85em;
}
table.news_2cols tr td dl dt {
	margin-bottom: 3px;
}
table.news_2cols tr td dl dt a,
table.news_2cols tr td dl dt a:link,
table.news_2cols tr td dl dt a:visited {
	color: #003366;
	font-weight: bolder;
	text-decoration: none;
}
table.news_2cols tr td dl dt a:hover {
	text-decoration: underline;
}
table.news_2cols tr td dl dt span.date {
	white-space: nowrap;
	color: #333333;
}
table.news_2cols tr td dl dt span.date a,
table.news_2cols tr td dl dt span.date a:link,
table.news_2cols tr td dl dt span.date a:visited,
table.news_2cols tr td dl dt span.date a:hover {}
table.news_2cols tr td dl dt span.date a.printer {
	
}
table.news_2cols tr td dl dt span.date a.printer img {
	border: none;
	position: relative;
	top: 3px;
}
table.news_2cols tr td dl dd {
	margin: 0;
	padding: 0;
	color: #666666;
}
table.news_2cols tr td dl dd p.price {
	margin: 0;
	padding: 0;
	color: #660000;
	font-size: 1.33em;
	font-weight: bolder;
}
table.news_2cols tr td dl dd p.price span.rub {
	background: url(images/rub.gif) left center no-repeat;
	text-indent: -10000px;
	width: 10px;
	line-height: 14px;
	display: inline-block;
}