@charset "utf-8";
/* Duplicate the following BODY style in wysiwyg.css
 * Remove the text-align: center; attribute before
 * copying to wysiwyg.css */
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #101634;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 950px;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* Red Border */
	/*
border-left: 3px solid #F80000;
	border-right: 3px solid #F80000;
*/
	/* Light Blue Border */
	border-left: 3px solid #5F97CF;
	border-right: 3px solid #5F97CF;

}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
a:link { 
	color: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
h6 { /* Used for white titles in blue sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
}
p, ul ,ol {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
/* ******* End wysiwyg.css shared styles ******* */

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: right;
}
/*input, select {
	margin: 5px 0 0 0;
	width: 135px;
}*/
select#Country, select#StateAU, select#StateUS {
	width: 140px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}



/* [ Header ] */
.oneColFixCtrHdr #headerAnon {
	background: #FFF;
	padding: 0;
	margin: 0 13px 10px 13px !important;
	margin: 0 13px 5px 13px;
	width: 930px;
	height: 237px;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0;
	margin: 0 13px 10px 13px !important;
	margin: 0 13px 5px 13px;
	width: 930px;
	height: 267px;
}
#header-top {
	width: 930px;
	height: 29px;
	padding: 0;
	margin: 0;
}
#header-top p {
	margin: 0;
	padding: 0;
	line-height: 29px;
	text-align: right;
	vertical-align: middle;
}
#header-banner {
	width: 930px;
	height: 137px;
	padding: 0;
	margin: 0;
}
#header-banner img {
	border: none;
	margin: 0;
}

/* Navigation menu links */
#nav-menu {
	width: 930px;
	height: 33px;
	padding: 0;
	margin: 0;
	/*background-image: url(navmenu-bg.gif);*/
	background-repeat: repeat-x;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	/*background: white;*/
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: auto;
	line-height: 33px;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
	/*padding: 0 1.2em;*/
	/*background: url(navmenu-divider.gif) center right no-repeat;*/
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
}
#nav li:hover {
	background: #5F97CF;
	color: #FFF;
}

/* Login area */
#loginstripAnon {
	width: 930px;
	height: 38px;
	margin: 0;
	padding: 0;
	/*background-image: url(loginstrip-bg.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEE;
}
#loginstrip {
	width: 930px;
	height: 68px;
	margin: 0;
	padding: 0;
	/*background-image: url(loginstrip-bg.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEE;
}


/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	width: 950px;
	margin: 0 3px;
	padding: 0;
	background: #FFF;
}

#leftSidebar {
	float: left;
	width: 185px;
	padding: 0;
	margin: 0 10px !important;
	margin: 0 10px 0 5px;
	background-color: #FFF;
}

/* Sidebar Panel Styles */

/* General Styles */
.panelParagraph {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.panelParagraph a {
	font-size: 11px;
	color: #FD7209;
	font-weight: normal;
	text-decoration: underline;
}
.panelParagraph a:visited {
	font-size: 11px;
	color: #FD7209;
	font-weight: normal;
	text-decoration: underline;
}
.panelParagraph a:hover {
	font-size: 11px;
	color: #FD7209;
	font-weight: normal;
	text-decoration: underline;
}
.panelSearch { /* Search SELECT elements for Release Date and Advanced Search */
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 165px;
	height: 20px;
	border: 1px solid #7F9DB9;
	background-color: #F2F4F4;
	margin: 0;
	padding: 1px;
}
.panelSearchSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 165px;
	height: 20px;
	border: 1px solid #F00;
	background-color: #F2F4F4;
	margin: 0;
	padding: 1px;
}
.panelSearchLocked { /* Search SELECT elements for Release Date and Advanced Search */
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	width: 165px;
	height: 20px;
	border: 1px solid #FD7209;
	background-color: #DDD;
	margin: 0;
	padding: 1px;
}
.panelSearchSelectedLocked {
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	width: 165px;
	height: 20px;
	border: 1px solid #FD7209;
	background-color: #DDD;
	margin: 0;
	padding: 1px;
}
.panelSearchButton { /* Search submit buttons */
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 47px;
	height: 18px;
	background-color: #CCC;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.panelResetButton { /* Search reset buttons */
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 47px;
	height: 18px;
	background-color: #CCC;
	border: none;
	/*background-image: url(button-reset.gif);*/
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}


