/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/


body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262; 
	}


/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-size: 18px;
	color: #103348;
	}

h2 {
	font-size: 16px;
	color: #103348;
	}
	
h3 {
	font-size: 15px;
	color: #103348;
	}
	
h4 {
	font-size: 13px;
	color: #103348;
	}
	
.small {
	font-size: 11px;
	color: #fff;
	}
	
.larger {
	font-size: 14px;
	}
	
.white {
	font-size: 14px;
	color: #fff;
	}
	
.blueTitle {
	font-size: 15px;
	font-weight: bold; 
	color: #103348; 
	}
	
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/

a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #526922;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #526922;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #0d547a; 
	}
	
a.bot:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff;
	} 	
a.bot:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff;
	}	
a.bot:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff; 
	}
	
	
/*****************************************************/
/*                  LAYOUT, ETC                       */
/*****************************************************/

.imageFloat {
	float: right;
	padding-left: 10px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 10px;
	}
	
/*****************************************************/
/*             Shopping cart                         */
/*****************************************************/

/*
Product title
*/
.ProductTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #103348;
}

.DialogTitle {
	font-size: 18px;
	font-weight: bold;
	color: #103348;	
	}
	
/*.SidebarBoxCenterBG {
	font-size: 14px; 
	font-weight: bold; 
	color: #103348;
}*/

/*
Caption for product details section
*/
.ProductDetailsTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #103348;
}

/*
Labels for product details
*/
.ProductDetailsLabel {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #103348;
}

/*
Product details
*/
.ProductDetails {
	COLOR: #103348;
}

/*
Product price title
*/
.ProductPriceTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #103348;
}

/*
Product price title for alternative currency
*/
.ProductPriceConverting {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #103348;
}

/*
Product price
*/
.ProductPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #103348;
}

/*
Smaller representation of product price
*/
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #ff3300;
}

.CommonButtonBG {
	background-image: url('https://www.stoneharbourpress.com/shop/skins/default/en/images/but_bg.gif');
}

.SubmitButtonBG {
	background-image: url('https://www.stoneharbourpress.com/shop/skins/default/en/images/but_bg.gif');
}

.SearchButtonBG {
	background-image: url('https://www.stoneharbourpress.com/shop/skins/default/en/images/rect_button_bg.gif');
}

.SearchBoxBG {
	background-image: url('https://www.stoneharbourpress.com/shop/skins/default/en/images/searchbox_bg.gif');
}

.SidebarItems {
	COLOR: #103348; 
	TEXT-DECORATION: none;
}

.Button {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF;
}
A.ButtonLink:link {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}

A.ButtonLink:visited {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}

A.ButtonLink:hover {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #a9a97e; TEXT-DECORATION: none;
}

A.ButtonLink:active {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}
	