/*************************
 * NAME: Print CSS File for Glorious Britain
 * Author: Mike Pearce
 * Date: 17 November 2004
 *
 * Notes:
 *
 * There is another CSS file, firefox.cssm you will need to use some browser sniffing to decide whether to 
 * show this file or not.
 *
 * All of the sizes specified in the CSS (and the firefox.css file) are using ems, these allow for everything to be
 * dynamically resized in the browser, this includes all images.
 * If you set the body font size, then 1em == 10px (approx. (Although it's so close it's irrelevant))
 *

 * Product image should have inline styles to allow them to dynamcially resise: 
 *		style="width: xx.xxem; height: xx.xxem;"
 *
 * Remember, image set as BACKGROUNDS will not dynamically resize.
 * 
 * Please do not use padding as browsers render padding differently, but for the most part, they render margins
 * the same.
 *
 * This CSS is Bobby AAA.
 *
 **************************/
 

body {
	background: #fff;
	background-image: url('');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 62.5%;
	font-family: verdana;
}
h1 {
	color: #000000;
	clear: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 0.6em;
	margin-bottom: 1em;
	font-size: 1.7em;
}
h2 {
	clear: none;
	margin: 0;
	padding: 0;	
	display: inline;
	color: #CF011F;
	margin-bottom: 1em;
	font-size: 1.4em;
}
#headerContainer {
	width: 72em;
	margin-top: 1em;
	margin-left: 3em;
	height: 8em;

}
/* SHOPPING BASKET ******************************************/
#shoppingBasketCont {
	float: right;
	margin: 0.5em;
	margin-top: 0.9em;
	margin-right: 0;
	width: 25.1em;
	position: relative;
	z-index: 1;
	cursor: hand;
	cursor: pointer;
	display: none;
}
#shoppingBasketIn {
	position: absolute;
	z-index: 2;
	top: 0em;
	display: none;
}
#shoppingBasketIn a {
	border: 0;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;	
	display: none;
}
/* SHOPPING BASKET ******************************************/
#logo {
	float: left;
}
#logoImg {
	width: 15.1em;
	height: 7em;
}
#login {
	color: #fff;
	font-weight: bold;
	float: left;
	width: 23.8em;
	border-right: 0.1em solid #fff;
	margin: 0.5em;
	text-align: left;
	margin-left: 0;
}
#login .boxes {
	float: left;
	display: inline;
	margin-top: 0.5em;
	margin-left: 0;
	text-align: left;
}
#login input {
	font-size: 1em;
	font-family: verdana;
	width: 6.9em;
	height: 1.5em;
	border: 0.1em solid #8F8F8F;
}
#login label {
	display: none;
}

#login .imageInput {
	width: 4.5em;
	border: 0;
	float: right;
	vertical-align: top;
}
p {
	margin: 0;
	padding: 0;
}
#headerTopCont {
	float: right;
	border-bottom: 0.1em solid #fff;
	width: 51.6em;
	clear: right;
	margin: 0;
	display: none;
}
#headerBottomCont {
	float: right;
	width: 51.6em;
	margin: 0;
	display: none;
}
#headerBottomCont ul {
	margin-top: 0.7em;
	margin-left: 0;
	padding: 0;
	border-right: 0.1em solid #fff;
	width: 35em;
}
#headerBottomCont ul li {
	display: inline;
	margin-left: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	margin-right: 0.5em;
}
#headerBottomCont ul li a {
	color: #fff;
	text-decoration: none;
}
#headerBottomCont ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#search {
	float: right;
	width: 13.8em;
}
#search input {
	font-size: 1em;
	font-family: verdana;
	width: 6.9em;
	height: 1.5em;
	border: .1em solid #8F8F8F;

}
#search label {
	display: none;
}
#search .imageInput {
	width: 2.3em;
	height: 1.5em;
	border: 0;
	float: right;
	vertical-align: top;
	margin-top: 0.5em;
}
#menu {
	float: left;
}
#search .boxes {
	float: left;
	display: inline;
	margin-top: 0.5em;
	color: #fff;
	font-weight: bold;
}
#mainBoxOut {
	background-image: url('');
	background-position: left;
	background-repeat: repeat-y;
	width: 71.9em;
	margin-left: 3em;
	background-color: #fff;
}
#mainBoxOut .mainBoxTop {
	width: 71.9em;
	height: 1.1em;
	display: none;
}
#mainBoxIn {
	background-image: url('');
	background-position: right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;

}
#mainBoxContent{
	vertical-align: top;
	margin: 0;
	padding: 0;

}
#mainBoxBottom {
	margin: 0;
	padding: 0;
	margin-left: 3em;
	display: none;
}
#mainBoxBottom .mainBoxTop {
	width: 71.9em;
	height: 1.1em
}

