@charset "UTF-8";
/* CSS Document */

.gui{
    color: #333333;
    font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.gui-page-title {
  font-size: 20px;
      text-indent: 10px;
}
.gui-table {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
}
.gui-table th {
    text-align:left;
}
.gui-list ul li a span {
    color: #C00D80;
}
.gui-table td {
    background-color:#fff;
}

.gui-page-title {
    margin: 0 0 15px;
}
.gui-messages ul {
  border-radius:0px;
}
a.gui-button-large {
    background: url("bg-cart-button.png") repeat scroll center center transparent;
    border: 1px solid #7B0649;
    color: #FFFFFF;
    height: 36px;
    line-height: 35px;
}
.gui-col2-big{
    margin-bottom: 30px;
}
#gui-wrapper{
    margin-bottom: 30px;
}
.gui-block {

    border-radius: 0px;
}
.gui-faq, .gui-sitemap, .gui-login, .gui-password, .gui-register, .gui-review, #gui-form {
    border: 0 none;

    padding: 0;
}


.gui-col2-big .gui-col2-big-col1 {
    padding-left: 10px;
}
.gui-content-subtitle {
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 30px;
    margin-top: 18px;
}
.gui-content-wysiwyg {
    font-size: 11px;
    margin: 5px 0;
}
.gui-content-title {
    color: #FC9320;
}