/*RESET*/
html,body,div,span,object,h1,h2,h3,h4,p,font,img,dd,dt,dl,a,ul,ol,li,form {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    list-style-type:none;
    font-weight:400;
}

html {
    height:100%;
    height:100%;
}

body {
    color:#1E1E1E;
    height:100%;
    width:100%;
    background:#fff url(../images/bg.gif) repeat-x;
    font:normal 11px Arial , Verdana, Geneva, Helvetica, sans-serif;
}

p {
    color:#1E1E1e;
}

a,td,div {
    color:#1E1E1e;
}

body.subpage {
    background:#fff url(../images/bg_subpage_.gif) repeat-x 0 0;
    font:normal 11px Arial , Verdana, Geneva, Helvetica, sans-serif;
    color:#1E1E1E;
}

#wrap {
    width:100%;
    min-height:400px;
    height:auto!important;
    height:400px;
    background:url(../images/bg.jpg) no-repeat top center;
}

#wrap_subpage {
    width:100%;
    min-height:400px;
    height:auto!important;
    height:400px;
    background:url(../images/bg_wrap_subpage.jpg) no-repeat top center;
}

.clear {
    clear:both;
}

.subpage #center {
    min-height:400px;
    height:auto!important;
    height:400px;
    background:#fff;
    padding-top:2px;
    position:relative;
}

#shadow_left {
    zoom:1;
    background:url(../images/left_shadow_loop.gif) repeat-y;
    width:50px;
    position:absolute;
    left:-50px;
    top:0;
}

#shadow_right {
    zoom:1;
    background:url(../images/right_shadow_loop.gif) repeat-y;
    width:50px;
    position:absolute;
    right:-50px;
    top:0;
}

#shadow_left_content {
    zoom:1;
    background:url(../images/shadow_left.gif) no-repeat;
    width:50px;
}

#shadow_right_content {
    zoom:1;
    background:url(../images/shadow_right.gif) no-repeat;
    width:50px;
}

#text_content {
    padding-top:100px;
}

#logo img {
    margin-right:15px;
}

#content {
    width:1000px;
    margin:0 auto;
}

#footer_wrap {
    width:100%;
    height:auto;
}

#footer {
    margin:0 auto;
    width:1000px;
    clear:both;
}

#top img {
    float:left;
}

#top {
    width:1000px;
}

.subpage #top {
    width:1000px;
    height:233px;
    position:relative;
    z-index:1;
}

#log_on {
    background:#2A2A2A none repeat scroll 0 0;
    clear:both;
    float:right;
    height:auto;
    padding:7px 14px;
    text-align:right;
    width:auto;
}

#login_ {
    padding:5px 0 0;
    color:#fff;
}

#login_ input {
    display:block;
    color:#9E9E9E;
    background:#333;
    border-top:1px solid #939393;
    border-left:1px solid #939393;
    border-right:1px solid #939393;
    border-bottom:1px solid #dcdcdc;
    height:16px;
    width:157px;
    padding:2px 0 0 7px;
    font-size:11px;
    width:122px;
    margin-bottom:5px;
}

#login_ input.hidden_input {
    display:inline;
    padding:0;
    margin:0;
    border:none;
    visibility:hidden;
}

#login_ label {
    float:left;
    clear:both;
    color:#9E9E9E;
    font-weight:700;
    padding-left:10px;
    width:50px;
    padding-top:6px;
}

#login_ .submit input {
    display:block;
    width:20px;
    padding:0 15px;
    background:url(../images/bg_submit_arrow.gif) no-repeat;
    border:none;
    color:#fff;
    font-size:11px;
    margin-left:10px;
    cursor:pointer;
    height:18px;
}

#login_ .submit {
    margin:14px 0 0;
    float:left;
}

#login_ a {
    color:#fff;
}

.register {
    color:#9E9E9E;
    padding-top:1px;
}

#login .register a {
    color:#9E9E9E;
    text-decoration:none;
    font-size:10px;
}

#login .register a:hover {
    text-decoration:underline;
}

#flash {
    height:709px;
    float:left;
    padding-right:13px;
    margin-top:1px;
    margin-left:-84px;
}

#search_box {
    position:relative;
    overflow:visible;
    width:413px;
    height:148px;
    background:url(../images/bg_box_search.png) no-repeat;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin:35px 0 0 20px;
    float:left;
}

