html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin:0; 
	padding:0; 
	height:100%; 
	font-family:Arial, Helvetica, sans-serif;
	/*
	font-family: "돋움",dotum,"굴림",Gulim,AppleGothic,Arial,Helvetica,Clean,Sans-serif;
	*/
	line-height: 1.3em;	
	margin: 0px 0px 0px 0px; 
	font-size: 12px; 
	color: #333; 
	background-color:#D3C3E3;
}

/*	global styles start :: added by kyu 032610	*/

	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		border:none;
		margin:0; padding:0;
		height:0px;
		background:transparent;
		overflow:hidden;
		font-size:1px;
		clear:both;
	}
	.clearfix:after {
		content: ".";
		height:0;
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	img {
		border:0;
	}

/*	global styles end :: added by kyu 032610	*/


a {
	font-weight: bold;
}

a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #471E5E;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

h4 {
	color: #333;
}

h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h5 {
	display: block;
	font-size:1em;
	text-decoration: bold;
}

#header {
	background: url(../images/header_background.jpg) repeat-x;
}


/*	toggle styles start :: added by kyu 032610	*/

	#nav_toggle {
		width:104px; height:17px;
		position:absolute;
		top:15px; right:5px;
		z-index:999;
	}
		#nav_toggle a.btn_eng {
			width:46px; height:17px;
			margin:0 3px 0 0;
			background:url(../images/btn_toggle_eng.png) 0 -17px no-repeat; /*	needs to be changed on korean site	*/
			display:block;
			float:left;
		}
			#nav_toggle a.btn_eng:hover {
				background-position:0 -17px;
			}
		#nav_toggle .divider {
			width:8px; height:17px;
			margin:0 2px 0 0;
			background:url(../images/toggle_div.png) 0 0 no-repeat;
			float:left;
		}
		#nav_toggle a.btn_kor {
			width:45px; height:17px;
			background:url(../images/btn_toggle_kor.png) 0 0 no-repeat; /*	needs to be changed on korean site	*/
			display:block;
			float:left;
		}
			#nav_toggle a.btn_kor:hover {
				background-position:0 -17px;
			}

/*	toggle styles end :: added by kyu 032610	*/


#maincolumn {
	display: inline;
	margin-left:25%;
	margin-top: 0px;
	padding: 0;
	width:75%;
	min-height:100%;
}

#maincolumn_full {
	min-height:100%;
}
#contentwrapper {
 	width:940px;
 	margin:0 auto;
 	padding:0px;
 	padding-top:10px;
 	background:#fff;
 	text-align:left;
	display:inline-block;
}
#vmMainPage {
	width:656px;
	padding: 0px;
	margin-left: 36px;
}
.mainlevel-nav { 
	color:white; 
	margin-right:16px; 
	text-decoration:none; 
	font-size:14px; 
} 
a.mainlevel-nav { 
	color:white; 
} 

.moduletable_bottom { 
	float:left; 
	margin-top:10px; 
	clear:right; 
}
#left_menu_top { 
	width:209px; 
	height:40px; 
	background: url(../images/left_menu_top.gif) 0 0 no-repeat;
}
#left_menu_middle { 
	padding-left:22px;
	background: url(../images/left_menu_middle.gif) repeat-y;
}
#left_menu_middle img{ 
	border: 0;
}
#left_menu_middle a{ 
	font-weight: normal;
}
#left_menu_middle a:hover{ 
	font-weight: normal;
}
#left_menu_bottom { 
	width:209px; 
	height:111px; 
	background: url(../images/left_menu_bottom.gif) 0 0 no-repeat;
}
#left_menu_anchor_top { 
	background: url(../images/left_menu_anchor.gif) repeat-x 0px 20px; 
}
#left_menu_anchor_bottom { 
	background: url(../images/left_menu_anchor.gif) repeat-x 0px 40px; 
}
td.buttonheading img {
	border:none;
}

.bway_detail_ybox {
	background: url(../images/show_detail_top.png) 0 0 no-repeat;
	width:567px;
	height:581px;
	position:relative;
}

.bway_detail_top_title {
	font-size: 18px;
	font-weight: bold;
	padding-left:30px;
	margin-left:20px;
	float:left; 
	height:24px;
	margin-top:10px;
}
.bway_detail_top_button {
	float:right;
	margin:6px;
}
.thumbnailListContainerHeader {
	background: url(../images/bway_arrow.png) 0 0 no-repeat;
	margin:8px;
	margin-left: 16px;
	padding-left:30px;
	width:100%;
	height: 18px;
}

