/*

	Stylesheet for 4uCampus

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background: #2e83a5;
}

/*
	Typography and text styles
*/

p, dd {
	padding: 0 0 12px 0;
}

dt {
	padding: 0 0 4px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h3, fieldset legend {
	font-size: 14px;
	padding: 0 0 12px 0;
	font-weight: 700;
}

h4 {
	font-size: 12px;
	padding: 0 0 4px 0;
}

/* Links */

a { text-decoration: none; border-width: 0 0 1px 0; border-style: solid; border-color: #FFF; }
a:link { border-color: #abbaca; color: #002e5d; }
a:visited { border-color: #b7abca; color: #23005d; }
a:hover, a:active, a:focus { border-color: #002e5d; color: #002e5d; }

/* Defaults */

.content ul, .content ol, .mceContentBody ul, .mceContentBody ol {
	padding: 0 0 12px 24px;
}

.content li, .mceContentBody li {
	padding-bottom: 6px;
}

.content ul, .mceContentBody ul {
	list-style: disc;
}

.content ol, .mceContentBody ol {
	list-style-type: decimal;
}

.content ul ul, .content ol ul, .content ol ol,
.mceContentBody ul ul, .mceContentBody ol ul, .mceContentBody ol ol {
	padding-bottom: 0;
}

.content ol ol, .mceContentBody ol ol {
	list-style: upper-roman;
}

.content ol ol ol, .mceContentBody ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #F5F5F5;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.gif) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #CDCDCD;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #D7D7D7;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

caption {
	display: none;
}

table {
	margin-bottom: 12px;
}

td, th {
	padding: 4px;
	vertical-align: text-top;
}

td {
	border-bottom: 1px solid #eee;
}

th {
	font-weight: 700;
	background: #f4f4f4;
}

table small {
	color: #666;
}

abbr {
	border: 0;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 12px 12px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 12px 12px;
}

a.linkedImage {
	border: 0;
	display: block;
}

a.linkedImage img {
	display: block;
}

/*
	Page structure and layout
*/

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content {
	background: #fff;
}

/*
	Header
*/

	#topHeader {
		padding: 6px 0;
               	background: url(/images/top-back.jpg);
		
	}

	#language {
		float: left;
		padding-right: 9px;
		padding-left: 5px;		
	}

	#language ul {
		float: left;
	}

	#language li {
		float: left;
		padding: 0 6px 0 0;
		font-size: 11px;
		line-height: 1.636;
	}

	#language li a {
		float: left;
		padding: 3px 3px;
		min-width: 18px;
		text-align: center;
		border: 0;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #3ea1bd;
		color: #fff;
	}

		#language li a:link,
		#language li a:visited {
			background: #3ea1bd;
			color: #fff;
		}

		#language li a:hover,
		#language li a:active,
		#language li a:focus {
			background: #002e5d;
			color: #fff;
		}

	#language li.selected a,
	#language li.selected a:link,
	#language li.selected a:visited {
		background: #002e5d;
		color: #fff;
	}

	#userMeta,
	#userMeta ul {
		float: left;
	}

	#userMeta ul {
		padding-top: 3px;
	}

	#userMeta li {
		float: left;
		padding-right: 18px;
	}

	#userMeta li a,
	#userMeta li a:link,
	#userMeta li a:visited {
		color: #000;
		border-color: #73acc3;
	}

	#userMeta li a:hover,
	#userMeta li a:active,
	#userMeta li a:focus {
		color: #000;
		border-color: #fff;
	}

	#topMeta,
	#topMeta ul {
		float: right;
	}

	#topMeta ul {
		padding-top: 3px;
	}

	#topMeta li {
		float: left;
		padding-right: 18px;
	}

	#topMeta li a,
	#topMeta li a:link,
	#topMeta li a:visited {
		color: #fff;
		border-color: #73acc3;
	}

	#topMeta li a:hover,
	#topMeta li a:active,
	#topMeta li a:focus {
		color: #fff;
		border-color: #fff;
	}

	#mainHeader {
		background: #002e5d url(../images/logo.gif) no-repeat;
		padding: 12px;
	}

	#headerLeaderboard {
		width: 728px;
		height: 90px;
		padding-bottom: 12px;
		float: left;
	}

	.banner a, .banner a:link {
		border: 0;
		display: block;
	}

	.banner img {
		display: block;
	}

	/* Logo */

	#header h1,
	#header h2 {
		width: 208px;
		height: 90px;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

	#header h1 a,
	#header h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Navigation */

	#navigation {
		clear: both;
		background: #fb5b01 url(../images/background_orange_inactive.gif) repeat-x;
	}

	#navigation li {
		float: left;
		padding: 0 6px 0 0;
	}

		#navigation #lastNavItem {
			float: right;
			padding: 0 0 0 6px;
		}

	#navigation li a {
		float: left;
		padding: 9px 12px;
		border: 0;
		font-weight: 700;
		color: #fff;
		background: #fb5b01 url(../images/background_orange_inactive.gif) repeat-x;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #fff;
			background: #fb5b01 url(../images/background_orange_inactive.gif) repeat-x;
		}

		#navigation li a:hover,
		#navigation li a:active,
		#navigation li a:focus {
			color: #fff;
			background: #fc833f url(../images/background_orange_active.gif) repeat-x;
		}

	#navigation li.selected a,
	#navigation li.selected a:link,
	#navigation li.selected a:visited {
		background: #fb5b01 url(../images/background_orange_active.gif) repeat-x;
	}

	#navigation #lastNavItem a,
	#navigation #lastNavItem a:link,
	#navigation #lastNavItem a:visited {
		background: #2f83a5 url(../images/background_lightblue_inactive.gif) repeat-x;
	}

	#navigation #lastNavItem a:hover,
	#navigation #lastNavItem a:active,
	#navigation #lastNavItem a:focus,
	#navigation #lastNavItem.selected a,
	#navigation #lastNavItem.selected a:link,
	#navigation #lastNavItem.selected a:visited {
		background: #589cb7 url(../images/background_lightblue_active.gif) repeat-x;
	}

