/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	
}

#TB_secondLine {
	
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:9997;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 9999;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent h1{
	font-size: 1.4em;
}

#TB_ajaxContent{
	clear:both;
	padding:10px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	margin-bottom:10px;
	/*line-height:1.4em;*/
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:9998;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* Send to a friend pop up styles */

#TB_ajaxContent h4 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.143em;
	margin:1.143em 0pt;
	padding:0pt;
	text-transform:uppercase;
	border-bottom:1px solid #333333;
	color:#003366;
}

#TB_ajaxContent div.field em {
	color: #ff0000;
	font-style: normal;
}

#TB_ajaxContent div.field {
	clear:left;
	font-size:1.1em;
	line-height:1.25em;
	margin:0pt 0pt 1.25em;
	width:400px;
}

#TB_ajaxContent br {
	display: none;
}
#TB_ajaxContent label {
	float: left;
	color: #333333;
	font-weight:bold;
	width: 12em;
	font-size: 1.1em;
}

#TB_ajaxContent input.text {
	width: 18.5em;
}
#TB_ajaxContent input.text.error {
	border: 1px solid #ff0000;
}
#TB_ajaxContent select {
	font-size: 1em;
	width: 18.7em;
	max-width: 325px;
}
#TB_ajaxContent div.instructions {
	float: right;
	margin: -1.5em 0 0 0;
	padding-right: 5px;
	width: 150px;
}

#TB_ajaxContent div.instructions p {
	color: #000;
	font-size: 1.1em;
	/*margin:0;*/
}
#TB_ajaxContent div.instructions p.zeroMarginBottom {
	margin-bottom:0;
}
#TB_ajaxContent div.instructions p span.requiredFieldsStar {
	color: #f00;
}
#TB_ajaxContent div.instructions p.field {
	color: #000;
}
#TB_ajaxContent div.instructions p.field em.required {
	color: #e20808;
	font-style: normal;
}

#TB_ajaxContent div.instructions ul {
	/*margin: 1.25em 0;*/
	margin:0;
	line-height: 1.25em;
	font-size: 1.1em;
	list-style: none;
}
#TB_ajaxContent div.instructions ul li {
	background: url(../img/bullet_006.gif)  0 5px no-repeat;
	padding: 0 0 5px 10px;
}

#TB_ajaxContent div.instructions a:link, #TB_ajaxContent div.instructions em {
	color: #e20808;
	font-style: normal;
}

#TB_ajaxContent div.instructions a:link, #TB_ajaxContent div.instructions a:visited {
	text-decoration: none;
	color: #FF0000;
}
#TB_ajaxContent div.instructions a:hover {
	text-decoration: underline;
}

#TB_ajaxContent textarea {
	width: 250px;
}

#TB_ajaxContent input.sendMail {
	float: right;
}

#TB_ajaxContent label.happyFriends {
	width: 300px;
	padding-left: 12em;
	font-weight: normal
}


/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

body#ptProductDetails #TB_ajaxContent  div.sizing {
	background:transparent;
}