table.short_desc_table {
	text-align: left;
}

table.short_desc_table td {
	padding-left:5px;
	padding-bottom:6px;
}

td #place {
	background: url(../images/info1.png) 4px 2px no-repeat;
	width: 135px;
}
td #direction {
	background: url(../images/info2.png) 4px 2px no-repeat;
	width: 135px;
}
td #duration {
	background: url(../images/info3.png) 4px 2px no-repeat;
	width: 135px;
}
td #since {
	background: url(../images/info4.png) 4px 2px no-repeat;
	width: 135px;
}
td #other_genre {
	background: url(../images/other_genre.png) 4px 2px no-repeat;
	width: 135px;
}

td #ticket_price {
	background: url(../images/ticket_desc1.png) 4px 2px no-repeat;
	width: 90px;
}
td #ticket_hours {
	background: url(../images/ticket_desc2.png) 4px 2px no-repeat;
	width: 90px;
}
td #ticket_days {
	background: url(../images/ticket_desc3.png) 4px 2px no-repeat;
	width: 90px;
}
td #ticket_address {
	background: url(../images/ticket_desc4.png) 4px 2px no-repeat;
	width: 90px;
}

td #bus_locations {
	background: url(../images/redbus3.png) 4px 2px no-repeat;
	width: 90px;
}

#mainimg {
	margin-left:11px;
}
.mainImgWrapper {
	width: 501px;
	height: 380px;
	overflow:hidden;
	vertical-align: baseline;
}
	
.bway_s_desc {
	position: absolute;
	left: 120px;
	top:36px;
}
.thumbnailListContainer {
	width:100%;
	float:left;
}
.thumbnailListContainerInnerLeft {
	float:left;
	overflow: hidden;
}
.thumbnailListContainerInnerLeft img {
	width:126px;
	margin-bottom:6px;
}

.scheduleContainer {
	background: url(../images/timetable.png) 0 0 no-repeat;
	width:402px;
	height:96px;
	position:absolute;
	bottom:12px;
	right:12px;
}
.bway_desc {
	background: url(../images/orangemarker.png) 0 0 no-repeat;
	/*padding-top: 20px;*/
	margin-bottom: 30px;
}
	.bway_desc p {
		text-align:justify;
		font-size:13px;
		line-height:20px;
	}
.bway_desc .desc_title{
	margin-left: 12px;
}
.desc_title_comp{
	/*margin-top: -5px;*/
}
.bway_desc .title {
	width:615px;
	height:20px;
	margin-top: -20px;
	margin-left: 10px;
	float: left;
	display: inline;
}
.bway_desc ul {
	list-style:square outside url(../images/orange_bullet.png);
}
#price_comp {
	background: url(../images/price_comp.png) 0 0 no-repeat;
}
.price_comp_content {
	background: url(../images/price_comp_bg.png) 0 0 no-repeat;
	position: relative;
	left: 10px;
	top: 10px;
	width: 605px;
	height: 70px;
}
.price_comp_content_other {
	background: url(../images/price_comp_content_other.png) 0 0 no-repeat;
	position: relative;
	left: 10px;
	top: 10px;
	width: 605px;
	height: 70px;
}
.price_comp_content_2 {
	background: url(../images/price_com_bg2.png) 0 0 no-repeat;
	position: relative;
	left: 10px;
	top: 10px;
	width: 605px;
	height: 90px;
}
.price_comp_prices {
	position: absolute;
	left: 8px;
	top: 34px;
	color:#ff3333;
	font-size: 13px;
}
.price_comp_prices_2 {
	position: absolute;
	left: 4px;
	top: 34px;
	color:#ff3333;
	font-size: 14px;
}
.price_1 {
	position: absolute;
	left: 0px;
	width: 130px;
	text-align: center;
	color:#cf31b3;
}
.price_2 {
	position: absolute;
	left: 130px;
	width: 130px;
	text-align: center;
	color:#6e3876;
	font-weight:bold;
}
.price_1_2 {
	position: absolute;
	left: 0px;
	width: 186px;
	text-align: center;
}
.price_2_2 {
	position: absolute;
	left: 186px;
	width: 203px;
	font-weight: bold;
	text-align: center;
}
.price_3 {
	position: absolute;
	left: 260px;
	width: 125px;
	text-align: center;
	color:#6e3876;
	font-weight:bold;
}
.price_btn {
	position: absolute;
	right: 1px;
	top: 4px;
}

