@charset "utf-8";
/* CSS Document */

/********** Global Overrides **********/

* {
	margin: 0 auto;
	padding: 0px;
}


/********** Font Face **********/

@font-face {
	font-family: 'GillSansRegular';
	src: url(/gillsansreg-webfont.eot);
	src: local('?'), url(/gillsansreg-webfont.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BemboSB';
	src: url(/bmsb___-webfont.eot);
	src: local('?'), url(/bmsb___-webfont.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}


/********** Lawley Header **********/

body > div#header {
	position:fixed;
}

div#header {
	height:61px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index: 100;
}

#lp-header {
	height: 56px;
	margin-top: 0px;
	background: url(images/layout/grey-header-bg.gif) repeat-x left top;
	clear: both;
	min-width: 960px;
	padding-right: 0;
	padding-top: 0;
	position: relative;
	width: 100%;
	border-bottom: 5px solid #dedede;
}

#lp-container {
	background-color: #be2331;
	float: right;
	height: 48px;
	position: relative;
	width: 50%;
	border-bottom: 13px solid #dedede;
}

#sub-lp {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 948px;
	z-index: 0;

}

#sub-lp-img {
	height: 61px;
	left: -6px;
	position: absolute;
	/*text-indent: -99999px;	*/
	top: -61px;
	width: 960px;
	z-index: -10;
	background-image: url(/images/layout/lawley-pharm-header.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

.lp-btns {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 50px;
}

.lp-btns img.h-sites {
	float: right;
	border: 0px;
	padding-right: 5px;
	padding-top: 10px;
}

.lp-btns img.order {
	padding-right: 15px;
	padding-top: 9px;
	border: 0px;
	padding-left: 30px;
}

#lawely-header {
	width: 100%;
	background-color: #bdbdbe;
	height: 50px;
	margin: 0 auto;
}

#lawley-banner {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background-color: #bd0b27;
}


/********** Global Styles **********/

body {
	background-color: #dedede ;
	margin-top: 0px;
	margin: 0 auto;
	padding: 0px;
	font-size: 15px;
	line-height: 22px;
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	color: #606060;
	-webkit-text-size-adjust:none;
}

p {
	font-size: 15px;
	line-height: 20px;
	color: #606060;
	margin-bottom: 15px;	
}

sup {
	font-size: 11px !important;
	vertical-align: top;
}

/* Clearing */
.clear {
	clear: both;
}

.margin-right {
	margin: 0px 20px 20px 0px;
}

.margin-right {
	margin: 0px 0px 20px 20px;
}

a {
	color: #5aa5b1;
	text-decoration: none;
}

a:hover {
	color: #ea7f53;
	text-decoration: underline;
}

strong, b {
	color: #5c5c5c;
	font-weight: bold;
}

em {
	color: #808080;	
}

img {
	border: 0px;
}

.content ul, ol {
	margin: 0px;
	padding: 0px 0px 15px 25px;

}

.content li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(/images/layout/bullet.jpg);
}

.content li ul {
	margin: 30px 0px 0px 30px;
	padding: 0px;
}

.content li ul li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	list-style-image: url(/images/layout/arrow.jpg);
}

.content li ul li a {
	color: #ea7f53;
}

.container li {
	padding: 0px 0px 5px 0px;
}

/********** PDF Downloads Class **********/

p.pdf, ul.booklet-downloads li {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin: 0px 0px 20px 0px;
}

ul.booklet-downloads li {
	list-style: none;
}	


/********** Headings **********/

h1,h2,h3,h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h1 {
	color: #357783;
	font-weight: bold;
	font-family: 'BemboSB', Georgia, Times, serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 18px 0px;
	font-size: 29px;
	line-height: 31px;
}

