/*

Title:      VetRxDirect Home Styles
Author:     Daniel Marino
Revised:		October 2009

*/


/* Elements
----------------------------------------------------------------------------------------------------*/

h3 {
	color: #cc3300;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
}

h4 {
	background: url(h4-blue-background.png) repeat-x;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	padding: 0 10px;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

#featured-items,
#top-selling-items {
	margin-bottom: 20px;
}

#hero {
	background: #fdebd9 url(background-hero.png) top repeat-x;
	padding: 20px 10px 0;
	width: 860px;
}

#promos {
	background: none;
	padding: 20px 10px 0;
	width: 860px;
}


/* Columns
----------------------------------------------------------------------------------------------------*/

.side-column {
	float: left;
	margin: 0 10px;
	width: 180px;
}

.middle-column {
	float: left;
	margin: 0 10px;
	width: 440px;
}

/* Boxes
----------------------------------------------------------------------------------------------------*/

.side-box {
	background: #fff url(background-side-box.png) left bottom repeat-x;
	border: 1px solid #ccd6e0;
	margin-bottom: 20px;
	padding: 5px 10px 9px;
	position: relative;
}

.b-small {
	background-position: left center;
	height: 50px;
}

.b-medium {
	background-position: left center;
	
}

.b-large {
	background-position: left bottom;
	height: 222px;
}

.no-border {
	border: none;
}

.no-back {
	background: #fff;
}

.side-box h3 a {
	color: #cc3300;
	text-decoration: none;
}


/* Newsletter
----------------------------------------------------------------------------------------------------*/

#newsletter {
	background: #daeaf5 url(background-newsletter.png) top repeat-x;
	border-bottom: 1px solid #d8e3ee;
	border-top: 1px solid #d8e3ee;
	padding: 15px 20px 7px;
	width: 840px;
}

#newsletter label {
	display: none;
}

#newsletter h3,
#newsletter p,
#newsletter form,
#newsletter fieldset {
	display: inline;
}

#newsletter h3,
#newsletter p {
	float: left;
	line-height: 24px;
	margin: 0 7px 0 0;
}

#newsletter form {
	float: right;
	position: relative;
	right: -2px;
}

#newsletter #email {
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	float: left;
	height: 14px;
	margin-right: 5px;
	padding: 2px 2px 1px;
	width: 200px;
}

#newsletter #newsletterSubmit {
	background: url(subscribe.png);
	border: none;
	cursor: pointer;
	height: 27px;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	top: -2px;
	width: 72px;
}


/* Slideshow
----------------------------------------------------------------------------------------------------*/

#slideshow {
	background: #fff;
	border: 1px solid #ccd6e0;
	margin-bottom: 20px;
	padding: 4px;
	
}


/* Item Listings
----------------------------------------------------------------------------------------------------*/

.item-listing {
	border-left: 1px solid #ccd6e0;
}

.item {
	border-bottom: 1px solid #ccd6e0;
	border-right: 1px solid #ccd6e0;
	float: left;
	height: 150px;
	overflow: hidden;
	width: 145px;
}

.item a {
	background: #fff url(item-hover.png) 0 -150px no-repeat;
	display: block;
	height: 130px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 135px;
}

.item a:hover {
	background-position: left top;
}

.item img {
	margin-bottom: 2px;
}

.item span.product-title {
	display: block;
	margin-bottom: 6px;
}

.item span.price-contain {
	display: block;
}

.item span.starting-at {
	color: #666;
	font-size: .8em;
}

.item span.price {
	color: #cc0000;
	font-weight: bold;
}

/* Misc
----------------------------------------------------------------------------------------------------*/

#map {
	margin-left: -10px;
}

/* In IE8 & IE7, the title breaks to a new line
   which causes the layout to break. This fixes it. */
#vet-vipps-container h3 {
	white-space: nowrap;
}

#vet-vipps {
	display: block;
	padding-top: 5px;
	text-align: center;
}

#trusted-source {
	margin: 0;
	padding: 0;
}

#trusted-source li {
	background: none;
	margin: 0;
	padding: 0;
}

#trusted-source a {
	background: url(background-trusted-source-links.png) 0 -20px repeat-x;
	border: 1px solid #fff;
	display: block;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

#trusted-source a:hover {
	background-position: left top;
	border: 1px solid #f0c1b2;
}

.icon {
	float: left;
	margin: 3px 10px 0 0;
}

.img-center {
	display: block;
	padding: 5px 0;
	text-align: center;
}

.compounding {
	background: #fff url(compounding.jpg) left bottom no-repeat;
}

.helping-pets {
	background: #fff url(helping-pets.jpg) left bottom no-repeat;
}

.learn-more {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

.learn-more a {
	text-decoration: none;
}

.link-overlay {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -5000px;
	top: 0;
	width: 100%;
}

.side-box li {
	background: url(rsaquo.png) 0 -2px no-repeat;
	line-height: 1.2em;
	margin-bottom: 5px;
	padding-left: 15px;
}

.side-box li:last-child {
	margin-bottom: 0;
}

.side-box li a {
	text-decoration: none;
}