#which_musical {
	background: url(../images/sub1.png) 0 0 no-repeat;
}
#recommend {
	background: url(../images/sub2.png) 0 0 no-repeat;
}
#age {
	background: url(../images/sub3.png) 0 0 no-repeat;
}
#taste {
	background: url(../images/sub4.png) 0 0 no-repeat;
}
#ticket_title_empire {
	background: url(../images/empire_title.png) 0 0 no-repeat;
}
#ticket_title_topoftherock {
	background: url(../images/topoftherock_title.png) 0 0 no-repeat;
}
#bus_title_allloops {
	background: url(../images/allloops_title.png) 0 0 no-repeat;
}
#bus_loops {
	background: url(../images/allloops_4course.png) 0 0 no-repeat;
}
#bus_night_title {
	background: url(../images/bus_night_title.png) 0 0 no-repeat;
}
#bus_night_course {
	background: url(../images/bus_night_course.png) 0 0 no-repeat;
}
#bus_down_title {
	background: url(../images/bus_down_title.png) 0 0 no-repeat;
}
#bus_down_course {
	background: url(../images/bus_down_course.png) 0 0 no-repeat;
}
#bus_brkln_title {
	background: url(../images/bus_brkln_title.png) 0 0 no-repeat;
}
#bus_brkln_course {
	background: url(../images/bus_brkln_course.png) 0 0 no-repeat;
}
#bus_uptown_title {
	background: url(../images/bus_uptown_title.png) 0 0 no-repeat;
}
#bus_uptown_course {
	background: url(../images/bus_uptown_course.png) 0 0 no-repeat;
}

#skyline_title {
	background: url(../images/skyline_title.png) 0 0 no-repeat;
}
#skyline_onboard {
	background: url(../images/skyline_onboard.png) 0 0 no-repeat;
}
#watertaxi_title {
	background: url(../images/watertaxi_title.png) 0 0 no-repeat;
}

#instruction {
	background: url(../images/dc_ticket_instruction.png) 0 0 no-repeat;
}
#basic_info {
	background: url(../images/dc_ticket_basic.png) 0 0 no-repeat;
}
#warning {
	width: 105px;
	height: 42px;
	background: url(../images/dc_ticket_warning.png) 0 0 no-repeat;
}
#tips {
	width: 99px;
	height: 40px;
	background: url(../images/dc_ticket_tips.png) 0 0 no-repeat;
}
.non_bway_desc {
	color:#666666;
	/*padding-top: 20px;*/
	margin-bottom: 30px;
}
.non_bway_desc .title {
	margin-top: -20px;
	margin-left: 0px;
	float: left;
}

.non_bway_desc .desc_title2{
	margin-left: 20px;
}
.bway_desc ul {
	margin-top:0px;
	margin-left:-20px;
	list-style:square outside url(../images/gray_bullet.png);
	width: 90%;
}
.non_bway_desc ul {
	list-style:square outside url(../images/orange_bullet.png);
	margin-top:10px;
}
.tour_title {
	color:#471e5e;
	font-weight: bold;
}

