/* SHOPPING BASKET */
#shopping_basket th
{
	text-align:left;
	padding-right: 15px;
	padding-bottom: 5px;
}

#shopping_basket th.last
{
	padding-right: 0;
}

#shopping_basket td
{
	padding-right: 15px;
}

#shopping_basket td.amount
{
	padding-right: 5px;
}

#shopping_basket td.last
{
	padding-right: 0;
}

#shopping_basket .right
{
	text-align:right;
}

#shopping_basket hr
{
	border: 0;
  	width: 100%;
  	color: #000000;
	background-color: #000000;
	height: 1px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#shopping_basket input.amount
{
	text-align:right;
	width: 35px;
	border: 1px solid #000000;
	padding-right: 2px;
}

#shopping_basket .bold
{
	font-weight: bold;
}


/* PRODUCT LIST */
#product_list td
{
	padding-right: 15px;
}

#product_list td.last
{
	padding-right: 0;
}

#product_list .right
{
	text-align:right;
}

#product_list hr
{
	border: 0;
  	width: 100%;
  	color: #000000;
	background-color: #000000;
	height: 1px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#product_list input.amount
{
	text-align:right;
	width: 35px;
	border: 1px solid #000000;
	padding-right: 2px;
}

#product_list .bold
{
	font-weight: bold;
}

#product_list h1
{
	font-size: 20px;
}

#product_list .desc
{
	width: 250px;
}

#product_list .descbox
{
	width: 115px;
	padding: 0px;
}

#product_list .product_image
{
	border: solid #000000 1px;
}

#product_list .readmore
{
	float:right;
}

/* IMAGE VIEW */
#image_view .pv_col
{
	margin-right: 10px;
	float:left;
}

#image_view .pv_image
{
	margin-bottom: 10px;
	text-align: center;
}

#image_view.border .pv_image
{
	border: solid #000000 1px;
	margin-bottom: 8px;
}

#image_view.border .pv_col
{
	margin-right: 8px;
}

#image_view .pv_row .pv_image
{
	float: left;
	margin-right: 10px;
}

#image_view.border .pv_row .pv_image
{
	margin-right: 8px;
}

#image_view div.spacer
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

#image_view img
{
	border: 0;
   cursor:pointer;
}

/* PRODUCT DETAIL */
#product_detail h1
{
	font-size: 20px;
}

#product_detail input.amount
{
	text-align:right;
	width: 35px;
	margin-right: -10px;
}

#product_detail td
{
	padding-right: 15px;
}


/* Order Review Page */
#review_order h1
{
   font-size: 20px;
}

#review_order hr
{
	border: 0;
  	width: 100%;
  	color: #000000;
	background-color: #000000;
	height: 1px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Address Page */
#personal_info .fieldh
{
	text-align:right;
	padding-right: 10px;
}

#personal_info input.text
{
	width: 249px;
	border: 1px solid #000000;
	padding-left: 2px;
}

#personal_info input.text.zipcode
{
	width: 50px;
}

#personal_info textarea
{
	width: 250px;
	height: 60px;
	border: 1px solid #000000;
	padding-left: 2px;
}

#personal_info caption
{
	caption-side: top;
	font-weight: bold;
	padding: 5px 5px;
	background-color: #999999;
	color: #FFFFFF;
	text-align: left;
}

#personal_info td.first_row
{
	padding-top: 10px;
}

#personal_info div.spacer
{
	clear: both;
}

#personal_info .mand
{
	vertical-align: super;
	color: red;
}

#personal_info td
{
	padding-bottom: 3px;
}

/* Event Manager */
.frmInputDay
{
   Width: 20px;
}

.frmInputMonth
{
 Width: 20px;
}

.frmInputYear
{
 Width: 40px;
}

/****************************************************************/
/* BEGIN - This is styles for our datepicker content field type */
/* 20061011 - NMN                                               */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* END - This is styles for our datepicker content field type   */
/****************************************************************/


/****************************************************************/
/* BEGIN - This is styles for our QuickPoll content field type */
/* 20061219 - CN                                                */

#QuickPoll
{
   /*width: 500px;*/
}

#QuickPoll .PollHeader
{
   text-align: left;
}

#QuickPoll .PollResultLabel
{
   /*width: 60px;*/
}

#QuickPoll .PollResult
{
   width: 380px;
}

#QuickPoll .PollResultBar
{
   /*border: 2px solid black; */
   background: url(../img/spacer.gif);
   height: 5px;
}

#QuickPoll .PollResultBarBG
{
   border: 2px solid black; 
   height: 5px;
   background-color: red;
}

#QuickPoll .PollResultBarPercentage
{
   font-size: 10px;
}

#QuickPoll .PollResultSpacer
{
   width: 10px;
}

#QuickPoll .PollResultCount
{
   /*width: 60px;*/
}

/* END - This is styles for our QuickPoll content field type   */
/****************************************************************/