/* --------------------------------------------------------------------------
 * PhatDeals Screen Stylesheet
 * 
 * Copyright (c) 2009 PhatDeals.  All Rights Reserved.
 * Copyright protection claimed includes all forms and matters of
 * copyrightable materials and information now allowed by statutory or
 * judicial law or hereinafter granted.
 * -------------------------------------------------------------------------- */

div#pd_body_zip {
	position: relative;
	z-index: 300;
	height: 124px;
	width: 900px;
	margin: 50px auto 0 auto;
	background: url(/images/pd_body_zip.png) no-repeat;
}

div#pd_body_zip_text {
	float: left;
	width: auto;
	margin: 0 5px 0 132px;
	font-weight: bold;
	font-size: 23px;
	line-height: 124px;
}

form#pd_body_zip_input_form {
	float: left;
	height: 30px; /* Height = 124px - 16px padding - 78px margin */
	width: 347px; /* Width = 367px - 20px padding */
	padding: 8px 10px;
	margin: 39px 0px;
	background: url(/images/pd_body_zip_input.png) no-repeat;
}

input#pd_body_zip_input {
	height: 30px;
	width: 310px; /* Width = 317px - 7px margin */
	padding: 0px;
	margin: 0 7px 0 0;
	border: none;
	font-size: 23px;
	color: #839180;
	background: none;
}

input#pd_body_zip_button {
	float: right;
	height: 26px; /* Height = 30px - 4px margin */
	width: 26px; /* Width = 30px - 4px margin */
	/* margin: 2px; // Bugfix - Search button on Chrome, Safari */
	margin: 2px 0;
	cursor: pointer;
	border: none;
	background: url(/images/pd_body_zip_button.png) no-repeat;
}

div#pd_body_tabbedpane {
	position: relative;
	top: -3px;
	z-index: 100;
	width: 860px;
	margin: 0 auto;
}

div#pd_body_tabbedpane_content {
	display: none;
	height: 248px; /* Height = 250px - 2px border */
	width: 858px; /* Width = 860px - 2px border */
	border: 1px solid #bed3bc;
	background: #ffffff;
}

div.pd_body_tabbedpane_content_pane {
	display: none;
}

div.pd_body_tabbedpane_content_info {
	float: right;
	height: 210px;
	width: 390px;
	margin: 15px 20px 19px 19px;
}

div.pd_body_tabbedpane_content_image {
	float: left;
	height: 210px;
	width: 390px;
	margin: 15px 19px 19px 20px;
}

div.pd_body_tabbedpane_content_title {
	margin: 10px 0 20px 0;
	font-weight: bold;
	font-size: 24px;
	color: #829180;
}

div.pd_body_tabbedpane_content_description {
	height: 130px;
	font-size: 16px;
	color: #323232;
}

div.pd_body_tabbedpane_content_link {
	height: 24px;
	width: 390px;
	font-size: 14px;
}

div.pd_body_tabbedpane_content_link a:link,
div.pd_body_tabbedpane_content_link a:visited {
	display: block;
	height: 24px;
	width: 390px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #829180;
	background: url(/images/pd_body_tabbedpane_link.png) no-repeat;
}

div.pd_body_tabbedpane_content_link a:hover {
	background: url(/images/pd_body_tabbedpane_link_hv.png) no-repeat;
}

div#pd_body_tabbedpane_tabs {
	position: relative;
	top: -1px;
	z-index: 100;
	height: 31px;
	width: 860px;
	margin: 0 13px;
}

div.pd_body_tabbedpane_tab {
	float: left;
	height: 31px;
	width: 272px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	background: url(/images/pd_body_tabbedpane_tab.png) no-repeat;
}

div.pd_body_tabbedpane_tab a:link,
div.pd_body_tabbedpane_tab a:visited {
	display: block;
	height: 31px;
	width: 272px;	
	color: #829180;
	text-decoration: none;
	font-weight: bold;
}