/* @override http://glosters.richard.dsukcore.co.uk/css/screen.css */

/* @group Core */

html {
	height: 100%;
}

body {
	margin: 0 auto;
	width: 800px;
	position: relative;
	background: url(/images/body.gif) 50% 50% repeat-y #303030;
	font-family: Lucida Grande, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100%;
}


/* @end */

/* @group Tags */

a {
	color: #242A44;
}

a[href^="http:"] {
	background: url(/images/buttons/external.gif) no-repeat right top;
	padding-right: 13px;
}

a:hover {
	color: #B6233A;
}

a img {
	border: none;
}


/* @end */

/* @group Structure */

/* @group Search Suggest */

#suggest {
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  right: 43px;
  top: 113px;
  border: 2px solid #262c44;
  box-shadow: 3px 3px 5px #111;
  -webkit-box-shadow: 3px 3px 5px #111;
  visibility: hidden;
}

img.loader {
	margin: 10px 0px 10px 150px;
}

#suggest h5 {
    display: block;
    /*background: #333;*/
    /*background: #B22339;*/
    background: #262c44;
    width: 300px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    padding: 0px 10px;
    font-family: Lucida, sans-serif;
    margin: 0px;
    font-weight: normal;
}

#suggest p,
#suggest a {
	text-align: left;
    display: block;
    width: 300px;
    height: 45px;
    padding: 10px;
    border-bottom: 1px solid black;
    margin: 0px;
    font-family: Lucida, sans-serif;
    font-size: 10px;
    color: #333;
}

#suggest a:hover {
	background: #ccc;
}

#suggest p span,
#suggest a span {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    clear: none;
    float: left;
    margin: 0px 10px 0px 0px;
}

#suggest a.block {
	width: 300px;
	height: 15px;
	/*background: #B22339;*/
	background: #262c44;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}


/* @end */

#minHeight {
  	display: block !important;
  	float: left;
  	width: 1px;
  	height: 100%;
}

#wrapper {
	display: table;
	margin: 0 auto;
	width: 720px;
	background: white;
}

#banner {
	width: 720px;
	height: 76px;
	float: left;
	clear: left;
	background: url(/images/banner.gif) top center no-repeat transparent;
}

#banner a.logo {
	display: block;
	width: 160px;
	height: 52px;
	background: url(/images/logo.gif) 50% 50% no-repeat transparent;
	float: left;
	clear: left;
	margin: 5px 0px 0px 7px;
}

#miniBasket {
	display: block;
	width: 259px;
	height: 24px;
	float: right;
	clear: right;
	background: url(/images/basket.gif) 50% 50% no-repeat transparent;
	color: #fff;
	text-align: right;
	margin: 21px 6px 0px 0px !important;
	margin: 21px 3px 0px 0px;
	line-height: 24px;
}

#miniBasket span {
	margin: 0px 8px;
}

#miniBasket a {
	color: #faeb9a;
	margin: 0px 15px;
}

#miniBasket span#view {
	margin-right: 25px;
}

#nav {
	width: 720px;
	height: 31px;
	float: left;
	clear: left;
	background: url(/images/nav.gif) 50% 50% no-repeat transparent;
	margin: 6px 0px 0px 0px;
}

#nav a.home {
	display: block;
	height: 17px;
	width: 16px;
	text-decoration: none;
	border: none;
	background: url(/images/buttons/home.gif) 50% 50% no-repeat transparent;
	float: left;
	clear: none;
	padding: 5px 12px 6px 6px;
	margin: 1px 0px 4px 4px;
	border-right: 1px solid #b22339;
}

#nav a.home:hover {
	background: url(/images/buttons/home_over.gif) 50% 50% no-repeat transparent;
}

#nav ul {
	list-style: none;
	height: 29px;
	padding: 0px;
/*	padding-top: 2px;
*/	display: inline;
	position: relative;
	margin: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	clear: none;
	display: block;
	background: none;
	height: 28px;
	width: auto;
	line-height: 28px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 8px;
	margin-top: 1px;
	border-right: 1px solid #b22339;
	border-left: 1px solid #e12643;
	text-shadow: 0px 1px 1px #4d0e18;
}

#museum a.museumNav,
#research a.researchNav,
#donate a.donateNav,
#education a.educationNav,
#friends a.friendsNav,
#forum a.forumNav,
#news a.newsNav,
#shop a.shopNav,
#collection a.collectionNav,
#soldiers a.soldiersNav,
#nav ul li a:hover {
	color: #faeb9a;
	background: url(/images/hover.gif) 50% 50% repeat-x transparent;
	border-left: 1px solid #b22339;
	border-right: 1px solid #e12643;
}

#nav ul li a.first {
	border-left: none;
}

#nav ul li a.last {
	border-right: none;
}

form#search {
	float: right;
	clear: none;
	width: 122px !important;
	width: 120px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

form#search input {
	border: none;
	width: 75px;
	height: 19px;
	text-indent: 0px;
	padding-left: 20px;
	background: transparent;
	clear: none;
	float: left;
	color: #6c6c6c;
	line-height: 20px;
}

form#search input:focus {
	outline: none;
}

form#search a.arrows {
	clear: none;
	float: right;
	display: none;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	margin: 5px 9px 0px 0px !important;
	margin: 3px 4px 0px 0px;
	background: url(/images/arrowsButton.gif) 50% 50% no-repeat;
}

form#search a.cross {
	clear: none;
	float: right;
	display: none;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	margin: 4px 9px 0px 0px !important;
	margin: 2px 4px 0px 0px;
	background: url(/images/crossButton.gif) 50% 50% no-repeat;
}

#content {
	width: 720px;
	float: left;
	clear: both;
/*  display: table;*/
	height: 100%;
	padding-top: 8px;
	padding-bottom: 55px;
}

#primary {
	width: 535px;
    margin:0px;
	float: left;
	clear: right;
	padding: 0px;

}

#soldierPage #primary {
  margin: 0;
  width: 550px;
}

