﻿/* style for pd skin */
html, body{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/********************************
Header links
********************************/
#header-links {
height: 25px;
width: 1000px;
margin: 0 auto;
margin-top: 3px;
text-align: left;
}

/******************************
Left column of the header link area 
******************************/
#header-links .left_column{
float: left;
width: 150px;
padding: 4px 0 0 0;
height: 25px;
color: #000000;
text-decoration: none;
overflow: hidden;
}

.left_column ul {
list-style-position: inside;
list-style-type: none;
}

.left_column li {
display: inline; 
padding: 0 5px 0 0;
}

.left_column li + li{ /* display a left border when there are 2 <li> elements next to each other */
border-left: solid 1px #000000;
padding: 0 0 0 5px;

}

.left_column a, .left_column a:link {
text-decoration: none;
color: #000000;
}

.left_column a:hover {
color: #cccccc;
text-decoration: underline;
}

/******************************
Right column of the header link area 
******************************/
#header-links .right_column{
float: right;
width: 150px;
height: 25px; 
text-align: right;
}

#header-links .right_column button{
background-color: #009F00;
width: 70px;
font-size: 13px;
color: #ffffff;
font-weight: bold;
}

/******************************
Center of the Header Link Area
******************************/
#header-links .center_column{
margin-right: 95px;
margin-left: 165px;
height: 25px;
width: 680px;
overflow: hidden;
}

/******************************
Main Header Area
******************************/
#header{
background: url(images/ph-header200907.png) no-repeat;
}

#homelink_container, #homelink_container img{
float: left;
margin-top: 4px;
width: 270px;
height: 70px;
}

#header .center_column{
height: 70px;
margin-top: 4px;
width: 250px;
float: left;
}

/******************************
Header Search
******************************/
#searchbar  {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
font-weight: normal;
padding-top: 15px;
margin-left: 580px;
height: 20px;
width: 400px;
text-align: right;
}

#searchbar select{
height: 18px;
border: 1px solid black;
font-size: 11px;
width: 100px;
background-color: #FFCF52;
}

#sv {
height: 14px;
border: 1px solid black;
font-size: 11px;
width: 120px;
background-color: #FFCF52;
padding: 1px;
}

#searchbutton {
font-size: 10px;
background-color: #FFCF52;
width: 40px;
}

/********************************
Promocode Area
********************************/
#promobar {
color: #FFFFFF;
text-decoration: none;
font-family: arial;
font-size: 16px;
font-weight: normal;
margin-top: 5px;
height: 20px;
margin-left: 580px;
width: 400px;
text-align: right;
}

#promocodebutton {
font-size: 10px;
background-color: #FFFFFF;
width: 40px;
}

#promocode {
height: 14px;
border: 1px solid black;
font-size: 11px;
width: 113px;
background-color: #FFFFFF;
padding: 1px;
}

/********************************
Menu Styles
********************************/

/**********************
Main Menu
**********************/
#mainmenu{
width: 1000px;
list-style: none;
position: relative;
}

#mainmenu li{
float: left;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 1.5px;
}

#mainmenu li a{
float: left;
display: block;
padding: 0 20px 0 0px;
height: 30px;
line-height: 30px;
color: #fff;
font-family: Verdana;
font-size: 12px;
text-decoration: none;
background: url("images/menu-corner-right.png") no-repeat right top #0076C0;
}

#mainmenu li a b{
float: left;
display: block;
height: 30px;
padding: 0 0 0 20px;
background: url("images/menu-corner-left.png") no-repeat left top #0076C0;
cursor: pointer;
}

#mainmenu li.shoppingcart > a{
background: url("images/menu-corner-right-cart.png") no-repeat right top #009F00;
}
#mainmenu li.shoppingcart > a b{
background: url("images/menu-corner-left-cart.png") no-repeat left top #009F00;
}

#mainmenu li a:hover{
text-decoration: underline;
height: 34px;
line-height: 26px;
background: url("images/menu-active-corner-right.png") no-repeat right top #FFCF52;
}
#mainmenu li a:hover b{
line-height: 26px;
background: url("images/menu-active-corner-left.jpg") no-repeat left top #FFCF52;
}

