/******************
** Shop styles
******************/
.TopNavRow2Text{

	 color :#000000;
	 FONT-SIZE  :12px;
	 FONT-FAMILY : Arial ;
	 TEXT-DECORATION  : none ;
	 background-color :#f2f5d6;
}

table.list {
	border-collapse: collapse;
}
table.list th {
	color :#ffffff;
	font-size  :12px;
	font-family : verdana ;
	font-weight  : bold ;
	text-decoration  : none ;
	background-color :#0b4484;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px;
	font-weight: bold;
}
table.list td {
	vertical-align: top;
	padding: 5px 10px;
}

.THHeader{
	color :#ffffff;
	font-size  :12px;
	font-family : verdana ;
	font-weight  : bold ;
	text-decoration  : none ;
	background-color :#0b4484;
	text-align: left;
	font-weight: bold;
}
.tdRow1Color {
	vertical-align:top;
	background-color :#f2f5d6;
}
.tdRow2Color {
	vertical-align:top;
	background-color :#e6eef0;
}

.ProductTitle{

	 color :#666666;
	 FONT-SIZE  :12px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
.ProductPrice{

	 color :#000000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
.CompPrice{

	 color :#FF0000;
	 FONT-SIZE  :11px;
	 FONT-FAMILY : Tahoma,Verdana,Arial ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}

.pagenavbg {
	 background-color :#FFFFFF;
}
.smalltextred{

	 color : #FF0000;
	 FONT-SIZE  :10px ;
	 FONT-FAMILY : Verdana ;
	 TEXT-DECORATION  : none ;
}



/* ======================= */
/* standrd html styles */
/* ======================= */

body {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #E2E0D4;
}

body, p, th, td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-color: #000000;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

a:link, a:visited {
	color: #000066;
	text-decoration:none;
}
a:link u, a:visited u {
	text-decoration:none;
}
a:hover, a:active{
	color: blue;
	text-decoration: underline;
}

hr {
	height: 0px;
	border: 0px solid #ABB1B8;
	border-top-width: 1px;
	clear: both;
}

img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px
}

ul {
	margin: 0;
	padding: 0 0 5px 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 5px 15px;
	padding: 0;
	width: auto;
}

/* ======================= */
/* common css styles */
/* ======================= */

hr.hidden {
	display: none;
	height: 0px;
	border: 0px;
}

input.inputtext {
	border: 1px solid #ABB1B8;
}

div.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}

img.floatleft
{
	border-right: 0px;
	border-top: 0px;
	margin-bottom: 5px;
	border-left: 0px;
	margin-right: 15px;
	border-bottom: 0px;
}

.notespanel
{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dee4eb
}

.warning {
	color: #C00;
}
.hint {
	color: #999;
}

a:link.external, a:visited.external {
	padding-right: 10px;
	background: url(/images/common/externallink.gif) right top no-repeat;
	position: relative;
}
a:hover.external, a:active.external {
	padding-right: 10px;
	background: url(/images/common/externallink_f2.gif) right top no-repeat;
}

/* ======================= */
/* page wrapper */
/* ======================= */

/* force scrollbars on firefox */
html { min-height: 100%; margin-bottom: 1px; }

#pagewrapper {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ABB1B8;
	background:#FFFFFF;

}


/* ======================= */
/* page header */
/* ======================= */

#breadcrumb {
	height:19px;
	padding-left:10px;
	background: #DEE4EB url(/images/backgrounds/bg_panel_blue.gif);
	font-size:10px;
	line-height: 16px;
	border-bottom: 1px solid #ABB1B8;
}

#pageheader {

	background: #FFFFFF url(/images/backgrounds/bg_header.jpg) no-repeat top right;
}

#logo { }

#websitetitle {
	padding-top: 7px;
	height: 28px !important;
	height /**/: 35px;
}

#strapline {
	height: 42px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainnavigation {
	padding: 0;
	height:26px;
	background: #FFFFFF;
	text-align: right;
}


#sitesearchform {
	text-align: right;
	padding-right: 10px;
}

#banner {
	background: url(/images/banners/banner_shop.jpg) no-repeat top left;
	height: 109px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
	position: relative;
}
#banner p {
	padding: 10px 0;
	margin: 0 10px;
}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
}
banner a:hover, #banner a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#banner form {
	position: absolute;
	bottom: 6px;
	right: 10px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner form input#txtsearch {
	width: 140px;
	margin: 0px;
}

/* ======================= */
/* page contents */
/* ======================= */

#pagecontents {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	
	width: 480px !important;
	width /**/: 550px;
}
html>body #pagecontents {
	width:480px;
}

.navigation {
	font-size: 12px;
}

.intro {
	font-size: 12px;
	text-align: center;
}

