@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: #90C749;
	color:#61930B;

}

.clear { clear: both; font-size: 0; line-height: 0; }

#ddcheader {
	width: 900px;
	margin: 0 auto;
}

#ddcheader #ddcstorelogo {
	float: left;
}

#ddcheaderlinks {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}

#container {
	width: 700px;
	margin: 0 auto;
	padding: 15px;
}

#productlisting {
	float: left;
	width: 500px;
	border: 1px solid #90C749;
}

#productfeatured
{
	float: left;
	width: 655px;
	border: 1px solid #90C749;
}



#productdetail {
	float: left;
	width: 635px;
	padding: 10px 10px 20px 10px;
	
}

#productdetailpr {
	float: left;
	width: 635px;
	padding: 10px 10px 20px 10px;
	
}


#productdetailpr #d_maininfo {
	float: left;
	width: 450px;	
}

#productdetailpr #d_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#productdetailpr #d_price {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

#productdetailpr #d_images {
	float: right;
	width: 50px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}

#productdetail #d_maininfo {
	float: left;
	width: 450px;	
}

#productdetail #d_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#productdetail #d_price {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

#productdetail #d_images {
	float: right;
	width: 150px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}

#productimages #d_images .enlarge {
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}

#productdetail #d_images .mainimage {
	margin: 0 auto;
	text-align: center;
}

#productdetail #d_images .mainimage a:hover img, #productdetail #d_images .secondaryimage a:hover img {
	border: 3px solid #b6e1ff;
}

#productdetail #d_images .mainimage a img, #productdetail #d_images .secondaryimage a img {
	border: 3px solid #fff;
}

#productdetail #d_images .secondaryimage a img {
	width: 25px;
	margin: 5px;	
}

#productdetail .d_description {
	float: left;
	font-size: 12px;
}

#productdetail .d_addtocart {
	background-color: #ebf7ff;
	border: 3px solid #c3e6ff;
	padding: 3px;
	color: #540000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	margin-top: 5px;
}

#productdetail .d_addtocart:hover {
	background-color: #fff;
}

.backtoindex {
	display: block;
	background-color: #eef8ff;
	padding: 3px;
	text-decoration: none;
	color: #000;	
}

#productdetailpr #d_images .mainimage {
	margin: 0 auto;
	text-align: center;
}

#productdetailpr #d_images .mainimage a:hover img, #productdetail #d_images .secondaryimage a:hover img {
	border: 3px solid #b6e1ff;
}

#productdetailpr #d_images .mainimage a img, #productdetail #d_images .secondaryimage a img {
	border: 3px solid #fff;
}

#productdetailpr #d_images .secondaryimage a img {
	width: 25px;
	margin: 5px;	
}

#productdetailpr .d_description {
	float: left;
	font-size: 12px;
}

#productdetailpr .d_addtocart {
	background-color: #ebf7ff;
	border: 3px solid #c3e6ff;
	padding: 3px;
	color: #540000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	margin-top: 5px;
}

#productdetailpr .d_addtocart:hover {
	background-color: #fff;
}

.backtoindex:hover {
	background-color: #f7fbfd;
}

#shoppingcart {
	float: right;
	width: 200px;
	text-align: left;
	padding-left:15px;
}

.block { 
   top: 5px;
   left: 5px;
   border: 2px solid #0090DF;
   background-color: #68BFEF;
   width: 75px; 
   height: 75px;
   margin: 10px;
   z-index: 100;
}

#list { 
  overflow: auto;
  text-align: left;
  height: 100%;
}

.drop li {
	margin-left: 15px;
}
.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	opacity: 1.0;
}

/* Grey Rounded Corners */

.greyrounded{display:block}
.greyrounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e8e8e8}
.greyrounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;
  background:#ededed}
.greyrounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;
  background:#ececec}
.greyrounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ececec;
  border-right:1px solid #ececec;}
