/**************** 1. Hidding Elements  ****************/
/**************** 2. Lins and Navigation  ****************/
/**************** 3. Search Results ****************/
/**************** 4. Product Details ****************/


/**************** 1. Hidding Elements  ****************/
.headerimage,
.sitesearch,
.quicksearch,
.sidelinks,
.mainnav,
.breadcrumb,
.fprodheading,
.featured_prod,
#leftcol,
#itinerary,
.footerborder,
.footernav,
.newmindlogo,
div.bookingStages,
#rightcol
{
		display:none;
}

/*search results*/
p.results,
p.showingresults,
p.ex_AddButton
{
		display:none;
}

/**************** 2. Lins and Navigation  ****************/
body
{
		color:#000;
		font-size: 70%;
}
a
{
		text-decoration:underline;
		color:#000;
}

/*site logo*/
.hlogo a 
{
		background:#000;
}

/**************** 3. Search Results ****************/
/*paging*/
.ctl_ProductList ul.paging
{
    padding: 7px 0 7px 0;
    margin: 0;
    list-style-type: none;
}
.ctl_ProductList ul.paging li
{
    display: inline;
}
.ctl_ProductList ul.paging li a
{
    padding-left: 3px;
    padding-right: 3px;
}
.ctl_ProductList ul.paging li a:hover
{
    color: #000;
    text-decoration: none;
}


/*product List*/
ol.searchResults
{
    position: relative;
    border-top: #000 dashed 1px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ol.searchResults p
{
    margin: 0;
}

ol.searchResults img
{
    border: none;
}

ol.searchResults li
{
    padding-left: 5px;
    padding-bottom: 30px;
    margin-top: 5px;
    border-bottom: #000 dashed 1px;
    clear:both;
    /*min-height:60px;*/
}


ol.searchResults ul li
{
    margin: 0;
    padding: 0;
}

ol.searchResults div.node
{
    margin-top: 0;
    float:left;
}

ol.searchResults div.price
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ol.searchResults div.thumbnail
{
    float: left;
    width: 77px;
}

ol.searchResults div.thumbnail a{
    display: block;
}

.ctl_ProductList ul.grading
{
		list-style-type:none;
		margin:0;
		padding:0;
}
.ctl_ProductList ul.grading li
{
		border-bottom:none;
}




/**************** 4. Product Details ****************/




.prodright div.node
{
		display:block;
}

dl dt{
	float: left;
}

.image {
	float:left;
	margin:0pt 5px 20px;
	width:175px;
}

.ctl_RequirementSummary{
	clear: both;	
}