/* Dark Blue style */
.bluePanel_Top {
	width: 185px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.bluePanel_Top h6 { /* Used for white titles in blue sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
}

/* New Releases Panel */
.bluePanel_NewReleases_Wrapper {
	width: 165px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	text-align: right;
}
.bluePanel_NewReleases_Wrapper p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.bluePanel_NewReleases_Wrapper #newReleaseSearchSubmit { /* Search submit button */
	margin: 8px 0 0 0;
}
.bluePanel_NewReleases_Footer {
	width: 185px;
	height: 5px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
/* Advanced Search Panel */
.bluePanel_AdvancedSearch_Wrapper {
	width: 165px;
	padding: 5px 10px 10px 10px;
	margin: 0;
	background-color: #FFF;
	text-align: right;
}
.bluePanel_AdvancedSearch_Wrapper #loadingDivWrapper {
	width: 165px;
	height: 5px;
	margin: 0;
	padding: 0;
}
.bluePanel_AdvancedSearch_Wrapper #loadingDivWrapper img {
	float: left;
	width: 1px;
	height: 10px;
	margin: 0;
	padding: 0;
}
.bluePanel_AdvancedSearch_Wrapper #loadingDiv {
	float:left;
	width: 164px;
	height: 10px;
	margin: 0;
	padding: 0;
}
.bluePanel_AdvancedSearch_Wrapper #loadingDiv img {
	width: 164px;
	height: 5px;
	border: none;
}

#subCategoryWrapper {
	background-color: #EEE;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 5px;
}
#subCategoryWrapper h5 {
	margin: 0;
	padding: 0;
}
#subLoadingDivWrapper {
	width: 165px;
	height: 5px;
	margin: 0;
	padding: 0;
}
#subLoadingDivWrapper img {
	float: left;
	width: 1px;
	height: 8px;
	margin: 0;
	padding: 0;
}
#subLoadingDiv {
	float:left;
	width: 164px;
	height: 8px;
	margin: 0;
	padding: 0;
}
#subLoadingDiv img {
	width: 164px;
	height: 5px;
	border: none;
}


.bluePanel_AdvancedSearch_Wrapper label {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.bluePanel_AdvancedSearch_Wrapper select {
	margin: 0 0 5px 0;
}
.bluePanel_AdvancedSearch_Wrapper #AdvancedSearchSubmit { /* Advanced Search submit button */
	margin: 3px 0 0 0;
}
.bluePanel_AdvancedSearch_Wrapper #AdvancedSearchReset { /* Advanced Search reset button */
	margin: 3px 0 0 0;
}
.bluePanel_AdvancedSearch_Footer {
	width: 185px;
	height: 5px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
/* Quick Find Panel */
.bluePanel_QuickFind_Wrapper {
	width: 165px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	text-align: center;
}
.bluePanel_QuickFind_Wrapper #searchRadioWrapper {
	padding: 10px 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #6D8FAF;
}
.bluePanel_QuickFind_Wrapper #searchRadioWrapper input {
	float: left;
	padding: 0;
	margin: 0 5px 0 20px;
}
.bluePanel_QuickFind_Wrapper #searchRadioWrapper label {
	float: left;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.bluePanel_QuickFind_Wrapper #searchRadioWrapper input#quickSearchRadioTitleAndDesc {
	margin-bottom: 12px;
}

.bluePanel_QuickFind_Wrapper p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.bluePanel_QuickFind_Wrapper .simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 108px;
	height: 12px;
	border: none;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #7F9DB9;
}
.bluePanel_QuickFind_Wrapper .simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 108px;
	height: 12px;
	border: none;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}
.bluePanel_AdvancedSearch_Wrapper #newReleaseSearchSubmit { /* Search submit button */
	margin: 0;
}
.bluePanel_QuickFind_Footer {
	width: 185px;
	height: 5px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}