.bway_detail_top_cal {
	background: url(../images/step1.png) 0 0 no-repeat;
	width: 441px;
	height: 29px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.check_basket {
	background: url(../images/step3.png) 0 0 no-repeat;
	width: 443px;
	height: 29px;
	margin-bottom: 10px;
}
.bway_detail_top_price {
	background: url(../images/step2.png) 0 0 no-repeat;
	width: 443px;
	height: 29px;
	margin-bottom: 9px;
	margin-left: 10px;
}
.bway_detail_top_price_info {
	background: url(../images/detail_heading_text.png) 0 0 no-repeat;
	width: 507px;
	height: 15px;
	margin-bottom: 9px;
	margin-left: 10px;
}

.bway_detail_instruction {
	background: url(../images/detail_instruction.png) 0 0 no-repeat;
	width:371px;
	height:14px;
	margin-bottom: 11px;
	position:relative;
}

.bway_ticket_form {
	background: url(../images/detail_form_header.png) 0 0 no-repeat;
	padding-top:29px;
}

.bway_ticket_termsofuse {
	background: url(../images/detail_termsofuse.png) 0 0 no-repeat;
	width: 570px;
	height: auto;
	padding: 35px;
	padding-top:40px;
	float: left;
	white-space: normal;
}

.bway_detail_ybox_small {
	background: url(../images/detail_box.png) 129px 0px no-repeat;
	width:650px;
	height:196px;
	position:relative;
}
.bway_calendar {
	background: #F5F5F5 url(../images/calendar.png) 0 0 no-repeat;
	width:634px;
	position:relative;
	padding-top: 62px;
	text-align:center;
	padding-bottom: 35px;
}
.bway_calendar_inner {
}

.cal_table {
	width: 570px;
	background: url(../images/cal_week_row.png) 2px 0px no-repeat;
}
.week_row {
	height: 31px;
	padding:0px;
}
.date_row {
	color: #666;
	font-size: 10px;
}
.cal_td_daysnoevents {
	background-color: #E6DFE4;
	text-align: left;
	height: 57px;
	padding-left:4px;
}

.cal_td_daysnoevents a {
	font-size:11px;
	font-weight: normal;
}

.cal_td_daysnoevents a:hover {
	font-weight: normal;
}

.cal_td_today {
	background: #B3A1B9 url(../images/cal_today.png) 0 0 no-repeat;
	text-align: left;
	padding-left:4px;
}
.calendar_title {
	font-size: 20px;
	color: #666;
	text-align:center;
	font-weight: bold;
}
.prev_month {
	vertical-align: middle;
	text-align: right;
}
.next_month {
	vertical-align: middle;
	text-align: left;
}

.cart_table_wrapper {
	background: url(../images/cart_header.png) 0 0 no-repeat;
	width: 653px;
	margin-left: -6px;
}
.cart_table {
	width: 623px;
	margin-left: 15px;
	border-collapse: collapse
}
.basket_title {
	background: url(../images/cart_title.png) 0 0 no-repeat;
	width: 262px;
	height: 46px;
	margin-top:10px;
	margin-bottom:4px;
}
.sectiontableheader {
	text-transform:uppercase;
	line-height: 26px;
	color: #471e5e;
}
.sectiontableheader th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	color: white;
}
.border_up {
	border-top: 1px dotted #98AEB2;
}
.border_up td {
	margin-top: 10px;
	padding-top: 10px;
}
.cart_last_col {
	text-align: left;
	padding-left: 10px;
}
.checkout_step4 {
	background: url(../images/step4.png) 0 0 no-repeat;
	width: 444px;
	height: 29px;
}
.checkout_title {
	background: url(../images/checkout_title.png) 0 0 no-repeat;
	width: 224px;
	height: 45px;
	margin-top:10px;
	margin-bottom:4px;
}

#left_menu_show {
	background: url(../images/menu_top1.png) 0 0 no-repeat;
	height:15px;
}
#left_menu_broadway {
	background: url(../images/menu_sub1.png) no-repeat 10px 5px;
	height:20px;
}
#left_menu_offbroadway {
	background: url(../images/menu_sub2.png) no-repeat 10px 5px;
	height:20px;
}
#left_menu_tour {
	background: url(../images/menu_top2.png) no-repeat 0px 10px;
	height:25px;
}
#left_menu_tour_bus {
	background: url(../images/menu_sub3.png) no-repeat 10px 5px;
	height:20px;
}
td.menu_sub_item {
	padding-left:17px;
	width:140px;
}
td.menu_sub_item_bus {
	padding-left:30px;
}
td.menu_sub_item:hover{
	background: url(../images/menu_star.png) no-repeat 5px 2px;
}
td.menu_sub_item_bus:hover{
	background: url(../images/menu_star.png) no-repeat 5px 2px;
}
td.menu_sub_item menu_sub_item_bus a:hover{
	color: #996699;
}

.moduletable_flash {
	padding-left: 4px;
	margin-bottom: 5px;
	margin-top: 6px;
}

.moduletable_flashlogo {
	margin-top:24px;
	margin-left:35px;
}

