/* CSS Document */

body
{
    background: url("../../images/bg.gif") repeat-x; /* just for test */
    height: 1426px; /****************/
}
input
{
    border: 0;
    background: none;
}
#header
{
    width: 1001px;
    margin: 0 auto;
    line-height: 29px;
    overflow: hidden;
    height: 144px;
}
#header a
{
    color: #B1D0E7;
}
#header a:hover
{
    color: #eee;
}
#header .tickets
{
    margin-top: 46px;
    float: left;
    position: relative;
}
#header .b_t
{
    font-weight: bold;
    color: #fff;
    background: url("../../images/tickets.png") no-repeat;
    position: absolute;
    left: 3px;
    padding: 14px 0 8px 14px;
    top: -14px;
}
#header ul
{
    float: right;
}
#header li
{
    float: left;
    margin-top: 5px;
    padding: 0 7px 0 14px;
    height: 19px;
    line-height: 19px;
    background: url("../../images/nav_s.png") no-repeat;
}
#header li.first
{
    background: none;
}
#header .t_l
{
    background: url("../../images/nav_l.png") no-repeat;
    height: 29px;
    width: 6px;
    float: left;
}
#header .t_c
{
    background: url("../../images/nav_bg.png") repeat-x;
    height: 29px;
    float: left;
    width: 374px;
}
#header .t_r
{
    background: url("../../images/nav_r.png") no-repeat;
    height: 29px;
    width: 6px;
    float: left;
}
#header .logo
{
    float: left;
    width: 226px;
}
#header .logo a
{
    display: block;
    width: 138px;
    margin: 0 auto;
}
#header .profile
{
    float: right;
    margin-top: 46px;
    position: relative;
}
#header .profile .m_p
{
    font-weight: bold;
    color: #fff;
    position: absolute;
    line-height: 29px;
    left: 11px;
}
#header #nav
{
    clear: both;
    position: absolute;
    top: 115px;
    width: 1001px;
}
#header #nav .t_c
{
    width: 989px;
}
#header #nav ul
{
    float: left;
}
#header #nav li
{
    display: block;
    background: url("../../images/nav_s2.png") no-repeat;
    height: 24px;
    margin-top: 2px;
    line-height: 22px;
    padding: 0 5px 0 8px;
}
#header #nav li.first
{
    background: none;
    padding-left: 5px;
}
#header #nav li a
{
    display: block !important;
    display: inline-block;
    height: 24px;
    padding-left: 2px;
    cursor: pointer;
    font-weight: bold;
}
#header #nav li a.active
{
    color: #B1D0E7;
    background: url("../../images/nav_a_l.png") no-repeat;
}
#header #nav li a span
{
    display: block !important;
    display: inline-block;
    padding: 0 4px;
    height: 24px;
    float: left;
}
#header #nav li a.active span
{
    background: url("../../images/nav_a_bg.png") repeat-x;
}
#header #nav li a .a_r
{
    display: block !important;
    display: inline-block;
    padding: 0;
    height: 24px;
    width: 2px;
}
#header #nav li a.active .a_r
{
    background: url("../../images/nav_a_r.png") no-repeat;
}
.fright {
    float: right;
}
.primary_menu_ul  {
    display: inline;
}
.primary_menu_ul li {
    float: left;
	line-height: 24px;
	padding: 0 5px 0 8px;
	background: url("../../images/menu_line2.png") no-repeat left center;
}
.primary_menu_ul li.first {
   background: none;
   padding-left: 5px;
}
.primary_menu_ul li a {
	color: #B1D0E7;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-left: 4px;
}
.fright .primary_menu_ul li a {
    font-weight: normal;
}
.primary_menu_ul li a:hover {
    color: #eee;
}
.primary_menu_ul li a span {
	height: 24px;
	display: block;
	padding: 0 4px 0 2px;
	cursor: pointer
}
.primary_menu_ul li a.active{
    background: url("../../images/active_left.png") no-repeat;
	height: 24px;
	/*
	filter:alpha(opacity=29); /* IE */
	/*-moz-opacity:0.29; /* Moz + FF */
	/*opacity: 0.29; */
	
}
.primary_menu_ul li a.active span {
    background: url("../../images/active_right.png") no-repeat right center;
	height: 24px;
	display: block;
	padding: 0 4px 0 2px;
	color: #B1D0E7;
	cursor: pointer
}
.primary_menu_ul li a.cart {
   padding-left: 20px;
   background: url("../../images/cart.png") no-repeat left center;
}
#header #nav .cart
{
    float: right;
}
#header #nav .cart li
{
    padding: 0 7px;
}
#header #nav .cart li a
{
    font-weight: normal;
}
#header #nav .cart li.first a
{
    margin-top: 3px;
    display: block !important;
    display: inline-block;
    line-height: 16px;
    height: 22px;
    background: url("../../images/cart.png") no-repeat;
    padding-left: 20px;
}