#search_box_left {
    position:absolute;
    top:0;
    left:-1px;
    height:118px;
    width:3px;
    background:url(../images/bg_box_search_left.png) no-repeat;
}

#search_box_right {
    position:absolute;
    top:0;
    right:-1px;
    height:118px;
    width:3px;
    background:url(../images/bg_box_search_right.png) no-repeat;
}

#search_box.wide {
    width:760px;
    height:118px;
    margin:1px;
    margin-left:3px;
    background:url(../images/bg_box_search_mid.png) repeat-x;
}

#search_box.wide .select_field {
    margin:0;
    position:absolute;
    top:40px;
    left:340px;
}

#search_box input#item {
    width:294px;
    background:url(../images/bg_input_search.png) no-repeat;
    color:#444;
    padding:10px 15px 8px;
    margin:32px 0 10px 42px;
    border:none;
}

#search_box.wide input#item {
    margin:0;
    position:absolute;
    top:40px;
    left:30px;
}

#search_box input[type=submit] {
    width:102px;
    height:30px;
    background:url(../images/bg_submit_search.png) no-repeat;
    color:#fff;
    border:none;
    text-indent:-15px;
}

#search_box input[type=submit]:hover {
    cursor:pointer;
}

#search_box.wide input[type=submit] {
    margin:0;
    position:absolute;
    top:41px;
    left:620px;
}

#search_box.subpage {
	background: none;
	padding-left: 10px;
	margin: 0;
	width: 230px;
	height: 75px;
	float: none;
}

#search_box.subpage #item {
	margin: 0;
	width: 180px;
    background:url(../images/bg_input_search_small.png) no-repeat;
}

#search_box.subpage input[type="submit"] {
	float: right;
	margin-right: 20px;
}

#text {
    float:left;
    width:411px;
    height:325px;
}

#text p span,#text p {
    color:#A3A3A3;
}

#text p a {
    color:#A3A3A3;
}

#text .more {
    background:url(../images/zobacz.jpg) no-repeat;
    display:block;
    text-decoration:none;
    color:#D3D3D3;
    font-family:Times;
    font-size:16px;
    height:26px;
    padding-top:6px;
    text-align:center;
    width:139px;
    margin:20px 0 0;
    float:right;
}

#text .more:hover {
    color:#fff;
}

#center_top #text.log_text {
    float:right;
    height:130px;
}

#promocje-wrapper {
    float:left;
    width:1000px;
    overflow:visible;
}

#promocje{
    float:left;
    width:411px;
    min-height:406px;
    height:auto!important;
    height:406px;
}

#promocje-right {
    float:left;
    margin-top:-150px;
    margin-left:150px;
    width:411px;
    min-height:406px;
    height:auto!important;
    height:406px;
}

#promocje-left {
    float:left;
    width:411px;
    min-height:406px;
    height:auto!important;
    height:406px;
}

#promocje-top {
    float:right;
    margin-top:-170px;
    width:421px;
    min-height:120px;
	margin-bottom: 50px;
}

#promocje-main {
    float:right;
    width:100%;
    min-height:406px;
	margin-top: -50px;
}

h1 {
    font-family:Times, serif;
    font-size:34px;
    color:#D3D3D3;
    padding-bottom:10px;
    padding-top:20px;
}

#text h1 a {
    font-family:Times, serif;
    font-size:34px;
    color:#D3D3D3;
    padding-bottom:10px;
}

#center {
    color:#A3A3A3;
    font-size:12px;
}

#center p {
    line-height:18px;
}

h2 {
    color:#3A3A3A;
    font-family:Times, serif;
    font-size:24px;
    padding:20px 0 10px;
}

h3 {
    font-weight:700;
}

#center_right h2 {
    margin-bottom:15px;
    float:left;
    padding-top:0;
    margin-top:-4px;
    border:none;
}

.promocje {
    border-bottom:1px dotted #cbcbcb;
    padding-bottom:20px;
}

.promocje h3 {
    padding:33px 0 5px;
}

.promocje h3 a {
    font-weight:700;
    text-decoration:none;
}

.promocje h3 a:hover {
    text-decoration:underline;
}

.promocje img {
    padding:24px 15px 0 0;
    float:left;
}