#thumbnails  {
 	position:relative; 
 	width:124px; 
 	height:296px; 
 	margin-top:6px; 
 	overflow:hidden;
 	margin-bottom: 6px;
}
.vmCartModule {
	text-align: right;
}
.virtuemartModule {
	float: left;
	font-size: 11px;
}
.virtuemartModule a {
	color: white;
}
.virtuemartModule a:hover {
	color: #471E5E;
}
.virtuemartModule .spacer {
	color:white;
	padding-left:6px; 
	padding-right:6px;
}

.vmCartRegister {
	text-align: center;
}
.vmCartLoginout {
	text-align: center;
}
.button-less {
	border: 0;
	background-color: transparent;
	background-image: none;
	padding: 0;
	color: white;
	cursor: pointer;
}
.button-less:hover {
	color: #471E5E;
}

.orderinfofieldset {
	color:#471e5e;
}

.orderinfoLegend {
	position:relative;
	left:10px;
	font-size:16px;
	color:#471e5e;
	font-weight:bold;
}

.bold {
	font-weight: bold;
}

.graytext {
	color:#666666;
}

.dotline1{
	height:1px; border-top-width:1px; border-top-color:#9db0b4; border-top-style:dotted;
}

.dotline2{
	text-align:center; height:30px; border-bottom-width:1px; border-bottom-color:#9db0b4; border-bottom-style:dotted;
}
.adminlistWrapper {
	width: 653px;
	background: url(../images/cart_header.png) 0 0 no-repeat;
}
.adminlist {
	border-collapse: collapse;
}
.adminlist th {
	height: 36px;
	color: white;
	text-align:center;
}

#leftcolumn {
 	width:219px; 
 	float:left; 
 	min-height:100%;
 	margin-top:6px;
 }
 
.accountIndexTable td {
	margin: 10px;
	color:#471e5e;
}
.accountLeftPadding {
	padding-left:25px;
}
.flypageMainTable {
	margin: 0px;
	width:630px;
}
#ssmed_latest_vm_reviews {
	width: 288px;
}
#ssmed_latest_vm_reviews_title {
	background: url(../images/homepage_review_title.png) 0 0 no-repeat;
	height: 20px;
	width: 100%;
	border-bottom: 4px solid #EA915F;
	margin-top:12px;
}
#homepage_banner1_title {
	background: url(../images/homepage_discount_title.png) 0 0 no-repeat;
	height: 20px;
	width: 288px;
	border-bottom: 4px solid #EA915F;
	margin-top:12px;
}
.homepage_banner {
	width:100%;
	text-align:center;
	margin:5px 0;
}
#rightModules {
	padding-left:14px;
	width: 289px;
}
#footer {
 	width:100%; 
 	background-color:#D3C3E3; 
 	min-height:74px; 
 	height:10%;
}
#footer_inner {
 	width:940px; 
 	margin:0 auto; 
 	text-align:left;
}
.underfooter{
	margin-top:10px;
	color:#858586;
	font-size:11px;
	line-height:110%;
}
.productDetailName {
	background: url(../images/icon.png) 0 0 no-repeat;
	font-size: 16px;
	color: #471e5e;
	line-height:22px;
	margin-left: 28px;
	padding-left: 25px;
	float: left;
}
#demo {
	margin-top:10px;
}
#demo a {
	font-weight: normal;
}

#demo a:hover {
	font-weight: normal;
}
#announcements_title {
	background: url(../images/homepage_notice_title.png) 0 0 no-repeat;
	height: 22px;
	width: 288px;
	border-bottom: 4px solid #EA915F;
}
.moduletable_news {
	margin-top:10px;
	float:left;
}
div .latestnewsInner_news {
	
}
div .latestnewsItem_news {
	width: 100%;
	border-bottom: 1px dotted #9db0b4;
	margin: 4px 0 0 0;
}
.yui-nav {
	background: url(../images/homepage_best5_title.png) 0px 5px no-repeat;
	padding-left:125px;
}
td .topten_item {
	/*width: 100%;*/
	width:277px;
	border-bottom: 1px dotted #9db0b4;
	margin: 4px 0 0 0;
	height: 24px;
}
td .topten_item a {
	float: left;
}
.number_bullet_outer {
	float: left;
	background-color: #FD6601;
	width:9px;
	height:10px;
	margin-right: 15px;
	margin-top: 2px;
}
.number_bullet_inner {
	text-align:center;
	background-color: #FD6601;
	width:11px;
	margin-left: -1px;
	margin-top: 1px;
	height:8px;
	font-size:8px;
	line-height:10px;
	color:#FFF;
}
div #pathway {
	padding-left: 254px;
	margin-top: 0px;
}
.breadcrumbs {
	line-height: 14px;
}

