/*-------------------------------------
[Custom Content]

Project: 	Updating custom content
Version: 	1.1
Last change: 	31/07/2008


Contents
********

	[Change the link style]
	
	[Interesting fact list]

	[Big Pull Quote]

	[Customer Reviews]
	
	[Print N Go]


---------------------------------------*/


/*-------------------------------
[Change the link style]

--------------------------------*/

.custommiscinfo A:link {text-decoration: none;}
.custommiscinfo A:visited {text-decoration: none; }
.custommiscinfo A:active {text-decoration: none; color:#b5ada5;}
.custommiscinfo A:hover {text-decoration: underline; color: #b5ada5;}





/*-------------------------------
[Interesting fact list]

This section over-rides the list style
set up in the main CSS file

--------------------------------*/


#factlist ul li {
font-size: 11px;
margin-top: 0.4em;
}


/*-------------------------------
[big pull quote]

This section enables the large 
pull quote that sits next to the image

--------------------------------*/


.quotesleft {
background-image: url(http://www.buyagift.co.uk/Content/Custom/GenericImages/quote_left.jpg);
background-repeat: no-repeat;
background-position: left 10px;
padding-left: 40px;
}

.quotesright {
background-image: url(http://www.buyagift.co.uk/Content/Custom/GenericImages/quote_right.jpg);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}


/*-------------------------------
[Customer reviews]

This section sets the styles for the
three customer review boxes at the 
bottom of the custom content

-------------------------------*/


.customer_review_quotes_left {
width: 220px;
margin: 0.5em auto; 
padding: 10px 15px; 
background-image: url(http://www.buyagift.co.uk/Content/Custom/GenericImages/quotes_left_small.gif); 
background-position: 5px 5px;
background-repeat: no-repeat; 
}

.customer_review_quotes_right {
margin: 0.5em auto;
padding: 5px 5px;
background-image: url(http://www.buyagift.co.uk/Content/Custom/GenericImages/quotes_right_small.gif); 
background-position: right bottom ;
background-repeat: no-repeat;
display: block;
}

.customer_review_quotes_right strong {
font-size: 110%;
}


/*----------------------------------

Print N Go box

-----------------------------------*/

#printngo {
width: 779px;
border-width: 1px;
border-style: solid;
border-color: #B0BE9B;
padding-top: 5px;
padding-bottom: 5px;
margin: 2px;
}


/*----------------------------------
Superscript styling
-----------------------------------*/

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}


/*----------------------------------
Colours for backgrounds - 

Not used
-------------------------------------
#driving_rev {
background-color: #DCE6F0;
}

#flying_rev {
background-color: #D8A097;
}

#pampering_rev {
background-color: #FADCF4;
}

#hotel_rev {
background-color: #F0AFB6;
}

#wet_rev {
background-color: #A6C9DB;
}

#ultimate_rev {
background-color: #B197CB;
}

#adrenaline_rev {
background-color: #FFC197;
}

#days_rev {
background-color: #ACC197;
}

#hobbies_rev {
background-color: #8DC3C4;
}

#unique_rev {
background-color: #D9A4C6;
}

#traditional_rev {
background-color: #BB96C3;
}
-----------------------------------*/

