/* ********************************************** */
/* general tag styles (body etc) */

body {
	color: black; 
	background-color: white;
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	line-height:normal
	margin: 0px; 
	padding: 0px; 
}

a {	
	color: rgb(153,0,51);
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}

img {
	border-style: none; 
}

form {
	display: inline;
}

/* ********************************************** */
/* pagecontain wraps body of every page */

#pagecontain {
	background-color: rgb(255,255,255);
	width: 800px; 
	margin: 0px auto; 
	align: center;
	border: 1px solid rgb(0,0,0);

}

/* ********************************************** */
/* header stuff */

.hdrLink2 a {
	color: rgb(153,0,51);
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.hdrLink2 a:visited {
	text-decoration: none;
}
.hdrLink2 a:hover {
	color: rgb(84,84,84);
	text-decoration: underline;
}

.hdrLink3 {
	color: rgb(153,0,51);
	font-size: 12px;
}

.hdrLink3 a {
	color: rgb(153,0,51);
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
.hdrLink3 a:visited {
	text-decoration: none;
}
.hdrLink3 a:hover {
	color: rgb(84,84,84);
	text-decoration: underline;
}

/* ********************************************** */
/* footer stuff */

#footer {
	width:800px;
	text-align:center;
	border-top: 2px solid gray;
}

/* ********************************************** */
/* misc button and form input */

.btnRed1 {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a:visited {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btnGold1 {
	color: rgb(0,0,0);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a:visited {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btn1 {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btn1 a {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btn1 a:visited {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btn1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btn2 {
	color: rgb(153,0,51);
	background-color: rgb(222,222,222);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
	border-color: rgb(153,0,51);
}

.btn2Gold {
	color: rgb(0,102,0);
	background-color: rgb(255,255,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;	
	border-color: rgb(0,102,0);
}

.btn2Hover {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btn2Gold:hover {
	color: rgb(255,255,75);
	background-color: rgb(0,102,0);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
	border-color: rgb(255,255,75);
}	
.btn3 {
	color: rgb(153,0,51);
	background-color: rgb(222,222,222);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
	border-color: rgb(153,0,51);
}

/* ********************************************** */
/* address book styles */

.rowAB1 {
	background-color: rgb(255,255,255);
}

.rowAB2 {
	background-color: rgb(235,235,235);
}

.tableAB {
	border-top: 1px solid rgb(153,0,51);
	border-left: 1px solid rgb(153,0,51);
}
.tableAB td {
	border-bottom: 1px solid rgb(153,0,51);
	border-right: 1px solid rgb(153,0,51);
}

/* ********************************************** */
/* error message */

.info_message {
	color: red;
}

.error_message1 {
	font-weight: bold;
	color: red;
}

/* ********************************************** */
/* error message2 */

.info_message {
	color: red;
}

.error_message2 {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.errorMsg {
	font-weight: bold;
	font-size: 16px;
	color: red;
	display: block;
	margin: 0px auto 10px;
	text-align: center;
}

/* ********************************************** */
/* view cart stuff */

.cartHeading {
	background-color: rgb(255,235,160);
	/* background-color: rgb(225,225,225); */
	font-weight: normal;
}

/* ********************************************** */
/* ship via collection stuff */

.shipViaHeading {
	font-size: 18px;
}

/* ********************************************** */
/* misc */

.genHeading1 {
	font-size: 20px;
	font-weight: bold;
	color: rgb(00,00,204);
}

.disclaimer {
	font-size: 14px;
	color: rgb(255,255,255);
}

.red {
	font-weight: bold;
	color: #990000;
}

.newItem1 {
	color: white;
	background-color: maroon;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	height: 100%;
	text-align: center;
}

/* ********************************************** */

.input1 {
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
	font-weight: normal;
	height: 17px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	border: none;
}

/* ********************************************** */
/* styles for multi buy table borrowed from hubs  */

.styleMB1 {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a:visited {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a:hover {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

.styleMB2 {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a:visited {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a:hover {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
		
/* ********************************************** */
/* category page stuff                            */

.thumbLink {
	color: gray;
	font-size: 12px;
}

.thumbLink a {
	color: gray;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
.thumbLink a:visited {
	text-decoration: none;
}
.thumbLink a:hover {
	color: rgb(153,0,51);
	text-decoration: underline;
}

/* ********************************************** */
/* home page stuff                                */

.welcomeLink {
	color: gray;
	font-size: 20px;
}

.welcomeLink a {
	color: gray;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}
.welcomeLink a:visited {
	text-decoration: none;
}
.welcomeLink a:hover {
	color: rgb(153,0,51);
	text-decoration: underline;
}

/* ********************************************** */

#shipToRecipList {
	position: relative;
}

.disableBackground {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	background-color: black;
	z-index: 1000;
}

/* ********************************************** */

#recipListDiv {
	max-height: 275px;
	overflow-y: auto;
}

.recipList {
	font-size: 80%;
	padding-bottom: 4px;
	border-bottom: 1px solid silver;
	margin-bottom: 4px;
	position: relative;
}

.recipList label {
	display: inline-block;
	vertical-align: top;
}

.recipList label span {
	font-weight: bold;
	font-size: 120%;
}

.recipList .editIcon {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 2px;
	display: inline-block;
}

#newAddressForm,
#editAddressForm {
	display: none;
	margin: 0px 5px;
	height: 275px;
}

#newAddressForm label,
#editAddressForm label {
	font-weight: bold;
	vertical-align: text-bottom;
	margin: auto 7px;
}

#newAddressForm .newRecipInput, 
#newAddressForm select,
#editAddressForm .newRecipInput, 
#editAddressForm select {
    width: 90%;
    background: #f7f8f8 none repeat scroll 0 0;
	box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
	border-radius: 6px;
	outline: medium none;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid silver;
    margin: 2px;
	padding:3px 7px;
}

#newAddressForm .newRecipInput:focus,
#newAddressForm select:focus,
#editAddressForm .newRecipInput:focus,
#editAddressForm select:focus {
	background: #fff none repeat scroll 0 0;
    border-color: #930;
    box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
} 

#newAddressForm input[type=button],
#editAddressForm input[type=button] {
	background-color: limegreen;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border-radius: 5px;
    border-style: outset;
    padding: 3px 10px;
}

#editAddressForm input[type=button].cancelBtn {
	background-color: lightgray;
} 

#newAddressForm input[type=button]:hover,
#editAddressForm input[type=button]:hover {
	background-color: yellow;
}

#newAddressForm input[type=button]:active,
#editAddressForm input[type=button]:active {
	border-style: inset;
}


/* ********************************************** */