* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1763aa;
	background: #c7eafb url(/resources/images/background.gif) repeat-x;
}

#header {
	width: 779px;
	height: 193px;
	background: url(/resources/images/header.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

*html #header {
  	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/header.png', sizingMethod='scale');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/header_img.png', sizingMethod='scale');*/
}

#header h1 {
	width: 779px;
	height: 193px;
	padding: 0;
	margin: 0;
	border: 0;
}

#container {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #ffffff;
	min-height: 440px;
	width: 779px;
	border-top: 7px solid white;
	float: left;
}

.left-column-top {
	width: 185px;
	height: 12px;
	background: url(/resources/images/menu-top.gif) top no-repeat;
}

.left-column {
	float: left;
	width: 185px;
	padding: 0 0 10px 0;
	background: url(/resources/images/menu-bottom.gif) bottom repeat-y;
	min-height: 440px;
}

.left-column-out {
	float: left;
	width: 185px;
	margin: 0 0 0 7px;
}

* html .left-column-out {
	margin: 0 0 0 3.7px;
}

.left-column-out img {
	border: 0;
	margin: 10px 0 0 0;
}

.right-column {
	float: right;
	width: 572px;
	background: url(/resources/images/content-background.gif) no-repeat;
	margin: 0 7px 0 0;
	min-height: 440px;
}

* html .right-column {
	margin: 0 3px 0 0;
	height: 540px;
}

#menu ul li {
	list-style-type: none;
	margin: 0 0 0 12px;
	width: 160px;
	background: none;
	padding: 0 0 0 0;
}

.menu-item a {
	position: relative;
	color: #1763aa;
	text-decoration: none;
	display: block;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	background: url(/resources/images/menu-bullet.gif) 0px 3px no-repeat;
}

.menu-item-selected a {
	text-decoration: none;
	display: block;
	height: 23px;
	color: #2cb5eb;
	padding: 0 0 0 12px;
	background: url(/resources/images/menu-bullet-hover.gif) 0px 3px no-repeat;
}

.menu-item a:hover  {
	text-decoration: none;
	background: url(/resources/images/menu-bullet-hover.gif) 0px 3px no-repeat;
	color: #2cb5eb;
}

.menu-item-selected a:hover {
	color: #2cb5eb;
}

ul li {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0 0 0 12px;
	background: url(/resources/images/menu-bullet.gif) 0px 3px no-repeat;
}

.no-bullet-list li {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	background: none;
}

.numbered-list li {
	list-style-type: decimal;
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
	background: none;
}

.image-right {	
	float: right;
	margin: 0 0 0 10px ;
}
.image-left {
	float: left;
	margin: 0 10px 0 0;
}

.image-home {
	height: 140px;
	margin: 0 0 10px 0;
}

img {
	border: 1px solid #1763aa;
}

h1 {
	font-size: 18px;
	color: #2cb5eb;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #2cb5eb; 
}

h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
   padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	color: #2cb5eb;
	padding: 0 0 0 0;
	margin: 0 0 5px 10px;
	width: 166px;
	border-bottom: 1px solid #2cb5eb; 
}

h4 {
	border-top: 1px solid #2cb5eb; 
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 10px 0 10px 0;
}

h5 {
	font-size: 13px;
	margin: 10px 0 10px 0;
}

h6 {
	font-size: 13px;
	margin: 10px 0 10px 0;
	font-style: italic;
}

.align-right {
	border-top: 1px solid #2cb5eb; 
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 10px 0 10px 0;
	text-align: right;
	font-weight: bold;
}

p {
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

a {
	color: #1763aa;
	text-decoration: underline;
	position: relative;
}

a:hover {
	color: #2cb5eb;
	text-decoration: none;
}

.clear {
	clear: both;
}

hr {
	margin: 10px 0 10px 0;
	background-color: #2cb5eb;
	border: 1px solid #2cb5eb;
}

#map {
	border: 1px solid #cccccc;
}

table.battcomp {
	border: 2px solid black;
}

table.battcomp tr.battcomp td.battcomp {
	border: 1px solid black;
	text-align: center;
	height: 50px;
	padding: 0 1px 0 1px;
	margin: 0;
}

#footer {
	width: 779px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	clear: both;
	font-size: 11px;
	background: url(/resources/images/footer.png) no-repeat;
}

*html #footer {
  	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/footer.png', sizingMethod='scale');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/header_img.png', sizingMethod='scale');*/
}

#footer p {
	padding: 20px 7px 0 0;
}

#footer a {
	color: #000000;
}

#xhtml_logo {
	text-align: center;
	width: 779px;
	margin: 0 auto 0 auto;
}

#xhtml_logo img {
	border: none;
	margin: 10px 0 0 0;
}

.formtextbox {
	padding: 0px;
}

.formlabel {
	float: left;
	width: 160px;
	padding: 2px 5px 0px 0px;
	text-align: right;
	color: #1763aa;
}

.label {
	color: #1763aa;
}

.formclear {
	clear: both;
}

.button {
	border: 1px solid #1763aa;
	float: right;
	margin: 20px 200px 0 0;
}

.formbutton {
	border: 1px solid #1763aa;
}

.textfield {
	border: 1px solid #1763aa;
	margin: 2px 0 2px 0;
}

.error-msg {
	padding: 4px 0 4px 165px;
}

.imagewrapper {
	position: relative;
	float: left;
}

.imagewrapper img {
	border: 0;
}

.imagewrapper span {
	position: absolute;
	z-index: 2;
	width: 36px;
	height: 36px;
}

.curve1 {
	background: transparent url(/resources/images/curves/right-corner-top.png) top right no-repeat;
	top: 0;
	right: 0px;
}

.curve2 {
	background: transparent url(/resources/images/curves/right-corner-bottom.png) bottom right no-repeat;
	bottom: 0;
	right: 0;
}

.curve3 {
	background: transparent url(/resources/images/curves/left-corner-top.png) top left no-repeat;
	top: 0;
	left: 0px;
}

.curve4 {
	background: transparent url(/resources/images/curves/left-corner-bottom.png) bottom left no-repeat;
	bottom: 0;
	left: 0;
}

* html .curve1 {
	right: -1px;
	background: transparent url(/resources/images/curves/right-corner-top.gif) top right no-repeat;
}

* html .curve2 {
	right: -1px;
	bottom: 2px;
	background: transparent url(/resources/images/curves/right-corner-bottom.gif) bottom right no-repeat;
}

* html .curve3 {
	background: transparent url(/resources/images/curves/left-corner-top.gif) top left no-repeat;
}

* html .curve4 {
	bottom: 2px;
	background: transparent url(/resources/images/curves/left-corner-bottom.gif) bottom left no-repeat;
}	






.fieldvaluebasket {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	border-color : gray;
	border-style : solid;
	border-width : 1px;
}

.fieldvaluebasketnoborder {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
}

.cartbody {
	background-color : #DCDCDC;
	font-size: 12px;
	color: black;
	padding: 2px;
}

.cartheader {
	background-color : #2cb5eb;
	font-size: 12px;
	color: white;
	padding: 2px;
}

.productbody {
	float: left;
}

.pricetext {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	width: 200px;
}

img.noborder {
	border: 0px;
}