#mainmenu li:hover > a{
text-decoration: underline;
height: 34px;
line-height: 26px;
background: url("images/menu-active-corner-right.png") no-repeat right top #FFCF52;
}
#mainmenu li:hover > a b{
line-height: 26px;
background: url("images/menu-active-corner-left.jpg") no-repeat left top #FFCF52;
}

/****************
Sub menu
****************/
#mainmenu ul{
padding: 0;
margin: 0;
list-style: none;
position: absolute;
width: 1000px;
background: #FFCF52;
left: -9999px;
top: 30px; /* is this the offset of the height of the parent list? */
z-index: 10;
}

#mainmenu ul li, #mainmenu ul li.shoppingcart{
height: 27px;
line-height: 27px;
background: none;
}

#mainmenu ul li + li{
border-left: solid 1px #fff;
}

#mainmenu ul li a, #mainmenu ul li.shoppingcart{
color: #000;
padding: 0 12px 0 12px;
height: 22px;
line-height: 27px;
font-size: 11px;
background: none;
}
/*
#mainmenu ul li a:hover{
height: 27px;
line-height: 27px;
background: none;
color: #DF0000;
}

#mainmenu ul li:hover > a{
height: 27px;
line-height: 27px;
background: none;
color: #DF0000;
}

#mainmenu :hover ul{
left: 0;
}
*/
/**************
current Menu
**************/
#mainmenu li.current ul{
left: 0;
z-index: 1;
}
#mainmenu li.current a{
background: url("images/menu-active-corner-right.png") no-repeat right top #FFCF52;
height: 34px;
line-height: 26px;
}
#mainmenu li.current a b{
line-height: 26px;
background: url("images/menu-active-corner-left.jpg") no-repeat left top #FFCF52;
}
#mainmenu li.current ul li a{
color: #000;
padding: 0 12px 0 12px;
height: 22px;
line-height: 27px;
background: none;
}
#mainmenu li.current ul li a:hover{
color: #DF0000;
}

/**************
Shopping Cart
**************/

/*
#mainmenu li.shoppingcart ul{
left: 0;
z-index: 1;
}
#mainmenu li.shoppingcart ul li a{
color: #000;
padding: 0 12px 0 12px;
height: 22px;
line-height: 27px;
background: none;
}
#mainmenu li.shoppingcart ul li a:hover{
color: #DF0000;
}
*/
/**************************
Side columns
**************************/
#left_column, #right_column{
color: #000000;
text-decoration: none;
font-family: arial;
font-size: 12px;
}
#left_column a, #right_column a{
color: #000000;
text-decoration: none;
font-family: arial;
font-size: 12px;
}
#left_column a:hover, #right_column a:hover{
text-decoration: underline;
font-family: arial;
}

/***************************
Tab/box styles
***************************/
#left_column .box, #left_column .box_top, #right_column .box, #right_column .box_top{
padding-bottom: 0;
padding-left: 5px;
margin-top: 8px;
text-align: left;
}

#left_column .box_background, #right_column .box_background{ /* moved the background out of the .box class so that it can be selectivly added to the window. */
background: url(images/bg-rhn.png) no-repeat left top transparent;
background-color: #dbeddf;
}

#right_column .shoppingcart{
background: url(images/bg-rhn-myaccount.png) no-repeat left top transparent;
background-color: #DBEDDF;
padding-bottom: 5px;
padding-left: 5px;
margin-top: 8px;
text-align: left;
}

/* heading */
#left_column .box .ch, #left_column .box_top .ch, #right_column .box .ch, #right_column .box_top .ch{
color: #ffffff;
font-size: 12px;
font-weight: bolder;
font-family: arial;
padding-top: 5px;
padding-bottom: 10px;
}

#left_column .box .ch a, #left_column .box_top .ch a, #right_column .box .ch a, #right_column .box_top .ch a{
color: #ffffff;
}

#left_column .box ul, #left_column .box_top ul, #right_column .box ul, #right_column .box_top ul{
margin-top: 0;
margin-left: 5px;
list-style: none;
padding-left: 5px;
}

#left_column .box img, #left_column .box_top img, #right_column .box img, #right_column .box_top img{
border: none;
padding: 0;
margin: 0;
}

#left_column .box img, #left_column .box_top img, #right_column .box img, #right_column .box_top img{
border: none;
padding: 0;
margin: 0 0 4px -5px;
}

/***************************
Content
***************************/
#content {
padding: 2px;
}

