/*
  $Id: template_styles.css,v 1.0 17:37:59 06/17/2009  

  Cascading Stylesheets for AlgoZone template

  Copyright (c) 2009 AlgoZone, Inc (www.algozone.com)

*/

BODY {
	color: #131b0a;
	margin: 0px;
/*	background:url(../images/bg02.jpg) #fefef4 bottom center no-repeat fixed;*/
	background:#fefef4;
}

A {
	color: #131b0a;
	text-decoration: none;
}

A:hover {
	color: #f75c00;
	text-decoration: none;
}

#az_page_wrapper {
/*
	background:url(../images/bg01.png) no-repeat fixed top left;
	text-align:center;
	position:relative;
    width: 1000px;
    margin: auto;
*/
}
#az_main_container_side_l {
	display:none;
}
#az_main_container_side_r {
	display:none;
}
#az_main_container {
	position:relative;
	text-align:left;
	width: 980px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

.clear {
	clear:both;
}


/*------------------------------------------*/
/*             Header Settings              */
/*------------------------------------------*/
#az_info_bar {
	height:95px;
	padding:0;
	overflow:hidden;
	position:relative;
}
.az_info_bar_1, .az_info_bar_2, .az_info_bar_3, .az_info_bar_4 {
	float:right;
	text-align:left;
	overflow:hidden;
}
.az_info_bar_1 {
	float:left;
	padding:23px 0 0 0px;
}
/*
.az_info_bar_2 {
	background:url(../images/az_infobar_sep.png) 0 50% no-repeat;
	padding:0 0 0 25px;
}
*/
.az_info_bar_3 {
	background:url(../images/az_infobar_sep.png) 0 50% no-repeat;
	padding:0 0 0 25px;
	margin-right:25px;
}
.az_info_bar_4 {
	margin-right:25px;
}

.az_info_bar_3 img {
	vertical-align:middle;
}
.az_info_bar_4 select {
	width:120px;
	border:1px solid #999999;
	color:#000000;
	background:#ffffff;
}

#az_currencies, #az_languages, #az_shoppingcart {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	line-height:95px;
}
#az_cart_icon {}
#az_cart_icon img {}
#az_cart_contents {
    color: #f16500;
	display:inline-block;
	text-transform:lowercase;
}
span.az_cartTitle {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
    color: #131b0a;
}
span.az_cartItems, span.az_cartPrice {
	font-family:Tahoma, Arial, Verdana;	
	font-size:11px;
	text-decoration:underline;
}
span.az_cartPrice {}

#az_main_header {}
#az_header_left {}
#az_header_right {}

#az_header_logo {
	background:url(../images/az_header_logo.jpg) no-repeat;
	width:720px;
	height:54px;
}
#az_header_number {
	background:url(../images/number.png) no-repeat;
	width:255px;
	height:54px;
}
#az_header_text {
	font-family:Arial, Tahoma, "Century Gothic";
	font-size:13px;
	text-transform:capitalize;
}
#az_header_logo a {
	display:block;
	height:100%;
}

#az_header_banner { display:none; }
#az_header_banner a {}
/*------------------------------------------*/
/*          Header Settings (EOF)           */
/*------------------------------------------*/




