/* The main stuff, body, fullscreen stuff and so on.. */
html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding:0px;
	border: 0px;
	height: 100%;
	background-color: #DAE9FE;
}

#container {
	position: absolute;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
* html #container {
	height: 100%;
} 
#wrapper {
	position: relative;
	top:15px;
	width: 950px;
	left:50%;
	margin-left:-475px;
}
#lockLayer {
	background-color:#000000;
	z-index: 10000;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:.50;
	cursor: default;
	visibility: hidden;
}

/* Some html modifications */
a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration:none;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration:none;
}
#userBar a:link, #userBar a:active, #userBar a:visited {
	color:#FFFFFF;
	font-weight: bold;
	font-size:10px;
}

#userBar a:hover {
	color:#FFCC33;
}
#login {
	height: 160px;
	width: 360px;
	position: absolute;
	margin-top: -100px;
	margin-left: -220px;
	left: 50%;
	top: 40%;
	z-index:10001;
	visibility:hidden;
	padding: 20px;
}
#logout {
	text-align:right;
	height: 18px;
	width: 250px;
	position: absolute;
	right: 15px;
	top: 11px;
	z-index:10001;
	visibility:visible;
}
#passwordStrength {
		margin-left:10px;
        height:10px;
        display:block;
        float:left;
}
.strength0 {
		margin-left:10px;
        width:250px;
        background:#FFFFFF;
}
.strength1 {
		margin-left:10px;
        width:50px;
        background:#ff0000;
}
.strength2 {
		margin-left:10px;
        width:100px;    
        background:#ff5f5f;
}
.strength3 {
		margin-left:10px;
        width:150px;
        background:#56e500;
}
.strength4 {
 		margin-left:10px;
        background:#4dcd00;
        width:200px;
}
.strength5 {
		margin-left:10px;
        background:#399800;
        width:250px;
}

#popupHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#pwdMeter {
	position: absolute;
	width: 200px;
	right: 60px;
}
.warningmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #CC0000;
}
#barMenu a:link, #barMenu a:active, #barMenu a:visited, #barMenu a:hover { 
	color: #FFFFFF;
	font-size:12px;
} 

.ProdBoxList a:link, .ProdBoxList a:active, .ProdBoxList a:visited { 
	color: #336699;
	font-size:12px;
} 
.ProdBoxList a:hover {
	text-decoration: underline;

}
.ProdBoxListHidden a:link, .ProdBoxListHidden a:active, .ProdBoxListHidden a:visited { 
	color: #336699;
	font-size:12px;
} 
.ProdBoxListHidden a:hover {
	text-decoration: underline;

}
.linkSubAct a:link, .linkSubAct a:active, .linkSubAct a:visited, .linkSubAct a:hover {
	color:#FF6600;
}
h1 {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.prodVersBar {
	font-weight: bold;
	color: #336699;
	background-color: #ECF2FB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94B0DC;
	border-bottom-color: #94B0DC;
	height: 20px;
	font-size: 10px;
}
.prodVersHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
span.underline { 
	text-decoration: underline; 
}

.drop {
	width: 190px;
	position: absolute;
	visibility:hidden;
	z-index: 3001;
}
.dropHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	background-image: url(../images/bg_drop.png);
	background-repeat: repeat-y;
	background-position: left;
}
.dropCompHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	background-image: url(../images/bg_dropComp.png);
	background-repeat: repeat-y;
	background-position: left;
}
.dropFooter {
	background-image: url(../images/bg_dropFooter.png);
	background-repeat: no-repeat;
	background-position: top;
}
.dropCompFooter {
	background-image: url(../images/bg_dropCompFooter.png);
	background-repeat: no-repeat;
	background-position: top;
}
.dropItemHover {
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}
.dropItem {
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: pointer;
	font-weight:bold;
	background-image: url(../images/bg_drop.png);
	background-repeat: repeat-y;
}
.dropCompItem {
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: pointer;
	font-weight:bold;
	background-image: url(../images/bg_dropComp.png);
	background-repeat: repeat-y;
}
.droprow {
	padding-top: 2px;
	padding-bottom:2px;
}
td.dropItem a:link, td.dropItem a:active, td.dropItem a:visited {
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
}
td.dropItem a:hover {
	color:#FF6600;
}
.dropItemHover {
	background-color: #FFFFFF;
	FONT-WEIGHT: normal; 
	CURSOR: pointer;
}
td.dropItemHover a:link, td.dropItemHover a:hover, td.dropItemHover a:active, td.dropItemHover a:visited {
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: underline;
	color: #006699;
	background-color:#FFFFFF;
}

