/**************MAIN LAYOUT CLASSES**********/
html {
	font-size:100%; /*IE hack*/
}

body {
	font-family: arial;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background-image:url(/images/background.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin:0px;
	padding:0px;
}

#pagewrapper{
	width:1000px;
	position:relative;
	float:left;
	top: 0px;
	margin-left:50px;
	}

#header {
	background-color: #FFF;
	width: 1000px;
	height: 100px;
	float:left;
	position:relative;
}

#menu {
	background-image:url(/images/Menu_drop_back.png);
	width: 1000px;
	height: 30px;
	float:left;
	position:relative;
	border-bottom:2px solid #FFF;
}

#testmenu {
	width:100%;
	height:100%;
	float:left;
	position:relative;
}                 

#fp_sf{
	float:left;
	position:relative;
	top:5px;
	left:5px;
}

#fp_sf_img{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:32px;
	height:17px;
	float:left;
	position:relative;
	top:6px;
	left:10px;
}

#fp_sf_img a:link{
	display:block;
	width:32px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


#fp_sf_img a:hover{
	background-color:#6abdea;
}


.testmenu_comp {
	background-color:transparent;
	height:30px;
	text-align:center;
	border-right:1px solid white;
	float:left;
	color:black;
}                 

.testmenu_comp_final {
	background-color:transparent;
	height:30px;
	text-align:center;
	float:left;
	color:black;
}                 

.testmenu_comp_last {
	background-color:transparent;
	height:30px;
	text-align:center;
	float:right;
	margin-right:20px;
	color:black;
}                 


a.testmenu_comp:link{
	display:block;
	height:30px;
	color:black;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	text-decoration:none;
	font-weight:600;
	font-size:13px;
}                 

a.testmenu_comp:visited{
	display:block;
	height:30px;
	color:black;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	text-decoration:none;
	font-weight:600;
	font-size:13px;
}                 

a.testmenu_comp:hover {
	height:30px;
	color:#FFF;
	background-color:#8b987e;
}                 


.small_search_input {
	height: 15px;
	font-weight:300;
	font-size:.75em;
}


#menu_drop_main {
	background-image:url(/images/Menu_drop_back.png);
	left:50px;
	top:130px;
	position:absolute;
/*	background-color:#f7f8f5;*/
/*	background-color:#d1dcc6;*/
	background-color:#FFF;
	display:none;
	z-index:99;

}


/*********MULTI COL MENU DROP***********/

#menu_drop {
	position:relative;
	float:left;
	padding:20px;
}

 

#menu_drop ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#menu_col1 {
	float:left;
	color:#4b9eca;
	width:100px;
}

#menu_col1_space {
	float:left;
	width:20px;
}
 
 
#menu_col1 ul li {
	color:#4b9eca;
	font-weight:600;
	font-size:11px;
/*	padding-right:7px;*/
}

#menu_col1 a:link {
	display:block;
	width:100%;
	height:100%;
}

#menu_col1 a:hover {
	color:#6abdea;
}

#menu_col2 {
	float:left;
	width:100px;
}

#menu_col2_space {
	float:left;
	width:20px;
}
 
 
#menu_col2 ul li {
	color:#4a4a4b;
	text-decoration:none;
	list-style-type:none;
	font-weight:600;
	font-size:11px;
}

#menu_col2 a:link {
	color:#4a4a4b;
	display:block;
	width:100%;
	height:100%;
}

#menu_col2 a:visited {
/*	color:#4b9cea;*/
	color:#4a4a4b;
}
 
#menu_col3 a:visited {
	color:#4a4a4b;
}
 
#menu_col2 a:hover {
	color:#4b9cea;
}
 
#menu_col3 {
	float:left;
	width:100px;
}
 
#menu_col3 ul li {
	color:#4a4a4b;
	text-decoration:none;
	list-style-type:none;
	font-weight:600;
	font-size:11px;
/*	padding-right:7px;*/
}

#menu_col3 a:link {
	color:#4a4a4b;
	display:block;
	width:100%;
	height:100%;
}

#menu_col3 a:hover {
	color:#4b9cea;
}
 

#spacer {
	background-color: #FFF;
	width: 1000px;
	height: 25px;
	float:left;
	position:relative;
/*	visibility:hidden;*/
}
#logo {
	background-color: #FFF;
	position:absolute;
	left:30px;
	top: 7.5px;
	width:170px;
}

#phone_div {
	background-color: #FFF;
	position:absolute;
	left:220px;
	top: 30px;
	width:300px;
	font-size:1.3em;
	font-family:Georgia,serif;
	font-style:italic;
	font-weight:400;
	color:#666633;
}

#phone_number {
	font-size:.9em;
	font-family:arial,serif;
	font-style:normal;
	font-weight:600;
	color:#3399cc;
}

