@CHARSET "UTF-8";

.hotshot_list {
}

.hotshot_item {
    padding: 0;
    margin: 4px 0;
}

.hotshot_item p {
    margin: 5px 0;
}

.hotshot_item h3 {
    margin: 5px 0;
    text-transform: uppercase;
    color: #608fa9;
    font-size: 1.7em;
    font-weight: bold;
}

.hotshot_item h3 a {
    color: #608fa9;
}

.hotshot_item .mcr_id {
    font-size: 0.6em;
    margin-left: 10px;
    color: #608fa9;
	display: inline;
}

.hotshot_item .hotshot_img {
    float: left;
    width: 208px;
}

.hotshot_item .hotshot_img img {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px;
}

.hotshot_content {
    overflow: hidden;
    padding: 0 15px 0 0;
}

.hotshot_item .extra_info {
    float: right;
}

.hotshot_content label {
    display: block;
    clear: both;
    width: 85px;
    font-weight: bold;
    float: left;
}

.hotshot_content span {
    overflow: hidden;
    display: block;
}

.list_top100_text {
    color: red;
    font-style: italic;
    font-size: 1.1em;
}

.portlet_part {
    border-bottom: 1px dotted #787878;
    margin-bottom: 15px;
    padding-bottom:4px;
}

.extra_info div {
    margin: 0 0 4px;
}

.hotshotbox {
    width: 63px;
    height: 68px;
    background-image: url("../images/hotshotbox.png");
	display: none;
}

.top100box {
    width: 63px;
    height: 68px;
    background-image: url("../images/top100box.png");
	display: none;
}

.hotshot_info_portlet {
}

.hotshot_info_portlet .bean_count {
    text-transform: uppercase;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin-right: 8px;
}

.hotshot_detail {
    padding: 10px 15px;
}

.hotshot_detail .extra_info {
    float: right;
}

.hotshot_detail .hotshot_content p {
    margin: 0 0 3px;
}

.hotshot_detail h2, .hotshot_detail h3 {
    color: #608fa9;
    font-size: 2em;
    text-transform: uppercase;
    margin: 5px 0 10px;
    font-weight: bold;
}

.hotshot_detail .gmap_details h3 {
    margin: 0 0 3px;
    font-size: 1.5em;
}

.hotshot_detail .mcr_id {
    font-size: 0.6em;
    margin: 0 0 0 20px;
    color: #608fa9;
	display: inline;
}

.hotshot_detail .hotshot_img {
    text-align: center;
    clear: both;
}

.hotshot_detail .hotshot_img img {
    text-align: center;
    clear: both;
}

.hotshot_detail .hotshot_review {
    margin: 18px 0;
    color: #3a3939;
}

.hotshot_detail #hotshot_gmap {
    height: 540px;
}

.bean_rating {
    background-image: url("../images/bean.png");
    height: 16px;
    display: inline-block;
	width: 24px;
}

.bean_rating_label{
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}

.vote_button{
	height: 31px;
	float: left;
	background-image: url("../images/vote_button_left.gif");
	line-height: 31px;
}
.vote_button span{
	height: 31px;
	background-image: url("../images/vote_button_right.gif");
	background-position: 100% 0;
	background-repeat:no-repeat;
display:block;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding: 0 10px;
	
}
.vote_button span input,.vote_button span input:hover,.vote_button span input:active,.vote_button span input:focus{
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
	outline: none;
	display: block;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	height: 29px;
}

.vote_cafe{
	margin: 0;
}
.vote_cafe td{
	text-align: left;
	text-transform: uppercase;
}


.rc_main {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.container_column1 .rc_main {
	width: 947px;
}

.rc_ie {
    background-color: transparent;
    border: none;
}

.rc_main .rc_content {
    margin: 15px;
}

.rc_main .rc_header {
    height: 6px;
    background-image: url("../images/rc_main_top.gif");
    border: none;
}

.rc_main .rc_footer {
    height: 6px;
    background-image: url("../images/rc_main_bottom.gif");
    border: none;
    clear: both;
}

.rc_main .rc_content_ie {
    margin: 0;
    border-style: solid;
    border-color: #e8e8e8;
    border-width: 0 1px;
    padding: 6px 15px;
    background-color: #ffffff;
}


