﻿@charset "UTF-8";
/* CSS Document */

h4 {
	font-size:12px;
}

h3 {
	font-size:12px;
}

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/cp_products_bg.jpg);
	
	background-repeat:no-repeat;
	
}

p {
		font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul {
	margin:0px;
	padding:0 0px 0px 35px;
}
li {
	text-decoration:none;
	list-style-type:none;
	}
	

div.bigger {
	background-image:url(images/btn_bigger.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:49px;
}
div.bigger a {
	display:block;
	height:49px;
	width:190px;
}
div.bigger span {
	display: none;
	margin:0; padding: 0;
	}
	
div.smaller {
	background-image:url(images/btn_smaller.gif);
	background-repeat:no-repeat;
	background-position:top right;
	display:block;
	height:49px;
}
div.smaller a {
	display:block;
	height:49px;
	width:190px;
}
div.smaller span {
	display: none;
	margin:0; padding: 0;
	}

div.prev {
	background-image:url(images/btn_previous.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:49px;
}
div.prev a {
	display:block;
	height:49px;
	width:190px;
}
div.prev span {
	display: none;
	margin:0; padding: 0;
	}

	
div.next {
	background-image:url(images/btn_next.gif); 
	background-repeat:no-repeat;
	background-position:top right;
	
	height:49px;
	padding:0px;
	margin:0px;
}
div.next a {
	display:block;
	height:49px;
	width:190px;
}
div.next span {
	display: none;
	margin:0; padding: 0;
	}
	
div.close {
	background-image:url(images/btn_close.gif);
	background-repeat:no-repeat;
	background-position:top right;
	display:block;
	height:49px;
}
div.close a {
	display:block;
	height:49px;
	width:190px;
}
div.close span {
	display: none;
	margin:0; padding: 0;
	}

.productImage {
	padding-left:64px
}

.rightpage {
	padding:18px 0 0 20px;
	}

.productText p, .productText h3 {
	margin:0px;
	padding:0 25px 0px 35px;
}

.productName p, .productName h1 {
	display:none;
}
.ingredientsTitle h3 {
	font-weight:bold;
	padding-bottom:6px;
	margin:0px
}
.ingredientsTitle h4 {
	font-weight:bold;
	padding-bottom:0px;
	margin:0px;
	padding:3px 25px 0px 35px;
	}
.ingredients p {
	padding:0px;
	margin:0px;
	padding:0 25px 0px 35px;
}
.askt {
	color:#990000;
	font-size:16px;
	line-height:12px;
}


#bullets li {
	display:none;
	list-style-type:circle;
	display:block;
	float:left;
	font-size:13px;
}