.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94B0DC;
}
#userBar {
	font-size:10px;
	padding: 5px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bgUserBar.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.desc2Tag {
	font-size: 10px;
}
ul {
	margin: 0; 
	padding : 0; 
	list-style : none;
}
li.active {
	font-weight:bold;
}

/* Header area */
#header {
	width: 950px;
	height: 143px;
	background-image: url(../images/bgHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2000;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
}
#headerArea {

}
#logoBox {
	position: absolute;
	left: 35px;
	z-index:2002;
}
#userInfo {
	height: 20px;
	width: 200px;
	position: absolute;
	left: 15px;
	top: 4px;
	color: #FFFFFF;
	z-index: 2001;
}
#topbarLinks {
	width: 400px;
	height: 20px;
	text-align: right;
	top: 20px;
	position: relative;
	right: 30px;
	color: #FFFFFF;
	float: right;
	z-index:2001;
}
#topbarLinks a:link, #topbarLinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#topbarLinks a:hover, #topbarLinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
#simpleSearch {
	height: 20px;
	width: 250px;
	position: relative;
	float:right;
	top: 40px;
	text-align: right;
	left: 370px;	
	z-index:3004;
}
.simpleSearchfield {
	padding-right: 4px;
	border: 1px solid #0066CC;
	padding-left: 4px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	height: 15px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0px;
	left: 5px;
}
#livesearch {
	margin: 0px;
	width: 243px;
	text-align: left;
	top:20px;
	left: 5px;
	position: absolute;
}
.Livelist {
	padding-left: 5px;
	height: 30px;
}
#login {
	visibility:hidden;
}
.Liverow2 {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.LiveGroupHeading {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	background-color: #F2F2F2;
	padding-left: 5px;
	height: 25px;
	cursor: default;
}

#advancedSearch {
	height: 350px;
	width: 260px;
	position: absolute;
	top: 55px;
	visibility:hidden;
	right: 23px;
	z-index: 3002;
}
#loadingPage {
	position: absolute;
	top: 70px;
	z-index: 10003;
	background-image: url(../images/loadingPage.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	right: 30px;
}
#adminMenu {
	position: absolute;
	top: 85px;
	height: 20px;
	left: 350px;
}
#adminDrop {
	position: absolute;
	width: 150px;
	border:1px solid #FFFFFF;
	border-top: none;
	padding:12px;
	background-color:#FFFFFF;

}
#adminDrop li {
	padding-bottom:5px;

}

.xmlMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	font-size: 10px;
}
#mainMenuBar {
	width: 926px;
	left: 12px;
	top:116px;
	background-image: url(../images/bgMenu.png);
	background-repeat: repeat-x;
	height: 34px;
	position:absolute;
	z-index:2001;
	background-position: bottom;
}
#barMenu {
	position:absolute;
	right: 20px;
	top: 0px;
}
#barMenu li { 
	height:13px;
	margin: 0; 
	padding: 0; 
	padding-top: 8px; 
	padding-bottom: 7px;	
	float: left;
}
#barMenu li.active {
	color: #fff;
	padding-bottom: 6px;
	background-color: #FF9900;
	background-image: url(../images/bgMenuActive.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navi1 {
	background-image: url(../images/bg_navi1.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi1Act {
	background-image: url(../images/bg_navi1Act.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi2 {
	background-image: url(../images/bg_navi2.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi2Act {
	background-image: url(../images/bg_navi2Act.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi3 {
	background-image: url(../images/bg_navi3.png);
	background-repeat: no-repeat;
	width: 110px;
	text-align: center;
	cursor: pointer;
}
#navi3Act {
	background-image: url(../images/bg_navi3Act.png);
	background-repeat: no-repeat;
	width: 110px;
	text-align: center;
	cursor: pointer;
}
#navi4 {
	background-image: url(../images/bg_navi4.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi4Act {
	background-image: url(../images/bg_navi4Act.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
#navi6 {
	background-image: url(../images/bg_navi6.png);
	background-repeat: no-repeat;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
#navi6Act {
	background-image: url(../images/bg_navi6Act.png);
	background-repeat: no-repeat;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
#navi7 {
	background-image: url(../images/bg_navi7.png);
	background-repeat: no-repeat;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
#navi7Act {
	background-image: url(../images/bg_navi7Act.png);
	background-repeat: no-repeat;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
/* Main page area */
#main {
	width: 950px;
	z-index: 1000;
	background-image: url(../images/bgMain.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainArea {
	padding-top:0px;
	padding-left: 30px;
	padding-right: 30px;
}
#shoppingCartSum {
	width: 200px;
	height:15px;
	position: absolute;
	text-align:center;
	left: 50%;
	margin-left: -100px;
	top: 8px;
}

#custInfoSum {
	background-color: #ECF2FB;
	position: relative;
	padding:10px;
	top: 15px;
	height: 175px;
}
.cartRowBorder {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECF2FB;
}
#cartSideBox {
	position:absolute;
	top:140px;
	display:inline;
	height:auto;
	z-index: 100;
	visibility: hidden;
}
.cartRowOverlay {
	position:absolute;
	z-index:80000;
	height:90px;
	width:680px;
	padding-top:60px;
	margin-top:-15px;
	background-color:#FFFFFF;
	display:none;
	filter:alpha(opacity=80);
	opacity:0.8;
	text-align:center;
	font-size:24px;
	color:#000000;
}
#applicationHeader {
	position: relative;
	background-color:#ECF2FB;
	height: 14px;
	width: 680px;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	left: -10px;
	top: -10px;
}
#applicationHeader a, #applicationHeader a:link, #applicationHeader a:visited, #applicationHeader a:active {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
#applicationHeader a:hover {
	color:#FF6600;
}
.submenuContainer {
	float:left;
	width:200px;
}
.menuSpacer {
	float:left;
	width:20px;
}
#subMenu {
	left:30px;
	margin-left: 30px;
}
#subMenu ul {
	margin: 0;  
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	list-style:none;
}
#subMenu ul.active {
	background-color:#F8F8F8;
}
#subMenu li {
	margin: 0;
	padding: 0;
	padding-top:2px;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
}
.sUnderline {
	text-decoration: underline;
	color: #006699;
}
#mainTopSpacer {
	height: 30px;
	width: 890px;
	text-align: right;
	vertical-align: middle;
	padding-top: 20px;
	margin-left:30px;
}
#frontImg {
	background-image: url(../images/frontImg.jpg);
	background-repeat: no-repeat;
	height:400px;
	width: 890px;
	left: 30px;
	top:10px;
	position:relative;
	z-index:1000;
}
.pageContent {
	float:left;
	width: 680px;
	z-index:1002;
}
#prodDetails {
	width: 700px;
	float:left;
}
.sideBoxContainer {
	width: 190px;
	float:right;
}
.sideBoxHead {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgSideBoxHead.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 7px;
	padding-left: 7px;
}
.sideBoxHeadGreen {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgSideBoxHeadGreen.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 7px;
	padding-left: 7px;
}
.sideBoxContent {
	padding: 4px;
	width: 182px;
	background-color: #ECF2FB;
	color: #336699;
	font-size: 12px;
	margin: 0px;
}
.sideBoxFooter {
	background-image: url(../images/bgSideBoxFoot.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 190px;
}
.prodMainBox {
	font-family:Lucida Grande, Verdana, Arial, Helvetica;
	width: 480px;
	float:left;
}
.prodSideBox {
	padding: 7px;
	width: 186px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	top: 0px;
	right: 0px;
	font-size: 11px;
	color: #336699;
	float: right;
}
.adminApp {
	position:absolute;
	height: 100px;
	width: 300px;
	left: 50%;
	margin-left:-150px;
	top: 18px;
	background-color:#F5F8FD;
	border: 1px solid #ADC8EB;
	visibility:hidden;
	background-image: url(../images/bg_dropF.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	filter: alpha(opacity=98);
	opacity: .98;
	z-index:4001;
}
.showTechs {
	background-color: #ECF2FB;
	padding: 10px;
	width: 200px;
	position:absolute;
	top: 210px;
	right: 211px;
	filter: alpha(opacity=90);
	opacity:.90;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	visibility:hidden;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	line-height: 15px;
}
fieldset {
	border: 1px solid #CCCCCC;
	padding:10px;
}
legend {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.ProdBoxList {
	border: 1px solid #94B0DC;
	color: #336699;
	vertical-align:top;
}
.ProdBoxListHidden {
	border: 1px solid #CC0000;
	color: #336699;
	vertical-align:top;
}
.main_column {
	float: left;
	height: 500px;
	width: 211px;
	padding-top:15px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-right: 3px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#searchHeader {
	position: relative;
	top:20px;
	left:-17px;
	padding:20px;
	width:885px;
	background-color:#F2F2F2;
}
#searchRow {
	position:relative;
	top:21px;
	padding:10px;
	border-top:1px dotted #F2F2F2;
	border-bottom:1px dotted #F2F2F2;
}
.searchRowSec {
	position:relative;
	top:21px;
	padding:10px;
	border-top:1px dotted #F2F2F2;
	border-bottom:1px dotted #F2F2F2;
}
#cartSum {
	position:absolute;
	top: 70px;
	width:200px;
	text-align:left;
	right:60px;
}
#cartContent a:link, #cartContent a:active, #cartContent a:visited {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
#cartContent a:hover {
	color:#FF6600;
}
#cartContent .remove:link, #cartContent .remove:active, #cartContent .remove:visited {
	font-size:10px;
	font-weight:normal;
	color:#006699;
}
#cartContent .remove:hover {
	text-decoration:underline;
}
#showCartSummary .goToCartLink:link, #showCartSummary .goToCartLink:active, #showCartSummary .goToCartLink:visited {
	
	font-family:Lucida Grande, Verdana, Arial, Helvetica;
	font-size:12px;

}
#showCartSummary {
	position:absolute;
	width:400px;
	top:40px;
	right:20px;
	z-index:9999;
	font-family:Lucida Grande, Verdana, Arial, Helvetica;
	display:none;
}
#cartSummaryCloser {
	position:absolute;
	width:500px;
	height:100%;
	top:0px;
	right:0px;
	background-color:#FF0000;
	z-index:5000;
	display:none;

}
#cartSummaryContainer {
	background-image:url(../images/showCartSummary_header.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	top:0px;
	left:0px;

}

