body, html {
color: #333; font: 13px 'Lucida Grande', Verdana, sans-serif;
background: #fff;
margin: 0;
height: 100%;
}

#popup {
	background:url(/images/box.png) no-repeat;position:fixed;top:10px;left:10px;width:822px;height:648px;display:none;z-index:9999;
}

#popup .inner {height:618px;}

#popup-image img {
	height: 516px;
}

#popup.small {
	height:548px;
	background-image:url(/images/boxSmall.png);
}

#popup.small .inner {
	height:518px;
}

#popup.small #popup-image {
	text-align: center;
}

#popup.small #popup-image img {
	height: 416px;
	margin: auto;
}


#popup-image {
	cursor: pointer;
}

.page-article {
	width: 390px;
}

#nav-about-us a {
	height: 16px;
}
#nav-photography a {
	height: 20px;
}
#nav-books a {
	height: 16px;
}
#nav-exhibitions a {
	height: 16px;
}
#nav-contacts {
	padding: 0;
}
#nav-contacts a {
	height: 15px;
}

#container {
	width: 930px;
	background: #FCFDFD url(/images/bg.png) no-repeat center top;
	background-attachment: fixed;
	margin: auto;
	min-height: 100%;
	padding-right: 40px;
	padding-left: 45px;
	position:relative;
}

#header {
}

#header h1 {
	display: block;
	width: 387px;
	height: 63px;
	font-size: 1pt;
	text-indent: -387px;
	overflow: hidden;
	background: url(/images/logo.png);
	float: left;
	margin: 70px 0 12px 15px;
}

#cart {
	position: absolute;
	top: 0;
	right: 40px;
	width: 301px;
	background: #FFF;
	margin: 0;
	z-index: 1000;
}

a img {
	border: none;
}

#cart .item {
	font-size: 8pt;
	margin-bottom: 1px;
}

#cart td, #cart th {
	font: 9pt Arial;
}

td input {
	font-size: 8pt;
	text-align: center;
	width: 16px;
	padding: 3px;
	border: 1px solid #E6E6E6;
}

#content { 
	margin-top: 20px;
	clear: both;
}

table {
	width: 100%;
}

table th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 7px
}

.qty {
	text-align: center;
}

tr {
	border-bottom: 1px solid red
}

td.space img {
	display: block;
}

th, td {
	font-size: 9pt;
}

td.catno {
	padding: 7px 0;
}

td.space {
	background: url(/images/dotted.gif) repeat-x;
	height: 1px !important;
	min-height: 1px;
}

.nav ul, .nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav ul {
	float: left;
	display: block;
	background: url(/images/navLinks.png);
	width: 119px;
	height: 112px;
}

.nav li a {
	display: block;
	text-indent: -119px;
	overflow: hidden;
}

.nav li {
	font-size: 12pt;
	padding-bottom: 7px;
}

#innercontent {
	width: 740px;
	float:right
}

#innercontent h2 {
	font-size: 18pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
	color: #2a2a2a;
}

.product {
	clear:both;
	background: white;
	padding: 3px;
	min-height: 90px;
	margin-bottom: 14px;
}

.product .thumb {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.product strong {
	color: #303030;
	font-size: 10pt;
	font-weight: normal;
	display:block;
	margin-top: 12px;
}

/*div.price {
	border: 1px solid #e6e6e6;
	padding: 23px 11px;
	float: right;
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 8px;
}

div.price b {
	font-size: 15pt;
	font-weight: normal;
}*/

div.price {
	border: 1px solid #e6e6e6;
	padding: 15px 11px;
	float: right;
	font-family: Arial;
	font-variant: small-caps;
	font-size: 9pt;
	margin-left: 6px;
	margin-top: 10px;
	width: 70px;
	text-align: center;
}

div.price b {
	font-size: 15pt;
	font-weight: normal;
	display:block;
	margin-top:1px;
}

.buttons {
	float: right;
	padding: 13px 0;
	margin-left: 20px;
	margin-top: 8px;
}

.buttons a {
	display: block;
	clear:both;
}

.buttons img {
	display: block;
	margin-right: 15px;
	margin-bottom: 5px;
}