/*CSS Reset
	This removes any browser specific pre-defined stylesheets*/

div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th {  
    margin:0; 
    padding:0; 
}
ul {
	margin:0 0 0 13px;
	padding:0px;
}

ol {
  margin:0 0 0 30px;
  padding:0px;
}
p {
	margin-top:15px;
	padding:0px;
}
table { 
    border-collapse:collapse; 
    border-spacing:0; 
    margin:0;
} 
fieldset,img {  
    border:0; 
}
fieldset {
	height:0px;
}
address,caption,cite,code,dfn,em,th,var { 
    font-style:normal; 
    font-weight:normal; 
}
strong {
	font-weight:bold;
	font-style:normal; 
}
caption,th { 
    text-align:left; 
} 
h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
}
abbr,acronym {
	border:0; 
}

/*General Zwaggle CSS*/

html {
	background: #5D6698 url(../img/body-bg.gif) top left repeat-x;
	/*background:#48453E;*/
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:0;
	margin:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
}

table {
	font-size:12px;
}
.center {
	text-align:center;
}
input.checkbox {
	vertical-align:middle;
	/*top:1px !important;
	position:relative;*/
	margin-right:3px;
}
img {
	border:0 none;
	vertical-align:text-top;
}
input.radio {
	vertical-align:text-top;
	margin-right:3px;
}
span.delivery-span {
	cursor:default;
}
img.item-thumb {
	float:left;
	margin-right:5px;
}
img.item-image {
	;
}

img.family-photo-image-thumb {
	;
}
img.family-photo-image {
	margin:0 3px;
	border:2px solid #606597;
}
td.family-photo-cell {
	vertical-align:middle;
}
div.family-photo-text {
	border:1px solid black;
	background:#f9f3e5;
	text-align:left;
	padding:5px;
	margin:10px;
	font-weight:bold;
}
div.family-photo {
	text-align:center;
	margin:5px;
	height:100%;
}
div.family-photo-picker {
	text-align:center;
	width:545px;
	height:110px;
	overflow:hidden;
	clear:both;
}
img.image-button {
	cursor:pointer;
	cursor:hand;
}
img.action-button {
	cursor:pointer;
	cursor:hand;
	margin:3px;
	height:18px;
	width:18px;
}
input.text {
	border:1px solid #5D6698;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	width:80%;
	min-width:100px;
	max-width:200px;
	font-weight:normal;
	font-decoration:normal;
	font-style:normal;
}
select {
	border:1px solid #5D6698;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	max-width:200px;
	font-weight:normal;
	font-style:normal;
}
textarea {
	border:1px solid #5D6698;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	width:95%;
	font-weight:normal;
	font-style:normal;
}
div.alert {
	color:#FF4B13;
	font-weight:bold;
	text-align:center;
}
span.red-star {
	color:#FF4B13;
	font-weight:bold;
}
form {
	display:inline;
}

a:link,a:active,a:visited {
	font-weight:bold;
	color:#606597;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#FF4B13;
	text-decoration:none;
}

div.paragraph {
	margin: 15px 0px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.small-text {
	font-size:11px;
}

.hidden {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
}
.highlight {
	color:#FF4B13;
	font-weight:bold;
}
input.zip-code {
	width:43px;
	min-width:43px;
}
.blue-font {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#556295;
}

/* rounded buttons */
input.button {
	border:1px solid #556295;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-family: Verdana, serif;
	font-size:10px;
	height:18px;
	padding:0 5px 5px;
	margin:0 5px;
	<!--[if IE]>
		width:auto;
		overflow:visible;
	<![endif]-->
}
input.purple {
	background:transparent url(/img/button-purple-left.png) right no-repeat;
	color:#ffffff;
}
input.purple-hover {
	background:url(/img/button-purple-left-hover.png) right no-repeat;
	color:#ffcb59;
}
input.orange {
	background:url(/img/button-orange-left.png) right no-repeat;
	color:#000000;
}
input.orange-hover {
	background:url(/img/button-orange-left-hover.png) right no-repeat;
	color:#6873b5;
}

html>body h1 span {
	background: transparent url(../img/text-gradient.png) repeat-x;
}

h1 span {
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
}
h1 {
	font-weight:bold;
	font-family: "Lucida Grande";
	position: relative;
	color:#FF4B13;
	font-size:200%;
}
div.simpleContainer {
	width:400px;
	position:relative;
	left:50%;
	margin-left:-200px;
}

div.answer {
	display:none;
	visibility:hidden;
	margin:10px;
	padding:5px;
	border:1px solid #e49f09;
	background: #f3e7cc;
}

a.question-link:link,a.question-link:active,a.question-link:visited {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.question-link:hover {
	font-size:11px;
	font-weight:bold;
	color:#FF4B13;
	text-decoration:underline;
}

.underline {
	text-decoration:underline;
}

div.text-hover{
	position:absolute;
	float:left;
	top:-100px;
	left:-100px;
	border:1px solid #FFD700;
	background:yellow;
	color:black;
	font-weight:bold;
	padding:3px;
}

div.homepage-div {
	max-height:184px;
	overflow:auto;
	border-right:2px solid #7f86ae;
	border-left:2px solid #7f86ae;
	border-bottom:2px solid #7f86ae;
}

div.filter-list {
	overflow:auto;
	height:215px;
}
#lwp_wijit_container{
	margin: 0px auto;
}

