/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2014, 12:19:49 PM
    Author     : admin
*/

.error { color: red;}
.ok { color: #4fbd4f;}

.listen_name { cursor: pointer;}

/* PRODUCT ITEM */
.select_child_one { text-decoration: none; background: url('/wp-content/uploads/lavka/select_one_child_normal.png') no-repeat; width: 206px; height: 156px; display: inline-block;}
.select_child_two { text-decoration: none; background: url('/wp-content/uploads/lavka/select_two_child_normal.png') no-repeat; width: 206px; height: 156px; display: inline-block; margin-left: 16px;}
.select_child_three { text-decoration: none; background: url('/wp-content/uploads/lavka/select_three_child_normal.png') no-repeat; width: 206px; height: 156px; display: inline-block; margin-left: 16px;}
.select_child_one.active { background: url('/wp-content/uploads/lavka/select_one_child_active.png') no-repeat;}
.select_child_two.active { background: url('/wp-content/uploads/lavka/select_two_child_active.png') no-repeat;}
.select_child_three.active { background: url('/wp-content/uploads/lavka/select_three_child_active.png') no-repeat;}
.select_text { text-align: center; color: #4C4C4C; padding-top: 80px; line-height: 25px;}
.select_text span { font-size: 20px; color: #A3A3A3; font-weight: bold;}
.active .select_text span { color: #B1101C;}