html,body {
	height: 100%;
	margin: 0;
}
body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #8b7867;
	background:#dbd5a7;
	/*background:url(../images/bg-leop3.gif); */

}
a {
	text-decoration: none;
	color: #7b7676;
}
a:hover {
	text-decoration: underline;
}
img {border-style: none;}

form {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	min-width:800px;
}
.page-holder{
	width:766px;
	margin: 0 auto;
	min-height:100%;
	background:#fff;
}
* html .page-holder{
	height: 100%;
	overflow: visible;
}
#page{
	width: 100%;
	padding:123px 0 142px;
}
/* header start */
.wrap-header{
	width: 100%;
	height:123px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/bg-wrap-header.gif) repeat-x;
}
#header{
	width:766px;
	margin: 0 auto;
	height:123px;
	overflow: hidden;
}
/* logo start */
.logo{
	float: left;
	padding:9px 0 0 34px;
}
.logo a{
	width:157px;
	height:70px;
	display: block;
	background:url(../images/bg-logo.gif) no-repeat;
	text-indent: -9999px;
}
/* logo end */
/* quick-nav start */
.quick-nav{
	margin: 0;
	padding:7px 42px 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
	font-size:10px;
	word-spacing:-1px;
	width:200px;
}
.quick-nav li{
	float: left;
	padding:0 2px;
	white-space:nowrap;
}
.quick-nav li a{
	color: #c12600;
	padding: 11px 0 0;
	display: block;
}
.home{
	background:url(../images/bg-home.gif) no-repeat 50% 0;
}
.call-back{
	background:url(../images/bg-call-back.gif) no-repeat 50% 0;
	color: #6e7b1a;
	padding: 11px 0 0;
	display: block;
}
.contact{
	background:url(../images/bg-contact.gif) no-repeat 50% 0;
}
.booking{
	background:url(../images/bg-booking.gif) no-repeat 50% 0;
}
/* quick-nav end */
.reserve{
	float: right;
	font-size:17px;
	color: #c12600;
	width:50%;
	text-align: right;
	padding: 27px 40px 0 0;
	letter-spacing:1px;
	word-spacing:2px;
}
/* nav start */
.nav{
	margin: 0;
	padding:20px 0 0 10px;
	list-style: none;
	letter-spacing:1px;
	clear: both;
}
.nav li{
	float: left;
	background:url(../images/separator-01.gif) no-repeat 0 2px;
	padding:0 5px;
	overflow: hidden;
	white-space: nowrap;
}
.nav li:first-child{
	background: none;
}
.nav li a{
	display: block;
	color: #fff;
	padding: 0 0 10px;
}
.nav li a:hover,
.nav li.active a{
	text-decoration: none;
	background:url(../images/bg-nav-a.gif) no-repeat 50% 100%;
}
/* nav end */
/* content start */
#content{
	width: 100%;
	padding: 9px 0 0;
}
/* secondary-content start */
.secondary-content{
	width: 100%;
	overflow: hidden;
}
/* sidebar start */
.sidebar{
	float: left;
	width:226px;
	padding: 0 0 0 14px;
}
.sidebar h1{
	margin: 0;
	color: #020101;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	padding: 12px 0 15px;
	letter-spacing:2px;
}
.sidebar ul{
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	line-height:29px;
	font-size:14px;
	letter-spacing:1px;
}
.sidebar ul li{
	background:url(../images/divider.gif) no-repeat 0 27px;
}
.sidebar ul li a{
	color: #7b7676;
}
.sidebar ul li a:hover,
.sidebar ul li.active a{
	text-decoration: none;
	color: #000;
}
.sidebar ul li ul{
	line-height:18px;
	font-size:12px;
	padding: 8px 0 1px 39px;
}
.sidebar ul li ul li{
	background: none;
}
.sidebar ul li ul li a,
.sidebar ul li.active li a{
	color: #6e7b1a;
}
.sidebar ul li ul li a:hover{
	text-decoration: underline;
	color: #586505;
}
/* sidebar end */
/* visual-box start */
.visual-box{
	width:507px;
	float: right;
	padding: 0 19px 0 0;
}
/* gallery start */
.gallery{
	width:501px;
	overflow: hidden;
	height:268px;
	padding: 0 0 0 2px;
	position: relative;
	margin: 0 0 11px;
}
.list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width:501px;
	height:268px;
	position: relative;
}
.list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}
.list li.active{ z-index:2;}
.list li .comment{
	position: absolute;
	left:0;
	bottom:0;
	width:501px;
}
.list li .comment p{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fcfdfd;
	margin: 0;
	font-weight: bold;
	padding: 4px 20px;
	letter-spacing:1px;
	word-spacing:2px;
	text-align:center;
	background:url(../images/bg-gall-box.png);
}
.list li .comment p a{ position:relative;}
.gall-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right:3px;
	bottom:7px;
	z-index:10;
}
* html .gall-nav{
	right:2px;
	bottom:6px;
}
.gall-nav li{
	float: left;
	padding: 0 5px 0 0;
}
.gall-nav li a{
	color: #9c4736;
}
.gall-nav li a:hover,
.gall-nav li a.active{
	color: #fcfdfd;
	text-decoration: none;
}
/* gallery end */
/* top-menu start */
.top-menu{
	margin: 0;
	padding:0 0 0 1px;
	list-style: none;
	border: 1px solid #e6eafc;
	overflow: hidden;
	height:27px;
	width:501px;
}
.top-menu li{
	float: left;
	background:url(../images/separator-03.gif) no-repeat;
	padding: 1px 1px 1px 2px;
	white-space:nowrap;
}
.top-menu li:first-child{
	background: none;
	padding-left:0;
}
.top-menu li a{
	color: #4d622c;
	display: block;
	padding: 4px 10px 7px 12px;
}
* html .top-menu li a{
	float: left;
}
.top-menu li a:hover,
.top-menu li a.active{
	text-decoration: none;
	color: #fff;
	background:#c12600;
}
/* top-menu end */
/* visual-box end */
/* secondary-content end */
/* extra-content start */
.extra-content{
	width: 100%;
	overflow: hidden;
	border:1px solid #b3b2b2;
	background:#cbd19f;
	border-left:0;
	width:767px;
	margin: 0 -1px 35px -1px;
	position: relative;
}
/* blog start */
.blog{
	width:241px;
	background:#cbd19f;
	border-left: 1px solid #b3b2b2;
	overflow: hidden;
	padding: 13px 0 0 8px;
	float: left;
}
.box-01{
	width:218px;
	overflow: hidden;
	background:#fcfdfd;
	border: 1px solid #b3b2b2;
	padding: 10px 0 0 7px;
	margin: 0 0 14px;
}
.box-01 h2{
	margin: 0;
	font-size:14px;
	color: #000101;
	font-weight: normal;
	letter-spacing:1px;
	word-spacing:2px;
	padding: 0 0 8px;
}
.box-01 p{
	margin: 0;
	font-size:10px;
	color: #aba8a8;
	line-height:12px;
	letter-spacing:1px;
	word-spacing:-1px;
	padding: 0 0 9px;
}
.form{
	width: 100%;
	overflow: hidden;
	padding: 0 0 13px;
}
.hidden{
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
.form-text{
	border: 1px solid #cfcaca;
	width:149px;
	padding: 1px 0 0 4px;
	float: left;
	margin: 0;
}
.submit{
	float: left;
	margin: 4px 0 0 4px;
}
.box-02{padding: 4px 0 10px 8px;}
.box-02 h2{padding: 0 0 7px;}
.box-02 p{padding: 0 0 4px;}

.holder{
	width: 200px;
	overflow: hidden;
}
.box-01 a{
	float: left;
	cursor: pointer;
}
.box-01 a span{
	text-indent: -9999px;
	display: block;
}
.abta{
	width:70px;
	height:32px;
	background:url(../images/bg-abta.gif) no-repeat;
	margin:9px 12px 0 13px;
}
.atol{
	width:45px;
	height:45px;
	background:url(../images/bg-atol.gif) no-repeat;
	margin: 0 11px 0 0;
}
.iata{
	width:39px;
	height:27px;
	background:url(../images/bg-iata.gif) no-repeat;
	margin: 10px 0 0;
}
.investor{
	width:68px;
	height:45px;
	background:url(../images/bg-investor.gif) no-repeat;
	margin:6px 6px 0 22px;
}
.iagto{
	width:84px;
	height:39px;
	background:url(../images/bg-iagto.gif) no-repeat;
	margin: 12px 0 0;
}
/* blog end */
/* offers start */
.offers{
	overflow: hidden;
	width:517px;
	float: left;
	padding: 14px 0 0;
}
.offers ul{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 522px;
	overflow: hidden;
}
.offers ul li{
	float: left;
	width:123px;
	background:url(../images/bg-frame.gif) no-repeat;
	margin: 0 36px 0 12px;
	padding: 3px 0 0px 3px;
	display: inline;
	text-align: center;
}
* html .offers ul li{
	margin: 0 28px 0 12px;
	padding-left: 0;
}
* +html .offers ul li{
	padding-left: 0;
}
.offers ul li span{
	color: #020101;
	letter-spacing:1px;
	word-spacing:1px;
	display: block;
	margin: 0 0 0 -12px;
	position: relative;
	width:143px;
	z-index: 1;
}
.offers ul li a{
	display: block;
	overflow: hidden;
	padding: 0 0 6px;
	position: relative;
	z-index: 100;
}
.offers ul li a img{
	display: block;
}

.offers1{
	overflow: hidden;
	width:258px;
	float: left;
	padding: 14px 0 0;
	font-size:12px;
}
.offers1 ul{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 258px;
	overflow: hidden;
}
.offers1 ul li{
	float: left;
	width:258px;
	/*background:url(../images/bg-frame.gif) no-repeat;*/
	margin: 0 0px 0 12px;
	padding: 3px 0 5px 3px;
	display: inline;
	
}
* html .offers1 ul li{
	/*margin: 0 28px 0 12px;*/
	padding-left: 0;
}
* +html .offers ul li{
	padding-left: 0;
}
.offers1 ul li span{
	color: #020101;
	letter-spacing:1px;
	word-spacing:1px;
	display: block;
	margin: 0 0 0 -12px;
	position: relative;
	width:143px;
	z-index: 1;
}
.offers1 ul li a{

	padding: 0 0 6px;
	position: relative;
	z-index: 100;
}
.offers ul li a img{
	display: block;
}


/* offers end */
/* extra-content end */
/* content end */
/* footer start */
.wrap-footer{
	width: 100%;
	height:151px;
	background:url(../images/bg-wrap-footer.gif) repeat-x;
	margin-top:-142px;
	position: relative;
	border-top: 1px solid #fff;
}
#footer{
	width:766px;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
	font-size:10px;
}
.nav-footer{
	margin: 0;
	padding:7px 0 8px 11px;
	list-style: none;
	word-spacing:1px;
	letter-spacing:1px;
	overflow: hidden;
}
.nav-footer li{
	float: left;
	background:url(../images/separator-02.gif) no-repeat 0 3px;
	padding: 0 3px 0 6px;
}
.nav-footer li:first-child{
	background: none;
}
.nav-footer li a{
	color: #fff;
}
/* footer end */
#footer p{
	margin: 0;
	text-align: center;
	line-height:12px;
	letter-spacing:1px;
}
.phone_footer {
	margin: 0;
	text-align: center;
	line-height: 12px;
	letter-spacing:1px;
	font-size:12px;
	color:#933;
}
.banner-box{
	padding: 6px 0 0 316px;
	overflow: hidden;
	height:1%;
}
.banner-box a{
	float: left;
	cursor: pointer;
}
.banner-box a span{
	text-indent: -9999px;
	display: block;
}
.small-atol{
	background:url(../images/bg-smal-atol.gif) no-repeat;
	width:27px;
	height:27px;
	margin: 1px 7px 0 0;
}
.small-abta{
	width:35px;
	height:17px;
	background:url(../images/bg-small-abta.gif) no-repeat;
	margin: 7px 6px 0 0;
}
.small-iata{
	width:26px;
	height:19px;
	background:url(../images/bg-small-iata.gif) no-repeat;
	margin: 6px 4px 0 0;
}
.small-investor{
	width:43px;
	height:30px;
	background:url(../images/bg-small-investor.gif) no-repeat;
	margin: 0 6px 0 0;
}
/* about_dubai start */
.breadcrumb{
	width: 758px;
	overflow: hidden;
	border-bottom: 1px solid #6e7b1a;
	padding: 1px 0 5px;
	margin: 0 0 0 4px;
}
.breadcrumb ul{
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	font-size:10px;
}
.breadcrumb ul li{
	float: left;
	color: #313131;
	height:1%;
	vertical-align:top;
}
.breadcrumb ul li span{
	color: #6e7b1a;
	margin: 0 3px 0 0;
}
.breadcrumb ul li a{
	color: #6e7b1a;
	margin: 0 3px 0 0;
	height:1%;
	vertical-align:top;
}
.breadcrumb p{
	margin: 0;
	font-size:14px;
	color: #6e7b1a;
	float: right;
	font-weight: bold;
	letter-spacing:1px;
	padding: 1px 18px 0 0;
	letter-spacing:1px;
}
.text-box{
	width: 100%;
	padding: 3px 0 158px;
}

