
/** PRODUCT **/

a.productImage {
	float:left;
	width:100px;
	height:100px;
	margin:10px;
}

img.productImage {
	border:0px;
	width:100px;
	height:100px;
}

.productTextBox {
	width:199px;
	margin:10px;
	margin-bottom:5px;
	float:left;
}

h1.productTitle {
	font-size:18px;
	font-weight:bolder;
	color:#003366;
}

div.productTitle {
	font-size:18px;
	font-weight:bolder;
	color:#003366;
}


a.productTitle {
	width:190px;
	font-size:18px;
	font-weight:bolder;
	color:#003366;

	text-decoration:none;
}

a.productTitle:hover {
	text-decoration:underline;
}

h1.productTitleingroup {
	font-size:14px;
	font-weight:bolder;
	color:#003366;
	padding:4px;
}

div.productTitleingroup {
	font-size:14px;
	font-weight:bolder;
	color:#003366;
	padding:4px;
}


a.productTitleingroup {
	font-size:14px;
	font-weight:bolder;
	color:#003366;

	text-decoration:none;
}

a.productTitleingroup:hover {
	text-decoration:underline;
}

td.grouptable {

}

td.grouptable p {
	text-align:left;
	padding:4px;
}

td.grouptable strong {
	font-weight:bolder;
	color:#E27D00;
	padding:4px;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

h3 strong {
	font-weight:bolder;
	color:#003366;
}

p.pillPrice {
	display:block;
	width:190px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	color:#003366;
}

p.productDescriptionBox {
	display:block;
	width:190px;
	font-size:12px;
	font-weight:normal;
	color:#666666;

	padding-bottom:5px;
}

table.bestTable td {
	padding:0px;
	padding-top:20px;
	width:50%;
}


a.moreLink {
	display:block;
	float:left;
	width:74px;
	height:23px;
	font-size:12px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
	text-align:center;
	padding:3px;

	background-image: url('/themes/drugstore_blue/images/more_button_grey.gif');
	background-repeat: no-repeat;
}

a.moreLink:hover {
	color:#003366;
	text-decoration:none;
	background-image: url('/themes/drugstore_blue/images/more_button_blue.gif');
}

a.moreLinkText {
	display:block;
	float:right;
	width:74px;
	height:23px;
	font-size:12px;
	font-weight:normal;
	color:#555;
}

a.moreLinkText:hover {
	color:#000;
}

a.buyLink {
	display:block;
	width:74px;
	height:23px;
	float:left;
	font-size:12px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
	text-align:center;
	padding:3px;
	padding-left:6px;

	background-image: url('/themes/drugstore_blue/images/buy_button_grey.gif');
	background-repeat: no-repeat;

	margin-left:20px;
}

a.buyLink:hover {
	color:#003366;
	text-decoration:none;
	background-image: url('/themes/drugstore_blue/images/buy_button_blue.gif');
}

div.text {
	width: 500px;
}

div.text h2 {
	color:#3382BB;
	font-size:16px
	margin-top:25px;
	margin-bottom:5px;
}

div.text p {
	color:#333;
	margin-top:5px;
}

div.text strong {
	color:#333;
	font-weight:normal;
}

div.text ul {
	color:#333;
	font-weight:normal;
}



/** GROUP PAGE **/
.group {
	border-left:1px solid #e0e0e3;
	border-bottom:1px solid #e0e0e3;
	padding:15px 30px;
	font-family:arial; font-size:12px;
	color:#ee6500;
}

.group1 {
	padding-top:10px;
	border-bottom:1px solid #e0e0e3;
}

p.groupDescriptionBox {
	display:block;
	padding-top:5px;
	padding-bottom:10px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

p.groupPillPrice {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#003366;
}


/** PRODUCT PAGE **/

table#productPrices tr.tableHead {

}

table#productPrices tr.tableHead th {
	border-right:1px solid #FFF;
	font-size:12px;
	font-weight:bolder;
	color:#FFF;
	
	background-color: #004272;
	height:20px;
	vertical-align:middle;
}

table#productPrices td {
	padding:2px;
	padding-bottom:5px;

	font-size:12px;
	font-weight:normal;
	color:#000;

	text-align:center;
}

table#productPrices td.firstcell {
	padding-left:5px;
	text-align:left;
}

div.extraPackInfo {
	color:#B26200;
	font-size:11px
}

b.priceBlackBlue {
	color:#003366;
}

b.priceGray {
	color:#666666;
}

span.gray {
	color:#666666;
}

span.blue {
	color:#3382BB;
}

span.blackBlue {
	color:#003366;
}

tr.otherRows td {
	border-top:1px solid #DDD;
}

a.addtocart {
	display:block;
	width:98px;
	height:23px;
	font-size:12px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
	text-align:center;

	padding:3px;
	padding-left:10px;

	background-image: url('/themes/drugstore_blue/images/add_to_cart.gif');
	background-repeat: no-repeat;

}

a.addtocart:hover {
	color:#003366;
	text-decoration:none;

	background-image: url('/themes/drugstore_blue/images/add_to_cart_over.gif');
	background-repeat: no-repeat;
}

div.addtocartconteiner {
	margin:auto;
	width:98px;
	height:23px;
}


/** group articles **/
h2 {
	color:#FF8D00;
	padding-left:20px;
}

h3 a {
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:0px;
}

.articles p {
	padding-top:0;
	padding-left:20px;
	padding-right:100px;
	margin-top:0;
}

.articles h3 {
	padding-bottom:0;
	margin-bottom:0;
}