#content .box, #content .box_top{
/* background-color: #F6FBF6; */
padding-bottom: 5px;
margin-top: 8px;
text-align: left;
position: relative;
overflow: visible;
}

/* rounded corners */
b.chlc, b.chrc {
    position : absolute;
    width : 14px;
    height : 14px;  /* corner images are 15x15 */
    display : block;
    margin-bottom : -1px;  /* this is for IE */
    background: url(images/teaser_corner.gif) no-repeat
}
b.chlc{
	top: 0;
    left: 0;
    background-position: top left;
}
b.chrc{
	top: 0;
   	right: 0;
    background-position: top right;
}

/* heading */
#content .box .ch, #content .box_top .ch{
background-color: #0076C0;
color: #ffffff;
font-size: 12px;
font-weight: bolder;
font-family: arial;
padding: 5px 0 10px 5px;
margin: 0 0 2px 0;
}

#content .box .ch a, #content .box_top .ch a{
color: #ffffff;
text-decoration: none;
float: right;
margin: 0 4px;
}
#content .box .ch a:hover, #content .box_top .ch a:hover{
text-decoration: underline;
}

/* Search heading. Narrow results */
div.search_heading, div.narrow_results
{
    font-size: 12px;
    border-top-color: #ffd24f;
    border-top-style: solid;
    border-top-width: 2px;
    margin-bottom: 10px;
}
div.narrow_results{
   /* background-color: #eeeeee; */
   margin: 0 0 0 -5px;
   padding: 4px;
   background-color: #dbeddf;
}
div.search_footer{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    border-top: solid 2px #ffd24f;
    text-align: center;
    background-color: #eeeeee;
    width: auto;
}
/************************
Product search order by form
************************/
/* order by form */
#sort_form{
    color: #FFFFFF;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 5px;
    right: 10px;
}
#sort_form label{
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
}
#sort_form select{
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #006bb7;
}
#sort_form button{
    margin: 0;
    padding: 0 4px 0 4px;
    font-size: 10px;
    color: #006bb7;
    font-weight: bold;
}
img.cart_icon{
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-bottom: -5px;
    margin-top: -5px;
}

/************************
 Product search teasers 
************************/
/* 
Hack to set min height of main content courtesy of http://www.greywyvern.com/ 
This is implemented with content60 in the following way...
<body>
	<div id="teaser">
	<div class="prop minheight"></div>
*/	
.prop {
float:left;
width:0px;
background-color:#FF0000; 
}
.minheight {
height: 120px;
width:  0px;
}
/* end of hack to set min height of main content */	

div.teaser, div.teaser_pbs, div.detail{
	padding: 5px;
    margin: 0;
    color: #006bb7;
    min-height: 100px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    overflow: auto;
}
div.teaser_pbs{
    height: auto;
}
div.detail{
    height: 250px;
}
div.teaser h2, div.teaser_pbs h2, div.detail h1{
    color: #006bb7;
}

div.teaser form, div.teaser_pbs form, div.detail form{
	padding: 0px;
    margin: 0;
}

div.teaser label, div.teaser_pbs label, div.detail label{
	color: #000000;
    line-height: 1em;
    font-weight: bold;
}

/* GWB added float left - otherwise problems in some browsers */
div.teaser input, div.teaser_pbs input, div.detail input,
div.teaser input float_left, div.teaser_pbs input float_left, div.detail input float_left
{
	color: #000000;
    font-size: 1em;
    width: 2em;
    margin-right: 5px;
    text-align: right;
}
div.teaser button, div.teaser_pbs button, div.detail button{
	color: #006bb7;
    font-size: 1em;
}

/* Image boxes */
div.image_box, div.image_box_large, div.image_box_department, div.image_box_department_Ads{
   	padding: 1px;
    margin: 0 3px 3px 0;
    float: left;
    /*height: 101px;
    width: 101px;
    overflow: hidden; */
}

div.image_box_large{
    height: 201px;
    width: 201px;
}

div.image_box_department, div.image_box_department_Ads{
    float: none; 
    height: 101px;
	width: 101px;
	margin-bottom: 20px;
}

div.image_box_department_Ads{
    width: 201px;
}

div.image_box img, div.image_box_large img, div.image_box_department img, div.image_box_department_Ads img{
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}

