html, body { 
  height:100%;
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 82%;
  line-height: 1.3;
  color: #373737;
  background-repeat: repeat;
  text-align: center;
}



/*
CONTAINERS
*/



div.TextBlockContainer {
  width: 100%;
  clear: both;
}

div.EventsListContainer {
  width: 100%;
  clear: both;
}

div.ProductListContainer1 {
  width: 100%;
  clear: both;
}

div.ProductListItem1 {
  width: 140px;
  height: 187px;
  margin-top: 5px;
  float: left;
  overflow: hidden;
}

div.ProductListContainer2 {
  width: 100%;
  clear: both;
}

div.ProductListItem2 {
  width: 100%;
  margin-top: 5px;
  min-height: 70px;
  clear: both;
}



/*
IMAGE FORMATTING & POSITIONING
*/


img {
  border-width: 0px; 
  border-style: none;  
}

img.ProductImageWide1 {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

img.ProductImageTall1 {
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxOuter1 {
  #position: relative;
  float: left; 
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color: #FFFFFF; 
  display: table; 
  width: 130px; 
  height: 130px; 
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxMiddle1 {
  #position: absolute; 
  #top: 50%;
  display: table-cell; 
  vertical-align: middle;
  width: 130px;
}

div.ImageBoxInner1 {
  #position: relative; 
  #top: -50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.ProductImageWide2 {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}

img.ProductImageTall2 {
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxOuter2 {
  #position: relative;
  margin-right: 5px; 
  float: left; 
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color: #FFFFFF; 
  display: table; 
  width: 65px; 
  height: 65px; 
  overflow: hidden;
}

div.ImageBoxMiddle2 {
  #position: absolute; 
  #top: 50%;
  display: table-cell; 
  vertical-align: middle;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxInner2 {
  #position: relative; 
  #top: -50%;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.ProductListContainer3 {
  width: 100%;
  clear: both;
}


div.ProductListItem3 {
  width: 130px;
  height: 190px;
  margin-top: 5px;
  float: left;
  overflow: hidden;
}


img.ProductImageWide3 {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}

img.ProductImageTall3 {
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxOuter3 {
  #position: relative;
  float: left; 
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color: #FFFFFF; 
  display: table; 
  width: 125px; 
  height: 125px; 
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

div.ImageBoxMiddle3 {
  #position: absolute; 
  #top: 50%;
  display: table-cell; 
  vertical-align: middle;
  width: 125px;
}

div.ImageBoxInner3 {
  #position: relative; 
  #top: -50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



/*
FONT STYLING
*/


HR
{
border: none 0;
border-top: 3px dotted  #aeaad4;/*the border*/
width: 100%;
height: 2px;
clear:both;


}

H1 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 170%; 
  color: #403d69;
  margin-bottom: 6px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #7180C0;
	margin-bottom: 0;
	padding:3px;
	font-weight: bold;
	text-transform: uppercase;
}

H3 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 130%; 
  color: #566292;
  margin-bottom: 0;
  font-weight: bold;
}

.Alert {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 115%;
  font-weight: bold;
  color: #990000;
  margin-bottom: 0;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 120%; 
  color: #566292;
  margin-bottom: 0;
  padding:2px;
  border-width: 1px 0px 0px 0px;
  border-color: #DADFBF;
  border-style: solid;
  background-color: #F1F3E8;
  font-weight: bold;
}

A:link
{
    COLOR: #d6751b;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ea990b;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #ea990b;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #d6751b;
    TEXT-DECORATION: none
}
A:visited:hover
{
    COLOR: #ea990b;
    TEXT-DECORATION: underline
}

A.inputbutton:link
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	font-size: 131%;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  	padding: 10px;	
}
A.inputbutton:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	font-size: 131%;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  	padding: 10px;
}
A.inputbutton:active
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	font-size: 131%;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  	padding: 10px;	
}
A.inputbutton:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	font-size: 131%;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  	padding: 10px;	
}
A.inputbutton:visited:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	font-size: 131%;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  	padding: 10px;
}


/*
TOPBAR, SEARCH AND QUICK NAV, BUTTONS
*/


select.QuickNav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.3;
  margin:3px;
}

label.QuickNavLabel {
  visibility: hidden;
  display: none;
}

label.SearchLabel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

input.SearchKeywords {
display:none
}

input.SearchSubmit {
display:none
}


.topbar-left a:link {
  text-decoration : none; 
  color : #454b80;
  font-weight:bold;
}

.topbar-left a:visited {
  text-decoration : none; 
  color : #454b80; 
  font-weight:bold;
}

.topbar-left a:active {
  text-decoration : none; 
  color : #c18c19; 
  font-weight:bold;
}

.topbar-left a:hover {
  text-decoration : none; 
  color : #c18c19; 
  font-weight:bold;
}

.inputbutton {
	display:none
	
}


/*
PAGE LAYOUT ELEMENTS
*/

div.PageContainer_fullpage {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	border-width:0;
	margin-bottom: 5px;
	text-align: left;
	padding:0;
}


div.HomePageContainer {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	border-width:0;
	margin-bottom: 5px;
	text-align: left;
	padding:0;
}

div.PageContainer {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	border-width:0;
	margin-bottom: 5px;
	text-align: left;
	padding:0;
}

div.PageCol1 {
display:none;
}

div.PageCol2 {
  position: relative;
  width: 700px;
  float: left;
  margin:0;
  padding:0;
  text-align: left;
}

div.PageCol2-Header2 {
	position: relative;
	width: 600px;
	height: 25px;
	margin:0;
	text-align: right;
	padding-top: 5px;
	color: #433f6e;
}

div.PageCol2-Header3 {
	position: relative;
	width: 465px;
	margin:0;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.PageFooter {
display:none;
}

div.PageHeader {
display:none;
}

div.SiteLogo {
display:none;

}

div.HeaderContainer {
	display:none;
}

div.topbar-left {
display:none;
}

div.topbar-right {
	display:none;
}

div.PageHeaderTop {
	display:none;
}

div.PageHeaderMiddle {
display:none;
}

div.PageFooter {
	display:none;
}

div.topbar_print {
display:none;
}

div.non_print_footer {
display:none;
}

div.non_print {
display:none;
}

div.printheader {
  width: 700px;
  height: 100px;
  margin: 6px;
  padding: 6px;
  text-align: left;
}

/*
PAGE STYLING & FORMATTING
*/

#blockquote
{
	float: right;
	margin: 6px;
	padding: 5px;
	padding-left:8px;
	padding-bottom:5px;
	border: 1px solid #a198cc;
	font-weight: normal;
	ont-style:italic;
	color:#405060;
	background-color: #eceaf6;
	width: 200px;
	font-size: 0.9em;
	}
	
#highlightblock
{
	margin: 6px;
	padding: 5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	border: 1px solid #a198cc;
	font-weight: normal;
	ont-style:italic;
	color:#405060;
	background-color: #eceaf6;
	width: 180px;
	font-size: 0.9em;
	}
	



	

label.RegisterLabel { 
  width:200px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: left;
}

input.RegisterInput {
  width: 180px;
  margin-bottom: 5px;
}



/*
BASKET ELEMENTS
*/


.TopBarBasket {
  font-weight: bold;
  margin-right: 10px; 
}

.TopBarBasket img {
  border-width: 0px; 
  border-style: none;
  vertical-align: middle;
  margin-right: 5px; 
  margin-top: 2px;
}


.TopBarBasket a:link {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarBasket a:visited {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarBasket a:active {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarBasket a:hover {
  text-decoration : none; 
  color : #ff0000; 
}


/*
CHECKOUT ELEMENTS
*/


.TopBarCheckout {
  font-weight: bold;
  margin-right: 10px; 

}

.TopBarCheckout img {
  border-width: 0px; 
  border-style: none;
  vertical-align: middle;  
  margin-right: 5px; 
  margin-top: 2px;
}


.TopBarCheckout a:link {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarCheckout a:visited {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarCheckout a:active {
  text-decoration : none; 
  color : #ffffff; 
}

.TopBarCheckout a:hover {
  text-decoration : none; 
  color : #ff0000; 
}


div.ShopProduct {
  position: relative;
  width: 100%;
  margin:0;
  padding:0;
  text-align: left;
  clear: both;
}


/*
MAIN NAVIGATION ELEMENTS
*/



#PageCol1 ul {
  width: 180px;
  margin : 0; 
  padding : 1px 0 0; 
  list-style-type : none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background : #ffffff;
	border-width: 0px; 
}

#PageCol1 li {
	margin : 0 0 1px; 
	border-width: 0px; 
} 



#PageCol1 li a {
	display : block; 
	background-color : #e0deef; 	
	padding: 6px; 
	width : 174px; 
	text-decoration : none;
	font-weight:bold;
	color : #403d69; 
	border-width: 0px; 
}

#PageCol1 li li a {
	color : #403d69; 
	background-color : #e0deef; 
	display : block; 
	padding : 3px 3px 3px 15px;
	width : 162px;
	background-color:#eceaf6;
	background-image: url('/editable/images/dot1.gif');
	background-repeat: no-repeat;
	font-weight:normal;
	border-width: 0px; 
} 
#PageCol1 li li li a {
	display : block; 
	padding: 3px 3px 3px 27px; 
	width : 150px;
	background-color:#eceaf6;
	background-image: url('/editable/images/dot2.gif');
	background-repeat: no-repeat;
	font-weight:normal;
	color:#403d69;
	border-width: 0px; 
}
#PageCol1 li li li li a {
	display : block; 
	padding : 3px 3px 3px 30px; 
	width : 147px;
	border-width: 0px; 
}
#PageCol1 li li li li li a {
	padding : 3px 3px 3px 40px; 
	width : 137px; 
	border-width: 0px; 
}

