@charset "utf-8";
/* CSS Document */

@import url("jquery.ad-gallery.css");

body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color:#999999;
	font-size:12px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	/*background:url(../img/bodybg.jpg) repeat-x  fixed;*/
}
#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
        display: inline-block;
        height: auto;
}
/*ul li {
	display:inline;
} */
.footerlinks{
    display:inline;
}

form {
	padding:0 !important;
	margin:0 !important;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1024px;
	min-width:57px;
	min-height:57px;
}
.header {
	position: relative;
	z-index: 1;
	background:url(../img/headerbg.png) no-repeat left top;
	width:1022px;
	height:200px;
}
.header #cityvisit {
	height:20px;
	width:99%;
	font-size:11px;
	text-align:right;
	color:#000000;
	padding-top:13px;
}
.header #cityvisit a {
	text-decoration:none;
	color:#000000;
	margin: 0 15px 0 15px;
}
.header .headerpart {
	position: relative;
	float: left;
	width: 1020px;
	height:110px;
}
.header .headerpart .left1 {
	position: relative;
	float: left;
	left: 10px;
	width: 172px;
	margin:-30px 0 0 25px;
}
.header .headerpart .left2 {
	position: relative;
	float: left;
	left: 30px;
	width: 480px;
}
.header .headerpart .left3 {
	position: relative;
	float: left;
	left: 52px;
	width: 156px;
	top:8px;
	margin:0px;
}
.header .headerpart .right {
	position: relative;
	float: right;
	right: 10px;
	width: 285px;
}
.header .headerpart .left2 #dealheading {
	color:#FFFFFF;
	font-size:13px;
	width:95%;
	font-weight:600;
	margin:35px 0 0 10px;
}
.header .headerpart .left2 #dealheading2 {
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
}
.header .headerpart .left2 #dealheading2 span {
	color:#b3e726;
	font-size:32px;
	font-weight:bold;
}
.header .headerpart .left3 #dealheading {
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	margin:35px 0 0 0;
}
.header .headerpart .right #dealheading {
	color:#FFFFFF;
	font-size:11px;
	font-weight:600;
	margin:41px 0 5px 2px;
}
.header .headerpart .right input.box {
	color: #000;
	font-size: 1.2em;
	width: 174px;
	height: 33px;
	padding:5px 0 0 5px;
	background:url(../img/searchbox.png) no-repeat;
	border:none;
	line-height:33px;
}
.header .headerpart .right input.btn {
	width: 92px;
	height: 34px;
	cursor: pointer;
	background: url(../img/searchbutton.png) no-repeat top right;
	border:none;
	margin-left:-10px;
}
.header .headerpart .right form {
	margin: 0 auto;
}
.header .headerpart .right .formdiv {
	margin-left:15px;
	width:275px;
	line-height:33px;
}
.search {
	float:left;
}
.nav2 {
	height:54px;
	position: relative;
	float: left;
	width:1022px;
}
.nav2 .navleft {
	position: relative;
	float: left;
	background:url(../img/leftsidemenubg.png) no-repeat top left;
	width:11px;
	height:53px;
}
.nav2 .navright {
	position: relative;
	float: right;
	background:url(../img/rightsidemenubg.png) no-repeat top left;
	width:11px;
	height:53px;
}
.nav2 .navcenter {
	position: relative;
	float: left;
	background:url(../img/menubg.png) repeat-x top left;
	width:990px;
	height:53px;
	margin: 0 auto;
	z-index: 0;
}
/* menu structure */
/* menu structure */

.nav {
	background:url(../img/menubg.png) repeat-x top left;
	width:1000px;
	position: relative;
	margin: 0 auto;
	float: left;
	height: 54px;
	z-index: 0;
}
.artmenu {
	padding: 10px 3px 3px 3px;
	margin:0
}
.nav .l, .nav .r, .nav .r div {
	top: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 29px;
}
.nav .l {
	left: 0;
	right: 0px;
}
.nav .r {
	right: 0;
	width: 0px;
}
.nav .r div {
	width: 874px;
	right: 0;
}
.nav .l, .nav .r div {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/nav.png);
}
/* end Menu */

