﻿/* GLOBAL */

body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}

a {
	color: #08688d;
}

img {
	border: 0px;
}

p {
	margin: 1em 0px 1em 0px;
	padding: 0px;
}



/* Master page Template
================================================= */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #c1dae8 url(/images/brands/itsmycase/gradientBack.gif) 50% 0 repeat-y;
}
/* plain background for blank.master */
body.plain {
	background: none;
}
#outercontainer{
	background: transparent url(/images/brands/itsmycase/squaredBack.png) 0 0 repeat;
	min-height:100%;
	height:auto;
	width:900px;
	margin: 0 auto;
	position:relative;
	text-align:left;
}
* html #outercontainer {
	height:100%;
	width:900px;
	background: transparent url(/images/brands/itsmycase/squaredBack.png) 0 0 repeat;
}
/* Top Banner */
.topBanner {
	width: 900px;
	height: 75px;
}
#topLogo {
	padding: 23px 0 0 26px;
}

.topBar {
	background: url(/images/brands/itsmycase/barBack.png);
	width: 900px;
	height: 28px;
}

.topBar div {
	padding: 4px 0px 0px 25px;
	font-size: 16px;
	color: #eeeeee;
}

.topLogin {
	text-align: right;
	position: absolute;
	top: 10px;
	width: 340px;
	left: 550px;
	font-size: 12px;
}
.topLogin a { 
	text-decoration: none;
}
.topLogin a:hover { 
	text-decoration: underline;
}
.topCart {
	text-align: right;
	position: absolute;
	top: 50px;
	width: 340px;
	left: 550px;
	font-size: 12px;
}
.topCart a { 
	text-decoration: none;
	vertical-align: middle;
}
.topCart a:hover { 
	text-decoration: underline;
}
.topCart a:hover img { 
	text-decoration: none;
}
#mainPage {
	/*margin-top: 7px;*/
	width: 900px;
}

#menu {
	display: none;
}


/* Page Content Area */

#pageContent {
	margin: 10px 25px 5px 25px;
}
.fullWidthPage {
	margin: -10px -25px -5px -25px;
}
/* Footer */


#footerbar {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:24px;
	color: #eeeeee;
	background: #0b81a8;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	}

#clearfooter{clear:both;height:24px;width:100%}



#footerbar a, 
#footerbar a:link, 
#footerbar a:visited {
	color: #ffffff;
	text-decoration: none;
	}
#footerbar a:hover, 
#footerbar a:active {
	color: #ccccff;
	text-decoration: none;
	}
	 
/* END - Master page Template
	================================================= */

.clearfix {
	height: 0px;
	clear: both;	
}
.clear {
	clear: both;	
}




.bookEdge {
	background-repeat:repeat-y;
	background-image: url(../images/general/spiralbind.jpg);
	width: 40px;
}

/* MODAL POPUP */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:20px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* BUTTONS */

.btn .btnText {
	font-size: 16px;
}
.btn .btnSubText {
	font-size: 10px;
}

.btnS .btnText {
	font-size: 12px;
	vertical-align: middle;
}
.btnSubText {
	font-size: 9px;
}

.btn_underline .btnText {
	/* Using background image as IE doesn't like 
	background-image:  url("../../images/global/pixBlue.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

.button {
		
}


/* HEADINGS */

H1 {
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	/*margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;*/
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	/* color: #444444; */
}

H2 {
	font-size: 18px;
	font-weight: normal;	
	/* color: #473d31; */
}


smartH1 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #d1242a;
}

