/* -------------------------------------------------------------------
//
//	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
//
//	NOTE - for compatability with OLS, any changes must be done in vl_main.css as well !
//
//	Copyright (c) 2009 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 {
}

#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;
}

#pdb_catsum {
}

#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: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

#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;
}

/* 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-image: url(../buttons/tab_button_bg2.gif);
	font-style: italic;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 42px;
}
.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;
}