body{
	/*background: url(../images/seller/texture_bg.jpg);*/
//	background:#000 url(../images/bg.png) no-repeat center top;
	
	margin:0px;
	padding:0x;
	color:#000;
	}
	
	
//	.loging_bg { background:url(../images/login_bg.png) no-repeat;}
.loging_bg { background:url(../images/lg_bg.png) no-repeat;    background-size: 100% 105%;}

	
.fl {float: left;}
.fr {float: right;}

.clr {clear: both;}	
.clr2 {clear: both; height:18px;}	

.alignright {text-align:right}
.aligncenter {text-align:center}
.alignleft {text-align:left}
	
a{ outline:none;

color:inherit;
}
	

.top_strip{ 
	background: url(../images/seller/top_strip.png) repeat-x left top; 
	}
.midl_bg{ 
	background: url(../images/seller/mdl_bg.png) repeat-y;
	}
	
.admin_text{
	font-family:Miso, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	padding:4px 0px;
	letter-spacing:1px;
}

.admin_text_password{
	font-family:Miso, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:4px 0px;
	letter-spacing:1px;
}

.admin_text_password a{
	text-decoration:none;
	color:#03a9f1;
}

.admin_text_password a:hover{
	text-decoration:underline;
	color:#03a9f1;
}

.admin_text a{
	text-decoration:none;
	color:#404041;
}

.admin_text a:hover{
	text-decoration:underline;
	color:#03a9f1;
}

.login_btn{
	width:102px;
	height:40px;
	margin:0px;
	padding:0px;
	float:right;
}
.login_btn a{
	background:url(../images/seller/login_btn.png) no-repeat;
	width:102px;
	height:40px;
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	cursor:pointer;
	float:right;
}
.login_btn a:hover{
	background:url(../images/seller/login_hvr.png) no-repeat;
	width:102px;
	height:40px;
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	cursor:pointer;
	float:right;
}

.admin_textfeild{
	width:386px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:4px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.navigation{
	margin:0px 0 9px 0;
	padding:0px;
	float:right;
}
.navigation a{
	margin:0px;
	padding:0px 15px;
	float: left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#fff;
}
.navigation a:hover{
	margin:0px;
	padding:0px 15px;
	float: left;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#fff;
}



/*#login_id{
	margin:0px;
	padding-left:10px;
	float:left;
	position: absolute;
	top:80px;
	color:#fff;
}
#login_id a{
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	text-align:left;
	position: relative;
}
#login_id a:hover{
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	text-align:left;
	
}
*/
/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
	width:197px;
	height:34px;
	margin:0px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
	width:197px;
	height:34px;
	margin:0px;
}

/* Login Button Text */
#loginButton span {
    color:#fff; 
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	text-align:left; 
    padding:10px 29px 9px 10px;
    background: url(../images/seller/loginid_bg.png) no-repeat;
    display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#loginButton:hover {
	background: url(../images/seller/loginid_bg.png) no-repeat;
	cursor:pointer;
	text-decoration:none;
}

/* Login Box */
#loginBox {
    width:195px;
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
	background:#fff;
	border-radius: 0px 0px 4px 4px; 
	-moz-border-radius: 0px 0px 4px 4px; 
	-webkit-border-radius: 0px 0px 4px 4px; 
	border: 1px solid #eee;
	box-shadow:0px 6px 6px #919191;
}
#loginBox ul{
	margin:0px;
	padding:0px;
	float:left;
}
#loginBox ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#loginBox ul li a{
    width:175px;
	margin:0px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color:#000;
}
#loginBox ul li a:hover{
    width:175px;
	margin:0px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
	background:#eee;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color:#000;
}




/* Login Button Text */
#loginButton1 span {
    color:#fff; 
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	text-align:left; 
    padding:10px 29px 9px 10px;
    background: url(../images/seller/loginid_bg.png) no-repeat;
    display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#loginButton1:hover {
	background: url(../images/seller/loginid_bg.png) no-repeat;
	cursor:pointer;
	text-decoration:none;
}

/* Login Box */
#loginBox1 {
    width:195px;
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
	background:#fff;
	border-radius: 0px 0px 4px 4px; 
	-moz-border-radius: 0px 0px 4px 4px; 
	-webkit-border-radius: 0px 0px 4px 4px; 
	border: 1px solid #eee;
	box-shadow:0px 6px 6px #919191;
}
#loginBox1 ul{
	margin:0px;
	padding:0px;
	float:left;
}
#loginBox1 ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#loginBox1 ul li a{
    width:175px;
	margin:0px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color:#000;
}
#loginBox1 ul li a:hover{
    width:175px;
	margin:0px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
	background:#eee;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color:#000;
}

