.dummy{}/* leave in - bug fix */



.clickA,
.clickA p
  {
    padding:0px 0px 10px 10px;
  }


.clickB,
.clickB p
  {
    padding:0px 10px 10px 0px;
  }


/******* type styles *******/

body, td{
  font-family:verdana, arial, sans-serif;
  font-size:11px;
}
h1{
  font-size:25px;
  color:#234791;
  font-weight:normal;
}
h2{
  font-size:17px;
  color:#234791;
  font-weight:normal;
}
h3{
  font-size:12px;
  color:#234791;
  font-weight:normal;
}
p{
}
hr{
  width:60%;
  height:1px;
  color:gray;
}
.Tcaption{
  font-weight:bold;
}



/**** products ****/


.productForm{
  margin:0px 0px 10px 0;
}
.productForm h1,
.productForm h2,
.productForm h3,
.productForm p{
  margin:0 0 5px 0;
}
.productImage{
  float:right;
  margin:0 0px 0px 10px;
}

.productTable{
  width:100%;
  border-collapse:collapse;
  clear:both;
  border-bottom:2px solid #B2D2E9;
}

.productTable td{
  padding:0px;
}

.productTable .description{
  font-weight:bold;
}

.productTable .price{
  width:70px;
  font-weight:bold;
  text-align:center;
}

.productTable .qtyText{
  width:35px;
  text-align:center;
}

.productTable .qty{
  width:35px;
  text-align:center;
}

.productTable .qty input{
  width:20px;
}

.productTable .btn{
  width:126px;
  text-align:center;
}




/**** two column ****/

.two_col{
  border-collapse:collapse;
  width:100%;
}
.two_col .col_01{
  width:50%;
  padding-right:10px;
  vertical-align:top;
}
.two_col .col_02{
  width:50%;
  padding-left:10px;
  vertical-align:top;
}




/********* links ********/
a:link,
a:visited{
  color:#3B8EC4;
  color:#2B7Eb4;
}
a:active, 
a:hover{
}

#advert a:link,
#advert a:visited{
  font-size:9px;
  text-align:left;
  color:gray;
  padding-left:10px;
}






/********* MAIN MENU ********/

#mainMenu{
  width:722px;
  background:url(menu-bg-q7.jpg) repeat-x white;
  padding:0 0 0 27px;
}
#mainMenu table{
  border-collapse:collapse;
}
#mainMenu td{
  height:55px;
  padding:0 1px;
}

#mainMenu a{
  display:block;
  text-decoration:none;
  padding:6px 10px;
  color:black;
} 
#mainMenu .pageOn a{
  background:#4A9CCC;
  color:white;
}
#mainMenu .pageOff a:hover{
  color:#429AC8; 
  background:none;
}
#mainMenu .pageOff a{
}




/********* SUB MENU ********/

#subMenu{
  margin:0 0 10px 0;
  padding:0 0 20px 0;
  background:url(submenu-bg.gif) repeat-y #3C8FC4;
}
#subMenu div{
  margin:0;
}
#subMenu a{
  display:block;
  padding:7px 4px 7px 27px;
  text-decoration:none;
  color:#BCC9CF;
}
#subMenu .pageOn a{
  color:white;
  background:url(submenu-arrow.gif) no-repeat 0;
}
#subMenu .pageOff a:hover{
  text-decoration:underline;
}
#subMenu .pageOff a{
}



/********* two column ********/
.two_col{
  width:100%;
  border-collapse:collapse;
}
.two_col td{
  width:50%;
  vertical-align:top;
}
.two_col .col_01{
  padding-right:7px;
}
.two_col .col_02{
  padding-left:7px;
}





/******** layout ********/

body{
  margin:0;
  padding:0;
  background:white;
  text-align:center;
}
#pageOuter{
  width:750px;
  margin:10px auto;
  border:none;
  text-align:left;
  background:url(page-bg-slice-q3.jpg) repeat-y right;
}

#banner{
  margin:0 0 0 0;
  height:93px;
  background:white;
}
#main{
  width:750px;
  border-collapse:collapse;
  margin:0 0 0 0;
}
#r1c1{
  width:188px;
  height:240px;
  vertical-align:top;
  background:url(comealive-floral.gif) repeat-y 0px 0px #3C8FC4;
  padding:0;
}
#r1c2{
  width:475px;
  vertical-align:top;
  padding:25px 50px 15px 37px;
  background:url(page-bg-q3.jpg) no-repeat;
}
#sidebar_text{
  padding:8px 8px 8px 28px;
  color:#ffffff;
}
#sidebar_text h1,
#sidebar_text h2,
#sidebar_text h3{
  color:#ffffff;
}
#sidebar_text a{
  color:white;
}

#r2c1{
  width:188px;
  padding:0;
}
#r2c2{
  padding:0 0 0 37px;
  color:#858585;
  font-size:10px;
  background:white;
}

#usercontent{
  width:100%;
}

#printLink{
  display:none;
  font-size:9px;
  color:#888;
  text-align:left;
}



/******** don't edit these! *******/

#footer p{
  margin:0;
}
p,h1,h2,h3{
  margin-top:0;
}
@media print{
  #banner,
  #mainMenu,
  #path_basket,
  #footerGraphic,
  #r1c1,
  #r2c1{
    display:none;
  }
  #printLink{
    display:block;
  }
}