.large {
	font-size: 14px;
}

.panel {
	width: 47%;
	border-top: 1px solid #ABB1B8;
	padding: 10px 0px;
	margin-right: 3%;
	float: left;
}
.panel_wide {
	border-top: 1px solid #ABB1B8;
	padding: 10px 0px;
}
.imageright{
	float: right;
	margin-left:5px;
	border: 0px;
}
.imageleft{
	float: left;
	margin-right:5px;
	border: 0;
}
.panelProp70 {
	float: right;
	width: 1px;
	height: 70px;
}
.panelProp100 {
	float: right;
	width: 1px;
	height: 100px;
}
.panel h3, .panel_wide h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.panel p, .panel_wide p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.price {
	font-size: 12px;
}

.price_old {
	font-size: 12px;
	text-decoration: line-through;
}

.caption {
	font-size: 10px;
}

.picture_credit{
	font-size: 10px;
}

.search_results{

}
.search_result_panel{
	border-top: 1px solid #ABB1B8;
	padding: 5px 0px;
}

/* ======================= */
/* home page specific styles */
/* ======================= */

#fullwidth {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#fullwidth a, #fullwidth a:visited {
	text-decoration: none;
}
#fullwidth a:hover, #fullwidth a:active {
	text-decoration: underline;
}

table.layoutgrid_homepage{
	width: 100%;
	border: 4px solid white;
}
table.layoutgrid_homepage td{
	width: 25%;
	border: 4px solid white;
	padding: 8px;
	background: #DEE4EB url(/images/backgrounds/bg_panel_blue.gif);
}

#banner_tall {
	background: url(/images/banners/banner_default.jpg) no-repeat top left;
	height: 155px;
	padding: 10px;
	text-align: right;
	margin-bottom: 0px;
}

#banner_text {
	height:19px;
	line-height:19px;
	padding: 5px 20px;
	background: #DEE4EB url(/images/backgrounds/bg_panel_blue.gif);
	text-align: right;
}
#banner_text p {
	margin:0px;
}

.oifthumbnail {
	width: 75px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	position: relative;
	float: right;
}

.homepagelanguages {
	text-align: left;
}

table.homepagevisit td {
	vertical-align: middle;
	padding: 0 10px 10px 0;
}


.homepagelinks p {
	padding: 5px;
	margin: 0 0 2px 0;
}
.homepagelinks p.oddrow {
	background: #E6EEF0;
}
.homepagelinks p.evenrow {
	background: #F2F5D6;
}

.homeobjectinfocus {
	background: #F2F5D6;
	padding: 10px 0 15px 0;
}
.homeobjectinfocus div {
	margin: 0 auto;
}

form#homesubscribe input.text {
	vertical-align: middle;
	color: #000066;
	border: 1px solid #7F7E7A;
}
form#homesubscribe input.button {
	background: #0A4484;
	color: #FFFFFF;
	border: 1px solid #0A4484;
	vertical-align: middle;
}

/* ======================= */
/* receipt specific styles */
/* ======================= */
#receiptwrapper {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ABB1B8;
	background:#FFFFFF;
}
#receiptheader {
	background: #FFFFFF url(/images/backgrounds/bg_header.jpg) no-repeat top right;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ABB1B8;
}
#receiptcontent {
	padding: 0 0 20px 0;
	margin: 0 50px;
}
#receiptcontent table {
	width: 650px;
}
#receiptcontent table table {
	width: auto;
}

/* ======================= */
/* terms and conditions specific styles */
/* ======================= */
table.termsandconditions {
	width: 100%;
}
table.termsandconditions td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}
table.termsandconditions h3 {
	padding: 0 0 10px 0;
	margin: 0;
}
table.termsandconditions p {
	padding: 0 0 10px 0;
	margin: 0;
}

/* ======================= */
/* visiting specific styles */
/* ======================= */
.visit_link {
	font-weight: bold;
}

/* ======================= */
/* newletter specific styles */
/* ======================= */

form#newsletter {

}
form#newsletter th, form#newsletter td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: baseline;
}
form#newsletter input.text, form#newsletter select.country {
	width: 75%;
}

/* ======================= */
/* exhibitions list specific styles */
/* ======================= */

.exhibitionList
{
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
}
 .exhibitionList h2
{
	clear: left;
	padding: 10px 0px 7px 0px;
	margin: 0px;
	font-size: 12px;

}
.exhibitionList h3
{
	clear: left;
	padding: 10px 0px 3px 0px;
	margin: 0px;
	font-weight: normal;
}

.exhibitionPanel {
	width: 47%;
	min-height: 75px;
	padding: 5px 0px;
	margin-right: 3%;
	float: left;
}

.exhibitionList hr {
	clear: left;
}

