 
 
/*
 
Tradingeye 'Petrol v1.0' style sheet
===============================================
 
Copyright:		2008 dpivision.com
Author:			Ian Sidaway
Last edit:		16/04/2009 by Ian Sidaway
 
Modified by:	David & Steve!
 
 
*/
 
 
/* =BASE
=============================================== */
 
html 
{
	background-color: #f2edda;
	margin: 0;
	padding: 0;
	height: 100%;

	background-image: url('/_resources/interface/home_swirl_background.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
 
body
{
	color: #111;
	font: 62.5%/1.8em Optima, Trebuchet, Helvetica, sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}

body#homepage.welcome
{
}



 
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font: 1em Optima, Trebuchet, Helvetica, sans-serif;
	}
 
/* hidden items */
 
#skip,
.hidden {
	display: none;
	}
 
/* basic links */
 
a:link,
a:visited,
a:active {
	color: #ce4f11;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}
 
/* images */
 
img {
	border: none;
	}
 
/* typography */
 
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
	
h2
{
	display: none;
	font-size: 1.4em;
	font-weight: bold;
}
 
#content h2
{
	display: block;
	font-size: 14px;
	margin: 24px 0 4px 0;
	font-weight: normal;
	font-style: italic;
}
 
 
	
h2#pageTitle
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #31080e;
	margin: .7em 0;
}
 
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 1.2em;
	}
