/*-----------------------------------------------------
   HOME
----------------------------------------------------- */
.box                                                  {
	width: 476px;
	height: 190px;
	display: inline;
	background: transparent url(../images/layout/home-box.gif) no-repeat 0 0;
	line-height: 20px;
}
.box .content                                         { padding: 24px; line-height: 16px; }
#homeLeft                                             { float: left; margin-left: -2px; }
#homeRight                                            { float: right; margin-right: -2px; }
.content h2                                           { margin: 0 0 15px 0; font-size: 20px; font-weight: normal; }
.content h2 a,
#homeRight h2                                         { color: #f49b33; text-decoration: none; }
.content h2 a:hover 				                  { color: #f49b33; text-decoration: underline; }

.content p,
.content ul                                           { margin: 10px 0; }

.content ul                                           { padding-left: 10px; }
.content a                                            { color: #5b656c; text-decoration: underline; }
.content a:hover                                      { color: #000; text-decoration: underline; }

.content a.more                                       { color: #f49b33; text-decoration: underline; }
.content a.more:hover                                 { color: #e17900; text-decoration: underline; }

.frame a                                              { color: #5b656c; text-decoration: underline; font-weight: bold; }
.frame a:hover                                        { color: #000; text-decoration: none; }

#novikvadrat img.right                                { display: inline; float: right; margin: 1px 20px 5px 20px; border: 1px solid #00a1de; padding: 1px; }
.title                                                { font-size: 1.2em; }
#salesInfo                                            { margin: 10px 0 10px 10px; }
#salesInfo li                                         { list-style: square outside none; margin-left: 15px; }
#homeLeft .content img                                { float: right; border: 1px solid #00a1de; padding: 1px; }
