/* Sweater Toys Css */

body {
	background: url(/dev/images/common/st_background.jpg) no-repeat center top #ffffff;
	color: #ababa4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #7c2625;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: blink;
}

a.homepage_link {
	display: block;
	float: left;
	height: 100px;
	margin-right: 10px;
	text-decoration: none;
	width: 310px;
}

h1 {
	color: #336666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	color:#336666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

a h2 {
	text-decoration: none;
}

.st_container {
	margin: 0 auto;
	padding-left: 3px;
	width: 601px;
	text-align: left;
	color: #888;
	font-weight: normal;
}

img.lifestyle {
	margin-top: 9px;
}

/* Homepage */

.preview {
	float: left;
	width: 300px;
}

img.preview_img {
	border: none;
}

/* Animals */

.divider {
	margin: 35px 0 20px 0;
}

.animal_holder {
}

.animal_text {
	float: left;
	width: 200px;
}

img.animal {
	border: none;
	padding-left:100px;
	float: none;
	text-align: center;
}

.image {
	border: none;
	margin:auto;
	height:auto;
	width:auto;
	
}
.img {
	float:center;
	}

.sold {
	color: #7c2625;
	font-size: 18px;
	font-weight: bold;
}

/* About */

.about_text {
	float: left;
	width: 285px;
}

.about_text p {
	margin-top: 0;
}

/* Custom Form */

.textinput {
margin-bottom: 1.5em;
width: 40%;
color: #666;
background-color: white;
}

.radioinput {
color: black;
background-color: white;
}

.checkbxinput {
color: green;
background-color: white;
}

select {
color: gray;
background-color: white;
font-size: 0.9em;
}

option {
padding: 4px;
}

.form {
	float: center;
	width: auto;
	}

.textarea {
	width: 300px;
	height: 100px;
	background-color: white;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-color:gray;
}

textarea {
width: 300px;
height: 50px;
background-color: white;
font-size: 1em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
border: 1px solid gray;
border-color:black;
}


/* Footer */

.foot_divide {
	margin: 75px 0 5px 0;
}

.footer_links {
	float: left;
	margin-bottom: 50px;
}

.footer_links a {
	border-right: solid 1px #ababa4;
	font-size: 11px;
	padding: 0 6px;
}

.footer_links a.first {
	padding-left: 0;
}

.footer_links a.last {
	border: none;
}

.footer_copyright {
	float: right;
	font-size: 11px;
	margin-bottom: 50px;

}
.st_container p {
	color: #ababa4;
	text-align: left;
}
.animal_holder .animal_text p {
	font-size: 14px;
}
#price {
	font-size: 16px;
}


p {
	font-weight:normal;
}
.st_container p {
	font-weight: normal;
}

