

/*
div {
	font-family: Arial;
	font-size: 11px;
	color: black;
}
*/
body {
	margin: 0;
	background-color: #e1e2e2;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: black;
}
A, A:visited, A:active {
	color: #ff0000;
}
xA:hover {
	color: #CC3300;
}

#logo {
	float: left;
}
#logo img {
	margin: 15px 0 10px 10px;
	border: 0;
}
/*
#logo a {
	width: 574px;
	height: 69px; 
	margin: 15px 0 10px 10px;
	padding: 0;
	text-indent: -1700px;
	text-decoration: none;
	display: block;
	background-image: url(/img/logo_main.gif);
	background-repeat: no-repeat;	
	float: none;
}
h1#logo {
	width: 574px;
	height: 69px; 
	margin-bottom: 10px;
	padding: 0;
	text-indent: -1700px;
	background-image: url(/img/logo_main.gif);
	background-repeat: no-repeat;
	float: none;
}
*/
h1 {
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin: 0 0 3px 0;
	padding: 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0 0 2px 0;
	padding: 0;
	text-decoration: none;
}

#conditions h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0 0 2px 0;
	padding: 0;
	display: inline;
}

/*
#conditions p.left {
	border: 1px solid black;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}
#conditions p.right {
	border: 1px solid black;
	margin: 0;
	padding: 0;	
	float: left;
	width: 400px;
	clear: right;
}
*/

form {
	margin: 0px;
	padding: 0px;
}
input.textbox {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #999999;
}
input.submit {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
input.error {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #999999;
	border-right: 7px solid red;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #999999;
}
select.error {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	background-color: red;
}
table.formtable td  {
	padding: 0 5px 7px 0;
}
.required, .red {
	color: #ff0000;
}

.small {
	font-size: 9px;
}

br.small {
	font-size: 7px;
	line-height: 7px;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 770px;
	background-color: #ffffff;
	border-top: 1px #d4d5d5 solid;
	border-left: 1px #d4d5d5 solid;
	background-image: url("/img/border_right.gif");
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	margin: 30px auto 0;
}

#cart {
	float: right;
}
#cart a {
	width: 28px;
	height: 27px;
	margin: 47px 73px 0 0;
	padding: 0;
	text-indent: -1700px;
	text-decoration: none;
	display: block;
	background-image: url(/img/icons/cart.gif);
	background-position: left;
	background-repeat: no-repeat;	
	float: none;
}

#headSeparator {
	font-size: 1px;
	line-height: 1px;
	width: 764px;
	height: 8px;
	background-color: #e8e8e8;
}

#location {
	height: 38px;
	padding: 12px 0 0 10px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
}
#location font {
	font-size: 11px;
	color: #ff0000;
	text-transform: uppercase;
}
#location a {
	color: #000000;
	text-decoration: none;
}
#location a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#subMenu {
	width: 140px;
	height: 38px;
	text-align: center;
	padding: 12px 16px 0 0;
	float: right;
}
#subMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subMenu ul li a {
	color: #ff0000;
}

#navigation {
	width: 140px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li {
	margin-bottom: 1px;
}
#navigation ul li a {
	width: 107px;
	padding: 2px 0 2px 3px;
	background-color: #979797;
	color: #ffffff;	
	font-size: 9px;
	text-decoration: none;
	display: block;
}
#navigation ul li a:hover {
	background-color: #ff0000;	
}

#navigation ul li.break {
	display: block;
	background-color: #979797;
	width: 110px;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
}
#navigation ul ul li.break {
	display: block;
	xbackground-color: #cccccc;
	border-top: 1px dashed #cccccc;
	background-color: white;
	margin: 3px 0 4px 0;
	width: 110px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#navigation ul li a.selected {
	background-color: #ff0000;
}
#navigation ul li a.first {
	background-image: url('/img/menu_top.gif');
	background-position: top;
	background-repeat: no-repeat;
}
#navigation ul li a.firstSelected {
	background-color: #ff0000;
	background-image: url('/img/menu_top.gif');
	background-position: top;
	background-repeat: no-repeat;
}
#navigation ul li a.last {
	background-image: url('/img/menu_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
#navigation ul li a.lastSelected {
	background-color: #ff0000;
	background-image: url('/img/menu_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}	
#navigation ul ul li a.first,
#navigation ul ul li a.last,
#navigation ul ul li a {
	width: 105px;
	padding: 0 0 1px 5px;
	color: #000000;	
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	background-image: none;
}
#navigation ul ul li a:hover {
	background-color: transparent;
	color: #ff0000;
}
#navigation ul ul li a.firstSelected,
#navigation ul ul li a.lastSelected,
#navigation ul ul li a.selected {
	color: #ff0000;
	background-color: transparent;
	background-image: none;
}

#language {
	height: 38px;
	padding: 12px 0 0 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#language font {
	font-size: 11px;
	color: #ff0000;
	text-transform: uppercase;
}
#language a {
	color: #000000;
	text-decoration: none;
}
#language a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#content {
	width: 580px;
	padding-bottom: 30px;
	background-color: #ffffff;
	float: left;
}

#bar {
	float: right;
	width: 140px;
	padding: 0 16px 20px 0;
}
#bar div.artBar {
	width: 140px;
	background-color: #e5e6e6;
	background-image: url('/img/bar_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
#bar div.artBar div {
	width: 120px;
	background-color: transparent;
	background-image: url('/img/bar_top.gif');
	background-position: top;
	background-repeat: no-repeat;	
	padding: 10px;
	margin: 0;
}

div.artBox {
	float: left;
}
div.artBox div {
	float: none;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #cccccc;
}
div.artBox div a {
	display: block;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
div.artBox p {
	width:120px;
	margin:3px 0 20px;
	text-align:center;
	font-size: 9px;
}

.errorBox {
	border: 1px #ff0000 solid;
	background-color: white;
}

.errorSelectBox {
	color: #ff0000;
}
