/*
@import "body.css";
@import "margin.css";
@import "subfeatures.css";
@import "dialog.css";
@import "request.css";
@import "box.css";
@import "widget_carousel.css";
*/

@import "widget_rss.css";
@import "login.css";

body {
	background-color:#dbddec;
    background-image: url('/img/bg_pattern.png');
	margin: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* ------- common ------- */

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

hr {
	clear: both;
	display:block;
	height: 10px;
	border: none;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	overflow:hidden;
}

a {
    color: #666666;
    font-weight: bold;
    
}


h1 {
    color: #24487d;
    font-size: 16pt;
    font-weight: normal;
    letter-spacing: 1px;
}

h2 {
	padding: 0;
	margin: 0;
	color:#6798dc;
    letter-spacing: 0.5px;
    font-size: 11pt;
    font-weight: normal;
}

h3 {
	padding: 0;
	margin: 0;
}

/* ------- form ------- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	padding-top:2px;
	text-align:right;
	text-transform:uppercase;
	color: #666666;
	font-size: 1em;
}
label.error {
	text-align:left;
	color:#930;
}

input {
    border-top: 2px #d5d5d5 solid;
    border-left: 2px #d5d5d5 solid;
    border-right: 2px #ededed solid;
    border-bottom: 2px #ededed solid;
}
input.error {
    border-top-color:#930;
    border-left-color: #930;
    border-right-color: #930;
    border-bottom-color: #930;
}

input,
select {
	display: block;
	width: 200px;
	height: 16px;
}
select {
	height: 20px;
}
input.but {
	float: left;
	padding-right: 10px;
	width: 60px;
	height: 30px;
}
input.chk {
    border: none;
	float: left;
	width: 20px;
    border: none;
}
input.rad {
    border: none;
	float: left;
	width: 20px;
	padding-top:0;
	margin-top:0;
}
textarea{
    border-top: 2px #d5d5d5 solid;
    border-left: 2px #d5d5d5 solid;
    border-right: 2px #ededed solid;
    border-bottom: 2px #ededed solid;
}

input.submit {
	background-color:#FFFFFF;
	background-image:url("/img/arrow_right_off.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:0 none;
	height:28px;
	padding-left:5px;
	width:100px;
	xletter-spacing: 1px;
	cursor:pointer;
	color: #666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size: 85%;
}
input:hover.submit {
	text-decoration:underline;
	background-image:url("/img/arrow_right_over.png");
}
input.but {
	width:auto;
	height:auto;
    border: 1px #999 solid;
	padding: 2px;
}

/* -------  ------- */

.clear {
	display: block;
	/*clear: right;*/
}
.clearall {
	display: block;
	clear: both;
}

.left {
	float: left;
	width: auto;
	overflow: hidden;
}

.right {
	float: right;
	width: auto;
	overflow: hidden;
}

.center {
}

.floatleft {
	float: left;
	width: auto;
	overflow: hidden;
}

.floatright {
    padding-top: 30px;
	float: right;
	width: 185px;
	overflow: hidden;
}

/* ------- box ------- */

.box1{
padding-right: 5px;

}
.box1 h2{
padding-left: 5px;
font-size: 10pt;

}
.box2{
padding-right: 5px;

}
.box2 h2{
padding-left: 5px;
font-size: 10pt;

}
.box3{
padding-right: 5px;

}
.box3 h2{
padding-left: 5px;
font-size: 10pt;

}

#boxTop {
	background-repeat: repeat-y;
	background-position: top right;
	background-image:url(/img/box1_mr.png);
	_background-image:url(/img/box1_mr.gif);
}
#boxTopRight {
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: right;
	background-image:url(/img/box1_tr.png);
	_background-image:url(/img/box1_tr.gif);
}
#boxTopLeft {
	background-color:#FFF;
	overflow:hidden;
}
#boxFooter {
	height: 10px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url(/img/box1_bm.png);
	_background-image: url(/img/box1_bm.gif);
}
#boxFooterLeft {
	float:left;
	width: 10px;
	height: 10px;
	overflow:hidden;
	background-image:url(/img/box1_bl.png);
	_background-image:url(/img/box1_bl.gif);
}
#boxFooterRight {
	float:right;
	width: 10px;
	height: 10px;
	overflow:hidden;
	background-image:url(/img/box1_br.png);
	_background-image:url(/img/box1_br.gif);
}

