﻿ /*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 12px; background-color:#ffffff; /*background-image:url(../usermods/img/bgMainPage.gif); background-repeat:repeat-x;*/}
/*TD,*/ P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 12px; }
a:active {color: #330000; /* active link color */}
a:link {color: #330000; /* link color */}
a:visited {color: #330000; /* visited link color */}
a:hover{color: #FF0000; /* hover link color */}
/* width of the body content */
.content
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}


/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #FFFFFF; BACKGROUND-COLOR: #F5F5F5; background-image:url(../usermods/img/bl_bgMenu.gif); background-repeat:repeat-x;}
.CPbox1 A:link     {COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #FFFFFF; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px; background-image:url(img/bl_bgMenu.gif); background-repeat:repeat-x; height:20px;}
.CPbox2H B         {COLOR: #FFFFFF;}
.CPbox2B           {COLOR: #333333;}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 12px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 12px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 12px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 1px solid #330000; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 12px; color:#330000}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11px}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.listRowTop {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
	BACKGROUND-COLOR: #DDDDDD;
}
.listRowBot {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}


/* Custom Styles */
.blFooterAddress {font-size:11px; color:#666666;}
.blImageBorder {border:1px solid #330000;}
.blPgTitle {font-family:"Trebuchet MS"; font-size:15px; color:#660000; font-weight:bold;}

/* Search box */
#search_box {width: 201px;height: 31px;background: url(../usermods/img/bg_search_box.gif);}
#search_box #s {float: left;padding: 0;margin: 6px 0 0 6px;border: 0;width: 159px;background: none;}
#search_box #go {float: right;margin: 3px 4px 0 0;}

/* Rounded Box */
.boxBlue {background:#c2e0ed url(../UserMods/img/box/box3_tallb.gif) bottom repeat-x;}
.boxBlue .tallt {background:url(../UserMods/img/box/box3_tallt.gif) top repeat-x;}
.boxBlue .talll {background:url(../UserMods/img/box/box3_talll.gif) left repeat-y;}
.boxBlue .tallr {background:url(../UserMods/img/box/box3_tallr.gif) right repeat-y;}
.boxBlue .br {background:url(../UserMods/img/box/box3_br.gif) bottom right no-repeat;}
.boxBlue .bl {background:url(../UserMods/img/box/box3_bl.gif) bottom left no-repeat;}
.boxBlue .tr {background:url(../UserMods/img/box/box3_tr.jpg) top right no-repeat; width:100%;}
.boxBlue .tl {background:url(../UserMods/img/box/box3_tl.gif) top left no-repeat;}

/* Bordered Table */
/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* font name */
	FONT-SIZE: 10px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
/* main table data cells */
.ewTable td {
	padding: 2px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC; /* table background color */
}
/* main table header cells */
.ewTableHeader {
	color: #000000; /* header font color */	
	background-image:url(../UserMods/img/bl_bgPaging.gif);
	background-repeat:repeat-x;
	vertical-align: top;	
}

.ewTablelight {
	width: inherit; /* table width */	
	color: #FFFFFF; /* text color */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* font name */
	FONT-SIZE: 10px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
/* main table data cells */
.ewTablelight td {
	padding: 2px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #EFEFEF; /* table background color */
	color:#FFFFFF;
}
/* main table header cells */
.ewTableHeaderlight {
	color: #000000; /* header font color */	
	vertical-align: top;
	font-weight:bold;
	
}

.ewTableHeaderText {font-size:10px;}
.ewTableDataText {font-size:10px;}
.ewTableDataBlueText {font-size:10px; color:#000033;}
.ewTableDataGreenText {font-size:10px; color: #003300;}
.ewTableDataOrangeText {font-size:10px; color: #FF3300;}
.ewTableDataAvailDesc {font-size:13px; font-family:Arial Narrow, Helvetica, sans-serif; color: #444644;}
.ewTableDataBotanical {font-size:14px; color: #330000;}
.ewTableDataProductID {font-size:12px; color: #000033;}
.ewTableDataBurgText {font-size:10px; color:#330000;}
.inputQuickAdd {
font-family: Verdana; /* font name */
font-size: 12px; /* font size */
width:35px;
border: 1px solid #CCCCCC;
color:#006600;
text-align: center;
			}
			
.inputSearch {
font-family:"Trebuchet MS"; /* font name */
font-size: 13px; /* font size */
color:#330000;
padding:2px,2px,2px,2px;
			}
.btnSearch {
font-family: Verdana; /* font name */
font-size: 11px; /* font size */
border: 1px solid #CCCCCC;
background-image: url('../UserMods/img/bl_bgbtnGreen.gif');
color:#FFFFFF;

			}

			
.btnQuickAdd { 
border-bottom: solid 1px #000000; 
border-left: solid 1px #000000; 
border-right: solid 1px #000000; 
border-top: solid 1px #000000; 
background-color: #F0F8FF; 
FONT-SIZE: 12px; 
font-family: Verdana, Arial, Helvetica; 
font-weight: bold; 
	}
.commentText {font-size:10px; color:#666666;}
.commentTextItalic {font-size:10px; color:#333333; font-style:italic}
.blAvailability {font-size: 15px; color:#660000; font-weight:bold; font-family:"Trebuchet MS"}
#pflow {
	height: 400px;
	color: #4E4E4E;
	background-image:url(../Usermods/img/bl_plow.gif);
	background-repeat:repeat-x;
	background-color: #330000;
	border:1px solid #330000;
	padding:0px,0px,0px,0px;
}

.bl_btnImage { background-image:url(../Usermods/img/bl_button.gif); background-repeat:no-repeat; height:28px; background-position:bottom}
.bl_btnImage a:active {color: #FFFFFF; text-decoration:none; /* active link color */}
.bl_btnImage a:link {color: #FFFFFF; text-decoration:none; /* link color */}
.bl_btnImage a:visited {color: #FFFFFF; text-decoration:none; /* visited link color */}
.bl_btnImage a:hover{color: #FFFFFF; text-decoration:underline; /* hover link color */}
.bl_btnImageGreen { background-image:url(../Usermods/img/bl_button-green.gif); background-repeat:no-repeat; height:28px; background-position:bottom}
.bl_btnImageGreen a:active {color: #FFFFFF; text-decoration:none; /* active link color */}
.bl_btnImageGreen a:link {color: #FFFFFF; text-decoration:none; /* link color */}
.bl_btnImageGreen a:visited {color: #FFFFFF; text-decoration:none; /* visited link color */}
.bl_btnImageGreen a:hover{color: #FFFFFF; text-decoration:underline; /* hover link color */}
.bl_btnImageGold { background-image:url(../Usermods/img/bl_button-gold.gif); background-repeat:no-repeat; height:28px; background-position:bottom}
.bl_btnImageGold a:active {color: #330000; text-decoration:none; /* active link color */}
.bl_btnImageGold a:link {color: #330000; text-decoration:none; /* link color */}
.bl_btnImageGold a:visited {color: #330000; text-decoration:none; /* visited link color */}
.bl_btnImageGold a:hover{color: #330000; text-decoration:underline; /* hover link color */}
.bl_btnImageBlue { background-image:url(../Usermods/img/bl_button-blue.gif); background-repeat:no-repeat; height:28px; background-position:bottom}
.bl_btnImageBlue a:active {color: #FFFFFF; text-decoration:none; /* active link color */}
.bl_btnImageBlue a:link {color: #FFFFFF; text-decoration:none; /* link color */}
.bl_btnImageBlue a:visited {color: #FFFFFF; text-decoration:none; /* visited link color */}
.bl_btnImageBlue a:hover{color: #FFFFFF; text-decoration:underline; /* hover link color */}

.MarketingName {font-size:18px; color:#330000; font-weight:bold;}
	.CommonName {font-size:15px; color:#330000; font-style:italic;}

/* --------------------------------- */
/* ROUNDED ALTERNATE	  		 	*/

	/* ---------------------------------------------------------------------- */
	.round-a-gray{
		background:#444444 url(../Usermods/img/round_gray-left.png) left top no-repeat;
		color:#FFFFFF;
		text-align:left;
	}
		.round-a-gray div{
			background:url(../Usermods/img/round_gray-right.png) right bottom no-repeat;
			padding:4px;
		}
		
		.round-a-gray-l{
		background:#444444 url(../Usermods/img/round_gray-left-l.png) left top no-repeat;
		color:#FFFFFF;
		text-align:left;
	}
		.round-a-gray-l div{
			background:url(../Usermods/img/round_gray-right-l.png) right bottom no-repeat;
			padding:4px;
		}
	/* ---------------------------------------------------------------------- */
	.round-a-ok{
		background:#008000 url(../Usermods/img/round_green-left.png) left top no-repeat;
		color:#FFFFFF;
		text-align:left;
		color:#FFFFFF;
	}
		.round-a-ok div{
			background:url(../Usermods/img/round_green-right.png) right bottom no-repeat;
			padding:4px;
			color:#FFFFFF;
		}
		
		.round-a-ok a:active {color: #FFFFFF; text-decoration: underline; /* active link color */}
		.round-a-ok a:link {color: #FFFFFF; text-decoration:underline; /* link color */}
		.round-a-ok a:visited {color: #FFFFFF; text-decoration:underline; /* visited link color */}
		.round-a-ok a:hover{color: #FFFFFF; text-decoration:underline; /* hover link color */}
	/* ---------------------------------------------------------------------- */
	.round-a-error{
		background:#CC0000 url(../Usermods/img/round_red-left.png) left top no-repeat;
		color:#FFFFFF;
		text-align:left;
	}
		.round-a-error div{
			background:url(../Usermods/img/round_red-right.png) right bottom no-repeat;
			padding:4px;
		}
		
/* --------------------------------- */
/* TOOLTIPS				  		 	*/

	/* ---------------------------------------------------------------------- */
	.tooltips-gray{
		background:#444444;
		color:#FFFFFF;
		text-align:center;
		padding-top:4px;
	}
		.tooltips-gray div{
			background:url(../Usermods/img/tips_gray.png) left bottom no-repeat;
			padding-top:4px;
			height:18px;
		}
	/* ---------------------------------------------------------------------- */
	.tooltips-ok{
		background:#008000;
		color:#FFFFFF;
		text-align:left;
		padding-top:4px;
	}
		.tooltips-ok div{
			background:url(../Usermods/img/tips_green.png) left bottom no-repeat;
			padding-top:4px;
			height:18px;
		}
	/* ---------------------------------------------------------------------- */
	.tooltips-error{
		background:#CC0000;
		color:#FFFFFF;
		text-align:center;
		padding-top:4px;
	}
		.tooltips-error div{
			background:url(../Usermods/img/tips_red.png) left bottom no-repeat;
			margin-top:4px;
			height:18px;
		}
		
.wrapper {
	background-image: url(../Usermods/img/fade-corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:10px;
}
.whiteText{
		color:#FFFFFF;
		text-align:left;
	}

#divFeaturedProdDesc {padding-left:10px; padding-right:5px; padding-top:5px;color:#4E4E4E; background-image:url(../usermods/img/bl_minfobg.gif); background-position:top; background-repeat:no-repeat; width:auto;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('../Usermods/img/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../Usermods/img/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*---------- tabs  --------------*/
#alltabs {
	margin-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
  float:left;
  width:100%;
  background:url("../Usermods/img/bg.gif") repeat-x bottom;
  font-size:12px;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding: 10px 10px 0px 0px;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../Usermods/img/left.gif") no-repeat left top;
  margin:0;
  padding:0px 0px 0px 9px;
  }
#header a {
	float: left;
	display: block;
	background: url("../Usermods/img/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color: Red;
}
#header #current {
  background-image:url("../Usermods/img/left_on.gif");
  }
#header #current a {
	background-image: url("../Usermods/img/right_on.gif");
	color: #FFFFFF;
	padding-bottom: 5px;
}
/*---------- second level  --------------*/
#header2 {
  float:left;
  margin-top: -4px;
  width:100%;
  background:url("../Usermods/img/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header2 ul {
  margin:0;
  padding:0px 10px 0px 0px ;
  list-style:none;
  }
#header2 li {
  float:left;
  background:url("../Usermods/img/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header2 a {
  float:left;
  display:block;
  background:url("../Usermods/img/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header2 a {float:none;}
/* End IE5-Mac hack */
#header2 a:hover {
	color: Red;
}
#header2 #current {
  background-image:url("../Usermods/img/left_on.gif");
  }
#header2 #current a {
  background-image:url("..//right_on.gif");
  color:#FFFFFF;
  padding-bottom:5px;
  }
 .TabLine {
	/* background-image: url('../Usermods/img/bgTabLineGreen.gif'); */
	background-color:#330000;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
	height:2px;
	padding:2px;
}
/* -------------------- end tabs --------------------- */

/* Burgandy round box #330000 */
.roundedcornr_box_burg {
   background: #330000 url(../Usermods/img/rndBox/roundedcornr_burg_grad.gif) repeat-x top left;
}
.roundedcornr_top_burg div {
   background: url(../UserMods/img/rndBox/roundedcornr_burg_tl.gif) no-repeat top left;
}
.roundedcornr_top_burg {
   background: url(../UserMods/img/rndBox/roundedcornr_burg_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_burg div {
   background: url(../UserMods/img/rndBox/roundedcornr_burg_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_burg {
   background: url(../UserMods/img/rndBox/roundedcornr_burg_br.gif) no-repeat bottom right;
}

.roundedcornr_top_burg div, .roundedcornr_top_burg, 
.roundedcornr_bottom_burg div, .roundedcornr_bottom_burg {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_burg { margin: 0 8px; color:#FFFFFF; }

/* green round box */
.roundedcornr_box_green {
   background: #74ae04 url(../UserMods/img/rndBox/roundedcornr_green_grad.gif) repeat-x top left;
}
.roundedcornr_top_green div {
   background: url(../UserMods/img/rndBox/roundedcornr_green_tl.gif) no-repeat top left;
}
.roundedcornr_top_green {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_green_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_green div {
   background: url(../UserMods/img/rndBox/roundedcornr_green_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_green {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_green_br.gif) no-repeat bottom right;
}

.roundedcornr_top_green div, .roundedcornr_top_green,
.roundedcornr_bottom_green div, .roundedcornr_bottom_green {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_green { margin: 0 10px; }

/* Orange roundbox */
.roundedcornr_box_orange {
   background: #facf7e url(../UserMods/img/rndBox/roundedcornr_orange_grad.gif) repeat-x top left;
}
.roundedcornr_top_orange div {
   background: url(../UserMods/img/rndBox/roundedcornr_orange_tl.gif) no-repeat top left;
}
.roundedcornr_top_orange {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_orange_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_orange div {
   background: url(../UserMods/img/rndBox/roundedcornr_orange_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_orange {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_orange_br.gif) no-repeat bottom right;
}

.roundedcornr_top_orange div, .roundedcornr_top_orange,
.roundedcornr_bottom_orange div, .roundedcornr_bottom_orange {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_orange { margin: 0 10px; }

/* Paging numbers/Alphabet styling */
.page-numbers{
	height:1%;
	overflow:hidden;
	clear:both;
	padding:15px 0;
}

.roundedcornr_box_grey {
   background: #dddddd url(../UserMods/img/rndBox/roundedcornr_grey_grad.gif) repeat-x top left;
}
.roundedcornr_top_grey div {
   background: url(../UserMods/img/rndBox/roundedcornr_grey_tl.gif) no-repeat top left;
}
.roundedcornr_top_grey {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_grey_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_grey div {
   background: url(../UserMods/img/rndBox/roundedcornr_grey_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_grey {
   background: transparent url(../UserMods/img/rndBox/roundedcornr_grey_br.gif) no-repeat bottom right;
}

.roundedcornr_top_grey div, .roundedcornr_top_grey,
.roundedcornr_bottom_grey div, .roundedcornr_bottom_grey {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_grey { margin: 0 10px; }
.page-numbers strong{
	background:url(../UserMods/img/page_num.gif) no-repeat 0 0;
	color:#FFF;
	float:left;
	text-align:center;
	text-decoration:none;
	display:block;
	width:37px;
	height:42px;
	padding-top:6px;
	margin:0 5px;
}

.page-numbers a, .page-numbers a:visited, .page-numbers strong:visited{
	float:left;
	text-align:center;
	text-decoration:none;
	display:block;
	width:22px;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:6px;
	margin:0 2px;
	background:url(../UserMods/img/page_num.gif) no-repeat 0 0;
}

.page-numbers a:hover, .page-numbers strong:hover{
	background:url(../UserMods/img/page_num.gif) no-repeat 0 70%;
	color:#FFF;
}

a.com_show_al{
	background:url(../UserMods/img/nextbutton.gif) no-repeat 0 0;
	width:127px;
}

a.com_show_al:hover{
	background:url(../UserMods/img/nextbutton.gif) no-repeat 0 0;
	color:#000;
}

/* Search box 
#st_searchbox {
    width:295px;
    height: 31px;
}
#st_searchbox #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#st_searchbox #go {
    float: right;
    margin: 3px 4px 0 0;
}
*/
.bl_ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 300px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background:#E1FADE;
	border: 10px solid #000000;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
}

.bl_Testimonial {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-style:italic;	
	}
	
	
/* Speech bubble */
.sbl { background: url('../UserMods/img/sb/bl.gif') bottom left no-repeat #EDEDED; width: 100%; text-align: center; min-width: 100px; }
.sbr { background: url('../UserMods/img/sb/br.gif') bottom right no-repeat; }
.stl { background: url('../UserMods/img/sb/tl.gif') top left no-repeat; }
.str { background: url('../UserMods/img/sb/tr.gif') top right no-repeat; padding: 10px; } 
.sb { padding: 2px 0px 10px 50px; background: url('../UserMods/img/sb/b.gif') 30px top no-repeat; }