#footer {
    padding-bottom:60px;
    border-top:1px solid #E6E6E6;
    margin-top:20px;
}

#icons li {
    float:left;
    padding:0 11px;
    height:32px;
}

#icons {
    height:32px;
    border-bottom:1px solid #E6E6E6;
    padding:15px 0 10px;
}

#logo_footer {
    float:left;
    padding-top:15px;
}

#footer_menu li {
    float:left;
    padding-top:27px;
    color:#C9C9C9;
}

#footer_menu li a {
    color:#C9C9C9;
    text-decoration:none;
    font-size:9px;
    padding:0 4px;
}

#footer div {
    float:right;
    padding-top:18px;
    color:#1E1E1E;
}

#footer div a {
    text-decoration:none;
    color:#1E1E1E;
}

#footer div a:hover {
    text-decoration:underline;
}

#footer_menu {
    float:left;
    padding-left:160px;
}

#content.obudowy_serwerowe {
    background:url(../images/bg_obudowy_serwerowe.jpg) no-repeat;
}

#follower {
    color:#626262;
    float:left;
    padding-bottom:25px;
    background:url(../images/bg_h2.gif) repeat-x;
    width:722px;
    margin-left:4px;
    height:45px;
    line-height:45px;
    padding-left:40px;
}

#follower a {
    text-decoration:none;
    background:transparent url(../images/center_left_arrow.gif) no-repeat scroll right center;
    padding-right:7px;
    padding-left:2px;
    color:#626262;
}

#follower a.last {
    font-weight:700;
}

#follower a:hover {
    text-decoration:underline;
}

/*SUPAGES*/
#center_top {
    height:160px;
}

#advertisment {
    text-align:center;
    padding-top:4px;
}

#center_left h2 {
    font-size:20px;
}

#center_left {
    width:230px;
    float:left;
    min-height:400px;
    height:auto!important;
    height:400px;
    padding-bottom:60px;
}

.subpage #center_left h2 {
    margin-left:4px;
    margin-bottom:10px;
    height:45px;
    padding-top:0;
    padding-bottom:0;
    line-height:45px;
    font-weight:700;
    font-family:Arial;
    color:#626262;
    font-size:13px;
    padding-left:21px;
    background:url(../images/bg_h2_darker.gif) repeat-x;
}

#center_left li a {
    color:#383838;
    line-height:30px;
    text-decoration:none;
    background:url(../images/center_left_arrow.gif) no-repeat right;
    padding-right:10px;
}

#center_left li li:hover {
    background:#F2F2F2;
}

#center_left li {
    border-bottom:1px dotted #E6E6E6;
    font-size:12px;
}

#center_left li li {
    font-size:11px;
}

#center_left li li a {
    background:none;
    line-height:22px;
    padding-left:10px;
}

#center_left li a:hover {
    text-decoration:underline;
}

#center_left li li a:hover {
    text-decoration:none;
}

#center_left li ul {
    border-top:1px dotted #E6E6E6;
    padding-left:15px;
}

#center_left ul {
    padding-left:25px;
}

#form_rejestracja label {
    padding-top:2px;
    font-size:11px;
    float:left;
    display:block;
    width:75px;
    text-align:right;
    padding-right:10px;
}

#form_rejestracja.remind label {
    padding-top:2px;
    font-size:11px;
    float:left;
    display:block;
    width:70px;
    text-align:right;
    padding-right:10px;
}

#form_rejestracja p {
    padding-bottom:5px;
    clear:both;
}

#form_rejestracja input {
    border:1px solid #ccc;
    padding:2px;
}

#form_rejestracja .form_submit input {
    background:#e3e3e3;
    font-size:11px;
    padding:3px 7px;
    cursor:pointer;
}

#tekst_right {
    padding-left:40px;
    padding-top:13px;
    clear:both;
}

.box_left_promocja {
    padding:7px;
    background:#f4f4f4 url(../images/bg_box_left.gif) repeat-x;
    width:212px;
    min-height:87px;
    height:auto!important;
    height:101px;
    margin-left:4px;
}

.box_left_promocja_glowna {
    padding:7px;
    width:212px;
    min-height:87px;
    height:auto!important;
    height:101px;
    margin-left:4px;
}

.box_left_promocja img {
    border:1px solid #e6e6e6;
}