.greyrounded4{
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5}
.greyrounded5{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed}
.greyroundedfg{
  background:#e8e8e8}
  

.productblock {
	width: 145px;
	text-align: center;
	margin: 5px;
	float: left;
}

.productblock img {
	margin: 0 auto;
}

.productblock .pbtitle {
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-size: 11px;
	width: 145px;
	color:#61930B;
}

.productblock .pbprice {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 5px 0;
	width: 145px;
	color:#61930B;
}

.productblock .pbimage {
	width: 145px;
	height: 100px;
	text-align: center;
}

.productblock .pbinfo { 
	margin-top: 5px;	
}

.productblock .pbinfo .detailslink {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../assets/images/button_viewdetails.gif);
	display: block;
	width: 115px;
	height: 17px;
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}

a.detailsbg
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../assets/images/button_viewdetails.gif);
	display: block;
	width: 115px;
	height: 17px;
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}
a:hover.detailsbg
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../assets/images/button_viewdetails.gif);
	display: block;
	width: 115px;
	height: 17px;
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}
a:visited.detailsbg
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../assets/images/button_viewdetails.gif);
	display: block;
	width: 115px;
	height: 17px;
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}

.pbimagebg {
	width: 145px;
	height: 100px;
	text-align: center;
}
.pbinfobg { 
	margin-top: 5px;	
}

 .pbpricebg {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 5px 0;
	width: 145px;
	color:#61930B;
	text-align:center;
}

.pbtitlebg {
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-size: 11px;
	width: 145px;
	color:#61930B;
	text-align:center;
}
.pbtitlered {
	color:#CC0000;
	text-align:center;
	font-family:arial,times New Roman;
	font-size:11px;
}
.pbtitleredb {
	color:#CC0000;
	text-align:center;
	font-family:arial,times New Roman;
	font-size:14px;
	font-weight: bold;
}
#parentlist #list li {
	list-style: none;
	font-size: 11px;
}

#addhowto {
	padding: 10px;
	font-style: italic;
}

#list #toplistrow {
	border: 1px solid #ccc;
	background-color: #77B410;
	font-size: 11px;
	margin: 0 3px 0 3px;
	color:#FFFFFF;
}

#list #toplistrow #cell0 {
	float: left;
	padding: 2px;
	width: 42px;
}

#list #toplistrow #cell1 {
	float: left;
	padding: 2px;
	width: 78px;
	border-right: 1px solid #ccc;
}

#list #toplistrow #cell2 {
	float: left;
	padding: 2px;
	width: 20px;
	border-right: 1px solid #ccc;
}

#list #toplistrow #cell3 {
	float: left;
	padding: 2px;
	width: 30px;
}

#list .reglistrow {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	margin: 0 3px 0 3px;
	background-image: url(../../assets/images/basketlistbg.gif);
}

#list .reglistrow #cell0 {
	float: left;
	padding: 2px;
	width: 40px;
}

#list .reglistrow #cell1 {
	float: left;
	padding: 2px;
	width: 80px;
	border-right: 1px solid #ccc;
}

#list .reglistrow #cell2 {
	float: left;
	padding: 2px;
	width: 20px;
	border-right: 1px solid #ccc;
}

#list .reglistrow #cell3 {
	float: left;
	padding: 2px;
	width: 30px;
}

.highlight {
	background-color: #FFF9DF;
}

#intcategories {
	margin: 5px;
	background-color: #fff9df;

}

#intcategories #categoryname {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 60%;
	padding: 5px;
}

#intcategories #contentcat {
	font-size: 12px;
	float: left;
	width: 98%;
	padding: 5px;
	font-family:Verdana,Arial,sans-serif;	
}

#intcathome
{
	background-color: #90C749;
	align:center;
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;	
}
#intcathome #homcatname {
	font-size: 14px;
	font-weight:bold;
	float: left;
	height:20px;	
	padding-left:10px;
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;	
}

#intcategories #subcats {
	float: right;
	width: 40%;
	padding: 5px;
	text-align: right;
}

.btnsrchbtn
{
background:url(../../images/btngo.JPG);
background-repeat:no-repeat;
height:33px;
width:32px;
border:0;
}
#ddcart_credit {
	width: 910px;
	margin: 0 auto;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	color: #666666;
}

#ddcart_credit a {
	color: #666666;
	text-decoration: none;
}