.longHeader {
	width: 100%;
	background: url('../../images/itrak/interface/tile-footer1.gif') repeat-x;
	height:24px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
.longSubHeader {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	font-weight: bold;
}

.lostItem {
	margin: 5px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #606060;
	background-color: #f6f6f6;
}

.lostItemHeader {
	background-color: #bbbbbb;
}

/* FORMATTING */

.hr {
	width: 100%;
	height: 2px;
	border: 0;
	background-color: #858585;
	margin: 15px 0px 15px 0px;
}

.noWrap {
	white-space:nowrap;
}

.errorText {
	color: #ff0000;
	font-weight: bold;
}

.link {
	cursor: pointer;
}
.link:hover {
	cursor: pointer;
}

.noUnderline {
	text-decoration: none;
}

.hidden {
	display: none;
}

.smallText {
	font-size:10px;
}
.smallPrint {
	font-size: 9px;
}

.tPad5 {
	padding: 5px 0px 0px 0px;
}
/*
ol li {
	padding: 5px 0px 0px 5px;	
}*/

.center {
	text-align: center;	
}
.pDiv {
	margin: 1em 0px 1em 0px;
	padding: 0px;
}

/* TABLES */

td.pageWidthLimit {
	width: 800px;	
}

.gridTable .gridHeader td {
	padding: 5px;
	background-image:  url("../../images/global/pixBlue.gif");/* url("images/Wizard/wizBckgrnd.gif"); url("images/global/pixBlue.gif");*/
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	/*border-bottom: 2px solid #ff0000;*/
}

.gridTable .gridItem td {
	padding: 5px;
	background-color: #d0d0e0;
	background-image:  url("../../images/global/pixBlue_dotted.gif");/* url("images/Wizard/wizBckgrnd.gif"); url("images/global/pixBlue.gif");*/
	background-repeat: repeat-x;
	background-position: bottom;
}
.gridTable .gridAltItem td {
	padding: 5px;
	background-image:  url("../../images/global/pixBlue_dotted.gif");/* url("images/Wizard/wizBckgrnd.gif"); url("images/global/pixBlue.gif");*/
	background-repeat: repeat-x;
	background-position: bottom;
}

/* FORMS */

.requiredText {
	color: #ff0000;
}

.blank tr td {
	color: Green;
	background-image: none;
	background-color: Transparent;
}

.textbox {
	width: 150px;
	font-size: 11px;
}
.dropdown {
	font-size: 11px;
}

.loginTextbox {
	/*font-size: 11px;*/
}


/* Homepage
================================================= */


ul.homeBullets {
	color: #0b81a8; 
	font-size:14px;
	margin-left: 12px; 
	padding-left: 1em;
	margin-bottom: 7px;
}
ul.homeBullets li {
	padding: 0 0 8px 0;
	font-weight: bold;
	
}

.availableTable tr td {
	padding-top: 4px;	
}

/* SHOP 
================================================ */

/* Product Grid */
.prodGridTable { vertical-align: top; width: 225px; }
.prodGridItem { padding: 0px 0px 20px 8px; text-align:left;}
.prodGridItem .prodImg { border: 1px solid #DDDDDD; }
.prodGridItem a:hover img.prodImg { border: 1px solid #222222; }
.prodGridItem .prodName { padding: 2px 0px 0px 0px; }
.prodGridItem .prodName a, .prodName a * { font-weight: normal; font-family:Arial; font-size:12px;}
.prodGridItem .prodName a:hover, .prodName a:hover * { text-decoration: underline;}
.prodGridItem .prodPrice {padding: 6px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:13px;}
.prodGridItem .prodDiscountedPrice {padding: 6px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:13px; color: #ff0000;}
.prodGridItem .prodNormalPrice {padding: 6px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:13px; text-decoration: line-through; color: #666666;}
.prodGridItem .prodAdd {padding: 0px 20px 0px 10px;}
.prodGridItem .prodQty {font-weight: normal; font-family:Arial; font-size:10px;}

/* Product Details */
.prodDetailItem * { vertical-align: top;}
.prodDetailItem .prodImg { border: 1px solid #DDDDDD; }
.prodDetailItem .prodDetailGap { width: 16px; height:1px; }
.prodDetailItem .prodName, .prodDetailItem .prodName * { font-weight: bold; font-family:Arial; font-size:14px; color: #222222;}
.prodDetailItem .prodDesc { padding: 14px 0px 0px 0px; }
.prodDetailItem .prodPrice { padding: 6px 0px 0px 0px; }
.prodDetailItem .normalPrice { padding: 6px 0px 0px 0px; text-decoration: line-through;}
.prodDetailItem .discountedPrice { padding: 6px 0px 0px 0px; color: #ff0000;}
.prodDetailItem .prodDelivery { padding: 6px 0px 0px 0px; }
.prodDetailItem .prodQty { padding: 16px 0px 0px 0px; }
.prodDetailItem .prodQtyTB { font-weight: normal; font-family:Arial; font-size:10px;}
.prodDetailItem .prodInfoDeliveryCharges { padding: 5px 0px 5px 0px; }
.prodDetailItem .prodAdd { margin: 5px 0px 0px 0px; }
.prodDetailItem .prodDeliveryFree { color: #ff0000; }

.prodImgThumbsContainer {width: 250px; margin: 6px 0px 0px 0px;}
.prodImgThumbsTable { border: 0; padding: 0px; border-spacing:0px; margin:0px;}
.prodImgThumbsTd {padding: 5px;}
.prodImgThumbs {border: 1px solid #DDDDDD; }

.prodDetailGridSeparator {color: #AAAAAA; background-color: #AAAAAA; height: 1px; border: 1px; margin: 20px 0px 20px 0px;}


.inlineSubProductTable {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}
.inlineSubProductTable .inlineSubProduct td {
	/*border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;*/
	padding: 8px 5px;
	/*margin: -1px 0px 0px 0px;*/
	width: 100%;
}
.inlineSubProductTable .inlineSubProductAlt td{
	background-color: #f0f0f0;
	padding: 8px 5px;
	width: 100%;
}
.inlineSubProduct .inlineOption, .inlineSubProductAlt .inlineOption {
	padding: 0px 5px 0px 0px;
	/*display: inline;
	float: left;*/
}
.inlineSubProduct .inlineSelectOption, .inlineSubProductAlt .inlineSelectOption {
	padding: 0px 5px 0px 0px;
	padding: 5;
	white-space: nowrap;
}
.inlineSubProduct .inlineSelectOption select, .inlineSubProductAlt .inlineSelectOption select {
	font-size: 100%;
	/*float: left;*/
}
.inlineSubProduct .inlinePrice, .inlineSubProductAlt .inlinePrice {
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
}

.inlineSubProduct .inlineAdd, .inlineSubProductAlt .inlineAdd {
	font-size: 100%;
	text-align: right;
	padding: 0px 5px 0px 0px;
	/*display: block;*/
	width: 100%;
	white-space: nowrap;
}

.inlineSubProduct .inlineAdd select, .inlineSubProductAlt .inlineAdd select {
	font-size: 100%;
}

.prodMoreOptions {
	/*text-align: center;*/
	/*padding: 5px;*/
	margin: 5px 0px 5px 0px;
	/*border: 2px #ff2222 solid;*/
}


/* Product Grid Small */
.prodGridTableSmall { vertical-align: top; width: 140px;}
.prodGridItemSmall { padding: 0px 0px 20px 8px; text-align:left;}
.prodGridItemSmall .prodImg { border: 1px solid #DDDDDD; }
.prodGridItemSmall a:hover img.prodImg { border: 1px solid #222222; }
.prodGridItemSmall .prodName { padding: 2px 0px 0px 0px; }
.prodGridItemSmall .prodName b, .prodGridItemSmall .prodName a, .prodName a * { font-weight: normal; font-family:Arial; font-size:11px;}
.prodGridItemSmall .prodName a:hover, .prodName a:hover * { text-decoration: underline;}
.prodGridItemSmall .prodPrice {padding: 3px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:11px; color: #666666;}
.prodGridItemSmall .prodDiscountedPrice {padding: 3px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:11px; color: #ff2222;}
.prodGridItemSmall .prodNormalPrice {padding: 3px 0px 0px 0px; font-weight: normal; font-family:Arial; font-size:11px; color: #666666; text-decoration: line-through;}
.prodGridItemSmall .prodQtyAdd {padding: 4px 0px 0px 0px;}
.prodGridItemSmall .prodQty {font-weight: normal; font-family:Arial; font-size:10px;}


/* Breadcrumbs */
.productInfoCrumbs {
	font-size: 11px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 14px 0px;
	border-color: #aaaaaa;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}
.shopProductSelectCrumbs {
	font-size: 11px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 14px 0px;
	border-color: #aaaaaa;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}
.categoryHeader {
	margin: 0px 0px 10px 8px;
}

/* shopProductSelect */
.shopProductSelectContent {
	width: 675px;
	padding: 0px;
	margin: 0px;	
}

/* Reg Offers */
.regRenewOfferTable { border: 0; padding: 0px; border-spacing:0px; margin:0px; 
	background-image: url("../../images/promotions/regOffer/grey_tile.jpg"); 
	background-repeat: repeat-x; vertical-align: top; text-align: left;}

.regRenewOfferLeftTD   {padding: 0px; margin: 0px; vertical-align: top;}
.regRenewOfferMiddleTD {padding: 0px; margin: 0px; vertical-align: middle;}
.regRenewOfferRightTD  {width:154px; vertical-align: top; padding: 12px 10px 10px 10px;} /* 154px;}*/
.regRenewOfferExtendFor {font-size: 14px; font-weight: bold; margin: 0px 0px 2px 0px;}
a.regOfferBox {width: 135px; color: #000000; background-image: url("../../images/promotions/regOffer/150_150_steel_grad_background.jpg"); background-position: center center; border: 2px dashed #111111; display: block; margin: 6px 0px 8px 5px; padding: 5px 4px 5px 4px; text-decoration: none;}
a.regOfferBox_hover {width: 135px; color: #ffffff; background-color: #666666; border: 2px dashed #111111; display: block; margin: 6px 0px 5px 5px; padding: 5px 4px 5px 4px; text-decoration: none;}
a.regOfferBox:hover {border: 2px dashed #111111; color: #000000;  background-image: url("../../images/promotions/regOffer/150_150_green_grad_background.jpg"); background-position: center center; }

.regOfferLine {text-align: center; /*color: #ffffff;*/ padding: 0px 5px 5px 0px; font-weight: bold; font-size: 12px;}
.regOfferSaving {color: #D82425; text-align: center; font-weight: bold;}

.regOfferTitleArea { margin: 0px 0px 10px 0px}

.regOfferPrice{
}
.regOfferNormalPrice {
	color: #666666;
	text-decoration: line-through;
}
.regOfferDiscountedPrice {
	color: #ff0000;
}

/* Renewal Offers */
.renewalOfferYearsOptions * {text-align: left; vertical-align: top;}
.renewalOfferYearsOptions .RenewYearsOptionAdd {padding: 0px 0px 0px 25px;}

/* Renewal Page Offers */
.renewCodesOffers a {
	margin: 11px 5px 13px 10px;
	float: left;
}

/* Delivery Charges Explained */
.deliveryChargesTable {
	border-collapse: collapse;
}
.deliveryChargesTable th {
	white-space: nowrap;
}
.deliveryChargesTable th, .deliveryChargesTable td {
	text-align: left;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

/* Checkout Address */
.checkoutAddressTable {
	width: 550px;	
}
.checkoutAddressDetails, .checkoutAddressPDetails {
	vertical-align: top;
	padding: 0px 35px 0px 0px;
}
.checkoutAddressLogin {
	padding: 0px 0px 0px 35px;
	vertical-align: top;
	border-left: 1px solid #aaaaaa;
}
.checkoutCopyBilling {
	padding: 0px 0px 15px 0px;
}

/* Checkout */

.checkoutBasketItemsPanel table {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.checkoutDispatchBreakdownPanel table {
	width: 100%;
}
.checkoutTotals {
	margin: 5px 0px 15px 0px;
}

.dispatchGroupHeader {
	display: block;
	color: #ffffff;
	background-color: #0B81A8;
	height:24px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 3px 3px 3px;
	margin: -1px 0px 0px 0px;
}
.dispatchGroup {
	border: 1px solid #0B81A8;
	margin: 0px 0px 10px 0px;
	width: 100%;
	padding: 0px;
}
.dispatchGroup table {
	width: 100%;
}
.dispatchGroupContents {
	padding: 5px;
}
.dispatchGroupPandP {
	margin: 0px 0px 0px 0px;
}
.dispatchGroupPandP select {
	font-size: 100%;
}
.totalOrderValue {
	padding: 10px 0px 10px 0px;
}
.totalOrderValueCost {
	font-weight: bold;
}
.CheckoutAddressDetails {
	width: 100%;
}
.CheckoutAddressDetails tr td {
	padding: 0px 10px 10px 0px;
	width: 50%;
}

.checkoutNoDeliveryNotice {
	font-style: italic;
	margin: 5px 0px 10px 0px;
}


/* ITINERARY
================================================ */

.itinDate {
	width: 100%;
	background: url('../../images/itrak/interface/tile-footer1.gif') repeat-x;
	height:22px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.itinEventType {
	text-align: center;
}
.itinDateTable {
	margin: 15px 0px 0px 0px;
	width: 100%;	
}

.itinEventTable {
	width: 100%;
}

.itinEventDetails {
	padding: 2px 2px 2px 15px;	
}

.itinEventTable .itinEvent {
	padding: 5px;
	background-color: #ffffff;
	background-image:  url("../../images/global/pixBlue_dotted.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.itinEventTable .itinEventAlt {
	padding: 5px;
	background-color: #f0f0f0;
	background-image:  url("../../images/global/pixBlue_dotted.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.itinEventViewToDepartGap {
	height: 10px;
}


.itinEventInnerTable {
	width: 100%;
}

.itinEventViewNotes {
	margin: 0px 10px 0px 0px;
	width: 400px;
	border: 1px solid #888888;
	padding: 5px;
}
.itinEventViewNotesTitle {
	margin: 20px 10px 0px 0px;
	position: relative;
	font-size: 12px;
}

.itinEventDetailsEditDeleteBtns {
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.itineraryEventAccommodation .AccomName, .itineraryEventAccommodation .AccomTel {
	padding: 0px 0px 10px 0px;
}

.itineraryEventOther .OtherType {
	font-weight: bold;
}
.itineraryEventOther .OtherType,
.itineraryEventOther .OtherRef,
.itineraryEventOther .OtherTel,
.itineraryEventOther .OtherTo {
	padding: 0px 0px 10px 0px;
}

.ItineraryPrintViewOption {
	text-align: right;	
	padding: 10px 10px 0px 10px;
}

.itineraryViewTagsTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.itineraryViewItineraryTitle {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.itineraryTagListID {
	/*color: #00C000;*/
	font-weight: bold;
}
.itineraryTagListDescription {
	/*color: #00C000;	*/
}
.itineraryTags {
	margin: 10px 0px 5px 0px;
	border: 1px solid #888888;
	padding: 5px;
}

/*******
 * Faq
*/

.faq {
}
.faqHeadBar {
	cursor: pointer;
	/*background: #c2c2c2 url(/images/itrak/interface/gradBack1.gif) 0 0 repeat-x;*/
	/*height: 24px;*/
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	font-size: 14px;
}
.faqHeading {
	background: transparent url(/images/brands/itsmycase/faq_tog_close.gif) 3px 0px no-repeat;
	/*background: transparent url(/images/itrak/interface/bullet3.gif) 3px 0px no-repeat; */
	padding-left: 25px;
	padding-bottom: 8px;
}
.faqSelected .faqHeading {
	background: transparent url(/images/brands/itsmycase/faq_tog_open.gif) 3px 0px no-repeat;
	/*background: transparent url(/images/itrak/interface/bullet4.gif) 0px 3px no-repeat;*/
}

.faqContent {
	padding: 3px 0px 5px 5px;
	display: none;
}
.faqSelected .faqContent {
	display: block;
}
.faqContent p {
	margin-top: 0em;
}
.faqContent li {
	margin-top: 5px;
}