﻿/****************************************************************************
	Free Dog Toy Promotion - /WagWorld/Free-Dog-Toy/
*****************************************************************************/

#free-dog-toy #promo {
	background: url(../i/promotions/toy/primary_bg.jpg) left bottom no-repeat #b3d5f1;
	border: 2px solid #6c9d42;
	margin:0 0 0 12px;
	width: 935px;
	padding-bottom: 16px;
}

#free-dog-toy #promo-sidebar 
{
	background: url(../i/promotions/toy/sidebar_bg.jpg) left top no-repeat  transparent;
	float: left;
	display: inline;
	margin: 16px 0 0 16px;
	padding: 16px;
	width: 205px;
	height: 417px;
	position: relative;
	color: #FFF;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#free-dog-toy #promo-sidebar .inner
{
	position: absolute;
	font-size: 12px;
	bottom: 8px;
	line-height: normal;
	margin: 0 0 0 -7px;
}

#free-dog-toy #promo-sidebar .inner .small
{	
	line-height: normal;
	font-size: 9px;
	padding: 5px 5px 0 0;
	color: #404040;
}

#free-dog-toy #promo-sidebar .inner .small .large
{
	font-weight: bold;
	font-size: 18px;
}

#free-dog-toy #promo-sidebar .promo-rules
{
	font-size: 11px;
	line-height: 1.4em;
	position: absolute;
	top: 0;
	left: 0;	
	padding: 10px;
	color: #000;
	background-color: #FFF;
	height: 428px;
	width: 217px;
	display: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#free-dog-toy #promo-sidebar .promo-rules h6
{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

#free-dog-toy #promo-sidebar .promo-rules .promo-rules-close
{
	position: absolute;
	bottom: 15px;
}

#free-dog-toy #promo-content {
	float: left;
	width: 681px;
}

#free-dog-toy #promo-content .body-copy
{
	text-align: center;
	width: 485px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

#free-dog-toy #promo-content .promo-call-to-action
{
	text-align: center;
	width: 450px;
	margin-left: 20px;
	letter-spacing: .03em;
	margin-top: 10px;
	font-weight: bold;
}

#free-dog-toy #promo-content .promo-action
{
	margin-bottom: 160px; /* Pushes graphics below text */
	width: 450px;
	margin-left: 20px;
	margin-top: 10px;
}

#free-dog-toy #promo-content .promo-head
{
	background: url(../i/promotions/toy/promo_head.gif) center bottom no-repeat transparent;
	height: 150px;
	margin: 0;
	padding: 0;
	width: 495px;
}

#free-dog-toy #promo-content .join
{
	text-indent: -999em;
	overflow: hidden;
	background: url(../i/promotions/toy/btn_join.gif) left top no-repeat transparent;
	background-position:left top;
	display: inline;
	float: left;
	width: 163px;
	height: 36px;
	margin: 0 0 0 65px;
}

#free-dog-toy #promo-content .join:hover
{
	background-position:left bototm !important;
}


#free-dog-toy #promo-content .login
{
	text-indent: -999em;
	overflow: hidden;
	background: url(../i/promotions/toy/btn_login.gif) left top no-repeat transparent;
	background-position:left top;
	display: block;
	float: left;
	width: 131px;
	height: 15px;
	margin: 10px 0 0 0;
}

#free-dog-toy #promo-content .login:hover
{
	background-position:left bototm !important;
}
#free-dog-toy #promo-content span
{
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 12px;
}


/* logged in search form */
#promo-content #promo-search-field
{
	background-color: #9ac2e7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 360px;
	margin-left: 77px;
	padding: 5px;
}

#promo-content #promo-search-field div
{
	background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px;
	height: 22px;
	overflow: hidden;	
}

#promo-content .search-call-to-action
{
	font-weight: bold;
	width: 480px;
	text-align: center;
	margin: 10px 0 0 20px;
	color: #2948ac;
	font-size: 14px;
	letter-spacing: -.01em;
}

#promo-content #promo-search-field h6
{
	font-size: 14px;
	font-weight: bold;
	color: #2948ac;
	line-height:normal;
	padding:0 0 3px;
}

#promo-content #promo-search-field .target-address
{
	border: none;
	outline: none;
	width: 290px;
	height: 22px;
	line-height: 22px !important;
	font-size: 11px;
	padding: 2px;
	color: #858282;
	display: inline;
	float: left;
}

#promo-content #promo-search-field .submit-address
{
	display: inline;
	float: right;
}

/****************************************************************************
	Dream Dog Park Overlay - Promotion
*****************************************************************************/

div#search-dreamdogpark{ display: block; }

div#search-dreamdogpark-frame {
	background: #FFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
	display: block;
	height: 371px;
	margin:0 auto;
	padding: 2px;
	position: relative;
	top: 92px;
	width: 888px;
	z-index: 500;
}

div#search-dreamdogpark-frame a.close-promo-btn {
	background: url(../i/promotions/dream-dog-park/tout-dreamdogpark-overlay-close.png) no-repeat;
	display: block;
	height: 22px;
	position: absolute;
	right: 6px;
	top: 7px;
	width: 82px;
}

div#search-dreamdogpark-panel {
	background: url(../i/promotions/dream-dog-park/tout-dreamdogpark-overlaybg.jpg) no-repeat;
	height: 371px;
	position: relative;
	width: 888px;
}

div#search-dreamdogpark-panel .rules{
    color:#fff;
    font: bold 14px Helvetica,Verdana,Tahoma,sans-serif;
    text-transform:uppercase;
    position:absolute;
    bottom:28px;
    left:475px;
}

div#search-dreamdogpark-panel .learnMore{
    position:absolute;
    bottom:20px;
    left:735px;
}