#cart{
	position:absolute;
	right:20px;
	top:30px;
	width:450px;
	color:#666;
	}

#container{
	float:left;
	width:1000px;
	position:relative;
	}

#left{
	float:left;
	position:relative;
	width:180px;
	margin-left:25px;
	}

#center{
	float:left;
	width:600px;
	margin-left:25px;
	overflow:hidden;
/*	text-align:center;*/
	}

#center_lo{
	float:left;
	width:726px;
	margin-left:25px;
	overflow:hidden;
/*	text-align:center;*/
	}

#center_ro{
	float:left;
	width:726px;
	margin-left:25px;
	overflow:hidden;
/*	text-align:center;*/
	}

#center_nl{
	float:left;
	width:852px;
	margin-left:25px;
	overflow:hidden;
/*	text-align:center;*/
	}

/**************Index page specific**********/
#center_slideshow{
	width:600px;
	text-align:center;
	}

#center_text_top{
	float:left;
	width:550px;
	margin-left:25px;
	overflow:hidden;
	text-align:left;
	}

.center_text_top{
	text-align:left;
	font-size:1em;
	font-family:times;
	color:#666666;
	}

.center_text_top H3{
	font-size:24px;
	font-family:Georgia,times;
	font-style:italic;
	font-weight:500;
	color:#4f6330;
	}

#center_text{
	float:left;
	width:550px;
	margin-left:25px;
/*	margin-top:25px;*/
	overflow:hidden;
	text-align:left;
	}

.center_text{
	text-align:left;
	font-size:1em;
	font-family:times;
	color:#666666;
	}

.center_text H3{
	font-size:24px;
	font-family:Georgia,times;
	font-style:italic;
	font-weight:500;
	color:#4f6330;
	}

#fp_buttons_contain{
	background:transparent;
	float:left;
	text-align:center;
	width:180px;
	margin-top:20px;
	margin-left:0px;
	}

#fp_buttons{
	background:transparent;
	float:left;
	text-align:center;
	margin-left:auto;
	margin-top:auto;
    border-top:solid #CCC 2px;
	}

.fp_title {
	text-align:left;
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #3399cc;
	margin-left:10px;
	margin-bottom:5px;
}


.fp_button{
	float:left;
/*    border-bottom:solid #e4e5e4 2px;*/
    border-bottom:solid #CCC 2px;
	height:30px;
	width:177px;
	background-color:#FFF;
}

.fp_button:hover{
	background-color:#eaf0f8;
}

.fp_button_text{
	background:transparent;
	float:left;
	margin-left:5px;
	margin-top:5px;
	height:30px;
	color:#3399cc;
	font-family: Geneva,Verdana,sans-serif;
	font-size:12px;
	font-weight:600;
	vertical-align:middle;
}

.fp_button_img1{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px 5px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img2{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -25px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img3{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -55px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img4{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -85px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img5{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -115px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img6{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -145px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}
.fp_button_img7{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -175px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}

.fp_button_img8{
	background:transparent url("/images/icon_buttons_s.png") no-repeat 0px -205px;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:25px;
}


/************** end Index page specific**********/

#right{
	float:right;
	position:relative;
	margin-right:25px;
	width:126px;
	color:#666;
	font-size: 11px;
	}

#footer {
	background-color: #FFF;
	width: 1000px;
	height: 130px;
	margin-top:20px;
	float:left;
	position:relative;
}

/*******GENERAL CLASSES***/

.gen_content {
	margin-top:-20px;
	text-align:left;
	font-family:Times;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	color:#666;
	width:652px;
}

.gen_content h1{
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
}

.gen_content h2{
	font-family:Times New Roman;
	font-size:16px;
	font-weight:600;
	color:#3399CC;
	text-align:left;
}


/*******Plant Finder advanced search***/

.pf_select {
	height:320px;
	width:652px;
	background:url(/images/pf_main_bg.png) no-repeat 0px 0px scroll;
	margin-top:15px;
	padding:10px 10px 10px 10px;
}

.pf_line {
	height:25px;
	width:652px;
	position:relative;
}

.pf_table {
	padding:4px;
}

.pf_table td{
	padding:2px;
}

#pf_main_img{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	margin-left:0;
	padding:0;
	width:145px;
	height:17px;
	position:relative;
	float:left;
}

#pf_main_img a:link{
	margin:0px;
	display:block;
	width:145px;
	height:17px;
	background-position:top left;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_main_img a:visited{
	cursor:default;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_main_img a:hover{
	background-color:#6abdea;
	cursor:default;
}

#pf_main_img a:active{
	background-color:#6abdea;
	cursor:default;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

.pf_text_input {
	position:relative;
	width:225px;
}

.pf_select_norm {
	width:168px;
}

.pf_select_narrow {
	width:120px;
}

.f_sub_button{
	background-image: url('/images/btn_gradient_24.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#6abdea;
	width:80px;
	height:24px;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	font-family:"arial";
	font-weight:700;
	color:#FFF;
}	

.f_sub_button:hover{
	background-image: url('/images/btn_solid_24.png');
	background-color:#6abdea;
	color:#FFF;
}

.f_sub_button1{
	position:relative;
	left:20px;
}	

.f_sub_button2{
	position:relative;
	left:438px;
	top:-8px;
}	

.f_sub_button3{
	position:relative;
	left:522px;
	top:-34px;
}	


.add_cart_button{
    background-image: url('/images/btn_gradient_24.png');
    background-repeat: repeat-x;
    background-position:top left;
    background-color:#6abdea;
    display:block;
    width:97px;
    height:20px;
    position:relative;
    vertical-align:middle;
    text-align:center;
    font-size:10px;
    font-family:"verdana";
    font-weight:600;
    color:#FFF;
}

.add_cart_button:hover{
    background-image: url('/images/btn_solid_24.png');
    background-color:#6abdea;
    color:#FFF;
}

#scart_contain {
    position:relative;
    height:15px;
    padding:2px;
}

#scart_img img{
    top:3px;
    position:relative;
}

#scart {
    position:relative;
}





/*******COMPONENTS***/

/*******COMPONENT quickorder***/
#quickorder{
	height:70px;
	width:180px;
	background-image:url("/images/qo_bg.png");
	background-repeat: no-repeat;
	position:relative;
	border:1px white solid;
}

