/*
Catalogue styles
--------------------------
*/

	#catalogue {
		display: block;
		padding: 0px 0px 9px 0px;
		border-top: 4px solid #E6E6E6;
	}

	#catalogue #catalogueBreadcrumb {
		margin: 0px 0px 0px 0px;
	}
	
	#catalogue #catalogueBreadcrumb p {
		margin: 5px 0px 5px 12px;
		padding: 0px 0px 0px 0px;
		color: #7F7F7F;
	}

	#catalogue h1 {
		border-top: none;
		margin-bottom: 5px;
	}

/*
Catalogue listing styles
--------------------------
*/

	#catalogueList {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 15px 0px;
		background-image: url("/images/catalogue/listing_tile.gif");
		background-repeat: repeat-y;
		width: 750px;
	}

	#catalogueList dt {
		margin: 0px 0px 12px 22px;
		padding: 8px 0px 0px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
		color: #000000;
	}
	
	#jsActive #catalogueList dt.tabContentDT {
		display: none;
	}
	
	#jsActive #catalogueList dd.tabContentDD {
		display: none;
	}

	#catalogueList dd {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}

	#catalogueList dd dl {
		margin: 0px 22px 0px 22px;
		padding: 0px 0px 0px 0px;
	}

	#catalogueList dd dl dt {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 2px 2px 2px 10px;
		background-color: #207594;
		color: #ffffff;
		font-family: "Lucida Grande", Geneva, Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		line-height: 17px;
		text-transform: uppercase;
	}

	#catalogueList dd.listItem {
		border-top: 1px solid #E6E6E6;
		margin: 0px 0px 0px 0px;
		padding: 12px 1px 0px 0px;
		width: 706px;
	}

	#catalogueList dd.firstItemWithSpacing {
		border-top: none;
		margin: 0px 1px 0px 0px;
		padding: 12px 1px 0px 0px;
	}

	#catalogueList dd.firstItem {
		border-top: none;
		margin: 0px 1px 0px 0px;
		padding: 2px 1px 0px 0px;
	}

	#catalogueList dd.listItem br {
		display: none;
	}

	#catalogueList dd.listItem span.productThumbnail {
		display: block;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 11px 0px;
		width: 95px
	}

	#catalogueList dd.listItem span.productThumbnail img {
		border: 1px solid #000000;
	}

	#catalogueList dd.listItem span.productDetails {
		display: block;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 11px 0px;
		width: 600px;
		font-size: 14px;
	}

	#catalogueList dd.listItem span.productDetails span.subDetails {
		display: block;
		font-size: 11px;
		line-height: 13px;
		margin-top: 6px;
		color: #666666;
	}
	
	#catalogueList dd.listItem span.productDetails span.subDetailsPrice {
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin-top: 8px;
		color: #000000;
	}