.homeThumbBg {
	background:url(../images/homeThumbBg.gif) 0px 0px no-repeat;
	width:101px;
	height:131px;
	padding-top:2px;
	padding-left:2px;
	text-align: left;
	overflow:hidden;
}

.register_title {
	background: url(../images/registration_title.png) 0 0 no-repeat;
	width: 215px;
	height: 40px;
}

.findpass_title {
	background: url(../images/findpass_title.png) 0 0 no-repeat;
	width: 309px;
	height: 42px;
}

.login_title {
	background: url(../images/login_title.png) 0 0 no-repeat;
	width: 220px;
	height: 45px;
}

.customer_title {
	background: url(../images/customer_title.png) 0 0 no-repeat;
	width: 317px;
	height: 41px;
}

.aboutus {  
	font-size:13px;
	color:#666666;
	padding-left:6px;
}
.terms_title {  
	font-size:14px;
	color:#48235b;
	font-weight:bold;
	margin-top:25px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
}
.terms_txts {  
	width:600px;
	font-size:13px;
	color:#333333;
	margin-top:0px;
	margin-left:31px;
	margin-bottom:0px;
}

.review_title_td {
	background: url(../images/orangemarker.png) 0px 20px no-repeat;
	padding-top:20px; 
	padding-left:0px;
	border-bottom: 1px solid #999;
}
.review_title {
	background: url(../images/review_title.png) 12px 0px no-repeat;
	width: 140px;
	height: 26px;
	float: left;
}

.review_txt{
	font-size:13px;
	color:#452761;
}

.review_txt2{
	font-size:13px;
	color:#666666;
}

.review_txt_rating{
	font-size:13px;
	font-weight:normal;
	color:#666666;
	padding-left:7px;
}
.submit_button {
	width: 103px;
	height: 25px;
	border: none;
	background: url(../images/submit_new.png) 0 0 no-repeat;
	cursor: pointer;
}
.submit_button_eticket {
	width: 100px;
	height: 34px;
	border: none;
	background: url(../images/eticketSubmit.png) 0 0 no-repeat;
	cursor: pointer;
}
.error {
	color: #FF3333;
}
#component-contact {
	margin-left: 31px;
}

.review_dv{
	position:relative;
	margin-left:8px;
	width:585px;
}

.review_dv_date{
	float:right;
	font-size:13px;
	color:#666666;
}

.review_dv_rate{
	float:left;
	font-size:13px;
	color:#666666;
	min-width: 170px;
}

.review_dv_rate img{
	float:right;
}

.review_dv_who{
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

.review_comment{
	float: left;
	padding-top:10px;
	padding-left:15%;
	width:85%;
}

.review_split{
	clear:both;
	background: url(../images/review_split_bg.gif) 0px 17px repeat-x;
	margin-left:8px;
	width:585px;
	height:35px;
}

.dv_timetable{
	margin-bottom:20px;
}

.table_timetable{
	margin-top:8px;
	margin-left:3px;
	background:url(../images/timetable_bg.gif) 0px 0px no-repeat;
	width:625px;
	height:107px;
}
.moduletable_maincatprod, .moduletable_flash {
	margin-left:12px;
}
.moduletable_tour {
	margin-top: 5px;
	float:left;
}
.moduletable {
	float:left;
}
/*	OhShow Quick Link	*/
.moduletable_quickLink {
	float:left;
}
	.moduletable_quickLink h3 {
		border-bottom:solid 4px #ea915f;
		width:288px; height:20px;
		margin:12px 0 0 0;
		background:url(../images/homepage_discount_title.png) 0 0 no-repeat;
		text-indent:-3000px;
	}
.checkout-login {
	background: url(../images/login_title.png) 0px 0px no-repeat;
	padding-top: 40px;
}	
.checkout-login_hide {
	background: none;
	padding-top: 0px;
}	

.price_subtitles{
	width:100%;
	color:#666666;
	margin-top:10px;
}

.price_subtitles2{
	margin-left:20px;
	width:522px;
	height:151px;
	background: url(../images/price_subtitles_content.png) 0px 0px no-repeat;
	color:#411d55;
	padding:0px 0px 0px 113px;
}

.price_subtitle1{
	background: url(../images/price_subtitle1.png) 12px 0px no-repeat;
	height:17px;
}
.price_subtitle2{
	background: url(../images/price_subtitle2.png) 11px 0px no-repeat;
	padding-top:17px;
}
.price_subtitle_underline{
	height:3px;
	background-color:#452057;
}

.price_subtitles_content{
	padding:15px;
}

.warn_txt{
	color:#ff6666;
}

.warn_txt2{
	margin:5px 0px 0px 0px;
	color:#ff6666;
}

.contentpaneopen {
	margin-left: 25px;
	margin-right: 25px;
}

#header_basket {
	color: #5e1177;
}