#collection #primary,
#calendar #primary,
#onthisday #primary,
#onthisday #primary,
#terms #primary,
#sitemap #primary,
#checkout #primary,
#basket #primary {
  width: 720px;
  margin: 0 auto;
  background:none;
}

#primary .largeBox {
	display: table;
	margin: 5px 0px 20px 0px;
	padding-bottom: 0px;
	width: 517px;
	background: url(/images/largeFade.gif) 0px 22px no-repeat transparent;
}

#primary .largeBox ul {
  margin: 10px 0px 5px 0px;
  padding-top: 5px;
  text-align: center;
  /*background-color: #dcdcdc;*/
}

#linksTable td {
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 10px;
}

#linksTable span {
	color: #333333;
	font-size: 14px;
}

#primary .largeBox li {
/*  display: inline;*/
}

#primary p {
	padding-left: 5px;
}

#primary .fullBox {
	display: table;
	margin: 5px 0px 20px 0px;
	padding-bottom: 10px;
	width: 705px;
	background: url(/images/fullFade.gif) 0px 22px no-repeat transparent;
}

#primary .largeBox h3,
#primary .fullBox h3 {
	padding: 0px 0px 0px 15px;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	display: block;
	color: #ffffff;
}

#primary .largeBox h3 {
	width: 517px;
	height: 22px;
	background: url(/images/primaryHeader.gif) 0 0 no-repeat;
}

#primary .fullBox h3 {
	width: 705px;
	height: 22px;
	background: url(/images/primaryHeaderFull.gif) 0 0 no-repeat;
}

#primary .largeBox h4,
#primary .fullBox h4 {
	margin: 15px;
	font-size: 13px;
	color: #242A44;
}

#primary .largeBox hr {
	margin: 15px;
	width: 500px;
}

#primary .fullBox hr {
	margin: 15px;
	width: 720px;
}

#primary .largeBox p,
#primary .fullBox p,
#primary .largebox quote {
	margin: 15px;
	line-height: 20px;
}

#primary .largeBox img.content,
#primary .fullBox img.content {
	display: block;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 20px 15px 10px 10px;
	float: right;
	clear: right;
}

#primary .largeBox img.enlarge,
#primary .fullBox img.enlarge {
	background: url(/images/buttons/enlarge.gif) bottom center no-repeat #ffffff;
	padding: 5px 5px 25px 5px;
	margin-bottom: 12px;
}

#primary .largeBox img.enlarge:hover,
#primary .fullBox img.enlarge:hover {
	border-bottom: 3px solid #B6233A;
	margin-bottom: 10px;
}

#primary .largeBox form {
	display: block;
	margin: 0px;
	width: 100%;
}

#primary .fullBox form {
	display: block;
	margin: 0px;
	width: 100%;
}

#primary .largeBox ul {
	padding-left: 0px;
}
#primary .fullBox ul {
	padding-left: 15px;
}

#secondary {
	width: 183px;
/*	height: 300px;*/
	/*float: right;
	clear: right;*/
	float: left;
	clear: left;
	overflow: hidden;
}

#secondary .smallBox {
	display: table;
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
	width: 168px;
	background: url(/images/smallFade.gif) left top no-repeat;
}

#secondary .smallBox h3 {
	padding: 0px 0px 0px 8px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	display: block;
	color: #ffffff;
	width: 168px;
	height: 22px;
	background: url(/images/secondaryHeader.gif) 0 0 no-repeat;
}

#secondary .smallBox h3.navHead {
	background: url(/images/secondaryHeaderNav.gif) 0 0 no-repeat;
}

#secondary .smallBox p {
	display: block;
	margin: 8px 17px 8px 8px;
	line-height: 18px;
}

#secondary .smallBox h4 {
	display: block;
	margin: 8px;
	color: #2A2444;
	font-size: 12px;
}

#secondary .smallBox ul {
	list-style: none;
	padding: 0px;
	margin: 8px 17px 8px 8px;
	line-height: 25px;
}

#secondary .smallBox ul li {
	border-bottom: 1px solid #cccccc;
}

#secondary .smallBox ul li.highlight a {
	color: #B6233A;
}

#footerWrapper {
	height: 0px;
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 720px;
}

#footer {
	width: 720px;
	height: 36px;
	background: url(/images/footer.gif) 50% 50% no-repeat;
	position: absolute;
	bottom: 0 !important;
	font-size: 10px;
}

#footer span#copyright {
	display: block;
	float: left;
	clear: left;
	color: #ffffff;
	padding: 12px 0px 0px 15px;
}

#footer span#copyright a {
	color: #faeb9a;
}

#footer a#datasouth {
	display: block;
	float: right;
	clear: right;
	color: #ffffff;
	padding: 12px 15px 0px 0px;
	background: transparent none;
}

#footer a#datasouth span.uk {
  color: #FF6600;
}



/* @end */

/* @group Home */

#primary a#introduction {
	display: block;
	float: left;
	clear: left;
	text-decoration: none;
	width: 264px;
	height: 146px;
	margin-top: 3px;
	color: #ffffff;
	background: url(/images/introduction.gif) 50% 50% no-repeat;
}

#primary a#introduction:hover {
	opacity: 0.9;
	text-decoration: none;
}

#primary a#introduction span.introductionHeader {
  display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px;
	font-size: 14px;
	color: #faeb9a;
}

#primary a#introduction span.introductionText {
  display: block;
	padding: 10px 0 0 0;
	margin: 0 9px;
	line-height: 19px;
	font-size: 9px;
}

#primary a#timelineButton {
	display: block;
	float: right;
	clear: right;
	width: 264px;
	height: 146px;
	margin-top: 3px;
	background: url(/images/timelineButton.gif) 50% 50% no-repeat;
}

#primary a#timelineButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

#primary a#soldierButton {
	display: block;
	float: left;
	clear: left;
	margin-top: 10px;
	width: 264px;
	height: 146px;
	background: url(/images/soldierButton.gif) 50% 50% no-repeat;
}

#primary a#soldierButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