#qo_sf_img{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	margin:0;
	padding:0;
	width:68px;
	height:17px;
	top:34px;
	left:102.5px;
	position:absolute;
}

#qo_fi{
	top:34px;
	left:8px;
	margin:0;
	padding:0;
	position:absolute;
}

.quickorder_formInput{
	font-size:10px;
}



#qo_sf_img a:link{
	margin:0px;
	display:block;
	width:68px;
	height:17px;
	background-position:top left;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#qo_sf_img a:hover{
	background-color:#6abdea;
	cursor:default;
}

#qo_sf_title{
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #3399cc;
	top:8px;
	left:10px;
	position:absolute;
}


/*******COMPONENT plantfinder***/

#plantfinder_top_space{
	width:180px;
	margin:0px;
	padding:0px;
	height:30px;
	background-color:transparent;
	float:left;
}

#plantfinder{
	width:180px;
	background-image:url("/images/pf_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0px;
	padding:0px;
	float:left;
}

#plantfinder_inner{
	width:180px;
	background-image:url("/images/pf_top.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
	padding:0px;
	float:left;
}

#pf_div_title{
	float:left;
	margin-top:10px;
	margin-left:15px;
	font-size:15px;
	font-family:tahoma;
	font-weight:500;
	letter-spacing:1px;
	color:white;
}

#pf_div_title a:link{
	font-size:15px;
	font-family:tahoma;
	font-weight:500;
	color:white;
	text-decoration:none;
}

#pf_div_title a:hover{
	font-size:15px;
	font-family:tahoma;
	font-weight:500;
	color:white;
	text-decoration:none;
}

#pf_div{
	float:left;
	position:relative;
	width:180px;
	padding:0;
	margin:0;
}

#pf_table{
	margin-left:15px;
	padding:0;
	width:150px;
}

#pf_bottom{
	float:left;
	width:175px;
	height:30px;
	margin-bottom:5px;
	position:relative;
}

#pf_sf_img{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	width:62px;
	height:17px;
	position:absolute;
	top:5px;
	left:100px;
}

#pf_sf_img a:link{
	display:block;
	width:62px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_sf_img a:visited{
	display:block;
	width:62px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_sf_img a:hover{
	background-color:#6abdea;
}

.pf_submit{
	top:220px;
	left:100px;
	position:absolute;
}

.pf_mo{
	color:white;
	font-size:11px;
	font-family:tahoma;
	font-weight:400;
	top:10px;
	left:15px;
	position:absolute;

}

a.pf_mo:link{
	color:white;
	font-size:11px;
	font-weight:600;
	font-family:tahoma;
}

a.pf_mo:visited{
	color:white;
	font-size:11px;
	font-weight:600;
	font-family:tahoma;
}

a.pf_mo:hover{
	color:white;
	font-size:11px;
	font-weight:600;
	font-family:tahoma;
}


a.pf_mo:active{
	color:white;
	font-size:11px;
	font-weight:600;
	font-family:tahoma;
}

.pf_form_drop {
	width:150px;
	height:16px;
	color: black;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
}

.pf_form_drop_hz {
	width:70px;
	color: black;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
}

/****plantfinder static***/

#plantfinder_st{
	width:180px;
	height:320px;
	background-image:url("/images/PlantFinder.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
	padding:0px;
	float:left;
}

#plantfinder_inner_st{
	width:180px;
	margin:0px;
	padding:0px;
	float:left;
}

