@charset "utf-8";
/* CSS Document */

a img {border:0;vertical-align:text-bottom;}
table.buytable {
	border-collapse:collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table.buytable th.side {
	color: #333333;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 15px;
	padding-bottom: 5px;
}
table.buytable td.side {
	text-align:right;
	width:142px;
	font:bold 11px verdana;
	color:#6e6f37;
	padding-right:6px;
	background-color: transparent;
	background-image: url(../images/pt_bg_td_side.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table.buytable #acceptcurr td {background-image: none;font-weight: normal;color: #000000;height: 40px;}
table.buytable th {
	height:45px;
	vertical-align:bottom;
	color:#fff;
	font:normal 14px arial;
	background:transparent url(../images/pt_bg_th.gif) no-repeat bottom left;
	font-weight: bold;
	padding-bottom: 2px;
	border-right:1px solid #FFFFFF;
}
table.buytable td {
	text-align:center;
	border-right:1px solid #ffffff;
	color:#fff;
	width:90px;
	height:26px;
	font:bold 11px verdana;
	background-color: transparent;
	background-image: url(../images/pt_bg_td.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
table.buytable td.on {background:transparent url(../images/pt_bg_td_on.gif) no-repeat bottom left;width: 108px;}
table.buytable th.on {
	padding-bottom:9px;
	width:117px;
	background-color: transparent;
	background-image: url(../images/pt_bg_th_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
}
table.buytable tfoot td {
	background:transparent url(../images/pt_bg_foot_td.gif) no-repeat top left;
	height:61px;
	vertical-align:top;
	padding-top:8px;
}
table.buytable tfoot td.on {background:transparent url(../images/pt_bg_foot_td_on.gif) no-repeat top left;padding-top:16px;}
table.buytable tfoot td.side1 {background: transparent url(../images/pt_bg_foot_td_side.gif) no-repeat top left;}
table.buytable tfoot td.side2 {
	background-color: #FEFBEA;
	background-image: none;
}
table.buytable tfoot td.side {
	background-color:transparent;
	background-image: none;
}
table.buytable th.side1 {
	background: transparent url(../images/pt_bg_th_side.gif) no-repeat bottom left;
}
.pharmacyname {
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 8px;
	background-color: #ead3cb;
	color: #7d2c00;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 4px;
	background-image: url(../images/bg-pharmaname.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.shipstate {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}

* html table.buytable tfoot td {
	background:transparent url(../images/pt_bg_foot_td.gif) no-repeat top left;
	height:17px;
	vertical-align:top;
	padding-top:8px;
}
* html table.buytable tfoot td.on {
	height: 10px;
}


/*    TAB MENU CSS STYLES FOR FIORICET PAGE SPECIALLY  */

ul#tabbednav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabbednav li { /* do not change */
display: inline;
}

#tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3, #tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

#tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a, #tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabbednav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabbednav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabbednav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