#primary a#collectionButton {
	display: block;
	float: right;
	clear: right;
	margin-top: 10px;
	width: 264px;
	height: 146px;
	background: url(/images/collectionButton.gif) 50% 50% no-repeat;
}

#primary p#adsenseSquare2 {
	display: block;
	text-align:center;
	float: right;
	clear: right;
	margin-top: 30px;
	width: 234px;
	height: 230px; 
}

#primary p#adsenseSquare1 {
	display: block;
	text-align:center;
	float: left; 
	clear: left;
	margin-top: 30px;
	width: 234px;
	height: 230px;
}


#primary p#adsenseRect1 {
	display: block;
	text-align:center;
	float: left; 
	clear: left;
	margin-top: 30px;
	width: 183px;
	height: 153px;
}
#primary p#adsenseRect2 {
	display: block;
	text-align:center;
	float: left; 
	margin-top: 30px;
	width: 183px;
	height: 153px;
}

#primary p#adsenseRect3 {
	display: block;
	text-align:center;
	float: left; 
	margin-top: 30px;
	width: 128px;
	height: 128px;
}



#primary a#collectionButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

#primary a#quizButton {
	display: block;
	float: left;
	clear: left;
	margin-top: 10px;
	width: 264px;
	height: 146px;
	background: url(/images/quizButton.gif) 50% 50% no-repeat;
}

#primary a#quizButton:hover {
	opacity: 0.9 !important;
	text-decoration: none;
}

#primary a#shopBigButton {
	display: block;
	float: right;
	clear: right;
	margin-top: 10px;
	width: 264px;
	height: 146px;
	background: url(/images/shopButton.gif) 50% 50% no-repeat;
}

#primary a#shopBigButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

#primary a#featureButton {
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	margin-top: 10px;
	width: 535px;
	height: 210px;
	background: url(/images/featureButton.gif) 50% 50% no-repeat;
	text-decoration: none;
}

#primary a#featureButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

div.itemPreview {
	width: 145px;
	height: 105px;
	border: 1px solid #ccc;
	margin: 8px;
	background: #fff;
	float: left;
}

div.itemPreview a {
	display: block;
	text-decoration: none;
	width: 135px;
	height: 95px;
	margin: 5px;
	float: left;
}

#secondary .newsFeedItem {
	width: 142px;
	margin: 8px 0px 0px 8px;
	padding: 0px 4px 8px 4px;
	border-bottom: 1px solid #cccccc;
}

#secondary .newsFeedItem a {
	display: block;
	clear: both;
}

#secondary .newsFeedItem a.highlight {
	color: #B6233A;
}

#secondary a#shopButton {
	display: block;
	width: 168px;
	height: 63px;
	clear: both;
	background: black;
	background: url(/images/shopButton.gif) 50% 50% no-repeat;
}

#secondary a#shopButton:hover {
	opacity: 0.9;
	text-decoration: none;
}

#secondary p.newsFeedFoot {
	clear: both;
}

#secondary p.newsFeedFoot a.leftNews {
	clear: none;
	float: left;
	display: block;
}

#secondary p.newsFeedFoot a.rightNews img {
	clear: none;
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
}


/* @end */

/* @group General Content */

/* @group Glossary */

table.glossary {
	margin: 10px 15px 20px 15px;
}

table.glossary td.left {
	vertical-align: top;
	width: 100px;
	color: #B6233A;
	border-bottom: 1px solid #cccccc;
}

table.glossary td.right {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

ul.friend {
	list-style: none;
	margin: 0px 15px !important;
	padding: 10px 15px;
	display: block;
	border: 1px solid #ccc;
	background: #F9F9F9;
	background: #FFFFCC;
}

ul.friend li {
	padding-left: 20px;
	line-height: 24px;
	font-size: 16px;
	background: url(/images/bullet.gif) no-repeat 0px 6px transparent;
}

ul#appointmentBox {
	display: block;
	width: 300px;
	margin: 0px 15px !important;
	padding: 10px 15px !important;
	list-style: none;
	border: 1px solid #ccc;
	background: #F9F9F9;
}

ul#appointmentBox li {
	display: block;
	height: 30px;
	padding: 0px !important;
	margin: 0px !important;
}

ul#appointmentBox label {
	float: left;
	clear: left;
}

ul#appointmentBox input,
ul#appointmentBox select {
	float: right;
	clear: right;
}


/* @end */



/* @end */

/* @group Soldier Records */

#primary #records_wrapper {
  width: 550px;
  height: 791px;
  background: url(/images/soldier-record_tabs.jpg) no-repeat;
}

#records_table {
  margin: -2px 0 0 30px;
  clear: both;
  border-collapse: collapse;
  /*width: 500px;
  height: 720px;*/
  font: 12px 'Courier New', Courier, sans-serif;
  color: #333;
  border: solid #ccc 1px;
  border: none !important;
}

#notes {
  display: none;
}

#records_table td {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding: 5px 10px 5px 10px;
}

#records_table #header {
  font: 18px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px;
}

#records_table #header_2 {
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 20px 10px 10px 10px;
}

#records_table td#label {
  font-weight: bold;
}

#records_table td#notes {
  font-weight: bold;
  height: 170px;
}

#records_tabs {
  margin: 0 0 0 26px;
}

#records_nav {
    display: inline;
}

#records_nav li {
    display: block;
    position: relative;
    height: 30px;
    float: left;
    margin-bottom: 10px;
}

#records_nav a {
    color: #FFFFFF;
    display: block;
    height: 30px;
	background: none;
}

#records_nav li span {
      height: 100%;
      width: 100%;
      display: block;
      top: 0px;
      left: 0px;
      position: absolute;
      cursor: pointer;
}

#records_nav #bit_1 {
  width: 20px;
  background: url(/images/tab_bit_1.jpg) 0px 30px;
}

#records_nav #bit_2 {
  width: 20px;
  background: url(/images/tab_bit_2.jpg) 0px 30px;
}

#records_nav #tab_1 {
  width: 171px;
  background: url(/images/tab_1.jpg) 0px 30px;
}