#plantfinder_st_lnk{
	height:275px;
}

#pf_sf_img_st{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	position:relative;
	width:122px;
	height:18px;
	left:28px;
	top:0px;
}

#pf_sf_img_st a:link{
	display:block;
	background:transparent;
	width:122px;
	height:18px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_sf_img_st a:visited{
	display:block;
	background:transparent;
	width:122px;
	height:18px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#pf_sf_img_st a:hover{
	background-color:#6abdea;
}



/*******COMPONENT features***/

#features{
	float:left;
	margin-top:30px;
	position:relative;

}

#features a:link{
	color:#565757;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight:500;
}

#features a:visited{
	color:#565757;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 12px;
}

#features a:hover{
	color:#4b9eca;
}

#features a:active{
	color:#565757;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 12px;
}

.feature_box{
	width: 175px;
	height: 28px;
	font-family:Arial, Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	margin-bottom:15px;
}
.title_text {
	border-top:2px #ccc solid;
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #3399cc;
	padding:0px;
	margin: 0px;
	margin-top:10px;
}



.feature_box_body {
	width: 175px;
	margin-left: 0px;
	margin-top: 5px;
	background: #ffffff;
    line-height:19px;
	
	
}


/*******COMPONENT alpha_search***/

.alpha_search{
	float:left;
	margin-top:30px;
	position:relative;

}

.alpha_search_body{
	float:left;
	margin-top:30px;
	position:relative;

}


/*******COMPONENT free_catalog***/
#free_catalog{
	position:relative;
	height:210px;
	width:125px;
	background-image: url('/images/catalogs.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	border-bottom:1px solid #CCC;
}

#fc_image{
	position:relative;
	top:0px;
	left:0px;
	height:150px;
	text-align:center;
	color:#3399cc;
	font-family: Geneva,Verdana,sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing:-1px;
}

#fc_title{
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	color:#3399cc;
	font-family: Geneva,Verdana,sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing:-1px;
}

#fc_title a:link{
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size:14px;
	font-weight:700;
	letter-spacing:-1px;
}

#fc_title a:hover{
	color:#9adafc;
	font-size:14px;
	letter-spacing:-1px;
}


#fc_sf_img_st{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	position:relative;
	width:122px;
	height:18px;
	left:2px;
	top:10px;
}

#fc_sf_img_st a:link{
	display:block;
	background:transparent;
	width:122px;
	height:18px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#fc_sf_img_st a:visited{
	display:block;
	background:transparent;
	width:122px;
	height:18px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#fc_sf_img_st a:hover{
	background-color:#6abdea;
}


/*******COMPONENT guarantee***/
#guarantee{
	margin-top:20px;
	height:80px;
	width:125px;
	text-align:center;
	position:relative;
	float:left;
	color:#666;
	font-family: Geneva,Verdana,sans-serif;
	font-size:11px;
	font-weight:500;
	font-style:italic;
	text-align:center;
}
#guarantee a:link{
	color:#565757;
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size: 11px;
	font-weight:500;
}


#guarantee a:hover{
	color:#4b9eca;
}

/*******COMPONENT member***/
#member{
	margin-top:40px;
	float:left;
	height:170px;
	width:130px;
}

#member_h{
	margin-top:20px;
	margin-left:30px;
	float:left;
	height:70px;
	width:550px;
}

/*******COMPONENT email_signup***/
#emailsignup{
	margin-top:20px;
	height:161px;
	width:125px;
	position:relative;
	float:left;
	background-image: url('/images/em_bg.png');
	background-repeat: no-repeat;
	background-position:top left;
}


#es_title{
	text-align:center;
	color:#3399cc;
	font-family: Geneva,Verdana,sans-serif;
	font-size:15px;
	font-weight:500;
	position:absolute;
	top:10px;
	width:125px;
}

#es_text{
	text-align:center;
	color:#666;
	font-family: arial,Geneva,Verdana,sans-serif;
	font-size:11px;
	position:absolute;
	top:60px;
	line-height:125%;
	left:7.5px;
	width:110px;
}

#es_title a:link{
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size:15px;
	font-weight:500;
}

#es_title a:hover{
	color:#9adafc;
	font-size:15px;
}



#es_sf_img{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	margin:0;
	padding:0;
	width:80px;
	height:17px;
	top:130px;
	left:22px;
	position:relative;
}

#es_sf_img a:link{
	margin:0px;
	display:block;
	width:80px;
	height:17px;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#es_sf_img a:visited{
	margin:0px;
	display:block;
	width:80px;
	height:17px;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

#es_sf_img a:hover{
	background-color:#6abdea;
	cursor:default;
}

/*******COMPONENT testimonials***/