/* ------- layout ------- */

#container {
	display: block;
	width: 980px;
	margin: 0px auto;
}

/* ------- header ------- */

#header {
	padding: 40px 0px 0px 0px;
}
	#header .row1 {
		position:relative;
		height: 57px;
		padding: 0px 75px 0px 75px;
		z-index: 40;
	}
	
	#header .row2 {
		position:relative;
		height: 33px;
		z-index: 30;
		padding: 0px 75px 0px 75px;
	}
		#header .row2 .col1 {
			float: left;
			width: auto;
			z-index: 31;
		}
		#header .row2 .col2 {
			float: left;
			width: auto;
			z-index: 32;
		}
	
	#header .row3 {
		position:relative;
		clear:both;
		z-index: 10;
        top: 150px !important;
	}
	
	#header .row4 {
		position:relative;
		height: 60px;
		z-index: 20;
		background-image:url(/img/mask.png);
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:normal;
		color: #FFF;
        width: 806px !important;
        margin-left: 90px;
        xpadding-top: 20px;
        top: 490px !important;
	}
		#header .row4 .padded {
			padding-left: 0px;
            padding-right: 10px;
		}
		#header .row4 .right p {
			padding-top: 17px;
		}

/* ------- contents ------- */

#contents {
	clear:both;
	padding: 150px 90px 0px 90px;
	color:#666;
}
	#contents .left {
        display: block;
        position: relative;
		width: 190px;
        padding-top: 15px;
        color: #333333 !important;
        overflow: visible;
	}
    #contents .row1 .left h2{
        color: #333333 !important;
	}
	#contents .center {
		margin-left: 210px;
		margin-right: 210px;
        overflow: visible;
	}
	#contents .right {
        display: block;
        position: relative;
		width: 190px;
        padding-top: 15px;
        overflow: visible;
	}

	#contents.home .left {
        float: left;
		width: 230px;
        margin-top: -15px;
	}
    #contents.home .left h2{
		xtext-transform: uppercase;
	}
	#contents.home .center {
		xpadding-left: 260px;
		xpadding-right: 200px;
        display: block;
        position: relative;
        float: right;
        width: 540px;
        margin-left: 0px;
	}
	#contents.home .right {
		width: 180px;
	}

		#contents .row2 {
			border-top: 2px solid #efefef;
			padding-top: 20px;
		}

	#contents.notop .row1 {
		display: none;
	}

	#contents.notop .row2 {
		border-top: none;
		padding-top: 0;
	}

	#contents.noleft .center {
		margin-left: 0px;
	}
	#contents.noleft .left {
		display: none;
	}
	
	#contents.noright .center {
		margin-right: 0px;
	}
	#contents.noright .right {
		display: none;
	}


/* ------- footer ------- */

#footer {
	clear:both;
	padding: 50px 5px 10px 5px;
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 2px;
}

/* ------- subfooter ------- */

#subfooter {
	clear:both;
	background-color:#EFEFEF;
	overflow:hidden;
	padding: 30px 90px 25px 90px;
	font-size: .8em;
	color: #666;
}
	#subfooter h3 {
		font-size: 8pt;
		padding-bottom: 10px;
	}
	#subfooter a {
        font-weight: normal;
		text-decoration:none;
		color: #666;
	}
	#subfooter a:hover {
		text-decoration:underline;
		color: #000;
	}
	#subfooter .items {
	}
	
		#subfooter .items .item {
			float: left;
			width: auto;
		}
			#subfooter .items .item .itembox {
				padding: 0px 5px 0px 5px;
				border-left: 1px solid #CCC;
				margin-left: 5px;
			}
			#subfooter .items .item.first .itembox {
				padding-left: 0;
				border-left: none;
				margin-left: 0;
			}
			#subfooter .items .item.last .itembox {
			}