#records_nav #tab_2 {
  width: 142px;
  background: url(/images/tab_2.jpg) 0px 30px;
}

#records_nav #tab_3 {
  width: 171px;
  background: url(/images/tab_3.jpg) no-repeat 0px -30px;
}

#records_nav #tab_1 a:hover {
  background: url(/images/tab_1.jpg);
}

#records_nav #tab_2 a:hover {
  background: url(/images/tab_2.jpg);
}

#records_nav #tab_3 a:hover {
  background: url(/images/tab_3.jpg) no-repeat;
}

a#soldierSearchImage {
	text-decoration: none;
	display: block;
	width: 230px;
	float: right;
	margin: 15px;
}

a#soldierSearchImage img {
	margin: 0px !important;
}

#soldierSearchImage span {
	display: block;
	width: 200px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	z-index: 1000;
	margin: 385px 0px 0px 15px;
	text-align: center;
	background: #333;
	opacity: 0.7;
}

#soldierCount {
	display: block;
	width: 200px;
	height: 30px;
	padding: 15px;
	margin: 0px 0px 0px 15px;
	font-size: 24px;
 	background: #FFFFCC;
	border: 1px solid #999;	
}

/* 19th Century Version */

div#primary div#records_wrapper19th {
  background: transparent url(/images/19th-soldier-record_tabs.jpg) no-repeat center top;
  width: 550px;
  height: 805px;
}

div#primary div#records_wrapper19th div#records_tabs {
  padding-top: 1px;
  margin-left: 21px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav li {
  background: transparent none;
  height: 32px;
  width: auto;
  display: block;
  float: left;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #bit_1 {
  width: 16px;
  background: transparent url(/images/tabSoldierRecordsNotes.jpg) no-repeat 0px 0px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #bit_2 {
  width: 16px;
  background: transparent url(/images/tabSoldierRecordsNotes.jpg) no-repeat 0px -32px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #bit_3 {
  width: 7px;
  background: transparent url(/images/tabNotesNewSearch.jpg) no-repeat 0px 0px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #bit_4 {
  width: 7px;
  background: transparent url(/images/tabNotesNewSearch.jpg) no-repeat 0px -32px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_1 a {
  display: block;
  width: 161px;
  height: 32px;
  background: transparent url(/images/tabSoldierRecords.jpg) no-repeat 0px 0px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_1 a:hover {
  background-position: 0px -32px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_2 a {
  display: block;
  width: 162px;
  height: 32px;
  background: transparent url(/images/tabNotes.jpg) no-repeat 0px 0px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_2 a:hover {
  background-position: 0px -32px;
}


div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_3 a {
  display: block;
  width: 176px;
  height: 32px;
  background: transparent url(/images/tabNewSearch.jpg) no-repeat 0px 0px;
}

div#primary div#records_wrapper19th div#records_tabs ul#records_nav #tab_3 a:hover {
  background-position: 0px -32px;
}



/* @end */

/* @group Collection */

ul.collectionRefine {
	display: block;
	width: 680px;
	list-style: none;
	padding: 0px;
	margin: 10px 0px 10px 15px;
}

ul.collectionRefine li {
	display: block;
	float: left;
	clear: none;
	list-style: none;
	height: 45px;
}

ul.collectionRefine input {
	margin: 2px 10px;
}

ul.collectionRefine select {
	width: 230px;
	margin: 2px 10px;
}

ul.collectionRefine input.date {
	width: 60px;
}

ul.collectionRefine input#keywords {
	width: 400px;
}

ul.collectionRefine input.button {
	margin: 13px 0px 0px 20px;
}

ul.collectionRefine li a {
	display: block;
	margin: 17px 0px 0px 5px;
}

ul.campList {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	clear: none;
	width: 233px;
}

ul.campList li {
	padding: 10px 0px 0px 15px !important;
}

ul.campList span {
	font-weight: bold;
	color: #B6233A;
}

#collectionHeader,
#collectionFooter {
	float: left;
	clear: both;
	width: 685px;
}

#collectionHeader {
	margin: 10px 0px 10px 15px !important;
	margin: 10px 0px 10px 7px;
}

#collectionFooter {
	margin: 10px 0px 0px 15px !important;
	margin: 10px 0px 0px 7px;
}

#collectionHeader strong,
#collectionFooter strong {
	color: #242A44;
	clear: none;
}

#collectionHeader div,
#collectionFooter div {
	width: 300px;
	float: left;
	clear: none;
}

#collectionHeader select,
#collectionFooter select,
#collectionHeader label,
#collectionFooter label {
	float: right;
	clear: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#collectionHeader form,
#collectionFooter form {
	display: inline;
	clear: none;
}

#collectionHeader img,
#collectionFooter img,
#collectionHeader span,
#collectionFooter span {
	vertical-align: middle;
}

table.collectionResults,
table.soldierResults {
	float: left;
	clear: both;
	margin: 0px 0px 0px 15px !important;
	margin: 0px 0px 0px 7px;
	border-collapse: collapse;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table.collectionResults {
	width: 685px !important;
}

table.soldierResults {
	width: 500px !important;
	margin-top: 10px;
}

table.collectionResults th,
table.soldierResults th {
  text-align: left;
  /*background: #B22339;*/
  /*background: #666666;*/
  background: url(/images/tubeMap.gif) 0px 0px repeat-x;
  height: 19px;
  color: #333;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0px 1px 1px #ffffff;
  border: 1px solid #a2a2a2;
}

table.collectionResults th.fixed,
table.soldierResults th.fixed {
	width: 80px;
}

table.collectionResults td,
table.soldierResults td {
  padding: 3px 10px !important;
  padding: 0px 10px;
  height: 26px;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

table.collectionResults tr,
table.soldierResults tr {
	cursor: pointer;
}

table.collectionResults tr.dark,
table.soldierResults tr.dark { 
	background-color: #eeeff0; 
}

table.collectionResults tr.light,
table.soldierResults tr.light { 
	background-color: #ffffff; 
}

table.collectionResults tr:hover,
table.soldierResults tr:hover {
	background-color: #ffffcc;
}

div.itemPreviewCollection {
	width: 105px;
	height: 105px;
	margin: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

div.itemPreviewCollection a {
	display: block;
	text-decoration: none;
	width: 95px;
	height: 95px;
	margin: 5px;
}

a#collectionCount {
	display: block;
	float: left;
	clear: both;
	width: 475px;
	height: 72px;
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	padding-right: 25px;
	margin: 10px 0px 0px 15px;
	text-decoration: none;
	text-align: right;
	background: url(/images/collectionCount.gif) 50% 50% no-repeat transparent;
}

a#collectionCount:hover {
	opacity: 0.9;
}

a#soldierCountLink {
	display: block;
	float: left;
	clear: both;
	width: 475px;
	height: 72px;
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	padding-right: 25px;
	margin: 10px 0px 0px 15px;
	text-decoration: none;
	text-align: right;
	background: url(/images/soldierCount.gif) 50% 50% no-repeat transparent;
}