/*
Tabbed panel styles
--------------------------
*/

	#tabNav {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url("/images/catalogue/tab_content_top.gif");
		background-position: bottom left;
		background-repeat: no-repeat;
		width: 750px;
		height: 3px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}
	
	#jsActive #tabNav.active {
		height: 25px;
	}
	
	#tabNav a {
		display: block;
		position: relative;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 25px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#tabNav #jsTab0 {
		margin: 0px 0px 0px 19px;
	}
	
	#tabNav a span.tabTitle {
		display: block;
		padding: 3px 12px 0px 12px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#tabNav a span.tabLeftEdge {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 7px;
		height: 25px;
	}
	
	#tabNav a.tabOff, #tabNav a.tabOff:visited {
		color: #ffffff;
		background-image: url("/images/catalogue/new_tabs/tab_off.gif");
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	#tabNav a.tabOff span.tabLeftEdge, #tabNav a.tabOff:visited span.tabLeftEdge {
		background-image: url("/images/catalogue/new_tabs/tab_off_left_edge.gif");
	}
	
	#tabNav a.tabOff:hover {
		color: #ffffff;
		background-image: url("/images/catalogue/new_tabs/tab_over.gif");
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	#tabNav a.tabOff:hover span.tabLeftEdge {
		background-image: url("/images/catalogue/new_tabs/tab_over_left_edge.gif");
	}
	
	#tabNav a.tabOn, #tabNav a.tabOn:visited, #tabNav a.tabOn:hover {
		background-image: url("/images/catalogue/new_tabs/tab_on.gif");
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	#tabNav a.tabOn span.tabLeftEdge, #tabNav a.tabOn:visited span.tabLeftEdge, #tabNav a.tabOn:hover span.tabLeftEdge {
		background-image: url("/images/catalogue/new_tabs/tab_on_left_edge.gif");
	}
	
	#tabPanel {
		display: block;
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 1px 0px;
		background-image: url("/images/catalogue/listing_tile.gif");
		background-repeat: repeat-y;
		width: 750px;
	}

	#tabPanel .tabPanelContent {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#jsActive #tabPanel .tabPanelContent {
		display: none;
	}
	
	#tabPanel .tabPanelContent h2 {
		margin: 0px 0px 0px 0px;
		padding: 8px 20px 2px 25px;
		border: none;
	}
	
	#jsActive #tabPanel .tabPanelContent h2 {
		display: none;
	}
	
	#tabPanel .tabPanelContent p {
		margin: 0px 0px 0px 0px;
		padding: 12px 20px 0px 25px;
	}
	
	#tabPanel .tabPanelContent ul {
		margin: 0px 0px 0px 21px;
		padding: 10px 0px 7px 0px;
	}
	#tabPanel .tabPanelContent ul li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 19px;
		background-position: 5px 5px;
	}
	
	#tabPanel .tabPanelContent .tabPanelContentRelative {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#tabPanel .tabPanelContent .tabPanelContentRelative p#logOut {
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 7px;
		right: 25px;
		font-size: 11px;
		line-height: 13px;
	}

	/* Definition List Styles (within Tabs) */
	
	#tabPanel .tabPanelContent p.listingTitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 7px;
	}

	#tabPanel .tabPanelContent dl {
		margin: 0px 25px 0px 25px;
		padding: 0px 0px 0px 0px;
	}
	
	#tabPanel .tabPanelContent dl dt {
		clear: both;
		margin: 10px 0px 0px 0px;
		padding: 3px 0px 3px 7px;
		font-weight: bold;
		background-color: #999999;
		color: #ffffff;
	}
	
	#tabPanel .tabPanelContent dl dd {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 7px 0px;
		border-top: 1px solid #E6E6E6;
	}
	
	#tabPanel .tabPanelContent dl dd.firstItem {
		border-top: none;
	}
	
	#tabPanel .tabPanelContent dl dd p {
		margin: 9px 0px 9px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#tabPanel .tabPanelContent dl dd .panelLinkButton {
		margin-top: 15px;
	}
	
	#jsActive #tabPanel .tabPanelContent dl dd .contentDetails .fullContent {
		display: none;
	}
		
	/* End Definition List Styles (within Tabs) */
	
	#tabPanelBottom {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 750px;
		height: 3px;
		background-image: url("/images/catalogue/tab_content_bottom.gif");
		background-repeat: no-repeat;
	}

	.relatedCover {
		display: inline;
		float: left;
		margin: 15px 0px 8px 27px;
		padding: 0px 0px 0px 0px;
		min-width: 110px;
		font-size: 11px;
	}
	
	.relatedCover span {
		display: block;
		width: 110px;
	}
	
	.relatedCover img {
		display: block;
		border: 1px solid #000000;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}
	
/*
Product details page styles
---------------------------
*/
	
	#productDetailsLeft {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 450px;
	}
	
	#productDetailsLeft h1 {
		border-top: none;
		margin-bottom: 5px;
	}
	
	#productDetailsLeft #productEditorial {
		margin: 0px 0px 0px 12px;
	}
	
	#productDetailsLeft #productEditorial p {
		margin: 12px 0px 12px 0px;
	}
	
	#productDetailsLeft #productEditorial #iMix {
		margin: 20px 0px 0px -12px;
	}
	
	#productDetailsLeft #productEditorial .redText {
		color: #990000;
	}
	
	#productDetailsLeft #productEditorial .blueText {
		color: #000099;
	}
	
	#productDetails {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px !important;
	}
	
	#productDetailsRight {
		float: right;
		margin: 8px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 245px;
	}
	
	.productDetailsRightTop, .productDetailsRightTopSecond {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 236px;
		height: 3px;
		background-image: url("/images/catalogue/right_panel_top.gif");
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	.productDetailsRightTopSecond {
		margin-top: 10px;
		_margin-top: 0px;
	}
	
	.productDetailsRightContent {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 8px 0px;
		width: 236px;
		background-image: url("/images/catalogue/right_panel_tile.gif");
		background-repeat: repeat-y;
	}
	
	.productDetailsRightContent p {
		margin: 0px 16px 0px 16px;
		padding: 0px 0px 0px 0px;
	}
	
	.productDetailsRightContent .productDetailsCover {
		text-align: center;
	}
	
	.productDetailsRightContent .productDetailsCover img {
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #000000;
	}
	
	.productDetailsRightContent p.productAvailability {
		margin: 8px 16px 0px 16px !important;
		padding: 0px 0px 0px 0px !important;
		font-weight: bold;
	}
	
	.productDetailsRightContent p.productAvailability strong {
		color: #000000;
	}
	
	.productDetailsRightContent p.productAvailability strong em {
		font-weight: normal !important;
		font-size: 10px !important;
		font-style: normal !important;
	}
	
	.productDetailsRightContent p.productAvailability .bigText {
		color: #000000;
		font-size: 16px;
		line-height: 20px;
	}
	
	.productDetailsRightContent p.productAvailability .greyText {
		color: #888888;
	}
	
	.productDetailsRightContent p.smallText {
		margin: -5px 16px 15px 16px !important;
	}
	
	.productDetailsRightBottom {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 236px;
		height: 3px;
		background-image: url("/images/catalogue/right_panel_bottom.gif");
		background-repeat: no-repeat;
	}


/* Notify form styles
--------------------------
*/

	#notifyForm {
		margin: 0px 0px 7px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#notifyForm p {
		margin: 0px 17px 8px 17px;
		padding: 12px 0px 0px 0px;
		font-size: 12px;
		line-height: 14px;
	}
	
	#notifyForm label {
		display: block;
		margin: 0px 17px 3px 17px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 14px;
	}
	
	#notifyForm #notifyEmail {
		float: left;
		margin: 0px 0px 0px 17px;
		padding: 2px 4px 2px 4px;
		width: 147px;
		height: 17px;
		_width: 156px;
		_height: 23px;
		border: 1px solid #7F7F7F;
		font-size: 12px;
		line-height: 15px;
		overflow: hidden;
	}
	
	#notifyForm #notifySubmitButton {
		display: block;
		float: left;
		margin: 1px 0px 0px 5px;
		width: 34px;
		height: 21px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		line-height: 21px;
		text-transform: uppercase;
	}
		
	#notifyForm #notifySubmitButton:link, #notifyForm #notifySubmitButton:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#notifyForm #notifySubmitButton:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	#notifyForm #notifySubmitButtonSimple {
		width: 34px;
		height: 21px;
	}


/* In-editorial panel */
.catalogueMoreInfo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.catalogueMoreInfo .greyBox {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e1e1e1;
	width: 260px;
}
.catalogueMoreInfo .greyBox .greyBoxContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
	color: #25749b;
}
.catalogueMoreInfo .greyBox .greyBoxContent p.buyButton a, .catalogueMoreInfo .greyBox .greyBoxContent p.buyButton a:visited {
	background-image: url("/images/common/themes/generic/panels/link_button_off_wider_grey.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.catalogueMoreInfo .greyBox .greyBoxContent p.buyButton a:hover {
	background-image: url("/images/common/themes/generic/panels/link_button_on_wider_grey.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.catalogueMoreInfo .greyBox .greyBoxContent p.buyButton {
	margin: 7px 0px 7px 0px !important;
	font-size: 12px;
	line-height: 22px;
}
.catalogueMoreInfo .greyBox .greyBoxContent p.buyButton a {
	display: block;
	padding: 0px 0px 0px 8px !important;
	width: 165px;
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.catalogueMoreInfo .greyBox .greyBoxContent p.buyButton span {
	display: block;
	padding: 0px 15px 0px 0px;
	width: 50px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	float: right;
}
.catalogueMoreInfo .addthis_toolbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;			
}
