/*
Theme Name: Buyincontinenceproducts
Author: 
Author URI: 

/* Begin Typography & Colors */



#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}





#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#4a4a4a;
	}


.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif; float:left; width:640px;
	
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}



.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	margin-bottom:0px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
		
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 959px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.post{ padding-bottom:15px;}	

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	background:#efefef;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


h2 {
	margin:0 0 10px 0;
	padding:0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	
	}

html>body .entry li {
	
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	color:#000;
	line-height:20px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {

	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:15px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
	}

#sidebar #searchform #s {
width:150px; 
	
	}
	
#sidebar #searchsubmit {
	 margin-top:10px;
	}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	height:100px;
	border:1px solid #ccc;

	
	

	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 2px 5px auto;
	padding:5px 0;
	float: right;
	
	font-size:12px;
	color:#002339;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;

	width:100%;

	}

.commentlist li {
	
	width:99%;
	margin: 15px 50px 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	width:100%;
	float:left;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a:link,.commentmetadata a:visited{color:#59BDFF;}
.commentmetadata a:hover{color:#000;}	
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show; 
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	




body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,p,blockquote,table,th,td,embed,object,button,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:11px;}

fieldset,img,abbr{border:0;}
ul, li {list-style:none; list-style-type:none;}
body {color:#595f62; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; text-decoration:none; background: #ffffff url(images/bodybg.jpg) repeat-x left top;}
a{ color:#666666; text-decoration:none;}
a:hover{ color:#000; text-decoration:underline;}
input[type="checkbox"], input[type="radio"] { outline:0; border:0px; width:15px; height:15px; margin:0; padding:0; }
*:focus{ outline:0;}

.wrapper{width: 964px;min-height:100%;height:auto !important;margin:0 auto;overflow: hidden;position: relative}
.push{ height:75px;}
.header{width: 100%;float: left}
.logo_link{float: left;margin: 42px 0 0 0;}
.banner{float: left;}
.header_sub{float: left;width: 669px;position: relative;z-index: 0;}
.phone{float: right;}
.footer_wrap{background-color: #99CC01;float: left;width: 100%;margin: 40px 0 0 0;}
.footerpanel{width:964px;margin: 0 auto;padding:0px;color: #FFFFFF}
.footerpanel a{color: #FFFFFF!important;font-size: 13px;}
.footerarea_info{width:954px;color: #ffffff;overflow: hidden;padding:20px 0 0 0;}
.footerarea_info a{color: #ffffff;}
.foot_logo_wrap { background:url(images/footer_logo.png) no-repeat 0 0; width:180px; height:55px; float:right; }
.exalogo { width:56px; margin:0px 0 0 12px; }
.wm_logo { width:112px; }
.fp1 h3{width: 100px;float: left;}
.fp3 h3{width: 129px;float: left;}

.fp1 p{width: 100px;float: left;}
.fp3 p {
width: 129px;
float: left;
}

.cnt1 {
    position: static;
}

.comp_info{padding: 0 0 10px 0;}
.free_sample{color:#FF0000 !important;float:right;padding: 5px 0 10px 0;}
.free_sample:hover{text-decoration:none;}
.prod_listing ul li{background-image: url(images/prod_list.jpg);height:17px; background-repeat: no-repeat;font-size: 12px;color:#282b84;  padding: 6px 0 6px 10px;background-position: 0px 10px;border-bottom: 2px dotted;width: 175px; }
.prod_listing{width: 228px;float: left;background-color:#f6f8f9 ;padding-bottom: 40px;}
.prod_listing ul li a{color:#3c3e8b!important; }
.product_main_listing{width: 228px;float: left;margin: -130px 0 0 10px;}
.product_main_listing_sub{width: 228px;float: left;margin: -20px 0 0 10px;}
.our_product{margin: 0 0 10px 0;}
.c2apanel{float: right;margin: 40px 0 0 0;}
.c2a1{width: 215px;float: left;margin: 0 12px 0 0;}
.c2a2{width: 215px;float: left;margin: 0 10px 0 0;}
.c2a3{width: 215px;float: left;}
.prod_ul{padding: 15px 0 0 20px; float:left;}
.breadcrumb {float: right;text-align: right;width: 100%;}
.breadcrumb h2 { display: inline;font-family: Arial,Helvetica,sans-serif !important;font-size: 11px;}
.link2{font-size: 11px;}
.main_heading {color: #282B84;clear: both; font-size: 20px;    padding: 0 0 25px;}
.sub_heading {    clear: both;    color: #282B84;    font-size: 16px;    padding: 15px 0;font-weight: bold;}
.content_sub {float: right;     padding: 16px 0 16px 16px;    width: 656px;}
.list_head{font-size: 14px;font-weight: bold;display: block;}
.content_sub p {    line-height: 18px;    padding: 0 0 18px;}
.content_sub ul li{background-image: url(images/prod_list.jpg); background-repeat: no-repeat;font-size: 13px;  padding: 6px 0 6px 10px;background-position: 0px 10px;line-height: 18px; }
.content_sub a {color: inherit;}
.fp2 h3{float: left;width: 160px;}
.footerpanel3 .fp1 {
    background-position: right 20px;
    background-repeat: no-repeat;
    float: left;
    padding: 4px 5px 10px 0;
    width: 75px;
}
.footerpanel3 .fp2 {
    background-position: right 20px;
    background-repeat: no-repeat;
    float: left;
    padding: 4px 5px 10px 15px;
    width: 145px;
}
.footerpanel3{width:964px;margin: 0 auto;padding: 20px 0;color: #FFFFFF;float: left;}
.footerpanel3 a{color: #FFFFFF!important;font-size: 13px;}
.info{float: left;}
.main_heading1 {
    color: #282B84;
    font-size: 20px;
    padding: 20px 0 10px;
}
h1 {
    border: 0 solid;
    color: #7B80E0;
    height: 15px;
    padding-right: 6px;
    right: 0;
    z-index: 1;
    position: absolute;
    
}
.cont_div{margin: 0 0 0 40px;}
.foot_logo_wrap a {
    color: #465968 !important;
    display: block;
    float: left;
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 10px !important;
    font-style: italic;
    height: 50px;
    padding: 2px 0 0;
    text-align: center;
}
.padd_errormsg {
    clear: both;
    color: #FF0000;
    display: block;
    padding: 0 0 0 150px;
}
.read_more{font-size: 14px;}
.prod_order{float:left;padding:0 0 20px;}
.product_img{float: left;}
.product_desc{float: left; width: 515px;}
.product_desc span{font-weight:bold; padding: 0 5px 0 0;}
.product_desc .product_title{padding:0 0 10px 0;}
.product_desc .product_description{padding:0 0 10px 0;}
.product_desc .product_size{padding:0 0 10px 0;}
.product_desc .product_color{padding:0 0 10px 0;}
.product_title a{color:#595F62;font-weight:bold;font-size: 17px;}
.pdf_title {color:#595F62;font-weight:bold;font-size: 17px; padding:0 0 10px 0;}
.form_row_radio{clear: both;overflow: hidden;padding: 0 0 8px;}
.form_row_radio label{float: left;padding: 3px 5px 0 0;text-align:left;width:315px;}
.form_row_radio input{margin:3px 5px 0 0;}
.form_row_radio span{float: left;display: block;width: 341px;}
.form_row_radio .enq_prod{float: left;padding:3px 5px 0 0;text-align: right;width:145px !important;} 
.rbtns{float: left;padding: 16px 0 10px 0;width:400px;}
.qty {
    border: 1px solid #AED635;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    width: 30px;
}
.color {
    background-color: #CBD9F1;
    border: 1px solid #282828;
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
    
    text-align: left;
    width: 250px;
}
.product_title span{float: left;}
.product_title{float: left;width: 100%;}
.shrt_desc{font-weight: bold;}
.siz{padding: 5px 10px 0 0!important;}
.rbtns label{width: 200px;}
.rbtns img{float: left;margin: 0 0 15px 0;}
.prod_order h3{font-weight: bold;font-size: 16px;padding: 0 0 15px 0}
.mar_lft{margin: 0 0 0 15px;}
.pric{padding: 5px 5px 0 0!important;}
.qt{padding: 5px 5px 0 0!important;}
.prod_order ul{padding: 0 0 18px 0;}
.rhs_dtrbt{text-decoration: none!important;color: #99CC01!important;font-size: 13px!important;}
.rhs_dtrbt img{float: left;}
.pd{padding-left: 4px!important;}



/* Form styles */
.form_wrapper { border-bottom:1px solid #C8C8CA; padding:0 0 15px 0; }
.form_title { font-weight:bold; padding:7px 11px; border-top:1px dotted #C8C8CA;  overflow:hidden; }
.form_title label { width:auto; clear:none; }
.form_data { padding:14px 0px 0; overflow:hidden; }

.err { color:#FF0000; padding:0 5px 0 0; }
.form_row { padding:0 0 8px 0; clear:both; overflow:hidden; }
label { width:145px; float:left; text-align:right; padding:3px 5px 0 0; }
input { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#646464; padding:6px 3px 6px 3px; border:1px solid #999999; float:left; border-radius:3px;width:290px; }
select { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#646464; padding:6px 3px; border:1px solid #999999; float:left; border-radius:3px;width:297px;}
textarea { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#646464; padding:3px; border:1px solid #999999; float:left; height:70px; border-radius:3px;width:290px; }

select.fld_m { width:176px; }


.fld_xs { width:75px; margin:0 10px 0 0; }
.fld_wv { width:65px; margin:0 0 0 10px; text-transform:uppercase; }
.fld_s { width:125px; }
.fld_m { width:168px; }
.fld_big { width:480px; }
.lbl_info { font-size:11px; display:block; clear:both; padding:0 6px 0 0; }
.lbl_full { width:325px; padding:0 12px 0 0; }
.lbl_full input { float:none; margin:0 0 0 3px; }

.padd_error_msg { color:#FF0000; font-size:11px; clear:both; display:block; font-weight:normal; }
.padd_form_error { color:#FF0000; font-size:11px; clear:both; display:block; font-weight:normal; padding:0 0 0 150px; }

/* Column layout */
.col2 { width:48%; margin:0 1%; float:left; }
.col3 { width:30%; margin:0 1.5%; float:left; }
.col4 { width:22%; margin:0 1.5%; float:left; }

.col3 label, .col4 label { width:100%; padding:0px 0 2px 0; text-align:left; }
.col3 input, .col4 input { clear:both; width:94%; }

.flash_captcha { float:left; padding:4px 3px 0 0; }

/* Buttons */
.btn_submit { background-image:url(images/submit.png); background-position:0 0;  cursor:pointer; float:left; width:135px;height: 36px; background-color: transparent;background-repeat: no-repeat;border: none; text-indent:999px;}
.btn_submit:hover { background-image:  url(images/submit.png); cursor:pointer; float:left;  width: 135px;height: 36px; }
.btn_submit_contactus, .btn_submit_contactus:hover {background:#E6E6E6 url('images/submitBtn.png') no-repeat left 2px; border:2px solid #C8C8CA; padding:2px 14px 3px 24px; font-weight:bold; text-transform:lowercase; cursor:pointer; float:left; clear:both; white-space:nowrap; color:#7D7D7D; text-decoration:none; width:155px;}
#word_verify{  margin-left: 20px;
    width: 115px;}
.submit_row{    margin-top: 20px;}
.mand_sign {
    color: #FF0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 3px;
    padding-top: 0;
}

/* popup styles */

html,body
    {
        margin:0;
        padding:0;
    }
    .modal-overlay
    {
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        height:100%;
        width:100%;
        margin:0;
        padding:0;
        background:	#002C2F;
        opacity:.75;
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        z-index:101;
    }
	  /*  * html .modal-window  
   {  
            position:absolute;  
            top:expression(document.documentElement.scrollTop + (document.documentElement.clientHeight / 2) + 'px');  
   }  */
    * html .modal-overlay
    {  
        position: relative;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }
    .modal-window
    {
        position:fixed;
        top:80%;
        left:35%;
		right:25%;
        margin:0;
        padding:0;
        z-index:102;
    }
    * html .modal-window
    {
        position:absolute;
    }
    .close-window
    {
        position:absolute;
        width:32px;
        height:32px;
        right:8px;
        top:8px;
        /*background:transparent url('images/btn_close.gif') no-repeat scroll right top;*/
        text-indent:-99999px;
        overflow:hidden;
        cursor:pointer;
        opacity:.5;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
    }
    .close-window:hover
    {
        opacity:.99;
        filter: alpha(opacity=99);
        -moz-opacity: 0.99;
    }
   
.footer_box { width:100%; float:left; padding:20px;}
ul.footer_link { margin:0px; padding:0px;}
ul.footer_link li { list-style:none; float:left; padding:0 35px 0 0;}
.cont_form { width:100%; float:left; margin:0 0 20px 0;}
.google_map { width:100%; float:left; margin:15px 0 0 0;}

.wpcf7-radio .wpcf7-list-item-label {width:319px !important;  margin:4px 0 0 3px;}
.wpcf7-list-item input { float:left; margin: 3px 0 0 0;}
.sign{ float: none;margin-right: auto;margin-left: auto;margin-top: 10px;}