/**
* @author    SW - Javelin Group
* @version   1.0
* @media     screen
*
* @info      Reset, core layout, default settings for various elements  
*
* @contents
* =1: Reset
* =2: Global classes
* =3: Layout
*	=3.1: Core
*	=3.2: Microsites
* =4: Tables
* =5: Forms
* =6: Modal overlay window
* =7: Tooltips
* =8: Site messaging
*	=8.1: Errors
*	=8.2: Non Js and cookie messaging
* =9: Js degradation
* =10: Not found
* =11: Loading containers
*/


/**
* =1: Reset
*
* @info: Reset settings on all elements to ensure consistent rendering in all browsers
*/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, input, select, textarea, 
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

/**
* =2: Classes
*/
.access {
	position: absolute;
	left: -999em;
	top: -999em;
}
.clear-after:after, #footer:after, #main:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}
.clear { 
	clear: both;
	height: 1px;
}
.discount { color: #d00; }
.warning  { color: #c60; }
.divider {margin: 0px 5px; }/* Sets divider margin in breadcrumbs and general navigation */
.value { width: auto; }
.hidden { display: none; }
.left { float: left; display: inline;}
.right { float: right; display: inline;}
.bold { font-weight: bold; }
/**
* =3: Layout
*/

/**
* =3.1: Core layout
*/
body { background-color: #fff; }
#container { 
	margin: 0px auto; 
	width: 985px;
}
#masthead {
	width: 985px;
	position: relative;
	padding-top: 10px;
	float: left;
	z-index: 500;
}
#main {
	clear: both;
	margin: auto;
	width: 985px;
	padding-top: 45px;
	position: relative;
	top: 0;
	left: 0;
}
.pt_storefront #main { padding-top: 20px; }
#topcontent {
	float: left;
	width: 985px;
}
#leftcolumn {
	float: left;
	width: 189px;
}
#rightcolumn {
	float: right;
	width: 190px;
}
#content {
	float: right;
	width: 786px;
}
.pt_content #content,
.pt_promotion #content { 
	width: auto; 
	float: none;
} 
#generic_content { float: none; }
#widecontent { clear: left; }

/**
* =3.2: Microsite layout
*
* @info: Any changes to microsites are contained within microsite.css for each brand
*		 Content area shrinks if product merchandising is present
*/
.micrositecontentsmall {
	float: left;
	width: 587px;
}


/**
* =4: Tables	
*/
table { 
	border-collapse: collapse;
	border-spacing: 0;
}