/* begin MenuItem */
.artmenu ul li {
	clear: both;
}
.artmenu a, .artmenu a span {
	height: 23px;
	display: block;
}
.artmenu a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.artmenu a {
	background-image: url(../img/item-left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.artmenu a span {
	background-image: url(../img/item-right.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.artmenu a span span {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	font-weight:600;
	padding: 0 1px;
	margin: 0 11px;
	line-height: 23px;
	text-align: center;
	background-image: url(../img/item-center.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.artmenu ul li {
	clear: both;
}
.artmenu span {
	height: 23px;
	display: block;
}
.artmenu li a {
	height: 23px;
	line-height: 23px;
	margin:0 0 0 0px;
	padding-left:10px;
	cursor: pointer;
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	font-size: 13px;
	font-style: normal;
        outline:none;
}
.artmenu li span {
	background-repeat: no-repeat;
	padding-right:10px;
	margin:0 5px;
}
.artmenu li:hover a {
	background-image: url(../img/menuover.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	line-height: 23px;
	margin:0 0 0 0px;
	padding-left:10px;
	color: #484E46;
}
.artmenu li:hover span {
	background-image: url(../img/menuover.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right:10px;
}
/* end MenuItem */

/* begin MenuSeparator */
.nav .separator {
	display: block;
	width: 1px;
	height: 23px;
	background-image: url(../img/item-separator.png);
}
.artmenu li {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}
.nav .leftsidemargin {
	margin-left:50px;
}
/* end MenuSeparator */

.content {
	width:1020px;
	position:relative;
	margin:10px 0 0 0;
}
.content .leftside {
	position:relative;
	width:662px;
	float:left;
}
.content .leftside .box1 {
	width:662px;
}
.content .leftside .box1 .box1top {
	background:url(../img/box1top.png) no-repeat top left;
	height:22px;
	width:662px;
}
.content .leftside .box1 .box1middle {
	background:url(../img/box1center.png) repeat-y top left;
	width:662px;
	height:auto;
}
.content .leftside .box1 .box1middle h1 {
	width:640px;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#8bbf1c;
	margin:0 10px 0px 10px;
}

.content .leftside .box1 .box1middle p {
  margin:0;
}

.content .leftside .box1 .box1middle #jsbox {
	height:280px;
	margin:0px;
	position:relative;
	margin-bottom:0px;
	border:0px solid #f00;
}
.content .leftside .box1 .box1middle #jsbox #leftside {
	height:250px;
	margin:10px;
	position:relative;
	width:48px;
	float:left;
}
.content .leftside .box1 .box1middle #jsbox #centerside {
	height:250px;
	margin:10px auto;
	position:relative;
	width:550px;
	float:left;
	margin-left:45px;
}
.content .leftside .box1 .box1middle #jsbox #centerside .image1 {
	position:relative;
	z-index:2;
	top:52px;
	float:left;
	margin-right:25px;
}
.content .leftside .box1 .box1middle #jsbox #centerside .image2 {
	position:relative;
	z-index:3;
	top:23px;
	margin-left:30px;
}
/*.content .leftside .box1 .box1middle #jsbox #centerside .image3 {
	position:relative;
	z-index:2;
	top:-150px;
	left:0px;
	float:right;
} */

.content .leftside .box1 .box1middle #jsbox #centerside .image3 {
	position:relative;
	z-index:2;
	top:-70px;
	left:0px;
	float:right;
}

        
.content .leftside .box1 .box1middle #jsbox #rightside {
	height:250px;
	margin:10px;
	position:relative;
	width:48px;
	float:right;
}
.content .leftside .box1 .box1middle h2 {
	width:640px;
	font-size:25px;
	font-family:"Georgia", Times, serif;
	font-weight:bold;
	color:#8bbf1c;
	margin:10px 10px 25px 30px;
	margin-bottom:25px;
}
.content .leftside .box1 .box1middle p {
	/*width:640px;  */ /* commented by kapil */
       /* width:629px; */
	/*color:#8d8d8d;*/
	color:black;
        padding-bottom: 10px;
	/*margin:0 10px 0px 30px;*/
}
.content .leftside .box1 .box1middle .buttondiv {
	width:92px;
	float:none;
}
.content .leftside .box1 .box1middle .button {
	color:#436103;
	margin:10px 10px 0 525px;
	width: 92px;
	height: 35px;
	cursor: pointer;
	background: url(../img/buynowbuttom.png) no-repeat top right;
	border:none;
	font-weight:bold;
}
.content .leftside .box1 .box1bottom {
	background:url(../img/box1bottom.png) no-repeat bottom left;
	height:22px;
	width:662px
}
.content .leftside .box2 {
	width:655px;
	margin-top:50px;
}
.content .leftside .box2 .aboutdeal {
	width:631px;
	height:38px;
	position:relative;
}
.content .leftside .box2 .aboutdeal h2 {
	margin:0;
	text-align:center;
	font-size:14px;
	padding-top:12px;
	color:#FFFFFF;
}
.content .leftside .box2 .aboutdeal .activedealdiv {
	height:38px;
	position:relative;
	float:left;
	width:333px;
	background:url(../img/aboutdeal.png) no-repeat scroll center top transparent
}
.content .leftside .box2 .aboutdeal .dactivedealdiv {
	height:38px;
	position:relative;
	width:298px;
	float:right;
	background:url(../img/shareoffer.png) no-repeat;
}
.content .leftside .box2 .box2top {
	background:url(../img/box2top.png) no-repeat top left;
	height:18px;
	width:655px;
}
.content .leftside .box2 .box2middle {
	background:url(../img/box2middle.png) repeat-y top left;
	width:655px;
	height:auto;
}
.content .leftside .box2 .box2bottom {
	background:url(../img/box2bottom.png) no-repeat bottom left;
	height:18px;
	width:655px
}
.content .leftside .box2 .box2middle .aboutdealdiv {
	margin: 0 20px 0 20px;
}
.content .leftside .box2 .box2middle .aboutdealdiv h2 {
	margin:0px;
	padding:15px 0 0 0;
	color:#fd9018;
	font-size:15px;
}
.content .leftside .box2 .box2middle .aboutdealdiv p {
	margin:0px;
	padding:5px 15px;
}
.content .leftside .box2 .box2middle .vendordiv {
	left:15px;
	height:115px;
	position:relative;
	width:510px;
}
.content .leftside .box2 .box2middle .vendordiv a {
	text-decoration:none;
}
.content .leftside .box2 .box2middle .vendordiv ul {
	list-style:none;
}
.content .leftside .box2 .box2middle .vendordiv ul li {
	display:inline;
	width:110px;
	height:100px;
	float:left;
}
.content .leftside .box2 .box2middle .vendordiv .vendorimagediv {
	width:82px;
!important position:relative;
	height:100px;
}
.content .rightside {
	position:relative;
	width:352px;
	float:right;
}
.content .rightside .dealinformation {
	width:351px;
	position:relative;
}
.content .rightside .dealinformation .dealtop {
	width:351px;
	/*height:50px; */
        height:99px;
	background:url(../img/dealtop.png) no-repeat top left;
}
.content .rightside .dealinformation .dealtop .dealheading {
	height:25px;
	width:320px;
	position:relative;
}
.content .rightside .dealinformation .dealtop .dealheading h2 {
	margin:0;
	padding:10px 10px 0 20px;
	color:#efefef;
	font-size:20px;
	font-weight:200;
}
.content .rightside .dealinformation .dealtop .dealheading .heading {
	width:155px;
	position:relative;
	float:left;
}
.content .rightside .dealinformation .dealtop .dealheading .heading2 {
	width:130px;
	position:relative;
	background:url(../img/dealpurchased.png) no-repeat right top;
	float:right;
	/*height:25px; */
        height:79px;
	margin-top:13px;
}
.content .rightside .dealinformation .dealtop .dealheading .heading2 h2 {
	margin:0;
	padding:5px 5px 0 10px;
	color:#ec720d;
	font-size:13px;
	font-weight:bold;
}
.content .rightside .dealinformation .dealcenter {
	width:351px;
	background:url(../img/dealcenter.png) repeat-y top left;
}
.content .rightside .dealinformation .dealcenter h1 {
	margin:0;
	color:#ea710d;
	font-size:20px;
	font-weight:bold;
	padding:10px 0 10px 15px;
}
.content .rightside .dealinformation .dealcenter .currentprise {
	width:250px;
	height: 90px;
	margin:00 10px 0 60px;
}
.content .rightside .dealinformation .dealcenter .currentprise .currentprisebg {
	width:119px;
	height:90px;
	background:url(../img/dealprice.png) no-repeat top left;
	float:left;
}
.content .rightside .dealinformation .dealcenter .currentprise .currentprisebg h2 {
	font-size:30px;
	font-weight:bold;
	color:#9fd037;
	margin:15px 0 0 30px;
}
.content .rightside .dealinformation .dealcenter .currentprise .currentprisebg h2 span {
	font-weight:500;
	font-size:14px;
}
.content .rightside .dealinformation .dealcenter .currentprise .inputbutton {
	width:95px;
	height:90px;
	float:right;
}
.content .rightside .dealinformation .dealcenter .currentprise .inputbutton .button {
	color:#436103;
	width: 92px;
	height: 35px;
	cursor: pointer;
	background: url(../img/buynowbuttom.png) no-repeat top right;
	border:none;
	font-weight:bold;
	margin:20px 0 0 0;
}
.content .rightside .dealinformation .dealcenter .morebuyer {
	background:url(../img/dealhighlight.png) repeat-y top center;
	width:348px;
	/*height:31px; */
	margin-top:10px;
}
.content .rightside .dealinformation .dealcenter .morebuyer h2 {
	text-align:center;
	font-size:140%;
	color:#144d5b;
	margin:0;
	padding:5px 0 0 0;
}
.content .rightside .dealinformation .dealcenter .discountdiv {
	color:#99cd2b;
	font-size:105%;
	width:336px;
	text-align:center;
	margin:0 0 0 0;
}
.content .rightside .dealinformation .dealcenter .discountdiv span {
	margin:0 10px;
}
.content .rightside .dealinformation .dealcenter .discountdiv2 {
	color:#5292de;
	font-size:130%;
	width:336px;
	text-align:center;
	margin:10px 0 0 0;
	font-weight:bold;
}
.content .rightside .dealinformation .dealcenter .discountdiv2 span {
	margin:0 15px;
}
.content .rightside .dealinformation .dealcenter .timeleft {
	width:320px;
	height: 50px;
	margin:0 10px 0 10px;
}
.content .rightside .dealinformation .dealcenter .timeleft .timelist {
	width:119px;
	height:50px;
	float:left;
}
.content .rightside .dealinformation .dealcenter .timeleft .timelist ul {
	margin:0;
	list-style:inside;
	text-indent:-50px;
}
.content .rightside .dealinformation .dealcenter .timeleft .timelist ul li {
	display:block;
	color:#176ed5;
}
.content .rightside .dealinformation .dealcenter .timer {
	width:10px;
	height:50px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.content .rightside .dealinformation .dealcenter .totalpurchased {
	width:340px;
	text-align:center;
}
.content .rightside .dealinformation .dealcenter .totalpurchased h1 {
	color:#99cd2b;
	font-size:190%;
	font-weight:bold;
}
.content .rightside .dealinformation .dealcenter .totalpurchased .totalproduct {
	font-size: 120%;
	color:#ec720d;
	width:300px;
	margin-left:27px;
	margin-bottom:5px;
}
.content .rightside .dealinformation .dealcenter .totalpurchased .totalproduct .spacing {
	margin-left:140px;
}
.content .rightside .dealinformation .dealcenter .totalpurchased .totalproduct2 {
	font-size: 100%;
	color:#0066bd;
	width:300px;
	margin-left:27px;
	margin-top:10px;
}
.content .rightside .dealinformation .dealbottom {
	width:351px;
	height:24px;
	background:url(../img/dealbottom.png) no-repeat top left;
}
.content .rightside .box3 {
	width:352px;
	position:relative;
}
.content .rightside .box3 .box3top {
	width:352px;
	height:47px;
	background:url(../img/box3top.png) no-repeat top left;
}
.content .rightside .box3 .box3top h1 {
	font-size:130%;
	color:#fd911a;
	margin:0;
	padding:15px 0 0 18px;
}
.content .rightside .box3 .box3center {
	width:352px;
	background:url(../img/box3center.png) repeat-y top left;
}
.content .rightside .box3 .box3center .box3list {
	margin:0;
	width:300px;
	list-style-position:outside;
	list-style-image:url(../img/bullet.png);
}
.content .rightside .box3 .box3center .box3list li {
	font-size:100%;
	color:#92918f;
	line-height:15px;
	padding:10px 0 0 0;
}
.content .rightside .box3 .box3bottom {
	width:352px;
	height:17px;
	background:url(../img/box3bottom.png) no-repeat top left;
}
.content .rightside .box3 .box3center .boxcantener {
	/*width:340px; */
   /*     width:333px;*/
	margin:0 15px;
        padding:10px 10px 0 0;
}
.content .rightside .box3 .box3center .boxcantener .nearbydeal {
	font-size:120%;
	color:#207c13;
}
.content .rightside .box3 .box3center .boxcantener .clientdiv {
	margin: 10px 10px 0 10px;
}
.content .rightside .box3 .box3center .boxcantener .clientdiv img {
	background:url(../img/photoframe.png) no-repeat top left;
	border:0;
	margin:0 5px;
	text-align:center;
}
.footer {
	color:#FFFFFF;
	text-align:center;
	margin-bottom:5px;
}
.footer a {
	color:#FFFFFF;
	text-align:center;
	margin-bottom:5px;
	text-decoration:none;
}
.formtext {
	float:left;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 10px 0 0 26px;
	/*width:400px;*/
	width:510px;  /*  added sushil*/   
	text-align:right;
}
.formtext1 {
	float:right;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 0px 0 0 16px;
	/*text-align:right;*/
	text-align:left;   /* added sushil*/
	vertical-align:top;
	text-align:top;
	width:161px;
}
.howtxt {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:0 0 0px 30px;
	color:#8BBF1C;
}
.workstxt {
	padding:5px 30px 0 30px;
	text-align:justify;
}
.headingxt {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0px 30px;
	color:#FD9018;
	padding:20px 0px 0 30px;
}
.contacttxt {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:20px 0 0 30px;
}
.con_box {
	padding:5px 0 0 30px;
}
.contactbtn {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:20px 0 0 50px;
}
.box_sign {
	width:200px;
}
.rad_btn {
    background: url("../img/b2.jpg") no-repeat scroll right top transparent;
    color: #000000;
    float: left;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 50px;
    position: relative;
    width: 150px;
}
.line_green {
	border-bottom:solid 2px #000000;
	clear:both;
	padding:10px 0 0 0;  
}
.form {
	margin-top:20px;
}
.submit_1 {
	float:right;
	padding: 0 94px 0 0px;
	text-align:right;
	vertical-align:top;
	text-align:top;
	width:161px;
}
/*********************links for signup****************************/
.link_1 a:visited {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.link_1 a:active {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.link_1 a:hover {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.link_1 a:link {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}

.learn_more a:visited {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
}
.learn_more a:active {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
}
.learn_more a:hover {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:underline;
}
.learn_more a:link {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#207C13;
	font-weight:normal;
	text-decoration:none;
}
/************************************************************/




.btn_12 {
	border:0;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-color:#248CE5;
	color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:27px;
	margin:0;
	overflow:hidden;
	padding:0 0 0px;
	text-decoration:none;
	width:68px;
	text-align:center;
	vertical-align:middle;
}
/*********Rajeev Sharma 20100330 *************************************/
.ActionMsgBox {
	color: #666666;
	background-color:#FEFDF1;
	border: 1px solid #cccccc;
	padding:5px;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
.error {
	color:#FF0000;
	text-align:left;
}
.formtextleft {
	float:left;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 10px 0 0 26px;
	width:400px;
	text-align:left;
}
.normal_text {
	Font-Family:Georgia, Arial, Helvetica, sans-serif;
	color: #207C13;
	text-decoration: none;
	font-size: 14px;
}
/* by kapil */

.butn {
	border:0;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-color:#248CE5;
	color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:27px;
	margin:0;
	overflow:hidden;
	padding:0 0 0px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
tr.trborder {
	border-bottom:1px solid #000000;
}
table.tbl {
	border-collapse:collapse;
	border:none;
}
table.tbl tr {
	border-bottom:1px solid #000000;
}
/* for new increase slide */

.slider_bg {
	background:url(../img/slider_bg.png) no-repeat 0 0;
	display:block;
	height:15px;
	margin-left:56px;
}
.slider_color {
	background:url(../img/sliderfill.png) repeat-x left center;
	height:15px;
}
/* end */

#jsnewbox {
	margin:10px;
	position:relative;
	margin-bottom:0px;
	/*min-height:220px */
}
/* new contents tabs*/
.content {
	clear:both;
	position:relative;
}
.panel2 {
	width:655px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0;
	float:left;
	margin-bottom:-101px;
	background:url(../img/tab_header.png) no-repeat 0px 5px;
}
.panel3 {
	width:655px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0;
	float:left;
	background:url(../img/tab_header.png) no-repeat 0 5px;
	margin-bottom:-101px;
}
.news_main_inner h2 {
	font-size:15px;
	line-height:45px;
	margin:0 0px 0 0;
	float:left;
	clear:none;
	color:#000;
	font-weight:bold;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	/*background:url(../images/aboutdeal.png) no-repeat 0px 0px;*/
	width:295px;
	height:38px;
	text-align:center;
}
.news_main_inner h2 a {
	text-decoration:none;
	color:#000;
}
.news_main_inner h2 a:hover {
	text-decoration:none;
	color:#000;
}
.news_main_inner h2.right {
	float:right;
	padding-right:0;
}
.news_main_inner h2.ligh13 {
	float:right;
	padding-right:35px;
}
.more {
	text-align:right;
	margin-top:10px;
}
/* Workaround for IE z-index bug - See: http://therealcrisp.xs4all.nl/ie7beta/css_zindex.html */

.panel2hidden {
	width:620px;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	float:left;
	background:url(../img/panel_bg.png) no-repeat 0px 5px;
	margin-bottom:-101px;
	visibility:hidden;
	height:302px;
}
.panel3hidden {
	width:620px;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	float:left;
	background:transparent;
	margin-bottom:-101px;
	visibility:hidden;
	height:302px;
	background:url(../img/panel_bg.png) no-repeat 0px 5px;
}
.news_main {
	width:auto;
	float:left;
	padding-left:10px;
}
.news_main_inner {
	width:620px;
	float:left;
	padding:43px 5px 0 10px;
}
.content1 {
	width:620px;
	clear:both;
	position:relative;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}
.ligh13 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.content1 p {
	display:block;
	padding-bottom:10px;
	clear:both;
	font: normal 12px Georgia, Arial, Helvetica, sans-serif;
}
.content1 .heading {
	display:block;
	font:bold 15px Georgia, Arial, Helvetica, sans-serif;
	color:#FD9018;
}
#pagingLinks {
	margin-right:20px;
}
.custom_link {
	color:#8BBF1C;
}
#gallery {
    padding:20px;
    background: #fff;
}
.newClass {
	text-align:justify;
        margin-left:30px;
	font-weight:bold;
	width:90%;
}
.newClass ul{
	margin:0 auto; padding:0;
}

.biopic {
border: 1px double #8BBF1C;
margin-right: 5px;
padding: 2px;}

.red_star {color: #D70000;}


/* new by kapil */ 
.right_text{
        color:#5292de;
	font-size:130%;
	width:336px;
	text-align:center;
	margin:10px 0 1px 6px;
	font-weight:bold;
}
.right_text span{
    margin:0
}
h4{
        margin:0;
	color:#8BBF1C;
	font-size:20px;
	font-weight:bold;
	
}

.forfieldset{
    margin:5px;
}


.savebutton {
	color:#436103;
	margin:10px 10px 0 5px;
	width: 92px;
	height: 35px;
	cursor: pointer;
	background: url(../img/buynowbuttom.png) no-repeat top right;
	border:none;
	font-weight:bold;
}



/*        by kapil */



#nav, #nav ul {
	list-style: none;
	line-height: 1;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1000;
	top: -2px;
	left: 16px;
}

ul#nav {
	margin-left: 45px;
	font-weight: bold;
	padding: 0px 0px 0 636px;
	list-style: none;
	position: relative;
}

ul#nav .browse-cat {
}

#nav li a {
	/* font-weight: bold; */
	/* width: 200px; */
	display: block;
	cursor: pointer;
	padding: 14px 0 0 0 ;
	/* background-color: #f5f5f5; */
}

#nav li li a {
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	padding: 0.1em 1em 0.1em .5em;
}