a#soldierCountLink:hover {
	opacity: 0.9;
}


/* @end */

/* @group Shop */

#shop #primary .largeBox div.topbg {
    height:13px;
    background: url(/images/shopBackground_top.gif) 0px 0px no-repeat transparent;
}

#shop #primary .largeBox div.btmbg {
    height:13px;
    background: url(/images/shopBackground_btm.gif) 0px 0px no-repeat transparent;
}

#shop #primary .largeBox,
#primary .shopItemResults {
	/*display: table;
	margin: 5px 0px 20px 0px;
	padding-bottom: 10px;
	width: 535px;*/
/*  background: url(/images/shopBackground.gif) 0px 0px no-repeat transparent;*/
	background: url(/images/shopBackground_bg.gif) 0px 0px repeat-y transparent;
}



#shop #primary div.shopHead {
    width:525px;
    height:181px;
}

#shop #primary div.shopHead a.specialofferlink {
    display:block;
    text-decoration:none;
    cursor:pointer;
}

#shop #primary div.shopHead div.leftcontent{
    background: url('/images/specialOffer_bg_l.jpg') no-repeat;
    width:391px;
    height:161px;
    float:left;
    padding:10px 5px 10px 20px;
}

#shop #primary div.shopHead div.leftcontent h3{
    font-size:18px;
    color: #B6233A;
    float:left;
    margin:0px 0px 5px 0px;
}

#shop #primary div.shopHead div.leftcontent span.rrp {
    font-size:14px;
    float:right;
    line-height:18px;
}

#shop #primary div.shopHead div.leftcontent p {
    margin:0px;
    padding:0px;
    line-height:21px;
}

#shop #primary div.shopHead div.leftcontent p.subhead {
    clear:both;
    font-size:13px;
    font-weight:bold;
}

#shop #primary div.shopHead div.leftcontent p.blurb {
    font-size:13px;
}

#shop #primary div.shopHead div.leftcontent p.specialprice {
    font-size:14px;
    float:left;
    line-height:19px;
    margin-top:20px;
}

#shop #primary div.shopHead div.leftcontent p.specialprice span {
    font-size:19px;
    font-weight:bold;
}

#shop #primary div.shopHead div.leftcontent img.viewdetail {
    margin-top:20px;
    float:right;
}

#shop #primary div.shopHead div.rightcontent{
    background: url('/images/specialOffer_bg_r.jpg') no-repeat;
    width:109px;
    height:181px;
    float:right;
}



#shop #primary .shopHome {
/*  padding: 0 5px;*/
	/*background: none;*/
}

#shop #primary .shopHomeContent {
    margin:0px 7px;
}

#shop #primary .largeBox h3,
#primary .shopItemResults h3 {
	background: none;
	color: #262c48;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}

#shop #primary .largeBox h3 {
    margin-top:0px;
    height:auto;
}

#shop #secondary .smallBox ul {
	list-style: none;
	padding: 0px;
	margin: 8px 17px 8px 8px;
	line-height: 25px;
}

#shop #secondary .smallBox ul li {
	border-bottom: 1px solid #cccccc;
}

#shop #secondary .smallBox ul ul {
	margin-left: 10px;
}

#shop #secondary .smallBox ul ul li {
	border: none;
}

#shop #secondary .smallBox ul li.highlight a {
	color: #B6233A;
}

#shop #secondary .smallBox ul ul li.highlight a {
	color: #242A44;
	background-color: #faeb9a;
}

/*#shop div.product,
div.product {
	width: 265px;
	float: left;
	clear: none;
	height: 170px;
	border-bottom: 1px solid #ccc;
}

#shop div.product form,
div.product form {
	display: none;
}

#shop div.product h4,
div.product h4 {
	display: block;
	float: right;
	clear: none;
	font-size: 10px;
	width: 100px;
}

#shop div.product h4:hover,
div.product h4:hover {
	color: #B6233A;
	font-size: 10px;
}

#shop div.product img,
div.product img {
	display: block;
	float: left;
	clear: none;
	width: 110px;
	height: 110px;
	margin: 20px 0px 10px 10px;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
}

#shop div.product img:hover,
#shop div.product img:hover {
	border: 1px solid #B6233A;
}*/

#shop div.product,
#primary .shopItemResults div.product {
	width: 500px;
	float: left;
	clear: none;
/*  height: 170px;*/
	margin: 10px 0px 0px 18px;
}

#shop div.product a,
#primary .shopItemResults div.product a {
	border: none;
}

#shop div.product form,
#primary .shopItemResults div.product form {
	display: none;
}

#shop div.product h4,
#primary .shopItemResults div.product h4 {
	display: block;
/*  float: left;*/
	font-size: 13px;
/*  width: 375px;*/
	margin: 0px 0px 15px 0px;
}

#shop div.product img,
#primary .shopItemResults div.product img {
	display: block;
	float: left;
	clear: none;
	width: 110px;
	margin: 0px 15px 10px 0px;
	border: none;
}

/* New Currency Conversion box*/


#shop div.product_prices,
#primary .shopItemResults div.product_prices {
    width:293px;
    height:60px;
    background:url('/images/product_price_box.gif') no-repeat;
    float:right;
    padding:10px;
}