.text_great{
	width: 100%;
	padding: 3px 0 14px;
}
.inner-01 .blog{
	border: 1px solid #b3b2b2;
	margin: 4px 7px 0 -1px;
	overflow: hidden;
	position: relative;
	width:233px;
	padding-bottom:8px;
}
.text{
	overflow: hidden;
	padding: 0 0 40px;
}
.text h3,
.shopping h3,
.text-01 h3{
	margin: 0;
	font: 14px "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1px;
	padding: 0 0 6px;
	color: #6c781b;
}
.text p,
.shopping p,
.text-01 p{
	margin: 0;
	color: #8b7867;
	letter-spacing:1px;
	word-spacing:1px;
	padding: 0 0 16px;
}
.shopping{
	overflow: hidden;
	padding: 0 10px 0 11px;
}
.text-01{
	overflow: hidden;
	padding: 0 0 10px;
}
.text_great h3
{
	padding-top:10px;
}
.shopping-01{
	padding-top:17px;
}
.shopping-01 h3{
	padding-bottom:10px;
}
.frame-01{
	width:156px;
	height:89px;
	background:url(../images/bg-frame-01.gif) no-repeat;
	padding: 3px 0 0 3px;
	float: right;
	margin: 25px 5px 0 0;
	display: inline;
}