.search_form {
	margin:12px 0 0 0;
}

input.search_text {
    width: 166px;
	height: 16px;
	border: solid 1px #999;
  background-color:#FFF;
	padding: 2px;

}
input.search_btn {
  width: 55px;
	height: 20px;
	background: url("../../images/seach_bt_bg.png") no-repeat;
	border: none;
	vertical-align: top;
	padding: 3px 0 0 8px;
	margin-left:6px;
	color:#fff;
	cursor: pointer;
}

#main
{
    clear: both;
    width: 1001px;
    margin: 22px auto 0 auto;
    position: relative;
    overflow: hidden;
    background: #d7ebff;
}

#main .top
{
  height:12px;
   width: 1001px;
   background: #d7ebff no-repeat;
}
#main .content
{
  height:400px;
    padding: 23px;
}
#main .content h2
{
    color: #333;
    font-size: 21px;
    font-weight: bold;
    padding: 12px 0 24px 0;
}
#main .content p
{
    color: #333;
    font-size: 12px;
    padding: 6px 0 6px 0;
}

#main .bottom
{
  height:12px;
   width: 1001px;
   background: #d7ebff center bottom no-repeat;
}

/*******************************************************************************************/

#main .synopsis
{
    font-size: 16px;
    color: #01254f;
}
#main .sub_synopsis
{
    padding: 10px 0;
    color: #666;
}
#main .right_bt .best
{
    margin-top: 14px;
    overflow: hidden;
}
#main .right_bt .best1
{
    width: 224px;
    float: left;
}
#main .right_bt .best2
{
    margin-left: 18px;
}
#main .right_bt .best1 h3 span
{
    background: url("../../images/best1.png") no-repeat;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #fff;
    padding-left: 9px;
}
#main .right_bt .best2 h3 span
{
    background: url("../../images/best2.png") no-repeat;
}
#main .right_bt .best1 ul
{
    padding: 9px 0 0 9px;
    background: #eef0f1;
}

#main .right_bt .best1 ul li
{
    padding: 0 0 16px 0;
    color: #7bb0de;
}
#main .right_bt .best1 ul li li
{
    padding: 0;
    line-height: 17px;
}
#main .right_bt .best1 ul li li a
{
    color: #7bb0de;
}
#main .right_bt .best1 ul li h4
{
    color: #666;
    font-size: 14px;
    line-height: 18px;
}
#main .right_bt .best1 .best_bt
{
    background: url("../../images/best_bt.png") no-repeat;
    width: 224px;
    height: 10px;
    display: block;
}
#main .right_bt .best .ad
{
    margin-left: 15px;
    background: url("../../images/ad.gif") no-repeat;
    float: left;
    width: 224px;
    height: 215px;
}
#main .right_bt .best .ad p
{
    margin-left: 45px;
    margin-top: 108px;
    margin-right: 15px;
    color: #fff200;
    font-size: 11px;
    font-weight: bold;
}
#main .right_bt .best .ad span
{
    color: #fff;
}