#ddctoplinks {
	padding-top: 5px;
}

#ddctoplinks a {
	color: #0033FF;
	text-decoration: none;
}

#ddctoplinks a:hover {
	color: #D50000;
	text-decoration: underline;
}

.ddctitle h2 {
	margin: 0;
	width: 600px;
	float: left;
}

.ddctitle1 h2 {
	margin: 0;
	width: 500px;
	float: left;
}
.ddctitle h3 {
	margin: 5px;
	width: 300px;
	float: right;
	text-align: right;
}

#checkout_product_table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#checkout_product_table .toprow td {
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#checkout_product_table .regrow1 td {
	background-color: #fff;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#checkout_product_table .regrow2 td {
	background-color: #F4F4F4;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#shippingquotes_loading {
	padding: 50px;
	text-align: center;
	margin: 0 auto;
}

#shippingquotes_loading div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

#summarytotal {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

#summarytotal span {
	font-weight: normal;
}

/* Shipping Styles */

.shippingcompany {
	background-color: #FDFFCE;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 5px;
}

.shippingcompany .label {
	float: left;
	width: 75%;
	font-size: 18px;
	font-weight: bold;
}

.shippingcompany .logo {
	float: right;
	width: 20%;
	text-align: right;
}

.shippingquotetable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 5px;
}

.shippingquotetable .toprow td {
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.shippingquotetable .regrow1 td {
	background-color: #fff;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.shippingquotetable .regrow2 td {
	background-color: #F4F4F4;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.paymentoption {
	background-color: #FFFFCC;
	padding: 10px;
	margin-top: 1px;
}

.paymentoption .radio {
	width: 30px;
	float: left;
}

.paymentoption .label {
	width: 500px;
	float: left;
	font-weight: bold;
}

.paymentoption .details {
	width: 600px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#createaccount {
	font-size: 12px;
}

#createaccount .label {
	float: left;
	width: 160px;
	text-align: right;
	padding: 6px;
}
#createaccount .label4 {
	float: left;
	width: 160px;
	text-align: right;
	
}
#createaccount .field {
	float: left;
	width: 275px;
	padding: 2px;
}

#acctinfoediting {
	margin-top: 10px;	
}

#acctinfoediting .label {
	float: left;
	width: 175px;
	padding: 6px;
}

#acctinfoediting .field {
	float: left;
	width: 200px;
	padding: 2px;
}

#addressediting {
	margin-top: 10px;	
}

#addressediting .label {
	float: left;
	width: 160px;
	
	padding: 6px;
}

#addressediting .field {
	float: left;
	width: 220px;
	padding: 2px;
}

.paymentoption {
	padding: 5px;
	background-color: #fff5c1;	
}

#orderstable {
	font-size: 12px;	
}

#orderstable .toprow {
	background-color: #fff1a5;
	font-weight: bold;
}

#orderstable .regrow1 {
	background-color: #fff;	
}

#orderstable .regrow2 {
	background-color: #f0f0f0;	
}

.success {
	margin-top: 10px;
	background-color: #e3ffcf;
	padding: 5px;
	border: 1px solid #46a500;
	font-weight: bold;	
}

.fail {
	margin-top: 10px;
	background-color: #ffefef;
	padding: 5px;
	border: 1px solid #ce0000;
	font-weight: bold;	
}

#ordertracking #ordernum {
	font-size: 20px;
	float: left;
	width: 30%;
	padding: 10px;
	background-color: #d4e7ff;
}

#ordertracking #ordernum input, #ordertracking #email input, #ordertracking #viewstatus input {
	font-size: 20px;
}

#ordertracking #email {
	font-size: 20px;
	float: left;
	width: 30%;
	padding: 10px;
	background-color: #deedff;
}

#ordertracking #viewstatus {
	float: left;
	width: 30%;
	padding: 10px;
	background-color: #e7f2ff;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

#orderstatus {
	margin-top: 15px;	
}

#orderstatus #ordernumber {
	font-size: 18px;
	margin-bottom: 10px;
}

