﻿#holdingContainer 
{
	background-image:url(/calculator/img/bgCalculator.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.CopyFlow
{
	min-height:100px !important;
	height:auto !important;
	position:relative;
}

#ContentBox { margin-top:20px !important; }

#first
{
	height:30px;
}

#gender
{
	float:left;
	width:160px;
}

#error_msg
{
	padding:10px;
	color:#d00000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:4px;
	top:20px;
	border:2px solid #ccc;
	background-color:#fff;
	width:522px;
	display:none;
}

#gender_msg, .msg
{
	float:left;
	color:#444;
	font-weight:bold;
	margin-left:10px;
	background-color:#ddd;
}

.msg
{
	display:block;
	width:100%;
	margin:10px 0;
	font-size:12px;
	color:#111;
}

.msg span.enter
{
	padding-top:5px;
}

.msg span.right
{
	float:right;
}

#gender_msg span, .msg span { float:left; }

span.left, span.right 
{
	background:#ddd url(/calculator/img/box_left_bg.gif) left top no-repeat;
	width:10px;
	height:27px;
}

span.right { background:#ddd url(/calculator/img/box_right_bg.gif) right top no-repeat; }

span#info { padding:5px 10px 0 10px; }

#gender_msg span#info b
{
	color:#d00000;
	text-decoration:underline;
}

#search { margin:10px 0 0 0;}

#search label
{
	font-weight:bold;
	font-size:16px;
	color:#777;
	margin:5px 5px 0 0;
	float:left;
}

#search input.text
{
	width:250px;
	border:2px solid #ccc;
	height:20px;
	padding:3px 5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family:Helvetica,Arial,Tahoma;
	float:left;
}

#search input[type="image"]
{
	float:left;
	margin-left:20px;
}

.on
{
	border:2px solid #FFCE0C !important;
}

/* results */

.results
{
	margin:20px 0;
	padding:10px;
	background-color:#ddd;
	display:none;
}

.results table th, td
{
	padding:5px;
	border-bottom:1px solid #000;
}

.th_1st
{
	width:280px;
	padding:5px;
	font-size:16px;
}

.th_2nd, .th_3d, .th_4th, .th_5th, .td_2nd, .td_3d, .td_4th, .td_5th
{
	background-color:#fff;
	text-align:center;
}

.th_2nd, .th_3d, .th_4th, .th_5th { border-top:1px solid #000; }
td.left, th.left { border-left:1px solid #000; }

.last
{
	border-left:1px solid #000;
	border-right:1px solid #000;
}

td 
{ 
	background-color:#fff; 
	border-bottom:1px solid #000;
	font-weight:bold;
}

.td_2nd, .td_3d, .td_4th, .td_5th { color:#669933; }
.td_3d { width:100px; }
.td_5th  { width:30px; }

#gda 
{ 
	margin:10px 0; 
	font-weight:bold;
}

.red
{
	color:#d00000;
}

/* product repeater */

.server_results
{
	position:relative;
}

ul.product
{
	list-style:none;
	width:260px;
	margin-left:0;
	padding:0;
	height:200px;
	overflow:auto;
	position:absolute;
	top:20px;
	background-color:#fff;
	border:1px solid #ccc;
}

ul.product input[type="submit"]
{
	border:1px solid #000;
	background-color:#669933;
	color:#fff;
	font-size:11px;
	display:block;
	margin-top:3px;
	cursor:pointer;
}

ul.product li
{
	border-bottom:1px solid #669933;
	margin:10px 10px;
	padding:0 0 5px 0;
}

ul.product li:hover
{
	background-color:#f1f1f1;
}

/* info box */

#info_box
{
	margin: -10px 0 0 25px;
	width:245px;
}

#info_box_top
{
	width:245px;
	height:10px;
	background:transparent url(/calculator/img/textboxTop.gif) left top no-repeat;
}

#info_box_bg
{
	width:225px;
	min-height:50px;
	height:auto;
	background:transparent url(/calculator/img/textboxMiddle.gif) 1px top repeat-y;
	padding:0 10px 0 10px;
}

#info_box_bg p
{
	font-size:11px;
	margin:0;
	padding:0 0 5px 0;
}

#info_box_bottom
{
	width:245px;
	height:19px;
	background:transparent url(/calculator/img/textboxBottom.png) left top no-repeat;
}

* html #info_box_bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/calculator/img/textboxBottom.png', sizingMethod='scale');
}

.more_results
{
	margin:10px 0;
	background-color:#fff;
	border:1px solid #777;
	color:#444;
	font-weight:bold;
	padding:5px;
}

img 
	{
	border:none;
	}