/* Grey style */
.greyPanel_Top {
	width: 185px;
	height: 26px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.greyPanel_Top h6 { /* Used for grey/black titles in grey sidebar panels */
	display: inline;
	float: left;
	width: 135px;
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #1A1D21;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
}
.greyPanel_Top h6 a {
	font-size: 12px;
	color: #1A1D21;
	font-weight: bold;
	text-decoration: none;
}
.greyPanel_Top h6 a:hover {
	text-decoration: underline;
}

.greyPanel_Top p { /* Used for grey/black titles in grey sidebar panels */
	display: inline;
	float: right;
	width: 35px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #1A1D21;
	font-weight: normal;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
	text-align: right;
}
.greyPanel_Top p a {
	color: #1A1D21;
	font-weight: normal;
	text-decoration: none;
}
.greyPanel_Top p a:hover {
	text-decoration: underline;
}

/* Generic White Panel */
.greyPanel_Wrapper {
	width: 165px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
}
.greyPanel_Footer {
	width: 185px;
	height: 5px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
/* Shipment Status Panel */
.greyPanel_Shipment_Wrapper {
	width: 185px;
	height: 73px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.greyPanel_Shipment_Wrapper p {
	padding: 53px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
}
.greyPanel_Shipment_Wrapper p a {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.greyPanel_Shipment_Wrapper p a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
/* Weekly Email Panel */
.greyPanel_WeeklyEmail_Wrapper {
	width: 185px;
	height: 73px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.greyPanel_WeeklyEmail_Wrapper p {
	padding: 53px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.greyPanel_WeeklyEmail_Wrapper p a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.greyPanel_WeeklyEmail_Wrapper p a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
/* FAQs Panel */
.greyPanel_FAQ_Wrapper {
	width: 185px;
	height: 73px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.greyPanel_FAQ_Wrapper p {
	padding: 53px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.greyPanel_FAQ_Wrapper p a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.greyPanel_FAQ_Wrapper p a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
/* Celebrity Corner Panel */
.greyPanel_CelebCorner_Wrapper {
	width: 185px;
	height: 73px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.greyPanel_CelebCorner_Wrapper p {
	padding: 53px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.greyPanel_CelebCorner_Wrapper p a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.greyPanel_CelebCorner_Wrapper p a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
/* Competitions Panel */
.greyPanel_Competitions_Wrapper {
	width: 165px;
	height: 73px;
	padding: 0 10px;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
.greyPanel_Competitions_Wrapper p {
	padding: 53px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	text-align: right;
}
.greyPanel_Competitions_Wrapper p a {
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.greyPanel_Competitions_Wrapper p a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

/* News and Reviews Panel */
#newsSummaryWrapper { }
ul#newsSummaryWrapper {
	width: 165px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#newsSummaryWrapper li {
	width: 165px;
	height: 63px;
	padding: 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #999;
}
ul#newsSummaryWrapper li#newsSummaryLastItem {
	border-bottom: none;
}
ul#newsSummaryWrapper li img {
	float: left;
	width: 33px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: none;
}
p.newsSummaryItem {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	text-decoration: none;
}
p.newsSummaryItem a {
	font-size: 11px;
	color:#FD7209;
	font-weight: normal;
	text-decoration: underline;
}
p.newsSummaryItem a:visited {
	font-size: 11px;
	color:#FD7209;
	font-weight: normal;
	text-decoration: underline;
}
p.newsSummaryItem a:hover {
	font-size: 11px;
	color:#FD7209;
	font-weight: normal;
	text-decoration: underline;
}


/* Store Hours Panel */
ul#storeHours {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
ul#storeHours li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
ul#storeHours li.storehoursDay {
	width: 35px;
	font-weight: bold;
	color: #333;
}
/* Location Panel */
#locationPanelText {
	float: left;
	width: 85px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#locationPanelMap {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#locationPanelMap img {
	border: none;
}

p#locationPanelGoogleLink {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
p#locationPanelGoogleLink a {
	font-size: 11px;
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}
p#locationPanelGoogleLink a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}


/* Custom Panels styles */
.customPanel_Top {
	width: 185px;
	height: 26px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.customPanel_Top h6 { /* Used for grey/black titles in custom panels */
	display: inline;
	float: left;
	width: 135px;
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #1A1D21;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
}
.customPanel_Top h6 a {
	font-size: 12px;
	color: #1A1D21;
	font-weight: bold;
	text-decoration: none;
}
.customPanel_Top h6 a:hover {
	text-decoration: underline;
}

.customPanel_Top p { /* Used for "view" link in custom panels */
	display: inline;
	float: right;
	width: 35px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #1A1D21;
	font-weight: normal;
	text-decoration: none;
	line-height: 26px;
	vertical-align: middle;
	text-align: right;
}
.customPanel_Top p a {
	color: #1A1D21;
	font-weight: normal;
	text-decoration: none;
}
.customPanel_Top p a:hover {
	text-decoration: underline;
}
.customPanel_Wrapper {
	width: 185px;
	height: 73px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
}
#customPageText {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#customPageTextPL {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #EEE;
}

#mainContent {
	float: left;
	width: 735px;
	margin: 0;
	padding: 0;
}
#subContent {
	float: left;
	width: 735px;
	margin: 0 0 15px 0;
	padding: 0;
}
#contentLeft {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}
#rightSideBar {
	float: right;
	width: 185px;
	padding: 0;
	margin: 0;
}


/* [ Footer ] */
.oneColFixCtrHdr #footer {
	width: 940px;
	height: 80px;
	margin: 0 0 0 3px;
	padding: 0;
	background: #FFF;
}
#footer-left {
	display: inline;
	float: left;
	width: 675px;
	margin: 20px 0 0 10px;
	padding: 0;
}
#footer-left p {
	margin: 3px 0;
	padding: 0;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#footer-left p a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#footer-left p a:hover {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
#footer-right {
	display: inline;
	float: right;
	width: 231px;
	height: 23px;
	margin: 29px 10px 0 0;
	padding: 0;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */

#cartsummaryText {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#cartsummaryText a {
	font-size: 12px;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 12px;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryLinks {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#cartsummaryLinks a {
	font-size: 11px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: underline;
}
#cartsummaryLinks a:hover {
	font-size: 11px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: underline;
}

