/* -------------------------------------------------------------------
//
//	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
//
//	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 {
}

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

#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: 200px;
}

#pdb_page_header {
	background-repeat: no-repeat;
	background-position: right top;
}

#pdb_page_headerblank {
}

#pdb_page_body {
}

/* Styles for the shopping basket display .... */
#pdb_basket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#pdb_basket td {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Styles for the login screen display .... */
#pdb_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#pdb_login td {
	margin: 0px;
	padding-right: 15px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	/*width: 350px; */
}
#pdb_login th {
	margin: 0px;
	padding-right: 15px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	/* width: 150px; */
}

/* Styles for the checkout screen display .... */
#pdb_checkout {
	margin-left: 0px;
	/* border: 1px solid #CC0066; */
}

#pdb_checkout_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* border: 1px solid #CC0066; */
}
#pdb_checkout_a td {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	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 #0000ff;
	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;
}

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

.button {
	height: 26px;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px ;
	color: #990000;
	background-image: url(../ci_images/buttonblank.gif);
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 23px;
}
.button a:link {
	text-decoration:none;
	color: #990000;
}
.button a:visited {
	text-decoration:none;
	color: #990000;
}
.button a:hover {
	text-decoration:none;
	color: #0000ff;
}

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

.button_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	height: 25px;
	line-height: 24px;
	margin: 5px;
	padding: 0px 8px;
	color: #000099;
	background-color: #F8F0ED;
	border: 1px solid #000099;
}
.button_1 a:link {
	text-decoration:none;
	color: #000099;
}
.button_1 a:visited {
	text-decoration:none;
	color: #000099;
}
.button_1 a:hover {
	text-decoration:none;
	color: #000000;
}

/* Button for top of sidebar */
.button_sbt {
	height: 26px;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px ;
	color: #990000;
	background-image: url(../ci_images/buttonblank.gif);
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 23px;
}
.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: #0000ff;
}

/* Button for mid section of the sidebar */
.button_sbm {
	height: 26px;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px ;
	color: #990000;
	background-image: url(../ci_images/buttonblank.gif);
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 23px;
}
.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: #0000ff;
}