/*
	Content
*/

	/* Breadcrumb */
	
	#breadcrumb {
		font-size: 11px;
		line-height: 1.636;
		color: #999;
		margin: 0 12px 12px 12px;
		border-bottom: 1px solid #ddd;
	}

	#breadcrumb p {
		float: left;
		padding: 9px 0;
	}

	#breadcrumb a {
		color: #666;
		border-color: #cdcdcd;
	}

		#breadcrumb a:link,
		#breadcrumb a:visited {
			color: #666;
			border-color: #cdcdcd;
		}

		#breadcrumb a:hover,
		#breadcrumb a:active,
		#breadcrumb a:focus {
			color: #666;
			border-color: #666;
		}

	#breadcrumb #searchForm {
		float: right;
		padding: 5px 0;
	}

	#breadcrumb #searchForm .inputHolder {
		float: left;
	}

	#breadcrumb #searchForm .inputHolder input {
		width: 188px; /* Aligns the form to the grid */
		float: left;
	}

	#breadcrumb #searchForm .buttonHolder {
		float: left;
		padding-left: 4px;
	}

	#breadcrumb #searchForm .buttonHolder input {
		float: left;
	}

	#breadcrumb #searchForm fieldset,
	#breadcrumb #searchForm form {
		float: left; /* IE needs this to float the searchForm div to the right */
	}

	/* Button */

	.buttonHolderDoubleRight {
		float: right;
	}

		.buttonHolderDoubleRight .button,
		.buttonHolderDoubleRight .orangeButton,
		.buttonHolderDoubleRight input {
			margin-left: 12px;
		}

	.buttonHolderDoubleLeft {
		float: left;
	}

		.buttonHolderDoubleLeft .button,
		.buttonHolderDoubleLeft .orangeButton,
		.buttonHolderDoubleLeft input {
			margin-right: 12px;
		}

	a.button {
		background: #ababab url(../images/background_gray_inactive.gif) repeat-x;
		color: #fff;
		font-weight: 700;
		display: block;
		float: left;
		padding: 3px 8px 4px 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		border: 0;
	}

		a.button:link,
		a.button:visited {
			background: #ababab url(../images/background_gray_inactive.gif) repeat-x;
			color: #fff;
		}

		a.button:hover,
		a.button:active,
		a.button:focus {
			background: #bfbfbf url(../images/background_gray_active.gif) repeat-x;
			color: #fff;
		}

	a.orangeButton {
		background: #fc833f url(../images/background_orange_inactive.gif) repeat-x;
		color: #fff;
		font-weight: 700;
		display: block;
		float: left;
		padding: 3px 8px 4px 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		border: 0;
	}

		a.orangeButton:link,
		a.orangeButton:visited {
			background: #fc833f url(../images/background_orange_inactive.gif) repeat-x;
			color: #fff;
		}

		a.orangeButton:hover,
		a.orangeButton:active,
		a.orangeButton:focus {
			background: #fc833f url(../images/background_orange_active.gif) repeat-x;
			color: #fff;
		}

	/* Layout modules */

	.mod {
		margin-bottom: 12px;
	}

	#main .mod {
		margin-bottom: 24px;
	}

	.orange .hd, .blue .hd,.lightblue .hd, .gray .hd {
		color: #fff;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
	}

	.hd h3, .hd h4 {
		font-size: 13px;
		line-height: 16px;
		padding: 10px 12px;
	}
	
	p.banner, p.bd {
		padding: 0;
	}

	.orange .hd {
		background: #fc833f url(../images/background_orange_active.gif) repeat-x;
	}

	.blue .hd {
		background: #3f6285 url(../images/background_blue_active.gif) repeat-x;
	}

	.lightblue .hd {
		background: #589cb7 url(../images/background_lightblue_active.gif) repeat-x;
	}

	.gray .hd {
		background: #ababab url(../images/background_gray_active.gif) repeat-x;
	}

	.silver .bd {
		background: #f4f4f4;
		padding: 12px;
	}

		/* Navigation list */

		.navList {
			padding: 0 12px 12px 12px;
		}

		.navList li a {
			width: 168px;
			padding: 6px 12px;
			border-bottom: 1px solid #ddd;
			display: block;
		}

		#content .navList li a:active,
		#content .navList li a:hover,
		#content .navList li a:focus {
			border-bottom: 1px solid #ddd; /* IE needs this */
		}

		.navList li li a {
			width: 144px;
		}

		.orange .navList li a {
			color: #fb5a00;
		}

			.orange .navList li a:link,
			.orange .navList li a:visited {
				color: #fb5a00;
			}

			.orange .navList li a:hover, .orange .navList li a:active, .orange .navList li a:focus, .orange .navList li.selected a, .orange .navList li.selected a:link, .orange .navList li.selected a:visited, .orange .navList li.selected a:hover, .orange .navList li.selected a:active, .orange .navList li.selected a:focus {
				color: #fff;
				background: #fc833f url(../images/background_orange_active.gif) repeat-x;
			}

		.orange .navList li.selected ul {
			padding: 12px;
			background: #ddd;
		}

		.orange .navList li.selected li a {
			padding: 3px 12px;
			font-size: 11px;
			line-height: 1.636;
			border-bottom: 1px solid #ddd;
			background: #f4f4f4;
			color: #fb5a00;
		}

			.orange .navList li.selected li a:link,
			.orange .navList li.selected li a:visited {
				background: #f4f4f4;
				color: #fb5a00;
			}

			.orange .navList li.selected li a:hover, .orange .navList li.selected li a:active, .orange .navList li.selected li a:focus, .orange .navList li.selected li.selected a:link, .orange .navList li.selected li.selected a:visited, .orange .navList li.selected li.selected a:hover, .orange .navList li.selected li.selected a:active, .orange .navList li.selected li.selected a:focus {
				background: #fc833f url(../images/background_orange_active.gif) repeat-x;
				color: #fff;
			}

		.blue .navList li a {
			color: #002e5d;
		}

			.blue .navList li a:link,
			.blue .navList li a:visited {
				color: #002e5d;
			}

			.blue .navList li a:hover, .blue .navList li a:active, .blue .navList li a:focus, .blue .navList li.selected a, .blue .navList li.selected a:link, .blue .navList li.selected a:visited, .blue .navList li.selected a:hover, .blue .navList li.selected a:active, .blue .navList li.selected a:focus {
				color: #fff;
				background: #3f6285 url(../images/background_blue_active.gif) repeat-x;
			}

		.blue .navList li.selected ul {
			padding: 12px;
			background: #ddd;
		}

		.blue .navList li.selected li a {
			padding: 3px 12px;
			font-size: 11px;
			line-height: 1.636;
			border-bottom: 1px solid #ddd;
			background: #f4f4f4;
			color: #002e5d;
		}

			.blue .navList li.selected li a:link,
			.blue .navList li.selected li a:visited {
				background: #f4f4f4;
				color: #002e5d;
			}

			.blue .navList li.selected li a:hover, .blue .navList li.selected li a:active, .blue .navList li.selected li a:focus, .blue .navList li.selected li.selected a:link, .blue .navList li.selected li.selected a:visited, .blue .navList li.selected li.selected a:hover, .blue .navList li.selected li.selected a:active, .blue .navList li.selected li.selected a:focus {
				background: #3f6285 url(../images/background_blue_active.gif) repeat-x;
				color: #fff;
			}

		.lightblue .navList li a {
			color: #002e5d;
		}

			.lightblue .navList li a:link,
			.lightblue .navList li a:visited {
				color: #002e5d;
			}

			.lightblue .navList li a:hover, .lightblue .navList li a:active, .lightblue .navList li a:focus, .lightblue .navList li.selected a, .lightblue .navList li.selected a:link, .lightblue .navList li.selected a:visited, .lightblue .navList li.selected a:hover, .lightblue .navList li.selected a:active, .lightblue .navList li.selected a:focus {
				color: #fff;
				background: #589cb7 url(../images/background_lightblue_active.gif) repeat-x;
			}

		.lightblue .navList li.selected ul {
			padding: 12px;
			background: #ddd;
		}

		.lightblue .navList li.selected li a {
			padding: 3px 12px;
			font-size: 11px;
			line-height: 1.636;
			border-bottom: 1px solid #ddd;
			background: #f4f4f4;
			color: #002e5d;
		}

			.lightblue .navList li.selected li a:link,
			.lightblue .navList li.selected li a:visited {
				background: #f4f4f4;
				color: #002e5d;
			}

			.lightblue .navList li.selected li a:hover, .blue .navList li.selected li a:active, .blue .navList li.selected li a:focus, .blue .navList li.selected li.selected a:link, .blue .navList li.selected li.selected a:visited, .blue .navList li.selected li.selected a:hover, .blue .navList li.selected li.selected a:active, .blue .navList li.selected li.selected a:focus {
				background: #589cb7 url(../images/background_lightblue_active.gif) repeat-x;
				color: #fff;
			}

		/* Slidelist */

		.slideList .bd   {
			padding-bottom: 0;
		}

		.slideList .bd li  {
			padding-bottom: 12px;
		}

		.slideList .bd li a  {
			border: 0;
			display: block;
			border-bottom: 1px solid #ddd;
			padding-bottom: 12px;
		}

		.slideList .bd li img {
			float: left;
			padding: 0 12px 0 0;
		}

		.slideList .bd li strong {
			font-size: 14px;
			line-height: 1.1;
			display: block;
		}

		.slideList .bd li em {
			color: #aaa;
			font-size: 24px;
			font-weight: 700;
			display: block;
			font-style: normal;
		}

		/* Two colomn list */

		ul.twoColList {
			padding: 0 0 12px 0;
			margin: 0;
			list-style-type: none;
		}

		ul.twoColList li {
			float: left;
			width: 198px;
			height: 18px;
			padding: 0 6px 0 0;
			overflow: hidden;
			font-size: 11px;
			line-height: 1.636;
		}

		/* Filter list */

		.filterList .bd .listImage {
			width: 84px; height: 95px;
			float: left;
			display: block;
		}

		.filterList .bd .listDescription {
			width: 324px;
			float: left;
		}

		.filterList .hd {
			padding-bottom: 12px;
		}

		.filterList .hd small {
			color: #999;
			line-height: 20px;
		}

		.filterList .bd li {
			border-bottom: 1px solid #ddd;
			padding-bottom: 12px;
			margin-bottom: 12px;
		}

		.filterList .bd a.linkedImage {
			float: left;
			padding: 0 12px 0 0;
		}

		.filterList .bd p {
			font-size: 11px;
			line-height: 1.636;
			display: inline;
			padding: 0;
		}
		
		.filterList ul {
			list-style: none;
			padding: 0;
		}

		/* Shopping cart */

		#shoppingCart .hd {
			background: #ababab url(../images/background_gray_inactive.jpg);
		}

		#shoppingCart .bd {
			background: #00b900;
			padding: 0 12px 12px 12px;
			color: #fff;
		}

		#shoppingCart .bd ul {
			width: 132px;
			padding-right: 12px;
			float: left;
		}

		#shoppingCart .bd li {
			padding: 3px 0;
			border-bottom: 1px solid #bfbfbf;
		}

		#shoppingCart .bd li small {
			font-size: 12px;
			float: left;
		}

		#shoppingCart .bd li span {
			display: none;
		}

		#shoppingCart .bd li b {
			float: right;
		}

		#shoppingCart a.button {
			background: #e2e2e2 url(../images/cartbutton_background.gif) repeat-x;
			color: #333;
			width: 72px;
			padding: 6px 12px;
			margin: 0;
		}

		#shoppingCart a.button:link,
		#shoppingCart a.button:visited {
			background: #e2e2e2 url(../images/cartbutton_background.gif) repeat-x;
			color: #333;
		}

		#shoppingCart a.button:hover,
		#shoppingCart a.button:active,
		#shoppingCart a.button:focus {
			background: #f8f8f8;
			color: #000;
		}

		/* Side IMU */

		.whitebox {
			background: #fff;
			border: 1px solid #ddd;
			padding: 11px;
		}

		#sideImu {
			background: #fff;
			border: 1px solid #ddd;
			padding: 2px 6px 6px 6px;
		}

		#sideImu small {
			color: #999;
			line-height: 20px;
		}

		/* Shopping cart */

		#cartOverview {
			width: 100%;
		}

		#cartOverview tbody td {
			vertical-align: top;
		}

		#cartOverview td .datagridRemoveRow {
			float: right;
		}

		/* Agent folder system */

		#order-folders-form label, #enter-promocode-form label {
			float: left;
			width: 100px;
		}

		#order-folders-form input#number {
			width: 30px;
		}

		/* Datagrid */

		table.datagrid {
			width: 100%;
			border-width: 1px;
			border-style: solid;
			border-color: #E6E6E6 #DDD #DDD #E6E6E6;
			margin: 0 0 15px 0;
		}

		table.datagrid th {
			font-weight: 700;
			color: #666;
			line-height: 22px;
			font-size: 11px;
			vertical-align: middle;
			padding: 0 5px;
		}

		td.date {
			color: #808080;
			font-size: 11px;
		}

		/* Step Indicator */

		#stepIndicator .active {
			font-weight: 700;
			font-size: 14px;
			line-height: 1.2;
			color: #fc833f;
		}

		#stepIndicator {
			margin-bottom: 12px;
			border-bottom: 1px solid #d7d7d7;
			color: #999;
			font-size: 11px;
		}