/*------------------------------------------*/
/*           Main Menu Settings             */
/*------------------------------------------*/
#az_main_menu {
	background:url(../images/az_main_menu_sep.gif) left bottom repeat-x;
	height:51px;
}
#az_main_menu_r {
	display:none;
}
#az_main_menu_l {
	display:none;
}
#az_menubarmain {}
/* VINE AESTHETICS */
#az_vine01{
/*
    position: fixed;
    background: url(../images/az_vine01.png) no-repeat;
    right: 60px;
    top: 20px;
    width: 104px;
    height: 370px;
    z-index: 1;
    display: none;
*/
}
#az_vine02{
/*
    position: fixed;
    background: url(../images/az_vine02.png) no-repeat;
    right: 60px;
    top: 480px;
    width: 104px;
    height: 370px;
    z-index: 1;
    display: none;
*/
}
#az_menubarmain ul {
	list-style:none;
	padding:0;
	margin:0;
}
#az_menubarmain ul li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
	width:137px;
}
#az_menubarmain ul li.az_main_menu_end {
	margin:0;
	width:290px;
	float:right;
}
#az_menubarmain a {
	font-family:Arial, Tahoma, "Century Gothic";
	font-size:13px;
	text-transform:capitalize;
}
#az_menubarmain a:hover {
}
.az_menu_item_l, .az_menu_item_m, .az_menu_item_r {
	display:block;
}
div.az_menu_item_l {
	background:url(../images/az_main_menu_l_bg.png) no-repeat;
}
div.az_menu_item_r {
	background:url(../images/az_main_menu_r_bg.png) right top no-repeat;
	padding:0 4px 0 4px;
}
div.az_menu_item_m {
	background:url(../images/az_main_menu_m_bg.png) repeat-x;
	height:51px;
	line-height:51px;
	text-align:center;
}

.az_search_input, .az_search_button {
	display:inline-block;
	line-height:normal;
	margin-top:12px;
}
.az_search_input {	
	padding-bottom:2px;
}
.az_search_input input {
	height:16px;
	width:150px;
	padding-top:3px;
}
.az_search_button {
	margin-left:4px;
}
/*------------------------------------------*/
/*        Main Menu Settings (EOF)          */
/*------------------------------------------*/




/*------------------------------------------*/
/*          Main Content Settings           */
/*------------------------------------------*/
#az_main_content {
	background:url(../images/az_content_bg.jpg) #e5efb3 repeat-x;
	margin:0px 0 0px 0px;
	padding:9px 0 35px 0;
}

#az_left_bar {
	float:left;
	margin-left:9px;
}
#az_left_bar_top {}
#az_left_bar_mid {}
#az_left_bar_bottom {}

#az_site_content {
	float:right;
	width:750px;
	margin:0 8px 0 0;
	padding:0;
}
#az_site_content_top {}
#az_site_content_mid {}
#az_site_content_bottom {
	display:none;
}

#az_right_bar {
	float:left;
}
#az_right_bar_top {}
#az_right_bar_mid {}
#az_right_bar_bottom {}
/*------------------------------------------*/
/*       Main Content Settings (EOF)        */
/*------------------------------------------*/




/*------------------------------------------*/
/*             Banner Settings              */
/*------------------------------------------*/
#az_banner_slider {
	margin-bottom:10px;
}
#az_banner_slider ul, #az_banner_slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#az_banner_slider li {
	width:748px;
	height:224px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn { display:none; }	
#nextBtn {}														
#prevBtn a, #nextBtn a {}	
#nextBtn a {}


#az_banner_featured {
	margin-bottom:25px;
}
#az_banner_featured a {}
#az_banner_featured span {
	display:inline-block;
	width:244px;
	height:184px;
	padding:0;
	margin:0;
}
#az_banner_featured_1 {
	margin-bottom:25px;
}
#az_banner_featured_1 a {}
#az_banner_featured_1 span {
	display:inline-block;
	width:748px;
	height:184px;
	padding:0;
	margin:0;
}
#az_banner_featured .az_banner1 {
	background:url(../images/az_banner1.jpg) no-repeat;
}
#az_banner_featured .az_banner2 {
	background:url(../images/az_banner2.jpg) no-repeat;
	margin:0 4px 0 4px;
}
#az_banner_featured .az_banner3 {
	background:url(../images/az_banner3.jpg) no-repeat;
}
#az_banner_featured_1 .az_banner1_3 {
/*	background:url(../images/az_banner1_3.jpg) no-repeat; */
}
/*------------------------------------------*/
/*          Banner Settings (EOF)           */
/*------------------------------------------*/