#nav li {
	float: left;
	list-style: none;
	text-align: left;
	margin: 0 1px 0 0;
	position: relative;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16.4em;
	w\idth: 17.1em;
	font-weight: normal;
	border-top: 1px solid #0086B2;
	margin: 27px 0 0;
	padding: 0;
	background: #F5F5F5;
}

#nav li li {
	height: auto;
	background: #F5F5F5;
	text-align: left;
	line-height: 140%;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	width: 245px;
	border-bottom: 1px solid #B3E726;
}

#nav li ul a {
	width: 230px;
	color: #0086B2;
}

#nav li ul a:hover {
	/* background: #e7e6e6; */
}

#nav ul li a {
	padding-left: 10px;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background: #F8F8F8;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

.vendorreport{
    
}
.vendorreport table{
    width:50%;
}

.bdrLightBlue{border:1px solid #cacaca; border-spacing:1px; background-color:#FBFBFB;  }

.test{
    border-right:1px solid #FFFFFF;
}


.listHeder{color:#000000; height:25px;text-align:center;font-weight:bold;  background: url('../img/bg_table.png') repeat-x;}
.listHeder a{color:#000000;}
/* end */
.content .leftside .box2 .box2middle .commentdiv {
	left:15px;
	position:relative;
	width:510px;
}


.subscribebtn{
    	width: 92px;
	height: 34px;
	cursor: pointer;
	background: url(../img/searchbutton.png) no-repeat top right;
	border:none;
	margin-left:-10px;
}

.subscribebox{
    color: #000;
	font-size: 1.2em;
	width: 174px;
	height: 33px;
	padding:5px 0 0 5px;
	background:url(../img/searchbox.png) no-repeat;
	border:none;
	line-height:33px;
}

/*By kapil agrawal 2010-05-21*/
.botton_div{
    height:115px;
    left:15px;
    position:relative;
    width:200px;
}
 .buyer_name{
     text-align:right;
 }
 .tab_inner_img{ float:right;  margin:0  0 10px 0; padding:0; width:352px; height:277px}


 /* by kapil */
#text{
     color:#EC720D;
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:5px 5px 0 10px;
}

#text1{
     color:#EC720D;
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:5px 5px 0 10px;
}

#shareicon{
     color:#EC720D;
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:20px 0 0 150px;
}