#main .right_bt .best .ad span.ad_price
{
    font-size: 21px;
    font-weight: bold;
    display: block;
    margin: 25px 0 0 25px;
    position: relative;
}
#main .right_bt .best .ad span.ad_price input
{
    position: absolute;
    right: 10px;
    background: url("../../images/select.png") no-repeat;
    height: 27px;
    cursor: pointer;
    width: 90px;
}
#main .right_bt .adzone
{
    margin-top: 14px;
    overflow: hidden;
}

#main .right_bt .adzone .ad_l, #main .right_bt .adzone .ad_r
{
    position: relative;
    float: left;
    width: 344px;
    height: 161px;
}
#main .right_bt .adzone .ad_r
{
    margin-left: 18px;
}


#main .right_bt .adzone .ad_l .admask
{
    position: absolute;
    top: 110px;
    width: 308px;
    height: 35px;
    background: url("../../images/ad1mask.png") no-repeat;
    display: block;
    padding: 10px 18px;
    color: #d4d4d4;
}
#main .right_bt .adzone .ad_l .admask a
{
    color: #fff;
}

#main .right_bt .adzone .ad_l .usermask
{
    position: absolute;
    top: 60px;
    color: #01254f;
    width: 308px;
    display: block;
    padding: 10px 18px;
    line-height: 20px;
}

#main .right_bt .adzone .ad_l .usermask select
{
    width: 200px;
    height: 20px;
}
#main .right_bt .adzone .ad_l .usermask input.enter
{
    background: url("../../images/enter.png") no-repeat;
    width: 95px;
    height: 20px;
    cursor: pointer;
    position: relative;
    left: 4px;
}
#main .right_bt_bg
{
    clear: both;
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    right: -1px;
    bottom: -1px;
    background: url("../../images/right_bt_bg.jpg") no-repeat;
    width: 9px;
    height: 15px;
}
#main .templatepage
{
    background: url("../../images/right_bt_bg_template.jpg") no-repeat;
}
#footer
{
    padding: 20px 0;
    text-align: center;
}
#footer .top_link
{
    color: #B1D0E7;
    padding-bottom: 10px;
}
#footer .top_link a
{
    color: #B1D0E7;
    text-decoration: none;
    padding: 0 3px;
}
#footer .bottom_link
{
    color: #959595;
}
#footer .bottom_link a
{
    color: #959595;
    text-decoration: none;
    padding: 0 3px;
}



#content_right
{
    background: url("../../images/banner.jpg") no-repeat left top;
    float: right;
    overflow: hidden;
    width: 750px;
}
#middle
{
    background: #fff;
    float: left;
    overflow: hidden;
    width: 548px;
}
.banner
{
    clear: both;
    overflow: hidden;
    height: 302px;
}
.banner H2
{
    padding-right: 23px;
    padding-left: 23px;
    font-weight: bold;
    font-size: 21px;
    float: left;
    padding-bottom: 23px;
    color: #fff;
    padding-top: 23px;
}
.middle_content {
	padding:15px 23px;
	background: #fff;
}

.middle_content_title
{
    padding-left: 84px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.middle_nav
{
    padding-right: 0px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 14px;
    background: url("../../images/mid_nav_bg.gif") no-repeat left top;
    padding-bottom: 0px;
    width: 238px;
    color: #fff;
    line-height: 26px;
    padding-top: 0px;
    height: 26px;
}
.features
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 9px;
    color: #959595;
    padding-top: 9px;
}
.features TD
{
    vertical-align: middle;
}
.features TD IMG
{
    vertical-align: middle;
}
A.add_to_map
{
    font-weight: bold;
    font-size: 11px;
    background: url("../../images/icon2.gif") no-repeat left center;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #426faf;
    line-height: 30px;
    padding-top: 5px;
    height: 30px;
    text-decoration: none;
}