h4,
h5 {
	font-size: 1em;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {
	background: #f2f2f2;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.message.positive {
	background: #0f0;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	background: #f7e1e1;
	font-size: 1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}
 
/* @group Home page */
 
 
 
 
div#pm_home_content
{
	display: block;
	width: 960px;
	height: 400px;
	margin: 340px auto 0 auto;
	
	background-image: url('/_resources/interface/butterfly_240.png');
	background-position: 360px 240px;
	background-repeat: no-repeat;
}
 
div#pm_home_content div.pm_home_content_panel
{
	display: block;
	width: 960px;
	height: 290px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	
	background-image: url('/_resources/interface/home_note_background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
 
div#pm_home_content div#pm_home_welcome
{
	display: block;
}
 
div#pm_home_content div#pm_home_the_chocolatier
{
	display: none;
}
 
div#pm_home_content div#pm_home_the_chocolate_shop
{
	display: none;
}
 
div#pm_home_content div#pm_home_chefs_and_corporate
{
	display: none
}
 
div#pm_home_content div.pm_home_content_panel h1
{
	margin: 0 120px 10px 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
 
div#pm_home_content div.pm_home_content_panel h2
{
	display: block !important;
	margin: 10px 120px 10px 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
 
div#pm_home_content div.pm_home_content_panel p
{
	margin: 10px 120px 10px 120px;
	font-size: 12px;
}
 
/* @end */
 
 
 
 
 
/* @group Container */
 
#container 
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	min-height: 100%;
}


 
div#mid
{
}

 
 
 
#container .inner
{
	position: relative;
	height: 100%;
	min-height: 100%;
 
}
/* @end */
 
 
 
/* @group Header */
 
#header
{
	display: block;
	position: fixed;
	top: 0;
	z-index: 5;
	height: 98px;
	width: 100%;
	background: url('/_resources/interface/header_background.png') top center repeat-x;
}
 
#header .inner 
{
	margin: 0 auto;
	position: relative;
	width: 980px;
	}
	
/* @end */
 
/* @group Navigation */
 
div#pm_site_navigation
{
	display: block;
	position: fixed;
	z-index: 5;
	top: 98px;
	width: 100%;
	height: 40px;
	background: #f2edda;
}
 
div#pm_navigation
{
	width: 1024px;
	height: 40px;
	margin: 0 auto 0 auto;
	background-image: url('/_resources/interface/menu_bottom.png');
	background-position: 0 36px;
	background-repeat: no-repeat;
}
 
div#pm_navigation ul
{
	list-style: none inside none;
	margin: 0;
	padding: 0 0 0 32px;
}
 
div#pm_navigation ul li
{
	float: left;
	display: block;
	width: 320px;
	height: 36px;
 
}
 
div#pm_navigation ul li a
{
	display: block;
	width: 320px;
	height: 28px;
	padding: 8px 0 0 72px;
	color: #31080e;
 
 	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
 
	background-position: 0 0;
	background-repeat: no-repeat;
}
 
div#pm_navigation ul li#pm_menu_the_chocolatier a
{
	background-image: url('/_resources/interface/menu_small_the_chocolatier.png');
}
 
div#pm_navigation ul li#pm_menu_the_chocolate_shop a
{
	background-image: url('/_resources/interface/menu_small_the_chocolate_shop.jpg');
}
 
div#pm_navigation ul li#pm_menu_chefs_and_corporate a
{
	background-image: url('/_resources/interface/menu_small_chefs_and_corporate.jpg');
}
 
 
 
div#pm_navigation ul li:hover
{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/_resources/interface/menu_background_selected.png');
}
 
body.the_chocolatier li#pm_menu_the_chocolatier
{
	background-image: url('/_resources/interface/menu_background_selected.png');
}
 
body.the_chocolate_shop li#pm_menu_the_chocolate_shop
{
	background-image: url('/_resources/interface/menu_background_selected.png');
}
 
body.chefs_and_corporate li#pm_menu_chefs_and_corporate
{
	background-image: url('/_resources/interface/menu_background_selected.png');
}
 
body.the_chocolatier li#pm_menu_the_chocolatier a
{
	color: #d24f11;
}
 
body.the_chocolate_shop li#pm_menu_the_chocolate_shop a
{
	color: #d24f11;
}
 
body.chefs_and_corporate li#pm_menu_chefs_and_corporate a
{
	color: #d24f11;
}
 
 
 
 
div#pm_navigation ul li a:hover
{
	text-decoration: underline;
}
 
 
/* @end */
 
/* @group Home Navigation */
 
div#pm_home_navigation
{
	display: block;
	position: fixed;
	z-index: 5;
	top: 138px;
	width: 100%;
	height: 180px;
	background: #f2edda;
}
 
div#pm_home_navigation_images
{
	width: 1024px;
	height: 180px;
	margin: 0 auto 0 auto;
}
 
div#pm_home_navigation_images ul
{
	list-style: none inside none;
	margin: 0;
	padding: 0 0 0 32px;
}
 
div#pm_home_navigation_images ul li
{
	float: left;
	display: block;
	width: 320px;
	height: 180px;
}
 
div#pm_home_navigation_images ul li a
{
	display: block;
	width: 320px;
	height: 180px;
	padding:0;
 
 	text-indent: -9999px;
 
	background-position: 0 0;
	background-repeat: no-repeat;
}
 
div#pm_home_navigation_images ul li#pm_home_menu_the_chocolatier a
{
	background-image: url('/_resources/interface/menu_the_chocolatier.jpg');
}
 
div#pm_home_navigation_images ul li#pm_home_menu_the_chocolate_shop a
{
	background-image: url('/_resources/interface/menu_the_chocolate_shop.jpg');
}
 
div#pm_home_navigation_images ul li#pm_home_menu_chefs_and_corporate a
{
	background-image: url('/_resources/interface/menu_chefs_and_corporate.jpg');
}
 
div#pm_home_navigation_images ul li:hover
{
}
 
div#pm_home_navigation_images ul li a:hover
{
}
 
div#container div.inner div#mid div.inner div#main div.inner div#content table tbody tr p span.pm_chocolate_name
{
	font-weight: bold;
}
 
/* @end */
 
 
 
 
 
 
 
 
/* company logo & tagline */
 
#logo 
{
	text-indent: -9999px;
	display: block;
	margin: 0 auto 0 auto;
	width: 226px;
	height: 82px;
	background: url('/_resources/interface/header_logo.png') 0 10px no-repeat;
}
 
#logo a {
	color: #fff;
	}
	
#tagline {
	border: none;
	color: #345068;
	font: normal 2em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}
 
/* shopping basket info */
 
/* @group Info */
 
 
 
#info 
{
	color: #fff;
	font-weight: bold;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0 40px 0 0;
	padding: 0;
	position: absolute;	
	right: 20px;
	text-align: right;
	top: 8px;
	width: 300px;
	}
	
#info a 
{
	font-size: 11px;
	color: #777;
}
 
#info a:hover 
{
	color: #333;
}
 
#basket 
{
	display: inline;
	height: 3.2em;
	line-height: 3.2em;
	padding-left: 2em;
}
 
 
/* @end */
 
 
 
 
 
/* =MID
=============================================== */
 
#mid 
{
	margin: 0 auto;
	position: relative;
	width: 960px;
	margin: 138px auto 64px auto;
}
 
/* breadcrumb trail */
 
#breadcrumbs {
	color: #777;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
	margin: 1em 0 .5em 10px;
	padding: .5em 10px;
	width: 678px;
	}
#breadcrumbs a {
	color: #444;
	}