#shop span.currency_price,
#primary .shopItemResults span.currency_price {
    line-height:22px;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin:0 10px 0 0;
}

#shop span.currency_price img.currency,
#primary .shopItemResults span.currency_price img.currency {
    width:21px;
    height:21px;
    padding:0px 3px;
    float:left;
    margin:0px;
}

#shop span.product_price,
#primary .shopItemResults span.product_price {
    font-size:22px;
    font-weight:bold;
    float:right;
    line-height:22px;
}

#shop p.product_addtobasket,
#primary .shopItemResults p.product_addtobasket {
    clear:both;
    line-height:22px;
    font-size:13px;
    margin: 0px;
    padding-top:15px;
}

/*END new Currency Conversion box */

a.price {
	display: block;
	float: right;
	clear: none;
	width: 124px;
	height: 20px;
	background: url(/images/addToBasket2.gif) 0px 0px no-repeat transparent;
	padding: 0px;
	text-decoration: none;
}

/*a.price span {
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    float: right;
    clear: right;
    margin: 3px 5px 0px 0px;
}*/

span.summary {
	margin: 10px 0px 10px 0px;
	display: block;
	clear: none;
	font-size: 10px;
/*  height: 62px;*/
}

/*#shop div.product a.price,
a.price {
	display: block;
	clear: none;
	float: right;
	width: 90px;
	height: 31px;
	margin-right: 15px;
	font-size: 16px;
	overflow: hidden;
	padding: 7px 10px 0px 0px;
	text-align: right;
	text-decoration: none;
	color: #fff;
	background: url(/images/buy.gif) 0px 0px no-repeat transparent;
}*/

#variations {
  	border: 1px solid #E0E0E0;
  	background: #EFEFEF;
  	width: 250px;
  	padding: 10px;
  	line-height: 1.7em;
  	margin: 15px 0px;
}

p.price {
  	font-size: 26px;
}

#variations input,
#variations label {
  	vertical-align: middle;
}

#variations span {
  	color: #000;
}

.quantity {
    height: 18px;
    width: 26px;
    he\ight: 14px;
    w\idth: 20px;
    padding: 2px;
    text-align: center;
    font-size: 0.8em;
    float: left;
    border: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #BDBDBD;
    margin: 0px;
}

#quantityWrapper,
.quantityWrapper {
  	height: 20px;
  	width: 100px;
  	border: 1px solid #FFF;
  	overflow: hidden;
  	float: left;
  	vertical-align: middle;
  	margin: 0px 9px;
}

.quantityText {
  	float: left;
  	padding-top: 2px;
  	display: block;
  	vertical-align: middle;
}

a#qUp {
    background: none;
  	padding: 0px;
  	height: 18px;
  	position: relative;
  	text-decoration: none;
  	cursor: pointer;
 	overflow: hidden;
  	display: block;
	width: 20px;
	height: 20px;
    border: none;
    float: left;
}

a#qUp span {
  	background: url(/images/plus.gif);
  	width: 20px;
  	height: 20px;
  	top: 0px;
  	left: 0px;
  	display: block;
  	position: absolute;
}

a#qDown {
	background: none;
  	padding: 0px;
  	height: 18px;
  	position: relative;
  	text-decoration: none;
  	cursor: pointer;
 	overflow: hidden;
  	display: block;
	width: 20px;
	height: 20px;
    border: none;
    float: left;
}

a#qDown span {
  	background: url(/images/minus.gif);
  	width: 100%;
  	height: 20px;
  	top: 0px;
  	left: 0px;
  	display: block;
  	position: absolute;
}

a.buttonDelete,
a#buttonDelete {
	background: none;
  	padding: 0px !important;
  	margin: 0px !important;
  	height: 18px;
  	position: relative;
  	text-decoration: none;
  	cursor: pointer;
 	overflow: hidden;
  	display: block;
	width: 20px;
	height: 20px;
    border: none;
    float: left;
}

a.buttonDelete span,
a#buttonDelete span {
  	background: url(/images/delete.gif);
  	width: 20px;
  	height: 20px;
  	top: 0px;
  	left: 0px;
  	display: block;
  	position: absolute;
}

p.pmqW {
	clear: both;
}

a.coverFlow {
	display: block;
	width: 118px;
	float: left;
	clear: none;
	margin: 0 5px;
	text-decoration:none;
	text-align: center;
}

a.coverFlow img.coverFlowImg {}

a.coverFlow span {display: block;}

a.coverFlow span.coverFlowTitle {
    height:85px;
}

a.coverFlow span.coverFlowPrice {
    font-weight:bold;
    font-size:19px;
}

a.coverFlow img.coverFlowView {}



/* @end */

/* @group Buttons */

.mob {
  background: none;
  padding: 0px;
  border: 1px solid #FFF;
  height: 18px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.mob:hover {
  text-decoration: none;
}

.mob:hover span {
    background-position: 0px 18px;
}

.mob span {
  width: 100%;
  height: 18px;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

/* @end */

/* @group Interaction */

#education a.buttonLink {
	display: block;
	float: left;
	clear: none;
	margin: 10px 10px 0px 0px;
	text-indent: -9999px;
}

#education a.buttonLink:hover {
	opacity: 0.9;
}

#education a.leftButton {
	margin: 10px 10px 0px 15px;
}

#education a#timeline {
	background: url(/images/interactionTimeline.jpg) top left no-repeat transparent;
	width: 160px;
	height: 201px;
}

#education div.timeline {
	width: 160px;
	height: 201px;
	margin: 10px 10px 0px 15px;
	clear: none;
	float: left;
}

#education a#timelineFlash {
	background: url(/images/interactionTimelineFlash.jpg) top left no-repeat transparent;
	width: 160px;
	height: 100px;
	clear: both;
	margin: 0px 0px 4px 0px;
}

#education a#timelineHtml {
	background: url(/images/interactionTimelineHtml.jpg) top left no-repeat transparent;
	width: 160px;
	height: 100px;
	clear: both;
	margin: 0px;
}