/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 0;
	padding: 5px;
	border: 1px solid #7F9DB9;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 5px 0;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #5F97CF;
	text-decoration: none;
}
.FullCartValue {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.removeCart {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
#fullCartFooterBlock {
	margin: 10px 0 0 0;
	padding: 0;
}
#saveCartWrapper {
	float: left;
	width: 300px;
}
#saveCartWrapper label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 75px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
#saveCartWrapper input {
	float: left;
	margin: 0 5px 0 0;
}
#saveCartWrapper #SaveCart {
	float: left;
}
#fullCartButtonsWrapper {
	float: right;
	width: 300px;
	text-align: right;
}
#fullCartButtonsWrapper input {
	vertical-align: middle;
	margin: 0 0 0 3px;
	padding: 0;
}


#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}


/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 540px;
	margin: 5px 0 10px 0;
	padding:  0 0 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	/*height: 18px;*/
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#pagerPrevious a {}
#pagerPrevious a:hover {}

#pagerPageSelectWrapper {
	float: right;
	margin:0;
	padding: 0;
}
#pagerPageNumbersWrapper {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
#pagerNext {
	float: left;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_crumb_list ] */

#categoryListWrapper { /* Overall category list wrapper */
	margin: 0;
	padding: 0;
}

/* change the following to override default styles */
#categoryListWrapper h2 { }
#categoryListWrapper p { }
#categoryListWrapper a:link { }
#categoryListWrapper a:visited { }
#categoryListWrapper a:hover { }
#categoryListWrapper a:active { }

.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #1D4263;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #1D4263;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}


#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorySubLI {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin: 0;
}
.categorySubLI a {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #676767;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 5px 0 0;
}

.searchText {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: none;
}
.crumbsSearchLabel {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding: 0;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: left;
	width: 130px;
	height: 340px;
	margin: 0 5px 10px 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}
#productList li .lastProductItem {
	margin-right: 0;
}
/*#productList li:hover {
	border: 1px solid #ED1B24;
}*/
.productListThumbnail {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 152px;
	text-align: center;
}
.productListThumbnail a img {
	margin: 0;
	border: none;
}
.productListDetails {
	width: 130px;
}
/*#productListDetails p {
	margin: 0;
	padding: 0;
}*/
.productListTitle {
	display: block;
	height: 80px;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.productListTitle a {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.productListTitle a:visited {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.productListTitle a:hover {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: underline;
	text-align: center;
}
/*.productListText {
	display: block;
	height: 75px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}*/

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	width: 130px;
	text-align: center;
	
}
.productListPriceBlock {
	width: 130px;
	height: 40px;
}
.productListPrice {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productListPriceRRP {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 24px;
	height: 16px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 24px;
	height: 16px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.productListAddToCart {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 67px;
	height: 22px;
	background-color: #1B8E9B;
	border: none;
	background-image: url(addtocart-grey.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding-top: 10px;
}
#productDetailInfo {
	margin: 0;
	padding: 0;
	width: 540px;
	height: 60px;
}
#productDetailTitleCode {
	float: left;
	width: 340px;
}
#productDetailInfo h1.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}
.productDetailCode {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}

.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}
.productDetailText a {
	text-decoration: none;
}
.productDetailText a:hover {
	text-decoration: underline;
}

#productDetailPriceOptions { /* Price drop-down menu if  product has options */
	float: left;
	width: 200px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#productDetailPriceWrapper { /* Standard price display ie. No options */
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.productDetailPrice {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
}
.productDetailPriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: right;
}
#productDetailDescription {
	float: left;
	width: 325px;
	margin: 0 10px 0 0;
	padding: 0;
}