.box_left_promocja_glowna img {
    float:left;
    border:1px solid #e6e6e6;
}

.box_left_text {
    float:left;
    width:110px;
    padding-left:7px;
    padding-top:7px;
}

.box_left_text h3 a {
    font-weight:400;
    color:#000;
    font-size:11px;
    text-decoration:none;
}

.box_left_text h3 a:hover {
    text-decoration:underline;
}

.box_left_text span.cena {
    color:#cd4949;
    font-size:10px;
    padding-bottom:9px;
    display:block;
}

#center .box_left_text p {
    color:#cd4949;
    font-size:11px;
    color:#747474;
    line-height:14px;
}

#center_right {
    float:left;
    padding-top:20px;
    padding-left:40px;
    padding-bottom:40px;
}

.subpage #center_right {
    float:left;
    padding-top:0;
    padding-left:0;
    width:720px;
}

.teaser {
    width:690px;
    padding-bottom:20px;
    border-bottom:1px solid #E6E6E6;
    margin-bottom:20px;
    clear:both;
    padding-left:20px;
    margin-left:20px;
}

.teaser img {
    float:left;
    padding:0 20px 10px 0;
    max-width:195px;
}

.teaser h3 {
    padding-bottom:10px;
    float:right;
    width:475px;
    font-size:20px;
    color:#3A3A3A;
    font-weight:400;
    font-family:times;
}

.teaser h3 a {
    text-decoration:none;
    background:url(../images/center_right_arrow.gif) no-repeat right 8px;
    padding-right:15px;
}

.teaser h3 a:hover {
    text-decoration:underline;
}

.teaser p {
    float:right;
    width:475px;
}

.produkt .buy_item {
    margin-left:10px;
    font-size:12px;
    float:left;
    background:url(../images/kup_przedmiot.jpg) no-repeat;
    width:90px;
    height:29px;
    display:block;
    text-decoration:none;
    color:#fff;
    padding:4px 0 0 50px;
}

.produkt {
    width:680px;
    padding-left:40px;
}

.produkt_opis_ {
    float:right;
    width:460px;
    padding-bottom:20px;
}

.produkt img {
    float:left;
    padding:20px 20px 20px 0;
}

.produkt h1 {
    color:#3A3A3A;
    font-size:22px;
}

.produkt p {
    padding:5px 0;
}

.produkt hr {
    clear:right;
    background:none;
    border:none;
    border-bottom:1px solid #E6E6E6;
    height:1px;
    display:block;
}

.produkt table {
    float:left;
    padding-top:10px;
    width:100%;
    padding-bottom:20px;
}

.produkt table td {
    border-bottom:1px dotted #E6E6E6;
    padding-top:3px;
    padding-bottom:3px;
}

.produkt .cena {
    text-align:right;
    padding-top:56px;
    padding-left:26px;
    float:right;
    color:#999;
    font-size:14px;
    line-height:20px;
}

.produkt .cena span {
    padding-top:5px;
    float:left;
    color:#3A3838;
    font-size:24px;
}

.komponent {
    width:680px;
}

form .komponent h3 .text_h3 {
    float:left;
    clear:both;
    background:url(../images/bg_konf_title.jpg) repeat-x;
    line-height:30px;
    font-weight:700;
    font-size:13px;
    padding-left:10px;
    color:#626262;
}

form .komponent h3 {
    width:680px;
    height:30px;
    margin-bottom:5px;
    clear:both;
    background:url(../images/bg_konf_title.jpg) repeat-x;
    line-height:30px;
    font-weight:700;
    font-size:13px;
    color:#626262;
    margin-top:15px;
}

.komponent ul li {
    background:url(../images/dots.jpg) repeat-x 0 16px;
    height:25px;
    color:#383838;
    clear:both;
    line-height:24px;
    margin-left:6px;
}

.komponent ul li a,.komponent ul li input,.komponent ul li span {
    background:#fff;
    float:left;
}

.komponent span.konf_cena {
    padding:0 5px;
    float:right;
}

.komponent ul li a {
    padding-right:5px;
    color:#BE0000;
    text-decoration:none;
}

.komponent ul li a:hover {
    text-decoration:underline;
}

.komponent ul {
    margin-bottom:10px;
}

.komponent input {
    margin-top:6px;
    margin-right:5px;
}

.komponent a {
    padding-left:5px;
}