#loginfields #email {
	font-size: 16px;
	float: left;
	width: 100%;
	font-weight:bold;
	
}

#loginfields #loginbutton input
{
	border:1px solid #000000;
	width:120px;
	font-size: 16px;
	color:#61930B;
	font-weight:bold;
}

#loginfields #email input, #loginfields #password input {
	font-size: 16px;
}

#loginfields #password {
	font-size: 16px;
	float: left;
	width: 100%;
	font-weight:bold;
	
}

#loginfields #loginbutton {
	float: left;
	width: 100%;
	
	font-weight:bold;
	}

#pagenums {
	background-color: #fff9df;
	padding: 3px;
}

#pagenums a {
	color: #000;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
}

#pagenums a:hover {
	background-color: #efd565;
}

#pagenums #firstpage {
	float: left;
	width: 100px;
	text-align: center;	
	padding-top: 3px;
}

#pagenums #lastpage {
	float: left;
	width: 100px;
	text-align: center;	
	padding-top: 3px;
}

#pagenums #nextlast {
	float: left;
	width: 100px;
	text-align: center;	
	padding-top: 3px;
}

#pagenums #pages {
	float: left;
	width: 240px;	
	text-align: center;
}

.activepage {
	font-weight: bold;
	background-color: #efd565;
	padding: 3px;
	display: inline;
}

.summarylink {
	color: #61930B;
	text-decoration: none;
	cursor: pointer;
}

.summarylink:hover {
	color: #61930B;
	text-decoration: underline;	
}

.style1 {color: #FFFFFF}

.menulinks
{
color: #FFFFFF;
background:url(../../images/menubg.jpg);
background-repeat:no-repeat;
height:23px;

}

input.orangeinput
{
border:solid 1px #F26C0D;
height:22px;
width:135px;
}

.topheadcs
{
font-family:Verdana,Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
}

.topheadcsblack
{
font-family:comic Sans MS;
font-size: 12px;
color: #000000;
font-weight:bold;
padding-left:130px;
}

.rightbamboo
{
background:url(../../images/rightbamboo.jpg);
background-repeat:repeat-y;
}
.headbamboo
{
background:url(../images/headbamboo.jpg);
background-repeat:repeat-x;
}

a.headerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 12px;
color: #FFFFFF;
}
a:hover.headerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 12px;
color: #FFFFFF;
}
a:visited.headerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.headerlogocss
{
background:url(http://bambooplantsonline.com/images/headerlogoimgnew.jpg);
background-repeat:no-repeat;
}

.footerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
padding-left:15px;
valign:middle;
align:center;
}
a.footerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a:hover.footerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
}

a:visited.footerlinksnew
{

font-family:Verdana,Arial,sans-serif;
font-size: 11px;
color: #FFFFFF;
}
.style3 {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
}
.style4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight:bold
}
.style5 {
 font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
 color: #FFFFFF;
}
a:hover
{

color:#61930B;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
}
input
{
border:solid 1px #000000;
}
a
{
color:#61930B;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;

}
a:visited
{
color:#61930B;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
}

.footer
{
color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
}
a.checkout
{
color:#61930B;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
}
a:hover.checkout
{
color:#61930B;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
text-decoration:none;
font-weight:bold;

}
a:visited.checkout
{
color:#61930B;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
text-decoration:none;
font-weight:bold;

}

a.leftcatwhite 
{
color:#77B410;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
a:hover.leftcatwhite 
{
color:#77B410;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
a:visited.leftcatwhite 
{
color:#77B410;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
.leftcatwhite {
color:#77B410;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

.infoBoxHeadingright {
background:#6A982E none repeat scroll 0 0;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
font-weight:bold;

}

.shpcart
{
color:#F26C0D;
font-family:Verdana,Arial,sans-serif;
font-size:14px;
font-weight:bold;
}
.footerbgimg {
background:transparent url(../../images/footerimg.jpg) repeat scroll 0 0;
}

a.clickherelink
{
color:#540000;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
font-weight:bold;
}

a:hover.clickherelink
{
color:#540000;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
font-weight:bold;
}

a:visited.clickherelink
{
color:#540000;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
font-weight:bold;
}