/*------------------------------------------*/
/*             Footer Settings              */
/*------------------------------------------*/
#az_main_footer {
}
#az_left_bar_footer {
	background:url(../images/az_footer_left.png) no-repeat;
}
#az_right_bar_footer {
	background:url(../images/az_footer_right.png) right top no-repeat;
	padding:0 9px 0 9px;
}
#az_mid_bar_footer {
	background:url(../images/az_footer_mid.png) repeat-x;
	height:93px;
	padding-right:18px;
}
#az_footer_menu_tb {
	text-align:right;
	padding:26px 0 10px 0;
}
#az_footer_menu_tb ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#az_footer_menu_tb ul li {
	display:inline;
	white-space:nowrap;
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#273c4c;
}
#az_footer_menu_tb a {
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-transform:capitalize;
}
#az_footer_menu_tb a:hover {

}
#az_footer_menu_tb ul li.az_footer_menu_sep {
	padding:0 10px 0 10px;
	text-align:center;
}
#az_cards {
	float:left;
	padding:31px 0 0 12px;
}
#az_footer_note_pane {
	float:right;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#273c4c;
}
#az_footer_note {
}
#az_footer_note a {
	color:#f75c00;
}
#az_footer_note a:hover {
    text-decoration:underline;
}
/*------------------------------------------*/
/*          Footer Settings (EOF)           */
/*------------------------------------------*/




/*------------------------------------------*/
/*            Sidebox Settings              */
/*------------------------------------------*/
#az_left_bar_mid .az_box_new, 
#az_right_bar_mid .az_box_new {
	width:205px;
	overflow:hidden;
}
.az_box2_new {}

.az_box_top_new {
}
.az_box_top_l_new {
	background:url(../images/az_box_top_l_new.png) no-repeat;
}
.az_box_top_r_new {
	background:url(../images/az_box_top_r_new.png) right top no-repeat;
	padding:0 9px 0 35px;
}
.az_box_top_m_new {
	background:url(../images/az_box_top_m_new.png) repeat-x;
	height:42px;
}

/* Box2 */
.az_box2_new .az_box_top_l_new {}
.az_box2_new .az_box_top_r_new {}
.az_box2_new .az_box_top_m_new {}
/* Box2 (end) */

.az_box_top_new .boxTitle {
	font-family:"Century Gothic", Arial, Tahoma;
	text-align:left;
	font-size:16px;
	color:#ffffff;
	text-indent:5px;
	line-height:47px;
}
.az_box_top_new .boxTitle a {
	color:#ffffff;
}

.az_box_cont_new {}
#az_left_bar .az_box_new .az_box_cont_l_new, #az_right_bar .az_box_new .az_box_cont_l_new {
	background:url(../images/az_box_cont_l_new.gif) repeat-y;
}
#az_left_bar .az_box_new .az_box_cont_r_new, #az_right_bar .az_box_new .az_box_cont_r_new {
	background:url(../images/az_box_cont_l_new.gif) right top repeat-y;
	padding:0 1px 0 1px;
}
#az_left_bar .az_box_new .az_box_cont_m_new, #az_right_bar .az_box_new .az_box_cont_m_new {
	background:#ffffff;
	padding:0;
}

#az_left_bar .boxContents, #az_right_bar .boxContents {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding:5px 5px 5px 5px;
}

/* Box2 */
.az_box2_new .az_box_cont_new {}
#az_left_bar .az_box2_new .az_box_cont_l_new, #az_right_bar .az_box2_new .az_box_cont_l_new {}
#az_left_bar .az_box2_new .az_box_cont_r_new, #az_right_bar .az_box2_new .az_box_cont_r_new {}
#az_left_bar .az_box2_new .az_box_cont_m_new, #az_right_bar .az_box2_new .az_box_cont_m_new {}
#az_left_bar .az_box2_new .boxContents, #az_right_bar .az_box2_new .boxContents {}
/* Box2 (END) */

.az_box_bottom_new {}
.az_box_bottom_l_new {
	background:url(../images/az_box_bottom_l_new.png) no-repeat;
}
.az_box_bottom_r_new {
	background:url(../images/az_box_bottom_r_new.png) right top no-repeat;
	padding:0 5px 0 5px;
}
.az_box_bottom_m_new {
	background:url(../images/az_box_bottom_m_new.gif) left bottom repeat-x #ffffff;
	height:5px;
}