/*
		#subfooter .items.count4 .item {width: 25%;}
		#subfooter .items.count5 .item {width: 20%;}
		#subfooter .items.count6 .item {width: 16%;}
		#subfooter .items.count7 .item {width: 14%;}
		#subfooter .items.count8 .item {width: 12%;}
*/
		#subfooter ul {
			padding: 0;
			margin: 0;
		}
		#subfooter ul li {
			list-style:none;
		}

/* ------- layers ------- */

#logo {
	float: left;
	width: auto;
}
#search {
	float: right;
	width: 200px;

}
	#search .searchText {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-box-shadow: 1px 2px 5px #cccccc; 
        width: 125px;
        border: 1px solid #ccc;
        padding: 5px;
        padding-left: 25px;
	}
	#search .searchButton {
		display: block;
        position:relative;
        top: -22px;
        left: 7px;
		border: none !important;
		width: 17px;
		height: 18px;
		margin: 0;
		padding: 0 0 0 17px;
		overflow:hidden;
		background-image: url(/img/search_icon.png);
		background-repeat: no-repeat;
		text-indent: 100px;
		background-color: transparent;
		color: transparent;
		border-left: 17px transparent hidden;
		cursor:pointer;
	}



#menuMain {}

#menuBottom {}

#copyright {
	clear:both;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #AAA;
	margin-top: 2px;
	font-size: 85%;
	color:#666;
}
	#copyright p {
		padding: 0;
		margin: 0;
	}
	
#pbi {
	display:block;
    padding-top: 5px;
    text-align:center;
    width:100%;
    font-weight: normal;
}
	#pbi .image {
		margin-top:-2px;
        vertical-align:middle;
	}

/* ------- misc ------- */

.more {
	display: block;
	padding: 10px 0px 0px 35px;
	color: #666666;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size: 85%;
	background-image:url(/img/arrow_right_off.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	min-height: 20px;
	clear:both;
    cursor: pointer;
}
.more:hover {
	text-decoration:underline;
	background-image:url(/img/arrow_right_over.png);
}

.moreleft {
	display: block;
	padding: 10px 0px 0px 35px;
	color: #666666;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size: 85%;
	background-image:url(/img/arrow_left_off.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	min-height: 20px;
	clear:both;
    cursor: pointer;
}
.moreleft:hover {
	text-decoration:underline;
	background-image:url(/img/arrow_left_over.png);
}



.id_marginLeftStack {
}
.id_marginLeftStack .items {
}
.id_marginLeftStack .items .item {
	margin-bottom: 10px;
}

#social {
    display: block;
    clear: both;
    color: #666666;
    text-transform: uppercase;
    padding: 40px 95px 40px 650px;
}
#social img{
    padding-top: 10px;
}
#social .title{
    display: block;
    float: left;
}
#social .links{
    display: block;
    float: right;
    margin-top: -17px;
}

#tblurb{
    spadding-top: 90px;
}

.maincopy{
    padding-top: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    width: 530px;
    border-top: 2px solid #EFEFEF;
}

.maincopy h2{
    color:#24487D;
}