.comments_price {
	color: #fd6601;
	font-weight: bold;
}
.comments_discount {
	color: purple;
}

/*	special discount page Styles	*/
#special_wrapper {
	width:655px;
	float:left;
}
	#special_wrapper .special_title {
		height:22px;
		margin:26px 0 7px 0; 
		background:url(../images/special/special_title.png) left bottom no-repeat;
	}
	#special_wrapper .monthly_title {
		height:52px;
		margin:0 0 16px -7px; padding:8px 0 0 71px;
		background:url(../images/special/seal_sale.png) 0 0 no-repeat;
		font:normal 20px Arial, Helvetica, sans-serif;
		color:#471e5e;
		line-height:52px;
	}
	#special_wrapper .special_content_top {
		
	}
		#special_wrapper .special_content_top .special_content_top_left {
			width:280px; min-height:300px;
			margin:0 19px 0 0;
			float:left;
		}
			#special_wrapper .special_content_top .special_content_top_left img {
				float:left;
				display:block;
			}
			#special_wrapper .special_content_top .special_content_top_left a.btn_reserveTicket {
				width:100px; height:25px;
				margin:6px 0 0 0;
				background:url(../images/btn_reserveTicket.png) 0 0 no-repeat;
				display:block;
				float:right;
			}
			#special_wrapper .special_content_top .special_content_top_left a.btn_buyTicket {
				width:100px; height:25px;
				margin:6px 0 0 0;
				background:url(../images/reserveticket.png) 0 0 no-repeat;
				display:block;
				float:right;
			}
		#special_wrapper .special_content_top .special_content_top_right {
			width:356px;
			float:left;
		}
			#special_wrapper .special_content_top .special_content_top_right ul.informations {
				margin:0; padding:0;
				list-style:none;
			}
				#special_wrapper .special_content_top .special_content_top_right ul.informations li {
					padding:0 0 15px 0;
				}
					#special_wrapper .orange_bar {
						border-left:solid 6px #f26522;
						height:17px;
						margin:0 0 5px 0; padding:0 0 0 6px;
					}
						#special_wrapper .orange_bar img {
							display:block;
						}
					#special_wrapper .special_content_top .special_content_top_right ul.informations li .info_text {
						padding:0 0 0 12px;
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#471e5e;
						display:block;
					}
			#special_wrapper .special_content_top .special_content_top_right ul.notice_items {
				margin:0 0 0 10px; padding:0;
				list-style:none;
			}
				#special_wrapper .special_content_top .special_content_top_right ul.notice_items li {
					padding:5px 0 10px 0;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#333;
				}
	#special_wrapper .special_content_bottom {
		margin:35px 0 0 0;
	}
		#special_wrapper .special_content_bottom p {
			margin:10px 0;
			font:normal 13px dotum, Arial, Helvetica, sans-serif;
			color:#333;
			line-height:18px;
		}
		
/* for seating chart guide popup */
.seating{
position: relative;
z-index: 0;
}

.seating:hover{
background-color: transparent;
z-index: 50;
}

.seating span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
z-index:99;
}

.seating span img{ /*CSS for enlarged image*/
border-width: 0;
}

.seating:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: -100px; /*position where enlarged image should offset horizontally */
}

.div_preview {
	width:425px; height:355px;
	margin:0 auto;
}

#contentOuterWrapper {
	width: 940px;
	margin: 0 auto;
	background:#fff;
	position: relative;
	display:inline-block;
}
#seals {
	position: absolute;
	top: 145px;
	right: -152px;
}

/*	LV공연관련 티켓정보 확인페이지 styles	*/

