/* styles for tickets page */
/*.main .content h2.intro {
    width: 670px; 
    margin-left: 30px; 
}*/

#ticket_table {   
    border: 0;  
    clear: both;
    float: none;    
    /*line-height: normal;*/
    margin-left: 30px;
    width: 680px;
}

#ticket_table .tickets_description h2,
#ticket_table .tickets_description h3,
#ticket_table .tickets_description div,
#ticket_table .tickets_description p,
#ticket_table .tickets_description ul {
    float: left;
    clear: left;
}

/*#ticket_table .tickets_description .button {
    clear: none;
    float: none;
    display: inline;
}
*/
#ticket_table .description_box {
    clear:none;
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 20px;
    padding: 10px 0 0 5px;
    text-align: left;
    vertical-align: top;
    width: 345px;
}
#ticket_table h2 {
    color: #690;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0; 
    text-transform: uppercase;
}
#ticket_table h3 {
    color: #06c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0; 
    margin-bottom: 0;
}
#ticket_table p {
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: normal;
    margin: 0 0 6px 0;
    padding: 0;
}

#ticket_table .tickets_description {
/*    padding-left: 10px;*/
    width: 200px;
    display: block;
    float: right;
}

#ticket_table .uppercase_text {
    color: #000000; 
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 11px; 
    font-weight: bold; 
    line-height: normal; 
    margin: 0; 
    padding: 0; 
    text-transform:uppercase; 
}
#ticket_table .picture {
    display: block; 
    float: left;
    text-align: left;
    width: 130px;
}
#ticket_table .notice {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #3f3f3f;
    font-size: 9px;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 10px;
    width: 670px;
}
#ticket_table .tickets_description .tickets_btn {
    clear: both;
    /*float: none;*/
    margin: 6px 0;
    padding: 0;
}
#ticket_table .tickets_description h3 {
    color: #690;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
}
#ticket_table .tickets_description p {
    clear: both;
    margin: 0;
    padding-bottom: 16px;
    width: 180px;
}
#ticket_table .tickets_description ul {
    font-size: 0.9em; 
    padding-bottom: 15px;
}
#ticket_table .tickets_description li {
    line-height:14px;
    width: auto;
}
#ticket_table .tickets_description .left {
    clear: both;
    /*float: none;*/
    margin: 0;
    padding: 0;
    width: 210px;
}
#ticket_table .tickets_description .price {
    color: #174FBE;
    margin-bottom:10px;
    display: inline-block;
}

#ticket_table .tickets_description li .price {
  display: inline;
  margin: 0;
}

#ticket_table .tickets_description .link a {
    color: #690;
    text-decoration: none;
}
#ticket_table .tickets_description .link a:hover {
    text-decoration: underline;
}


.main .content h1.sifrText {
    color: #9a9a9a;
    font-size: 33px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 27px;
    margin-bottom: 20px;
    z-index: 2;
}

.main #tickets h1.sifrText {
    margin-left: 30px;
}

.description_box.left {
    clear: both; 
}

/*.cpanel {
    height: auto;
}*/

/*#ticket_table .tickets_description { 
    width: 200px;
}*/

#ticket_table .tickets_description li {
    width: 167px;
}

#ticket_table .description_box { 
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 340px;
}

#ticket_table .description_box.last {
    border-bottom: none;
}
#ticket_table .tickets_description .btn {
    height: 32px;
    margin: 0;
    padding: 0;
}
/* CHANGED #ticket_table .tickets_description .button {	margin-top: 0;	margin-bottom: 10px;	padding-top: 10px;	padding-bottom: 10px;} */
#ticket_table .tickets_description .button {
    height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*.main #tickets .tickets_description {
    float: left;
    padding-left: 5px;
}

*/