#breadcrumbs a:hover {
	color: #111;
	}
 
 
/* =SIDEBAR
=============================================== */
 
#sidebar 
{
	clear: both;
	float: left;
	font-size: 1.1em;
	display: inline;
	margin-right: 10px;
	margin-bottom: 1em;
	width: 220px;
	height: 320px;
	background: url('/_resources/interface/sidebar_background.png') 0 0 no-repeat;
}
 
/* standard search */
 
#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
 
/* shop by brand */
 
#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
 
/* top-level navigation */
 
#navDeptTitle 
{
	display: block;
	background: url('/_resources/interface/butterfly.png') 0 0 no-repeat;
	width: 72px;
	height: 44px;
	margin: 64px auto 0 auto;
	text-indent: -9999px;
}
 
#navDept
{
	padding: 4px 0 0 0;
}
 
#navDept ul
{
	
}
 
#navDept li 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
 
#navDept li.first
{
	display: none;
}
 
#navDept li a 
{
	display: block;
	width: 200px;
	margin: 2px 10px 2px 12px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #31080e;
}

#navDept li a:hover 
{
	text-decoration: underline;	
}
 
#navDept li a.selected 
{
	text-decoration: underline;	
}
 
#navDept li a:hover.selected 
{
} 

li#submenu_iain_burnett.selected,
li#submenu_fine_ingredients.selected,
li#submenu_news_and_awards.selected,
li#submenu_the_range.selected,
li#submenu_questions.selected,
li#submenu_about_chocolate.selected,
li#submenu_chocolate_recipes.selected,
li#submenu_chefs_and_fine_dining.selected,
li#submenu_corporate_services.selected,
li#submenu_personalised_chocolates.selected
{
	text-decoration: underline;
} 
 
/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */
 
.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 170px;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}
 
/* customer tools */
 
#navToolsTitle 
{

	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
h3#navToolsTitle
{
	display: block;
	background: url('/_resources/interface/small_butterfly.png') 0 0 no-repeat;
	width: 36px;
	height: 22px;
	margin: 64px auto 0 auto;
	text-indent: -9999px;
}
	
#navTools 
{
	left: 0;
	margin: 0;
}
#navTools li {
	float: left;
	margin-right: 2em;
	}
#navTools li a {
	display: block;
	width: 200px;
	margin: 2px 10px 2px 12px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #31080e;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #333;
	text-decoration: underline;
	}
#navTools li a span {}
 
 
ul#pm_shop_nav_links
{
	left: 0;
	margin: 64px 0 0 0;
	padding: 0 0 50px 0;
	display: block;
	width: 200px;
	background-image: url('/_resources/interface/small_butterfly.png');
	background-repeat: no-repeat;
	background-position: 92px 0;
}

ul#pm_shop_nav_links li 
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#pm_shop_nav_links li:first-child
{
	margin-top: 20px;
}

ul#pm_shop_nav_links li a 
{
	display: block;
	width: 200px;
	margin: 2px 10px 2px 10px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #31080e;
	}
ul#pm_shop_nav_links li a:hover,
ul#pm_shop_nav_links li a.selected 
{
	color: #333;
	text-decoration: underline;
	}
ul#pm_shop_nav_links li a span {}
 
 
 
 
 
/* menu items */
 
.navStaticTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}
 
/* newsletter signup */
 
#newsletterTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #f2edda;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 0px;
	width: 120px;
	}
#newsletterSubmit {
	background: #31080e;
	border: 0;
	color: #999;
	float: right;
/*	height: 2.2em;
	line-height: 2.2em;*/
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	font-family: Optima, Trebuchet, Helvetica, sans-serif;
}
#newsletterSubmit:hover {
	background: #31080e;
	color: #fff;
	cursor: pointer;
	}
 
/* menu items */
 
#recentlyViewedTitle {
	background: #f2f2f2;
	font-size: 1em;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}
 
 
/* =CONTENT
=============================================== */
 
#main {
	float: right;
	font-size: 1.1em;
	display: inline;
	width: 700px;
	margin-left: 10px;
	}
 
/* content area */
 
#content {
	margin: 1em 0;
	}
#content #contactDetails {
	width: 400px;
	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	font-weight: bold;
	}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	list-style: disc;
	margin: .5em 0 .5em 2em;
	}
	
div#content #contactDetails p
{
	padding: 0;
	margin: 0;
}
	