.location_bar_ioa {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_ioa.jpg") no-repeat left top;
}

.location_bar_citywalk {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_citywalk.jpg") no-repeat left top;
}

.location_bar_usf {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_usf.jpg") no-repeat left top;
}

.location_bar_hardrock {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_hardrock.jpg") no-repeat left top;
}

.location_bar_.fright {
    float: right;
}fino {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_portofino.jpg") no-repeat left top;
}

.location_bar_royalpacific {
  height:20px;
  padding-top:12px; 
  padding-left: 23px;
  padding-bottom: 8px;
  background: url("../../images/location_royalpacific.jpg") no-repeat left top;
}

.middle_content_top
{
    font-size: 17px;
    padding-bottom: 23px;
    color: #01254f;
    padding-top: 14px;
}
.middle_left
{
    float: left;
    width: 238px;
    color: #333;
}
.middle_right
{
    float: right;
    width: 240px;
    color: #333;
}
.middle_content P
{
    padding-bottom: 14px;
    padding-top: 0px;
}
.p_footer
{
    padding-bottom: 5px;
    overflow: hidden;
    width: 222px;
}
.img
{
    padding-right: 4px;
    padding-left: 0px;
    background: url("../../images/content_img_bg.png") no-repeat right bottom;
    float: left;
    padding-bottom: 5px;
    width: auto;
    padding-top: 0px;
}
.gray_style
{
    color: #666;
}
.comments_ul LI
{
    clear: both;
    display: block;
    padding-bottom: 20px;
}
.comments_ul P
{
    padding-top: 4px;
}
.comments_ul .c_blue
{
    font-weight: bold;
    color: #01254f;
}
.comments_ul .author
{
    float: right;
    padding-bottom: 28px;
    width: 150px;
}
.comments_ul .author P
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.comments_ul .img
{
    margin: 0px 8px 8px 0px;
}

.right_detail
{
    background: #1f619d;
    float: right;
    width: 102px;
    height: 302px;
}
.right_detail_up
{
    padding-right: 0px;
    padding-left: 0px;
    background: url("../../images/right_detail_bg.png") repeat-x left top;
    padding-bottom: 0px;
    padding-top: 10px;
    height: 25px;
    text-align: center;
}
.right_detail LI
{
    padding-top: 4px;
    text-align: center;
}
.right_detail UL:first-child
{
    padding-top: 0px;
}
.right_detail LI.active
{
    padding-top: 0px;
}
.right_detail LI A IMG
{
    border-right: #0683b9 1px solid;
    border-top: #0683b9 1px solid;
    border-left: #0683b9 1px solid;
    border-bottom: #0683b9 1px solid;
}
.right_detail LI A:hover IMG
{
    border-right: #fffaff 1px solid;
    border-top: #fffaff 1px solid;
    border-left: #fffaff 1px solid;
    border-bottom: #fffaff 1px solid;
}
.right_detail LI.active A IMG
{
    border-right: #fffaff 1px solid;
    border-top: #fffaff 1px solid;
    border-left: #fffaff 1px solid;
    border-bottom: #fffaff 1px solid;
}
.right_detail_down
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 6px;
    height: 30px;
    text-align: center;
}
.right_top LI:hover
{
    background-color: #1f619d;
}
.right_top LI.active
{
    background-color: #1f619d;
}
.right_box
{
    padding-right: 13px;
    padding-left: 13px;
    background: url("../../images/line1.gif") repeat-x left bottom;
    padding-bottom: 15px;
    padding-top: 13px;
}
.right_box A
{
    color: #0076a3;
    text-decoration: none;
}
.right_box H3
{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.lheight20
{
    line-height: 20px;
}
.img_left
{
    padding-right: 10px;
    padding-left: 0px;
    float: left;
    padding-bottom: 5px;
    width: auto;
    padding-top: 0px;
}