#productDetailSummary {
	padding: 0;
	margin: 20px 0 0 0;
}
#productDetailSummary h3 { /* Product Detail Summary Label */
	float: left;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#productDetailSummary h2, #productDetailSummary p { /* Product Detail Summary Value (p is for the NA value) */
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 205px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img {
	margin: 0;
	padding: 0;
	width: 205px;
	border: none;
}

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}
.productDetailImageEnlarge {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.productDetailImageEnlarge a {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.productDetailImageEnlarge a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper { }

#productDetailAddonsWrapper h6 { /* modify default h6 style */
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-top: 1px solid #EEE;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.productDetailAddon {
	float: left;
	width: 130px;
	height: 210px;
	margin: 0 22px 10px 22px;
	padding: 0;
	border-bottom: 1px solid #EEE;
}
.productDetailAddonThumbnail {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 152px;
	text-align: center;
}
.productDetailAddonThumbnail a img {
	margin: 0;
	border: none;
}
.productDetailAddonTitle {
	display: block;
	height: 45px;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonTitle a {
	font-size: 13px;
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonTitle a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #4C4F54;
	text-decoration: underline;
	text-align: center;
}

.productDetailAddonPriceWrapper {
	width: 130px;
	height: 30px;
}
.productDetailAddonPrice {
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailAddonCartStock {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #CCC;*/
}

select#productcodeSelect { /* Product Price Dropdown menu */
	width: 150px;
}
#productListWrapper select#productcodeSelect { /* Product Price Dropdown menu */
	width: 130px;
	margin: 5px 0 0 0;
}
#productDetailWrapper input#AddToCartSubmit {
	margin: 0 0 0 5px;
}

#productDetailCartButton {
	float: right;
	/*width: 200px;*/
	text-align: right;
	margin-top: 10px;
}
#productDetailEnquiryButton {
	float: left;
	/*width: 110px;*/
	margin-top: 10px;
}
#productDetailFavouriteButton {
	float: left;
	/*width: 125px;*/
	margin-top: 10px;
}
input#AddToFavourites {
	margin: 0 0 0 5px;
	/*width: 115px;*/
}
input#AddToWishList {
	margin: 0 0 0 5px;
	/*width: 115px;*/
}
input#MoreInfo {
	margin: 0;
	padding: 0;
	/*width: 105px;*/
}
input#RequestInfo {
	margin: 0;
	/*width: 67px;*/
}


.OutOfStockMessage {
	font-size: 10px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 30px;
}