.frame-011{
	width:156px;
	height:89px;
	padding: 3px 0 0 3px;
	float: right;
	margin: 5px 5px 0 0;
	display: inline;
}
.landmarks{
	overflow: hidden;
	padding-top:25px;
}
.landmarks h3{
	padding-bottom:12px;
}
/* sub_hotels start */
/* top-content start */
.top-content{
	height:1%;
	padding: 0 0 6px 17px;
	overflow: hidden;
}
.visual-top{
	width:471px;
	height: 260px;
	overflow: hidden;
	float: left;
	position:relative;
}
.visual-top img{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.visual-top img.active{ z-index:20;}
.visual-top .loader{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	text-indent:-6666px;
	overflow:hidden;
	margin:-24px 0 0 -24px;
	background:url(../images/img-loader.gif) no-repeat;
}
/* modified for righ thumbimage*/

.top-content1{
	height:1%;
	padding: 0 0 6px 17px;
	overflow: hidden;
}
.visual-top1{
	width:770px;
	height: 268px;
	float: left;
	
}
.visual-topbigimage
{
	width:504px;
	height:268px;
	overflow: hidden;
	float: left;
	position:relative;
	
}
.visual-topsmallimage
{
	width:190px;
	height:190px;
	overflow: hidden;
	float: left;
	position:relative;
	margin:58px 0px 0 18px;
}
/* gallery-top start */
.gallery-top{
	width:240px;
	overflow: hidden;
	float: right;
	padding: 0 23px 0 0;
}
.gallery-top h1{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallery-top h4{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/4bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallery-top h3{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/3bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallerymin
{
	font-size:10px;
	margin:0 0 12px 0;
	text-align:center;
	color:#2e2f2f;
}
.gallery-top h2{
	margin: 0;
	color: #fff;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	background:#9ea75a;
	padding: 3px 8px 3px 0;
	margin: 0 0 3px;
}
.gallery-top p
{
	margin:-1px 11px 24px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:12px;
	text-align: center;
	padding: 0 0 20px;

}
/* gallery-hotel start */
.gallery-hotel{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width:243px;
}
.gallery-hotel li{
	float: left;
	width:78px;
	height:50px;
	overflow: hidden;
	padding: 0 3px 3px 0;
}
/* gallery-hotel end */
/* gallery-top end */
/* top-content end */
/* medium-content start */
.medium-content{
	width:758px;
	margin: 0 0 10px 4px;
	background:url(../images/bg-medium-content.gif) repeat-y;
	overflow: hidden;
	border-bottom: 1px solid #444e01;
	padding: 0 0 10px;
}
.left-medium{
	width:144px;
	float: left;
	overflow: hidden;
}
.left-medium ul
{
	width:145px;
	margin: 0;
	padding: 0 0 40px;
	list-style: none;
	height:1%;
	overflow: hidden;
}
.left-medium ul li
{
	width:144px;
	border-bottom: 1px solid #444e01;
	height:1%;
	vertical-align:top;
	line-height:26px;
}
.left-medium ul li a{
        color:#56504b;
		display: block;
	
}
* html .left-medium ul li a{
	float: left;
	width: 100%;
}
.left-medium ul li a:hover,
.left-medium ul li.active a{
	text-decoration:none;
	background:#cbd19f;
}
.call-01{
	text-align: center;
	margin: 0 10px 0 0;
}
.center-medium{
	width:599px;
	padding: 4px 0 0;
	float: right;
}
.listli
{
	padding:4px 0 4px 0;
}

.center-medium h3{
	margin: 0;
	padding: 0 0 12px 8px;
	font-weight: bold;
	color: #6c781b;
	font:14px/17px "Times New Roman", Times, serif;
	height:1%;
	overflow: hidden;
}
.center-medium p{
	margin: 0;
	padding: 0 0 17px 8px;
	color: #8b7867;
}

.special{
	width: 100%;
	background:#E6E9D4;
	margin: -6px 0 10px;
	position: relative;
	overflow: hidden;
}
.special h3{
	font-size:12px;
	color: #627001;
	font-weight: bold;
	background:#bac090;
	margin: 0 0 10px;
	padding: 3px 0 6px 8px;
	letter-spacing:1px;
	float: left;
	width: 598px;
}
.special ul{
	margin: 0;
	padding: 0 0 11px 8px;
	font-size:12px;
	list-style:none;
	line-height:12px;
	float: left;
	width:450px;
}
.special ul li{
	color: #646060;
}
.price{
	float: right;
	text-align: right;
	padding: 10px 30px 0 0;
	line-height:16px;
}
.price p{
	margin: 0;
	font-size:14px;
	color: #627001;
}
.price p span{
	display: block;
}
/* medium-content end */


/*offers page css*/
.Offers_area
{
	overflow: hidden;
	border-left:0;
	width:750px;
	margin: 0 0px 15px 24px;
	position: relative;
}
.Offer_headerText
{
	padding:10px 0 10px 0;
	font-weight:bold;
	/*color:#3e75b6;*/
	color:#627001;
	 font-size:20px;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	 
}

.Offer_block
{
width:224px; 
float:left;	
margin-right:14px;

}
.Offers_heading
	{
	height:18px;
	margin:2px 0 1px 0;
	font-size: 13px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#627001;
	/*color: #996631;*/
	
	}
.offer_star
{
height:15px;
margin:1px 0 0px 0;
text-align:center;
}
.offer_image
{
	height:68px;
	overflow:hidden;
		text-align:center;
}
.offer_image span
{
	height:68px;
	overflow:hidden;
}


.offer_imagePriceTag
{
	
background-image:url(../images/price_tag.gif);
color:#fff;
text-align:center;
height:21px;
font-weight:bold;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
margin:0 21px 0 21px;
padding:3px 0 0 2px;
width:180px;

}
.offers_title
{
	height:28px;
	color:#990000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	
}
.Offers_Descr
{
	height:70px!important;
	font-size:11px; 
  	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0 0 0 ;
	margin:2px 0 3px 0;
	
}
.Offers_HoneyDescr
{
	height:110px!important;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0 0 0 ;
	margin:2px 0 3px 0;
	
}
.Offer_Date
{
height:26px;
padding:2px 0 0 0 ;
text-align:center;
	margin:2px 0 5px 0;
}
.offer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #439926;
	text-decoration: underline;
}
/*end of offer page css*/

/*newly added the css*/
.text-link{
	overflow: hidden;
	padding: 0 0 10px;
}
.text-link h3,
.shopping-link h3{
	margin: 0;
	font: 14px "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1px;
	padding: 0 0 6px;
	color: #1e4777;
}
.text-link p,
.shopping-link p{
	margin: 0;
	color: #8b7867;
	line-height:0.25em;
	padding: 0 0 16px;
}
.text-link p b,
.shopping-link p b{
	margin: 0;
	color: #8b7867;
	line-height:0.8em;
	padding: 0 0 16px;
}
.text-link p a,
.shopping-link p a
{
	margin: 0;
	color: #8b7867;
	line-height:0.25em;
	padding: 0 0 16px;
}
.shopping-link{
	overflow: hidden;
	padding: 0 10px 3px 11px;
}
.Saparator
{
	color:#627001;
}


.NewSpecialOffers
{
	width:800px;
	margin:5px 0 5px 0;
	
}
.New_spOImage
{
	float:left;
	width:300px;
	text-align:center;
	margin:5px 0 5px 0;
}
.New_spOImage Img
{
	width:260px;
	height:96px; 
	border-color:#83B892;
	border-width:5px;
	border-style:solid;
	
}
.New_SpContant
{
	width:409px;
	float:left;
	margin:5px 0px 0 30px;
}
.New_SpHeading
{
	text-align:left ;
	color:#4D5E3E;
	font-weight:bold;
	font-size:14px;
	height:25px;
	padding:4px 0 0 0;
	border-top-color:#83B892;
	border-top-width:1px;
	border-style:solid; 
	border-bottom-color:#83B892;
	border-bottom-width:1px;
	border-left:0 0 0;
	border-right:0 0 0;
}
.New_SpDescCription
{
	margin:4px 0px 2px 2px;
	height:70px;
}
.New_SpPrice
{
	color:#B14848;
	font-weight:bold;
	float:right;
	margin:0px 0 5px 0;
}