#education a#quiz {
	background: url(/images/interactionQuiz.jpg) top left no-repeat transparent;
	width: 160px;
	height: 201px;
}

#education a#day {
	background: url(/images/interactionDay.jpg) top left no-repeat transparent;
	width: 160px;
	height: 201px;
}



/* @end */

/* @group Basket */

#basketDonation {
	display: block;
	margin: 0px 15px 10px 15px;
	padding: 15px;
	background: #F9F9F9;
	border: 1px solid #D9D9D9;
	width: 660px;
	clear: both;
}

#basketDonation div {
	margin: 10px 0px 0px 0px;
}

ul#progressMap {
  background: url(/images/tubeMapCurrent.gif) 0px 0px repeat-x;
  display: block;
  font-size: 11px;
  color: #303030;
  height: 26px;
  margin: 0px !important;
  padding: 0px !important;
  width: 718px;
  padding: 0px;
  text-shadow: 0px 1px 1px #ffffff;
  border: 1px solid #a2a2a2;
}

ul#progressMap li {
    display: block;
    float: left;
    clear: none;
    width: 142px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    background: url(/images/tubeMap.gif) 0px 0px repeat-x;
    color: #B6233A;
}

ul#progressMap li.off {
	background: url(/images/tubeMapCurrent.gif) 0px 0px repeat-x;
	color: #a2a2a2;
}

ul#progressMap li span {
    display: block;
    float: right;
    clear: none;
    height: 26px;
    width: 14px;
    background: url(/images/tubeMapMask.png) 0px 0px repeat-x;
}

ul#progressMap li a {
	display: block;
	text-decoration: none;
}

ul#progressMap li a span {
	background: url(/images/tubeMapMaskDark.png) 0px 0px repeat-x;
}

ul#progressMap li a:hover {
	text-decoration: none;
}

table.basket {
  /*background: #FFF;
  margin-top: 0px;
  width: 500px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;*/
  	float: left;
	clear: both;
	margin: 0px 0px 15px 15px !important;
	margin: 0px 0px 15px 7px;
	width: 690px;
	border-collapse: collapse;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table.basket .basketNumber,
table.basket td.basketTotal {
  width: 20px;
  text-align: right;
}

table.basket td.basketTotal {
  font-weight: bold;
}

table.basket .basketPMQ {
  width: 20px;
}

form.quantityWrapperBasket {
    height: 20px;
  	width: 65px !important;
  	overflow: hidden;
  	float: left;
  	vertical-align: middle;
  	margin: 0px !important;
}

form.quantityWrapperBasket input {
	height: 14px;
	width: 20px;
}

table.basket #giftWrappingForm *,
table.basket .brDelio * {
  vertical-align: middle;
}

table.basket th {
  text-align: left;
  /*background: #B22339;*/
  background: url(/images/tubeMap.gif) 0px 0px repeat-x;
  height: 19px;
  color: #333;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0px 1px 1px #ffffff;
  border: 1px solid #a2a2a2;
}

table.basket td {
  padding: 3px 10px !important;
  padding: 0px 10px;
  height: 26px;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

table.basket .dark td,
table.basket .dark {
  background: #F9F9F9;
}

#contentWrapper .info {
  padding: 0px;
  text-decoration: none;
  background: none;
  height: 16px;
  cursor: help;
  display: block;
  float: left;
}

table.basket select {
  font-size: 0.9em;
  float: right;
}

table.basket .brFriend td,
table.basket .brDona td,
table.basket .brDelio td,
table.basket .brSubtotal td,
table.basket .brTotal td {
  border-top: 1px solid #d9d9d9;
  padding-top: 4px !important;
  padding-top: 0px;
}

table.basket .brDelio td {
  padding-top: 5px !important;
  padding-top: 4px;
}

table.basket .brFriend td,
table.basket .brDona td {
  padding-top: 6px !important;
  padding-top: 3px;
  padding-left: 0px;
}

table.basket .brTotal strong {
  color: #094196;
}

table.basket .brSubtotal td,
table.basket .brFriend td,
table.basket .brDelio td,
table.basket .brDona td,
table.basket .brDelit td,
table.basket .brTotal td {
  background: #F9F9F9;
}

table.basket .brSubtotal td,
table.basket .brTotal td,
#calendar tr:hover td.veryDark,
#calendar td.veryDark {
  background: #F0F0F0;
  cursor: default;
}

table#calendar td.red {
	background: url(/images/monthBack.jpg) top left repeat-x;
	color: #fff;
	cursor: pointer;
  	font-size: 0.9em; font-weight: bold;
}

table.basket td.red span {
  font-size: 1.1em;
}

table#calendar tr:hover td.red {
  background-color: #B6233A;
  color: white;
  cursor: pointer;
  font-size: 0.9em; font-weight: bold;
}

#basketBottom {
  margin: 10px 0px;
  padding: 0px 15px;
}

#basketBottom a#proceed {
	float: right;
	clear: none;
}

#basketBottom a#continueShopping {
	float: left;
	clear: none;
}

#cards {
	clear: left;
	float: left;
	margin: 15px 0px;
  	padding: 0px 15px;
}

#worldPay {
	clear: right;
	float: right;
	margin: 15px 0px;
  	padding: 15px 15px 0px 15px;
}

table#calendar td.month {
  width: 14.2%;
  height: 50px !important;
  height: 30px;
  vertical-align: top;
  padding: 10px 0px 10px 10px !important;
}

table#calendar td.month img {
	float: right;
	clear: none;
}

table#calendar td.calEnd {
  background: #fff url(/images/arrowOn.gif) 50% 50% no-repeat;
}

table#calendar tr:hover td.calEnd {
  background: url(/images/arrowBlue.gif) 50% 50% no-repeat #FAFAFA;
}

table#calendar td {
  cursor: pointer;
}

table#calendar th {
	background-color: #666;
}

table#calendar tr:hover td.month {
	background: url(/images/monthBackHover.jpg) top left repeat-x;
}


