/* document specific */
body
{
	margin: 0 0 auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0.7em;
	background: #ffffff;
	background-image: url(/images/bgGlobal.gif);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	color: #000000; /* ORIGINAL BODY OG DIV #696969; */
	padding-top: 0px;
	font-family: verdana, arial, Sans-Serif;
	text-align: center;
	height: 100%;
	white-space: normal;
	line-height: 1.5em;
}
div
{
	color: #000000; /* MODI */
}
a
{
	color: #336699;
	text-decoration: none;
	
}
a:visited
{
	color: #336699;
}
a:hover
{
	color: #F24B07;
	text-decoration: underline;
}

.Error
{
	/*font: 700 9pt Verdana, Arial, Helvetica, sans-serif;*/
	color: #ff0000;
}

.infopanel
{
	background-position: 10px center;
	background-repeat: no-repeat;
	font: 700 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 44px;
	vertical-align: middle;
	height: 23px;
}

.infopanel.error
{
	background-color: #ffe7dd;
	background-image: url(/static/images/24x24/error.png);
}

.infopanel.info
{
	background-color: #dde0ff;
	background-image: url(/static/images/24x24/info.png);
}

.infopanel.ok
{
	background-color: #e3ffdd;
	background-image: url(/static/images/24x24/ok.png);
}

.infopanel.warning
{
	background-color: #fffcdd;
	background-image: url(/static/images/24x24/warning.png);
}