/* Box2 */
.az_box2_new .az_box_bottom_l_new {}
.az_box2_new .az_box_bottom_r_new {}
.az_box2_new .az_box_bottom_m_new {}
/* Box2 (end) */

.az_box_bottom_new .boxTitle {}

.az_box_sep {
	height:8px;
}
/*------------------------------------------*/
/*         Sidebox Settings (EOF)           */
/*------------------------------------------*/




/*------------------------------------------*/
/*         Product Box Settings             */
/*------------------------------------------*/
.az_pbox_new {}

.az_pbox_top_new {}
.az_pbox_top_l_new {}
.az_pbox_top_r_new {}
.az_pbox_top_m_new {}
.az_pbox_top_new .boxTitle {}

.az_pbox_cont_new {}
.az_pbox_cont_l_new {}
.az_pbox_cont_r_new {}
.az_pbox_cont_m_new {}
.az_pbox_cont_new .boxContents {}

.az_box_bottom_new {}
.az_box_bottom_l_new {}
.az_box_bottom_r_new {}
.az_box_bottom_m_new {}
.az_box_bottom_new .boxTitle {}

.az_pbox_data {
	padding:0;
}
.az_pbox_sep_ver {
	background:url(../images/az_pbox_ver_sep.gif) 50% 50% repeat-y;
	width:0px;
	height:0;
	font-size:0px;
	padding:0 12px 0 12px;
}
.az_pbox_sep_hor {
	height:20px;
	width:0;
	font-size:0px;
	padding:0;
}
/*------------------------------------------*/
/*       Product Box Settings (EOF)         */
/*------------------------------------------*/




/*------------------------------------------*/
/*          Content Box Settings            */
/*------------------------------------------*/
.contentBoxHeading {
}
.contentBoxHeading_l {
}
.contentBoxHeading_m {
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
}
.contentBoxHeading_r {
}

.contentBox {
	background: #c2cad3;
}
.contentBoxContents {
	background: #ffffff;
}
/*------------------------------------------*/
/*       Content Box Settings (EOF)         */
/*------------------------------------------*/




/*------------------------------------------*/
/*       AZ Product Listing Settings        */
/*------------------------------------------*/
.az_product_listing_pane_top {
}
.az_product_listing_pane_bottom {
}

.az_product_list_box {
	margin:0px auto 0px auto;
	width:92%;
}