/* Superscript on headings */
h1 sup {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'GillSansRegular', "Gill Sans", Tahoma, Arial, sans-serif;
	color: #ea7f53;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

h2 sup {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

h2#patquizzes {
	display: none;
}

h3 {
	font-family: 'GillSansRegular', "Gill Sans", Tahoma, Arial, sans-serif;
	color: #6cb9c7;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}


/********** Layout **********/

#wrapper {
	margin-top: 50px;
}

#container {
	width: 960px;
	background-color: #ffffff;
	margin: 71px auto 0;
	-moz-box-shadow: 0px 8px 20px #bbb;
	-webkit-box-shadow: 0px 8px 20px #bbb;
	box-shadow: 0px 8px 20px #bbb;
	position: relative;
	z-index: 2;
}


/* Slider */

#banner {
	width: 948px;
	height: 270px;
	padding: 6px;
}

/********** Navigation **********/

#navigation {
	background-image: url(/images/layout/nav-bg.jpg);
	background-repeat: repeat-x;
	width: 948px;
	height: 37px;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 6px;
	line-height: 1;
	position: relative;
	z-index: 2;
}

#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation li { /* all list items */
	float: left;
	font-size: 16px;
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	background-image: url(/images/layout/nav-div.jpg);
	background-repeat: no-repeat;
	background-position: right;
	/*	padding: 12px 12px 12px 13px;	*/
	display: block;
	letter-spacing: 1px;
}

#navigation li#home a {
	padding: 12px 19px 12px 19px;
	display: block;
}

#navigation li.active, #navigation li#home.active, #navigation li#products.active {
	background-image: url(/images/layout/nav-hover.jpg) !important;
	background-repeat: repeat-x;
}

#navigation li:hover, #navigation li#home:hover, #navigation li#products:hover {
	background-image: url(/images/layout/nav-hover.jpg);
	background-repeat: repeat-x;
	display: block;
}

#navigation li#blog {
	background-image: none;	
}

#navigation a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 11px 35px 10px;
}

#navigation a.orders-toplevel:hover {
	cursor: default!important;
}

#navigation.spanish li a {
	padding: 11px 22px 10px;
}

#navigation.spanish li:hover {
	background: #faa17d;
	background-image: none;	
}

#navigation.spanish li.active, 
#navigation.spanish li#home.active, 
#navigation.spanish li#products.active,
#navigation.spanish li:hover, 
#navigation.spanish li:hover, 
#navigation.spanish li:hover {
	background: #faa17d !important;
	background-image: none !important;	
}

/********** Drop Downs **********/

#navigation li ul { /* second-level lists */
	position: absolute;
	background: #faa17d;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px;
	z-index: 5;
}

#navigation li ul li {
	float: left;
	font-size: 15px;
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	background-image: none;
	/*	padding: 8px 19px;	*/
}

#navigation li ul li a {
	padding: 8px 19px !important;
}


/********** Drop Downs By Heading **********/

#navigation li#company ul {
	width: 200px;
}

#navigation li#company ul li:hover, #navigation li#company ul li.active {
	width: 200px !important;
}

#navigation li#men ul, #navigation li#women ul {
	width: 300px;
}

#navigation li#men ul li:hover, #navigation li#women ul li:hover, #navigation li#men ul li.active, #navigation li#women ul li.active {
	width: 300px;
}

#navigation li#progesterone ul {
	width: 270px;
}

#navigation li#progesterone ul li:hover, #navigation li#progesterone ul li.active {
	width: 270px;
}

#navigation li#estrogen ul {
	width: 340px;
}

#navigation li#estrogen ul li:hover, #navigation li#estrogen ul li.active {
	width: 340px;
}

#navigation li#order ul {
	width: 350px;
}

#navigation li#order ul li:hover, #navigation li#order ul li.active {
	width: 350px;
}

#navigation li#products ul {
	width: 300px;
	margin: 0px;
}

#navigation li#products ul li:hover, #navigation li#products ul li.active {
	width: 300px;
}

#navigation li ul li a {
	display: block;
	width: 25em;
	color: #ffffff;
	text-decoration: none;
	z-index: 0;
}

#navigation li ul li:hover, #navigation li ul li.active  {
	background: #eb8a67 !important;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation li#men li.drop, #navigation li#women li.drop {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 280px 12px;
}

#navigation li#progesterone li.drop {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 250px 12px;
}