div#content p
{
	margin-right: 240px;
}	

div#content div.info p
{
	margin-right: 20px;
}

table.pm_the_range p
{
	margin-right: 20px !important;
}
	
div#content h3
{
	clear: none;
	margin: 16px 240px 8px 0px;
	margin-right: 240px;
	margin-bottom: 16px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #31080e;
	font-style: italic;
}
	
#content p.testimonial
{
	display: block;
	padding: 2px;
	margin: 0 280px 20px 40px;
	font-style: italic;
	font-size: 12px;
}
 
#content p.client_list
{
	background: url('/_resources/interface/butterfly_top_border.png') top center no-repeat;
	border-bottom: 1px solid white;
	padding: 35px 8px 8px 8px;
}
 
#content div.corporate_services
{
	display: block;
	float: right;
	width: 224px;
	background: url('/_resources/interface/butterfly_top_border.png') top center no-repeat;
	border-bottom: 1px solid white;
	padding: 2px;
	margin: 0 0 20px 20px;
	padding: 35px 0 0 0;
	clear: right;
}
 
#content div.corporate_services ul
{
	list-style: none inside none;
	font-family: Optima, Trebuchet, Helvetica, sans-serif;	
	font-size: 10px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
 
#content div.corporate_services ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
}
 
#content table.cake_guide
{
	width: 180px;
}
 
#content table.pm_the_range td
{
	width: 180px;
}
 
#content table.pm_the_range td img
{
	
}
 
#content img.photo
{
	border: 1px solid white;
	padding: 2px;
	margin: 0 0 20px 20px;
	float: right;
	clear: right;
}
	
	
	
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}
 
/*  sub-department navigation - content area */
 
#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}
 
 
/* =FORMS
=============================================== */
 
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #31080e;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #4b0c15;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}
 
 
/* =TABLES
=============================================== */
 
table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
	}
tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #5a8bb6;
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}
 
 
/* =MISC
=============================================== */
 
/* site map */
 
#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}
 
/* shopping cart & checkout */
 
.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards img {
	margin-right: .5em;
	}
 
/* cart totals */
 
#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}
 
/* content area forms (checkout, login, contact form etc.) */
 
#main label {
	display: block;
	}
#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 310px;
	}
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}
#cv2 {
	float: left;
	margin: -.2em 0 0 1em;
	}
 
/* checkout summary */
 
#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}
 
/* checkout form layout */
 
table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}
 
 
/* =PRODUCT LISTS
=============================================== */
 
/* product list */
 
.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
	
.products ul
{
}
	
.products li 
{
	float: left;
	width: 202px;
	height: 300px;
	background-color: #e8e2d0;
	overflow: hidden;
	margin: 0 20px 20px 0;
	padding: 0;
}
 
.products li h3 
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	height: 30px;
	color: black;
	font-size: 13px;
	font-style: italic;
	margin: 8px 4px 4px 4px;
}
 
.products p
{
	display: block;
	height: 60px;
	overflow: hidden;
	margin: 0 4px 0 4px;
}
 
.products p.price
{
	margin: 0 4px 0 4px;
	height: 16px;
}

.products a.pm_more_information
{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	width: 140px;
	height: 20px;
	background-color: #31080e;
	margin: 0;
	padding: 2px 12px 3px 12px;
	color: white;
}

.products a.pm_more_information:hover
{
	background-color: #4b0c15;
	cursor: pointer;
}
 
 
ul.products li input.formButton
{
	height: 18px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	background-color: #31080e;
	margin: 2px 0 0 0;
	padding: 0px 12px 0px 12px;
	color: white;
}

ul.products li input.formButton:hover
{
	background-color: #4b0c15;
	cursor: pointer;
}

 
.products p.image
{
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 200px;
	height: 160px;
	background-color: white;
	border: none !important;
} 
 
.products p.image a
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 160px;
	background-color: white;
	border: none;
}
 
.products p.image a img
{
	text-align: center;
	vertical-align: center;
	border: none;
}
 
 
 
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: black;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	margin: 0;
	width: 146px;
	}
.products .image a img {
	}
	
.products .image a:hover img 
{
}
 
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}
 
/* product grid */
 
.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 204px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}
 
/* sort by options / attributes header */
 
div#productSort
{
	display: none;
}
 
 
#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}
 
/* sort container */
 
#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
 
/* sort options */
 
#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	}
 
/* sort by attributes */
 
#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}
 
/* pagination */
 
.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}
 
 
/* =PRODUCT DETAILS
=============================================== */
 