/* PRIMARY NVAIGATION ********************************/
#priNav {
	float: left;
	display: none;
}
#priNav ul {
	margin-left: 2em;
	width: 16em;
}
#priNav li {
	margin-left: 0;
	list-style: none;
	font-size: 1.2em;
	border-top: 0.1em solid #A8A2B3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	cursor: hand;
	cursor: pointer;
	width: 100%;
}
#priNav ul .top {
	border-bottom: 0.1em solid #A8A2B3;
}
#priNav ul .current  {
	color: #fff;
	background: #CF011F;
}
#priNav ul .currentA  {
	color: #CF011F;
	font-weight: bolder;
}
#priNav ul .current a {
	color: #fff;
}

#priNav li a {	
	margin-left: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#priNav ul ul li {
	border: 0;
}
#priNav .secNav {
	margin: 0;
	margin-left: 3em;
	margin-top: -1.2em;
	margin-bottom: -1.2em;
}
#priNav .secNav li {
	margin: -0.5em;
	margin-left: 0.5em;
	border: 0;
}
#priNav .secNav li a {
	margin-left: 0;
	font-weight: normal;
}
#priNav .secNav li a:hover {
	margin-left: 0;
	font-weight: normal;
	text-decoration: underline;
}
.navOver {
	background-color: #79315B;
}
#picture {
	margin-left: 2em;
	width: 16em;
}
#picture .pagePicture {
	width: 16em;
	height: 19.3em;
}
#mainContent {
	width: 48em;
	margin-top: 1em;
	margin-left: 1em;
	float: left;
}
#mainContent p {
	margin-top: 0.5em;
	font-size: 1.1em;
}
#mainContent a {
	color: #79315B;
	text-decoration: none;
}
#mainContent a.current {
	font-weight: bold;
}
#mainContent a:hover {
	color: #000066;
	text-decoration: underline;
}
#largeHero {
	margin-left: 1em;
	float: left;
	width: 23em;	
	text-align: center;
	border-right: 0.1em solid #A8A2B3;
}

#largeHero .heroText {
	text-align: left;
	width: 15.5em;
	float: left;
	font-size: 1.1em;
	margin: 0;
}
#largeHero .heroBuy {
	width: 5.3em;
	float: right;
	color: #666666;
	font-weight: bold;
	margin: 0;
}
.price {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;	
}
#largeHero h3 {
	color: #79315B;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#largeHero h3 a {
	color: #79315B;
	text-decoration: none;
}
#largeHero h3 a:hover {
	color: #79315B;
	text-decoration: underline;
}