#voucherLink{
    color:#000000;
    font-weight:bold;
}


.recaptchcss{

        float:right;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 0px 0 0 16px;
	/*text-align:right;*/
	text-align:left;   /* added sushil*/
	vertical-align:top;
	text-align:top;
	width:210px;
    
}

/*.boxcantener p,h1,h2,h3,h4,h5,h6{
    margin:0;
} */

.formtextcomment {
	float:left;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 10px 0 0 26px;
	/*width:400px;*/
	width:350px;  /*  added sushil*/
	text-align:right;
}

.formtext1comment {
	float:right;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	/*padding: 0px 0 0 16px; */
	/*text-align:right;*/
	text-align:left;   /* added sushil*/
	vertical-align:top;
	text-align:top;
	width:0px;
}

.custom_link_signup {
	color:#FFFFFF;
	line-height:50px;
	margin-left:60px;
	text-decoration:none;
	font-weight:bold;
}

.mtop{
	background:url(../img/mboxtop.png) no-repeat top left;
	height:22px;
	width:320px;
}
.mmid{
	background:url(../img/mboxcenter.png) repeat-y top left;
	width:320px;
	height:auto;
}
.mbot{
	background:url(../img/mboxbottom.png) no-repeat bottom left;
	height:22px;
	width:320px
}
#header_form{
	background:url(../img/form_bg.png);
	height:87px;
	padding-top:20px;
	color:#000;
	text-algin:center;
}
#footer_form{
	background:url(../img/form_bg.png);
	height:33px;
	padding-right:10px;
	padding-top:10px;
	text-align:right;
}
#header_form h1{
	color:#000;
	font-family:Arial;
	width:635px;
}
.form_content{
	padding-left:5px;
	color:#000;
}
.btn{background:#8D0000; color:#fff; border:none; padding:0px 0px 5px 0px ; margin:0px; font-size:11px; font-weight:bold; cursor:pointer; overflow:hidden; width:68px;text-decoration:none; height:27px; background: url('../img/index_42.jpg') no-repeat; }

#table_bg{
	background:url(../img/f_bg.png);
	color:#000;
}
.box-pay{
	width:320px;
	color:gray;
}
.box-pay1{
	width:100px;
	color:gray;
}
.box-pay2{
	width:30px;
	color:gray;
}
.box-pay3{
	width:106px;
	color:gray;
}

