* {
	text-align: left;
}
center, p[align=center] {
	text-align: center;
}

html {
    margin:0;
    padding:0;
	height:100%;
}
body {
    margin:0;
    padding:0;
    border:0 none;
    height:100%;
	background: url(../images/bg.jpg) repeat 0 0;
	font-family: arial,tahoma,verdana;
	width:100%;
	scroll: auto;
	color: #665F52;
	font: 12px tahoma,verdana,arial;
}

A:visited { text-decoration: none; color: #666666;} 
A:link { text-decoration: none; color: #666666;}
A:hover { text-decoration: underline; color: #666666;}

a.over { text-decoration: underline;}

.submit {
  position: absolute;
  color: #FFF;
  border: 0;
  padding: 0;
  margin: 0;
  background: #FFF;
  left: -8000px;
  top: -8000px;
}

div.clear {
	clear: both;	
}

div.page-top {
	width: 100%;
	background: url(../images/bg_main.jpg) repeat-x 0 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -141px 0;
	padding: 0;
}

div.page {
	margin: 0 auto;
	width: 1000px;
	min-height: 200px;	
	padding-bottom:  145px;
}

div.page-bg {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/bg_top.png) no-repeat top center;	
	min-height: 300px;	
}

div.page-bg.catalog {
	width: 1200px;
}

div.page.main {
	margin: 0 auto;
	width: 1200px;
	height: auto;
}

div.page .top {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 62px;
	background: url(../images/top.png) no-repeat 0 0;
}

div.page .top.admin {
	background: url(../images/top_admin.png) no-repeat 0 0;
}

div.page .top .logo {
	position: absolute;
	top: 20px;
	left: 887px;
	width: 85px;
	height: 17px;
}

div.menu-top {
	position: absolute;
	top: 21px;
	left: 5px;
	width: auto;
	height: 17px;
}

div.menu-top a {
	padding: 0 30px 0 37px;
	font-size: 12pt;
	font-family: Verdana;
}

div.menu-top.admin {
	margin-left: 15px;
}

div.menu-top.admin a {
	padding: 0 5px 0 5px;
	font-size: 12pt;
	font-family: Verdana;
}
div.menu-top a:visited { text-decoration: none; color: #676152;} 
div.menu-top a:link { text-decoration: none; color: #676152;}
div.menu-top a:hover { text-decoration: underline; color: #676152;}

div.menu-top a.over {
	text-decoration: underline;
}

.content {
	width: 800px;
	height: auto;
	margin: 0 auto;
	font-size: 10pt;
	color: #959287;
}

.content.main {
	width: 800px;	
}

.content.catalog {
	width: 1200px;
}

.page.catalog {
	width: 1200px;
}

.content .left-panel {
	width: 200px;
	height: auto;
	margin-right: 5px;
	margin-top: 60px;
}

.content .right-panel {
	width: 200px;
	height: auto;
	margin-left: 5px;
	margin-top: 60px;
}

/*
 * Search
 */

div.search {
	width: 771px;
	height: 65px;
	margin: 0 auto;	
	margin-top: 35px;
	margin-bottom: 10px;
}

div.search .title {
	font-family: Verdana;
	color: #676152;
	font-size: 10pt;
	margin: 2px 0 10px 15px;
}

div.search .title a:visited { text-decoration: none; color: #676152;} 
div.search .title a:link { text-decoration: none; color: #676152;}
div.search .title a:hover { text-decoration: underline; color: #676152;}

div.search .title .search-form {
	width: 771px;
	height: 40px;	
}

div.search .search-form .left {
	float: left;
	position: relative;
	width: 641px;
	height: 32px;
	background: url(../images/form_input.png) no-repeat 0 0;
}

div.search .search-form .left input {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 611px;
	height: 22px;
	border: 0px none;
	background-color: #ECEFE4;
	font-family: Verdana;
	color: #CCC;
	font-style: italic;
}

div.search .search-form .left input.focused {
	color: #686253;
	font-style: normal;
}


div.search .search-form .left input:focus {
    outline: none;
}

div.search .search-form .right {
	float: left;
	margin-left: 7px;
	width: 123px;
	height: 40px;
	background: url(../images/form_submit.png) no-repeat 0 0;
	cursor: pointer;
}



/*
 * DOWN
 */
div.down {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 141px;
	background: url(../images/down.png) no-repeat left bottom;
}

div.down .line {
	width: 1000px;
	height: 1px;
	background-color: #AEB79B;
	margin: 7px 0 10px 0;
}

div.down .left {
	float: left;
}

div.down .right {
	float: right;
}

div.down .lnk-line {
	color: #ACB799;
}

div.down .lnk-line a {
	font-size: 7pt;
	font-family: Verdana;
}
div.down .lnk-line a:visited { text-decoration: none; color: #ACB799;} 
div.down .lnk-line a:link { text-decoration: none; color: #ACB799;}
div.down .lnk-line a:hover { text-decoration: underline; color: #ACB799;}

div.down p {
	color: #ADB79A;
	font-size: 12pt;
	font-family: Verdana;
}

div.down p a:visited { text-decoration: none; color: #ACB799;} 
div.down p a:link { text-decoration: none; color: #ACB799;}
div.down p a:hover { text-decoration: underline; color: #ACB799;}

div.btnlist {
	width: 198px;
	height: 40px;		
}

ul.left-menu {
	margin: 10px 0 20px 0;
	padding: 0 0 0 13px;
	style: none;
	list-style: none;
	/*list-style: circle inside url(../images/point.png);*/
}

ul.left-menu li {
	font-family: Verdana;
	font-size: 11pt;
	color: #666052;
	margin: 3px 0 3px 0px;
	padding: 0px;
	list-style: none;
}

ul.left-menu li ul {
	margin: 2px 0 5px 0;
	padding: 0 0 0 20px;
	style: none;
	list-style: none;
}

ul.left-menu li a:visited { text-decoration: none; color: #666052;} 
ul.left-menu li a:link { text-decoration: none; color: #666052;}
ul.left-menu li a:hover { text-decoration: underline; color: #666052;}

ul.left-menu li a.over { text-decoration: underline;}

div.menu-catalog {
	display: none;
	position: absolute;
	top: -8000;
	left: -8000;
	width: 182px;
	height: auto;	
	z-index: 10;
}

div.menu-catalog .bg-top {
	background: url(../images/menu-top.png) no-repeat 0 0;
	width: 182px;
	height: 15px;
}

div.menu-catalog .bg-btn {
	background: url(../images/menu-btn.png) no-repeat 0 0;
	width: 182px;
	height: 15px;
}

div.menu-catalog .menu-main {
	background-color: #AEB79B;
	width: 182px;
	height: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}

div.menu-catalog .menu-main .menu-line {
	margin: 0 auto;
	width: 160px;
	height: 1px;
	background-color: #C7CDBD;
	margin-top: 7px;
	margin-bottom: 7px;	
}

div.menu-catalog .menu-main a:visited { text-decoration: none; color: #E3E6D8;} 
div.menu-catalog .menu-main a:link { text-decoration: none; color: #E3E6D8;}
div.menu-catalog .menu-main a:hover { text-decoration: underline; color: #FFF;}

/*
 * catalog-list
 */

div.catalog-list {
	float: left;
	width: 200px;
	height: 215px;
	margin: 7px;
	margin-left: 25px;
	margin-right: 25px;	 
}

div.catalog-list .photo {
	width: 200px;
	height: 145px;
	border: 1px solid #676152;
	background-color: #FFF;
	text-align: center;
}

div.catalog-list .catalog-info {
	padding: 5px 4px 5px 4px;
	color: #666052;
	line-height: 1.4em;
	font-size: 10pt;
}

div.catalog-list .catalog-info span {
	font-size: 8pt;
}

div.catalog-list .catalog-info a:visited { text-decoration: none; color: #676152;} 
div.catalog-list .catalog-info a:link { text-decoration: none; color: #676152;}
div.catalog-list .catalog-info a:hover { text-decoration: underline; color: #676152;}

div.catalog-list .catalog-info a.price:visited { text-decoration: none; color: #000;} 
div.catalog-list .catalog-info a.price:link { text-decoration: none; color: #000;}
div.catalog-list .catalog-info a.price:hover { text-decoration: underline; color: #000;}

/*
 * PR
 */

div.pr {
	margin-left: 15px;
	width: 750px;
	height: auto;
}

div.pr .line {
	margin: 10px 0 10px 0;
	width: 750px;
	height: 1px;
	background-color: #AEB79B;
}

div.pr table.pr-info {
	
}

div.pr table.pr-info td {
	color: #666052;
	padding: 2px;
}

div.pr table.pr-info td.name {
	text-align: right;
}

div.pr table.pr-info td span {
	color: #000;
}

div.pr .photo {
	margin: 0 10px 5px 0;
	width: 200px;
	height: 145px;
	border: 1px solid #676152;
	background-color: #FFF;
	text-align: center;
}

div.pr .btn_s {
	float: left;
	width: 198px;
	height: 40px;
	background: url(../images/btn_s.jpg) no-repeat 0 0;
	cursor: pointer;
}

div.pr .btn_c {
	float: left;
	margin-left: 2px;
	width: 198px;
	height: 40px;
	background: url(../images/btn_c.jpg) no-repeat 0 0;
	cursor: pointer;
}

div.cat-item {
	width: 195px;
	height: 52px;
	margin: 8px 0 8px 0;
	color: #676152;
	font-size: 8pt;
}

div.cat-item .photo {
	width: 50px;
	height: 50px;
	border: 1px solid #676152;
	background-color: #FFF;
}

div.cat-item .left {
	float: left;
}

div.cat-item .right {
	float: left;
	margin-left: 5px;
	padding-top: 3px;
}

/*
 * order
 */

div.order {
	position: relative;
	width: 204px;
	height: 86px;
	margin-top: -7px;
	background: url(../images/order.png) no-repeat 0 0;
	z-index: 5;
}

div.order.noprice {
	height: 55px;
	background: url(../images/order2.png) no-repeat 0 0;
}

div.order .close {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 15px;
	height: 15px;
	background: url(../images/order_close.png) no-repeat 0 0;
	cursor: pointer;
}

div.order div.info {
	padding: 7px 13px 0 27px;
	color: #666052;
	font-size: 9pt;		
}

div.order .info p {
	text-align: right;
}

div.order .info span {
	text-align: right;
	color: #000;	
}

table.order-table {
	width: 100%;
	border:none;
	border-collapse:collapse;	
}

table.order-table td {
	padding: 5px;
	vertical-align: middle;
	color: #676152;
}

table.order-table tr.st td {
	border-bottom: 1px solid #AEB79B;
	padding: 4px;
}

p.order-price {
	text-align: right;
	color: #000;
	font-size: 11pt;
}

div.order_btn2 {
	margin-top: 15px;
	float: right;
	width: 138px;
	height: 40px;
	background: url(../images/order_btn2.png) no-repeat 0 0;	
	cursor: pointer;
}

div.order_btn3 {
	margin-top: 15px;
	float: right;
	width: 138px;
	height: 40px;
	background: url(../images/order_btn3.png) no-repeat 0 0;	
	cursor: pointer;
}

table.order-table .close {
	margin-left: 12px;
	width: 15px;
	height: 15px;
	background: url(../images/order_close.png) no-repeat 0 0;
	cursor: pointer;
}

div .cart-photo {
	width: 50px;
	height: 50px;
	border: 1px solid #676152;
	background-color: #FFF;
}

table.pr-info td {
	color: #666052;
	padding: 2px;
}

table.pr-info td.name {
	text-align: right;
}

table.pr-info td.name2 {
	text-align: left;
	padding: 7px 0 2px 2px;
}

table.pr-info td span {
	color: #000;
}


table.pr-info td input[type="text"], table.pr-info td textarea {
	width: 350px;
	border: #999 1px solid;
	height: 25px;
}

/*
 * cat-list
 */

div.cat-list {
	margin-top: 50px;
}

div.cat-list .item {
	float: left;
	width: 240px;
	height: 280px;
	margin: 0 5px 40px 5px; 
	cursor: pointer;
}

div.cat-list .item .title {
	width: 240px;
	height: 40px;
	color: #666052;
	text-align: center;
	font-size: 13pt;
}

div.cat-list .item .img {
	position: relative;
	width: 240px;
	height: 240px;
}

div.cat-list .item .img .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 240px;
	z-index: 5;
	
}

div.cat-list .item .img .bg-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 240px;
	z-index: 10;
	
}

div.cat-list .item .img .bg-top.l1 {
	background: url(../images/l1.png) no-repeat 0 0;
}

div.cat-list .item .img .bg-top.l2 {
	background: url(../images/l2.png) no-repeat 0 0;
}

div.f {
	float: left;
	width: 83px;
	height: 25px;
	background: url(../images/f.png) no-repeat 0 0;
	margin: 6px 0 0 50px;
	cursor: pointer;
}

div.v {
	float: left;
	width: 83px;
	height: 25px;
	background: url(../images/v.png) no-repeat 0 0;
	margin: 6px 0 0 15px;
	cursor: pointer;
}

div.btn_s2 {
	float: left;
	width: 106px;
	height: 33px;
	margin-left: 45px;
	background: url(../images/btn_d.png) no-repeat 0 0;
	cursor: pointer;
}

div.btn_back {
	width: 138px;
	height: 33px;
	margin: 0 auto;
	background: url(../images/btn_back.png) no-repeat 0 0;
	cursor: pointer;
	margin-top: 15px;
}

div.zakaz {
	margin: 0 auto;
	width: 740px;
	height: auto;
	background-color: #ECEFE4;
	border: 1px solid #D2D8CA;
}

div.zakaz .zakaz-cnt {
	padding: 10px;
	color: #868576;
	font-size: 12px;
}

div.zakaz .zakaz-cnt p {
	color: #000000;
	line-height: 1.7em;
}

div.zakaz .zakaz-cnt p span {
	font-size: 18px;
}

div.zakaz-line {
	margin: 0 auto;
	width: 665px;
	height: auto;
	border-bottom: 1px solid #D2D8CA;
	margin-top: 10px;
	padding: 0 0 5px 0;
}

div.zakaz-line .line-left {
	width: 500px;
	float: left;	
	text-align: right;
	line-height: 1.4em;
}

div.zakaz-line .line-left span {
	color: #F39200;
}

div.zakaz-line .line-right {
	color: #F39200;
	font-size: 14px;
	width: 150x;
	float: left;
	font-weight: bold;
	padding-top: 16px;
	margin-left: 8px;	
}

div.top_btn {
	position: absolute;
	top: 0px;
	left: 565px;
	height: 60px;
	width: 320px;
}

div.top_btn .btn_top_4 {
	position: absolute;
	top: 21px;
	left: 5px;
	height: 40px;
	width: auto;
}

div.top_btn .btn_top_3 {
	position: absolute;
	top: 14px;
	left: 80px;
	height: 40px;
	width: 138px;
	background: url(../images/reg.png) no-repeat 0 0;
	cursor: pointer;	
}

div.top_btn .btn_top_2 {
	position: absolute;
	top: 14px;
	left: 220px;
	height: 40px;
	width: 95px;
	background: url(../images/btn_top_2.png) no-repeat 0 0;
	cursor: pointer;	
}

div.top_btn .btn_top_1 {
	position: absolute;
	top: 14px;
	left: 220px;
	height: 40px;
	width: 95px;
	background: url(../images/btn_top_1.png) no-repeat 0 0;
	cursor: pointer;	
}

div.top_btn .btn_top_user {
	position: absolute;
	top: 24px;
	left: 10px;
	height: auto;
	width: 201px;		
	color: #665F52;
	font-size: 12px;
}