.donationBox {
    height: 18px;
    width: 46px;
    he\ight: 12px;
    w\idth: 40px;
    padding: 2px;
    text-align: left;
    font-size: 0.8em;
    border: none;
    border: 1px solid #c5c5c5;
    margin: 0px;
    margin-left: 2px;
}

#giftaidForm input,
#giftaidForm label {
    vertical-align: middle;
}

#articleOveride p {
  margin: 5px 0px;
}

div.miniCal {
  text-align: center;
  float: left;
  padding-right: 2px !important;
  padding-right: 4px;
  padding-bottom: 6px;
  margin-left: 14px
}

div.miniCal strong {
	display: block;
	clear: both;
}

.calEnd {
    padding-right: 0px;
}

.grayed img {
  opacity: 0.35;
}

/* @end */

/* @group Checkout */

dl#checkoutForm,
#shop dl {
	padding: 0px 15px;
	width: 690px;
}

#research dl {
	padding: 0px 15px;
	width: 400px;
}

#shop dt,
#shop dd {
	padding: 0px;
	margin: 10px 0px;
	float: left;
}

dl#checkoutForm dt,
#research dt {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	height: 30px;
	margin: 0px;
}

dl#checkoutForm dd,
#research dd {
	display: block;
	width: 500px;
	height: 30px;
	color: #B6233A;
	margin: 0px;
}

textarea.simpleform {
	width: 690px;
	height: 50px;
}

#research textarea {
	width: 500px;
	height: 50px;
}

ul#errors {
	display: block;
	position: absolute;
	z-index: 10000;
	width: 200px;
	padding: 15px;
	left: 450px;
	background: #FFFFCC;
	border: 1px solid #a2a2a2;
}

ul#errors li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	background: url(/images/arrow.gif) 0px 4px no-repeat;
}

ul#errors li.title {
	padding: 0px;
	background: none;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

ul#errors li a {
	color: #333333;
}

ul.archiveErrors {
	left: 540px !important; 
	width: 150px !important;
}


/* @end */

/* @group News */

img.bigNews {
	margin-left: 15px; 
	padding: 5px; 
	background: #ffffff; 
	border: 1px solid #cccccc;
}



/* @end */

/* @group Mailing List */

#newsletterWrapper {
	margin: 3px 0px 20px 15px;
	padding: 0px;
	vertical-align: middle;
	display: block;
	width: 200px;
	float: left;
	clear: none;
}

a#newsletterSignUp {
	float: left;
	clear: right;
}

ul#newsletter {
	list-style: none;
}


/* @end */

/* @group Links */

p.link {
	color: #666;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

p.link img {
	float: right;
	clear: none;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;	
}

p.link span {
	color: #333333;
	font-size: 14px;
}


/* @end */

/* @group Sitemap */

ul.siteMap,
ul.siteMap li,
ul.siteMap li ul,
ul.siteMap li ul li {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

ul.siteMap {
	margin-top: 15px !important;
}

ul.siteMap li {
	display: block;
	width: 114px;
	padding: 5px !important;
	float: left;
	clear: none;
	margin-left: 15px !important;
	margin-bottom: 15px !important;
	background: #fff;
	border: solid 1px #ccc;
}

ul.siteMap li a {
	display: block;
	font-size: 14px;
	color: #B6233A;
	margin: 0px 0px 5px 0px;
}

ul.siteMap li ul li {
	width: 105px;
	padding-left: 10px !important;
	background: url(/images/arrow.gif) no-repeat 0px 3px;
	border: none;
	padding: 0px;
}

ul.siteMap li li a {
	font-size: 10px;
	color: #242A44;
}



/* @end */

/* @group Search */

form.searchBox {
	display: block;
	padding: 0px 0px 0px 15px !important;
	width: 230px !important;
}

form.searchBox input {
	margin: 0px !important;
	float: left;
	clear: none;
}


/* @end */


/* @group Exhibition */

p.shopItem {
  display: table;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

p.shopItem a {
  margin: 0 15px 15px;
  display: block;
  padding-bottom: 30px;
  /*margin-bottom: 15px;*/
  background: transparent url(/images/buttons/moreInfo.gif) no-repeat bottom center;
}

/* @end */


label a {
  cursor: pointer;
}

div.exhibitionBox {
  padding: 0;
  margin: 0;
}

div.exhibitionBox div {
  width: 145px;
  height: 210px;
  float: left;
  margin: 15px 16px 0;
  padding: 0;
}



div#primary form.soldierSearchBox {
  display: block;
  width: 247px;
  height: 159px;
  float: left;
  margin: 5px;
}

div#primary form.soldierSearchBox h3 {
  padding: 5px 15px;
  width: 100%;
  background: transparent none;
}

div#primary form.soldierSearchBox p {
  padding: 0;
  margin: 95px 10px 5px;
  width: 227px;
}

div#primary form.soldierSearchBox p input.text {
  margin: 0;
  width: 142px;
}

div#primary form.soldierSearchBox p input.image {
  vertical-align: bottom;
  padding: 0 0 1px 0;
  margin-left: 8px;
  width: 61px;
}

div#primary form#nineteenthCentury {
  background: transparent url(/images/buttons/19thCenturyButton.gif) no-repeat;
  margin-left: 14px;
}

div#primary form#worldWarI {
  background: transparent url(/images/buttons/worldWarOneButton.gif) no-repeat;
}

div.social {
  overflow: hidden;
  padding: 15px 0 0;
}

div.social a {
  float: left;
  display: block;
  width: 57px;
  height: 57px;
  background: transparent none no-repeat center center;
  padding: 0;
  margin: 0;
}

div.social a span {
  display: none;
}

div.social a.twitter {
  background-image: url(/img/social/twitter.gif);
  margin-right: 51px;
}

div.social a.facebook {
  background-image: url(/img/social/facebook.gif);
}

#primary .largeBox ul.linkTypes {
  padding: 0 4px 10px;
  overflow: hidden;
}

ul.linkTypes li {
  padding: 0 1px;
  list-style: none;
  float: left;
}