/**
* =5: Forms
*/
.requiredcaption {
	padding: 0 40px 10px 10px;
	width: 420px;
	font-size: 0.9em;
	color: #666;
	text-align: right;
}
.requiredcaption span { color: #ff0000; }
.profile .requiredcaption,
.addressform .requiredcaption,
.competitionsform .requiredcaption,
.giftregistryaddress .requiredcaption { /* floated right adjacent to h2 */
	clear: none;
	float: right;
	padding-right: 0;
	width: auto;
}
.addressform .requiredcaption,
.competitionsform .requiredcaption { padding-right: 10px; }
form .formtall fieldset {
	clear: left;
	margin-bottom: 10px;
	float: left;
}
form fieldset { width: 470px; }
form .fieldsetBorder {
	padding-top: 6px;
	background: url(../images/backgrounds/bg-form-fieldset-top-x470.png) left top no-repeat;
}
form .smallFieldset { float: left; }
form fieldset div {
	float: left;
	padding-top: 5px;
	width: 468px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
form .fieldsetBtm {
	padding-top: 0;
	padding-bottom: 6px; 
	border: 0;
	width: 470px;
	background: url(../images/backgrounds/bg-form-fieldset-bottom-x470.png) left bottom no-repeat;
}
form fieldset div div div { border: none; }
form .submitButtons {
	padding: 17px 0 10px !important;
	width: 470px;
	background: url(../images/backgrounds/bg-form-fieldset-bottom-x470.png) left top no-repeat;
}
form .pageactionbuttons, .pageactionbuttonscentre {
	clear: both;
	float: left;
	width: 965px;	
	padding: 10px 10px 0;
}
.pageactionbuttonscentre { width: 765px; }
form p, form li {
	clear: both;
	float: left;
	padding: 0 36px 7px;
	width: 396px;
}
form .intro {
	padding: 0 0 10px;
	width: 470px;
}
form li {
	padding: 0 0 7px;
	list-style: none;
}
form .submitButtons p {
	padding: 0;
	width: 470px; 
}
form p.fieldsetprompt { 
	padding: 0 0 7px 0; 
	width: 470px;
}
form label {
	float: left;
	margin: 6px 5px 0 0;
	text-align: right;
	width: 136px;
}
form label span { color: #ff0000; }
form .caption {
	display: block;
	margin-left: 142px;
	color: #666;
	font-size: 0.9em;
}
form .whatsthis { float: right; }
form .whatsthis a { text-decoration: underline; }
form .textinput, form .textinputpw, select, form .selectboxlong {
	margin-top: 3px;
	padding: 2px;
	width: 245px;
	border: 1px solid #969696;
}
form textarea {
	font-size: 1em;
	padding: 2px;
	border: 1px solid #969696;
}
form .selectbox, .selectbox { width: 250px; }
/*form .selectboxmed { width: 250px; }*/
form .selectboxlong { width: 390px; }
form .small {
	margin-right: 3px;
	width: 65px;
}
form select.small { width: 70px; }

form select.month { width: 95px; }
form .tiny { width: 45px; }
form .medium { width: 125px; }
form .password { width: 150px; }
form .auto { width: auto; }
form .postcode { width: 80px; }

form .checkinput {
	float: left;
	margin: 7px 5px 0 135px;
}
form .checkboxInput label {
	width: 230px;
	text-align: left;
	margin-right: 0;
}
input.disabled {/*from default.css*/ 
	background: #e1e1e1; 
	cursor: default;
}


/* Non js forms - remove inehrited styles */
.nonJsForm p, .nonJsForm li {
	float: none;
	clear: none;
	padding: 0;
	width: auto;		
}
.nonJsForm label {
	float: none;
	margin: auto;
	text-align: left;
	width: auto;
}

.formfooter {
	float: left;
	margin: 10px 40px 0;
	padding: 5px 0 10px 10px;
	width: 378px;
}
.formfooter li { width: 378px; }
.formfooter input { margin-left: 0; }
.formfooter label,
.formfooter .checkboxInput label { 
	width: 350px; 
	margin-right: 0;
	text-align: left;
}
.formfooter span, .newsletterform .checkboxInput span {
	clear: both;
	display: block;
	padding-top: 2px;
	width: 360px;
	font-size: 0.9em;
	color: #666;
}
form span.requiredindicator {
	clear: none;
	display: inline;
	padding: 0;
	width: auto;
	color: #f00;
}
form label a, .forgotpassword a, .formfooter span a, .note a {
	text-decoration: underline;
	cursor: pointer;
}
form .primarybutton,
form fieldset#addresssearch .secondarybutton { float: right; }
.formleft, .formtall {
	float: left;
	padding-left: 10px;
	width: 470px;
}
.formright {
	float: right;
	padding-right: 10px;
	width: 470px;
}
.formtall { padding-left: 0; }
.formleft ul.intro, .formright ul.intro {
	margin-left: 15px; 
	line-height: 1.5em; 
	padding-bottom: 10px;
}


/**
* =6: Modal overlay window 
*/
.ui-dialog {
	padding: 10px 10px 0;
	border: 2px solid #666;
	background-image: url(../images/backgrounds/bg-widget-overlay-top.png);
	background-repeat: repeat-x;
	background-position: left top; 
}
.ui-widget-header {
	border: 0;
	background: none;
}
.ui-dialog .ui-dialog-titlebar {
	margin-bottom: 20px;
	padding-bottom: 10px;
} 
.ui-dialog .ui-dialog-title {
	font-size: 1.5em;
	text-transform: lowercase;
	padding-right: 70px;
}
.ui-dialog-titlebar-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	border: 0;
}
.ui-dialog h2 {
	padding-bottom: 5px;
	text-transform: none;
}
.ui-dialog form { clear: both; }
.ui-dialog form p .textbox {
	margin: 5px 0;
	width: 246px;
	height: 6em;
	border: 1px solid #999;
}
.ui-dialog form .caption { display: block; }
.ui-dialog form .primarybuttonright, 
.ui-dialog .confirmationcontainer .primarybuttonright { float: right; }

/* This fixes the default jQuery tabbing to the first tabbable element in the dialog */
.ui-dialog .dialogtitle { position: relative; }
.ui-dialog .dialogtabanchor { 
	position: absolute;
	left: -1000px;
	top: 0;
}

/**
* =7: jQuery Tooltips
*/
a.tooltip { text-decoration: underline; }
#tooltip {
	opacity: 1;
	width: 250px;
	padding: 0 0 7px;
	background: transparent url(../images/backgrounds/bg-tooltip-btm.png) bottom left no-repeat;
	position: absolute;
	z-index: 3000;
}
#tooltip .tooltipcontainer { 
	color: #fff;
	width: 203px;
	padding: 15px 15px 8px 32px;
	background: url(../images/backgrounds/bg-tooltip-top.png) top left no-repeat;
}


/**
* =8: Site messaging
*/

/**
* =8.1: Errors
*/
.error	{ color: #f00; }
.errorheader {
	background-color: #fff0f0; 
	padding: 10px;
	color: #f00;
	border: 1px solid #fed4d4;
	margin: 0 10px 10px;
}
.errorheader h2 { padding-bottom: 5px; }
.errorheader h2 .icon {
	font-size: 3em;
	line-height: .75em;
	float: left;
	margin: 0 20px 0 10px;
	color: #f00;
}
.errorheader p { padding-bottom: 0; }
.errormessage {
	display: block;
	color: #f00 !important;
}
.errormessage a { text-decoration: underline; }
form .errormessage { margin-left: 141px; }
form .formfooter .errormessage {
	font-size: 1em;
	margin-left: 0px;
}
form .checkboxerror {
	margin: 0;
	padding: 0;
	width: auto;	
}


/**
* =8.2: Non Javascript and cookie messaging	
*/
.disabledcontainer {
	padding: 10px 0 10px 10px;
	margin: 0;
	float: left;
	clear: both;
	width: 975px;
}
.disabledmessage {
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 10px 15px 60px;
	width: 915px;
	float: left;
	background: url(../images/icons/icon-exclam-large.png) center left no-repeat;
}
.disabledmessage p {
	float: left;
	padding-bottom: 0;
}


/**
* =9: Javascript degredation
*/
*.nojs { display: none !important; }


/**
* =10: Page not found (404)
*/
#notfoundheader { padding: 0 0 20px 10px; }


/**
* =11: Loading containers
*/
.loading {
	display: block;
	margin-top: 25px;
	padding: 0px;
	text-align: center; 
	width: 100%;
}
.productloader {
	display: block;
	/*margin: 25px 215px;*/
	margin: 25px 0;
	padding: 25px 0px;
	text-align: center;
	/*width: 350px;*/
}
.lastvisited {
	float: left;
	display: inline;
	margin: 0px 0 25px 0;
	padding: 0px 13px;
	background: #fff;
	border: 1px solid #ddd;
}
#pdpMainQV .productthumbnails {
	position: absolute;
	top: 62px;
	left: 10px;
}