.enquiryButton {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 67px;
	height: 22px;
	background-color: #999;
	border: none;
	background-image: url(button-enquiry.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.addtofavouritesButton {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	height: 22px;
	background-color: #999;
	border: none;
	background-image: url(button-addtofavourites.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.addtowishlistButton {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	height: 22px;
	background-color: #999;
	border: none;
	background-image: url(button-addtowishlist.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.addtoshoppingcartButton {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 120px;
	height: 22px;
	background-color: #999;
	border: none;
	background-image: url(button-addtoshoppingcart.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 0;
}


/* [ Featured Products ] */

.featuredProductsWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding: 0;
	margin: 0;
}
.featuredProductsWrapper h1 {
	padding: 0 0 0 8px;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	vertical-align: middle;
}
.featuredProductsWrapper_1 {
	background-image: url(featured-bg-orange.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.featuredProductsWrapper_2 {
	background-image: url(featured-bg-green.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.featuredProductsWrapper_3 {
	background-image: url(featured-bg-blue.gif);
	background-position: top;
	background-repeat: no-repeat;
}
ul.featuredProductList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featuredProductList li {
	float: left;
	width: 130px;
	height: 340px;
	margin: 0 5px 0 0;
	padding: 0;
	/*border-bottom: 1px solid #EEE;*/
}
.featuredProductList li .lastProductItem {
	margin-right: 0;
}
.featuredProductListThumbnail {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 152px;
	text-align: center;
}
.featuredProductListThumbnail a img {
	margin: 0;
	border: none;
}
.featuredProductListDetails {
	width: 130px;
}
.featuredProductListTitle {
	display: block;
	height: 80px;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.featuredProductListTitle a {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.featuredProductListTitle a:visited {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: none;
	text-align: center;
}
.featuredProductListTitle a:hover {
	font-weight: bold;
	color: #4C4F54;
	text-decoration: underline;
	text-align: center;
}

.featuredProductListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	width: 130px;
	text-align: center;
	
}
.featuredProductListPriceBlock {
	width: 130px;
	height: 40px;
}
.featuredProductListPrice_1 { /* Orange */
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #FF6E07;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.featuredProductListPrice_2 { /* Green */
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #75A80F;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.featuredProductListPrice_3 { /* Blue */
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #49B2D7;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.featuredProductListPriceRRP {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
/*.featuredProductListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 24px;
	height: 12px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.featuredProductListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 24px;
	height: 12px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}*/
.featuredCartButton_1 { /* Orange */
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 67px;
	height: 22px;
	background-color: #FF6E07;
	border: none;
	background-image: url(addtocart-orange.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.featuredCartButton_2 { /* Green */
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 67px;
	height: 22px;
	background-color: #FF6E07;
	border: none;
	background-image: url(addtocart-green.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.featuredCartButton_3 { /* Blue */
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 67px;
	height: 22px;
	background-color: #FF6E07;
	border: none;
	background-image: url(addtocart-blue.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
}


.wishlistPrice {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.wishlistPriceRRP {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	background-color: #5286BC;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-image: url(button-blue-gradient-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #11569B;
	cursor: pointer;
}
.formbuttonProcessPayment {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #5286BC;
	cursor: pointer;
	border: 1px solid #11569B;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
select.forms, select.formsSelected {
	width: 141px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

input#Checkout {
	border: 1px solid #1D4263;
}

.gradientbutton {
	margin: 0;
	padding: 0;
	height: 18px;
	background-color: #AAA;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(button-grey-gradient-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #888;
	cursor: pointer;
}


/* [ login ] */

#loginWrapper {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	height: 48px;
	text-align: center;
}
#loginUIMessage {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}

#loginWrapperAM {
	margin: 0;
	padding: 0;
	width: 930px;
	height: 33px;
	text-align: center;
}
/* Account Menu Navigation links */
#amNav, #amNav ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0 0 0 140px;
}
#amNav li {
	float: left;
	padding: 0;
	margin: 6px 5px 0 0;
	width: 102px;
	height: 20px;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
}
#amNav li a {
	display: block;
	width: 102px;
	line-height: 20px;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
	padding: 0;
	text-align: center;
}
#amNav li a:hover {
	color: #F00;
}


#loginUsername {
	float: left;
	line-height: 33px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 3px !important;
	padding: 8px 3px 0 3px;
	font-size: 11px;
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
}
#loginPassword {
	float: left;
	line-height: 33px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 3px !important;
	padding: 8px 3px 0 3px;
	font-size: 11px;
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
}
#loginButton {
	float: left;
	height: 18px;
	margin: 7px 0 0 0;
	padding: 0;
	padding: 0;
}

/* Form field styles */
.loginformbutton {
	margin: 0 0 0 5px;
	padding: 0;
	width: 40px;
	height: 18px;
	background-color: #CCC;
	border: none;
	cursor: pointer;
}
.loginform {
	width: 173px;
	font-size: 11px;
	font-weight: normal;
	color: #6C6C6C;
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	margin: 0;
}
.loginformSelected {
	width: 173px;
	font-size: 11px;
	font-weight: normal;
	color: #6C6C6C;
	border: 1px solid #F00;
	background-color: #F4F4F4;
	margin: 0;
}

.loggedinUser { /* Text displayed when user is logged in */
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 11px;
	color: #6C6C6C;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#loginMyAccount { /* My Account link displayed when user is logged in */
	float: left;
	line-height: 33px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
#loginLogout { /* Logout link displayed when user is logged in */
	float: left;
	line-height: 33px;
	vertical-align: middle;
	padding-left: 10px;
}
.loginText { /* Font styles for Logout and My Account links */
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #6C6C6C;
	font-weight: normal;
	text-decoration: none;
}
.loginText a { }
.loginText a:hover { }

.forgotLogin { /* Font styles for Forgot Login link */
	float: left;
	line-height: 33px;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 11px;
	color: #6C6C6C;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }



/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS, #contactFormWrapper input#StateOther {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}
#contactAddress P {
	margin: 0;
	padding: 0;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 5px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
	margin: 5px 0 0 0;
}
#registrationFormWrapper select#Country, #registrationFormWrapper select#StateAU, #registrationFormWrapper select#StateUS, #registrationFormWrapper input#StateOther, select#contactsource {
	width: 140px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}
#registerMessage { /* Special Offer text */
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.registerMessage {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


/* [ Account Menu styles ] */
.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DB9;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7F9DB9;
	font-size: 11px;
	color: #7F9DB9;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a{
	font-size: 11px;
	color: #7F9DB9;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover{
	font-size: 11px;
	color: #7F9DB9;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 12px;
	color: #1D4263;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #1D4263;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #7F9DB9;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a{
	font-size: 11px;
	color: #7F9DB9;
	text-decoration: none;
}
.AMSubBoxes a:hover{
	font-size: 11px;
	color: #7F9DB9;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.specialInstructions {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 250px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 250px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/* [ purchase_pages ] */
#orderProgressTrail {
	display: block;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#orderProgressTrail li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}
.orderProgress {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.orderProgress a {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.orderProgress a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #1D4263;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}

/* Purchase pages - General styles */
p.detailsLabel {
	display: inline;
	float: left;
	width: 75px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
p.detailsValue {
	float: left;
	width: 425px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.orderDetailsTable {

}
.detailsTermsValue {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/* Purchase pages - Contact section */

#paymentContactWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentContactWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentContactWrapper h6 {
	margin: 5px 0;
	color: #333;
}

#paymentContactWrapper p { }
#paymentContactWrapper a:link { }
#paymentContactWrapper a:visited { }
#paymentContactWrapper a:hover { }
#paymentContactWrapper a:active { }

#paymentContactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
	text-align: left;
}
#paymentContactFormWrapper fieldset { }
#paymentContactFormWrapper legend { }
#paymentContactFormWrapper label { }
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
	width: 135px;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	padding: 0;
	width: auto;
	height: auto;
}
#paymentContactFormWrapper textarea { }
#contactDeliveryMessage {}


/* Purchase pages - Freight and Terms section */
#paymentFreightWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentFreightWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #333;
}
#paymentFreightWrapper p { }
#paymentFreightWrapper a:link { }
#paymentFreightWrapper a:visited { }
#paymentFreightWrapper a:hover { }
#paymentFreightWrapper a:active { }

#freightDeliveryAddressWrapper { /* Wrapper for delivery address details */
	margin: 15px 0;
	padding: 0;
}

#freightDeliveryMessage {
	font-weight: bold;
}
#freightDeliveryAddressWrapper p.detailsLabel {
	margin-left: 20px;
}
#freightDeliveryAddressWrapper p.detailsValue { }

#forceCredit {
	display: none;
}

#freightRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.freightRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.freightRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#termsRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.termsRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.termsRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#FreightAndTermsSubmit {
	margin: 10px 0 0 20px;
	padding: 0;
	width: auto;
	height: auto;
}

/* Purchase pages - Confirm Order section */
#paymentConfirmWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentConfirmWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #333;
}
#paymentConfirmWrapper p { }
#paymentConfirmWrapper a:link { }
#paymentConfirmWrapper a:visited { }
#paymentConfirmWrapper a:hover { }
#paymentConfirmWrapper a:active { }
#paymentConfirmWrapper label { }

#confirmOrderMessage { }
#confirmOrderMessageSub {
	font-weight: bold;
}
#confirmYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#confirmYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmYourDetailsWrapper p.detailsValue {
	width: 375px;
}


#confirmDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#confirmDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmDeliveryDetailsWrapper p.detailsValue {
	width: 375px;
}


#confirmSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#confirmSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#confirmSpecialInstructionsWrapper p.detailsValue {
	width: 375px;
}

#confirmOrderDetailsWrapper { /* Wrapper for order details summary */
	margin: 15px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #CCC;
}
#confirmOrderDetailsTable { /* Order details/cart summary */
	
}

