
body {
	margin-left: 10px;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

select, input {
	font-size:10px;
}


#preview {
	width: 360px;
	

}

#productselection {
	width: 340px;
	border: 1px dashed #ccc;

}

#optionselection {
	padding: 5px;
	width: auto;

}

#cartview {
	width: auto;
	border: 1px dashed #ccc;
	margin-top: 20px;
	padding: 10px;
}

.red {
	color: #cc0000;
	font-weight: bold;
}


a.arrow:link { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
	
}
a.arrow:visited { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}
a.arrow:active { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}
a.arrow:hover { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}


a.helplink:link { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/icon-help.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	font-size: 11px; 
	
}
a.helplink:visited { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/icon-help.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	font-size: 11px; 
}
a.helplink:active { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/icon-help.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	font-size: 11px; 
}
a.helplink:hover { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/icon-help.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	font-size: 11px; 
}

#katselection {
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
	background-color: #efefef;
	padding-left: 5px;
}

#katselectionlinks li {
	margin-bottom: 15px;
	font-size: 11px;
}

#katselectionlinks b {
	font-size: 11px;
}

#msg {
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	position: absolute;
	top:30px;
	left:50%;
	margin-left: -125px;
	border:1px solid #B80000;
	background-position: 5px 9px;
	background-color: #efefef;
	
}

.msgText {
	font-weight:bold;
	font-variant:small-caps;
	color: #B80000;
	width: 190px;
}

.arrow {
	background-image: url(/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px;
}

#generatorhelp {
	
	
}

#generatorhelp li {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 11px;
}

#generatorhelp h2 {
	color: #2B425E;
}

#generatorhelp .small {
	
	font-weight: normal;
}

.myinput {
	width:150px;
	border: 1px solid #91ABE1;
	background-image: url(/gfx/navSub1.gif);
	background-repeat: no-repeat;
}

.closeme {
	text-align: right;
	height:20px;
	background-color: #91ABE1;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}

a.optionlink:link, a.optionlink:visited, a.optionlink:active {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc;
	background-color:#f7f7f7;
	text-decoration: none;
	width: 110px;
}

a.optionlink:hover {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #85C2E1;
	background-color:#fff;
	width: 110px;
	color: #006699;
}


#zoptionlink a.optionlink:link, #zoptionlink a.optionlink:visited, #zoptionlink a.optionlink:active, #zoptionlink a.optionlink:hover {
	padding-left: 50px;
	background-image: url(/gfx/textoptions.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}