#navigation li#estrogen li.drop {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 320px 12px;
}

#navigation li#products li.drop {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 210px 12px;
}


/********** Drop Downs - Level 2 **********/

#navigation li ul ul {
	margin: 0px 0 0 17em;
	width: 210px !important;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#navigation li:hover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul {
	left: auto;
}

#navigation li#men ul ul, #navigation li#women ul ul {
	margin: -29px 0 0 300px;
	width: 200px !important;
}

#navigation li#men ul ul li:hover, #navigation li#women ul ul li:hover, #navigation li#men ul ul li.active, #navigation li#women ul ul li.active  {
	width: 200px !important;
}

#navigation li#progesterone ul ul {
	margin: -29px 0 0 270px;
	width: 250px !important;
}

#navigation li#progesterone ul ul li:hover, #navigation li#progesterone ul ul li.active {
	width: 250px !important;
}

#navigation li#estrogen ul ul {
	margin: -29px 0 0 340px;
	width: 200px !important;
}

#navigation li#estrogen ul ul li:hover, #navigation li#estrogen ul ul li.active {
	width: 200px !important;
}

#navigation li#products ul ul {
	margin: -29px 0 0 230px;
	width: 200px !important;
}

#navigation li#products ul ul li:hover, #navigation li#products ul ul li.active {
	width: 200px !important;
}

#navigation li#products ul li ul li{
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	background-image: none;
	width: 200px;
}

#navigation li#products ul li ul li a{
	padding: 8px 19px !important;
}

.lp-btns p {	
	margin: 0px;
}

br {
	margin: 0px;
	padding: 0px;
}

p.question {
	font-weight: bold;
}

/********** New Style Buttons **********/
p.btn {
	padding: 10px 0 5px;
	height: 28px;	
}

p.btn a {
    background: none repeat scroll 0 0 #689ea5;
    border-radius: 5px;
    box-shadow: 0 3px 2px -1px #aaa;
    color: #fff;
    font-size: 18px;
    padding: 6px 10px;
    text-shadow: 0 1px 1px #2c5358;
	transition: all .3s ease-in-out;
	opacity: 1;
}

p.btn a:hover {
    text-decoration: none;
	background: #74b3bb;
	transition: all .3s ease-in-out;
	opacity: 1;
}


/********** Page Content **********/

.content {
	padding: 30px 30px 15px 30px;
}

p#breadcrumbs {
	border-bottom: 1px solid #DFDFDF;
    font-size: 13px;
    margin: -20px 0px 30px 0px;
    padding: 0px 0px 13px 0px;
}

/********** Page Content **********/

.home-btns {
	margin: 0 auto;
	height: 170px;
	padding: 0px 0px 0px 27px;
}

.icon-home {
	float: left;
	padding-right: 114px;
}

.icon-home#last {
	padding-right: 0px;
}


/********** Footer **********/

#footer {
	width: 948px;
	padding: 20px 20px 100px 20px;
	color: #515151;
	margin: 0 auto;
}

#footer a {
	color: #515151;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #515151;
	font-size: 12px;
	line-height: 12px;
	list-style: none;
}

#footer li#f-last {
	border-right: 0px solid #515151;
}

.disclaimer {
	float: right;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}


