/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/       

html, body {border: 0; margin: 0; padding: 0;}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #378f43;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
p.grey{
text-align:justify;
}


/* Himangshu: Gallery */
#results_wrapper {
	display:block;
	/*width:660px;*/width:995px;
	overflow:hidden;
	padding:60px 0 0 0;
	/*border:1px solid red;*/
	}
#results_wrapper .outspac{
margin-left:3px;
}
#results_wrapper div.outspac {
	/*border:#94abbe 1px solid;*/
	margin-bottom:0px;
	background:url(../img/collbg.gif) repeat-x 0 0 #eff7fe;
	/*width:293px;*/width:995px;
	margin-right:14px;
/*	padding:6px;
*/	float:left;
	}
#results_wrapper #resultsthumb {
	display:block;
	/*border:#94abbe 1px solid;
	margin-bottom:12px;
	height:250px;*/
	/*width:992px;*/width:993px;
	background:url(../images/collbg.gif) repeat-x 0 0 #eff7fe;
	position:relative;
	/*float:left;
	margin-right:14px;*/
	overflow: hidden;
	/*padding:6px;*/
	/*border-bottom:1px solid #b2c4ce;*/
	}
#results_wrapper #resultsthumb .captionthumb {
	position:absolute;
	top:265px;
	left:0px;
	/*width:271px;*/width:990px;
	/*height:250px;*/height:190px;
	background:url(../images/gallerybg.png);
	z-index:5;
	padding:5px 10px;
	cursor:pointer;
/*	border:1px solid #b2c4ce;
*/}
#results_wrapper #resultsthumb .captionthumb h2 {
	float:none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px !important;
	padding:5px 0 2px !important;
	height:20px !important;
	margin:0px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
#results_wrapper #resultsthumb .captionthumb .price {
	/*border-bottom:#cfcfd0 1px solid;*/
	}
#results_wrapper #resultsthumb .captionthumb .price span{
	zoom:1;
	color: #FFF102;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	padding:0px 0px 5px;
	font-weight:bold;
	text-decoration:none;
	}
#results_wrapper #resultsthumb .captionthumb .price em {
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	text-decoration:none;
	}
#results_wrapper #resultsthumb .captionthumb div.hgt152 {
	/*height:152px;*/
	border-top:1px solid #555555;
	margin:10px 0px 0px;
	}
#results_wrapper #resultsthumb .captionthumb p.headtxt {
	font-size:11px;
	line-height:15px;
	padding:10px 0 0;
	display:block;
	color:#999999;
	}
#results_wrapper #resultsthumb .captionthumb div.blubg {
	height:20px;
	padding:14px 0px 0px;
	width:342px;
	}
#results_wrapper #resultsthumb .captionthumb div.blubg ul li {
	float:left;
	padding:0 9px 0 0;
	}
#results_wrapper #resultsthumb .captionthumb div.blubg ul li a {
	background:url(../images/icon-arrow4.gif) no-repeat 0 50%;
	padding:0 0 0 11px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}
#results_wrapper #resultsthumb .captionthumb div.blubg ul li a:hover {
	text-decoration:underline;
	}
#icons {
	font-weight:bold;
	color: #264458;
	margin-bottom: 10px;
	float:right;
	width:110px;
	}
#icons img {
	vertical-align:text-top;
	display:inline;
	padding:0px 4px;
	border:0px;
	text-decoration:none;
	}
/* * Ends Here/