#confirmOrderDetailsWrapper h6 span.detailsTermsValue { }

#confirmOrderSubmit {
	float: left;
	margin: 0 0 0 130px;
	padding: 0;
	width: auto;
	height: auto;
}

/* Secure payment pages - confirm */
#ccPaymentBlock {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName {
	margin: 3px 0 0 0;
}
#CCType {
	margin: 3px 0 0 0;
}
#CCExpiryMonth {
	width: 68px;
	margin: 3px 0 0 0;
}
#CCExpiryYear {
	width: 68px;
	margin: 3px 0 0 0;
}
#ccProcessPaymentButton {
	margin: 5px 0 5px 140px;
}

/* Purchase pages - Completed Order section */
#paymentCompleteWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentCompleteWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #333;
}
#paymentCompleteWrapper p { }
#paymentCompleteWrapper a:link { }
#paymentCompleteWrapper a:visited { }
#paymentCompleteWrapper a:hover { }
#paymentCompleteWrapper a:active { }

#paymentCompletePrintPage {
	text-align: right;
}
#paymentCompletePrintPage img {
	border: none;
	margin: 0 5px 0 0;
}

#completeOrderMessage { }
#completeContinueShoppingMessage {
	font-weight: bold;
}

#completeYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#completeYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeYourDetailsWrapper p.detailsValue {
	width: 375px;
}


#completeDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#completeDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeDeliveryDetailsWrapper p.detailsValue {
	width: 375px;
}


#completeSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#completeSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#completeSpecialInstructionsWrapper p.detailsValue {
	width: 375px;
}

#completeOrderDetailsWrapper { /* Wrapper for order details/cart summary */
	margin: 15px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #CCC;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }


/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}

div.newsdate {
	float: left;
	width: 45px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
	text-align: center;
}
div.newsdate img {
	width: 33px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
}
div.newscontent {
	float: left;
	width: 490px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color:#FD7209;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color:#FD7209;
	text-decoration: underline;
}
div.newscontent h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
div.newscontent h1 a {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.newscontent h1 a:visited {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.newscontent h1 a:hover {
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}
div.newscontent h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
div.newscontent h2 a {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.newscontent h2 a:visited {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.newscontent h2 a:hover {
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	max-width: 490px;
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
div.newscontent .newsMore {
	margin: 10px 0 0 0;
	font-weight: normal;
	color:#FD7209;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color:#FD7209;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color:#FD7209;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}

/* [ Celebrity Corner styles ] */
div#celebrityCorner {
	margin: 0;
	padding: 0;
}

div.celebritydate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
}
div.celebritydate img {
	width: 100px;
	height: 152px;
	margin: 0;
	padding: 0;
	border: none;
}
div.celebritycontent {
	float: left;
	width: 535px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
div.celebritycontent h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div.celebritycontent h2 a {
	font-weight: bold;
	color: #FD7209;
	text-decoration: none;
}
div.celebritycontent h2 a:hover {
	font-weight: bold;
	color: #FD7209;
	text-decoration: underline;
}
div.celebritycontent a {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.celebritycontent a:hover {
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}
#celebrityImageWrapper {
	float: left;
	width: 205px;
	margin: 0 5px 5px 0;
	padding: 3px;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
div.celebritycontent img {
	width: 205px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

div.celebritycontentSummary {
	float: left;
	width: 410px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
div.celebritycontentSummary h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div.celebritycontentSummary h2 a {
	font-weight: bold;
	color: #FD7209;
	text-decoration: none;
}
div.celebritycontentSummary h2 a:hover {
	font-weight: bold;
	color: #FD7209;
	text-decoration: underline;
}
div.celebritycontentSummary a {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.celebritycontentSummary a:hover {
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}

div.celebritycontent .celebrityMore, div.celebritycontentSummary .celebrityMore {
	font-weight: normal;
	color: #FD7209;
	text-decoration: none;
}
div.celebritycontent .celebrityMore a, div.celebritycontentSummary .celebrityMore a {
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}
div.celebritycontent .celebrityMore a:hover , div.celebritycontentSummary .celebrityMore a:hover{
	font-weight: normal;
	color: #FD7209;
	text-decoration: underline;
}

.celebrityItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}

/* [ General site styles ] */

.header {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #1D4263;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.content a {}
.content a:hover {}
.contentSmall {
	font-size: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a {}
.contentSmall a:hover {}
.UIMessage {
	font-size: 11px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #333;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 11px;
}
.previousPage a {}
.previousPage a:hover {}
.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#kcSlideshow {
	margin: 0 0 10px 0;
}