#homeHeroes {	
	width: 23em;
	float: right;
}
#homeRow1 .left {
	width: 11.2em;
	float: left;
	height: 9em;
}
#homeRow1 .right {
	width: 11.2em;
	float: right;
	height: 9em;
}
#homeRow1 .buy {
	float: right;
	width: 5.3em;
	text-align: center;
	clear: right;
	margin-top: 1em;
}
#homeRow1 .Himage {
	float: left;
	height: 7em;
}
#homeRow1 h3 {
	color: #79315B;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
	clear: both;
}
#homeRow2 .left {
	width: 11.2em;
	float: left;
	height: 9em;
}
#homeRow2 .right {
	width: 11.2em;
	float: right;
	height: 9em;
}
#homeRow2 .Himage {
	float: left;
	height: 7em;
}
#homeRow2 .buy {
	float: right;
	width: 5.3em;
	text-align: center;
	clear: right;
	margin-top: 1em;
}
#homeRow21 .Himage {
	float: left;
	height: 7em;
}
#homeRow2 h3 {
	color: #79315B;
	text-align: left;
	font-size: 1.1em;
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
	clear: both;
}
#homeRow1 h3 a {
	color: #79315B;
	text-decoration: none;
}
#homeRow1 h3 a:hover {
	color: #79315B;
	text-decoration: underline;
}
#homeRow2 h3 a {
	color: #79315B;
	text-decoration: none;
}
#homeRow2 h3 a:hover {
	color: #79315B;
	text-decoration: underline;
}
#middleAmerica {
	width: 50em;
	margin-top: 1em;
	margin-right: 1.2em;
	float: left;
	
}
.buyButton {
	width: 3.2em;
	height: 1.7em;
	margin-bottom: 0.75em;
	 font-size: 1em;
}
.sizeButton {
	width: 4.4em;
	height: 1.7em;
	margin-bottom: 0.75em;
	 font-size: 1em;
}
form, label {
	margin: 0;
	padding: 0;
}
#southAmerica {
	width: 49em;
	margin-top: 1em;
	margin-left: 1em;
	float: left;
}

/* PROMO BOX *********************************************/
#promoBoxOut {
	width: 22.9em;
	margin: 0;
	padding: 0;
	float: left;

}
#promoBoxIn {
	border-left: 0.1em solid #CCCCCC;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#promoBoxContent {
	border-right: 0.1em solid #CCCCCC;
	width: 22.8em;
	margin: 0;
	padding: 0;
}
#promoBoxBottom {
	width: 23em;
	height: 0.4em;
	margin: 0;
	padding: 0;
	float: left;
}
#promoBoxContent .promoLeft {
	float: left;
	border-right: 0.1em solid #ffffff;
	width: 11.9em;
	text-align: center;
	margin-left: 0.5em;

}
#mainBoxOut #southAmerica #giftFinderContent p{
	color: #fff;
}
#promoBoxContent .promoRight {
	float: right;
	width: 8em;
	text-align: left;
}
#promoBoxContent p {
	text-align: left;
}
#promoBoxContent h4 {
	text-align: left;
	color: #000000;
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	clear: both;
	
}
.promoBoxTop {
	width: 22.9em;
	height: 0.7em;
}
/* PROMO BOX *********************************************/

/* GIFT FINDERS *********************************************/
#giftFinderBack {
	margin-left: 2.5em;
	margin-right: 0.7em;
	float: right;
	color: #ffffff;
}
#giftFinderContent {
	margin-top: 2em;
	margin-left: 4em;
	float: right;
	color: #ffffff;
	font-weight: bold;
}

.GFTitle {
	font-size: 1.3em;
	color: #ffffff;
}
#giftFinderContent label {
	display: none;
	color: #ffffff;
}
#giftFinderContent select {
	font-size: 1.1em;
	font-family: verdana;
	display: inline;
	width: 14em;
	margin-top: -1em;
	color: #ffffff;
}

#giftFinderContent .select1 {
	margin-top: 1.2em;
	float: left;
	clear: both;
	color: #ffffff;
}


#giftFinderContent .go {
	display: inline;
	margin-left: 1em;
	float: left;
	postition: relative;
}
#longGiftCont {
	position: relative;
	width: 50em;
	margin-top: 1em;
	margin-right: 1.2em;
	float: right;
	display: none;
}
#longGift {
	position: absolute;
	left: 2em;
	z-index: 1;
}
#longGift li {
	list-style: none;
}
.longGiftBackImg {
	width: 46.4em;
	height: 3.8em;
}
#longGiftContent {
	position: absolute;
	top: 1em;
	left: 4em;
	float: left;
	z-index: 2;
	color: #fff;
	font-weight: bold;
}

#longGiftContent .GFTitle {
	font-size: 1.3em;
}
#longGiftContent label {
	display: none;
}
#longGiftContent select {
	font-size: 1.1em;
	font-family: verdana;
	display: inline;
	width: 14em;
	margin-top: -1em;
}