.other_ticket_form {
	
}
	.other_ticket_form .ticket_info_block {
		background:#f5f5f5;
		margin:0 0 10px 0;
	}
		.other_ticket_form .ticket_info_block h3.title_ticketinfo {
			width:626px; height:29px;
			margin:0; padding:0;
			background:url(../images/title_ticketinfo.png) 0 0 no-repeat;
		}
		.other_ticket_form .ticket_info_block table {
			
		}
			.other_ticket_form .ticket_info_block table tr {
				
			}
				.other_ticket_form .ticket_info_block table tr td {
					border-bottom:solid 1px #fff;
				}
					.other_ticket_form .ticket_info_block table tr td.cell_title {
						width:219px;
						padding:0 5px 0 0;
					}
						.other_ticket_form .ticket_info_block table tr td.cell_title h4.title_tickettitle {
							width:219px; height:12px;
							margin:7px 0;
							background:url(../images/title_tickettitle.png) 0 0 no-repeat;
						}
						.other_ticket_form .ticket_info_block table tr td.cell_title h4.title_name {
							width:219px; height:27px;
							margin:7px 0;
							background:url(../images/title_name.png) 0 0 no-repeat;
						}
						.other_ticket_form .ticket_info_block table tr td.cell_title h4.title_datevenue {
							width:219px; height:12px;
							margin:7px 0;
							background:url(../images/title_datevenue.png) 0 0 no-repeat;
						}
					.other_ticket_form .ticket_info_block table tr td.cell_content {
						width:407px;
						padding:0 5px 0 0;
					}
						.other_ticket_form .ticket_info_block table tr td.cell_content .vmAttribChildDetail {
							float:left;
						}
	.other_ticket_form .seat_info_block {
		background:#f5f5f5;
		margin:0 0 10px 0;
	}
		.other_ticket_form .seat_info_block h3.title_seatinfo {
			width:626px; height:29px;
			margin:0; padding:0;
			background:url(../images/title_seatinfo.png) 0 0 no-repeat;
		}
		.other_ticket_form .seat_info_block table {
			
		}
			.other_ticket_form .seat_info_block table tr {
				
			}
				.other_ticket_form .seat_info_block table tr td {
					
				}
					.other_ticket_form .seat_info_block table tr th {
						border-right:solid 1px #d6c2db; border-bottom:solid 1px #d6c2db;
						background:#e6ddef;
					}
						.other_ticket_form .seat_info_block table tr th h4.title_seat {
							width:23px; height:10px;
							margin:7px auto;
							background:url(../images/title_seat.png) 0 0 no-repeat;
						}
						.other_ticket_form .seat_info_block table tr th h4.title_price {
							width:26px; height:10px;
							margin:7px auto;
							background:url(../images/title_price.png) 0 0 no-repeat;
						}
						.other_ticket_form .seat_info_block table tr th.head_title_qty {
							border-right:none;
						}
							.other_ticket_form .seat_info_block table tr th.head_title_qty h4.title_qty {
								width:98px; height:11px;
								margin:7px auto;
								background:url(../images/title_qty.png) 0 0 no-repeat;
							}
					.other_ticket_form .seat_info_block table tr td {
						border-right:solid 1px #d6c2db; border-bottom:solid 1px #d6c2db;
						height:30px;
						background:#f5f5f5;
						line-height:30px;
					}
						.other_ticket_form .seat_info_block table tr td.cell_select {
							width:25px;
							text-align:center;
						}
						.other_ticket_form .seat_info_block table tr td.cell_content_seat {
							width:334px;
							padding:4px 10px 2px 5px;
							white-space:normal;
							line-height:20px;
						}
						.other_ticket_form .seat_info_block table tr td.cell_content_price {
							width:115px;
							text-align:center;
						}
						.other_ticket_form .seat_info_block table tr td.cell_content_qty {
							border-right:none;
							width:150px;
							text-align:center;
						}
							.other_ticket_form .seat_info_block table tr td.cell_content_qty label {
								display:none;
							}
							.other_ticket_form .seat_info_block table tr td.cell_content_qty .inputboxquantity {
								border:solid 1px #333;
								padding:0;
							}
							

#recaptcha_widget_div{
	position:absolute;
	top:675px; left:430px;
}

.signup_bottom{
	padding-top:230px;
}