/* CSS Document */

/******* e-shop styles ********/
img {
	border: none;
}
/*      left   navigation     */
#shop_nav {
	margin-right: 15px;
}
#shop_nav td.shop_search {
	padding: 7px;
	background-color: #74C0E5;
	color: #006699;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 8px #FFF;
}
#shop_nav #search {
	margin: 5px 0;
}
#shop_nav img {
	margin: 15px 0 10px;
}
#shop_nav td.cat {
	background: url(shrine-arrow.gif) no-repeat 15px 10px;
	background-color: #006699;
	border-bottom: solid 2px #FFF;
	padding: 5px 20px 5px 28px;
}
#shop_nav a:link, #shop_nav a:visited, #shop_nav a:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*     front page cats       */
#shop_thumb {
	margin-top: 23px;
}
#shop_thumb div.product {
	background: url(shrine-rhs-arrow.gif) no-repeat 2px 132px;
}

div.product img, tr.product img {
	border: 1px solid #016295;
}

div.extinfobutton img {
	border: none;
}

/*
Rules for address book must be !important because Actinic generates 
inline style rules.
*/

#address-book table {
	margin-top: 10px !important;
	border: none !important;
}

#address-book td {
	border: none !important;
}

#address-book input {
	color: black !important;
	background-color: transparent !important;
}

#shop_thumb a.product_title:link, #shop_thumb a.product_title:visited, #shop_thumb a.product_title:hover {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 5px;
	display: block;
}

/*     product detail        */
#shop_detail {
	margin-top: 7px;
}
a.lrg_blue_link:link, a.lrg_blue_link:visited, a.lrg_blue_link:hover {
	text-decoration: none;
	font-size: 13px;
	color: #006699;
	font-weight: bold;
}
a.lrg_blue_link:hover {
	text-decoration: underline;
}
td.magnify img {
	margin: 4px 6px;
}

/*     basket                */
.lrg_blue {
	font-size: 13px;
	color: #006699;
	font-weight: bold;
}
.total {
	background-color: #74C0E5;
	padding-top: 2px;
	padding-bottom: 2px;
}
#basket table {
	margin: 15px 0 30px 0;
}
#basket th, #basket td {
	padding: 5px;
}
#basket th {
	background-color: #74C0E5;
	color: #006699;
	font-size: 13px;
	text-align: left;
}
#basket tr.basket_row td {
	background-color: #F6EDD3;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}
#basket tr.basket_row img {
	margin-right: 7px;
}
#basket input {
	text-align: right;
}

/*     checkout              */
#checkout table.fieldset {
	margin-top: 15px;
}
#checkout table.fieldset td {
	background-color: #E5EFF5;
	padding: 3px 5px 3px 10px;
}
	



/*     help                  */
.help_large {
	font-size: 22px;
	color: #006699;
	margin: 0 0 5px 0;
	padding: 0;
}
.help_large strong {
	font-weight: 900;
}
.help_para {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
/*     bottom  links         */
#bmenu {
	font-family: Arial, sans-serif;
	color: #74C0E5;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	padding: 10px 0 10px 0;
}
#bmenu a:link, #bmenu a:visited, #bmenu a:hover {
	color: #000;
	text-decoration: none;
	padding: 0 2px;
}
#bmenu a:hover {
	text-decoration: underline;
}

#actions p {
	display: inline;
}
	