#longGiftContent .select1 {
	margin-top: 1.2em;
	float: left;
	clear: both;
}
#longGiftContent .text {
	position: absolute;
	left: 1em;
	top: 0em;
}
#longGiftContent .selecter {
	position: absolute;
	left: 25.5em;
	top: 0.5em;
}
#longGiftContent .button {
	position: absolute;
	left: 42em;
	top: 0em;
	
}
/* GIFT FINDERS *********************************************/

#minorLinks {
	color: #fff;
	margin-left: 3em;
	width: 72em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	display: none;
}
#minorLinks .left {
	float: left;
}
#minorLinks .right {
	float: right;
}
#minorLinks a {
	color: #fff;
	text-decoration: none;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
#minorLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

/* PRODUCT STUFF *********************************************/
.productCats {
	width: 48em;
	margin-top: 2em;
	margin-right: 1em;
	float: left;
}
.productCats li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -1em;
}
.product_list_img li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -1em;
}
.productItem_img li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -1em;
}
.productCats h4 {
	color: #79315B;
	font-size: 1.2em;
	vertical-align: bottom;
	text-align: left;
	margin: 0;
	margin-left: 1.5em;
	height: 2.5em;
}
#smallBuy a {
	color: #79315B;
	font-weight: bold;
}
.productCats h4 a {
	color: #79315B;
	text-decoration: none;
}
.productCats h4 a:hover {
	color: #79315B;
	text-decoration: underline;
}
.product {
	width: 11.8em;
	text-align: center;
	margin-right: em;
	margin-left: em;
	border-right: 0.1em solid #CCCCCC;
	float: left;
}
.catImage {
	height: 8em;
}
.productCats_1 {
	width: 48em;
	margin-top: 2em;
	margin-right: 1em;
	float: left;
	border-bottom: 0.1em solid #CCCCCC;
}
.productCats_1 h4 {
	color: #79315B;
	font-size: 1.2em;
	vertical-align: bottom;
	text-align: left;
	margin: 0;
	margin-left: 0em;
	margin-bottom: 1em;
}
.productCats_1 h4 a {
	color: #79315B;
	text-decoration: none;
}
.productCats_1 h4 a:hover {
	color: #79315B;
	text-decoration: underline;
}
.product_list_img {
	width: 9em;
	text-align: center;
	margin-right: em;
	margin-left: em;
	float: left;
}

.product_list_txt {
	width: 30em;
	text-align: center;
	margin-right: em;
	margin-left: em;
	float: left;
}
.product_list_txt p {
	text-align: left;
}
.product_list_buy {
	float: right;
	width: 5.3em;
	text-align: center;
	clear: right;
	margin-top: 1em;
}
.productItem {
	width: 46em;
	text-align: center;
	margin-top: 2em;
	margin-left: 1em;
	float: left;
}
.productItem h4 {
	color: #79315B;
	font-size: 1.2em;
	vertical-align: bottom;
	text-align: left;
	margin: 0;
	margin-left: 0.5em;
	height: 2.5em;
}
.productItem h4 a {
	color: #79315B;
	text-decoration: none;
}
.productItem h4 a:hover {
	color: #79315B;
	text-decoration: underline;
}
.productItem_img {
	width: 21em;
	text-align: center;
	margin-right: em;
	margin-left: em;
	float: left;

}
.productItem_txt {
	width: 24em;
	text-align: center;
	margin-right: em;
	margin-left: em;
	float: right;

}
.productItem_txt p {
	text-align: left;
}
.productItem_txt p {
	margin-left: 0.81em;
	text-align: left;
}
.productItem_buy {
	float: left;
	width: 5.3em;
	text-align: center;
	clear: right;
	margin-top: 1em;

}
table {
	font-size: 62.5%
}
td { font-size: 1.5em; }
.selector { font-size: 1em; }
.inputor { font-size: 1em; }
.prodCode {
	color: #666666;
}

.inWhat {
	clear: both;
	margin-left: 1.8em;
	text-align: left;
}

/* PRODUCT STUFF *********************************************/
.breadCrumbEnd {
	font-weight: bolder;
	color: #000;
}


.dontprint {display:none;}

div#checkout {font-size:xx-small;width:100%;}

#checkouttotals td {font-size:xx-small;color:#000000;}

#checkoutorderlines th {font-size:xx-small;}
#checkoutorderlines td {font-size:xx-small;}