/* ======================= */
/* side bar */
/* ======================= */

#sidebar {
	background:  #DEE4EB url(/images/backgrounds/bg_panel_blue.gif);

	padding: 10px;
	width: 165px !important;
	width /**/:185px;

}

#sidebar h3 {
	font-size: 12px;
	margin: 5px 0 10px 0;
}

#sidebar a:live {}
#sidebar a:visited {}
#sidebar a:hover, #sidebar a:active {}

#sidebar a:live.selected { color: #000000; }
#sidebar a:visited.selected { color: #000000; }
#sidebar a:hover.selected, #sidebar a:active.selected {}

#sidebar h3 a:live, #sidebar h3 a:visited { color: #000066; text-decoration: none;}
#sidebar h3 a:hover, #sidebar h3 a:active { color: blue; text-decoration: underline;}

#sidebar h2 a:live, #sidebar h2 a:visited { color: #000066; text-decoration: none;}
#sidebar h2 a:hover, #sidebar h2 a:active { color: blue; text-decoration: underline;}

.disclaimer {
	margin-top: 50px;
}
.disclaimer a:link, .disclaimer a:visited,
#sidebar .disclaimer a:link, #sidebar .disclaimer a:visited {
	padding-left: 12px;
	background: url(/images/common/externallink.gif) left 3px no-repeat;
}
.disclaimer a:hover, .disclaimer a:active,
#sidebar .disclaimer a:hover, #sidebar .disclaimer a:active {
	padding-left: 12px;
	background: url(/images/common/externallink_f2.gif) left 3px no-repeat;
}

/* ======================= */
/* footer */
/* ======================= */

#footer {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* ======================= */
/* splash screen */
/* ======================= */

.splash, .splash p, .splash td {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 110%;
}

.splash #pageheader {
	
		background: #FFFFFF url(/images/backgrounds/bg_header_splash.jpg) no-repeat top right;
		border-bottom: 1px solid #ABB1B8;
	
	height: 100px;
}
.splash #pageheader td {
	vertical-align: top;
}
.splash #logo {
	width: 67px;
}

.splash #websitetitle {
	height: 35px;
}

.splash #strapline {
	height: 60px;
}

.splash #fullwidth {
	padding: 40px 20px 20px 20px;
	width: auto;
	text-align: center;
	

}
.splash #fullwidth a, .splash #fullwidth a:visited, .splash #fullwidth a:hover, .splash #fullwidth a:active {
	
}

.splash #footer{
	padding: 10px 20px 40px 20px;
	text-align: center;
	
		border-top: 1px solid #ABB1B8;
	
}
.splash #footer a, .splash #footer a:visited, .splash #footer a:hover, .splash #footer a:active {
	
}


.collectionExhibitionList
{
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
}
 .collectionExhibitionList h2
{
	clear: left;
	padding: 10px 0px 7px 0px;
	margin: 0px;
	font-size: 110%;
}
.collectionExhibitionList h3
{
	clear: left;
	padding: 10px 0px 3px 0px;
	margin: 0px;
	font-weight: normal;
}

.collectionExhibitionList hr {
	clear: left;
}

.collectionPanelExhibition {
	width: 47%;
	min-height: 75px;
	padding: 5px 0px;
	margin-right: 3%;
	float: left;
}

.collectionPanelExhibitSection {
	line-height: 18px;
	width: 60%;
}
.collectionPanelExhibitionForth {
	width: 47%;
	min-height: 75px;
	padding: 5px 0px 1px 0px;
	margin-right: 3%;
	float: left;

}

#mainnavigationlink {
	background: #fff;
	padding: 0px 0px  0px 5px;

 }


 #mainnavigationlink a:visited, #mainnavigationlink a:link {
	background: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin:-1px 0px 0px 0px;
	color: #0B4484;
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	height 36px;
	display:block;
	float:left;
	line-height: 26px;
}

#mainnavigationlink a:hover, #mainnavigationlink a.active {
	background: #0B4484;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin:-1px 0px 0px 0px;
	color: #FFF;
	border-top: solid #0B4484 1px;
	border-left: solid #0B4484 1px;
	height 36px;
	display:block;
	float:left;
	line-height: 26px;
	 }

 #mainnavigationlink a:visited.selected, #mainnavigationlink a:link.selected ,#mainnavigationlink a:hover.selected, #mainnavigationlink a.active.selected {
	background: #0B4484;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin:-1px 0px 0px 0px;
	color: #FFF;
	border-top: solid #0B4484 1px;
	border-left: solid #0B4484 1px;
	height 36px;
	display:block;
	float:left;
	line-height: 26px;
	 }


	 #mainnavigationlink div{
background: #fff;
border-top: solid #999999 1px;
}