/********** Slider ************/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
    width:948px;
    height:267px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:948x;
    height:267px;
	background:url(/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border: 0px
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:890px;
	top: 220px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-50px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

.clear {
	clear:both;
}

.product-range {
	width: 900px;
	text-align: center;
	margin-bottom: 10px;
}

.product-range img {
	margin-bottom: 20px;
	border: 0px;
}


/********** Products Page ************/

img.right {
	float: right;
	margin: 0 10px 0px 20px;
}

.male {
	width: 440px;
	float: left;
}

.female {
	width: 440px;
	float: right;
}

.product {
	width: 398px;
	padding: 20px 20px 25px;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-moz-box-shadow: inset 1px 1px 10px #e0e0e0;
	-webkit-box-shadow: inset 1px 1px 10px #e0e0e0;
	box-shadow: inset 1px 1px 10px #e0e0e0;
	margin: 0px 0px 30px 0px;
	min-height: 303px;
}

.product-vid {
	width: 398px;
	padding: 20px 20px 25px;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-moz-box-shadow: inset 1px 1px 10px #e0e0e0;
	-webkit-box-shadow: inset 1px 1px 10px #e0e0e0;
	box-shadow: inset 1px 1px 10px #e0e0e0;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

#botr_kFpJmrfR_26Mdi3ui_ply_wrapper {
	margin: 20px auto 0px;
	width: 380px;
	border: 1px solid #ccc;
}	

.product h1,.product-vid h1 {
	font-family: 'GillSansRegular', "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding: 9px 0 4px;
	margin: 0px;
	text-transform: none;
	color: #808080;
}

/* Individual Product Titles/Colours */
.product h1.and2,.pr-r-container h2.and2,.and2 {
	color: #0164e5;
}

.product h1.and5,.pr-r-container h2.and5,.and5 {
	color: #023eb6;
}

.product h1.and1,.pr-r-container h2.and1,.and1 {
	color: #ff70db;
}

.product h1.pro,.pr-r-container h2.pro,.pro {
	color: #b558d2;
}

.product h1.pro10,.pr-r-container h2.pro10,.pro10 {
	color: #2c0079;
}

.product h1.nat,.pr-r-container h2.nat,.nat {
	color: #025803;
}

.pr-r-container h2 {
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.pr-r-container h2 sup {
	font-size: 11px;
}

.product h2,.product-vid h2 {
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #909090;
	margin: 15px 0 25px;
	padding: 0px;
	line-height: 14px;
}

h2.product-spiel {
	font-family: "GillSansLight", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 12px;
	margin: 0px;
	float: none;
}

h2.product-downloads {
	font-family: "GillSansLight", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0px;
	float: none;
}

p.product-info {
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0 0 23px;
	padding: 0px;
	line-height: 17px;
	clear: both;
	float: none;
}

ul.product-downloads  {
	margin: 0px;
	padding: 0px;
}

ul.product-downloads li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family: "GillSansRegular", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #606060;
	line-height: 24px;
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul.product-downloads li a {
	color: #606060;
	text-decoration: none;
}

img.pr-img {
	margin: 0px 0px 20px 0px;
}

.mens {
	padding: 0px;
	overflow: hidden;
}

.product-box {
	float: right;
	width: 260px;
	padding: 5px 0px 15px 20px;
	background-color: #f5f5f5;
	margin: 0px 0px 0px 40px;
}

.product-box h3 {
	padding: 10px 0px 15px 10px;
	text-align: center;
	margin-right: 20px;
}

.product-box p, .product-box a{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}

.product-box  p.pdf {
	margin: 0px 0px 10px 0px !important;
}

.product-box img {
	margin: 0px 0px 20px 20px;
}

.product-box select {
	width: 200px;
	height: 20px;
}

.dotted {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #cccccc;
}


/********** Resources - Booklets *************/

.booklets-row {
	width: 904px;
}

.book {
	width: 160px;
	padding: 0px 10px;
	float: left;
	text-align: center;
}

.book a img {
	border: 0px;
}

.book p.pdf {
	text-align: left !important;
	padding-bottom: 20px;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

.booklets-container {

}


/********** Video Gallery ************/

#videogallery.products {
	width: 398px !important;
	float: left;
	padding: 15px 0px 30px 20px;
}

#videogallery.products a{
	margin: 0px;
}

#videogallery, .videogallery {
	width: 880px;
	padding-left: 20px;
	zoom:1;
}

.videogallery {
	margin-bottom: 10px;
}
#videogallery span, .videogallery span{ display:block; }
#videogallery a, .videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px 25px;
	width:160px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	color: #000000;
}
#videogallery a img, .videogallery a img {
	display:block;
	border:none;
	margin:0;
	z-index: 1 !important;
	border: 0px;
}
#videogallery a:hover, .videogallery a:hover{
	opacity:1;
}


/********** Videos ************/

