/* This is a skin CSS file where you can set a universal color that will affect all headings and link colors */
/* Just replace the hex value of the color and background-color with the one you want and you're all set */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666; 
	font-size:13px;
	line-height:24px;
}

h1, h2, h3, ul.testimonials li span  {
	color:#6C8EAC;
}

p a{
	color: #6C8EAC;
	text-decoration:underline;
}

p a:hover {
	background: none;
	color: #da5c27;
}

p, p.productDescription, ul.checkList{
	color: #666; 
	font-size:13px;
	line-height:24px;
}
h1{
	font-size:24px;
}

div.productHeadingType1 .productPriceContainer span, div.productHeadingType2 .productPriceContainer span {
	color: #00aeff; /* The color of the price text */
}
div.productHeadingType1 ul.checkList li, div.productHeadingType2 ul.checkList li {
	background: url("../../images/website-99/tick.png") left 3px no-repeat;
	margin: 0 0 10px 20px;
	padding: 0 0 0 24px;
	width: 180px;
}

div.productHeadingType1 .productPriceContainer span {
	font-size: 40px;
	color: #da5c27; /* The skin color - This can be changed if you are going for a diferent color scheme */
}
div.productHeadingType2 .productPriceContainer span {
	font-size: 30px;
	color: #da5c27; /* The skin color - This can be changed if you are going for a diferent color scheme */
}
div.productHeadingType1 .productPriceContainer, div.productHeadingType2 .productPriceContainer{
	padding:15px	0 0;
}
div.productHeadingType1 .productPriceContainer p, div.productHeadingType2 .productPriceContainer p{
	font-size:13px;
	margin:10px 0;	
}
div.productHeadingType1 .productText, div.productHeadingType2 .productText{
	width:460px;	
}
.productImg{
	padding:5px;
	border:4px solid #F4F6F7;	
}