form .komponent h3 .kongigurator_formclear a {
    float:right;
    font-size:11px;
    padding-right:5px;
    text-decoration:none;
}

form .komponent h3 .kongigurator_formclear a:hover {
    text-decoration:underline;
}

.komponent span.tick {
    float:left;
    display:block;
    height:20px;
    width:10px;
    padding-right:6px;
    background:#fff;
}

.komponent span.tick_green {
    background:#fff url(../images/tick_green.jpg) no-repeat 0 7px;
}

.komponent span.tick_orange {
    background:#fff url(../images/tick_orange.jpg) no-repeat 0 7px;
}

.komponent .konfigurator_comment {
    background:none;
    color:#b00;
}

.komponent .input label {
    float:left;
}

.komponent .input input {
    float:right;
    width:25px;
    height:14px;
    border:1px solid #ccc;
    margin-left:5px;
    margin-top:2px;
    text-align:right;
}

.komponent .input input {
    float:left;
}

label .atributes_label {
    width:100px;
}

#jasne {
    background:none;
    height:1px;
    border:none;
    border-bottom:1px solid #E6E6E6;
    margin:0 0 15px 40px;
    display:block;
}

/*BANNER*/
#reklama_wrap {
    width:100%;
    background:#737373 url(../images/bg_reklama_2.gif) repeat-x bottom;
}

#reklama {
    width:100%;
    background:url(../images/bg_reklama_1.gif) repeat-x top;
}

#login {
    float:right;
    padding-top:9px;
}

#userbox {
    padding-right:20px;
    padding-top:13px;
}

#userbox a,#userbox p {
    color:#9E9E9E;
    text-decoration:none;
    text-align:right;
}

#userbox a:hover {
    text-decoration:underline;
}

.color_red {
    color:#ad0000;
    font-weight:700;
}

.komponent {
    padding-left:50px;
}

.komponent_ {
    float:left;
    padding:0 60px 20px 10px;
    margin-bottom:20px;
    width:265px;
    text-align:center;
    background:url(../images/bg_hr_dots.jpg) repeat-x bottom;
}

.komponent_:nth-child(odd) {
    clear:both;
}

.komponent_ a.konf_platforma_link {
    font-family:times;
    font-size:21px;
    background:transparent url(../images/center_right_arrow.gif) no-repeat scroll right 8px;
    padding-right:15px;
    text-decoration:none;
}

.komponent_ a.konf_platforma_link:hover {
    text-decoration:underline;
}

#follower_konfigurator {
    height:45px;
    margin-left:10px;
    padding-bottom:30px;
}

#follower_konfigurator.konf_1 {
    background:url(../images/konf_follower_1.gif) no-repeat;
}

#follower_konfigurator.konf_2 {
    background:url(../images/konf_follower_2.gif) no-repeat;
}

#follower_konfigurator.konf_3 {
    background:url(../images/konf_follower_3.gif) no-repeat;
}

#follower_konfigurator.konf_4 {
    background:url(../images/konf_follower_4.gif) no-repeat;
}

#follower_konfigurator ul li {
    line-height:45px;
}

#follower_konfigurator ul li {
    float:left;
    line-height:51px;
    color:#5a5a5a;
    text-decoration:none;
    padding:0 35px 0 40px;
    height:45px;
    display:block;
    float:left;
}

#follower_konfigurator ul li.konf_active {
    color:#fff;
    font-weight:700;
}

.konf_konfiguruj {
    color:#c10000;
    text-decoration:none;
}

.teaser_price {
    padding:10px 0 0;
    text-align:left;
}

.teaser_price a {
    float:right;
}

.platforma_opis {
    float:right;
    width:475px;
}

.platforma_opis span {
    float:left;
}

.konf_szczegoly {
    color:#c10000;
    padding-left:4px;
    text-decoration:none;
}

#konf_price {
    position:relative;
    padding-top:20px;
    text-align:center;
    background:url(../images/bg_konf_cena.gif) no-repeat;
    height:128px;
    width:199px;
    padding-right:64px;
    margin:20px 0 0 4px;
}

#konf_price h4 {
    color:#999;
    font-size:14px;
}

#konf_price span {
    color:#3a3838;
    font-size:20px;
}

#konf_price .konf_form_submit {
    float:none;
    margin:0 0 0 10px;
}