.videos {
	width: 160px;
	padding: 0px 0px 0px 0px;
}

.videos h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
	color: #909090;
}

#v-left {
	float: left;
	padding: 0px 0px 0px 20px;
}

#v-right {
	float: right;
	padding: 0px 20px 0px 0px;
}

p.left {
	float: left;
	margin: 0px 17px;
	padding: 3px;
	width: 260px;
}

span.faq {
	float: left;
	padding: 3px;
	width: 260px;
}

span.faq img {
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}

span.pdf {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin: 0px 0px 20px 0px;
}


/********** Page Footer **********/

.page-foot{
	border-top: 1px solid #DFDFDF;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
}

.page-foot ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.page-foot li {
	float: left;
	padding: 0px 10px;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
}

.page-foot a {
	color: #ea7f53;
	padding: 0px 5px;
}


/********** Page Navigation **********/

.page-nav {
	padding: 5px;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	background-color: #fafafa;
	font-size: 10px !important;
	line-height: 14px !important;
}

.page-nav br{
	line-height: 0px;
}

span.prev {
	float: left;
	text-align: center;
	width: 139px;
	padding: 0px 5px;
	border-right: 1px dashed #cccccc;
}

span.next {
	float: right;
	text-align: center;
	width: 140px;
	padding: 0px 5px;
}

span.prev a, span.next a {
	display: block;
	font-size: 15px;
	margin-bottom: 7px;
}

span.prev a:hover, span.next a:hover {
	text-decoration: none;
	font-size: 15px;
	margin-bottom: 7px;
}


/********** Page Navigation **********/

#dd-menu {
	background-color: #9ac1c7;
	color: #ffffff;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 25px;
}

#dd-menu a {
	color: #ffffff;
	padding: 0px 7px;
}

.thisD {
	padding: 1em 2em;
	display: none;
}
.moreD {
	background-color:#EEEEEE;
	display:inline;
	margin:2px;
	padding:2px 5px;
	cursor: help;
}

.error {
	color: #CC0000;
}

.success {
	color:#0C0 !important;
}

/********** Questionnaires ************/

ul.questionnaires {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 20px 0px 0px 0px;
}

ul.questionnaires li {
	list-style: none;
	overflow: auto;
}

ul.questionnaires li a {
	float: left;
    padding: 0 0 0 220px;
    text-decoration: none;
	color: #151515;
}

ul.questionnaires li a:hover, ul.questionnaires li a:active, ul.questionnaires li a:link, ul.questionnaires li a:visited {
	color: #151515;
}

a.amsquestionnaire {
	background: url(/images/btn-sa-m.jpg) no-repeat left top;
	height: 220px;
}

a.fsfiquestionnaire {
	background: url(/images/btn-sa-f.jpg) no-repeat left top;
	height: 210px;
}

a.progesteronedeficiencyquestionnaire {
	background: url(/images/btn-sa-pro.jpg) no-repeat left top;
	height: 300px;
}



/************* self assessment tests *******************/

/*AMS Questionnaire*/
form #ams-questionnaire, #ams-score-chart {
	background-color:#FFFFFF;
	border:1px solid #8D9DBC;
	border-collapse:collapse;
	color:#000000;
	margin:3px 3px 20px;
	padding:3px;
	width:894px;
}

form #ams-questionnaire thead tr th, #ams-score-chart thead tr th {
	background-color:#8D9DBC;
	color:white;
	padding:5px;
}

form #ams-questionnaire tr .question {
	text-align:left;
	font-weight:normal;
}

form #ams-questionnaire td, #ams-score-chart td {
	border-bottom:1px solid #DAE1ED;
	font-size:1em;
	padding:8px;
	text-align:center;
}

form #ams-score-chart .row-negligible {
	background-color:#D5FFC6;
}

form #ams-score-chart .row-minor {
	background-color:#FFFFBF;
}

form #ams-score-chart .row-moderate {
	background-color:#FFDFAE;
}

form #ams-score-chart .row-severe {
	background-color:#FFC4C4;
}

