
.review_box {
    margin: 10px auto;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.review_box_inside {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: url(img/mini_review_bottom.gif) 0 bottom no-repeat;
}

.col1 {
    float: left;
    width: 126px;
    display: inline;
    padding: 0 10px 0 10px;
    background: url(img/dot_line.gif) right top repeat-y;
}

.poker_logo {
    width: 123px;
    height: 103px;
    background: url(img/logo_bg.gif) 0 0 no-repeat;
    margin-bottom: 5px;
}

.poker_logo img {
    margin: 4px 0 0 4px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bonus_code {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
}
	
.col2 {
    float: left;
    width: 35%;
    background: url(img/dot_line.gif) right top repeat-y;
}
					
.col3 {
    float: left;
    width: 35%;
    margin-left: 15px !important;
}
				
.info_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.info_list {
    margin-left: 5px !important;
    margin-bottom: 10px;
    font-size: 11px !important;
}

.info_list li {
    line-height: 18px !important;
    padding-left: 8px;
    background: url(img/ico_dot.gif) 0 8px no-repeat;
}

.info_list li a {
    text-decoration: none !important;
    line-height: 5px !important;
}

.info_list li a:hover {
    text-decoration: underline !important;
}
					
.download_line {
    bottom: 15px;
    position: absolute;
}

.btn_visit {
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    width:300px;
    height:39px;
}

.btn_visit:hover { 
    background-position:0 -39px !important;
}
					
.usa {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.review_box ul li {
    list-style: none !important;
    list-style-position: outside !important;
}