#testimonials_hdr{
	margin-top:20px;
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	text-align:center;
	color: #3399cc;
	width:130px;
	border-top:2px solid #ccc;
	position:relative;
}

#testimonials_hdr a:link{
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size:15px;
	font-weight:500;
}

#testimonials_hdr a:hover{
	color:#9adafc;
	font-size:15px;
}

#testimonials{
	position:relative;
	float:left;
}

#testimonials_body{
	width:130px;
	text-align:center;
	position:relative;
}

/*******COMPONENT TOP PICKS ***/
#top_picks{
	float:left;
	width:550px;
	margin-left:25px;
	margin-top:15px;
	overflow:hidden;
	text-align:left;
	border-top:2px solid #ccc;
}

#top_picks H3{
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #3399cc;
}

#top_picks H3 a:link{
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #3399cc;
}


#top_picks H3 a:hover{
	font-family: Geneva,Verdana,sans-serif;
	font-size: 15px;
	font-weight:500;
	color:#9adafc;
}



.tp_sf_img_loc{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:91px;
	height:17px;
	margin-left:5px;
	position:relative;
	float:left;
}

a.tp_sf_img:link{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

a.tp_sf_img:hover{
	background-color:#6abdea;
	color:#FFF;
}


.tp_1{
	position:relative;
	float:left;
	margin-left:30px;
	width:100px;
	height:260px;
	font-size:.775em;
	text-align:center;
}

.tp_2{
	position:relative;
	width:100px;
	height:220px;
	font-size:1em;
	text-align:center;
}

.tp_image{
	position:relative;
	margin-bottom:10px;
	width:100px;
	height:135px;
/*	background-color:#666; */
	z-index:9;
}

.tp_title{
	font-weight:500;
	font-size:12px;
	color:#000;
	line-height:1.3;
}

.tp_subtitle{
	font-weight:500;
	font-size:12px;
	color:#000;
	line-height:1.3;
}

.tp_avail{
	font-weight:400;
	font-size:11px;
	color:#666;
	line-height:1.3;
}


.tp_price{
	font-weight:600;
	font-size:11px;
	color:#3399cc;
	line-height:1.3;
}

.tp_sale{
	background:url(/images/sale_bg.png);
	background-repeat:no-repeat;
	background-location:top left;
	height:50px;
	width:50px;
	font-weight:600;
	font-size:12px;
	color:#FFF;
	position:absolute;
	left:70px;
	top:75px;
	z-index:99;
}

.tp_sale_txt {
	text-align:left;
	margin-top:5px;
	margin-left:8px;
}


.top_disc{
	background:url(/images/forsale.gif)no-repeat 0 0;
	position:absolute;
	left:5px;
	padding-top:3px;
	padding-left:2px;
	top:10px;
	width:30px;
	height:30px;
	font-size:9px;
	text-align:center;
	border:0px solid red;
}


/*******Results Pics ***/
#results_pics{
	float:left;
	width:700px;
	margin-left:25px;
	margin-top:25px;
	overflow:hidden;
	text-align:left;
}

#rp_nomatch {
	float:left;
	width:700px;
	margin-left:25px;
	margin-top:25px;
	overflow:hidden;
	text-align:left;
}

.rp_refine_search {
	background: url('/images/rp_refine_bg.png') no-repeat 0px 0px;
	width:652px;
	min-height:102px;
	left:25px;
	position:relative;
	float:left;
	z-index:20;
}

#rp_refine_checkboxes {
	background: url('/images/refine_ckbox_bg.png') no-repeat 0px -50px;
	width:655px;
	height:230px;
	top:21px;
	position:relative;
	float:left;
	z-index:0;
	margin-bottom:20px;
/*	display:none;*/
}

.rp_refine_checkboxes_tbl {
	position:relative;
	float:left;
	left:20px;
}
.rp_refine_tbl_contain {
	position:relative;
	left:14px;
	top:12px;
}

.rp_select_norm {
	width:168px;
}

.rp_select_narrow {
	width:120px;
}

.rp_refine_more_msg{
	width:380px;
	height:17px;
	position:relative;
	top:-7px;
	left:210px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#3399cc;
}

.rp_refine_more_loc{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:57px;
	height:17px;
	position:relative;
	top:-21px;
	left:595px;
}

