/*reset starts here*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
td p{margin:0px;padding:0px;margin-bottom:5px;}

/* styles for HTML tags */
body{
color:#242424;
font-family: verdana,arial,sans-serif;
line-height:140%;
font-size:13px;
}

p,ul,li,ol,td{
color:#242424;
font-family: verdana,arial,sans-serif;
font-size:13px;
line-height:140%;
}
p{margin:0 0 2em 0;}

form{
margin:0;
padding-top:5px;
}

strong{font-weight:bold;}
em{font-style:italic;}

a{
      color:#a50122;
   line-height:120%;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#000;
text-decoration:none;
}
h1{
color:#5b6413; 
font-size:28px;
font-weight:normal;
margin:0 0 1.3em 0;
line-height:150%;
}
a img{
border:0;
}
h2{
color:#9ba738; 
font-size:20px;
font-weight:normal;
margin:0 0 .3em 0;
line-height:140%;
}
h3{
color:#000; 
font-size:20px;
font-weight:normal;
line-height:120%;
margin:0 0 .3em 0;
}
#homecontent{
margin-top:20px;
}
#homecontent .shadow{
background:url("../images/shadow.gif") repeat-x bottom;
padding-bottom:10px;
vertical-align:top;
width:49%;
}
#homecontent h2{
color:#687309;
font-size:14px;
padding:0;
margin:0;
}
.homepage{color:#a50122;font-size:16px;}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
margin-bottom:10px;
}

.tabber p {
font-weight: bold;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 1px 0;
 border-bottom: 1px solid #ccc;
 font: bold 10px arial;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 2px .8em;
 margin-right: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 border-bottom: 1px solid #ccc;
 font-weight:normal;

}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #706f6f; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #eee;
 border-color: #ccc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #eee;
color:#706f6f;
border-bottom: 1px dotted #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:200px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.leftcolumn{
padding-right:20px;
font-size:11px;
}

/*rightcolum styles*/

.rightcolumn .title{font-size:16px;color:#a50122;margin-top:1.5em;margin-bottom:.8em;font-weight:normal;}
.rightcolumn h1{margin-bottom:0em;}
.rightcolumn p{color:#464646;}
.rightcolumn input{margin-right:5px;}
.rightcolumn td p{line-height:80%;margin-bottom:1em;}
.rightcolumn{}



#extra{
float:left;
width:160px;
padding:10px;
text-align:center;
border:1px solid #eee;
margin:5px;
margin-left:10px;
}
#extradiv{
float:left;
width:440px;
height:180px;
overflow: auto; 
scrollbar-3dlight-color:#eee; 
scrollbar-arrow-color:#eee; 
scrollbar-base-color:#bfbfbe; 
scrollbar-darkshadow-color:#bfbfbe; 
scrollbar-face-color:#eee; 
scrollbar-highlight-color:#bfbfbe; 
scrollbar-shadow-color:#bfbfbe;

}
#extra img{
padding-bottom:5px;
}
#sidetabheading{
color:#000;
font-weight:bold;
font-size:11px;
}
#galthumb{
float:left;
width:130px;
padding:10px;
}
#NEW{

text-align:center;
}
#thumb{
float:left;
width:150px;
text-align:center;
border:1px solid #d9d9d9;
padding:10px 0px;
margin-bottom:7px;
margin-right:7px;
}

#thumb:hover{
border:1px solid #191e0c;
}
#thumb:hover a{
color:#191e0c;
}
.product_cell{
width:170px;
text-align:center;
border:1px solid #fff;
}
.flowername{
color:#a50122;
font-size:13px;
line-height:140%;
font-weight:normal;
}
.amount{
color:#000;
font-size:14px;
font-weight:normal;
}
.product_cell:hover{
border:1px solid #bbbbbb;
}
#flower:hover .flowername,#flower:hover .amount{
color:#000;
}
.blankcell{width:20px;}
.blankrow{height:20px;}

input{
padding:0px;
margin:0px;
}
.item{
border-bottom:1px solid #191e0c;
}
.header{
background:#eef0ea;
}
.header p{
color:#687309;
}
.smalltext{
color:#999999; 
font-size:11px;
}
.itemname{
font-size:14px;
}

/*gallery styles*/
#galleryimage{text-align:center;padding:15px;border:1px solid #fff;}
#galleryimage:hover{border:1px solid #ddd;}
#previous{float:left;width:100px;padding-top:150px;}
#next{float:left;width:100px;text-align:right;padding-top:150px;}
#maincontainer{float:left;width:750px;text-align:center;}
#CaptionBox{display:none;}

.total{border:none;font-size:20px;margin-top:10px;}

#club_membership{border-spacing:10px;border:1px solid #dcdcdc;background:#f4f4f4;margin-bottom:10px;}
.form_cell input{background:#a50423;color:#fff;font-size:15px;padding:3px;border:1px solid #6d0317;margin-top:10px;}
.form_cell input.input_box{border:1px solid #ddd;background:#fff;padding:3px;color:#000;font-size:12px;margin-top:0px;}