/*******************
Floated list style.
*******************/
.ListParent li a{
text-decoration: none;
}
.ListParent li a:hover{
text-decoration: underline;
}
ul.ListParent{
	margin: 5px;
	padding: 5px;
}
ul.ListParent li{
    float: left; 
    width: 30%;
	list-style: none;
    padding: 0;
    margin: 2px;
}
ul.ListParent li a{
    font-weight: bold;
}
ul.ListChild{    
    padding: 0;
    margin: 5px;
    padding: 5px;
}
ul.ListChild li{
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}
ul.ListChild li a{
    font-weight: normal;
}
 
/***************************
Shopping Cart
***************************/
div.ch a.shoppingcart
{
    color: #FFFFFF;
    text-decoration: none;
    /* background: transparent url(images/trolley3.gif) no-repeat top right; */
    float: none;
    font-weight: bold;
    padding: 0;
    padding-right: 35px;
    padding-bottom: 5px;
    margin: 0px;
}
div.ch a.shoppingcart:hover{
    color: #cfedfc;
}
table.insert_order{
    border-collapse: collapse;
    margin: auto auto 20px auto;
    padding: 0 0 2em 0;
    width: 80%;
    border: solid 1px black;
}
table.insert_order td
{
    padding: 4px;
    margin: 0;
}

/* the shopping cart */
table.shopping_cart{
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 99%;
}
table.shopping_cart tbody{
    border-left: solid 1px black;
    border-right: solid 1px black;
}
table.shopping_cart th, table.shopping_cart td{
    padding: 2px 2px 2px 2px;
    margin: 0;
}

table.shopping_cart td{
    padding: 2px 4px 2px 4px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 100px;
    vertical-align: top;
}

.number{
    text-align: right;
}
.change, .delete{
    text-align: center;
}
/* style for the input */
table.shopping_cart input,
table.shopping_cart input float_left{
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 0px;
    margin: 0;
    border: 1px solid #006bb7;
}

/***************************
My Account
***************************/
div.myaccount{
	background-color: #f6fbf6;
	background-image: url(images/myaccount_bg.jpg);
	background-repeat: repeat-x;
	border-top-color: #3f9c46;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 10px;
}
#right_column div.myaccount{
    margin-left: -5px;
}
div.myaccount { height: 0.01% }
div.myaccount div{
    /* all the child and grand child divs of the my account div */
    background-color: Transparent;
}
div.myaccount > div{
    /* just the direct children of the myaccount div */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
div.myaccount form{
    margin: 0;
    padding: 0;
}

div.myaccount label {
    font-weight: bold;
    padding-top: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    display: block;
}
/* GWB - added float_left */
div.myaccount input, 
div.myaccount input float_left {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 1px;
	border: 1px solid #3f9c46;
	width: 140px;
}
div.myaccount select{
    background-color: #FFFFFF;
    margin: 2px;
    padding: 1px;
    border: 1px solid #3f9c46;
    width: 140px;
}
div.myaccount option{
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
/* GWB */
div.myaccount input.checkbox,
div.myaccount input.checkbox float_left {
    background-color: #FFFFFF;
    margin: 2px;
    padding: 1px;
    border: 1px solid #3f9c46;
    width: 15px;
    float: left;
}
div.myaccount button {
    color: #3f9c48;
    margin: 2px;
}
div.myaccount a {
    color: #3f9c46;
    padding: 4px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
}
div.myaccount a:hover {
    color: #00CC00;
}
div.myaccount a[href$='.pdf']
{
    padding-right: 18px;
    background: transparent url(Images/icon_pdf.gif) no-repeat center right;
}
div.myaccount ul {
    list-style-type: disc;
    list-style-position: outside;
    color: #3F9C46;
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
}
div.myaccount li {
    list-style-type: disc;
    margin: 4px 0 0 4px;
    padding: 0 0 0 4px;
}
div.myaccount li a{
    margin: 0;
    padding: 0;
}

/***************************
Element Styles
***************************/
p{
padding: 2px;
margin: 2px;
}
/* add a pdf icon to a link with to pdf file */
 a[href$='.pdf']{
    padding-right: 18px;
    background: transparent url(Images/icon_pdf.gif) no-repeat center right;
}
/* Reset the heading values */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
}
h1{
    font-size: 18px;
    font-weight: bold;
}
h2{
    font-size: 16px;
    font-weight: normal;
}
h3{
    font-size: 14px;
    font-weight: bold;
}
h4{
    font-size: 12px;
    font-weight: normal;
}
h5{
    font-size: 10px;
    font-weight: bold;
}
h6{
    font-size: 8px;
    font-weight: normal;
}

/***************************
Old Styles
***************************/
div.price_list
{
    position: relative;
    margin: 0;
    padding: 0;
}

table.list
{
    /*position: absolute; */
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    /*width: 425px; */
	width: 99%;

}

.right
{
    text-align: right;
}

.user_content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
}