/* product details */
 
#product {	
	margin: 1em 0;
	}
 
/* image gallery */
 
#product .image {	
	float: left;
	margin: 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
	
#product .image p a#viewlargelink
{
	color: gray;
}
	
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 5px 0 0;
	}
	
#product .image ul li a img 
{
	background: #f2f2f2;
	padding: 4px;
	border: 1px solid gray;
}
 
#product .image ul li a:hover img {
	background: #ddd;
	padding: 4px;
	}
 
/* product price & options */
 
#product .info {
	background: #e8e2d0;
	float: right;
	margin: 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 278px;
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
	
p.pm_long_description
{
	clear: both;
}
	
div#content h2.pm_product_details
{
	clear: both;
}
 
	
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}
 
 
/* =ARTICLES
=============================================== */
 
#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	background: url(../graphics/petrol/articleBg.gif) repeat-x bottom left;
	list-style: none;
	margin: 1em 0 .5em 0;
	padding: 0 0 .8em 0;
	}
#articles ul li a {
	background: url(../graphics/petrol/articleIcon.gif) no-repeat 0 0;
	color: #666;
	font-weight: bold;
	padding-left: 2.3em;
	padding-top: .2em;
	}
#articles ul li a:hover {
	background: url(../graphics/petrol/articleIcon2.gif) no-repeat 0 0;
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}
 
 
/* =REVIEWS
=============================================== */
 
/* star ratings */
 
.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}
 
/* product page reviews */
 
#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#writeReview {
	background: #333;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .4em 1em;
	position: absolute;
	top: 10px;
	right: 10px;
	}
#writeReview a {
	color: #aaa;
	}
#writeReview a:hover {
	color: #fff;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}
 
 
/* =SEARCH RESULTS
=============================================== */
 
#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}
 
 
 
/* @group Footer */
 
 
#footer 
{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 48px;
	z-index: 5;
	background: #31080e;
	clear: both;
	color: #666;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
 
#footer .inner 
{
	display: block;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 48px;
}
#footer p 
{
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 6px 0 2px 0;
	}
#footer li {
	border-left: 1px solid #333;
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #fff;
	}
#footer #credits {
	}
	
/* @end */
 
 
 
/* =FLOAT FIX
=============================================== */
 
.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #content,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */
 
/* Additional Styles - PyrusMalus */
 
div#main div#articles ul.pm_articles li.pm_article a span.pm_article_image
{
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid white;
	padding: 2px;
	clear: left;
}
 
div#main div#articles ul.pm_articles li.pm_article
{
	clear: both;
}
 
 
div#main div#articles ul.pm_articles li.pm_article a span.pm_article_title
{
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}
 
div#main div#articles ul.pm_articles li.pm_article p.pm_article_short_content
{
	margin: 10px 0 0 170px;
}
 
.pm_hidden
{
	display: none !important;
}
 
div.pm_discount_code
{
}
 
div.pm_gift_certificate
{
}
 
div.pm_place_order
{
	clear: both;
}
 
li.pm_newsletter
{
	float: right;
	border-left: none !important;
}
 
a.pm_rss_feed
{
	float: right;
	background-image: url('/_resources/interface/rss_icon.png');
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
	padding: 0 0 0 16px;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	font-family: Optima, Trebuchet, Helvetica, sans-serif;
}


ul.products form
{
	display: inline;
}


div#grandtully
{
	background: #f2f2f2;
	float: right;
	margin-left: 20px;
	padding: 1em 15px;
	width: 220px;
	background-color: #fde9d9;
	border: 1px solid #31080e;
	margin-bottom: 30px;
	text-align: center;
}

div#grandtully h2
{
	color: #31080e;
	font: italic bold 18px/1.5em Optima, Trebuchet, Helvetica, sans-serif;
	text-align: center;
}

div#grandtully p.legend
{
	color: #31080e;
	font: 11px/1.5 Optima, Trebuchet, Helvetica, sans-serif;
	text-align: center;	
	padding: 0;
	margin: 0;
}

div#grandtully p.legend a
{
	color: #ce4f11;
	font: 11px/1.5 Optima, Trebuchet, Helvetica, sans-serif;
	text-align: center;	
}

div#grandtully p.legend a:hover
{
	color: #111;
}

div.module1 h3
{
	width: 250px;
}

div.module2.alt h3,
div.module2.alt p
{
	width: 250px;
}

div#content table.vol-disc
{
	clear: both;
}


 