/*FSFI Questionnaire*/
form#fsfi table {
	width:100%;
}
.ams-questionnaire {
	background-color:#F0EDE6;
	border-collapse:collapse;
	border-color:-moz-use-text-color -moz-use-text-color #CFCCBB;
	border-style:none none solid;
	border-width:medium medium 6px;
	font-size:1em;
	margin-bottom:30px;
	text-align:center;
	width:620px;
}

.ams-questionnaire td {
	border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
	border-style:none none solid;
	border-width:medium medium 5px;
	padding:10px;
	vertical-align:middle;
	width:56px;
}

.ams-questionnaire th {
	background-color:#CFCCBB;
	border:medium none;
	color:#000000;
	font-weight:normal;
	padding:10px 20px;
	text-align:left;
}

.ams-questionnaire .question {
	width:378px;
}

.legend {
	border:medium none;
	margin-bottom:8px;
}

.legend th {
	background-color:#FFFFFF;
	border:medium none;
	color:#000000;
	font-weight:bolder;
	padding:0 15px 5px 5px;
	vertical-align:top;
}

.legend .colour {
	border:1px solid #CFCCBB;
	padding:0;
	width:5px;
}

.legend td {
	border:medium none;
	font-size:0.8em;
	padding:0 5px 5px;
	vertical-align:top;
	width:110px;
}

#calculate {
	background-color:#537DBF;
	border:1px solid #355B9C;
	color:#FFFFFF;
	font-family:arial;
	font-size:1.8em;
	font-weight:normal;
	padding:10px;
}

.none {
	background-color:white;
}

.ex-severe {
	background-color:#CFE2FF;
}

.v-severe {
	background-color:#AFCEFF;
}

.severe {
	background-color:#7DA3DF;
}

.moderate {
	background-color:#537DBF;
}

.mild {
	background-color:#355B9C;
}

h4#total {
	/*color:white;*/
}

div.fsfiresult {
	border:2px dashed #FFFFFF;
	background-color: #537DBF;
	margin:20px;
	padding:20px;
}

div.fsfiresult h3, div.fsfiresult p {
	color: #ffffff;
	font-weight:100;
	padding:5px 0;
}

div.fsfiresult a:link, div.fsfiresult a:hover, div.fsfiresult a:active, div.fsfiresult a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

/*menopause self assessment*/
#menopause-questionnaire, form #menopause-score-chart {
	background-color:#FFFFFF;
	border:1px solid #8D9DBC;
	border-collapse:collapse;
	color:#000000;
	margin:3px 3px 20px;
	padding:3px;
	width:894px;
}

#menopause-questionnaire thead tr th, form #menopause-score-chart tr th {
	background-color:#8D9DBC;
	color:white;
	padding:5px;
}

#menopause-questionnaire, form #menopause-score-chart {
	border-collapse:collapse;
	color:#000000;
}

form #ams-questionnaire thead tr .col-effect, #menopause-questionnaire thead tr .col-effect {
	width:75px;
}

#menopause-questionnaire tr .question {
	text-align:left;
}

#menopause-questionnaire td, #container #content form #menopause-score-chart td {
	border-bottom:1px solid #DAE1ED;
	font-size:1em;
	padding:8px;
	text-align:center;
}

form #ams-questionnaire tr .col-highlight, #menopause-questionnaire tr .col-highlight {
	background-color:#EFF2F8;
}

form #total-score #total {
	font-size:2em;
}

form #menopause-score-chart .row-negligible {
	background-color:#D5FFC6;
}

form #menopause-score-chart .row-minor {
	background-color:#FFFFBF;
}

form #menopause-score-chart .row-moderate {
	background-color:#FFDFAE;
}

#menopause-score-chart .row-severe {
	background-color:#FFC4C4;
}

table#menopause-score-chart sup {
	font-size:1em;
}


/************* self assessment tests *******************/

/***** Booklets Display *****/

fieldset.downloadpdfs-fieldset {
	width: 904px;
	clear: both;
	margin-bottom: 10px;
	border: 0px;
}

fieldset.downloadpdfs-fieldset legend {
	display: none !important;
}