.error_message
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 0.7em;
    margin: 0.7em;
    border: solid 1px red;
    display: block;
    
}

div.no_background
{
    background: none;
    border: none;
}

div.no_background { height: 0.01% }


div.payment_block{
    /* Indent style for payment options. */
    font-weight: normal;
    background: none;
    margin:  0 100px 10px 100px;
    padding: 5px 10px 5px 10px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-top-color: #cccccc;
    border-bottom-color: #999999;
    border-left-color: #cccccc;
    border-right-color: #999999;
    z-index: 10;
}

.hide
{
    display: none;
}

.tip
{
    /* show a tooltip style information block, related to a form control. */
    font-weight: normal;
    margin: 0 0 5px 150px;
    padding: 0 10px 2px 10px;
    display: block;
    width: 270px;
   /* min-height: 10px; */
}

.tip { height: 0.01% }

.tooltip
{
    /* show a tooltip style information block, related to a form control. */
    background-image: url(../Images/info.jpg);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    font-weight: normal;
    margin: 0 0 10px 150px;
    padding: 0 10px 2px 24px;
    display: block;
    width: 275px;
    min-height: 25px;
    cursor: help;
}

.tooltip { height: 0.01% }
.float
{
    /* ljb used to fix float alignment issues */
    float: left;
    width: 100%;
}

.float_right { 
/* this class can be used to float an element right in your page. 
The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 49%;
}

.float_left { 
/* this class can be used to float an element left in your page */
	float: left;
	width: 49%;
}

float_left { height: 0.01% }

.bottom_left { 
/* this class can be used to float an element left in your page */
	position: absolute;
	bottom: 5px;
	left: 5px;
	margin: 0;
	padding: 0;
}

.bottom_right { 
/* this class can be used to float an element left in your page */
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}

.clearfloat{
 /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatLeft{
 /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    border: solid 1px green;
}


#prescription_information
{
    background-color: #ffffcc;
    background-image: none;
    background-repeat: no-repeat;
    border-top: none;
    border: solid 4px red;
    /*border-collapse: collapse; */
    margin: 0;
    padding: 0;
}

/***********************************
Catalogue Page Flip 
***********************************/
#pageflip {
height: 650px; /* 453 Make the height and extra 100px to allow for the nav buttons */
outline: none;
width: 838px;
}

/**********************************
Menu Popout code
**********************************/
/* use for the parent div element */
.close-button{
color: black;
text-align: right;
font-size: 14px;
padding-right: 20px;
}
.close-button a{
color: black;
font-family: verdana;
font-weight: bold;
text-align: right;
}
.close-button a:hover{
text-decoration: none;
}

.relative{
position: relative;
z-index: 10000;
}

.popout{
z-index: 20000;
position: absolute;
background-color: #FFCF52;
height: 550px;
width: 1000px;
/* margin-left: -500px; */
left: 0;
top: 31px; /* the hight of the parent element. in this case the menu */
display: none;
}

.popout table{
color: #000000;
font-family: arial;
font-size: 12px;
vertical-align: top;
}
.popout table a {
color: #000000;
}
.popout table a:hover {
color: #000000;
text-decoration: none;
}
.popout tr{
vertical-align: top;
}
.popout td{
width: 500px;
}
.popout ul{
margin: 0 0 5px 5px;
padding-left: 0;
font-size: 12px;
/*list-style-type: circle; */
list-style-position: inside;
}
.popout li{
margin: 2px 0 2px 15px;
}

/*************************
Centre ads
*************************/
div.centreAdSpace{
position: relative;
margin: 5px 0 0 0;
}

div.centreAdSpace img{
float: left;
margin: 0 5px 5px 5px;
border: none;
}