/* --- CATALOG FILTER CSS STYLES --- */
div.form_filt {
	margin-bottom: 10px;
    width: 700px;
}
div.form_filt_l {
	width: 25px;
	height: 102px;
	background-image: url(shop/filt_l.gif);
}
div.form_filt_c {
	width: 650px;
	height: 102px;
	padding-left: 10px;
	background-image: url(shop/filt_c.gif);
}
div.form_filt_r {
	width: 14px;
	height: 102px;
	background-image: url(shop/filt_r.gif);
}
div.form_filt_i {
	margin: 5px 0px;
	height: 30px;
}
div.form_filt_b {
	text-align: right;
	margin-top: 10px;
}
input.form_filt_butt, div.report_action input {
	width: 141px;
	height: 29px;
	background: url(shop/filt_butt.gif) no-repeat;
	border-width: 0px;
	color: white;
	font-weight: bold;
}

.test{
    background: none url(shop/filt_butt.gif) no-repeat;
}

div.menu_auth_butt input {
    width: 108px;
    height: 35px;
    background: url(pic/sender_btn.gif);
    font-weight: normal;
    border-width: 0px;
}


/* --- PRODUCTION LIST CSS STYLES --- */
div.shop_book { margin: 10px 0px; }
div.shop_book_left { width: 560px; }
div.shop_book_rite { width: 100px; }
div.shop_book_head { border-bottom: 1px dotted #a8a79c; }
div.shop_book_cost {
    height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #8c00ba;
	color: #ff528d;
}
div.shop_book_text {
	height: 80px;
	margin-top: 10px;
}
div.shop_book_foto {
	width: 80px;
	height: 80px;
	padding: 8px;
	border: 2px solid #c9bf9d;
	background-color: white;
	margin-top: 10px;
}
div.shop_book_post {
	height: 20px;
	background-color: none;
	text-indent: 10px;
}
div.shop_book_head a {
	text-decoration: none;
	font-size: 16px;
	color: #ac08e9;
	font-weight: bold;
}
div.shop_book_head a:hover {
	color: #5d1877;
}


/* --- PERSONAL PRODUCT PAGE CSS STYLES --- */
div.shop_prod {}
div.shop_prod_foto {
	width: 220px;
	height: 220px;
	padding: 8px;
	border: 2px solid #c9bf9d;
	background-color: white;
}
div.shop_prod_data {
	width: 410px;
	padding-left: 10px;
	height: 30px;
	margin-top: 0px;
}
div.shop_prod_keys { width: 160px; }
div.shop_prod_vals { width: 250px; }


/* --- BASKET CSS STYLES --- */
div.menu_bask {
	width: 220px;
	padding: 10px;
	height: 202px;
	background-image: url(pic/bask.gif);
	margin-bottom: 10px;
}


/* --- PRODUCTION COMMENTS CSS STYLES --- */
div.otzv_item {
	width: 680px;
	background-color: #efeede;
}
div.otzv_info {
	width: 220px;
	padding: 10px;
}
div.otzv_cell {
	margin-top: 10px;
	text-indent: 10px;
}
div.otzv_cell input {
	width: 220px;
	margin: 0px;
	padding: 3px 0px;
}
div.otzv_cell img {
	width: 220px;
	height: 80px;
}
div.otzv_text {
	width: 420px;
	padding: 10px;
	background-color: #f4f3e5;
}
div.otzv_text textarea {
	width: 416px;
	height: 220px;
}
div.otzv_numb {
	text-align: center;
	padding: 0px;
	width: 30px;
	background-color: #c300bf;
	color: white;
	font-weight: bold;
}
div.otzv_list_numb a {
	color: white;
}
div.otzv_mess {
	background-color: #ff528d;
	padding: 20px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}


/* --- TAGS FORM CSS STYLES --- */
div.form_tags { width:650px; text-align: justify; }
div.form_tags a { color: #eeeeee; }


/* --- SHOP REPORT CSS STYLES --- */
div.shop_report {
	width: 286px;
    padding: 30px 15px;
    border: 2px solid #ff528d;
}

div.shop_report_tr {
	width: 280px;
}

div.shop_report input {
	width: 70px;
    height: 22px;
	border: 2px solid #aaaaaa;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

.text_input {
    width: 100px;
    height: 22px;
    border: 2px solid #aaaaaa;
    padding: 0px;
    text-align: center;
    font-weight: bold;
}


/* menu */
div.menu_mark {
    width: 600px;
    padding: 10px 40px;
    text-align: center;
    padding-bottom:50px;
}
div.menu_mark a {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    margin-right: 2px;
    font-weight: bold;
    background-color: #f0c9e8;
    border: 1px solid white;
    color: white;
}
div.menu_mark a:hover { background-color: #f770b5; }
div.menu_mark a.hover { background-color: #f24388; }

div.list_admin div.tr_0 {
	padding: 6px 4px;
	background-color: #f24388;
	color: white;
	font-weight: bold;
}
div.list_admin div.tr_0 a { color:#f0c9e8; text-decoration:none; }
div.list_admin div.tr_0 a:hover { color:white; }

div.list_admin div.tr_1, div.list_admin div.tr_2 { margin-top:2px; padding: 6px 0px; }
div.list_admin div.tr_1 { background-color:#f8f7e0; }
div.list_admin div.tr_2 { background-color:#e8e7d0; }
div.list_admin div.tr_1, div.list_admin div.tr_1 a { color:#f86868; }
div.list_admin div.tr_2, div.list_admin div.tr_2 a { color:#c84848; }
