/* Start of CMSMS style sheet 'Pharma_Content_Style' */
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #899092;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 12px;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl,
div#index_main ul,
div#index_main ol,
div#index_main dl
 {
	font-size: 13px;
	line-height: 15px;
	margin: 20px 0 20px 0;
}
div#main ul li,
div#main ol li,
div#index_main ul li,
div#index_main ol li {
/*	margin: 0 0 3px 25px;*/
	margin: 0 0 3px 55px;
}
div#main ul li,
div#index_main ul li {
	list-style-type: circle;
}
/* definition lists topics on bold */
div#main dl,
div#index_main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt,
div#index_main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd,
div#index_main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


/* CONTENT BOTTOM */
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	border-bottom: 1px dotted black;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* relational links under content */
div.left49 {
  width: 89%; /* 50% for both left and right might lead to rounding error on some browser */
}
div.left49 a {
	font-weight: bold;
	color: #002C5E;
	text-decoration: none;
}
div.left49 a:hover {
	font-weight: bold;
	color: #978F85;
	text-decoration: none;
}
div.right49 {
  float: right;
  width: 50px;
}
div.right49 a{
	width: 20px;
	height:20px;
	text-indent:-9000px;
	display:block;
	float:right;
	margin-left: 5px;
outline: none;
}
div.right49 a.backbutton {
  background: url(/images/pharma/ButtonCluster.png) right top no-repeat;
}
div.right49 a.topbutton {
  background: url(/images/pharma/ButtonCluster.png) left top no-repeat;
}
div.right49 a.backbutton:hover {
  background: url(/images/pharma/ButtonCluster.png) right bottom no-repeat;
}
div.right49 a.topbutton:hover {
  background: url(/images/pharma/ButtonCluster.png) left bottom no-repeat;
}


/* GOOGLE MAP FOR STOCKIST */
#map, .map {
 height: 500px;
 width: 448px;
}


#tabvanilla .tabnav li {
margin:0 0 3px 0px;
}
#tabvanilla .tabnav {
margin:0 0 5px 0;
}
    .widget {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    }
    .widget a {
    color: #222;
    text-decoration: none;
    }
    .widget a:hover {
    color: #009;
    text-decoration: underline;
    }
    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    }
    .tabnav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 3px 6px;
    outline: none;
    }
    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #E3DDCB;
    color: #000;
    text-decoration: none;
    }
    .tabdiv {
    margin-top: 0px;
    background: #fff;
    border: 1px solid #dedbd1;
    padding: 10px;
    }
    .tabdiv li {
    margin-left: 5px;
    }
    .ui-tabs-hide {
    display: none;
    }
.companysuburb {
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #dedbd1;
	text-align: right;
	margin-bottom: -15px;
	margin-top: 5px;
}

/* End of 'Pharma_Content_Style' */