.freeShippingMsg {
	color:#339933;
	text-align:center;
}
.prodlistFooter {
	position:relative;
	bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6efff;
	height:30px;
	width:350px;
	background-image: url(../images/bg_pricetag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.priceTag {
	float:right;
	color: #336699;
	margin-top:8px;
	margin-right:10px;
	font-size:14px;
}
.priceTagLineThrough {
	float:right;
	color: #336699;
	margin-top:8px;
	margin-right:10px;
	font-size:14px;
	text-decoration:line-through;
}
.salePrice {
	background-image:url(../images/sale_star.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:absolute;
	bottom:30px;
	right:0px;
	color: #FFFFFF;
	font-size:12px;
	height:45px;
	width:72px;
	text-align:center;
	padding-top: 29px;
	font-family: Arial, Helvetica, sans-serif;
}
.currentPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4680B3;
}
.campaignPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#990000;
}
.stocktag {
	float:left;
	margin-top:9px;
	margin-left:10px;
}
.desc1Tag {
	margin-left:10px;
	padding-right:10px;
}
.desc2Tag {
	margin-left:10px;
}


/* Footer area */
.clearArea {
	clear: both;
	height: 10px;
	width: 950px;
	z-index:2999;
	background-image: url(../images/bgMain.png);
	background-repeat: repeat-y;
}
#footer {
	clear:both;
	position:relative;
	height: 100px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 3000;
	background-image: url(../images/bgFooter.png);
}

#footerArea {
	clear:both;
}
#poweredBy {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	position: relative;
	height: 18px;
	width: 300px;
	left: 30px;
	top: 40px;
	cursor: default;
}
#loginLogout {
	width: 150px;
	height: 20px;
	float: right;
	position: relative;
	top: 0px;
	right: 30px;
	text-align: right;
}
#legalLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 100px;
	position: relative;
	top: 30px;
	left: 450px;
}
#legal {
	height: 400px;
	width: 360px;
	position: absolute;
	margin-top: -200px;
	margin-left: -220px;
	left: 50%;
	top: 40%;
	z-index:10001;
	visibility:hidden;
	padding: 20px;
}
.textOr {
	color: #FF6600;
}