/*
	Footer
*/

	#topFooter {
		background: #002e5d;
		text-align: center;
		padding: 9px 0;
		color: #fff;
	}

	#topFooter li {
		display: inline;
		padding: 0 12px;
	}

	#topFooter li a,
	#topFooter li a:link,
	#topFooter li a:visited {
		color: #fff;
		border-color: #547392;
	}

	#topFooter li a:hover,
	#topFooter li a:active,
	#topFooter li a:focus {
		color: #fff;
		border-color: #fff;
	}

	#mainFooter {
		text-align: center;
		padding: 12px 0;
		color: #fff;
	}

	#mainFooter ul {
		padding-bottom: 12px;
	}

	#mainFooter li {
		display: inline;
		padding: 0 12px;
	}

	#mainFooter li a,
	#mainFooter li a:link,
	#mainFooter li a:visited {
		color: #fff;
		border-color: #73acc3;
	}

	#mainFooter li a:hover,
	#mainFooter li a:active,
	#mainFooter li a:focus {
		color: #fff;
		border-color: #fff;
	}

/*
	Column system
*/

#leftCol {
	width: 216px;
	padding: 0 12px;
	float: left;
}

#main {
	width: 408px;
	padding: 0 12px 24px 12px;
	float: left;
}

#rightCol {
	width: 264px;
	padding: 0 12px;
	float: left;
}