.middle_strip{
	background:url(../images/seller/mdl_stip.png) repeat-x left top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#404041;
	font-weight:normal;
	}
.main_bg{
	background:url(../images/seller/main_headder.png) repeat-x left top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
	}
.main_btm{
	background:#fff;
	border:#d7d7d7 solid 1px;
	border-top: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#404041;
	font-weight:normal;
	padding:15px 0px;
	border-radius: 0px 0px 2px 2px; 
	-moz-border-radius: 0px 0px 2px 2px; 
	-webkit-border-radius: 0px 0px 2px 2px;
	}

.form_textfeild_1{
	width:260px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:6px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

	
.form_textfeild_1{
	width:260px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:6px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

	
.form_textfeild{
	width:354px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:6px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.form_textfeild2{
	width:80px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:6px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.form_select{
	width:182px;
	border:#d3d2d2 solid 1px;
	padding:6px 4px;
	margin:6px 0px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/**Accordion****/	
.technology{ 
	cursor: pointer;
	margin:0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
}

.openlanguage{ 
	background: url(../images/seller/main_headder.png) no-repeat;
	width:1128px;
	height:67px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
    cursor: pointer;
    margin-top:0px;
    padding:0px;
}

.closedlanguage{ 
	cursor: pointer;
	background: url(../images/seller/main_headder.png) no-repeat;
	width:1128px;
	height:67px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
    margin-top:0px;
    padding:0px;
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.text_01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	padding:0px;
}
/**Accordion end****/		

.accordprefix{
	margin:25px 40px 0px 0; 
	float:right;
}

#footer{
	background:#3f3f3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	padding:25px 0px;
}

.event_headder{
    border:#d7d7d7 solid 1px;
	background:#eeeeee;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding-left:40px;
	margin:0px;
	}
.dashboard_headder{
    border:#d7d7d7 solid 1px;
	background:#eeeeee;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
	}
.right_head{
	color:#0187b9;
	font-size:16px;
	padding-left:20px;
	font-weight:600;
}
.dashboard_btm{
	background:#fff;
	border:#d7d7d7 solid 1px;
	border-top: none;
	padding:15px;
	border-radius: 0px 0px 2px 2px; 
	-moz-border-radius: 0px 0px 2px 2px; 
	-webkit-border-radius: 0px 0px 2px 2px;
	box-shadow:0px 3px 2px #989898;
}
.dashboard_links{
	margin:0px;
	padding:0px;
	float:left;
}
.dashboard_links ul{
	margin:0px;
	padding:0px;
	float:left;
}
.dashboard_links ul li{
    width:255px;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	border-bottom:#e5e5e5 dashed 1px;
	line-height:20px;
}
.dashboard_links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404041;
	font-weight:normal;
	padding:0px 0 0 20px;
	float:left;
	margin:0px;
	text-decoration:none;
	background:url(../images/seller/dot_icon.png) no-repeat left center;
}
.dashboard_links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009dd8;
	font-weight:normal;
	padding:0px 0 0 20px;
	float:left;
	margin:0px;
	text-decoration: underline;
}
/*popup*/
.rounded_curves { 
	border:#b9baba solid 1px;  
	-webkit-border-radius:7px; 
	-moz-border-radius: 7px; 
	border-radius:7px; 
	padding:6px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(222,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(222,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ded8d8',GradientType=0 );
	margin-top:-10px;
	margin-right:15px;
}
.rounded_curves_ad { 
	border:#b9baba solid 1px; 
	border-top:1px solid #F29F29;  
	-webkit-border-radius:7px; 
	-moz-border-radius: 7px;  
	border-radius: 0px 0px 7px 7px; 
	padding:6px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(222,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(222,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ded8d8',GradientType=0 );
	margin-top:-10px;
	margin-right:15px;

}
.rounded_curves {
    background: none repeat scroll 0 0 #fff;
    border:0px solid #B9BABA;
    border-radius: 7px 7px 7px 7px;
    margin-right: 15px;
    margin-top: -10px;
    padding: 6px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.pop_headder{ 
	font-family:"PT Sans", Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#000; 
	font-weight:600; 
	line-height:25px;
}
.popup_email{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; color:#404041;}

.list_brdr{border:#bbbbbb solid 1px;}
.list_headder{ background:#d0e3e6; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#404041; line-height:25px; padding-left:10px;}
.list_table{ background:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041;   border-right: 1px solid #BBBBBB;line-height:25px; padding-left:10px;}
.list_table a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; text-decoration:none;}
.list_table a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#0467ba; text-decoration: underline;}

.list_table2{ background:#efefef; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041;   border-right: 1px solid #BBBBBB;line-height:25px; padding-left:10px;}
.list_table2 a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; text-decoration:none;}
.list_table2 a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#0467ba; text-decoration: underline;}
/*popup*/

.padng_rgt{
	padding-right:10px;
}
.padng_lft{
	padding-left:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404041;
	font-weight:normal;


}

.event_calender{
	width:118px;
	height:23px;
	background:#fff;
	border:#d3d2d2 solid 1px;
	padding:2px;
}
.event_date{
	width:50px;
	background:#fff;
	border:#d3d2d2 solid 1px;
	padding:1px;
}

.mandetory_text{
	color:#FF0000;
}
.pricing_table{
	border:#bbbbbb solid 1px !important;
	border-bottom: none;
}
.pricing_head{
font-weight:bold;
    background:#dddddd;
	border-right:#bbbbbb solid 1px;
	line-height:30px;
	padding-left:10px;
}
.pricing_list{
    background:#fff;
	border-right:#bbbbbb solid 1px;
	border-bottom:#bbbbbb solid 1px;
	line-height:18px;
	padding:10px;
}
.pricing_list2{
    background:none repeat scroll 0 0 #f7f7f7;
	border-right:#bbbbbb solid 1px;
	border-bottom: #bbbbbb solid 1px;
	line-height:18px;
	padding:10px;
}
.brdr_right{
	border-right: none;
}

.table_links a{
	color:#1a1a1a;
	text-decoration:none;
}
.table_links a:hover{
	color:#009dd8;
	text-decoration:underline;
}

.err
{
color:#FF0000;
font-weight:normal;
text-align:center;
}
.err {
   
 /*   border: 1px solid #e10c0c;
	background: #ffcdd1 url(../images/seller/error.png) no-repeat 10px; */
	    padding: 5px 0px 5px 0px;
	font-size:12px;
	margin:auto;
	font-size:14px;
	font-family:PT Sans,sans-serif;

}
input.error{
border:1px solid #FF0000;
}
select.error{
border:1px solid #FF0000;
}
textarea.error{
border:1px solid #FF0000;
}

div.error {
    color: red;
	 font-size: 12px;
}
.onsaledate div.error {
    color: red;
	 font-size: 12px;
	 width:160px;
}
.depositr_shema div.error {
    color: red;
	 font-size: 12px;
	
}

.logo_inner{
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 10px #999999;
	float: left;
	margin:0px;
	padding:5px;
	width:165px;
}

.event_details_headder{
	border:#e2e1e1 solid 1px;
	background:#eeeded;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#404041;
	padding:10px;
}
.event_details_brdr{
	border:#e2e1e1 solid 1px;
	border-top:none;
	padding:10px;
}

/*accortion*/
.service_list{ margin:0px;padding:0px; /*min-height:220px;*/}
.service_list li{ padding:3px 0px 0px 0px;list-style:none; margin-bottom:10px;}
.service_list h6{ margin:0px; background:url(../images/seller/main_headder.png) no-repeat; width:1128px; height:40px;font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#404041;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;}
.toggle-link{
		display:block;
		padding:10px 0px 8px 25px;
		background: url(../images/seller/plus.png) no-repeat 1070px 10px;}
.toggle-link.active{
		background:url(../images/seller/minus.png) no-repeat 1070px 10px;}
.sub-text{
		overflow:hidden; position:relative;
		background:#fff;
		border:#d7d7d7 solid 1px;
		border-top: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#404041;
		font-weight:normal;
		padding:15px 0px;
		border-radius: 0px 0px 2px 2px; 
		-moz-border-radius: 0px 0px 2px 2px; 
		-webkit-border-radius: 0px 0px 2px 2px;
		width:1126px;
	}
		
/*accortion*/



.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}


/*success, error messages*/
.notification_green {
background: #99C350 url(../images/seller/notification_check.png) no-repeat 10px; 
	font-family:Helvetica,Arial,sans-serif;
    border-radius: 6px 6px 6px 6px;
	background-color: #99C350;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin:10px;
margin: 10px auto auto;
    margin-top: 10px;
    padding: 15px 15px 15px 50px;
    width:1060px;
	text-align:left;
	border: 1px solid #92B746;
    text-shadow: 0 1px #63852B;
}

.notification_red {
background: #F29161 url(../images/seller/notification_stop.png) no-repeat 10px; 
   border: 1px solid #F48434;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto auto;
    margin-top: 10px;
    padding: 15px 15px 15px 50px;
    text-align: left;
    text-shadow: 0 1px #63852B;
    width: 1057px;
}
/*success, error messages ends*/

/*Help div css*/
.help_dialog_container {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 3px solid #878787;
    border-radius: 12px 12px 12px 12px;
    display: block;
    float: left;
    margin:15px;
    width:1128px;
}
.help_dialog {
    padding: 12px;
}
div.help_dialog hr {
    background: none repeat scroll 0 0 #878787;
    border: 0 none;
    height: 1px;
}
div.help_dialog span {
    color: #878787;
    display: inline;
    font: bold 19px/28px 'Arial';
    height: 24px;
    padding-bottom: 3px;
    padding-top: 2px;
}
div.help_dialog p {
    color: #878787;
    font: 11px/16px 'Arial';
    margin-bottom: 0;
}

/*Help div css ends*/

.pop_content
{
 background:  #FFF;
 padding:10px;
 font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; color:#404041;
 

overflow: auto;


}
.pop_content_long
{
 background:  #FFF;
 padding:10px;
 font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; color:#404041;
 height: 580px;

overflow: auto;


}

.show_hide {
	display:none;
}


.slidingDiv1 {
   
}


/*03-09-2012*/

.preview_top_links{
	width:400px;
	float:left;
	margin-left:30px;
	padding:0px;
}
.preview_top_links ul{
	float:left;
	margin:0px;
	padding:0px;
}
.preview_top_links ul li{
	float:left;
	margin:0px;
	padding:33px 20px 30px 20px;
	list-style:none;
	height:23px;
	border-left:#8f8f8f solid 1px;
	border-right:#8f8f8f solid 1px;
}
.preview_top_links ul li a{
	float:left;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:"PT Sans", Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#fff; 
	font-weight: bold;
}
.preview_top_links ul li a:hover{
	float:left;
	margin:0px;
	padding:0px;
	text-decoration: underline;
	font-family:"PT Sans", Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#fff; 
	font-weight: bold;
}

.preview_middle_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#404041;
}
.preview_middle_links a{
	text-decoration:none;
	color:#404041;
	padding:0px 10px;
}
.preview_middle_links a:hover{
	text-decoration:underline;
	color:#0490c4;
	padding:0px 10px;
}
.preview_middle_links a#home{
	text-decoration:underline;
	color:#0490c4;
	padding:0px 10px;
}
.preview_video{
    font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#404041;
	font-weight:bold;
	padding:10px 0px;
}

.eventfullprice{
	background-color:#efefef;
	border:#cccccc solid 1px;
	border-top: none;
	padding:5px;
}

.voucher{
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#404041;
	font-weight:bold;
	line-height:35px;
	list-style-position:left;
}
.list_box3{
	width:137px;
	padding:3px;
	color:#404041;
	background:#fff;
	border:#acacac solid 1px;
	font-size:12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
.eventtext{
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 10px 0px 0px;
	color:#404041;
	list-style-position:left;
}
.left_event_box{
	width:266px;
	float:right;
	margin:0;
	padding:0px;
}
.eventticket {
	width:266px;
	height:50px;
	margin:0px;
	float: left;
}

.pricetable {
	width:250px;
	margin-left:14px;
	float:left;
	border:#c4c4c4 solid 1px;
	border-top:none;
}

.ticket_voucher{
font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#404041;
	font-weight:bold;
	line-height:0px;
	list-style-position:left;
}

.preview_white_bg{
	background:#fff;
	border:#d7d7d7 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#404041;
	font-weight:normal;
	padding:30px;
	border-radius: 2px 2px 2px 2px; 
	-moz-border-radius: 2px 2px 2px 2px; 
	-webkit-border-radius: 2px 2px 2px 2px;
}
#event_tabs{
	width:460px;
	margin:0px;
	padding:0px;
	float:right;
}
.vtabs {
	/* a border is required for IE otherwise the tab panels will not be aligned correctly. */
	position: relative;
}
.vtabs .vtabs-tab-column {
	position: absolute; left: 0; margin: 0; width: 170px; min-width: 170px;
}
.vtabs .vtabs-tab-column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* css for tab that is open */
.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
	background-color: #ffffff;
	color:#404041;
	margin: 0px;
	padding:10px 5px 10px 8px;
	margin-bottom: 1px;
	border: 1px solid #c4c4c4;
	border-right:none;
	z-index: 10;
}
/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	border-right: 1px solid #c4c4c4;
	background:#00aeee;
	color:#fff;
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {
	background:#00aeee;
}
/* css for link on tab that's open */
.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #404041;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	color:#fff;
}	
.vtabs .vtabs-content-column {
	padding: 0px;
	margin: 0px;
}
/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	background-color: #ffffff;
	padding:10px;
	margin: 0px;
	border: 1px solid #c4c4c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:18px;
	text-align:justify;
	min-height:185px;
}

/* 08/10 */
.event_list_headder{
	background:#404041;
	height:26px;
	width:100%;
	margin-bottom:7px;
	padding:0px;
	float:left;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
	}
.pagnation{
	font-size:11px;
	color:#fff;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	}
.pagnation a{
	font-size:11px;
	color:#fff;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
.pagnation a:hover{
	font-size:11px;
	color:#fff;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
.list_grd_box{
	width:700px;
	margin:0px;
	padding:0px;
	float:left;
	}
.list_grd_inner_box{
	width:1006px;
	margin-bottom:7px;
	padding:0px;
	float:left;
	}
.date_left_crnr{
	width:15px;
	height:87px;
	margin-top:8px;
	padding:0px;
	float:left;
	}
.events_list_bg{
	border:#eaeaea solid 1px;
	border-left:none;
	margin:0px;
	padding:7px 9px 15px 0px;
	float:left;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	}
.date_box{
    background:url(../images/seller/date_box.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#fff;
	font-weight: normal;
	width:37px;
	height:54px;
	margin:0px;
	padding:8px 10px 0 0px;
	float:left;
	line-height:14px;
	text-align:center;
	}
.event_names{
	color:#1bb7f1;
	font-size:14px;
	font-weight:bold;
	}
.event_times{
	color:#333333;
	font-size:14px;
	font-weight: normal;
	}
.event_locations{
	color:#333333;
	font-size:14px;
	font-weight: normal;
	}


.image_inner{
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 10px #999999;
	float: left;
	margin:0px;
	padding:5px;
	width:79px;
}

.pricing_list1{
    background:#fff;
	border-right:#bbbbbb solid 0px;
	border-bottom:#bbbbbb solid 1px;
	line-height:14px;
	padding-top:6px;
	padding-bottom:12px;
	padding-left:5px;
}


.green{
	background:#30ad23;
	width:14px;
	height:14px;
	margin:0px;
	padding:0px;
}
.red{
	background:#ba0000;
	width:14px;
	height:14px;
	margin:0px;
	padding:0px;
}
.blue{
	background:#0099FF;
	width:14px;
	height:14px;
	margin:0px;
	padding:0px;
}
.yellow{
	background:#ffba00;
	width:14px;
	height:14px;
	margin:0px;
	padding:0px;
}
.pink{
	background:#ff0080;
	width:14px;
	height:14px;
	margin:0px;
	padding:0px;
}

.pop_repeat_headder {
    border-bottom: 1px solid #E7E7E7;
    color: #000000;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 5px 0;
}

.pages_bg{
	background:#fff;
	border:#d7d7d7 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#404041;
	font-weight:normal;
	padding:30px 60px;
	border-radius: 0px 0px 2px 2px; 
	-moz-border-radius: 0px 0px 2px 2px; 
	-webkit-border-radius: 0px 0px 2px 2px;
}

.pagepreview_header{
    border:#d7d7d7 solid 1px;
	background:#eeeeee;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding:10px 23px;
	margin:0px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#404041;
}
.pagepreview_box{
    border:#dadada solid 1px;
	background:#f8f8f8;
	padding:20px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#404041;
	text-align:justify;
}
.pagepreview_subtext{
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#404041;
	text-align:justify;
	padding:10px;
}

.multi_box{
border:#bbbbbb solid 1px;
}
.multi_box_list{
background:#f7f7f7; padding:4px 0px; border-bottom:#eae9e9 solid 1px;
}
.multi_box_list2{
background:#fbfafa; padding:4px 0px;
}

/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom:-24px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
	bottom: 20px;
}
#wowslider-container1 { 
/*	overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:550px;
	height:375px;
	margin:auto;
	z-index:100;
}
#wowslider-container1 .ws_frame{
	display:block;
	position: absolute;
	left:5px;
	top:5px;
	width:550px;
	height:375px;
	opacity:0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#wowslider-container1 .ws_shadow{
	width:100%;
	background: url(../images/seller/shadow.png) left 100%;
	height:93px;
	position: absolute;
	left:0;
	bottom:-37px;
	z-index:-1;
}
#wowslider-container1 .ws_images{
	position: absolute;
	left:5px;
	top:5px;
	width:550px;
	height:375px;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	padding: 10px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1 .ws_bullets a { 
	margin: 0;
	width:16px;
	height:15px;
	background: url(../images/seller/bullet.png) left top;
	float: left; 
	text-indent: -1000px; 
	position:relative;
}
#wowslider-container1 .ws_bullets a:hover{ 
	background-position: -16px 0;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: right top;
}
#wowslider-container1 .ws_bullets a.ws_overbull{
	background-position: 50% top;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 50% top;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-28px;
	z-index:60;
	height: 56px;
	width: 29px;
	background: url(../images/seller/arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0; 
	right:-8px;
}
#wowslider-container1 a.ws_prev {
	left:2px;
	background-position: 0 0; 
}
label.error {
    color: #FF0000;
    margin-left: 5px;
}

input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 12px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calender_icon.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}
.s_msg
{
  border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    font: bold 12px verdana;
    margin: 8px auto 15px;
    padding: 10px 25px 10px 50px;
    text-shadow: 2px 2px 2px #CCCCCC;
	 width: 860px;
	  background: url("../images/seller/notification_check.png") no-repeat scroll 10px center #CDE9A0;
    color: #4F8A10;
	}
	.e_msg
{
   border: 1px solid #F48434;

    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #888888;
    font: bold 12px verdana;
    margin: 8px auto 15px;
    padding: 10px 25px 10px 50px;
    text-shadow: 2px 2px 2px #CCCCCC;
	 width: 860px;
	  background: url("../images/seller/notification_stop.png") no-repeat scroll 10px center #F29161;
    color: #fff;
	}
	.chek-box {
    border: 1px solid #EEEEEE;
    box-shadow: 0 4px 6px #919191;
    padding: 6px 4px;
}
table.grid-view_pagging tr td a {
    color: #53748F;
    text-decoration: none;
}
table.grid-view_pagging tr td a:hover {
    color: #FFFFFF;
    font-weight: bold;
}
table.grid-view_pagging tr td .paging {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    color: #003152;
    font-weight: bold;
    padding: 1px 5px;
    text-decoration: none;
}
table.grid-view_pagging tr td .paging:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 5px;
}
table.grid-view_pagging tr td .paging-active {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 5px;
    text-decoration: none;
}
.paging-one {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    color: #53748F;
    font-weight: bold;
    padding: 1px 5px;
    text-decoration: none;
    width: 10px;
}
table.grid-view_pagging .name {
    color: #22749B;
    font-weight: bold;
}
table.editor-view_pagging {
    font-size: 11px;
}
table.editor-view_pagging td.editor-head {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px solid #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}
table.editor-view_pagging td .note-text {
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
}
.graytxt {
    color: #2B2B2B;
    font-size: 13px;
    text-decoration: none;
}
.graytxt2 {
    color: #8D8B8B;
    font-size: 13px;
    text-decoration: none;
}
.box-brdr-btm{ border-bottom:#dfdfdf dashed 1px; padding:15px 0px;} 


.login_new{ font-family:'PT Sans'; font-size:24px; color:#fff; padding:5px; font-weight:bold;    position: relative;
    top: -10px;}

.login_new_txt { font-family:'PT sans'; font-size:18px; caption-side:#555555; padding:0px 0 12px 0; /*padding:15px 0 3px 0;*/ font-weight:bold;}

.login_new_fields { width:289px; border:#bbbbbb solid 1px;height: 14px;font-size: 16px; background:#fff; padding:16.5px 5px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}