#annualreports {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
#annualreports .title{
    width: 100%;
    border-bottom: 2px solid #b3b3b3;
    xfont-size: 11pt;

}
#annualreports .title img{
    margin-top: 5px;
}
#annualreports .rowa{
    background-color: #FFFFFF;
    width: 100%;
    height: 12px;
    padding: 10px;
    border-bottom: 1px dashed #b3b3b3;

}
#annualreports .rowb{
    background-image: url('/img/row_bg.png');
    height: 12px;
    padding: 10px;
    background-repeat:no-repeat;
    background-position: none;
    width: 100%;
    border-bottom: 1px dashed #b3b3b3;
}
#tshoot {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-right: -20px;
    overflow: visible;
}
#tshoot a{

}
#tshoot .title{
    width: 100%;
    border-bottom: 2px solid #b3b3b3;
    xfont-size: 11pt;

}
#tshoot .title img{
    margin-top: 5px;
}
#tshoot .rowa{
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px;
    clear:both;
    border-bottom: 1px dashed #b3b3b3;
    display: block;
    position: relative;
    float: left;
}
#tshoot .rowa .thumb{
    display: block;
    width: 35%;
    float: left;
    padding-right: 5px;

}
#tshoot .rowa .left{
    display: block;
    width: 62%;
    float: right;
    color:#666666 !important;
    overflow:visible;
    padding-top:0px;
    position:relative;

}
#tshoot .rowa .title{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: none;

}
#tshoot .rowa .desc{
    width: 100%;

}
#tshoot .rowb{
    background-image: url('/img/row_bg.png');
    padding: 10px;
    background-repeat:repeat-y;
    background-position: none;
    width: 100%;
    border-bottom: 1px dashed #b3b3b3;
}
#tshoot .rowb .title{
    width: 100%;
     padding-bottom: 10px;
    border-bottom: none;

}
#tshoot .rowb .desc{
    width: 100%;

}
.map-popup {
	background-image:url('/img/high_bg.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding: 10px;
	padding-left: 29px;
	width: 100px;
    top: 635px;
    left: 875px;
	height: 66px;
	position: absolute;
	z-index: 9999;
    text-transform: uppercase;
    color: #888888;
	display: none;
}

.loading {
	background-image: url(/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 40px;
	min-height: 40px;
}


/* ======== orderform ========= */

#orderform {
    
}

#orderform .err {
    color:#ff0000;
}
label .req {
    padding-right: 5px;
    color: #80a2c3;
	font-weight:bold;
}

/* ======== videoplayer ========= */

#videoplayer {
    background-image: url('/img/video_bg.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    display: block;
    position: relative;
    width: 580px;
    height: 343px;
}

#videoplayer .links{
    display:block;
    position:absolute;
    left: 45px;
    top: 130px;
    line-height: 2;
}

#videoplayer .links a{
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    font-weight: normal;
}
#videoplayer .links a:hover{
    color: #92cb4f;
    text-decoration: underline;
}

#dlocator, #dryeye, #finddoctor, #orderside {
    padding-bottom: 10px;
}

/* ======== news margin ========= */

.news {
	padding-top: 10px;
}
	.news.press {
	}
    .news.press .more{
    margin-top: -10px;
	}
	.news.dryeyereview {
    padding-bottom: 10px;
	}
    .news.dryeyereview .more {
    margin-top: -10px;
	}
	
	.news .newsitem {
	}
		.news .newsitem .newstitle {
		}
			.news .newsitem .newstitle a {
				color:#24487D;
font-weight:normal;
text-decoration:none;
text-transform: capitalize;
			}
			.news .newsitem .newstitle a:hover {
				text-decoration:underline;
			}
		.news .newsitem .newsdesc {
			font-size: 8pt;
		}
		.news.dryeyereview .newsitem .newsdesc {
			font-size: 9pt;
		}
		.news .newsitem .newsdesc .feedflare {
			display: none;
		}

/* ======== distributorlist ========= */

#distributorlist {
display: block;
clear: both;
float: left;
padding-top: 10px;
}
	#distributorlist .dbody {
	}
		#distributorlist .dbody h2 {
			margin-bottom: 5px;
		}
#distributor_title {
display: block;
clear: both;
float: left;
}
#distributor_title img{
margin-top: -10px;
padding-right: 10px;
}

/* ======== readmore ========= */

.readmorelink {
	xdisplay:inline;
	cursor:pointer;
    font-weight: bold;
    padding-bottom: 10px;
}
	.readmorelink.less {
		color:#900;
	}
.readmorecontent {
	display:none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