.leftCol {
	width: 198px;
	margin-right: 6px;
	float: left;
}

.rightCol {
	width: 198px;
	margin-left: 6px;
	float: left;
}

.grayLeftCol {
	width: 174px;
	padding: 12px 12px 0 12px;
	margin-right: 6px;
	float: left;
	background: #f4f4f4;
}

.grayRightCol {
	width: 174px;
	padding: 12px 12px 0 12px;
	margin-left: 6px;
	float: left;
	background: #f4f4f4;
}

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 12px;
 	margin-bottom: 12px;
 	background: #f4f4f4;
 	color: #666;
 }

.dialogSucces {
	background: #e6efc2;
	color: #264409;
}

.dialogError {
	background: #fbe3e4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	color: #514721;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 5px 6px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 5px 6px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 4px 5px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.password, textarea, .input-datefield {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #bbb;
	padding: 4px;
	color: #333;
}

	input[disabled] {
		color: #777;
	}

	input.input-small {
		width: 100px;
	}

textarea {
	line-height: 1.4;
	width: 394px;
}

input:focus, textarea:focus {
	border-color: #999; 
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #bfe0e9;
		-moz-outline-radius: 3px;
		fborder-color: #bfe0e9;
	}
} 

input.input-submit, input.inputSubmit, button {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	background: url(../images/background_gray_inactive.gif);
	border: 0;
	padding: 4px 5px;
	cursor: pointer;
	overflow: visible;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.input-submit:hover, input.inputSubmit:hover {
	background: url(../images/background_gray_active.gif);
}

input.input-submit:active,
input.input-submit:focus {
	background: #002e5d;
}

input.orange-input-submit, input.orange-inputSubmit, button {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	background: url(../images/background_orange_inactive.gif);
	border: 0;
	padding: 4px 5px;
	cursor: pointer;
	overflow: visible;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.orange-input-submit:hover, input.orangeInputSubmit:hover {
	background: url(../images/background_orange_active.gif);
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 4px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

/* I'm on a form! http://www.youtube.com/watch?v=R7yfISlGLNU */

.formbuilder {}
	.formbuilder h3 {
		padding: 12px 0 18px 0;
	}
	.formbuilder label {
		width: 150px;
		float: left;
	}
		.formbuilder p label, .formbuilder .input-textarea label,
		.formbuilder .input-radio label, .formbuilder .input-checkbox label {
			width: auto;
			clear: both;
		}
		.formbuilder .input-small label {
			width: 20px;
		}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; clear: both; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.clear, p.clear { clear: both; }

.mute { color: #666; }
.mute a, .mute a:link, .mute a:visited, a.mute:link, a.mute:visited { color: #666; border-color: #cdcdcd; }
.mute a:hover, .mute a:active, a.mute:hover, a.mute:active { color: #666; border-color: #666; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-size: 11px;
	color: #666;
}

.focusOrange, p.focusOrange, strong.focusOrange {
	color: #fb5a00;
}

.focusBlue, p.focusBlue, strong.focusBlue {
	color: #002E63;
}

.focusGreen, p.focusGreen, strong.focusGreen {
	color: #00ff00;
}

.focusRed, p.focusRed, strong.focusRed {
	color: #ff0000;
}

.noStrong, b.noStrong {
	font-weight: 300;
}

/* Clearfix */

.clearfix:after,
.cols:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.guillotineBugFix {
	display: none;
}

.orderButtons {
	text-align: right;
}

.orderButtons input {
	margin-bottom: 2px;
}

.fakeFieldset dl dd label {
	display: inline;
}

#home-2parts {}
#home-2parts #part-left {float: left;margin-right: 6px;width: 324px;}
#home-2parts #part-left .box1 .hd {width: 324px;}
#home-2parts #part-left .box1 .gray-simple {width: 160px;}
#home-2parts #part-left .box1 {width: 160px; overflow: hidden; float: left;border: solid 1px #d4d4d4; border-top: none;}
#home-2parts #part-left .box2 {width: 161px; overflow: hidden; float: left;border: solid 1px #d4d4d4; border-left: none; border-top: none;}

#home-2parts #part-right {float: left;margin-left: 6px;width: 324px;}
#home-2parts #part-right .box1 {width: 322px; overflow: hidden; float: left;border: solid 1px #d4d4d4; border-top: none;}

a.img { text-decoration: none; border: none; }
a.img:link { border: none; }
a.img:visited { border: none; }
a.img:hover, a.img:active, a.img:focus { border: none; }

#userMeta form {display: inline;}
#userMeta ul, #userMeta li {float: none; display: inline;}
#userMeta {position: absolute; right: 0;}
#userMeta label {display: inline; margin-left: 10px;}
#userMeta input {width: 80px;}
#userMeta input.input-submit {width: auto; margin: 0 20px 0 0;}