div.downloadpdfs li.bookletimg {
    float: left;
    padding: 0 10px 10px 10px;
    text-align: center;
    width: 160px;
	height: 255px;
	margin: 0px;
	list-style: none !important;
}

div.downloadpdfs li.bookletimg label {
	font-size: 13px;
}

div.downloadpdfs li.bookletimg input {
	padding-top: 3px;
}

div.downloadpdfs ul {
	list-style: none;
	padding: 0px !important;
}

div.signup-details {
	border-top: 1px dashed #cccccc;
	display: block;
	float: left;
	width: 100%;
	padding-top: 30px;
}

div.signup-details p {
	padding-left: 20px;
}

div.signup-details label {
	width: 110px;
	display: inline-block;
}

div.signup-details p input#name, div.signup-details p input#email {
	border: 1px solid #cccccc;
	height: 24px;
	width: 200px;
}

input.pdfs-download-submit-button {
	width: 80px;
	margin-left: 113px;
}

fieldset.downloadpdfs-fieldset {
	width: 904px;
	clear: both;
	margin-bottom: 10px;
}

fieldset.downloadpdfs-fieldset legend {
	display: none;
}

div.downloadpdfs li.bookletimg {
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 160px;
	height: 255px;
	margin: 0px;
}

div.downloadpdfs li.bookletimg label {
	font-size: 13px;
}

div.downloadpdfs ul {
	list-style: none;
	padding: 0px !important;
}

div.signup-details {
	border-top: 1px dashed #cccccc;
	display: block;
	float: left;
	width: 100%;
	padding-top: 30px;
}

div.signup-details p {
	padding-left: 20px;
}

div.signup-details p input#name, div.signup-details p input#email, div.signup-details p input#confirm-email {
	border: 1px solid #cccccc;
	height: 24px;
	width: 200px;
}

/***** Applicator Video *****/

.vid-single {
	width: 550px;
	margin: 30px auto;
	border: 1px solid #bbb;
}

/***** Login Form *****/
input#username, input#password {
	float: right;
	height: 20px;
	width: 200px;
	border: 1px solid #cccccc;
}

input#submit {
	float: right;
	width: 80px;
	height: 28px !important;
}

#formContainer {
	width: 320px;
	border: 1px solid #cccccc;
	padding: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	margin: 0px 20px;
}

#formContainer-lg {
	width: 720px;
	border: 1px solid #cccccc;
	padding: 15px 15px 50px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	margin: 20px 0px 0px 70px;
}

#formContainer p {
	line-height: 15px;
	color: #5AA5B1;
}

#formContainer-lg input {
	width: 350px;
	height: 20px;
	float: right;
}

#formContainer-lg select {
	width: 350px;
	height: 20px;
	float: right;
}

#formContainer-lg input#submit {
	width: 80px !important;
	margin-right: 270px;
}

#formContainer-lg input#email {
	margin-right: 338px;
	width: 0px;
}

p.options {
	margin: 0px 0px 5px;
	line-height: 18px;	
}

ul.options {
	padding: 0px 0px 10px 25px;	
}

ul.options.end {
	padding: 0px 0px 22px 25px;	
}

.content ul.options li {
	padding: 0px;
}	

/* Login form on home page */

.login-home {
	width: 460px;	
	margin-bottom: 20px;
	padding: 20px 0px 10px;
}

.login-home input#username, .login-home input#password {
	height: 26px;
    width: 350px;
}

#formContainer {
	padding: 20px 20px 10px;
	width: 460px;
	/*overflow: hidden;*/
	margin: 0px 0px 20px;
}

#formContainer.home {
	margin: 0px;
	padding: 20px 20px 10px;
}

.login-home #formContainer p {
	color: #5AA5B1;
    float: none;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

#formContainer.home.sp label,
#formContainer.home.sp input {
	float: none;
	width: 98%;
}

#formContainer.home.sp input {
	margin-bottom: 10px;	
}

#formContainer.home.sp p {
	margin-bottom: 5px;
}

p.flag {
	overflow: hidden;
}

