/* -------------------------------------------------------------------
//
//	pdb_shop.css		Stylesheet for PDb Shop pages - pdb specific stuff
//						See also site main stylesheet in root folder		
//
//	Rev	Date			Comment
//	---	----			-------
//	1	20-Feb-2009		First released version
//	2	12-Jan-2010		Add new class definitions for category & product summary displays
//
//	NOTE - for compatability with OLS, any changes must be done in vl_main.css as well !
//
//	Copyright (c) 2009-2010 Custom Internet Limited
//
//  Title to this software remains with Custom Internet Limited.  The customer is granted a 
//  non-exclusive right to use the software on the web site for which it is supplied.  
//  Custom Internet Limited retains the sole right to adapt or re-use the software for any 
//  other purpose, and (except as documented in the installation guide and configuration files) 
//  the customer may not modify, adapt, reverse engineer or re-use the software for any other purpose. 
//
//------------------------------------------------------------------- */


/* Styles affecting the category & product display ..... */
#pdb_productsum {
}

/* Class used to fine tune the internal picture / text of the product summarys */
.pdb_prod_summary {
	min-height: 230px;
}

#pdb_prod_detail {
	margin-top: 5px;
	margin-left: 100px;
	padding-left: 10px;
	padding-right: 110px;
	/* width: 720px; */
}

#pdb_prod_detail h3 {
	background-color: #F8F0ED;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* background-image: url(../ci_images/floralbarend.jpg);
	background-repeat: no-repeat;
	background-position: right center; */
}

/* Class used for the detail text display on the product detail screen (pdb_show.php) */
.pdb_detail_text {
	font-weight: bold;
}
/* Class used for related product names on the product detail screen (pdb_show.php)   */
.pdb_relprod_name {
	font-weight: bold;
}

/* ID for the main image display block */
#pdb_prod_image {
	float: right;
	/* border: 1px solid #000000; */
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	/* Set width to no less than $pdb_max_image_width - config/config.inc.php */
	width: 310px;
	text-align: center;
}

/* ID for the 'related items' display block */
#pdb_relprod {
	background-color: #FFFF66;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
}

#pdb_assocprod {
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	/* This ID will also contain an instance of #pdb_productsum,
	so beware of left and right margin or padding ! */
}

/* ID for the 'extra images' display block */
#pdb_extrapics {
}

/* ----------------------------------------------------------------------------------- */

#pdb_catsum {
}

#pdb_catsum h3 p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Class used to fine tune the internal picture / text of the category summarys */
.pdb_cat_summary {
	min-height: 250px;
}

.pdb_cat_summary p {
	margin-bottom: 10px;
}

#pdb_page_header {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	background-color: #F8F0ED;
	background-repeat: no-repeat;
	background-position: right top;
	/* width: 750px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 10px;
	clear: both;
}

#pdb_page_headerblank {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	background-color: #F5F5F5;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	/* width: 750px; */
	height: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#pdb_page_headerplain {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	background-color: #F5F5F5;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	/* width: 750px; */
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pdb_page_body {
	/* width: 750px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Styles for the shopping basket display .... */
#pdb_basket {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	padding-left: 100px;
	padding-right:100px;
}
#pdb_basket td {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Styles for the login screen display .... */
#pdb_login {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	width: 730px;
	padding-top: 10px;
	padding-left: 100px;
	/* border: thin solid #990000; */
}

#pdb_login td {
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	/* width: 500px; */
}

#pdb_login th {
	margin: 0px;
	padding-right: 20px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 200px;
}

/* Styles for the checkout screen display .... */
#pdb_checkout {
	margin-left: 50px;
	padding-left: 15px;
}

/* Note that pdb_checkout_a gets nested INSIDE pdb_checkout */
#pdb_checkout_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	padding-left: 100px;
}
#pdb_checkout_a td {
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#pdb_checkout_a th {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

/* ------------------------------------------------------------------------- */

.pdb_hint {
	font-size: smaller;
	font-style: italic;
	margin-top: 0px;
}

.pdb_tditem {
	/* font-size: smaller; */
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	border: thin solid #990000;
	margin: 5px;
}

.pdb_error {
  color: red;
}

/* Class used to style prices when shop price < RRP */
.pdb_saleprice {
  color: red;
}

/* Class used to style 'normal' prices */
.pdb_price {
}

.pdb_important {
	color: red;
	font-size: larger;
}

/* Class to define the appearance of the Global Messages ----------------- */
.pdb_message_text {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Default button style -------------------------------------------------- */

.button {
	height: 43px;
	width: 122px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 8px;
	color: #990000;
	background-color: #F8F0ED;
	font-style: italic;
	line-height: 42px;
	border: 1px solid #990000;
}
.button a:link {
	text-decoration:none;
	color: #990000;
}
.button a:visited {
	text-decoration:none;
	color: #990000;
}
.button a:hover {
	text-decoration:none;
	color: #000000;
}

/* Button for checkout line items etc. style -------------------------------------------------- */

.button_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	height: 25px;
	line-height: 24px;
	margin: 5px;
	padding: 0px 8px;
	color: #990000;
	background-color: #F8F0ED;
	border: 1px solid #990000;
}
.button_1 a:link {
	text-decoration:none;
	color: #990000;
}
.button_1 a:visited {
	text-decoration:none;
	color: #990000;
}
.button_1 a:hover {
	text-decoration:none;
	color: #000000;
}

/* Button for top of sidebar */
.button_sbt {
	height: 43px;
	width: 122px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 8px;
	color: #990000;
	background-image: url(../buttons/tab_button_bg2.gif);
	font-style: italic;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 42px;
}
.button_sbt a:link {
	text-decoration:none;
	color: #990000;
}
.button_sbt a:visited {
	text-decoration:none;
	color: #990000;
}
.button_sbt a:hover {
	text-decoration:none;
	color: #000000;
}

/* Button for mid section of the sidebar */
.button_sbm {
	height: 43px;
	width: 122px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 8px;
	color: #990000;
	background-image: url(../buttons/tab_button_bg2.gif);
	font-style: italic;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 42px;
}
.button_sbm a:link {
	text-decoration:none;
	color: #990000;
}
.button_sbm a:visited {
	text-decoration:none;
	color: #990000;
}
.button_sbm a:hover {
	text-decoration:none;
	color: #000000;
}