.az_product_list_img {
	text-align:center;
	margin-bottom:8px;
}
.az_product_list_img .az_imgbox_new {
	margin:0 auto 0 auto;
}
.az_product_list_zoom {
	display:none;
}
.az_product_list_head {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	height:40px;
}
.az_product_list_head a {
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.az_product_list_head a:hover {

}
.az_product_list_data {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	text-align:left;
	color:#56636d;
	margin-bottom:18px;
	height:95px;
}
.az_product_list_model {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-bottom:18px;
}
.az_product_list_larger_image {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.az_product_list_more {
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:underline;
    color: #ef6800;
}
.az_product_list_more:hover {	
	text-decoration:underline;
    color: #131b0a;
}

.az_product_list_btn_pane_1 {
	background:url(../images/az_buttonbox_left.png) repeat-y;
	height:170px;
}
.az_product_list_btn_pane_r {
	background:url(../images/az_buttonbox_right.png) right 0 repeat-y;
	height:170px;
	padding:0 5px 0 5px;
}
.az_product_list_btn_pane_m {
	background:url(../images/az_buttonbox_mid.png) repeat;
	height:170px;
	text-align:center;
}
.az_product_list_btn_pane {
	background:url(../images/az_buttonbox_sep.gif) 50% 50% no-repeat;
	height:170px;
	overflow:hidden;
}

.az_product_list_price {
	float:left;
	height:170px;
	width:45%;
	overflow:hidden;
	margin-left:8px;
	text-align:center;
    color: #ef6800;
}
.az_product_list_price table {
	text-align:center;
	padding:0;
	width:100%;
	height:170px;
}
.az_product_list_button {
	float:right;
	height:170px;
	width:45%;
	overflow:hidden;
	text-align:right;
	margin-right:8px;
}
.az_product_list_info {
	margin:12px 0 3px 0;
	display:inline-block;
}
.az_product_list_buy {
	margin:12px 0 3px 0;
	display:inline-block;
	clear:both;
}
/*------------------------------------------*/
/*    AZ Product Listing Settings (EOF)     */
/*------------------------------------------*/




/*------------------------------------------*/
/*           Image Box Settings             */
/*------------------------------------------*/
.az_imgbox_new {}

.az_imgbox_top_new {}
.az_imgbox_top_l_new {
	background:url(../images/az_ibox_top_l_new.png) no-repeat;
}
.az_imgbox_top_r_new {
	background:url(../images/az_ibox_top_r_new.png) right 0 no-repeat;
	padding:0 5px 0 5px;
}
.az_imgbox_top_m_new {
	background:url(../images/az_ibox_border_hor.gif) repeat-x #FFFFFF;
	height:5px;
	font-size:0;
}

.az_imgbox_cont_new {}
.az_imgbox_cont_l_new {
	background:url(../images/az_ibox_border_ver.gif) repeat-y #FFFFFF;
}
.az_imgbox_cont_r_new {
	background:url(../images/az_ibox_border_ver.gif) right top repeat-y;
	padding:0 1px 0 1px;
}
.az_imgbox_cont_m_new {
	background:#FFFFFF;
	text-align:center;
}

.az_imgbox_bottom_new {}
.az_imgbox_bottom_l_new {
	background:url(../images/az_ibox_bottom_l_new.png) left bottom no-repeat;
}
.az_imgbox_bottom_r_new {
	background:url(../images/az_ibox_bottom_r_new.png) right bottom no-repeat;
	padding:0 5px 0 5px;
}
.az_imgbox_bottom_m_new {
	background:url(../images/az_ibox_border_hor.gif) left bottom repeat-x #FFFFFF;
	height:5px;
	font-size:0;
}
/*------------------------------------------*/
/*        Image Box Settings (EOF)          */
/*------------------------------------------*/




/*------------------------------------------*/
/*             Random Settings              */
/*------------------------------------------*/
.az_cat_nav, .az_cat_nav_end, .az_cat_nav2 {
	background:url(../images/az_bullet.gif) 0 50% no-repeat;
	margin:0 auto 0 auto;
	width:90%;
	border-bottom:1px solid #e4e9eb;
	text-indent:12px;
	line-height:24px;
}
.az_cat_nav_end {
	border:none;
}
.az_cat_nav2 {
	background:none;
	text-indent:8px;
}
.az_cat_nav a, .az_cat_nav_end a, .az_cat_nav2 a {

}
.az_cat_nav a:hover, .az_cat_nav_end a:hover, .az_cat_nav2 a:hover {

}
.az_cat_nav_sel {
	color:#f75c00;
}
SPAN.category-subs-parent, SPAN.category-subs-selected{
    color: #f75c00;    
}
.az_nav, .az_nav_end {
	background:url(../images/az_bullet1.gif) 10px 50% no-repeat;
	margin-bottom:4px;
	text-indent:18px;
	text-align:left;
}
.az_nav_end {
	margin-bottom:0px;
}

.az_item_num {
	color:#000000;
}
.az_bestsellerText a {
	color:#000000;
}
.az_bestsellerText a:hover {
	color:#094055;
}

.az_bordered_image {
	border:1px solid #024888;
}

.az_left_block {
	display:inline-block;
	width:50%;
	vertical-align:top;
	text-align:left;
	padding-top:6px;
}
.az_right_block {
	display:inline-block;
	width:49%;
	vertical-align:top;
	text-align:right;
	padding-top:25px;
}

.inline_block {
	display:inline-block;
}

.az_product_name {
	margin:0px 0 0px 0;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.az_product_name a {

	text-decoration:underline;
}
.az_product_desc {
	width:100%;
	text-align:left;
	margin:0 0 0px 0;
	padding:0;
}
/*------------------------------------------*/
/*          Random Settings (EOF)           */
/*------------------------------------------*/




/*------------------------------------------*/
/*             Prices Settings              */
/*------------------------------------------*/
span.productSpecialPrice, .az_productPrice .productSpecialPrice, 
.az_productPrice2 .productSpecialPrice {
	font-family:Tahoma, Arial, Verdana;
	font-size:18px;
	color:#ef6800;
	font-weight:normal;
}
.az_productPrice2 .productSpecialPrice {
}
.az_smallCur {
	font-size:14px;
}
.az_productPrice, .az_productPrice2 {
	font-family: Tahoma, Arial, Verdana;
	font-size:18px;
	color:#ef6800;
	font-weight:normal;
}
.az_productPrice2 {
}
.az_productPrice s, .pageHeading s, .az_productPrice2 s {
	color: #f00;
	font-size:11px;
	font-weight:normal;
}
.az_productPrice2 s {
}
.az_productPrice s .az_smallCur, .pageHeading s .az_smallCur {

	font-size:11px;
}
/*------------------------------------------*/
/*          Prices Settings (EOF)           */
/*------------------------------------------*/




/*------------------------------------------*/
/*             Button Settings              */
/*------------------------------------------*/
.az-template-submit {
	background-color:#f06600;
	border:none;
	padding:0;
	margin:0;
	background:none;
	overflow:visible;
	cursor:pointer;
	width:auto;
	white-space:nowrap;
}

.az-template-button {
	white-space:nowrap;
	background-color:#f06600;
}
.az-button-left, .az-button-middle, .az-button-right, 
.az-button-left2, .az-button-middle2, .az-button-right2, 
.az-button-left3, .az-button-middle3, .az-button-right3 {
	background-color:#f06600;
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	white-space:nowrap;
	height:26px;
	line-height:26px;
	display:inline-block;
	padding:0;
	margin:0;
	cursor:pointer;
	text-align:center;
}
.az-button-middle, .az-button-middle3 {
	padding:0 4px 0 4px;
}
.az-button-left3, .az-button-middle3, .az-button-right3 {
	font-weight:bold;
	text-transform:capitalize;
}
.az-button-middle3 {
	padding:0;
}
/*------------------------------------------*/
/*          Button Settings (EOF)           */
/*------------------------------------------*/
/*OTHERS*/

/* SHOPPING CART */
/*zen cart*/
#cartContentsDisplay /*entire cart*/
tr.tableHeading{background: none} /*header*/
tr.rowEven{background: none} /*1st,3rd,5th ... body*/
tr.rowOdd{background: none} /*2nd,4th,6th ... body*/
#cartSubTotal{background: none} /*total*/

/*oscommerce*/
table.productListing{background: none} /*border, whole cart*/
td.productListing-data{background: none} /*cells*/
td.productListing-heading{background: none; color: #131b0a;} /*header & titles*/
tr.productListing-even{background: none} /*1st,3rd,5th ... body*/
tr.productListing-odd{background: none} /*2nd,4th,6th ... body*/

td.pageHeading, div.pageHeading, H1, H2, H3{
    color: #131b0a;
}

/*says Save: 25% off*/
.productPriceDiscount{font-size: 12px;} 
/*says Sale: $108.00*/
.productSalePrice{font-size: 12px;}

#az_vine01, #az_vine02{
    display: block;
}
/*------------------------------------------*/
/*             How To Settings              */
/*------------------------------------------*/
.how_to_border {
text-align: center;
vertical-align: top;
padding: 8px;
width: 100%;
}
.how_to_border_t {
text-align: center;
vertical-align: top;
padding: 8px;
width: 47%;
}
.how_to_border_b {
text-align: center;
vertical-align: top;
padding: 8px;
}
.how_to_border_b a {
font-family: "Arial Rounded MT Bold";
color: #008000;
}