p.flag img {
	float: left;
	margin-right: 15px;
}

/* Products page - men */
.mens.products {
	margin: 30px 0px 25px;
}

.mens.products .product-box {
	background-color: #F5F5F5;
    float: left;
    margin: 0 30px 0 0;
    padding: 15px 10px;
    width: 258px;
	min-height: 220px;
}

.mens.products .product-box.last {
	margin: 0px;
	padding: 0px 5px;
	background: #fff;	
}

.mens.products .product-box.center {
	margin: 0 30px 0 0;
	padding: 0px 5px;
	background: #fff;	
}

.mens.products .product-box.last h3 {
	padding: 0px;
	margin: 0px 0px 10px;	
}

.mens.products .product-box {
	text-align: center;	
}

.mens.products .product-box h3 {
	padding: 0px;
	margin: 0px 0px 20px;
}

.mens.products .product-box img {
	margin: 0px 0px 15px;	
}

.mens.products .product-box p.pdf {
	text-align: left;
	margin-left: 20px; 
}


/* Booklet Sign up form */

.top-signup-details {
	border-bottom: 1px solid #CCCCCC;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 0 30px;
}

.top-signup-thumb img {
	float: left;
	margin: 0px 40px 0px 20px;
}

.top-signup-details .form input.pdfs-download-submit-button {
    margin-left: 81px;
    width: 80px;
}

.top-signup-details p.overflow-hidden input {
	width: 220px;
	height: 22px;
	border: 1px solid #ccc;
}

.top-signup-details p.overflow-hidden label {
	width: 80px;
	float: left;	
}

button {
	background: none repeat scroll 0 0 #5AA5B1;
    border: 0px solid #357783;
    border-radius: 4px;
    box-shadow: 0 1px 2px #CCCCCC;
    color: #FFFFFF;
    font-family: 'GillSansRegular';
    margin: 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
	transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	opacity:1;
	margin: 0px 10px 40px 0px;
	position: relative;
	top: -10px
}

button:hover {
	background: #357783;
	cursor: pointer;
	transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	opacity:0.9;
}

.video-holder.men, .video-holder.women, .video-holder.progesterone, .lightbox-style {
	display: none;
}	

.pmss {
	width: 400px;
	float: right;
	margin: 0px 0px 20px 40px;	
}


/********** Doctor Styles **********/

.doc {
	top: 5px;
	position: relative;	
}

.content table {
	width: 100%;
}

.content table th,
.content table td {
	padding: 0.2em 0.4em;
}

.content table th {
	background: #9AC1C7;
	color: #fff;
	border-bottom: 1px solid;
}

.content table tr.even td {
	background: #eee;
}

.content table ul {
	list-style: inside;
	padding: 0;
	margin: 0;
}

/***** Spanish Home Page *****/
ul.home-btns {
	margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

ul.home-btns li {
	float: left;
	list-style: none;
	height: 170px;
	width: 260px;
	border-radius: 5px;
	position: relative;
}

ul.home-btns li a {
	border-radius: 0 0 5px 5px;
    display: block;
    padding-top: 110px;
}

ul.home-btns li:hover a {
	text-decoration: none;
}

ul.home-btns li p {
	bottom: 0;
    color: #fff;
    font-family: 'BemboSB',Georgia,Times,serif;
    font-size: 22px;
    height: 40px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 3px #000;
    text-transform: uppercase;
	background: url(/spanish/images/layout/dark-bg.png) repeat left top;
	margin: 0px;
}

ul.home-btns li.progesterona p {
	padding: 20px 0px;
	height: 20px;	
}

li.test-hombres {
	background: url(/spanish/images/testosterona-hombres.jpg) no-repeat left top;
}

li.test-mujeres {
	background: url(/spanish/images/testosterona-mujeres.jpg) no-repeat left top;
	margin: 0px 60px;
}

li.progesterona {
	background: url(/spanish/images/progesterona.jpg) no-repeat left top;
}

a.flag {
	position: absolute;
    right: 160px;
    top: 6px;	
	border: 1px solid #fff;
}