/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #ebebff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
}

/* ***** Header Styles ***** */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	z-index: 5;
	
	background-color: #000000;
	border-bottom: 1px solid #babac2;
}

#header ul {
	margin: 0px 0px 0px 180px;
	padding: 0px;
	
	list-style-type: none;
}

#header li {
	position: relative;
	display: block;
	height: 100px;
	width: 100px;
	float: left;
	
	background-image: url('images/bgMenu_Black.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header li a {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #939399;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#header li a:hover { color: #ffffff; }

#header img {
	position: absolute;
	top: 5px;
	right: 20px;
}

/* ***** Product Menu Styles ***** */
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	
	border-right: 1px solid #babac2;
	background-color: #ebebff;
}

#nav ul {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	padding: 5px 0px 5px 0px;

	background-color: #ebebff;
	border-bottom: 1px solid #babac2;

	list-style-type: none;
}

#nav a {
	width: 100%;
	padding-left: 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #939399;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover { color: #000000; }

/* ***** Pop-out Menu Styles ***** */

#productNav ul.jsMenu,
#productNav ul.jsMenu ul {
	display: block;
	width: 180px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #ffffff;
}

#productNav ul.jsMenu li {
	position: relative;
	padding: 2px 10px 2px 30px;
	margin: 0px;
	
	border: 0px none #000000;
	background-color: #ffffff;
	background-image: url('images/bltSquare_Grey.gif');
	background-position: 20px 8px;
	background-repeat: no-repeat;

	color: #939399;
	line-height: 14px;

	list-style-type: none;
}

#productNav ul.jsMenu li a {
	width: 100%;
	padding: 0px;
	margin: 0px;

	background-color: #ffffff;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
	text-transform: capitalize;
	text-decoration: none;
}
#productNav ul.jsMenu a:hover { text-decoration: underline; }

#productNav ul.jsMenu ul {
	display: none;
	position: absolute;
	left: 100%;
	top: -5px;
	padding-bottom: 5px;
	
	border: 1px solid #939399;
}

#productNav ul.jsMenu ul li {
	padding: 1px 0px 1px 20px;

	background-color: #ffffff;
	background-image: url('images/bltSquare_Grey.gif');
	background-position: 11px 8px;
	background-repeat: no-repeat;
	border: 0px none #000000;;
}

#productNav ul.jsMenu ul li a {
	padding-left: 0px;

	background-color: #ffffff;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #939399;
	text-decoration: none;
	text-transform: capitalize;
}
#productNav ul.jsMenu ul li a:hover { text-decoration: underline; }

#productNav ul.jsMenu {
	border-top: 1px solid #babac2;
}

/* ***** Main Content Styles ***** */
#mainContent {
	display: block;
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0px;
	z-index: 1;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
}

	/* Info Page Titles */
#mainContent div#infoPageTitle {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	
	border: 0px none #000000;
}
#mainContent div.ptAboutUs { background-color: #362205; }
#mainContent div.ptContactUs { background-color: #1a1d2d; }
#mainContent div.ptTradeCustomerSignup { background-color: #111413; }
#mainContent div.ptTradeCustomerLogin { background-color: #24291e; }
#mainContent div.ptProductShowings { background-color: #3c4134; }
#mainContent div.ptWelcome { background-color: #330d0b; }
#mainContent div.ptCustomerHome { background-color: #0a1633; }
#mainContent div.ptShortlist { background-color: #343730; }
#mainContent div.ptEvents { background-color: #343730; }

#mainContent div#infoPageTitle img { margin: 0px 0px 0px 180px; border: 0px none #000000; }
#mainContent div#infoPageTitle img.pageTitleBG { float: right; margin: 0px; }

	/* Product Page Titles */
#mainContent div#pageTitle {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	
	border: 0px none #000000;
	background-color: #000000;
}
#mainContent div#pageTitle h1 { margin-left: 400px; padding-top: 35px; }
#mainContent div#pageTitle img {
	float: left;
	margin: 0px 0px 0px 180px;
	padding: 0px;
	
	border: 0px none #000000;
}

	/* Product Blocks (Script Frame) */
#scriptFrame {
	background-color: #ffffff;
	height: 336px;
	width: 70%;
	margin: 0px 0px 0px 205px;
	
	border-top: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	border-left: 0px none #000000;
	border-right: 0px none #000000;
}

div.prdBlock {
	float: left;
	width: 100px;
	margin: 5px;
	padding: 5px;

	border: 1px solid #939399;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
	text-transform: uppercase;
	text-align: center;
}

div.prdBlock a.prdLink {
	display: table;
	#position: relative;
	#display: block;
	width: 100px;
	height: 100px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	overflow: hidden;
	
	border: 1px solid #d9d9d9;
	
	text-align: center;
}

div.prdBlock a.prdLink div {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	#left: 0;
	width: 100px;
	height: 100px;
	padding: 0px;
	vertical-align: middle;
	
	text-align: center;
}

div.prdBlock a.prdLink div img {
	padding: 0px;
	margin: 0px;
	height: auto;
	#position: relative;
	#top: -50%;

	border: 0px none #000000;
}

div.prdBlock a {
	color: #939399;
	text-decoration: none;
}
div.prdBlock a:hover { text-decoration: underline; }

	/* Text */
#mainContent p {
	width: 500px;
	margin-left: 200px;
	padding: 0px;
}

#mainContent p span.firstWord {
	margin: 0px;
	padding: 0px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#mainContent a { color: #939399; font-weight: bold; }
#mainContent a:hover { color: #0066FF; text-decoration: none; }

	/* Tables */
table {
	margin: 15px 0px 0px 20px;
	
	border-collapse: collapse;
}
#mainContent table { margin-left: 200px; }

