/*
 *	general style sheet for healthwarehouse
 *	contains some resets etc...
 * 	8/9/2009 werner glinka
 * 
 *	color codes
 *	color green: #5b984f;
 * 	color blue: #1b6498
 * 	color dark green ??? #423b39
 */


body{
    margin:10px auto;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	}
img{
    border:0;
	}
legend{
    display:none;
	}
fieldset{
    border:0;margin:0;padding:0;
	}

/******************** general link style ********************/
a{
	color:#1b6498;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

/********** used for clearing floats **********/
p.clear{
	margin:0;
	padding:0;
	clear:both;
	}
/* prefered clearing method for div that contains floats.e.g. add class clear to a containing element */
.clear{	overflow:hidden;
	width: 100%;
	}
div.clearFix{
	clear:both;
	height:0;
	}

/* no dotted lines around selected images */
:focus {
	outline: 0;
}
#sb-title-note {		/*suppress the shadowbox title note */
	visibility:hidden;
	}
div#wrapper{
    width:965px;
    margin:auto;
	}
.left{
    float:left;
	}
.right{
    float:right;
	}
div.inner{
	padding: 0 23px 13px 23px;
	width:919px;
	}
div.left-column{
	width:275px;
}
div.right-column{
	width:690px;
}

/* Accessibility support.  moves elements from visual presentation but leaves for proper semantic structure and Accessibility compliance */
                  
.offscreen {
	position:absolute;
	left: -999em;
	width: 1em;
	overflow:hidden;
	}

/** general form.input settings **/
.input-text {
	border: 1px solid #B6B6B6;
}

label {
	color: #666666;
	font-weight: bold;
}

/** general UL settings **/
ul {
	list-style: none;	
}


/** for select state options: Shipping Location **/
/** shipping locations box **/
.shipping-location-box {
        background:transparent url(../images/backgrounds/menulogin_bckgrnd_1px.png) repeat scroll 0 0;
        border:1px solid #5B984F;
        color:#1B6498;
        padding:10px 20px; 
        width:215px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
}
.shipping-location-box p {
        font-size: 12px;
}

.shipping-location-dropdown {
        width: 210px;
}

.position_wrapper {
	position: relative;
}

#tax-state {
	left: 530px;
	top: 15px;
}

#sb-body-inner .html {
        background:transparent url(../images/backgrounds/menulogin_bckgrnd_1px.png) repeat scroll 0 0;
        color: #1B6498;
        padding: 0px 15px;
}


.noRoutePage-top #tabsContainer {
	padding-left: 20px;
}

.noRoutePage-top #review {
	padding-top: 10px;
}

/** Group Select **/
/**
.group-select {
	background: #FBFAF6 none repeat scroll 0 0;
	border: 1px solid #BBAFA0;
	margin: 28px 0;
	padding: 22px 25px 12px;
}
**/

#refillPrescriptionForm {
	padding-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

form#transfer-prescription-form {
	width: 490px;
	height: 1000px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
}


#contactForm {
	width: 675px;
	height: 610px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.group-select .legend {
	background: #F9F3E3 none repeat scroll 0 0;
	border: 1px solid #F19900;
	color: #E76200;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 8px;
	margin-top: -33px;
}

.group-select ul, .group-select ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.group-select li {
	padding: 4px 8px;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 525px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 250px;
}

.group-select li .input-box select {
	width: 256px;
}

.group-select label {
	color: #666666;
	font-size: 12px;
}

.group-select .input-text, .group-select select, .group-select textarea {
	border: 1px solid #B6B6B6;
}

.validation-advice, .required, .notice {
	color: #EB340A;
}

.validation-advice {
	background: transparent url(../images/validation_advice_bg.gif) no-repeat scroll 2px 1px;
	clear: both;
	font-size: 12px;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
	padding-left: 17px;
	background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
}

.validation-failed {
	background: #FAEBE7 none repeat scroll 0 0 !important;
	border: 1px dashed #EB340A;
}

label.required {
	font-weight: bold;
}

p.required {
	font-size: 12px;
	text-align: right;
}

.button-set-small {
	border-top: 1px solid #E4E4E4;
	padding-top: 8px;
	text-align: right;
}

