/*
 * 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 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: #fff;
	z-index: 9999;
	color:#000000;
	text-align:left;
}

#TB_window.toyFinder {
	background: transparent;
	border: none;
}

#TB_window.toyFinder #TB_closeAjaxWindow {
	display: none;	
}

#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_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:21px;
	background: url(../img/bg_smoothboxtitleHeader.gif) no-repeat left top;
}

#TB_ajaxContent h1{
	font-size: 1.4em;
}

#TB_ajaxContent{
	clear:both;
	padding:0 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	float:left;
	background: url(../img/bg_smoothboxtitleFooter.gif) no-repeat left top;
	/*line-height:1.4em;*/
}

#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
}

#TB_ajaxContent h4{
	font-size: 1.8em;
	font-family: Tahoma, Arial;
	color: #50851E;
	padding-bottom: 10px;
}

#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;
	visibility: visible ! important;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

/* temp postcode finder styles */


body#ptCartAddress #TB_ajaxContent div.type01a div.sectionInner div.subSection, 
/*div.type01c div.sectionInner div.subSection div.subSectionInner*/
#TB_ajaxContent div.type01b div.sectionInner div.subSection,
#TB_ajaxContent div.type01d div.sectionInner div.subSection {
	/*background:#FFFFFF none repeat scroll 0% 50%;
	padding:2px 2px 15px;*/
	background: none;
}

body#ptCartAddress #TB_ajaxContent div.type01a div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01b div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01c div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01d div.sectionInner div.subSection div.subSectionInner {
	/*background:transparent url(../img/bg_section01contentareatop.gif) repeat-x scroll left top;
	position:relative;*/
	background: none;
}


#TB_ajaxContent div.type01a div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01b div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01c div.sectionInner div.subSection div.subSectionInner, 
#TB_ajaxContent div.type01d div.sectionInner div.subSection div.subSectionInner {
	background: none;
}

/* Send to a friend pop up styles */

#TB_ajaxContent div.field em {
	color: #e20808;
	font-style: normal;
}

#TB_ajaxContent div.field {
	clear:left;
	color:#000000;
	font-size:1.2em;
	line-height:1.25em;
	margin:0pt 0pt 1.25em;
	width:400px;
}

#TB_ajaxContent br {
	display: none;
}
#TB_ajaxContent label {
	float: left;
	font-weight:bold;
	width: 12em;
}

#TB_ajaxContent div#postcodeFinder label {
	float: none;
	font-size: 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: 410px;
}
#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;
	margin-right: -30px;
}

#TB_ajaxContent label.happyFriends {
	width: 300px;
	padding-left: 11em;
	font-weight: normal
}


/* What is CVV Code styles

#TB_ajaxContent div#whatIsCVVText {
	float: left;
	width: 360px;
}

#TB_ajaxContent div#whatIsCVVText h4 {
	color: #f00;
	margin: 0 0 10px 0;
	font-size: 1.7em;
}

#TB_ajaxContent div#whatIsCVVText p {
	margin-bottom: 10px;

}

#TB_ajaxContent div#whatIsCVV input {
	clear: right;
	float: right;
	margin: 0 0 8px 0;
}

#TB_ajaxContent div#whatIsCVV img {
	float: right;
	border: none;
}


div#whatIsCVV {
	position:absolute;
	top: -1000em;
}*/


/* What is CVV Code styles */

#TB_title #TB_ajaxWindowTitle {
	display: none;
}
#TB_ajaxContent div#cvvInfo {
	width: 615px;
}

#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner {
	padding: 0px;
	background: none;
}

#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner div.col1 {
	float: left;
	width: 360px;
}
#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner div.col2 {
	width: 220px;
	float: right;
}

#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner h4 {
	color: #218463;
	margin: 0 0 10px 0;
	font-size: 1.7em;
}

#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner h5 {
	font-size:1.1em;
	font-weight:bold;
	margin-top:10px;
}

#TB_ajaxContent div#cvvInfo div.sectionInner div.subSection div.subSectionInner p {
	margin-bottom: 10px;
}

#TB_window img {
	margin: 5px 0 0 5px;
	border: none;
}


/*********************************Check out Address Popup*****************/

#TB_window {
	
}
	


#TB_window #TB_ajaxContent {
	background: #fff;
	clear:both;
	float:left;
	padding:0 15px 15px 15px;
	overflow:hidden;
	text-align:left;
}
body#ptCheckoutdispatchoptions div#TB_window  div#TB_ajaxContent{
	overflow-y: auto;
}
body#ptCheckoutdispatchoptions div#TB_window  div#TB_ajaxContent ul li {
	background:transparent url(../img/bg_arrow006.gif) no-repeat left 4px;
	color: #333333;
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 10px;	
}

div#TB_window #TB_ajaxContent {
	background: #fff;
	clear:both;
	float:left;
	/*margin-bottom:16px;*/
	padding:0 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	/*overflow: auto;*/
}


#TB_title {
	 background-image:none;
	 background-color:#8E9400;
	 border-bottom:1px solid #F17213;
	 height:32px;
	 margin-bottom: 20px;
}
#TB_closeAjaxWindow a {
	background:transparent url(../img/buttons/viewBasketBtn.jpg) no-repeat scroll center center;
	color:#FFFFFF;
	display:inline;
	float:right;
	font-size:1.1em;
	height:19px;
	margin:5px 5px 0 0;
	padding-top:4px;
	text-align:center;
	width:80px;
}
/*
body#ptCart div#TB_window div#TB_ajaxContent div.sectionInner div.subSection {
	padding: 5px 8px;
}

body#ptCart div#TB_window div#TB_ajaxContent div.sectionInner div.subSection p.note {
	color:#50851E;
	font-family:"Bookman Old Style","Arial","Helvetica";
	font-size:1.2em;
	font-weight:bold;
	margin:0pt;
	padding:0pt 0pt 4px 3px;
}
*/
/*********************************End of Check out Address Popup*****************/