.box1 .content{
  margin:0 10px;
  width:640px;
  color:#000;
}

.box1 .content .title{
  font-size:16px;
  font-weight:bold;
}

.box1 .normal-text{
  padding:20px 0 5px 0;
  font-size:16px;
}

.box1 .center-align{
  text-align:center;
}

/* button */
.boldbutton{
  display:inline-block;
  /*float:left;*/
  background:transparent url(../img/btn-l.gif) no-repeat top left;
  font:bold 13px Arial;
  line-height:22px;
  height:38px;
  padding-left:8px;
  text-decoration: none;
  color:#fff;
}

.boldbutton span{
  background:transparent url(../img/btn-r.gif) no-repeat top right;
  display:inline-block;
  padding:7px 16px 8px 10px;
  cursor:pointer;
}

.block-title{
  font-size:20px;
  color: #FF6600;
  font-weight:bold;
  padding-bottom:20px;
}

.title{
  font-weight:bold;
  font-size:16px;
  font-style:italic;
  padding-bottom:20px;
}

#container{
  left:0;
  margin-top:20px;
  width: 640px;
  height: 388px;
  border: 1px dashed gray;  
}

.drsElement {
  position: absolute;  
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
  height: 20px;
  background-color: #CCC;
  border-bottom: 1px solid #666;
  cursor: move;
}