a.rp_refine_more:link{
	display:block;
	width:57px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

a.rp_refine_more:visited{
	display:block;
	width:57px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.rp_refine_more:hover{
	background-color:#6abdea;
	color:#FFF;
}

a.rp_refine_more:active{
	display:block;
	width:57px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}

.rp_refine_img_loc{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:91px;
	height:17px;
	position:relative;
	top:-57px;
	left:535px;
}

a.rp_refine_img:link{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.rp_refine_img:hover{
	background-color:#6abdea;
	color:#FFF;
}


.rp_sf_img_loc{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:91px;
	height:17px;
	margin-left:17px;
	position:relative;
	float:left;
}

a.rp_sf_img:link{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.rp_sf_img:visited{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.rp_sf_img:hover{
	background-color:#6abdea;
	color:#FFF;
	width:91px;
}

.rp_1{
	position:relative;
	float:left;
	margin-right:50px;
	width:125px;
	height:315px;
	font-size:.775em;
	text-align:center;
}

.rp_2{
	position:relative;
	width:125px;
	height:260px;
	font-size:1em;
	text-align:center;
}

.rp_corner_tp {
	background-image: url('/images/corner_toppick.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
	z-index:15;
}

.rp_corner_new {
	background-image: url('/images/corner_newitem.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
	z-index:15;
}

.rp_corner_disc_9000 {
	background-image: url('/images/disc_10.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
	z-index:9;
}

.rp_corner_disc_8500 {
	background-image: url('/images/disc_15.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_8000 {
	background-image: url('/images/disc_20.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_7500 {
	background-image: url('/images/disc_25.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_7000 {
	background-image: url('/images/disc_30.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_6500 {
	background-image: url('/images/disc_35.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_6000 {
	background-image: url('/images/disc_40.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_5500 {
	background-image: url('/images/disc_45.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}

.rp_corner_disc_5000 {
	background-image: url('/images/disc_50.png');
	background-repeat: no-repeat;
	background-position:top left;
	position:absolute;
	height:48px;
	width:48px;
	top:0px;
	left:0px;
}


.rp_image{
	position:relative;
	margin-bottom:10px;
	width:125px;
	height:170px;
/*	background-color:#666;*/
	z-index:-9;
}


.rp_add_to_cart{
	position:absolute;
	bottom:20px;
	z-index:99;
	height:50px;
	width:125px;
    font-family:arial;
    font-size:11px;
    font-weight:600;
    background-color:#577995;
	color:white;
	padding-top:5px;
}

.top_image{
	position:absolute;
	top:0;
	left:0;
	margin-bottom:10px;
	width:125px;
	height:170px;
/*	background-color:#666;*/
	z-index:9;
}

.item_image{
	position:absolute;
	top:0;
	left:0;
	position:relative;
	margin-bottom:10px;
/*	background-color:#666;*/
	z-index:-9;
}

.rp_divider {
	float:left;
	width:650px;
	height:10px;
	border-top:2px solid #ccc;
}


.rp_avail{
	font-weight:400;
	font-size:11px;
	color:#666;
	line-height:1.3;
}


.rp_price{
	font-weight:600;
	font-size:11px;
	color:#3399cc;
	line-height:1.3;
}

.rp_sale{
	background:url(/images/sale_bg.png);
	background-repeat:no-repeat;
	background-location:top left;
	height:50px;
	width:50px;
	font-weight:600;
	font-size:12px;
	color:#FFF;
	position:absolute;
	left:95px;
	top:115px;
	z-index:99;
}

.rp_sale_txt {
	text-align:left;
	margin-top:5px;
	margin-left:8px;
}

.rp_more_arrow {
}

.rp_more_list_contain {
	float:left;
	width:720px;
/*	margin-top:20px;*/
}

.rp_more_list_loc {
	margin-right:50px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#3399cc;
	width:440px;
}

.rp_more_list_left {
	margin-left:50px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#666;
}

.rp_more_list_specials {
	position:relative;
	padding:5px;
	text-align:left;
	font-size:12px;
	color:#3399cc;
	width:80%;
	background:#F9FAFC;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.rp_viewmore {
	font-weight:600;
	font-size:10px;
	color:#666;
}

a.rp_viewmore:link {
	font-weight:600;
	font-size:10px;
	color:#666;
}


a.rp_viewmore:hover {
	font-weight:600;
	font-size:10px;
	color:#3399cc;
}

.rp_more_list {
	font-weight:600;
	font-size:12px;
	color:#666;
}
a.rp_more_list:link {
	font-weight:600;
	font-size:12px;
	color:#666;
}

a.rp_more_list:hover {
	font-weight:600;
	font-size:12px;
	color:#3399cc;
}

/**************TYPOGRAPHY**********/

a:link {
	color: #4b9eca;
	text-decoration: none;
}
a:visited {
	color: #4b9eca;
	text-decoration: none;
}
a:hover {
	color: #6abdea;
}
a:active {
	color: #4b9eca;
}

.acct_info{
	font-family: tahoma;
	color:#666666;
	font-size:.875em;
	font-weight:500;
}

a.acct_info:link {
	font-family: tahoma;
	color:#666666;
	font-size:.875em;
	font-weight:400;
	text-decoration:underline;
}

a.acct_info:visited {
	font-family: tahoma;
	color:#666666;
	font-size:.875em;
	font-weight:400;
	text-decoration:underline;
}

a.acct_info:hover {
	font-family: tahoma;
	color:#4b9eca;
	font-size:.875em;
	font-weight:400;
	text-decoration:underline;
}


.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
       color:#FFFFFF;
}

ul{
 line-height:20px;
}

H2 {
  font-size: 18pt;
  font-weight: bold;
  color:#6B5BA3;
}

H3 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 22px;
}
H5 {
  font-size: 9pt;
  font-weight: normal
}
  
/**************CS NAV CLASSES Customer Service Menu component cs_nav**************/
/**************CS NAV CLASSES Acct Mgt shares css Menu component am_nav**************/

#cs_nav{
	border-right:2px solid #CCC;
}


#am_nav{
	border-right:2px solid #CCC;
}

.cs_nav_hdr {
/*	border:1px solid blue;*/
	text-align:left;
	color:#4B9ECA;
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size:15px;
	font-weight:500;

}
a.cs_link_hdr:link{
	color:#4B9ECA;
	font-family: Geneva,Verdana,sans-serif,tahoma;
	font-size:15px;
	font-weight:500;
}


a.cs_link_hdr:hover{
	color:#9adafc;
	font-size:15px;
	font-weight:500;
}


.cs_nav_body {
/*	border:1px solid brown;*/
	color:#666;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
	padding-bottom:20px;
	line-height:175%;
}

a.cs_link:link{
	color:#666;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

a.cs_link:visited{
	color:#666;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

a.cs_link:hover{
	color:#3399CC;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

a.cs_link:active{
	color:#666;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

	.am_sub_button{
		background-image: url('/images/btn_gradient_24.png');
		background-repeat: repeat-x;
		background-position:top left;
		background-color:#6abdea;
		display:block;
		height:24px;
		position:relative;
		vertical-align:middle;
		text-align:center;
		font-size:12px;
		font-family:"arial";
		font-weight:700;
		color:#FFF;
	}	

	.am_sub_button:hover{
		background-image: url('/images/btn_solid_24.png');
		background-color:#6abdea;
		color:#FFF;
	}
/**************CS CLASSES Customer Service pages styles**************/

.cs_title {
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
	margin-bottom:20px;
}

.cs_title2 {
	font-family:Georgia;
	font-size:16px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
	margin-bottom:20px;
}

.cs_content {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	width:550px;
}

.cs_alert {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	color:red;
	margin-top:15px;
	margin-bottom:15px;
}
#hours_img{
	position:absolute;
	top:40px;
	left:300px;
}

/**nursery tour content**/

.nt_content {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
}

.cs_content img {
	padding-right:20px;
	text-align:left;
	border:none;
}

.cs_content strong {
	font-family:arial;
	font-size:13px;
	font-style:normal;
	font-weight:700;
}

.cs_month{
	font-family:times;
	font-size:13px;
	font-style:italic;
	font-weight:400;
	color:#666;
}
.cs_upper{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:700;
	text-decoration:uppercase;
}
.cs_hrs{
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:400;
}
.cs_small{
	font-family:arial;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	color:#666;
}
/****h_lists page ****/

a.cs_hlist_link:link{
	color: #4b9eca;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

a.cs_hlist_link:visited{
	color: #4b9eca;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}

a.cs_hlist_link:hover{
	color:#6ABDEA;
	font-family: Arial;
	font-size:12px;
	font-weight:700;
}


/**************LEFT NAV FEATURES CLASS**************/


/****************FOOTER********************/
.footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	clear:both;
}
#address {
	width: 200px;
	float: left;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
}
#footer_links {
	width: 640px;
	float: left;
	padding-top: 30px;
}
#footer_icons {
	width: 110px;
	float: left;
	padding-top: 40px;
	text-align: center;
}

#footer_links_col_1 {
	float: left;
	width: 140px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
       text-align:left;
}

#footer_links_col_2 {
	float: left;
	width: 140px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
       text-align:left;
}

#footer_links_col_3 {
	float: left;
	width: 140px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
       text-align:left;
}

#footer_links_col_4 {
	float: left;
	width: 140px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
       text-align:left;
}

#footer_links a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#footer_links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#footer_links a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}



#copyright{
	text-align:center;
	clear:left;
	font-size:.85em;
	color:#666
}

/**********BREADCRUMB CONTROL BAR********/	

/**************CS CLASSES Bulb Gallery**************/

.bulbg_title {
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
}

.bulbg_content {
	text-align:left;
	font-family:Times;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	color:#666;
	width:720px;
}

.bulb_td{
	border-bottom:2px solid #e4e4e4;
	width:720px;
}

.bulb_image{
	text-align:center;
	height:130px;
	width:130px;
/*	background-color:#999;*/
	overflow:hidden;
}

.bulb_name{
	text-align:center;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	width:130px;
	margin:5px 0px; 
}

.bulb_info{
	width:130px;
	text-align:center;
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:600;
	color:#666;
}

/**************GIFT CERT pages styles**************/

.gc_title {
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
}

#gc_content {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	width:550px;
	float:left;
}

.gc_pic {
	text-align:center;
	width:232px;
	height:300px;
	position:absolute;
	top:196px;
	left:600px;
}

.gc_pic_zoom {
	width:505px;
	height:650px;
	position:absolute;
	top:180px;
	left:565px;
	z-index:999;
}

.gc_ordering {
	text-align:left;
	font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	width:350px;
	background-color:#f5f8fd;
	padding-left:20px;
	padding-top:20px;
	float:left;
}
.gc_label {
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:700;
}

.gc_h1 {
	text-align:left;
	font-family:verdana;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	color:#3399CC;
	background-color:#f5f8fd;
}

.gc_h2 {
	text-align:left;
	font-family:verdana;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	color:#3399CC;
}

.gc_txt{
	font-size:10px;
	font-family:Verdana;
	color:black;
}


.gc_form_field{
	font-size:10px;
	font-family:Verdana;
	color:#666;
}



.gc_lblank{
	font-size:10px;
	font-family:Verdana;
	padding-bottom:10px;
}


.gc_sub_button{
	background-image: url('/images/btn_gradient_24.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#6abdea;
	display:block;
	height:24px;
	position:relative;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	font-family:"arial";
	font-weight:700;
	color:#FFF;
}	

.gc_sub_button:hover{
	background-image: url('/images/btn_solid_24.png');
	background-color:#6abdea;
	color:#FFF;
}

#gc_gift_left{
	background-image:url("/images/GC_Button.jpg");
	float:left;
	position:relative;
	background-repeat:no-repeat;
	border:1px solid white;
	height:70px;
	position:relative;
	width:200px;
	text-align:center;
	padding-top:15px;
}

#gc_gift_right{
	background-image:url("/images/EGC_Button.jpg");
	float:left;
	position:relative;
	left:20px;
	background-repeat:no-repeat;
	border:1px solid white;
	height:70px;
	position:relative;
	width:200px;
	text-align:center;
	padding-top:15px;
}

input {
	font-size:10px;
	font-style:normal;
	font-weight:500;
	font-family:Verdana;
	color:#666;
}

textarea {
	font-size:10px;
	font-style:normal;
	font-weight:500;
	font-family:Verdana;
	color:#666;
}

select {
	font-size:10px;
	font-style:normal;
	font-weight:500;
	font-family:Verdana;
	color:#666;
}

.qmark {
	vertical-align:middle;
}


/***************** Pre Planned ***********/

.pp_container{
	position:relative;
	float:left;
}

.pp_title_main {
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:500;
	color:#4F6330;
	text-align:left;
	margin-bottom:-25px;
}

.pp_table{
	font-size:12px;
	width:90%;
}

.pp_table td{
	padding:5px;
}


.pp_row{
	position:relative;
	float:left;
	margin-top:20px;
	padding-bottom:30px;
    border-bottom:solid #CCC 2px;
	width:725px;
}

.pp_title{
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 16px;
	font-weight:800;
	color: #3399cc;
	margin-bottom:10px;
}

.pp_sub{
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:800;
	color: #000;
}

.pp_strike{
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:600;
	color: #3399cc;
	text-decoration:line-through;
}

.pp_curr{
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 12px;
	font-weight:600;
	color: #ff0202;
	margin-left:10px;
}

.pp_text{
	font-family: Times Roman;
	font-size: 14px;
	font-weight:500;
	color: #5d5f5c;
	margin-top:20px;
	margin-bottom:20px;
}

.pp_buttons{
	position:relative;
}


a.pp_gen:link{
	text-decoration:underline;
}

a.pp_sf_img:link{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.pp_sf_img:visited{
	display:block;
	width:91px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.pp_sf_img:hover{
	background-color:#6abdea;
	color:#FFF;
}



.pp_sf_img_loc{
	background-image: url('/images/btn_gradient.png');
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#4b9eca;
	width:115px;
	height:17px;
	margin-left:17px;
	position:relative;
	float:left;
}

.pp_sf_img_loc_w{
	width:115px;
}

.pp_sf_img{
	font-family:verdana;
}

a.pp_sf_img:link{
	display:block;
	width:115px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.pp_sf_img:visited{
	display:block;
	width:115px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:"verdana";
	font-weight:600;
	color:#FFF;
}


a.pp_sf_img:hover{
	background-color:#6abdea;
	color:#FFF;
	width:115px;
}

.pp_short{
	width:91px;
}

a.pp_short:hover{
	background-color:#6abdea;
	color:#FFF;
	width:91px;
}


.change_font{
	display:inline;
	float:right;
}

.increaseFont{
	font-size:150%;
}

.decreaseFont{
	font-size:80%;
}