td {
	padding: 4px 10px 4px 0px;
	vertical-align: top;
}
td.currency { text-align: right; }
th { padding-right: 10px; border-bottom: 1px solid #999999; text-align: left; }
th.total { border-bottom: 1px none #000000; border-top: 1px solid #999999; text-align: right; }
td.required { font-weight: bold; }

	/* Other */
#mainContent img {
	float: left;
	border: 1px solid #939399;
	margin: 10px 10px 30px 200px;
}

span.clear {
	display: block;
	clear: both;
	margin: 10px 0px;
}

#mainContent ul {
	margin-left: 230px;
}

	/* Product Results */
#mainContent div.resultsTop,
#mainContent div.resultsBottom {
	width: 100%;
	height: 25px;
	clear: both;
	margin: 5px 7px 5px 205px;
	padding: 2px;

	border: 0px none #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-transform: none;
	text-align: center;
}
#mainContent div.resultsTop { margin-top: 25px; padding-bottom: 0px; }
#mainContent div.resultsBottom { padding-top: 4px; }

#mainContent div.resultsTop a,
#mainContent div.resultsBottom a {
	display: block;
	position: absolute;
	width: 100px;
	height: 11px;
	margin: 1px 25px;
	
	font-weight: bold;
	font-size: 12px;
	color: #777777;
	text-transform: none;
	text-decoration: none;
	line-height: 12px;
}

#mainContent div.resultsTop #lnkPrev1,
#mainContent div.resultsBottom #lnkPrev2 {
	right: 60%;
	margin-right: -90px;
	padding: 2px 0px 2px 15px;
	
	background-image: url('images/bgBTN_Prev.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
	
	text-align: left;
}
#mainContent div.resultsTop #lnkPrev1:hover,
#mainContent div.resultsBottom #lnkPrev2:hover { background-image: url('images/bgBTN_Prev_Over.gif'); color: #000000; }
#mainContent div.resultsTop #lnkPrev1.inactive,
#mainContent div.resultsBottom #lnkPrev2.inactive { background-image: url('images/bgBTN_Prev_Inactive.gif'); color: #cccccc; }
#mainContent div.resultsTop #lnkPrev1.inactive:hover,
#mainContent div.resultsBottom #lnkPrev2.inactive:hover { background-image: url('images/bgBTN_Prev_Inactive.gif'); color: #cccccc; }

#mainContent div.resultsTop #lnkNext1,
#mainContent div.resultsBottom #lnkNext2 {
	left: 60%;
	margin-left: 90px;
	padding: 2px 15px 2px 0px;

	background-image: url('images/bgBTN_Next.gif');
	background-repeat: no-repeat;
	background-position: right 4px;

	text-align: right
}
#mainContent div.resultsTop #lnkNext1:hover,
#mainContent div.resultsBottom #lnkNext2:hover { background-image: url('images/bgBTN_Next_Over.gif'); color: #000000; }
#mainContent div.resultsTop #lnkNext1.inactive,
#mainContent div.resultsBottom #lnkNext2.inactive { background-image: url('images/bgBTN_Next_inactive.gif'); color: #cccccc; }
#mainContent div.resultsTop #lnkNext1.inactive:hover,
#mainContent div.resultsBottom #lnkNext2.inactive:hover { background-image: url('images/bgBTN_Next_inactive.gif'); color: #cccccc; }

#mainContent div.resultsTop div.lstResults,
#mainContent div.resultsBottom div.lstResults {
	display: block;
	position: absolute;
	left: 50%;
	width: 200px;
	padding: 2px 0px;
	margin: 2px 0px 2px -10px;
	
	background-color: transparent;
	border: 0px none #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: center;
	text-transform: none;
}

/* ***** Heading Styles ***** */
h1 {
	margin: 0px 0px 20px 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #febe10;
	text-transform: lowercase;
}
h1 span { color: #ffffff; }

h2 {
	margin: 0px 0px 15px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
	text-transform: lowercase;
}

h4 {
	margin: 20px 0px 5px 200px;
	
	font-size: 12px;
}

/* ***** Text Styles ***** */
.error {
	color: #FF0000;
}

/* ***** Input Styles ***** */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
	border: 1px solid #939399;
	background-color: #ffffff;
	width: 130px;
	margin: 1px;
}
input.btn { width: auto; }
input.sml { width: 70px; }
input.lrg { width: 200px; }

label {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939399;
	width: 70px;
	padding-right: 10px;
}

/* ***** Other Styles ***** */
img { border: 0px; }

/* ***** Print Shortlist Styles */
table.shortListDetails {
	margin-bottom: 30px;
}
table.shortListDetails td {
	padding-right: 10px;
}

div.printProduct {
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	min-width: 300px;
	max-width: 450px;
	
	border: 1px solid #999999;
}

div.printProduct img {
	border: 0px none #000000;
}

div.printProduct h2 {
	font-size: 14px;
	font-weight: normal;
}

div.printProduct p.category { margin: 0px 0px 0px 20px; font-size: 10px; text-transform: uppercase; }
div.printProduct p.price { margin: 0px 0px 0px 20px; font-size: 11px; font-weight: bold; }
div.printProduct p.description { width: 300px; font-size: 10px; }

/* ***** Events Styles ***** */
ol.alpha {
	list-style-type: lower-alpha;
}

h2 { margin: 30px 0px 10px 220px; }
#mainContent ol { margin-left: 220px; margin-right: 40px; }
#mainContent ol li { margin-bottom: 5px; }
#mainContent ol ol,
#mainContent ol ul { margin-left: 10px; }
#mainContent ol ol li,
#mainContent ol ul li { margin-bottom: 0px; }
#mainContent ol p { width: auto; margin-left: 0px; }