/*
 * 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: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: #fff;
	z-index: 9999;
	color:#000000;
	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{
	height:18px;
	margin:3px 5px 0 0;
	float:right;
	width: 42px;
	text-transform: uppercase;
	padding: 2px 0 0 8px;
	font-weight: bold;
	background: url(../img/bg_close.gif) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#TB_closeAjaxWindow a:link,
#TB_closeAjaxWindow a:visited,
#TB_closeAjaxWindow a:hover,
#TB_closeAjaxWindow a:focus{
	color: #218463;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 20px;
}

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

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

#TB_ajaxContent{
	clear:both;
	/* amended for ECM-6314*/padding:0 15px 0 15px;
	overflow:auto;
	text-align:left;
	/* removed for ECM-6314 background: url(../img/bg_smoothboxbottom.gif) repeat-x left bottom;*/
	/*line-height:1.4em;*/
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_ajaxContent h4{
	font-size: 1.8em;
	font-family: Tahoma, Arial;
	color: #000000;
	padding-bottom: 10px;
}

#TB_ajaxContent p{
	font-size: 1.1em;
}

#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 */
#TB_ajaxContent div.type01c div.sectionInner {
	background: none;
}

#TB_ajaxContent div.type01c div.subSection {
	background: none;
} 
body#ptCartAddress #TB_ajaxContent div.type01a div.sectionInner div.subSection, 
#TB_ajaxContent div.type01b div.sectionInner div.subSection, div.type01c 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;
}

#TB_ajaxContent div.type01a {
	/*background:transparent url(../img/bg_viewinfobottom.gif) no-repeat scroll left bottom;*/
	margin-top: 10px;

}

#TB_ajaxContent div.type01a div.sectionInner {
	/*background:transparent url(../img/bg_viewinfotop.gif) no-repeat scroll left top;*/
	
}


/* Send to a friend pop up styles */

#TB_ajaxContent div.field em {
	color: #e20808;
	font-style: normal;
}
#TB_ajaxContent div.error label {
	color:#FF0000;
	font-style:italic;
}
#TB_ajaxContent div.field {
	clear: left;
	/*color:#000000;*/
	font-size: 1.1em;
	line-height: 1.25em;
	margin: 0pt 0pt 1.25em;
	width: 350px;
}

#TB_ajaxContent br {
	display: none;
}
#TB_ajaxContent label {
	float: left;
	font-weight:normal;
	width: 11em;
}

#TB_ajaxContent div#postcodeFinder label {
	float: none;	
}

#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: -3.5em 0 0 0;	
	width: 150px;
}

#TB_ajaxContent div.instructions p {
	color: #000;
	font-size: 1.1em;
	width: 150px;
	/*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: 200px;
}

#TB_ajaxContent input.sendMail {
	float: right;
	position: absolute;
	left: 500px;
}

#TB_ajaxContent label.happyFriends {
	width: 300px;
	/*padding-left: 12em;*/
	font-weight: normal
}

#TB_ajaxContent div.section div.sectionInner {
	padding: 0px
}

#TB_ajaxContent div.section div.sectionInner div.subSection {
	margin-top:10px;
	margin-left:0px;
	margin-bottom: 0px;
	height: auto;
	/*background:transparent url(../img/bg_viewinfocontentareabottom.gif) no-repeat scroll left bottom;*/
}

#TB_ajaxContent div.section div.sectionInner div.subSection div.subSectionInner {
	/*background:transparent url(../img/bg_viewinfocontentareatop.gif) no-repeat scroll left top;*/
}


/* 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.type01c {
	background: none;
}

/*div.type01c div.sectionInner {
	padding-top: 0;
	background: none;
}*/

#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;
}

body#ptProductDetails div#sendToFriend div.section div.sectionInner div.subSection div.subSectionInner {
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom: 0px;
}

body#ptCart div#TB_window div#TB_ajaxContent div#primary {
	width: 403px;
}

body#ptCart div#TB_window div#TB_ajaxContent div#primary h3 {
	padding: 8px 0;
}

body#ptCart div#TB_window div#TB_ajaxContent div#primary p {
	padding: 5px 20px 5px 0;
}

/*** ECM-6314 ***/
div#TB_window { padding-bottom: 30px; background: #FFFFFF url(../img/bg_smoothboxbottom.gif) repeat-x left bottom; }
