/*

Breastlight (screen) style sheet
-------------------------------------

Copyright:		2008 dpivision.com
Author:			dpivision.com Ltd.
Last edit:		23/06/2008 by Ian Sidaway

*/


body{
	background:url(../graphics/plain/body_bg.gif) repeat-x 0 0;
	color:#333;
	font: 62.5%  "Verdana", Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 11px "Verdana", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#333;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company  details ----- */
address{
	font-style:normal;
	margin:1em 0 0 30px;
}

/* ----- container size & positioning ----- */
#container{
	background:url(../graphics/plain/stripe_bg.gif) no-repeat 50% 0;
	margin:0 auto;
	padding-top:25px;
	width:870px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	background:url(../graphics/plain/header_bg.gif) no-repeat 0 0;
	height:75px;	
	position:relative;
}

/* ----- email sign up form ----- */

.newsletter {
	float: right;
	margin: 7px 20px 0 0;
	}

.newsletter .signUp{
	padding:0;
	margin:16px 0 0 0;
	float:left;
	display:inline;
	width:240px;
	text-align:right;
	color:#83389b;
	font-size:95%;
	line-height:12px;
	vertical-align:top;
}

#newsletterForm{
	float:left;
	displaY:inline;
	width:170px;
	margin:14px 0 0 25px;
	color:#999;
}
#newsletterForm label{display:none;}

#newsletterKeyword{
	background:url(http://www.breastlight.co.za/graphics/plain/newsletter_bg.gif) no-repeat 0 0;
	height:17px;
	width:127px;
	padding:4px 0 4px 10px;
	border:none;
	color:#666;
	margin-top:3px;
}

#newsletterSubmit{
	background:url(http://www.breastlight.co.za/graphics/plain/go.gif) no-repeat 3px 2px;
	height:28px;
	width:28px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	vertical-align:top;
}
#newsletterSubmit:hover{cursor:pointer;}

/* ----- company logo & strapline ----- */
#logo{
	background:url(../graphics/plain/logo.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:35px;
	overflow:hidden;
	text-indent:-9999px;
}
#logo a{
	display:block;
	width:161px;
	height:39px;
}

#tagline{
	background:url(../graphics/plain/tagline.gif) no-repeat 0 0;
	position:absolute;
	width:170px;
	height:13px;
	top:26px;
	left:200px;
	overflow:hidden;
	text-indent:-9999px;
}

/* ----- shopping basket info ----- */
#info{display:none;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{display:none;}

/* ----- search box ----- */
#search{display:none;}

/* ----- side navigation ----- */

#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}

#navDept{
	background:url(../graphics/plain/nav_bottom.gif) no-repeat 0 bottom;
	position:relative;
	padding-bottom:23px;
	margin:-25px 0 0 9px;
	width:232px;
}

#navDept li.first{
	background:url(../graphics/plain/nav_top.gif) no-repeat 0 0;
	margin:0;
	padding-top:10px;
}

#navDept li{
	background:#f7f2f8;
	display:block;
	margin:0;
	padding:0;
}

#navDept li a{
	font: 11px "Verdana", Arial, Helvetica, sans-serif;
	background:url(../graphics/plain/nav_divider.gif) repeat-x 0 bottom;
	display:block;
	width:182px;
	margin:0 25px;
	padding:0;
	color:#83389b;
}
#navDept li a:hover{color:#ae6ec2;}

#navDept li a span{
	display:block;
	margin:0;
	padding:6px 0;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools{display:none;}

/* ----- nav static menu items ----- */

.navStatic{display:none;}

#topLinks, #topLinks li{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}

#topLinks{
	position:absolute;
	text-align:right;
	width:380px;
	top:10px;
	right:0;
}

#topLinks li{
	float:left;
	text-align:right;
	border-left:1px solid #777;
	line-height:12px;
	padding:0 4px;
}

#topLinks li.first{border:none;}

#topLinks li a{color:#666;}
#topLinks li a:hover{color:#444;}

#navToolsTitle, .navStaticTitle{display:none;}

#navDeptTitle{
	background:url(../graphics/plain/side_top.gif) no-repeat 0 0;
	height:36px;
	width:250px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
}

/* ----- side navigation column ----- */
#side{
	background:#fff url(../graphics/plain/side_mid.gif) no-repeat 0 0;
	font-size: 11px;
	float:left;
	width:250px;
	display:inline;
	margin:5px 0 0 4px;
	padding:0;
}

#side .inner{
	background:url(../graphics/plain/side_bottom.gif) no-repeat 0 bottom;
	width:250px;
	padding:0;
	margin:0;
}

.clinicalEvidence{
	background:url(../graphics/plain/healthcare_professionals.gif) no-repeat 0 0;
	margin-left:9px;
}
.clinicalEvidence a{
	display:block;
	height:52px;
	width:232px;
	overflow:hidden;
	text-indent:-9999px;
}

.registerblock{
	background:url(../graphics/plain/register.gif) no-repeat 0 0;
	margin-left:9px;
}
.registerblock a{
	display:block;
	height:52px;
	width:232px;
	overflow:hidden;
	text-indent:-9999px;
}