form .komponent h3 .kongigurator_formclear a.wyczysc_form {
    background:url(../images/bg_wyczysc.gif) no-repeat 0 4px;
    color:#fff;
    padding-right:50px;
    padding-left:14px;
}

.konf_form_submit {
    border:none;
    background:url(../images/blue_button.gif) no-repeat 0 10px;
    cursor:pointer;
    color:#fff;
    width:140px;
    height:39px;
    padding-top:10px;
    float:right;
    font-size:11px;
}

.konf_form_submit_powrot {
    margin-right:5px;
    text-decoration:none;
    text-align:center;
    line-height:29px;
    border:none;
    background:url(../images/blue_button.gif) no-repeat 0 10px;
    cursor:pointer;
    color:#fff;
    width:140px;
    height:39px;
    padding-top:10px;
    float:right;
    font-size:11px;
}

.komponent .konf_form_submit_powrot {
    padding-left:0;
}

#konf_form_button .konf_form_submit {
    line-height:29px;
    text-decoration:none;
    float:left;
    display:block;
}

#konf_form_button {
    text-align:center;
    float:left;
    padding-top:60px;
}

.wyswietl_konfiguracje {
    background:url(../images/blue_button.gif) no-repeat 0 10px;
    color:#fff;
    width:140px;
    height:39px;
    padding-top:10px;
    display:block;
    margin:0 auto;
    text-decoration:none;
    margin-bottom:20px;
    line-height:29px;
    font-size:11px;
}

.zestaw {
    line-height:18px;
    border-collapse:collapse;
    width:95%;
}

.zestaw th {
    text-align:left;
    font-weight:400;
    font-size:11px;
    padding:4px 5px;
    border-bottom:1px solid #ccc;
}

.zestaw td {
    border-bottom:1px solid #ccc;
    padding:4px 5px;
}

.pdf_pobierz {
    margin-top:16px;
    background:url(../images/pdf.jpg) no-repeat;
    display:block;
    height:34px;
    width:150px;
    text-decoration:none;
    line-height:34px;
    padding-left:45px;
}

.pdf_pobierz:hover {
    text-decoration:underline;
}

.paginacja {
    float:right;
    padding:20px 40px 0 0;
}

.box_left_promocja_ {
    margin-bottom:20px;
}

#tylko_zalogowani_form input {
    margin:2px;
    width:150px;
}

#tylko_zalogowani_form label {
    float:left;
    margin-top:6px;
    width:40px;
}

#tylko_zalogowani_form .submit_logowanie input {
    background:url(../images/bg_submit_arrow.gif) no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFF;
    cursor:pointer;
    display:block;
    font-size:11px;
    height:18px;
    margin-left:10px;
    padding:0 15px;
    width:auto;
    margin-top:18px;
}

#tylko_zalogowani_form .submit_logowanie {
    float:left;
}

#form_logowanie_ {
    float:left;
    width:200px;
}

.ref_h2 {
    background:transparent url(../images/center_right_arrow.gif) no-repeat scroll right 12px;
    padding-right:10px;
}

.referencje {
    float:left;
    text-align:center;
    padding:0 25px 20px 0;
}

.reference p {
    text-align:center;
}

.zaufali_nam img {
    display:block;
    margin:0 auto;
    padding:20px 0;
}

.produkt a {
    color:#d00;
}

#tekst_right a {
    color:#d00;
}

.search_cat_lev_1 {
    text-indent:10px;
}

.search_cat_lev_2 {
    text-indent:20px;
}

.search_cat_lev_3 {
    text-indent:30px;
}

.search_cat_lev_4 {
    text-indent:40px;
}

.search_cat_lev_5 {
    text-indent:50px;
}

#search_attributes {
    margin-left:5px;
}

#search_attributes p {
    padding:5px;
}

#no_attributes {
    text-align:center;
}

#search_attributes input[type="submit"], #search_attributes button[type="button"] {
    width:102px;
    height:26px;
    background:url(../images/bg_filters_input.png) center repeat-x;
    color:#fff;
    border:none;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 4px;
}

#search_attributes select {
    min-width: 40px;
    text-align: left;
}

#search_attributes select option {
    padding-left: 4px;
}

a.selected {
	font-weight: bold;
}

p#no_attributes {
	margin-bottom: 10px;
}
