/* CSS Document */
a {
	outline:none;
}
a img {
	border:0;
	outline:0;
}
.clearboth {
	width:100%;
	clear:both;
	height:0;
	overflow:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../template_images/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#3c0156;
	margin:0 auto;
}

.wrap {
	width:980px;
	margin:0 auto;
	background-color:#fff;
}
/*****************************/
/* Global */
/*****************************/
.f-left {
	float:left!important;
}
.f-right {
	float:right!important;
}
/* Header */
.header {
	display:block;
	position:relative;
	z-index:100;
	height:178px;
	background-image:url(../template_images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.header .curtain-left {
	width:195px;
	height:764px;
	display:inline-block;
	/*position:absolute;*/
	top:0;
	margin-left:-105px;
	background-image:url(../template_images/curtain-left.png);
	background-repeat:no-repeat;
}
.header .curtain-right-top {
	width:195px;
	height:265px;
	display:inline-block;
	position:absolute;
	top:-4px;
	right:-103px;
	background-image:url(../template_images/curtain-right-top-half.png);
	background-repeat:no-repeat;
}
.header .curtain-right-bottom {
	width:120px;
	height:497px;
	display:inline-block;
	position:absolute;
	top:261px;
	right:-103px;
	background-image:url(../template_images/curtain-right-bottom-half.png);
	background-repeat:no-repeat;
}

/*grand budapest hotel change*/
.header .curtain-left-tgbh {
	width:195px;
	height:764px;
	display:inline-block;
	top:0;
	margin-left:-105px;
	background-image:url(../template_images/curtain-left-tgbh.png);
	background-repeat:no-repeat;
}
.header .curtain-right-top-tgbh {
	width:195px;
	height:265px;
	display:inline-block;
	position:absolute;
	top:-4px;
	right:-103px;
	background-image:url(../template_images/curtain-right-top-half-tgbh.png);
	background-repeat:no-repeat;
}
.header .curtain-right-bottom-tgbh {
	width:120px;
	height:497px;
	display:inline-block;
	position:absolute;
	top:261px;
	right:-103px;
	background-image:url(../template_images/curtain-right-bottom-half-tgbh.png);
	background-repeat:no-repeat;
}
.header .logo {
	height:124px;
	width:100%;
	position:absolute;
	top:20px;
	left:0;
	text-align:center;
	z-index:1;
}
.header .head-left-text {
	width:140px;
	float:left;
	position:absolute;
	left:108px;
	top:63px;
	font-size:11px;
	color:#ccc;
	line-height:14px;
	font-weight:bold;
	z-index:10;
}
.header .head-left-text span {
	color:#ccc;
}
.header .head-left-text a {
	color:#cccccc;
	font-weight:normal;
	text-decoration:none;
}
.header .head-left-text a:hover {
	color:#fff;
	text-decoration:underline;
}
.header .head-left-text .social-icon {
	display:block;
	overflow:hidden;
	margin:6px 0 0 0;
}

.header .head-left-text .social-icon a {
	width:36px;
	height:36px;
	margin-right:6px;
	float:left;
	background-image:url(../template_images/social-icons.png);
	background-repeat:no-repeat;
}
.header .head-left-text .social-icon a.facebook:hover {
	background-position:0 -36px;
}

.header .head-left-text .social-icon a.facebook {
	background-position:0 0;
}

.header .head-left-text .social-icon a.twitter {
	background-position:-38px 0;
}
.header .head-left-text .social-icon a.twitter:hover{
	background-position:-38px -36px;
}
.header .head-left-text .social-icon a.instagram {
	background-position:-75px 0;
}
.header .head-left-text .social-icon a.instagram:hover {
	background-position:-75px -36px;
}

.header .head-right-text {
	width:120px;
	float:right;
	text-align:center;
	font-size:11px;
	line-height:14px;
	position:absolute;
	right:143px;
	top:63px;
	font-size:11px;
	color:#ffffff;
	line-height:14px;
	z-index:10;
}
.header .head-right-text a {
	display:block;
	text-align:right;
	color:#ccc;
	text-decoration:none;
}
.header .head-right-text a:hover {
	color:#fff;
	text-decoration:underline;
}
/* Navbar */
#navbar {
	height:43px;
	display:block;
	background-image:url(../template_images/navbar-bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	z-index:90;
}
ul.dropdown {
	height:32px;
	position: relative;
	list-style:none;
	padding:0 0 0 92px;
	margin:0;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	padding:10px 22px 0;
*padding-top:0;
	text-transform:uppercase;
}
ul.dropdown li.separator {
	width:2px;
	height:32px;
	padding:0;
	background-image:url(../template_images/navbar-separator.jpg);
	background-repeat:no-repeat;
}
ul.dropdown a:hover {
	color: #573703;
}
ul.dropdown a:active {
	color: #573703;
}
ul.dropdown li a {
	display: block;
	padding:0;/* height:32px;*/
	line-height:32px;
	color: #573703;
	font-size:16px;
	text-decoration:none;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: black;
}
/* LEVEL TWO */
ul.dropdown ul {
	width:160px!important;
	display: none;
	position: absolute;
	top:26px;
	left:-33px;
	padding:20px 0 3px 0;
	margin:0;
	list-style:none;
	background-image:url(../template_images/navbar-dropdown-bg.png);
	background-repeat:no-repeat;
	border-bottom:1px solid #cb9d22;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #573703;
	padding:0 5px!important;
	margin:0;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width:150px;
	text-indent:9px;
	padding:5px 0 5px;
	margin:0;
	float:left;
	font-size:13px;
	text-align:left;
	line-height:18px
}
ul.dropdown ul li a:hover, ul.dropdown ul li:hover {
	background-color:#351244;
	color:#fff;
	float:left;
}
/* Content */
#left-content {
	float:left;
	width:660px;
	padding:0 10px 0 0;
}
.home-slider {
	width:660px;
	height:360px;
	display:block;
	margin:0 0 10px 0;
	position:relative
}
.home-slider li {
	position:relative;
}
.home-slider .caption-box {
	width:630px;
	padding:13px 0 0 30px;
	top:320px;
	height:40px;
	line-height:16px;
	font-size:14px;
	color:#cccccc;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	background-image:url(../template_images/slider-caption-bg.png);
	background-repeat:repeat-x;
}
.home-small-ads {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.home-small-ads .ad-box1 {
	float:left;
	width:326px;
	height:121px;
	padding:0 10px 0 0;
}
.home-small-ads .ad-box2 {
	float:left;
	width:324px;
	height:121px;
}
#tabs {
	width:650px;
	display:block;
	overflow:hidden;
	padding:0 0 0 10px;
	margin-bottom:10px;
	position:relative;
}
#tabs a.buy-tickets-online-btn {
	position:absolute;
	right:16px;
	top:12px;
	text-decoration:none;
	font-size:12px;
	color:#cccccc;
	float:right;
	z-index:10;
}
#tabs a:hover.buy-tickets-online-btn {
	color:#fff;
}
#tabs ul {
	display:block;
	width:608px;
	height:36px;
	background:#6f2a8e;
	padding:0 0 0 42px;
	margin:0;
}
#tabs li {
	list-style: none;
	margin:9px 0 0 -22px;
	position:relative;
}
#tabs li.tab-btn1 {
	z-index:100;
}
#tabs li.tab-btn2 {
	z-index:9;
}
#tabs li.tab-btn3 {
	z-index:8;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	width:152px;
	height:27px;
	line-height:27px;
	font-size:12px;
	color:#000000;
	text-indent:15px;
	text-decoration:none;
	background-image:url(../template_images/tab-btn.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#tabs ul li.active a {
	color:#6f2a8e;
	background-image:url(../template_images/tab-btn-active.png);
	background-position:0 0;
}
.jScrollArrowUp {
	background-image:url(../template_images/jscrollpane-arrow-up.jpg);
	background-repeat:no-repeat;
}
.jScrollArrowUp:hover {
	background-position:top;
}
.jScrollArrowDown {
	background-image:url(../template_images/jscrollpane-arrow-down.jpg);
	background-repeat:no-repeat;
}
.jScrollArrowDown:hover {
	background-position:top;
}
.jScrollActiveArrowButton, .jScrollActiveArrowButton:hover {
	background-position:top;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color:#807f7f;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	width:16px;
	background-color:#c5c5c5;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:0;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:0;
}
.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top:0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden; /*background-color: #666;*/
	height: 16px;
}
.jScrollArrowUp:hover { /*background-color: #f60;*/
}
.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden; /*background-color: #666;*/
	height: 16px;
}
.jScrollArrowDown:hover {	/*background-color: #f60;*/
}
.jScrollActiveArrowButton, .jScrollActiveArrowButton:hover { /*background-color: #f00;*/
}
#tabs .tab-content {
	display:block;
	height:364px;
	border:1px solid #d5d5d5;
	border-top:0;
	background-color:#e9e9e9;
	clear:both;
}
.scroll-pane {
	width:648px;
	height:364px;
	overflow: auto;
}
.now-showing-list {
	display:block;
	padding:0 20px;
}
.now-showing-list .each-row {
	padding:20px 0;
	width:588px;
	border-bottom:1px dotted #666666;
}
.now-showing-list .each-row.last {
	border-bottom:0;
}
.now-showing-list .movie-thumb {
	width:120px;
	height:80px;
	float:left;
}
.now-showing-list .col-2 {
	width:240px;
	float:left;
	padding:0 18px 0 41px;
}
.now-showing-list .col-2 h5, .now-showing-list .col-2 h5 a {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	color:#83519A;
	margin:0;
	text-decoration:none;
	text-transform:uppercase
}
.now-showing-list .col-2 p {
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.now-showing-list .col-2 p a.more {
	color:#6f2a8e;
	font-weight:bold;
	text-decoration:none;
}
.now-showing-list .col-2 p a:hover.more {
	text-decoration:underline;
}
.now-showing-list .col-3 {
	width:177px;
	float:left;
	padding:0;
	margin-right:-20px;
}
.now-showing-list .col-3 p {
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.now-showing-list .col-3 p span.black {
	color:#000;
}
.now-showing-list .col-3 p.time {
	 color: #6E2A8D;
    float: left;
    font-size: 10px;
    width: 170px;
}
.now-showing-list .col-3 p.time span {
	font-size:11px;
	font-weight:bold;
}
.now-showing-list .book-online-btn {
	text-indent:-9999px;
	width:128px;
	height:30px;
	display:block;
	margin:10px 0 0 0;
	background-image:url(../template_images/book-online-btn.jpg);
	background-repeat:no-repeat;
}
.now-showing-list .book-online-btn:hover {
	background-image:url(../template_images/book-online-btn-hover.jpg);
	background-repeat:no-repeat;
}
/********************************************/
/* Right Sidebar */
/********************************************/
#right-sidebar {
	width:308px;
	float:left;
}
#right-sidebar .small-ads-sidebar {
	width:306px; /*height:121px;*/
	display:block;
	margin-bottom:10px;
}
#right-sidebar .big-ads-sidebar {
	width:301px;
	height:403px;
	display:block;
	margin-bottom:10px;
}
.find-a-movie-box {
	width:307px;
	height:360px;
	padding:0 0 0 14px;
	display:block;
	background-image:url(../template_images/find-movie-box-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.find-a-movie-box .title-image {
	display:block;
	padding:14px 0 4px 0;
}
.find-a-movie-box .dropdowns {
	display:block;
	padding-bottom:4px;
}
.find-a-movie-box .dropdowns select {
	font-size:12px;
	color:#666666;
	width:229px;
	padding:5px 6px 4px 9px;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	-moz-box-shadow: 10px 10px 5px #353535;
	-webkit-box-shadow: 10px 10px 5px #353535;
	box-shadow: -2px 2px 3px #353535;
}
.find-a-movie-box .title-image2 {
	display:block;
	padding:0 0 4px 0;
}
.find-a-movie-box .clock-box {
	width:259px;
	height:74px;
	display:block;
	background-image:url(../template_images/clock-box-bg.png);
	background-repeat:no-repeat;
}
.find-a-movie-box .clock-box .clock {
	width:110px;
	height:51px;
	float:left;
	margin:13px 12px 0 18px;
}
.find-a-movie-box .clock-box .clock .each-number, .find-a-movie-box .clock-box .clock .each-number1 {
	float:left;
	width:26px;
	height:51px;
	margin:0 8px 0 0;
	position:relative;
}
.find-a-movie-box .clock-box .clock .each-number1 {
*margin-top:-16px
}
.find-a-movie-box .clock-box .clock .textbox {
	width:26px;
	height:28px;
	margin:10px 0 0 0;
	text-align:center;
	border:0;
	background-color:#fff;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
	cursor:pointer;
	text-indent:-9999px;
}
.find-a-movie-box .clock-box .clock .inc {
	width:26px;
	height:10px;
	position:absolute;
	left:3px;
	top:0;
	display:block;
	background-image:url(../template_images/number-arrow-up.png);
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent:-9999px
}
.find-a-movie-box .clock-box .clock .dec {
	width:26px;
	height:13px;
	position:absolute;
	left:4px;
	bottom:0;
	display:block;
	background-image:url(../template_images/number-arrow-down.png);
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent:-9999px
}
.find-a-movie-box .clock-box .clock .double-dot {
	width:8px;
	height:25px;
	margin:13px 8px 0 11px;
	float:left;
	background-image:url(../template_images/double-dot.png);
	background-repeat:no-repeat;
*margin-top:0
}
.find-a-movie-box .clock-box .go-btn {
	width:54px;
	height:34px;
	float:left;
	margin:20px 0 0 0;
	border:0;
	cursor:pointer;
	background:transparent;
	background-image:url(../template_images/go-btn.png);
	background-repeat:no-repeat;
}
.find-a-movie-box .clock-box .go-btn:hover {
	background:transparent;
	background-image:url(../template_images/go-btn-hover.png);
	background-repeat:no-repeat;
}
.find-a-movie-box .title-image3 {
	display:block;
	padding:22px 0 15px;
}
.find-a-movie-box .join-club-text {
	padding:5px 10px 0 0;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	width:265px
}
.find-a-movie-box .join-club-text a {
	color:#f7e065;
	font-weight:bold;
	text-decoration:none;
}
.find-a-movie-box .join-club-text a:hover {
	text-decoration:underline;
}
/********************************************/
/* Sub Content */
/********************************************/
.sub-content {
	width:650px;
	float:left;
	padding:0 0 0 10px;
	min-height:300px;
}
.sub-content .banner {
	display:block;
	height:121px;
}
.sub-content .inner-text {
	/*overflow:hidden;*/
	padding:18px 14px 0 16px;
	position:relative
}
.sub-content h1 {
	font-size:28px;
	color:#34024b;
	display:block;
	margin-bottom:10px;
}
.sub-content h2 {
	font-size:18px;
	color:#666666;
	display:block;
	margin-bottom:16px;
	text-transform:uppercase;
}
.sub-content h3 {
	font-size:14px;
	color:#83519a;
	display:block;
	padding:14px 0;
	text-transform:uppercase;
}
.sub-content h3 a {
	color:#83519a;
	text-decoration:none;
}
.sub-content h4 {
	font-size:13px;
	color:#83519a;
	display:block;
	padding:14px 0;
	text-transform:uppercase;
}
.sub-content h5 {
	font-size:12px;
	color:#000;
	display:block;
	padding:14px 0;
	text-transform:uppercase;
}
.sub-content h6 {
	font-size:12px;
	color:#000;
	display:block;
	padding:14px 0;
	text-transform:uppercase;
}
.sub-content p {
	font-size:12px;
	color:#414141;
	line-height:16px;
	margin:0 0 12px;
}
/*
.sub-content p a, ol li a {
	color:#522069;
	text-decoration:none;
	position:relative;
	z-index:999
}
*/
.sub-content p a:hover {
	text-decoration:underline;
}
.sub-content ul {
	margin:0 0 14px 0;
	padding:0 0 0 18px;
}
.sub-content ul li {
	display:block;
	font-size:12px;
	color:#414141;
	margin-bottom:8px;
	padding:0 0 0 14px;
	background-image:url(../template_images/arrow_yell.png);
	background-repeat:no-repeat;
	background-position:0 1px;
}
.sub-content ol {
	margin:0 0 14px 0;
	padding:0 0 0 18px;
	list-style-position:inside;
}
.sub-content ol li {
	font-size:12px;
	color:#414141;
	line-height:16px;
	margin-bottom:12px;
}
/********************************************/
/* Footer */
/********************************************/
#footer {
	width:960px;
	height:244px;
	padding:14px 0 0;
	display:block;
	margin:10px 0 0 10px;
	background-color:#cccccc;
}
.foot-links-wrap {
	float:left;
	width:319px;
	padding:0 0 0 16px;
}
.foot-links-wrap .col-1 {
	width:197px;
	float:left;
}
.foot-links-wrap .col-2 {
	width:104px;
	float:left;
}
.foot-links-wrap ul {
	padding:0;
	margin:0;
	list-style:none;
}
.foot-links-wrap ul li {
	margin:0;
	padding:0;
	line-height:12px;
	clear:both;
	float:left;
	width:100%
}
.foot-links-wrap ul li a {
	font-size:12px;
	color:#6f2a8e;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:18px
}
/*.foot-links-wrap ul li a.not-bold { font-weight:normal; } */
.foot-links-wrap ul li a:hover {
	color:#f2ca4e;
}
.foot-links-wrap .foot-logo {
	float:left;
	padding:18px 0 0;
	font-size:12px
}
.foot-links-wrap .copyright {
	float:left;
	font-size:11px;
	color:#666666;
	padding:10px 0 0 10px;
}
.foot-logo a {
	float: left;
	clear:both;
	margin-top: 3px;
	padding: 2px 0 0;
	text-decoration: none;
	color:#6F2A8E
}
.footer-twitter-box {
	width:294px;
	height:214px;
	padding:0 0 0 26px;
	float:left;
	position:relative;
	overflow:hidden;
}
.footer-twitter-box .title {
	width:25px;
	height:214px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../template_images/nova-news-title-gray.jpg);
	background-repeat:no-repeat;
}
.footer-twitter-box .box-1 {
	display:block;
	height:71px;
	padding:0 20px;
	margin-bottom:2px;
	background-color:#c1c1c1;
}
.footer-twitter-box .box-2 {
	display:block;
	height:60px;
	padding:0 20px;
	margin-bottom:2px;
	background-color:#c1c1c1;
}
.footer-twitter-box .box-3 {
	display:block;
	height:80px;
	padding:0 20px;
	margin-bottom:2px;
	background-color:#c1c1c1;
}
.footer-twitter-box .text {
	display:block;
	padding:10px 0 0 0;
	font-size:11px;
	color:#666666;
	line-height:13px;
}
.footer-twitter-box .text a {
	color:#6e2a8d;
	text-decoration:none;
}
.footer-twitter-box .text .time-posted {
	color:#6e2a8d;
	font-size:10px;
	width:100%;
	display:block;
	margin:2px 0 0 0;
}
.foot-right-col {
	float:left;
	width:280px;
	padding:0 0 0 10px;
}
.foot-right-col .big-btn {
	width:100%;
	float:left;
	margin-bottom:7px;
}
.foot-right-col .twitter-btn {
	width:136px;
	height:65px;
	float:left;
	margin:0 8px 0 0;
}
.foot-right-col .facebook-btn {
	width:136px;
	height:65px;
	float:left;
}
/*newly added*/
.links {
	float:right
}
.links h3 a {
	color:#522069;
	background: url("../template_images/links-bg.png") no-repeat 0 0;
	padding:0 0 0 23px
}
#helpSearch, #categoryDetail, #topHelp {
	clear:both
}
.helpQuestion {
	background: url("../template_images/question-bg.png") no-repeat scroll 0 1px transparent;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sea-btn {
	width:75px;
	height:34px;
	margin:0 0 20px;
	border:0;
	cursor:pointer;
	background:transparent;
	background-image:url(../template_images/sea-btn.png);
	background-repeat:no-repeat;
}
.sea-btn:hover {
	background:transparent;
	background-image:url(../template_images/sea-btn-hover.png);
	background-repeat:no-repeat;
}
input[type=text] {
	padding:5px;
	width:200px
}
#helpSearch {
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 20px;
}
#topHelpList {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear:both
}
.prod-img {
	float:left; width:150px; height:76px
}
.prod-det {
	float:left;
	margin:0 0 0 15px;
	width:455px
}
.prod-det-hot {
	padding: 9px 8px 8px 0;
	width: 445px;
	float:left;
	margin:0 0 0 15px;
}
.prod-name {
	float:left
}
.prod-date {
	float:right
}
.products {
	font-size:12px;
	border-bottom:1px solid #ccc;
	margin:0 0 17px;
	padding:0 0 6px;
	float:left
}
.hot-products {
	font-size:12px;
	background:#f1f1f1;
	border:1px dashed #6B198F;
	margin:0 0 17px;
	padding:0 0 6px;
	float:left
}
.promo-products {
	font-size:12px;
	background:#CCC;
	border:1px dashed #000;
	margin:0 0 17px;
	padding:0 0 6px;
	float:left
}
.prod-shor-desc {
	clear:both;
}
.sub-content .prod-name h3 {
	padding:0
}
.more {
	float:right
}
.pager_left {
	text-align:center;
	font-size:12px;
	color:#83519A
}
.pager_left a {
	padding:0 5px;
	color:#83519A
}
.pselected {
	font-weight:bold
}
.more h3 a {
	margin:0 0 10px;
	padding:0
}
.fav {
	color:#83519A;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none
}
a.sub-but {
	background:url(../template_images/butt_bg.jpg) repeat-x;
	border:none;
	color: #000000;
	cursor: pointer;
	font-size: 14px;
	height: 28px;
	line-height: 30px;
	padding: 5px 10px;
	position:relative;
	z-index:999;
	text-decoration: none;
}
a.sub-but:hover {
	background:url(../template_images/butt_bg.jpg) repeat-x 0 -28px;
	color:#fff;
	height:28px;
	cursor:pointer;
	border:none
}
.sub-but {
	background:url(../template_images/butt_bg.jpg) repeat-x;
	height:28px;
	cursor:pointer;
	border:none
}
.sub-but:hover {
	background:url(../template_images/butt_bg.jpg) repeat-x 0 -28px;
	color:#fff;
	height:28px;
	cursor:pointer;
	border:none
}
.formBody {
	display:none
}
.more_info {
	width:300px;
	float:left;
	margin:15px 0 0
}
.sess_time {
	float:left;
	width:300px;
	margin:15px 0 0;
	min-height:162px
}
.sub-content .prod_det ul {
	margin:0;
	padding:0;
}
.sub-content .prod_det ul li, .prod-shor-desc ul li {
	display: block;
	margin-bottom:8px;
	float: left;
	line-height: 15px;
	width:100%
}
.prod-shor-desc ul li {
	clear:both;
	width:450px
}
.sub-content .prod_det ul li a, .prod-shor-desc ul li a {
	color:#83519A;
	text-decoration:none;
	padding:0 20px 0 0;
	font-weight:bold; /*margin:5px 0 0; */
	float:left
}
.prodcat_related_products {
	float: left;
	margin: 24px 0 0;
	width: 621px;
	border-top: 1px solid #CCCCCC;
}
.prodcat_related_product {
	width:150px;
	float:left;
	margin:0 5px 0 0;
	min-height:212px
}
.lav {
	background:#f5e4fd;
	padding:2px
}
.time a {
	color:#6E2A8D;
	text-decoration:none;
	font-weight:normal
}
.newsSummary h2 a {
	color:#666666;
}
.newsSummary h2 {
	margin:0
}
.newsSummary {
	float:left;
	border-bottom:1px solid #ccc;
	padding:14px 0 0;
	margin:0 0 10px
}
.pagerHolder {
	font-size:12px
}
.pagerLeft {
	width:200px;
	float:left
}
.pagerRight {
	float:right
}
.pagerHolder a {
	color:#000;
	text-decoration:none
}
.helpQuestions {
	clear:both
}
#map_canvas {
	width:620px;
	height:300px
}
.tweet_list li {
	list-style:none;
	font-size:12px;
	font-family:"Arial", Helvetica, sans-serif;
	margin-bottom:3px;
	padding:8px;
	background:#C1C1C1;
	line-height:15px
}
.tweet_list img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	width: 32px;
	padding-bottom: 25px;
}
.tweet_list li a {
	color:#6F2A8E
}
ul.tweet_list {
	margin:0;
	padding:0
}
iframe > body td {
	font-size:12px !important;
	font-family:"Arial", Helvetica, sans-serif !important
}
.contact_form {
	font-size:12px
}
.col-3 a {
	color:#6F2A8E
}
.edit_ret {
	float:left;
	width:400px;
	margin-bottom:15px
}
.sub-content p a:hover {
	text-decoration:none
}
#slideshow {
	position:relative;
	margin-bottom:10px
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	display: block;
	border: 0;
	margin-bottom: 10px;
}
.tooltip b a, .tooltip a {
	color:#83519A;
	text-decoration:none;
	font-weight:bold
}
.connect_comment_widget .nub {
	left:324px !important
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	left: -306px !important;
}
.topmargin {
	padding-top:11px !important
}
#tooltip {
	position:absolute;
	background:#000;
	padding:10px 20px;
	color:#fff;
	display:none;
	font-size:12px;
	z-index:9999
}
#div_ad {
	display:none
}
.tooltip a.font-normal,.sub-content .prod_det ul li a.font-normal, .prod-shor-desc ul li a.font-normal {
	font-weight:normal
}
.date_day {
	float:left;
	padding:0 10px 0 0
}
.clear-both {
	clear:both
}
.tooltip .ul-padding {
	padding:0
}
.fb-right {
    float: left;
    padding-top: 20px;
}
.more-nova {
	float:left;
	margin:8px 0 0
}
.disp-block {
	display:block
}
.add-prod-det {
	float:right;
	margin:20px 0 0 192px;
	position:absolute;
	bottom:0;
	width:140px;
	right:0
}
.back-prod-det {
	margin:22px 0 0;
	float:left;
	clear:both;
	width:25%
}
.clear-block {
	clear:both;
	display:block
}
.lef-mar {
	float:left;
	margin:3px 0 0 10px
}
.helpSearch form input[type="text"] {
	float:left;
}
.helpSearch form input[type="submit"] {
	float:left;
	margin:3px 0 15px 5px
}
.product_details {
	position:relative;
	float:left
}
.pager_left a {
	text-decoration:none
}
#div_Subscribe, #div_foot_Subscribe, #comments_content, #topHelp {
	display:none
}
.fading-bann {
	position:relative;
	height:130px
}
.hot-products .prod-img {
    float: left;
    margin: 10px 0 0 10px;
}
.hot-products .prod-det-hot {
    width: 435px;
}
.tweet_text {font-size:12px; color:#414141}
.outerwrap{ width:1200px; margin:0 auto}
.pam{padding: 7px; !important}
.pluginLikeFlyoutFull {
    width: 427px; !important
}

/*** Dec.13.12 Update ***/
.sub-content .prod_det ul li a, .prod-shor-desc ul li a {
	background: #67357E;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	float: left;
	color: white;
	margin: -5px 8px 10px 0px;
}

.sub-content .sess_time h3 {
	font-size: 17px;
	color: #333;
	padding: 7px 6px 5px 6px;
}

.sub-content .sess_time h4 {
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	padding: 0px 5px;
	color: #67357E;
	margin-bottom: 14px;
}
.sub-content .sess_time .book-tip{
	color: #83519A;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
}
.more_info {
	width: 257px;
}

.sess_time {
	width: 333px;
	margin: 28px 0 0;
	padding: 10px 15px 10px 15px;
	background: #EEE;
}

.sub-content .prod_det ul {
	margin-left: 6px;
}

.sub-content .prod_det ul li {
	display: block;
	margin-bottom: 8px;
	float: left;
	line-height: 15px;
	width: 100%;
	padding-left: 21px;
	background-image: url(../template_images/arrow2.png);
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

	/* customised for web site */
	header , section.preFoot {display:none;}
/* end customised */
}