﻿/* Html Controls */
a {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
a:hover {color: #6766ff; text-decoration: none}
body {
	padding: 0px 0px 10px 0px;
	color: #5D5D5D;
	background-color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-image: url(../images/store-bkgrnd.gif);
	background-repeat: repeat-x;
}
table {border-collapse: collapse; vertical-align: top}
td {padding: 2px}
div#catCon td {padding: 0px; margin:0px}
ul {list-style: none; margin: 5px 0px 5px 10px; padding:0px}
li {margin: 5px 0px 0px 0px; padding:0px}
img {border: none 0px Transparent; background-color: Transparent}
input {font-size: 12px; border: solid 1px #C7CDDC; background-color: #F0F1F6; vertical-align: middle}
select {font-size: 12px; border: solid 1px #C7CDDC; background-color: #F0F1F6; width: auto}
textarea {border: solid 1px #C7CDDC; background-color: #F0F1F6}

/* Master Styles */

#flagwrapper {
	background-color: #00558B;
	width: 100%;
	min-height:72px;
	margin: 0;
}

#flag {
 width: 770px;
 height: 72px;
 background-image: url('/images/lourdes-store-title.gif');
 background-attachment: scroll;
 background-position: top left; 
 background-repeat: no-repeat;
 margin: 0 auto 0 auto;
 padding: 0;
}

div#wrapper{width:780px; background-color: #ffffff; margin:0px auto; padding:0px; text-align:left; border:1px solid #c4c4c4;}
div#header {
	border-bottom: solid 1px #c4c4c4;
	margin: 1px;
	padding: 4px;
	background-image: url('../images/store-banner1.jpg');
}
div#leftSide {border-right:solid 1px #c4c4c4;float:left; margin: 0px; padding:0px; width:200px; height:auto}
div#leftSide-info {padding-right:8px; padding-left:8px;}
div#rightSide {margin: 0px 0px 0px 0px; padding: 0px; min-height: 450px; /*FF*/}
div#footer {clear: both; margin: 2px 0px 0px 0px; padding: 8px; border-top:1px solid; border-color:#c4c4c4}
.navRowL {float:left;width:auto}
.navRowR {float:right;width:auto;white-space:nowrap;padding-top:1px}
.clear {clear:both; height:1px; overflow:hidden}

/* Controls */
.bor {border: 1px solid #c4c4c4}
.con {background-color: Transparent; margin: 0px; padding: 4px}
.subcon {margin: 0px; padding: 4px}
.textl {font-size: 12px}
.texts {font-size: 10px}
.textb {font-weight: bold}
.inputS {width: 80px}
.inputM {width: 120px}
.btnRow {clear:both;padding: 10px 0px 10px 0px; text-align: center;}
.btn  {margin-bottom:2px;padding:4px; border-top: solid 1px #C7CDDC;border-left: solid 1px #C7CDDC;border-right: solid 1px #A0A0B0;border-bottom: solid 1px #A0A0B0;background-color: Transparent; text-align: center; vertical-align: middle; width:120px}
.btn1 {padding:4px; border:0px solid Transparent; padding:0px; background-color: Transparent}
.btn2, .btn2 input {border: none 0px Transparent; background-color: Transparent; vertical-align: middle; padding:0px}
.btnLeft {border: none 0px Transparent; float:left; background-color: Transparent; vertical-align: middle; padding: 2px 0px 2px 10%}
.btnRight {border: none 0px Transparent; float:right; background-color: Transparent; vertical-align: middle; padding: 2px 10% 2px 0px}
.title {text-align: center; margin: 0px; padding: 4px}
.title2 {background-color: #b3b2ff;	border-bottom: solid 1px #c4c4c4; margin: 0px; padding: 4px;height:18px}
.title3 {text-align: left; border-bottom: solid 1px #c4c4c4;margin: 10px 0px 0px 0px}
.ptext {margin-left:10px}

/* List Controls */
.ListHeader {text-align: center; margin: 0px; padding: 4px}
.ListItem {padding:4px 4px 0px 0px;vertical-align:top;width:33%}
.ListAlternatingItem {padding:4px 4px 0px 0px;vertical-align:top;width:33%}
.Separator {padding: 0px}
.ListFooter {font-weight: bold;	text-align: center; margin: 0px; padding: 4px}
.ListPager {text-align: center}

/* Product item */
.itemMain {background-color: #fafafa; border: dashed 1px #b3b2ff; width:100%; height: 100%}
.itemBottom {background-color: #fafafa; height: 50px;}

/* CategoryMenu.ascx */
.menu ul {list-style: none; margin: 5px 0px 5px 10px; padding:0px}
.menu li {margin: 5px 0px 0px 0px; padding:0px}
.menu a.sel          {color: #F8AE31}

/* AddToCart.ascx */
#addtocart .title   {text-align:center; padding:4px; font-size:14px; border-bottom: solid 1px #c4c4c4; background-color: #F4F5F4}
#displayonly .title {text-align:center; padding:4px; color:#f00000}

#pricedetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color:#000000
}
#pricedetails .text {color:#000000}
#pricedetails .retPrice 
{
	color: gray;
}
#pricedetails .ourPrice 
{	
	color: #000000;
}
#pricedetails .salePrice
{
	font-weight: bold;
	font-size: 11px;
	color: #CC0000;
}
#pricedetails .savePrice 
{
	color: #0066CC;	
} 

/* DisplayProduct.aspx */
.pagingInfo {float: right; text-align: right; white-space:nowrap; font-weight: normal}
#dpViewAll {padding:4px 0px 4px 4px;float:right}

/* DisplayDetail.ascx */
.MainItemImage {border:0px solid #c4c4c4; background-color:#FFFFFF; padding: 1px}
#dd .imgNew {float:left;width:auto}
#dd h1 {margin:0px;font-size: 13px;width:auto}
#dd .con {text-align:left}
div#dd td {padding: 2px}

/* ViewCart.ascx */
#viewcart .saleTotal {color:#000000; font-size: 12px; font-weight: bold; text-align: right}

/* Bag.ascx */
#bag {padding:2px}
#bag td {padding:0px}

/* Checkout.ascx */
#checkout {padding:0px}
#checkout table {width: 100%}
#checkout .subcon {width:49%;padding:0px}
#checkout .ddlMM, .ddlYY {width:auto}

/* UserAccount.ascx */
#useraccount span.req {color:red}
#useraccount input {width: 100px}
#useraccount .td1 {width:120px}
#useraccount .btn2 input {width: auto}
#useraccount .InputL {width: 200px}

/* Msg.ascx, SYSTEM_MESSAGE_FORMAT */
.divMsg    {clear:left; color: #000000;background-color: #FFFFE1;border: 1px dashed #CFCFCF;padding: 5px;margin: 10px 0px 10px 4px;width: 95%}
.divWrnMsg {color: #ff0000;background-color: #FFFFE1;border: 1px dashed #CFCFCF;padding: 5px;margin: 10px 0px 10px 4px; width: 95%}
.divErrMsg {color: #ff0000;background-color: #FFFFE1;border: 1px dashed #CFCFCF;padding: 5px;margin: 10px 0px 10px 4px; width: 95%}

/* TopSellers.ascx */
#topSellers {float:left;margin:0px;padding:0px 0px 10px 0px;width:100%}
#topSellers .item {clear:left;margin:0px;padding:0px 4px 0px 4px}

/* WhatsNew.ascx */
#whatsNew {float:left;margin:0px;padding:0px 0px 10px 0px;width:100%}
#whatsNew .item {clear:left;margin:0px;padding:0px 4px 0px 4px}	
.sidebar-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#00558B;
}

/* TOP MAIN NAVIGATION */

#menu{
	background-color: white;
	height: 36px;
}

#menu a {
	margin: 0;
	float: left;
	height: 36px;
	}

#menu a:hover img {
    visibility:hidden;
}

.nav_centers{
	background: url('/images/main/nav/2007/o-nav1.gif') bottom left no-repeat; 
}

.nav_news{
	background: url('/images/main/nav/2007/o-nav2.gif') bottom left no-repeat; 
}

.nav_healthclicks{
	background: url('/images/main/nav/2007/o-nav3.gif') bottom left no-repeat;
}

.nav_patients{
	background: url('/images/main/nav/2007/o-nav4.gif') bottom left no-repeat; 
}

.nav_pc{
	background: url('/images/main/nav/2007/o-nav5.gif') bottom left no-repeat; 
}

.nav_md{
	background: url('/images/main/nav/2007/o-nav6.gif') bottom left no-repeat; 
}



/* QUICKLINKS STYLES */


#quicklinks
{
	width: 225px;
	margin: 15px 0 10px auto;
	background-color: #8ab4e8;
	background-image: url('/images/quick-links.gif');
	background-attachment: scroll;
	background-repeat: no-repeat; 
	background-position: left center;
	border: solid 1px white;
	padding: 5px 5px 5px 25px;
	text-align: right;

}
#quicklinks select
{
	height: 20px;
	width: 200px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}


