﻿#procon .procon .tags #tags_title a {
                                                    background: #f7f7f7;
                                                    padding: 8px 16px;
                                                }

                                                #procon .procon .tags #tags_title .A {
                                                    background: rgba(255,255,255,1);
                                                }

                                                #tags_title {
                                                    border-bottom: 1px solid #DDD;
                                                }

                                                    #tags_title a {
                                                        border: 1px solid #DDD;
                                                        display: inline-block;
                                                        background: #FFF;
                                                        padding: 4px 12px;
                                                        margin-bottom: -1px;
                                                        position: relative;
                                                        outline: none;
                                                    }

                                                        #tags_title a.A {
                                                            border-bottom: 1px solid #FFF;
                                                            color: #FF6600;
                                                            font-weight: bold;
                                                        }

                                                #tags_content {
                                                    margin-top: 10px;
                                                    min-height: 300px;
                                                }

                                                    #tags_content div {
                                                        padding: 0px 5px;
                                                        line-height: 200%;
                                                    }

                                                        #tags_content div img {
                                                            max-width: 857px;
                                                        }