#PageCol1 li a:hover , #left li a:active , #left li .selectedpage {
	background-color : #faebb2; 
	color : #403d69; 
	border-width: 0px; 
} 
#PageCol1 li li a:hover , #left li li a:active {
	background-color : #faebb2; 
	color : #403d69; 
	border-width: 0px; 
} 


/*
PRODUCT PAGE ELEMENTS
*/


div.PageNumbers {
  width: 100%;
  clear: both;
  text-align: right;
}

.PageList li {
  display: inline;
  list-style-type: none;
}

.PageList li a {
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color: #FFFFFF;
	text-decoration : none; 
	color : #000000;
	padding: 3px 3px 3px 3px; 
}

.PageList li a:hover, li a:active {
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color : #A2A9C3; 
  color : #ffffff; 
  padding: 3px 3px 3px 3px; 
}

li a.CurrentPage {
  border-width: 1px; 
  border-color: #556392;  
  border-style: solid;  
  background-color : #A2A9C3; 
  color : #ffffff; 
  padding: 3px 3px 3px 3px; 
}


div.NewusersContainer {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.new-t {background: url(/editable/images/elements/new-dot.gif) 0 0 repeat-x; width: 100%; background-color:#faebb2;}
.new-b {background: url(/editable/images/elements/new-dot.gif) 0 100% repeat-x}
.new-l {background: url(/editable/images/elements/new-dot.gif) 0 0 repeat-y}
.new-r {background: url(/editable/images/elements/new-dot.gif) 100% 0 repeat-y}
.new-bl {background: url(/editable/images/elements/new-bl.gif) 0 100% no-repeat}
.new-br {background: url(/editable/images/elements/new-br.gif) 100% 100% no-repeat}
.new-tl {background: url(/editable/images/elements/new-tl.gif) 0 0 no-repeat}
.new-tr {background: url(/editable/images/elements/new-tr.gif) 100% 0 no-repeat; padding:10px;}
div.PageCol1-2 {
	position: relative;
	width: 898px;
	float: left;
	margin:0;
	padding:0;
	text-align: left;
}


div.images_in_lists {
  position: relative;
  width: 130px;
  float: right;
  padding-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  text-align: right;
}