.button-set {
	border-top: 1px solid #E4E4E4;
	clear: both;
	margin-top: 4em;
	padding-top: 8px;
	text-align: right;
}

button.button {
	background: transparent url(../images/buttons/button-loginbox.png) no-repeat scroll 0 0;
	text-align: center;
	width: 62px;
	height: 29px;
	margin: 5px 0;
	display: block;
	border: medium none;
	color: #FFFFFF;
	float: right;
	line-height:25px;
}

button.buttonWiki {
	background: transparent url(../images/buttons/button-green.png) no-repeat scroll 0 0;
	text-align: center;
	width: 96px;
	height: 29px;
	margin: 5px 0;
	display: block;
	border: medium none;
	color: #FFFFFF;
	float: left;
	line-height:25px;
}


/* this to display ajax loader image at the middle of the block **/
.v-middle { vertical-align:middle; }

/******************** call out wide ********************/
div#callout-wide{
	height:56px;
	width:965px;
    background:url("../images/backgrounds/callout-wide.gif") no-repeat;
	margin:0;
	}

div#callout-wide p.callout-free-shipping {
	display:block;
	width:280px;
	float:left;
	line-height:56px;
	padding-left:50px;
	color:#ffffff;
}
div#callout-wide p.callout-free-order,
div#callout-wide p.callout-medicare-part-d {
	display:block;
	width:235px;
	float:left;
	line-height:56px;
	padding-left:50px;
	color:#ffffff;
	}
div#callout-wide p.callout-major-insurance{
	display:block;
	width:255px;
	float:left;
	line-height:56px;
	padding-left:50px;
	color:#ffffff;
	}
div#callout-wide p.callout-free-order{
	background: url("../images/callout-free-order-home.png") 0 10px no-repeat;
	margin:0 0 0 10px;
	}	
div#callout-wide p.callout-free-shipping{
	background: url("../images/callout-free-shipping-home.png") 0 10px no-repeat;
	margin:0 0 0 10px;
	}
div#callout-wide p.callout-major-insurance{
	background: url("../images/callout-insurance-plans-hom.png") 0 10px no-repeat;
	margin:0 0 0 10px;
	}	
div#callout-wide p.callout-medicare-part-d{
	background: url("../images/callout-insurance-plans-hom.png") 0 10px no-repeat;
	margin:0 0 0 15px;
	}	
div#callout-wide a{
	color:#ffffff;
}

/**** checkout-agreements ****/
ol.checkout-agreements {
	list-style-type: none;
	padding-left: 10px;
}

/**** notification for content ****/
/** an example of usage for this is in the Shipping Info during checkout **/
p.notification {
	padding: 10px;
	margin-right:25px;
	border: 1px solid #f5e082;
	background-color: #ffffea;
}

/******************* karim hack : error-message  **********************/
.main-err-busse {
	background:url("../images/backgrounds/sub-main-middle.gif") 0px 50px repeat-y;
	width:960px;
}

.sub-err-busse{
	background:url("../images/backgrounds/sub-main.gif") bottom no-repeat;
	margin:0;
	}
.head-err-busse{
	background:url("../images/backgrounds/sub-main-head.gif") top no-repeat;
	padding:25px 0;
	}

.content-err-busse{
	margin-left:auto;
	margin-right:auto;
	width:96%;
	font-weight:bold;
	}

div.background-hover:hover{
	background-color:#DCF5E8;
	cursor:pointer;
	}

div.order-view-container{
	border: 1px solid;
	border-color:rgb(155,155,155);
	margin-bottom:10px;
	border-radius: 7px;
	width:659px;
	}

div.order-view-container-orderdate{
	margin:10px 25px;
	}

table.order-view-container-table{
	padding:5px;
}

table.order-view-container-table thead tr th.header{
	font-size:13px;
	padding:5px 9px 6px 9px;
	line-height:1em;
	width:274px;
	background-color:#E4EBDA;
	text-align:left;
	}

table.order-view-container-table tbody tr th.body{
	font-size:12px;
	padding:7px 9px 9px 9px;
	vertical-align:top;
}