.buyOnline{
	background:url(../graphics/plain/order-online.gif) no-repeat 0 0;
	margin-left:9px;
}
.buyOnline a{
	display:block;
	height:52px;
	width:232px;
	overflow:hidden;
	text-indent:-9999px;
}

/* ----- main content area ----- */

#mainWrapper{
	background:#fff url(../graphics/plain/main_mid_tile.gif) repeat-y 0 0;
	float:left;
	display:inline;
	width:608px;
	color:#333;
	margin:5px 0 10px 6px;
}

#main{
	background:url(../graphics/plain/main_mid.gif) no-repeat 0 0;
	font-size: 11px;
	}

#main .inner{
	background:url(../graphics/plain/main_bottom.gif) no-repeat 0 bottom;
	width:608px;
	min-height:362px;
}
* html #main .inner{height:362px;}

#content a{color:#b588c3;font-weight:bold;text-decoration: underline;}
#content a:hover{color:#8e5f9d;}

#main h2{
	font-weight:normal;
	position:relative;
	margin-left: 25px;
	padding:0;
	color:#83389b;
	font-size:180%;
	clear:both;
}

#main h3{
	color:#bf99cc;
	font-size:140%;
}

#main h2#pageTitle{
	background:url(../graphics/plain/main_top.gif) no-repeat 0 0;
	height:39px;
	line-height:24px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#83389b;
	font-size:180%;
	text-indent:25px;
	padding-top:22px;
}

#content{margin:0 30px;padding-bottom:15px;}
#homeText{width:360px;float:left;min-height:381px;padding-bottom:-10px;}

/* --- items in basket text -- */

.message{margin-left:30px;margin-right:30px;}
.message a{color:#83389b;}
.message a:hover{color:#bf99cc;}

#flash{
	float:right;
	position:relative;
	z-index:999;
	display:inline;
	margin:-58px 3px 0 0;
}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

#contactUs{
	background:url(../graphics/plain/contactus.gif) no-repeat 0 0;
	display:block;
	float:right;
	width:608px;
	height:58px;
}
#contactUs .careline{margin-left:28px;color:#c4a4d0;width:140px;display:inline;float:left;}
#contactUs .careline span{color:#db86bb;font-size:140%;font-weight:bold;150px;width:120px;}

/* ----- language select ----- */

#language{
	float: right;
	margin: 9px 15px 0 0;
	width:210px;
}
#language label{display:none;}

#languageSelect{
	float:left;
	width:170px;
	height:20px;
	margin-top:10px;
	padding: 1px 0;
	border:1px solid #dedede;
	background:#f0f0f0;
	color:#555;
	vertical-align: middle;
}

.countryFlag img{
	float:left;
	margin:7px 0 0 10px;
	vertical-align: middle;
}

/* ----- footer area ----- */
#footer{
	float:right;
	width:565px;
	padding:10px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;border-left:1px solid #999;font-size:90%;}
#footer li.first{border:none;}
#footer li a{color:#999;margin-left:.8em;}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}

#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	margin-left: 20px;
	padding:.5em 10px 0 10px;
	color:#777;
}

.products li h3{
	margin: 0;
	padding:0;
}
.products li h3 a{color:#b588c3;}
.products li h3 a:hover{color:#8e5f9d;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	margin:1em 0;
	line-height:180%;
	color:#83389b;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:left;
	margin: 0 0 1em 20px;
	width:300px;
}
#product .price{
	color:#83389b;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

#productContent{
	float:left;
	margin-left:20px;
}
#productContent h2{
	margin-left:0;
	font-size: 130%;
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#83389b;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	padding:5px;
}
/* ----- cange line 690 for table padding ----- */
td{
	border:1px solid #fff;
	padding:0px;
	vertical-align:top;
}
#frmContact{
	margin:0 0 30px 30px;}

.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#7d4199;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#7d4199;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#a664bb;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#a664bb;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- 2 col table styles ----- */
/* Do not alter these classes */
#dbl_table_container {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}
#dbl_table_container #dbl_table_content {
	background-image: url(http://uk.breastlight.com/img/table_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.clear{
	clear:both;
  	margin: 0px;
  	padding: 0px;
  	height: 0px;
}
#dbl_table_container #dbl_table_1 {
	width: 263px;
	float: left;
}
#dbl_table_container #dbl_table_2 {
	float: left;
	width: 263px;
	margin-left: 24px;
}
/* You can edit these classes */
.dbl_table_title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(http://uk.breastlight.com/img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 10px;
}
.dbl_table_content {
  	padding-right: 10px;
  	padding-left: 10px;
  	margin-bottom: 0px;
  	padding-bottom: 0px;

}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
p.error-message { 
	background:#FFF8DB url(../graphics/plain/note.gif) no-repeat scroll 10px 50%;
	border:2px solid #FFEB99;
	color:#555555;
	padding:7px 10px 7px 34px;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */at fix ----- */