.sublink1
{
	background-image: url(/images/SubLevel1.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	font-size: 0.9em;
	padding-top: 4px;
	width: 133px;
	color: #5B5B5B;
	font-weight: bold;
	text-decoration: none;
	display: block;
	clear: both;
}

fieldset
{
	background: #E1E6D1;
	padding: 28px 10px 10px 10px;
	border: 0;
	-moz-border-radius: 5px;
	position:relative;
}

legend
{ }

legend span
{
	color: #929688/*#476da1*/;
	display: block;
	position: absolute;
	padding: 2px 5px;
	top: -24px;
	left: -7px;
	background: #d8dcc8;
	-moz-border-radius: 5px;
	font-weight: normal;
	font-size: 1.1em;
}

img
{
	border: 0;
}

form
{
	margin: 0;
}

h1
{
	color: #476da1;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 9px;
	border-bottom: 1px solid #ccc;
}

h2
{
	color: #476da1;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
	border-bottom: 1px solid #ccc;
}

h3
{
	color: #476da1;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0px;
	font-weight: 700;
}

h4
{
	color: #696969;
	font-size: 1.10em;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

h5
{
	color: #476da1;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin-left: 5px;
}
h6
{
	margin: 0px 0px 5px 0px;
	height: 21px;
	font-size: 1.0em;
	font-weight: 700;
	color: #000000;
}
hr
{
	clear: both;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	color: #c2c2c2;
	background-color: #c2c2c2;
	height: 1px;
}

p
{
	margin-top: 7px;
	margin-bottom: 7px;
}

p.text
{
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*
 four classes for Bold in P tags */

p.text b
{
	color: #000000;
}
p.text strong
{
	color: #000000;
}
p b
{
	color: #000000;
}
p strong
{
	color: #000000;
}

select
{
	font-size: 11px;
}
textarea
{
	font-family: verdana, arial, Sans-Serif;
}

input
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

strong
{
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}
ul
{
	color: #000; /* #5B5B5B; */
	margin: 5px;
	padding: 5px 0px 5px 15px;
}
menu
{
	/* Extra classes for texteditor -S.A. */
	color: #000000;
	margin-bottom: 20px;
}
li
{
	/* Extra classes for texteditor -S.A. */
	line-height: 130%;
	padding-bottom: 4px;
}
input[type="image"]
{
	border-width: 0px;
	margin: 0px;
}
input[type="radio"]
{
	border-width: 0px;
	margin: 2px 4px 8px 0px;
	padding: 0px;
	float: left;
}
input[type="checkbox"]
{
	border-width: 0px;
	margin: 2px 4px 0px 0px;
	padding: 0px;
	float: left;
}

td.button
{
	font-size: 90%;
	padding: 0px;
	color: #000000;
}

.textForm
{
	border: solid 1px #b7b7b7;
	font-size: 0.8em;
	padding-left: 2px;
}
.mainglobal
{
	background-image: url(/system_images/bgLines.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-color: #efefef;
	background-color: #eaebec;
	width: 982px;
	text-align: left;
	margin: 0px auto;
	border: solid 0px #000000;
}
.topBox
{
	background-image: url(/images/bg_repeater.gif);
	background-repeat: repeat-x;
	background-color: #DE790D;
	width: 972px;
	height: 65px;
	margin-left: 5px;
}

.middlecontent
{
	float: left;
	border: solid 0px #000000;
	padding-left: 10px;
	margin: 10px 0px 0px 20px;
	width: 650px;
	padding-top: 2px;
}
.middlecontent4Cols
{
	float: left;
	border: solid 0px #000000;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	width: 778px;
	padding-top: 2px;
}
.columnright
{
	width: 229px;
	margin-top: 25px;
	margin-right: 15px;
	float: right;
	border: solid 0px #000000;
	clear: right;
	overflow: hidden;
}
.boxContent
{
	padding-bottom: 6px;
}
.txtdivider
{
	margin-left: 6px;
	margin-right: 6px;
}
.vslogo
{
	margin-left: 12px;
	margin-top: 15px;
	margin-right: 15px;
}
.txttopdomain
{
	color: #ffffff;
	text-decoration: none;
	vertical-align: 8px;
	font-size: 1.1em;
	font-weight: bold;
}
.topLeft
{
	border: solid 0px #ffffff;
	float: left;
	width: 440px; /* Orig: 300px */
	padding-top: 22px;
	padding-left: 20px;
}
.topRight
{
	border: solid 0px #ffffff;
	float: right;
	width: 500px; /*padding-top: 22px;  17px if top search field is present, 22px if its not */
	text-align: right; /* padding-right: 20px; */
}
.topdivider
{
	color: #ffffff;
	vertical-align: 8px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: 8px;
}
a.toplink
{
	color: #ffffff;
	text-decoration: none;
	vertical-align: 8px;
}
a:hover.toplink
{
	text-decoration: underline;
	color: #ffffff;
}

/* Create Candidate Links, START */
a.createCVButton
{
	color: #ffffff;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
a.createCVButton:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 110%;
}
a.createCVButton:visited:hover
{
	color: #F24B07;
	text-decoration: none;
	font-size: 110%;
}
a.createCVButton:hover
{
	color: #F24B07;
	text-decoration: none;
	font-size: 110%;
}

/* Create Candidate Links, END */

/* Create CV Links, BEGIN */
.faneNumSelected
{
	border-bottom: 1px dashed #DE790D;
	border-left: 1px dashed #DE790D;
	font-weight: bold;
	background-color: #fff; /*d6d5c3;*/
}

.faneSelected
{
	border-bottom: 1px dashed #DE790D; /*border-left: 1px dashed #cccccc;*/
	font-weight: bold;
	vertical-align: middle;
	background-color: #fff;
}
/* Create CV Links, END */

.stepTopTable
{
	width: 100%;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	margin-bottom: 15px;
}

.stepTopCellOff
{
	vertical-align: top;
	font-weight: normal;
	padding-left: 5px;
}

.stepTopCellOn
{
	vertical-align: top;
	font-weight: bold;
	background-color: #eee;
	padding-left: 5px;
}

/* START: */
.blackText
{
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

dt, dd, .blackText p
{
	/* Extra classes for texteditor -S.A. */ /*color: #000000;*/
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.contentBlockSubH4, .contentBlockSubH4Text
{
	color: #000000;
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 10px 0px;
}
.contentBlockSubH4Text
{
	width: 450px;
}
.contentBlockSubH5
{
	display: block;
	clear: left;
	color: #000000;
	padding: 0px 0px 0px 28px;
	margin: 5px 0px 20px 0px;
}
.freeBlock3Cols
{
	display: block;
	margin: 10px 0px 0px 0px;
	clear: left;
	float: left;
	width: 545px;
}
.hrSubstitute
{
	/*  */
	color: #d9d9d9;
	font-size: 0px;
	font-weight: normal;
	display: block;
	float: none;
	clear: both;
	background-color: #d9d9d9;
	border-width: 0px;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	line-height: 0px;
}
.imageFloatRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.infoLineType1, .infoLineType2
{
	padding: 1px 0px 1px 13px;
	margin: 2px 0px 0px 0px;
	font-size: 0.9em;
}
.infoLineType1
{
	/* background-image: url();*/
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
}

.listPageMargins
{
	margin: 0px 3px 0px 0px;
}
.linkListItem
{
	margin: 0px 0px 5px 0px;
}
.listItemRadioColMid
{
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.submitButtonColMid, .submitButtonColMidRightAilgn, .submitButtonColMidRightAlign
{
	/*  */
	width: auto;
	margin: 12px 0px 5px -3px;
	border: solid 0px #000000;
}
.submitButtonColMidRightAilgn, .submitButtonColMidRightAlign
{
	/*  */
	text-align: right;
}

.textPageMargins
{
	clear: both;
	margin: 0px 5px 0px 5px;
}
.textPageMargins p
{
	padding: 0px 10px 0px 0px;
}
.listBlockLink
{
	display: block;
	float: none;
	clear: both;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.listBlockImage
{
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0px 15px 0px 0px;
	width: 40px;
}
/*
.trHeaders, .trType1, .trType2
{
	height: 26px;
}
.trHeaders td
{
	background-color: #ffffff;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 0px 0px 1px 0px;
	text-align: center;
}
.trType1 td
{
	background-color: #F5F5F5;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0px 1px 0px;
}
.trType2 td
{
	background-color: #ffffff;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px 0px 1px 0px;
}
.tdFirst
{
	width: 110px;
	padding: 0px 0px 0px 8px;
}
.tdSingleNum
{
	width: 30px;
	text-align: center;
}
.tdTopScore
{
	color: #ffffff;
	font-weight: bold;
	background-image: url(/system_images/iconTableTopScore.gif);
	background-repeat: no-repeat;
	background-position: 5px1px;
}
.formInputRequired
{
	color: #000000;
	font-size: 0.9em;
	margin: 4px 6px -2px 2px;
	line-height: 0px;
}
.formInputRequiredNote
{
	width: 100%;
	clear: both;
	text-align: center;
	font-style: italic;
	color: #000000;
	font-size: 0.9em;
	margin-top: 15px;
}
 END:  */



/* START: */
.linkBack, .linkTip, .linkPrint
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 5px 23px;
	margin: 0px 8px 0px 0px;
}
.linkMail, .linkSMS
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 5px 23px;
	margin: 0px 0px 0px 8px;
}
.linkPlusRight
{
	background-image: url(/system_images/iconPlusBtn.gif);
	background-repeat: no-repeat;
	background-position: 88px 0px;
	padding: 2px 23px 5px 0px;
	margin: 0px 8px 0px 0px;
	text-align: right;
	line-height: 20px;
}
.linkSMS
{
	background-image: url(/system_images/iconSMSBtn.gif);
}
.linkMail
{
	background-image: url(/system_images/iconMailBtn.gif);
}
.linkBack
{
	background-image: url(/system_images/iconBackBtn.gif);
}
.linkTip
{
	background-image: url(/system_images/iconTipBtn.gif);
}
.linkPrint
{
	background-image: url(/system_images/iconPrintBtn.gif);
}
/* END: */


/* SUBMENU START */
.subReg
{
	background-image: url(/system_images/subRegBg.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: auto;
}
.subReg a
{
	background-image: url(/system_images/subRegBgLink.gif);
	background-position: -2px 0px;
	background-repeat: no-repeat;
	color: #5F5F5F;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	border: solid 0px #000000;
	text-decoration: none;
	display: block;
	clear: both;
}
.subReg a:hover
{
	background-image: url(/system_images/subRegBgLinkHover.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #7D0202;
}
a.subRegActive
{
	background-image: url(/system_images/subRegBgLinkHover.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #7D0202;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	border: solid 0px #000000;
	text-decoration: none;
	display: block;
	clear: both;
}
.subLevel
{
	background-image: url(/system_images/subLevelBg.gif);
	background-repeat: repeat-y;
	height: 22px;
	display: block;
	clear: both;
}
.subLevel a
{
	padding-left: 26px;
	line-height: 22px;
	height: 22px;
	color: #5F5F5F;
	text-decoration: none;
	display: block;
	clear: both;
	border: 0px solid #000;
}
.subLevel a:hover
{
	color: #7D0202;
	text-decoration: underline;
	background-image: url(/system_images/subRegBgLinkHover.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
}
a.subLevelActive
{
	padding-left: 26px;
	line-height: 22px;
	height: 22px;
	color: #7D0202;
	text-decoration: none;
	background-image: url(/system_images/subRegBgLinkHover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	clear: both;
	border: 0px solid #000;
}
a:hover.subLevelActive
{
	background-image: url(/system_images/subRegBgLinkHover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	clear: both;
	border: 0px solid #000;
}
/* SUBMENU END */




/* START NEW LEFT MENU DESIGN */
.submenu
{
	padding-left: 12px;
	padding-top: 2px;
	margin-top: 20px;
	width: 170px;
	height: 500px;
	float: left;
}
.subhead
{
	background-image: url(/system_images/subHead.gif);
	background-repeat: no-repeat;
	height: 18px;
	margin-bottom: 2px;
	padding-top: 4px;
}
.subhead a
{
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 0px;
	text-decoration: none;
}
.subhead a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* SHADED FORM BOXES START */
.shadedFormBoxTop
{
	break: both;
	display: block;
	background-image: url(/system_images/legoShadedFormBoxTop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 180px;
}
.shadedFormBoxMid
{
	background-image: url(/system_images/legoShadedFormBoxMid.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: transparent;
	width: 180px;
	border: solid 0px #000000;
	margin: 0px;
	padding: 0px;
}
.shadedFormBoxBot
{
	background-image: url(/system_images/legoShadedFormBoxBot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 180px;
}
.shadedFormBoxContent
{
	padding: 5px 15px 5px 20px;
}
.shadedFormBoxContent select, .shadedFormBoxContent option
{
	font-size: 10px;
	width: 145px;
}
/* SHADED FORM BOXES END */

/* RIGHT COLUMN BOXES START */
.regblockUnderTop
{
	padding-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #bbb;
	margin-bottom: 12px;
}
.regblockUnderTop a
{
	padding-left: 5px;
	font-weight: normal;
	margin-top: 3px;
}
.regblockSpacer
{
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 2px;
}
.regblockSpacerNone
{
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 2px;
}
.regblockTop
{
	color: #476da1;
	background: #eeeeee;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.colTop
{
	background-image: url(/images/bgTop.gif); /* SubArrow.gif */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 176px;
	border: solid 0px #000000;
	padding-left: 36px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 7px;
	font-size: 1.1em;
	font-weight: 700;
	color: #545454;
}
.regblockMid
{
	padding-left: 0px;
}
.colMid
{
	background-image: url(/images/bgMid.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: transparent;
	width: 217px;
	border: solid 0px #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
}
.colMid p
{
	font-size: 1.0em;
	color: #3b3b3b;
	padding-left: 36px;
	padding-right: 13px;
	border: solid 0px #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}

.colMidContent
{
	font-size: 1.0em;
	color: #3b3b3b;
	padding-left: 1px;
	padding-right: 13px;
	border: solid 0px #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.colBot
{
	background-image: url(/images/bgBot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 217px;
	height: 28px;
	margin-bottom: 2px;
	border: solid 0px #000000;
}
.rightColSearchButton
{
	vertical-align: -5px;
}
.rightColSearchField
{
	font-size: 1.1em;
	color: #707070;
	border: 1px solid #B7B7B7;
	width: 115px;
	padding: 1px;
	margin: 5px 0px 0px 0px;
}
.colTopPic
{
	background-image: url(/images/bgTop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 176px;
	height: 14px;
	border: solid 0px #000000;
	padding-left: 36px;
	padding-right: 5px;
	font-size: 1.1em;
	font-weight: 700;
	color: #545454;
}
.colBotPic
{
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 217px;
	margin-bottom: 2px;
	border: solid 0px #000000;
}
.colBotPic h1
{
	background-image: url(/system/arrow.gif);
	background-repeat: no-repeat;
	background-position: 14px -1px;
	border: solid 0px #000000;
	font-size: 1.1em;
	font-weight: 700;
	color: #545454;
	padding-top: 1px;
	padding-left: 36px;
	padding-right: 5px;
	height: 22px;
}
.colBotPic p
{
	font-size: 1.0em;
	color: #3b3b3b;
	padding-left: 36px;
	padding-right: 13px;
	border: solid 0px #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}
.gronstedtsTopBox
{
	background-image: url(/system_images/bgTopGronstedts.gif);
}
.gronstedtsMidBox
{
	background-image: url(/system_images/bgMidGronstedts.gif);
}
.gronstedtsBotBox
{
	background-image: url(/system_images/bgBotGronstedts.gif);
}
/* RIGHT COLUMN BOXES END */

/* BOTTOM COLUMN BOXES START */
.botBoxLeft
{
	width: 276px;
	padding-right: 5px;
	float: left;
	border: solid 0px #000000;
}
.botBoxRight
{
	width: 276px;
	float: left;
	border: solid 0px #000000;
}
.colStartTop
{
	background-image: url(/images/bgNews.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 235px;
	border: solid 0px #000000;
	padding-left: 36px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 7px;
	font-size: 1.1em;
	font-weight: 700;
	color: #545454;
	margin-top: 6px;
}
.colStartMid
{
	background-image: url(/images/bgBotMid.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: transparent;
	width: 276px;
	border: solid 0px #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
}
.colStartMid p
{
	font-size: 1.0em;
	color: #3b3b3b;
	padding-left: 36px;
	padding-right: 13px;
	border: solid 0px #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.colStartBot
{
	background-image: url(/images/bgBotNews.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 276px;
	height: 28px;
	margin-bottom: 2px;
	border: solid 0px #000000;
}

/* BOTTOM COLUMN BOXES END */

.regblock
{
	padding: 0px;
	display: block;
	clear: both;
	border: solid 1px #CCCCCC;
	margin-bottom: 15px;
}
.fleft
{
	float: left;
	border: solid 0px #ff0000;
}
.fright
{
	float: right;
	border: solid 0px #ff0000;
}
.frightPad1
{
	float: right;
	padding-right: 1px;
	border: solid 0px #ff0000;
}
.boxList
{
	background-image: url(/system_images/bgNews.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 6px;
	width: 278px;
	height: 150px;
	border: solid 0px #000000;
	float: left;
}
.boxList p
{
	font-size: 1.1em;
	font-weight: 900;
	color: #545454;
	padding-left: 36px;
	padding-right: 5px;
	padding-top: 14px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.boxList a
{
	margin-left: 18px;
	margin-right: 20px;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	background-color: transparent;
	border: solid 0px #000000;
	display: block;
	clear: both;
}
.boxList a:hover
{
	background-color: #E6E5DC;
}
.borderPicLeft
{
	padding: 1px;
	border: solid 1px #d6d6d6;
	margin-right: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.borderPicLeftNoMargin
{
	float: left;
	padding: 1px;
	border: solid 1px #d6d6d6;
	margin: 0px 10px 0px 0px;
}
.borderPicRight
{
	padding: 1px;
	border: solid 1px #d6d6d6;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.borderPicColMid
{
	border: solid 1px #ffffff;
	margin: 0px 0px 6px 0px;
}
.subpage
{
	width: 500px;
	border: solid 0px #000000;
	padding-left: 22px;
	padding-right: 30px;
	padding-bottom: 20px;
	line-height: 1.5em;
	float: left;
}
.subStrong, .substrong
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.vsBgBox
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 140px;
	height: 265px;
	padding: 15px 20px 15px 20px;
	margin: 0px 8px 0px 0px;
}
.vsBgBoxRight
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 139px;
	height: 265px;
	padding: 15px 20px 15px 20px;
	margin: 0px;
}
.vsContentBox
{
	color: #ffffff;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.vsContentBoxInput
{
	font-size: 10px;
	width: 137px;
	border: 1px solid #B7B7B7;
}
.vsBox
{
	background-repeat: no-repeat;
	float: left;
	width: 148px;
	height: 276px;
	padding-left: 22px;
	padding-right: 18px;
	padding-top: 15px;
	margin-right: 0px;
	border: solid 0px #000000;
}
.vsBoxRight
{
	background-repeat: no-repeat;
	float: left;
	width: 139px;
	height: 276px;
	padding-left: 22px;
	padding-right: 18px;
	padding-top: 15px;
	margin-right: 0px;
	border: solid 0px #000000;
}
.vsBoxHead, .vsBoxHeadCondensed
{
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bolder;
	margin-top: 0px;
	margin-left: -1px;
	margin-bottom: 4px;
	border: solid 0px #000000;
	display: block;
	clear: both;
}
.vsBoxHeadCondensed
{
	letter-spacing: -1px;
}
.vsBoxTxt
{
	color: #ffffff;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 4px;
	border: solid 0px #000000;
	display: block;
	clear: both;
}
vsCatWidth_1
{
	width: 88px;
}
vsCatWidth_2
{
	width: 57px;
}
.vsBoxListCol
{
	color: #ffffff;
	font-size: 1.0em;
	margin: 5px 0px 4px 0px;
	border: solid 0px #000000;
	display: block;
	float: left;
}
.vsBoxListText
{
	color: #000000;
}
a.vsBoxLink
{
	text-decoration: underline;
	display: block;
	clear: both;
}
.widthProdSpec
{
	width: 480px;
}
.widthProdSearch
{
	width: 220px;
}
.width250
{
	width: 250px;
}
.topSearchText
{
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	clear: both;
	display: block;
}
.topSearchText h4
{
	font-size: 1.6em;
}
.topSearchText div
{
	font-weight: normal;
	color: #000000;
}
.topSearchLinks
{
	background-image: url(/system_images/iconForwardBtn.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #F3F1E8;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 25px;
	margin-bottom: 5px;
	height: 23px;
	font-weight: bold;
	color: #7D0202;
	clear: both;
	display: block;
}
.spacerMark
{
	font-weight: normal;
}
.topSearchLinks a
{
	font-weight: normal;
}
.topSearchLinks div
{
	color: #7D0202;
	font-weight: bold;
}
.productListPic
{
	display: block;
	float: left;
	padding-top: 1px;
	border: solid 0px #000000;
}
.productListPicRight
{
	display: block;
	float: right;
	padding-top: 1px;
	border: solid 0px #000000;
}
.productListPic img
{
	padding: 1px;
}
a.productListProdPic
{
	display: block;
	border: solid 1px #e3e3e3;
	margin: 0px 8px 0px 8px;
	background-color: #fff;
}
a:hover.productListProdPic
{
	border: 1px solid #aaaaaa;
}

.smallPicOver
{
	width: 45px;
	height: 45px;
	cursor: hand;
	text-align: center;
}
.boxPicMargin
{
	margin-left: 8px;
}

/* START: CLEAR-fix class */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* END: CLEAR-fix class */

/* id specific tags */
#footer
{
	text-align: center;
	margin: 0 0 auto;
	background-image: url(/static/images/bottom.png);
	background-color:#fff;
	background-repeat: repeat-x;
	background-position: top;
	height: 74px;
	width: 982px;
	display: block;
	margin-top: 12px;
	border: 0px solid #ffffff;
	clear: both;
}
#footer p
{
	text-align: right;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-right: 6px;
	color: #336699;
	clear: both;
}
#txtcopyright
{
	text-align: left;
	margin-left: 8px;
	float: left;
}

/* START: brand-styles */
.brandsListPagesTextBlock
{
	margin: 0px 25px 20px 25px;
}
/* END: brand-styles */

/* DISCLAIMER START */
.disclaimerbody
{
	background-color: #ffffff;
	background-image: none;
	margin-top: 60px;
}
.disclaimercontent
{
	width: 510px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px auto;
}
.disclaimerPic
{
	margin-top: 40px;
}
.disclaimerBtnArea
{
	text-align: center;
	margin-top: 40px;
}
.disclaimerBot
{
	text-align: center;
	margin-top: 80px;
}
/* DISCLAIMER END */
#breadcrumbs
{
	padding-left: 195px;
	font-style: italic;
	font-size: 0.90em;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #7D0202;
}
.breadtop
{
	color: #696969;
}
.current
{
	font-weight: bold;
	color: #696969;
}

a.jobAddLink
{
	color: #3366CC;
}
a.jobAddLink:visited
{
	color: #3366CC;
}
a.jobAddLink:visited
{
	color: #3366CC;
	text-decoration: none;
}
a.jobAddLink:hover
{
	color: #85CE2F;
	text-decoration: underline;
}
/* trans png hack user1_add */
.user1Step
{
	margin-top: -25px;
	height: 48px;
	width: 48px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=    '/images/user1_add.png' , sizingMethod= 'scale' );
}
/* IE ignores styles with [attributes], so it will skip the following. */
.user1Step[class]
{
	background-image: url(/images/user1_add.png);
}
.colorsStep
{
	margin-top: -25px;
	height: 48px;
	width: 48px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=    '/images/colors.png' , sizingMethod= 'scale' );
}
/* IE ignores styles with [attributes], so it will skip the following. */
.colorsStep[class]
{
	background-image: url(/images/colors.png);
}

.mpg24
{
	height: 24px;
	width: 24px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=    '/images/media_play_green_24x24.png' , sizingMethod= 'scale' );
}
/* IE ignores styles with [attributes], so it will skip the following. */
.mpg24[class]
{
	background-image: url(/images/media_play_green_24x24.png);
}

/* * */

ul#navigation
{
	margin-top: 10px;
	padding: 0;
	width: 950px;
	text-align: right;
}

ul#navigation li
{
	display: inline;
	padding: 0;
	padding-top: 7px;
	height: 18px;
	text-align: center;
	padding-left: 10px;
}

.menuglobal
{
	width: 980px;
	margin-left: 1px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

.menuglobal a
{
	text-decoration: none;
}

.menuglobal a:hover
{
	text-decoration: underline;
}