.drsImage{
  width: 100%;
  height: 100%;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 1px;
  background: #EEE;
  border: 1px solid #333;
}

.dragresize:hover{
  background: #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.dragresize-tm {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.dragresize-tr {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}

.dragresize-ml {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.dragresize-mr {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}

.dragresize-bl {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.dragresize-bm {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.dragresize-br {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}

.img-ext{ 
  padding:2px;
  border:1px double #8BBF1C; 
  margin:3px;
}
.myfooter .logo{width:180px;float:left;padding-right:50px;margin-top:25px;height:140px;border-right:1px solid white}
.myfooter .logo img{padding-top:20px;}
.myfooter .menu1{width:165px;float:left;margin-top:25px;height:140px;border-right:1px solid white;text-align: left}
.myfooter .menu1 ul{list-style: none;}
.myfooter .menu1 li{line-height: 27px;font-weight: bold;font-size: 13px;text-align: left; display:inline-block}
.myfooter .menu1 li a{text-align: left}
.myfooter {color:#FFFFFF;text-align:center;background:url(../img/bg_footer.png) no-repeat top left;height:180px;padding-left: 10px;}
.myfooter a {color:#FFFFFF;text-align:center;margin-bottom:5px;text-decoration:none;display:block;}
.charity{height:105px;width:310px;margin:auto;background:url(../img/elip.png) no-repeat top left;}
.charity-text{color: white;font-size: 16px;font-weight: bold;margin: auto;padding-top: 27px;text-align: center;width: 250px;}
