./*
 * 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: #fff;*/
	z-index: 9999;
	color:#000000;
	/*border: 4px solid #f1000c;*/
	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:27px;
	margin: 5px;
	float:right;
	width: 27px;
	text-transform: uppercase;
	padding: 2px 0 0 8px;
	font-weight: bold;
}

#TB_closeAjaxWindow a:link,
#TB_closeAjaxWindow a:visited,
#TB_closeAjaxWindow a:hover,
#TB_closeAjaxWindow a:focus{
	color: #fff;
	text-decoration: none;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:27px;
}

#TB_ajaxContent h1{
	font-size: 1.4em;
}

#TB_ajaxContent{
	overflow: hidden;
	text-align:left;
}

body#ptProductDetails #TB_ajaxContent {
}	

body#ptCartAddress #TB_ajaxContent{
	text-align:left;
}
p{
	margin: 0px;
	padding: 0px;
}
#TB_ajaxContent p{
	padding: 0px;
	margin: 0px;
}

#TB_ajaxContent h4{
	font-size: 1.8em;
	font-family: Tahoma, Arial;
	color: #f1000c;
	padding-bottom: 10px;
}

#TB_ajaxContent p{
	font-size: 1.1em;
	font-weight: normal;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:9998;
}

#TB_HideSelect{
	z-index:100; /* HMY-1662 */
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#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.type01c div.sectionInner {
	/*background:transparent url(../img/bg_section01topb.gif) no-repeat scroll left top;*/
	background: none;
}
body#ptCartAddress #TB_ajaxContent div.type01a div.sectionInner div.subSection, 
body#ptCartAddress #TB_ajaxContent div.type01b div.sectionInner div.subSection, 
body#ptCartAddress #TB_ajaxContent div.type01c div.sectionInner div.subSection, 
body#ptCartAddress #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, 
body#ptCartAddress #TB_ajaxContent div.type01b div.sectionInner div.subSection div.subSectionInner, 
body#ptCartAddress #TB_ajaxContent div.type01c div.sectionInner div.subSection div.subSectionInner, 
body#ptCartAddress #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;
	height:1%;
}

div.type01a div.sectionInner div.subSection div.subSectionInner, 
div.type01b div.sectionInner div.subSection div.subSectionInner, 
div.type01c div.sectionInner div.subSection div.subSectionInner, 
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.1em;
	line-height:1.25em;
	margin:0pt 0pt 1.25em;
	width:100%;
}

/* ZlatinZ, HMY-1664: it is requested to have formating displayed for "view full details" */
/* #TB_ajaxContent br {
	display: none;
} */

#TB_ajaxContent label {
	float: left;
	font-weight:bold;
	width: 12em;
}

#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: 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 {
	border: 1px solid #A3A3A3;
    height: 100px;
    width: 500px;
    text-align: left;
    scroll-x: none;    
}

#TB_ajaxContent input.sendMail {
	float: right;
}

#TB_ajaxContent label.happyFriends {
	width: 300px;
	padding-left: 12em;
	font-weight: normal
}
#TB_title #TB_ajaxWindowTitle {
	display: none;
}
#TB_ajaxContent div#cvvInfo {
	width: 615px;
}

#TB_ajaxContent div.type01c {
	background: none;
	width: 540px;
}

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: #f00;
	margin: 0 0 10px 0;
	font-size: 1.7em;
}

#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#ptCheckoutPayment div#cvvInfo div.sectionInner{
	background: none;
	}

body#ptCheckoutPayment #TB_ajaxContent p{
	padding:0;
}

body#ptCheckoutPayment #TB_ajaxContent div.section div.sectionInner div.subSection div.subSectionInner p.error{
	margin-left:0;
}
.topLeft{
	background: url(../img/top-left.png) no-repeat top right;
	width:42px;
	height:57px;
	font-size: 0px;
}	
.topMiddle{
	background: url(../img/top-mid.png) repeat-x top left;
	height: 57px;
	font-size: 0px;
}
.topRight{
	background: url(../img/top-right.png) no-repeat top left;
	height: 57px;
	width: 42px;
	font-size: 0px;
}
.midLeft{
	background: url(../img/mid-left.png) repeat-y top right;
	width: 42px;
	height: auto;
	font-size: 0px;
}
.midMiddle{
	background: #fff;
	min-width: 500px;
}
.midRight{
	background: url(../img/mid-right.png) repeat-y top left;
	width: 42px;
	height: auto;
	font-size: 0px;
}
.bottomLeft{
	background: url(../img/bottom-left.png) no-repeat top right; 
	width: 42px;
	height: 57px;
	font-size: 0px;
}
.bottomMiddle{
	background: url(../img/bottom-mid.png) repeat-x top left;
	width: 42px;
	height: 57px;
	font-size: 0px;
}
.bottomRight{
	background: url(../img/bottom-right.png) no-repeat top left;
	width: 42px;
	height: 57px;
	font-size: 0px;
}
/***************************
start giftMsg Box
***************************/
.giftMsgHeader{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    width: 650px;
    color: #666666;
}
.giftMsgfooter{
	width: 630px;
}
.giftMsgfooterSection1{
	float: left;
	font-family: Tahoma,Geneva,sans-serif;	
    font-size: 14px;
    width: 435px;
    padding-top: 10px;
    padding-left: 10px;
    color: #666666;
    text-align: center;
}
.giftMsgfooterSection2{
	float: right;
	width: 158px;
}
.giftMsgContent{
	align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.giftMsgContent input{
	width: 650px;	
	text-align: left;
    vertical-align: top;
    height: 50px;
}
/***************************
end giftMsg Box
***************************/
/*************************
start vouchers box
**************************/
.checkBalancePosition
{
	width: 100%;
	text-align: right;
}
.imgCenter
{
	width: 100%;
	text-align: center;
}
#TB_window div.imgCenter img
{
	display: inline;
}
/*************************
start vouchers box
**************************/
