/*---------------------- Global ----------------------*/
* { padding: 0; margin: 0; }
html {
	width: 100%; 
	height: 100%;
	_border: none;
}
body, form {
	font: normal 12px/1.5 Arial, Verdana, Tahoma, sans-serif; 
	text-align: center; 
	width: 100%; 
	height: 100%;
	margin: 0;
}
img, object, embed {
	display: block;
	outline: none;
}
a img, img a, img, fieldset {
	border: none;
}
a {
	outline: none;
}
fieldset legend { 
	display: none; 
}

ul, li { 
	list-style-type: none; 
}

a:link,
a:visited,
a:hover,
a:active { 
	background: transparent; 
	text-decoration: none; 
}

table { 
	border: 0; 
	border-collapse: collapse; 
}
table td {
	padding: 0;
}

h1 {
	font-size: 30px;
	color: #666;
	display: block; 
	/*height: 32px; 
	overflow: hidden; */
	margin-bottom: 13px; 
}

h3 { 
	font-size: 18px; 
	line-height: 18px; 
}
h4 { 
	font-size: 14px; 
}
h5 { 
	font-size: 12px; 
}
.tubbed span {
	display: block !important;
	height: 0 !important;
	width: 0 !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute !important;
	overflow: hidden !important;
	visibility:hidden !important;
}
/*-------------------- End Global --------------------*/

/*---------------------- Base ----------------------*/
.wrapper { 
	width: 980px; 
	margin: auto; 
}

.header { 
	position: relative; 
	width: 980px; 
	height: 170px; 
	margin: auto; 
	text-align: left;
	padding: 0; 
}

.content { 
	width: 980px; 
	margin: auto; 
	text-align: left; 
	padding-top: 0;
}

.footer {
	width: 940px; 
	height: 76px; 
	line-height: 76px; 
	overflow: hidden; 
	padding: 0 20px; 
	margin: auto; 
	text-align: left; 
}
.footer .privacy { 
	margin-left: 75px; 
}
.footer .security { 
	margin-left: 18px; 
}

.copyright { 
	font: normal 9px/1.5 Arial, Verdana, Tahoma, sans-serif;
	width: 218px; 
	height: 9px; 
	margin: 11px auto 0 auto; 
	padding-bottom: 11px;
	overflow: hidden; 
	display: block;
}
.copyright:hover {
	text-decoration: underline;
}
/*-------------------- End Base --------------------*/

/*---------------------- Header ----------------------*/
.header-item { 
	position: relative; 
	display: block; 
	height: 170px; 
}
.header-item li { 
	display: block; 
}
.header-item li.welcome { 
	position: absolute; 
	top: 9px; 
	left: 19px; 
	font-size: 11px; 
	padding-left: 2px;
	width:315px;
	line-height:12px;
}
.header-item li.new-medicine,
.header-item li.pharmacy-awards,
.header-item li.banner { 
	position: absolute; 
	top: 35px; 
	left: 342px; 
	width: 220px; 
	height: 80px; 
}

.header-item li.new-medicine a,
.header-item li.pharmacy-awards a { 
	display: block; 
	height: 100%; 
	overflow: hidden; 
	text-indent: -9999px; 
}

.header-item li.pharmacy-awards {
	left: 740px;
}

.account { 
	position: absolute; 
	top: 0; 
	right: 20px; 
	height: 35px; 
	display: block; 
}
.account li { 
	display: block; 
	float: left; 
	height: 35px; 
	line-height: 35px; 
	font-size: 11px; 
	font-weight: bold; 
	margin-left: 25px; 
}
.account li select
{
    border:solid 1px #666;
}
.account li.welcome {
	font-weight: normal;
}
.account li a:hover {
	text-decoration: underline;
}
.account li.logout a {
	font-weight: normal;
}
.account li.current a,
.account li.current a span { 
	background-repeat: no-repeat; 
}


.menu { 
	position: absolute; 
	bottom: 0; 
	width: 962px; 
	height: 42px; 
	padding: 0 9px; 
}
.menu li {
	float: left;
}
.menu li a { 
	display: block; 
	line-height: 42px; 
	padding-right:8px;
	margin-left: 8px;
	cursor: pointer; 
	outline: none; 
}
.menu li a span { 
	display: block; 
	line-height: 36px; 
	/*padding: 6px 0 0 12px;*/
	padding: 6px 0 0 10px;
	margin-left: -8px;
}
.menu li.current a,
.menu li.current a span { 
	background-repeat: no-repeat; 
}
.menu li { 
	font-size: 11px; 
	font-weight: bold; 
}
.menu li a span b { 
	font-weight: normal; 
}
/*--------------------- End Header ---------------------*/

/*--------------------- Columns ---------------------*/
.column { padding: 12px 20px 20px 20px; }
.col-left,
.col-center { float: left; }
.col-right { float: right; }

.two-col-left,
.two-col-center { float: left; }
.two-col-right { float: right; }
/* ----- */
.column-three-equally-left,
.column-three-equally-center,
.column-three-equally-right {
	float: left;
	width: 300px;
}
.column-three-equally-left {
	margin: 20px 0 20px 20px;
	//margin: 20px 0 20px 10px;
}
.column-three-equally-center {
	margin: 20px;
}
.column-three-equally-right {
	margin: 20px 20px 20px 0;
	//margin: 20px 10px 20px 0;
}
/* ----- */
.column-two-left,
.column-two-right {
	float: left;
}
.column-two-left {
	width: 700px;
	margin: 20px;
	//margin: 20px 20px 20px 10px;
}
.column-two-right {
	width: 220px;
	margin: 20px 20px 20px 0;
	//margin: 20px 10px 20px 0;
}
.column-two-left .column-two-left-center {
	width: 460px;
	margin: 0 120px;
}
.column-two-left-blue {
	background: #E6F2F2;
}
/* ----- */
.column-two-equally-left,
.column-two-equally-right {
	float: left;
	width: 460px;
}
.column-two-equally-left {
	margin: 20px;
	//margin: 20px 20px 20px 10px;
}
.column-two-equally-right {
	margin: 20px 20px 20px 0;
	//margin: 20px 10px 20px 0;
}
/*--------------------- End Columns ---------------------*/

/*--------------------- Form ---------------------*/
.form { 
	padding: 24px 20px 20px;
}
.form fieldset { 
	display: block; 
	width: 100%; 
	padding: 5px 0 4px 0; 
	border-top: 1px solid;/* #fff; */
	overflow: hidden; 
}
.form fieldset.info { 
	border: none; 
	padding: 0 0 5px 0; 
}
.form fieldset.form-button { 
	padding: 15px 0 6px; 
}

.form fieldset.form-button label { 
	padding: 10px 0 6px 2px;
	width: 158px;
}
.form fieldset label { 
	float: left; 
	width: 153px; 
	padding: 5px 5px 5px 0px;
	line-height: 12px;
}
* html .form fieldset label { 
	width: 150px; 
}
.form fieldset label.checkbox { 
	width: auto; 
	padding: 8px 67px 0 0; 
}
.form fieldset label.checkbox input { 
	width: auto; 
	border: none; 
	vertical-align: middle; 
}
.form fieldset.info label { 
	font-weight: bold; 
	width: auto; 
}
.form fieldset input,
.form fieldset textarea { 
	width: 256px; 
	padding: 2px 1px 1px 1px; 
	border: 1px solid;
}
.form fieldset select { 
	width: 260px; 
	padding: 2px 1px; 
	border: 1px solid;
	height: 21px;
	font: normal 12px/1.5 Arial, Verdana, Tahoma, sans-serif;
}
.form fieldset textarea { 
	height: 115px; 
}
.form fieldset input{
	height: 15px; 
}
/*--Agent Fom bottom--*/
.form.agentBottom fieldset.form-button-p {
	padding: 0 0 20px 220px;
	width: 460px;
}
.form fieldset.form-button .buttonBlock,
.form.agentBottom fieldset.form-button-p .buttonBlock {
	display: block;
	width: 282px;
	float: right;
}
.form.agentBottom fieldset {
	border: none;
}
.form.agentBottom fieldset.form-button-p label,
.form.agentBottom fieldset.form-button-p label a, 
.form.agentBottom fieldset.form-button-p .buttonBlock a {
	float: left !important;
}
.form.agentBottom fieldset.form-button-p label { 
	padding-top: 8px;
}
/*--------------------- End Form ---------------------*/

/*------------------ New Form ------------------*/
.nform { padding: 31px 20px 20px 20px; }
.nform fieldset legend { display: none; }
.nform fieldset .form-block { width: 100%; overflow: hidden; padding: 5px 0 6px 0; //padding: 4px 0 5px 0; }
.nform fieldset .form-block label { float: left; display: block; width: 146px; padding: 4px 0 0 2px; margin-right: 10px; line-height: 12px; //padding: 6px 0 0 2px; }
.nform fieldset .form-block .form-inputs { float: right; display: block; }
.nform fieldset .form-block .form-inputs .check { width: auto; padding: 8px 57px 9px 0; //padding: 6px 54px 8px 0; //margin-left: -4px; }

.nform fieldset .form-block-all label { float: none; width: auto !important; padding-bottom: 10px; margin: 0; }
.nform fieldset .form-block-all .form-inputs { float: none; }

.nform fieldset .fo label { padding: 21px 0 0 2px; }
.nform fieldset .fo .form-inputs { padding: 11px 0 0 0; }

.nform fieldset .form-block .form-inputs .text { width: 256px; }
.nform fieldset .form-block .form-inputs .textarea { width: 457px; height: 58px; }
/*------------------ End New Form ------------------*/

/*--------------------- Form-button ---------------------*/
a.form-button { 
	float: left; 
	display: block; 
	line-height: 31px; 
	padding-right: 5px; 
}
a.form-button span { 
	display: block; 
	line-height: 31px; 
	padding: 0 10px 0 15px; 
	text-align: center; 
}

a.wider-button span { 
	padding: 0 5px 0 10px !important;  
}
/*--------------------- End Form-button ---------------------*/

/*--------------------- Quick Search ---------------------*/
.quick-search { 
	padding: 6px 20px; 
}

.quick-search fieldset { 
	display: block; 
	width: 100%; 
	overflow: hidden; 
}
.quick-search fieldset.form-button { 
	padding: 0;
}
.quick-search fieldset label.code { 
	width: 102px; 
	float: left; 
}
.quick-search fieldset label.amount { 
	width: 58px; 
	float: right; 
}
.quick-search fieldset input { 
	padding: 2px 1px; 
	border: 1px solid;/* #999; */
	height: 15px;
}
.quick-search fieldset label.code input { 
	font-family: Arial;
	font-size: 12px;
	width: 98px; 
}
.quick-search fieldset label.amount input { 
	font-family: Arial;
	font-size: 12px;
	width: 54px; 
}
.quick-search a.check-availability { 
	display: block; 
	width: 180px; 
	height: 45px; 
	margin: 10px 0 7px 0; 
	overflow: hidden; 
	text-indent: -9999px; 
}

/*------------------- Quick Search Results List -------------------*/
.quick-search-result-list { 
	display: block; 
	font-size: 11px; 
}
.quick-search-result-list li { 
	display: block; 
	padding: 5px 20px; 
	border-top: 1px solid;/* #fff; */
	overflow: hidden; 
}
.quick-search-result-list li.brand-name { 
	padding-top: 10px; 
}
.quick-search-result-list li.list-button { 
	padding: 10px 20px; 
}
.quick-search-result-list li strong { 
	display: block; 
	width: 115px; 
	float: left; 
}
.quick-search-result-list li.brand-name strong { 
	width: 70px; 
}
.quick-search-result-list li span { 
	display: block; 
	float: left; 
}


.quick-search-result-list a.form-button {  
    text-indent:inherit;
}
.quick-search-result-list a.form-button span { 
    float:none;
    text-indent:inherit;
}


.quick-search-result-list li span.ph-code { 
	width: 115px; 
}
.quick-search-result-list li span.units { 
	width: 65px; 
}
.quick-search-result-list li span.ph-code strong { 
	width: 70px; 
}
.quick-search-result-list li span.units strong { 
	width: 50px; 
}
.quick-search-result-list li strong b { 
	font-weight: normal; 
}

.quick-search-result-list li.list-button  .cart,
.quick-search-result-list li.list-button  .inquiry { 
	float: left; 
	display: block; 
	line-height: 31px; 
}
.quick-search-result-list li.list-button  .cart { 
	width:90px; 
}
.quick-search-result-list li.list-button  .inquiry { 
	width:90px; 
}

.quick-search-result-list li.list-button a:hover { 
	background-position:left -31px;
	font-weight: bold; 
	text-transform: uppercase; 
	text-indent: -9999px; 
}

.quick-search-result-list li.list-button a.form-button:hover { 
	background-position:inherit;
	font-weight: bold; 
	text-transform:inherit; 
	text-indent:inherit; 
}

.quick-search-result-list li.details { 
	border-top: none; 
	border-bottom: 1px solid;/* #fff; */
	padding: 0 20px 10px 20px; 
}


.page-FullProductSearch .formTabs
{
    border-bottom:solid 4px #E2DBBA;
    height:39px;
    background:url(../images/fps_buttonInactive.jpg) repeat-x;
    margin:0;
    padding:0;
}
.page-FullProductSearch .formTabs .leftCorner
{
    width:9px;
    height:39px;
    float:left;
    background:url(../images/fps_cornerLeft.jpg) no-repeat bottom left;
}
.page-FullProductSearch .formTabs .rightCorner
{
    width:9px;
    height:39px;
    float:right;
    background:url(../images/fps_cornerRight.jpg) no-repeat bottom left;
}
.page-FullProductSearch .formTabs a
{
    width:187px;
    height:23px;
    float:left;    
    padding-top:16px;
    font:bold 11px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#666;
}
.page-FullProductSearch .formTabs a:hover
{
    background:url(../images/fps_buttonInactiveHover.jpg) repeat-x;
}
.page-FullProductSearch .formTabs a.active
{
    background:#E2DBBA url(../images/fps_buttonActive.jpg) no-repeat top left;
    color:#000;
}
.page-FullProductSearch .formTabs a.active:hover
{
    background:#E2DBBA url(../images/fps_buttonActive.jpg) no-repeat top left;
}
/*------------------- End Quick Search Results List -------------------*/

/*--------------------- End Quick Search ---------------------*/

/*--------------------- Table ---------------------*/
.table { 
	width: 100%; 
	text-align: left;
}
.table th, table td { 
	border-bottom: 1px solid;/* #e2dbba; */
	text-align: left;
	vertical-align: top;
}
.table th { 
	font-size: 11px; 
	font-weight: normal; 
	padding: 30px 10px 4px 10px; 
	vertical-align: bottom;
}
.table td { 
	padding: 7px 10px 6px 10px; 
}
.table td .arrow { 
	display: block; 
	padding-left: 14px;
}
.table td input { 
	padding: 2px 1px; 
	border: 1px solid;/* #999; */
	width: 36px; 
}

.table fieldset { 
	display: block; 
	width: 100%; 
	overflow: hidden; 
}
.table fieldset label.quantity { 
	width: 42px; 
	float: left; 
}
/*--------------------- End Table ---------------------*/

/*--------------------- Table button ---------------------*/
a.table-button,
a.table-button span { 
	background-repeat: no-repeat; 
}

a.table-button { 
	float: left; 
	display: block; 
	line-height: 19px; 
	padding-right: 3px; 
}
a.table-button span { 
	display: block; 
	line-height: 19px; 
	padding: 0 6px 0 9px; 
	text-align: center; 
}

a.table-button:link,
a.table-button:visited,
a.table-button:hover,
a.table-button:active { 
	text-transform: uppercase; 
	font-size: 10px; 
	cursor: pointer;
}
.table td a.table-button.del {
	float: right;
}
/*--------------------- End Table button ---------------------*/

/*------------------- Sub-menu -------------------*/
.sub-menu { 
	height: 4px; 
}
ul.sub-menu {
	height: 42px;
	width: 100%;
}
ul.sub-menu li {
	float: left;
	line-height: 42px;
	padding: 0 22px 0 10px;
	font-weight: bold;
}
/*ul.sub-menu li a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
}*/
ul.sub-menu.agent li {
	font-weight: normal;
}
ul.sub-menu.agent li.current {
	font-weight: bold;
}
/*------------------- End Sub-menu -------------------*/

/*--------------------- Other ---------------------*/
.clear { 
	clear: both !important;
	line-height: 0 !important;
	height: 0 !important;
}

a.more,
a.back,
a.top { 
	color: #666 !important;
	text-transform: uppercase; 
	font-size: 10px; 
	line-height: 100%;
	padding-right: 14px;
	/*height: 13px;*/
}
a.more.left {
	text-transform: uppercase; 
	font-size: 12px; 
	line-height: 11px; 
	padding-left: 14px;	
}
a.more.download {
	text-transform: uppercase; 
	font-size: 10px; 
	line-height: 11px; 
	padding-left: 14px;	
	float: right;
}
a.top { 
	margin-left: 13px;
}
a.notify {
}
a.more:hover,
a.back:hover,
a.top:hover { 
	background-position: right -29px !important;
	text-decoration:underline;
}
a.full { 
	padding: 0 0 0 14px; 
	text-transform: none; 
	font-size: 12px; 
}

/*--Calendar image initialization--*/
a.dp-choose-date {
	width: 25px;
	height: 21px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: -9999px;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 0;
}

/*--Form Checkbox--*/
.form .checkboxes {
	width: 100%;
	display: block;
	overflow: hidden;
	border-top: 1px solid #FFF;
	padding: 10px 0 5px 0;
}
.form .checkboxes p {
	display: block;
	float: left;
	padding: 0 0 5px 0;
}
.form .checkboxes p input {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	-margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 2px;
}
/** html .form .checkboxes p input {
	vertical-align: bottom;
}*/
/*--------------------- End Other ---------------------*/

/*------------------ Page LoginHome ------------------*/
.page-LoginHome .col-left { 
	width: 460px; 
}
.page-LoginHome .col-right { 
	width: 420px; 
	padding: 18px 18px 0 18px; 
}
.page-LoginHome h3 { 
	margin-bottom: 15px; 
}
.page-LoginHome h4 { 
	margin-bottom: 5px; 
}
.page-LoginHome p { 
	margin-bottom: 15px; 
}
.page-LoginHome .nform fieldset .form-block.accountType .form-inputs,
.page-LoginHome .nform fieldset .form-block.fo .form-inputs { 
	float: left; 
}
/*------------------ End Page LoginHome ------------------*/

/*------------------ Page AboutUs ------------------*/
.page-AboutUs .col-left {
	width: 458px;
	padding-left: 2px;
}
.page-AboutUs .col-right {
	width: 416px;
	padding: 20px 22px 20px 22px;
}
.page-AboutUs p {
	padding-bottom: 15px;
}
.page-AboutUs h3 {
	padding-bottom: 15px;
}
.page-AboutUs h4 {
	padding: 2px 0 3px 0;
}
.page-AboutUs .col-right h4 {
	padding: 0 0 2px 0;
}
/*------------------ End Page AboutUs ------------------*/

/*------------------ Page ContactUs ------------------*/
/*.page-ContactUs h1 { 
	width: 94px; 
}*/

.page-ContactUs .col-left { 
	width: 460px; 
}
.page-ContactUs .col-right { 
	width: 420px; 
	padding: 18px 18px 0 18px; 
}

.page-ContactUs h3 { 
	margin-bottom: 15px; 
}
.page-ContactUs h4 { 
	margin-bottom: 5px; 
}
.page-ContactUs p { 
	margin-bottom: 15px; 
}
/*------------------ End Page ContactUs ------------------*/

/*------------------ Page HomePharmacyAdmin ------------------*/
.page-VaccinesGpUser .col-left,
.page-HomePharmacyAdmin .col-left { 
	margin-right: 20px; 
}
.page-VaccinesGpUser .col-left,
.page-VaccinesGpUser .col-center,
.page-HomePharmacyAdmin .col-left,
.page-HomePharmacyAdmin .col-center { 
	width: 340px; 
}
.page-VaccinesGpUser .col-right,
.page-HomePharmacyAdmin .col-right { 
	width: 220px; 
	/*margin-top: -45px; */
}
.page-VaccinesGpUser .note-item,
.page-HomePharmacyAdmin .note-item { 
	padding-bottom: 7px; 
	margin-bottom: 12px; 
	border-bottom: 1px solid #CCC;
}
.page-VaccinesGpUser h3,
.page-HomePharmacyAdmin h3 { 
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px; 
}
.page-VaccinesGpUser .list,
.page-HomePharmacyAdmin .list { 
	display: block; 
	font-size: 11px; 
}
.page-VaccinesGpUser .list li,
.page-HomePharmacyAdmin .list li { 
	display: block; 
	padding: 5px 20px; 
	border-top: 1px solid;
	overflow: hidden; 
}
.page-VaccinesGpUser .list li.brand-name,
.page-HomePharmacyAdmin .list li.brand-name { 
	padding-top: 10px; 
}
.page-VaccinesGpUser .list li.list-button,
.page-HomePharmacyAdmin .list li.list-button { 
	padding: 10px 20px; 
}
.page-VaccinesGpUser .list li strong,
.page-HomePharmacyAdmin .list li strong { 
	display: block; 
	width: 115px; 
	float: left; 
}
.page-VaccinesGpUser .list li.brand-name strong,
.page-HomePharmacyAdmin .list li.brand-name strong { 
	width: 70px; 
}
.page-VaccinesGpUser .list li span,
.page-HomePharmacyAdmin .list li span { 
	display: block; 
	float: left; 
}
.page-VaccinesGpUser .list li span.ph-code,
.page-HomePharmacyAdmin .list li span.ph-code { 
	width: 115px; 
}
.page-VaccinesGpUser .list li span.units,
.page-HomePharmacyAdmin .list li span.units { 
	width: 65px; 
}
.page-VaccinesGpUser .list li span.ph-code strong,
.page-HomePharmacyAdmin .list li span.ph-code strong { 
	width: 70px; 
}
.page-VaccinesGpUser .list li span.units strong,
.page-HomePharmacyAdmin .list li span.units strong { 
	width: 50px; 
}
.page-VaccinesGpUser .list li strong b,
.page-HomePharmacyAdmin .list li strong b { 
	font-weight: normal; 
}

.page-HomePharmacyAdmin .list li.list-button  .cart,
.page-HomePharmacyAdmin .list li.list-button  .inquiry { 
	float: left; 
	display: block; 
	line-height: 31px; 
}
.page-HomePharmacyAdmin .list li.list-button  .cart { 
	width: 89px; 
}
.page-HomePharmacyAdmin .list li.list-button  .inquiry { 
	width: 91px; 
}
.page-HomePharmacyAdmin .list li.list-button a:link,
.page-HomePharmacyAdmin .list li.list-button a:visited,
.page-HomePharmacyAdmin .list li.list-button a:hover,
.page-HomePharmacyAdmin .list li.list-button a:active { 
	font-weight: bold; 
	text-transform: uppercase; 
	text-indent: -9999px; 
}

.page-HomePharmacyAdmin .list li.details { 
	border-top: none; 
	border-bottom: 1px solid;
	padding: 0 20px 10px 20px; 
}

.homeProductUpdates 
{
    padding:10px 20px;
}
/*-- VaccinesGpUser --*/
.page-VaccinesGpUser .content-block {
	width: 700px;
}
/*------------------ End Page HomePharmacyAdmin ------------------*/

/*------------------ Page FullProductSearch ------------------*/
.page-FullProductSearch .col-left { 
	width: 420px; 
}
.page-FullProductSearch .col-right { 
	width: 220px; 
	margin-top: -45px; 	
}

.page-FullProductSearch .productUpdates .col-right { 
	width: 250px; 
	margin-right: 20px; 
}

.page-FullProductSearch .col-right img { 
	margin-top: 1px; 
}
.page-FullProductSearch .form { 
	padding: 24px 20px 20px; 
}
.page-FullProductSearch .form .form-header { 
	padding: 0 0 20px; 
	border: none; 
}
.page-FullProductSearch .form .form-header h3, .page-OrderHistory .form .form-header h3,
.page-InvoiceHistory .form .form-header h3 { 
	font-size: 18px; 
	font-weight: normal; 
}
.page-FullProductSearch .form fieldset label { 
	width: 135px;
	color:#333;
}
.page-FullProductSearch .form fieldset.info label { 
	width: 380px;
	color:#333;
}
* html .page-FullProductSearch .form fieldset label { 
	width: 132px; 
}
.page-FullProductSearch .form fieldset input { 
	width: 234px; 
}
.page-FullProductSearch .form fieldset select { 
	width: 238px; 
}
.page-FullProductSearch a.yellow { 
	margin-right: 10px; 
}
.page-FullProductSearch p { 
	/*margin: 30px 0 10px; */
}

.productUpdates .note-item
{
    color:#666666;
}

.productUpdates p
{
    margin:0px;
    border-bottom:1px solid #CCCCCC;
    margin-bottom:12px;
    padding-bottom:7px;
}

.productUpdates h3
{
    margin-bottom:5px;
    
}


/*------------------ End Page FullProductSearch ------------------*/

/*------------------ Page FullProductSearchResults ------------------*/
.page-FullProductSearchResults h1 { 
	/*width: 303px;*/
	width: 500px;
}
.page-FullProductSearchResults .col-left { 
	width: 700px; 
	position: relative; 
}
.page-FullProductSearchResults .col-right { 
	width: 220px; 
	margin-top: -45px; 
}

.page-FullProductSearchResults .col-right img { 
	margin-top: 1px; 
}
.page-FullProductSearchResults p { 
	margin: 30px 0 30px; 
	overflow: hidden; 
}

.page-FullProductSearchResults a.on-top, .page-Cart a.on-top{ 
	position: absolute; 
	top: -45px; 
	right: 0; 
}

.page-FullProductSearchResults a.back, .page-FullProductSearchResults a.top, 
.page-Cart a.back, .page-Cart a.top { 
	float: left; 
}
.page-FullProductSearchResults .col-left a.full { 
	float: right; 
}
.page-FullProductSearchResults div.table {
	width: 700px;
	font-size: 12px;
	line-height: 12px;
}
.page-FullProductSearchResults div.table div.tr {
	position: relative;
	width: 700px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid;
}
.page-FullProductSearchResults div.table div.tr div.clearer {
	background: none;
	overflow: hidden;
	visibility: hidden;
}
.page-FullProductSearchResults div.table div.tr a.row {
	width: 100%;
	display: block;
	cursor: pointer;
	font-size: 12px;
}
.page-FullProductSearchResults div.table div.tr span {
	font-size: 12px;
	float: left;
	padding-right: 10px;
	padding: 9px 10px 10px 0;
}
.page-FullProductSearchResults div.table div.head span {
	font-size: 11px;
}
.page-FullProductSearchResults div.table div.head span.col-1 {
	padding-right: 25px;
}
.page-FullProductSearchResults div.table div.tr span.col-1 {
	margin-left: 10px;
	width: 271px;
}
.page-FullProductSearchResults div.table div.tr span.col-2 {
	width: 81px;	
}
.page-FullProductSearchResults div.table div.tr span.col-4 {
	width: 90px;	
}
.page-FullProductSearchResults div.table div.tr span.col-3 {
	width: 180px;
}
.page-FullProductSearchResults div.table div.tr a.cart {
	width: 83px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 6px;
}
.page-FullProductSearchResults div.table div.tr a.cart span {
	width: 100%;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 10px;
}
.page-FullProductSearchResults div.table div.tr a.row span.filler {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	padding: 0;
	float: none;
	display: block;
}
.page-FullProductSearchResults div.table div.tr div.clearer {
	background: none;
}	
/*------------------ End Page FullProductSearchResults ------------------*/

/*------------------ Page CurrentPromotions ------------------*/
.page-CurrentPromotions h1 { 
	/*width: 176px; */
}
.page-CurrentPromotions .col-left { 
	margin-right: 20px; 
}
.page-CurrentPromotions .col-left,
.page-CurrentPromotions .col-center { 
	width: 340px; 
}
.page-CurrentPromotions .col-right { 
	width: 220px; 
	margin-top: -45px; 
}
.page-CurrentPromotions .products { 
	display: block; 
	border-top: 1px solid;/* #CCC; */
}
.page-CurrentPromotions .products li { 
	display: block; 
	border-bottom: 1px solid;/* #CCC; */
	padding: 12px 0 12px 128px; 
}
.page-CurrentPromotions .products li h2,
.page-CurrentPromotions .products li h3 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px; 
}

.page-CurrentPromotions div.table {
	width: 340px;
	font-size: 12px;
	line-height: 12px;
}
.page-CurrentPromotions div.table div.tr {
	position: relative;
	width: 340px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e2dbba;
}
.page-CurrentPromotions div.table div.tr div.clearer {
	background: none;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}
.page-CurrentPromotions div.table div.tr a.row {
	width: 100%;
	display: block;
	cursor: pointer;
}
.page-CurrentPromotions div.table div.tr span {
	font-size: 12px;
	float: left;
	padding-right: 10px;
	padding: 9px 10px 10px 0;
}
.page-CurrentPromotions div.table div.head span {
	padding: 30px 0 8px 10px;
	font-size: 11px;
}
.page-CurrentPromotions div.table div.head span.col-1 {
	width: 235px;
	padding-right: 15px;
}
.page-CurrentPromotions div.table div.head span.col-2 {
	width: 60px;
	text-align: right;
}
.page-CurrentPromotions div.table div.tr a.row span {
	
}
.page-CurrentPromotions div.table div.tr span.col-1 {
	margin-left: 10px;
	padding-left: 0;
	width: 235px;
}
.page-CurrentPromotions div.table div.tr span.col-2 {
	width: 60px;
	text-align: right;
	padding-right: 10px;	
}
.page-CurrentPromotions div.table div.tr a.row span.filler {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	padding: 0;
	float: none;
	display: block;
}
/*------------------ End Page CurrentPromotions ------------------*/

/*------------------ Page CurrentPromotionsDetail ------------------*/
.page-CurrentPromotionsDetail h1 { 

	margin: 0 0 0 2px; 
}
.page-CurrentPromotionsDetail h5 { 
	margin: -3px 0 9px 2px;
}
.page-CurrentPromotionsDetail .col-left { 
	width: 700px; 
	position: relative; 
}
.page-CurrentPromotionsDetail .col-right { 
	width: 220px; 
	margin-top: -58px; 
}
.page-CurrentPromotionsDetail .col-right img { 
	margin-top: 1px; 
}
.page-CurrentPromotionsDetail .form { 
	padding: 0; 
}
.page-CurrentPromotionsDetail .form fieldset.form-button { 
	padding: 16px 8px 26px; 
	border: none; 
	width: auto; 
}
.page-CurrentPromotionsDetail .form fieldset.form-button  a { 
	float: right; 
}
.page-CurrentPromotionsDetail p { 
	margin-bottom: 10px; 
}
.page-CurrentPromotionsDetail p.bottom { 
	margin: 30px 0 10px; 
	overflow: hidden; 
}
.page-CurrentPromotionsDetail a.on-top { 
	position: absolute; 
	top: -58px; 
	right: 0; 
}
.page-CurrentPromotionsDetail a.back, .page-CurrentPromotionsDetail a.top { 
	float: left; 
}
.page-CurrentPromotionsDetail .col-left a.full { 
	float: right; 
	margin-right: 2px;
}
.page-CurrentPromotionsDetail table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 700px;
}
.page-CurrentPromotionsDetail table tr {
	border-bottom: 1px solid #e2dbba;
	background: #fff;
}
.page-CurrentPromotionsDetail table tr td {
	font-size: 12px;
	line-height: 12px;
	height: 21px;
	padding: 9px 10px 10px 0;
	text-align: left;
	vertical-align: top;
}
.page-CurrentPromotionsDetail table tr th {
	font-size: 11px;
	line-height: 12px;
	padding: 20px 10px 8px 0;
	font-weight: normal;
	vertical-align: bottom;
	color: #dd5717;
	background: #fcfbe0;
}
.page-CurrentPromotionsDetail table tr .col-1 {
	padding-left: 12px;
	width: 139px;
}
.page-CurrentPromotionsDetail table tr .col-2 {
	width: 69px;
}
.page-CurrentPromotionsDetail table tr .col-3 {
	width: 156px;
}
.page-CurrentPromotionsDetail table tr .col-4 {
	width: 28px;
}
.page-CurrentPromotionsDetail table tr .col-5 {
	width: 45px;
}
.page-CurrentPromotionsDetail table tr .col-6 {
	width: 56px;
}
.page-CurrentPromotionsDetail table tr .col-7 {
	padding-right: 0;
	width: 66px;
	text-align: right;
}
.page-CurrentPromotionsDetail table tr .col-8 {
	padding-left: 10px;
	text-align: right;
}
.page-CurrentPromotionsDetail table tr td.col-8 {
	padding: 5px 10px 5px 10px;
}
.page-CurrentPromotionsDetail table tr td input.quantity {
	height: 15px;
	width: 28px;
	border: 1px solid;/* #999;*/
	font-size: 12px;
	padding: 2px 5px;
}
.page-CurrentPromotionsDetail a.fullAlt{	
	text-transform: none; 
	font-size: 12px;
}

/*------------------ End Page CurrentPromotionsDetail ------------------*/

/*------------------ Page FullProductSearchResultsDetail ------------------*/
.page-FullProductSearchResultsDetail h1 { 
	width: 530px;
}
.page-FullProductSearchResultsDetail .col-left { 
	width: 700px; 
	position: relative; 
}
.page-FullProductSearchResultsDetail .col-right { 
	width: 220px; 
	margin-top: -45px;	 
}
.page-FullProductSearchResultsDetail .col-right img { 
	margin-top: 1px; 
}
.page-FullProductSearchResultsDetail   p { 
	margin: 30px 0 10px; 
	overflow: hidden; 
	
}
.page-FullProductSearchResultsDetail  a.on-top { 
	position: absolute; 
	top: -45px; 
	right: 0; 
}
.page-FullProductSearchResultsDetail  a.back, .page-FullProductSearchResultsDetail  a.top { 
	float: left; 
}
.page-FullProductSearchResultsDetail .col-left a.full { 
	float: right; 
}
.page-FullProductSearchResultsDetail .detail .d-1,
.page-FullProductSearchResultsDetail .detail .d-2,
.page-FullProductSearchResultsDetail .detail .d-3,
.page-FullProductSearchResultsDetail .detail .d-4,
.page-FullProductSearchResultsDetail .detail .d-5 {
	padding: 8px 10px;
	border-bottom: 1px solid;/* #FFF;*/
}
.page-FullProductSearchResultsDetail .detail .name {
	font-weight: bold;
	padding-right: 24px;
}
.page-FullProductSearchResultsDetail .detail .HeadName {
	font-weight: bold;
	padding-right: 24px;
}
.page-FullProductSearchResultsDetail .detail .co {
	float: left;
	width: 50%;
}
.page-FullProductSearchResultsDetail .detail .buttons-bar {
	padding: 10px 0 19px 0;
}
.page-FullProductSearchResultsDetail .detail .orange {
	margin-right: 10px;
}
.page-FullProductSearchResultsDetail .detail .billing {
	text-align: right;
	font-weight: bold;
	padding: 35px 18px 0 0;
}

.page-FullProductSearchResultsDetail a.fullAlt{	
	text-transform: none; 
	font-size: 12px;
}
/*------------------ End Page FullProductSearchResultsDetail ------------------*/

/*------------------ Page AgentsHome ------------------*/
.page-AgentsHome .block {
	display: block;
	width: 300px;
	height: 201px;
	padding-top: 65px;
	text-align: center;
}
.page-AgentsHome .block a {
	display: block;
	width: 260px;
	height: 104px;
	overflow: hidden;
	text-indent: -9999px;
	margin: auto;
}
.page-AgentsHome .block.classifieds .small_btn {
	padding-top: 30px;
	padding-left: 74px; 
}
.page-AgentsHome .block.classifieds a.form-button {
	width: 155px;
	height: 31px;
	text-indent: 0;
}
/*------------------ End Page AgentsHome ------------------*/

/*------------------ Page AgentsLogin ------------------*/
.page-VaccinesLogin .form,
.page-AgentsLogin .form {
	height: 150px;
	padding: 28px 20px 20px 20px;
}
.page-VaccinesLogin .form fieldset,
.page-AgentsLogin .form fieldset { 
	border-top: 1px solid;
}
.page-VaccinesLogin .form fieldset label,
.page-AgentsLogin .form fieldset label { 
	width: 90px;
}
.page-VaccinesLogin .form fieldset input,
.page-AgentsLogin .form fieldset input { 
	width: 154px;
	float:right;
}
.page-VaccinesLogin .form fieldset.form-button label,
.page-AgentsLogin .form fieldset.form-button label { 
	width: 150px;
}
.page-VaccinesLogin .form fieldset.form-button a,
.page-AgentsLogin .form fieldset.form-button a { 
	margin-left: 10px;
}
.page-VaccinesLogin .form fieldset.form-button .dotted-b,
.page-AgentsLogin .form fieldset.form-button .dotted-b{ 
	margin-left: 0;
}
/*-- VaccinesLogin --*/
.page-VaccinesLogin .form.register fieldset {
	border: none;
}
.page-VaccinesLogin .form.register fieldset.form-button {
	padding-top: 45px;
}
.page-VaccinesLogin .form.register fieldset.form-button a {
	float: right;
}
.page-VaccinesLogin .column-three-equally-right {
	padding-top: 52px;
}
/*------------------ End Page AgentsLogin ------------------*/

/*------------------ Page Cart ------------------*/
.page-Cart .col-left { 
	width: 700px; 
	position: relative; 
}
.page-Cart .col-right { 
	width: 220px; 
	margin-top: -45px; 
}
.page-Cart .col-right img { 
	margin-top: 1px; 
}
.page-Cart p.description { 
	margin-bottom: 10px;
}
.page-Cart .col-left fieldset.form-button { 
	padding: 16px 10px 26px; 
	border: none; 
	width: auto; 
}
.page-Cart .col-left fieldset.form-button  a { 
	float: right; 
}
.page-Cart .col-left fieldset.form-button  p { 
	float: left;
	padding-top: 8px;
}
.page-Cart .table th { 
	font-size: 11px; 
	font-weight: normal; 
	padding: 30px 0 4px 10px; 
}
.page-Cart .form { 
	padding: 30px 120px 20px;
	margin: 20px 0 11px 0;
}
.page-Cart .form fieldset { 
	border-top: 1px solid;/* #FFF;*/
}
.page-Cart .form fieldset label { 
	width: 170px;
}
.page-Cart .form fieldset input { 
	font-family: Arial;
	font-size: 12px;
	width: 88px;
}

.page-Cart .fieldset-end {
	position: relative;
	overflow: visible;
	border-bottom: 1px solid;/* #FFF;*/
}
.page-Cart .fieldset-end input {
	width: 288px;
	float: left;
}
.page-Cart a.table-button span { 
	display: block; 
	font-family: Verdana;
	font-size: 10px !important;
	line-height: 19px; 
	padding: 0 4.5px 0 7.5px; 
	overflow: hidden;
	text-align: center; 
}
/*.page-Cart .table td a.table-button.del {
	float: right;
}*/
.page-Cart .table td .col1,
.page-Cart .table th .col1 {
	width: 280px;
}
.page-Cart .table td .col6,
.page-Cart .table th .col6 {
	width: 50px;
}
.page-Cart .table td .col5,
.page-Cart .table th .col5 {
	width: 100px;
}
.page-Cart .table td .col4,
.page-Cart .table th .col4 {
	width: 85px;
}
/*------------------ End Page Cart ------------------*/

/*------------------ Page OrderResponse ------------------*/
.page-OrderResponse .col-left { 
	width: 700px; 
	position: relative;
	text-align: center;
}
.page-OrderResponse .col-left .col-left-center { 
	width: 460px;
	margin: auto;
	text-align: left;
}
.page-OrderResponse .col-right { 
	width: 220px; 
	margin-top: -45px; 
}
.page-OrderResponse fieldset.form-button-p { 
	padding: 16px 10px 26px; 
	border: none; 
	width: auto; 
}
.page-OrderResponse .table th.last_col {
	padding-right: 10px;
}
.page-OrderResponse fieldset.form-button-p  a { 
	float: right; 
}
.page-OrderResponse fieldset.form-button-p  p { 
	float: left;
	padding-top: 8px;
}
.page-OrderResponse fieldset.form-button-p .back { 
	margin: 10px 35px 0 0;
}
.page-OrderResponse h3 {
	margin-bottom: 15px;
}
.page-OrderResponse h4 {
	margin-bottom: 15px;
}
.page-OrderResponse p {
	margin-bottom: 15px;
	line-height: 18px;
}
/*.page-OrderResponse */.declined {
	padding-top: 43px;
}
/*.page-OrderResponse */.declined p {
	margin-bottom: 5px;
}
/*------------------ End Page OrderResponse ------------------*/

/*------------------ Page OrderHistory ------------------*/
.page-OrderHistory .column { 
	padding: 19px 20px 20px 22px; 
}
.page-OrderHistory .col-left { 
	width: 700px; 
	position: relative;
}
.page-OrderHistory .col-right { 
	width: 220px; 
	margin-top: -71px; 
}
.page-OrderHistory fieldset.form-button-p { 
	padding: 16px 10px 26px; 
	border: none; 
	width: auto; 
}
.page-OrderHistory fieldset.form-button-p  a { 
	float: right; 
}
.page-OrderHistory fieldset.form-button-p  p { 
	float: left;
	padding-top: 8px;
}
.page-OrderHistory .form fieldset.form-button { 
	padding-top: 12px;
}
.page-OrderHistory p {
	margin-bottom: 15px;
	line-height: 18px;
}
.page-OrderHistory .form { 
	padding: 23px 120px 10px;
	margin: 20px 0 11px 0;
}
.page-OrderHistory .form fieldset { 
	border-top: 1px solid;
}
.page-OrderHistory .form fieldset label { 
	width: 170px;
}
.page-OrderHistory .form fieldset.form-button a { 
	margin-left: 5px;
}
.page-OrderHistory .form .date {
	position: relative;
	overflow: visible;
}
.page-OrderHistory .form .date input { 
	width: 84px;
	float: left;
}
.page-OrderHistory .table tr .last {
	padding-right: 10px;
}
.page-OrderHistory .table td .nospace{
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 0; 
}
.page-OrderHistory .fieldset-end {
	border-bottom: 1px solid;
}
/*------------------ End Page OrderHistory ------------------*/

/*~~~~~~~~~~~~~~~~~~ Page CareerLines~~~~~~~~~~~~~~~~~~~~~~~~*/
.page-CareerLines .col-left { 
	width: 700px; 
	position: relative;
	text-align: center;
}
.page-CareerLines .form.center { 
	width: 460px;
	margin: auto;
	text-align: left;
}
.page-CareerLines .col-right { 
	width: 220px; 
	margin-top: -45px; 
}
.page-CareerLines p {
	margin-bottom: 15px;
	line-height: 18px;
}
.page-CareerLines .form { 
	padding: 15px 120px 0; 
}
.page-CareerLines .form fieldset.selects {
	border-top: none;
}
.page-CareerLines .form fieldset {
	padding: 20px 0;
}
.page-CareerLines .form fieldset.info label {
	padding-bottom: 0;
}
.page-CareerLines .form fieldset.info a.toggle {
	color:#666;
	background:url(../Images/dotted_g.gif) 0px 14px repeat-x;
	float:left;
	margin-left:110px;
	margin-top:2px;
	font-weight:bold;
}
.page-CareerLines .form fieldset.info a.toggle:hover
{
    background:none;
}
.page-CareerLines .form fieldset label { 
	width: 175px; 
	text-align: left;
}
* html .page-CareerLines .form fieldset label { 
	width: 172px; 
}
.page-CareerLines .form fieldset input { 
	width: 274px; 
}
.page-CareerLines .form fieldset select { 
	width: 220px;
	float: left;
	margin: 0;
}
.page-CareerLines .form fieldset select.right {
	float: right;
}
.page-CareerLines .form fieldset.info {
	padding: 0;
}	
.page-CareerLines .form .checkboxes {
	padding: 20px 0 15px 0;
	border-top: 1px solid #FFF;
}
.page-CareerLines .form .checkboxes.two_inline p {
	width: 290px;
}
.page-CareerLines .form .checkboxes.three_inline p {
	width: 150px;
}
.page-CareerLines .form .checkboxes.five_inline p {
	width: 92px;
}
.page-CareerLines .form .checkboxes p {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 0;
	padding-bottom:3px;
}
.page-CareerLines .form fieldset.form-button {
	padding-top: 10px;
}

.page-CareerLines .form.center .advertise {
	padding-bottom: 20px;
}
.page-CareerLines .form.center fieldset { 
	width: 460px;
	display: inline;
	float: left;
	padding: 0;
}
.page-CareerLines .form.center fieldset label {
	width: auto;
	margin: 0;
	font-weight: bold;
}
.page-CareerLines .form.center fieldset label.listed_date {
	font-weight: normal;
	padding-left: 0;
}
.page-CareerLines .form.center fieldset label.text_spliter {
	width: 5px;
	padding: 5px 5px;	
	margin: 0;
}
.page-CareerLines .form.center .advertise .spacer {
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
.page-CareerLines .col-left p.bottom {
	margin-top: 0;
}
/*~~~~~~~~~~~~~~~~~~ End Page CareerLines~~~~~~~~~~~~~~~~~~~~*/

/*------------------ Page InvoiceHistory ------------------*/
.page-InvoiceHistory .column { padding: 19px 20px 20px 22px; }

.page-InvoiceHistory .col-left { 
	width: 700px; 
	position: relative;
}
.page-InvoiceHistory .col-right { 
	width: 220px; 
	margin-top: -71px; 
}
.page-InvoiceHistory fieldset.form-button-p { 
	padding: 16px 10px 26px; 
	border: none; 
	width: auto; 
}
.page-InvoiceHistory fieldset.form-button-p  a { 
	float: right; 
}
.page-InvoiceHistory fieldset.form-button-p  p { 
	float: left;
	padding-top: 8px;
}
.page-InvoiceHistory .form fieldset.form-button { 
	padding-top: 12px;
}
.page-InvoiceHistory p {
	margin-bottom: 15px;
	line-height: 18px;
}
.page-InvoiceHistory .form { 
	padding: 23px 120px 10px;
	margin: 20px 0 11px 0;
}
.page-InvoiceHistory .form fieldset { 
	border-top: 1px solid;
}
.page-InvoiceHistory .form fieldset label { 
	width: 170px;
}
.page-InvoiceHistory .form .date {
	position: relative;
	overflow: visible;
}
.page-InvoiceHistory .form .date input { 
	width: 84px;
	float: left;
}

.page-InvoiceHistory .form fieldset.form-button a { 
	margin-left: 5px;
}
.page-InvoiceHistory .table tr .last {
	padding-right: 10px;
}
.page-InvoiceHistory .table td .nospace{
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 0; 
}
.page-InvoiceHistory .calendar img { 
	vertical-align: bottom;
	margin-left: 18px;
}
.page-InvoiceHistory .fieldset-end {
	border-bottom: 1px solid;
}
/*------------------ End Page InvoiceHistory ------------------*/

/*------------------ Page CreateAJobOffered and CreateAJobWanted ------------------*/
.page-CreateAJobWanted .col-left,
.page-CreateAJobOffered .col-left { 
	width: 700px; 
	position: relative;
}
.page-CreateAJobWanted .col-right,
.page-CreateAJobOffered .col-right { 
	width: 220px; 
	margin-top: -71px;
}
.page-CreateAJobWanted p,
.page-CreateAJobOffered p {
	margin-bottom: 15px;
	line-height: 18px;
}
.page-CreateAJobWanted .form p.helper,
.page-CreateAJobOffered .form p.helper {  	
	font: normal 10px/1.5 Arial, Verdana, Tahoma, sans-serif;
	margin: 0;
}
.page-CreateAJobWanted .form,
.page-CreateAJobOffered .form { 
	padding: 24px 120px 20px; 
	margin: 15px 0 11px 0;
}
.page-CreateAJobWanted .form .info,
.page-CreateAJobOffered .form .info { 
	border: none;
	width: 460px;
}
.page-CreateAJobWanted .form fieldset,
.page-CreateAJobOffered .form fieldset { 
	border-top: 1px solid;
}
.page-CreateAJobWanted .form .advertisement label, 
.page-CreateAJobWanted .form fieldset label,
.page-CreateAJobOffered .form .advertisement label, 
.page-CreateAJobOffered .form fieldset label { 
	width: 172px;
}
.page-CreateAJobWanted .form fieldset select,
.page-CreateAJobOffered .form fieldset select {
	width: 278px;
}
.page-CreateAJobWanted .form fieldset input,
.page-CreateAJobOffered .form fieldset input { 
	width: 274px;
}
.page-CreateAJobWanted .form fieldset .info,
.page-CreateAJobOffered .form fieldset .info { 
	width: 460px;
}
.page-CreateAJobWanted .form .date,
.page-CreateAJobOffered .form .date {
	position: relative;
	overflow: visible;
}
.page-CreateAJobWanted .form .date input,
.page-CreateAJobOffered .form .date input { 
	width: 84px;
	float: left;
}
/* --- Fix for IE6 ---*/
.page-CreateAJobWanted .form .date label,
.page-CreateAJobOffered .form .date label { 
	//width: 174px;   
}
/* --- --- */
.page-CreateAJobWanted .form .date p
.page-CreateAJobOffered .form .date p {
	margin-top: 2px;
	margin-bottom: 0;
}
.page-CreateAJobWanted .form .advertisement textarea,
.page-CreateAJobOffered .form .advertisement textarea { 
	width: 456px;
	height: 157px;
	margin-top: -9px;
}
.page-CreateAJobWanted .form .advertisement p,
.page-CreateAJobOffered .form .advertisement p { 
	font: normal 10px/1.5 Arial, Verdana, Tahoma, sans-serif;
}
.page-CreateAJobWanted .form .advertisement p, 
.page-CreateAJobWanted .form .advertisement label,
.page-CreateAJobOffered .form .advertisement p, 
.page-CreateAJobOffered .form .advertisement label { 
	padding: 4px 0 0 3px;
}
.page-CreateAJobWanted .fieldset-end,
.page-CreateAJobOffered .fieldset-end {
	border-bottom: 1px solid;
}
/*------------------ End Page CreateAJobOffered ------------------*/

/*------------------ Page PreviewJobOffered, PreviewJobWanted and CareerlinesJobDetail ------------------*/
.page-CareerlinesJobDetail .col-left,
.page-PreviewJobOffered .col-left,
.page-PreviewJobWanted .col-left { 
	width: 700px; 
	position: relative;
}
.page-CareerlinesJobDetail .col-right,
.page-PreviewJobOffered .col-right,
.page-PreviewJobWanted .col-right { 
	width: 220px; 
	margin-top: -71px;
}

.page-CareerlinesJobDetail a.on-top { 
	position: absolute; 
	top: -65px; 
	right: 0; 
}
/*--Preview Class--*/
.preview {
	padding: 24px 120px 20px; 
	margin: 15px 0 1px 0;
}
.preview h3 {
	padding-bottom: 10px;
}
.preview h5 {
	font-size: 14px;
	padding-bottom: 3px;
}
.preview p.mainText {
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 10px 0;
	margin: 10px 0;
}
/*--JobDetails--*/
preview.jobDetail {
	padding-top: 0;
}
.preview.jobDetail h3 {
	padding-bottom: 20px;
}
.preview p.mainText {
	padding-top: 0;
}
.preview.jobDetail .spacer.top {
	border-top: 1px solid;	
	padding-top: 20px;
}
.preview.jobDetail .spacer.bottom {
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
/*-- --*/

.page-CareerlinesJobDetail .form,
.page-PreviewJobOffered .form,
.page-PreviewJobWanted .form { 
	padding: 24px 120px 20px; 
}
.page-CareerlinesJobDetail .form .buttonBlock label,
.page-PreviewJobOffered .form .buttonBlock label,
.page-PreviewJobWanted .form .buttonBlock label { 
	width: 15px;
	float:left;
	padding: 0;
}
/*------------------ End Page PreviewJobOffered and PreviewJobWanted ------------------*/

/*------------------ News Pages ... e.g. Notices, Library ------------------*/
.column-two-left-center.news {
	border-top: 1px solid;
}
.column-two-left-center.news .item {
	padding: 15px 0 8px 2px;
	border-bottom: 1px solid;
}
.column-two-left-center.news .item h4 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 11px;
}
.column-two-left-center.news .item h3 {
	padding-bottom: 1px;
}
.column-two-left-center.news .item img {
	margin: 2px 0 0 20px;
}
.column-two-left-center.news .item img.left {
	float: left;
}
.column-two-left-center.news .item img.right {
	float: right;
}
.column-two-left-center.news .item p {
	padding-bottom: 15px;
}
/*-- Library --*/
.page-Library .column-two-left-center.news {
	border-top: none;
}
.page-Library .column-two-left-center.news p.intro {
	padding-bottom: 3px;
}
.page-Library .column-two-left-center.news .top {
	padding-bottom: 20px;
}
.page-Library .column-two-left-center.news .item {
	border-top: 1px solid;
	margin-bottom: 10px;
}
.page-Library .column-two-left-center.news a.more {	
	text-transform: none; 
	font-size: 12px;
}
/*-- LibraryNewsletters --*/
.page-LibraryNewsletters .column-two-left-center.news p {
	padding-bottom: 0;
}
.page-LibraryNewsletters .column-two-left-center.news .item {
	padding-bottom: 20px;
}
.page-LibraryForms .column-two-left-center.news .item a {
	margin-top: 7px;
}
/*------------------ End Page Notices ------------------*/

/*------------------ Page CreateNews and CreateNewsletter ------------------*/
.page-CreateNewsletter .column,
.page-CreateNews .column{
	padding-top: 20px;
}
.page-CreateNewsletter .col-left, 
.page-CreateNews .col-left { 
	width: 700px; 
	position: relative;
	padding-top: 2px;
}
.page-CreateNewsletter .col-right, 
.page-CreateNews .col-right { 
	width: 220px; 
	margin-top: -71px;
}
.page-CreateNewsletter .form,
.page-CreateNews .form { 
	padding: 18px 120px 20px; 
	margin: 3px 0 11px 0;
}
.page-CreateNewsletter .form fieldset,
.page-CreateNews .form fieldset { 
	border-top: 1px solid;
}
.page-CreateNewsletter .form fieldset label,
.page-CreateNews .form fieldset label { 
	width: 172px;
}
.page-CreateNewsletter .form fieldset input,
.page-CreateNews .form fieldset input {
	font-size: 12px;
	width: 274px;
	float: right;
}
.page-CreateNewsletter .form fieldset.browse,
.page-CreateNews .form fieldset.browse {
	position: relative;
	overflow: visible;
}
.page-CreateNewsletter .form fieldset.browse input, 
.page-CreateNews .form fieldset.browse input { 
	width: 200px;
	float: left;
}
.page-CreateNewsletter .form fieldset.browse a,
.page-CreateNews .form fieldset.browse a { 
	margin-left: 10px;
	float: right;
}
.page-CreateNewsletter .form .copy label,
.page-CreateNewsletter .form .synopsis label,
.page-CreateNews .form .copy label,
.page-CreateNews .form .synopsis label{ 
	width: 450px;	
	padding-bottom: 8px;
}
.page-CreateNewsletter .form .synopsis textarea, 
.page-CreateNews .form .synopsis textarea{
	font-family: arial, sans-serif;
	font-size: 12px;
	width: 457px;
	height: 62px;
}
.page-CreateNewsletter .form .copy textarea, 
.page-CreateNews .form .copy textarea{ 
	width: 457px;
	height: 154px;
}
.page-CreateNewsletter .form .form-button label,
.page-CreateNews .form .form-button label {
	width: 180px; 
}
/*.page-CreateNewsletter .form .checkboxes,
.page-CreateNews .form .checkboxes {
	width: 450px;
	padding-top: 5px;
}*/
.page-CreateNewsletter .form .checkboxes p,
.page-CreateNews .form .checkboxes p {
	width: 90px;
	/*padding: 5px 0;*/
}
/*------------------ End Page CreateNews ------------------*/

/*------------------ Page CustomerServiceEnquiry ------------------*/
.page-CustomerServiceEnquiry .column {
	padding-top: 20px;
}
.page-CustomerServiceEnquiry .column .tubbed.tubbed { 
	margin-bottom: 0;
}
.page-CustomerServiceEnquiry .col-left { 
	width: 700px; 
	position: relative;
	padding-top: 2px;
}
.page-CustomerServiceEnquiry .col-right { 
	width: 220px; 
	margin-top: -42px;
}
.page-CustomerServiceEnquiry .form { 
	padding: 30px 120px 20px; 
	margin: 0 0 11px 0;
}
.page-CustomerServiceEnquiry .form fieldset { 
	border-top: 1px solid;
}
.page-CustomerServiceEnquiry .form fieldset label { 
	width: 172px;
}
.page-CustomerServiceEnquiry .form fieldset input { 
	width: 274px;
	float: right;
}
.page-CustomerServiceEnquiry .form fieldset select {
	width: 278px;
	float: right;
} 
.page-CustomerServiceEnquiry .form .detail label {
	width: 450px;	
	padding-bottom: 9px;
}
.page-CustomerServiceEnquiry .form .detail textarea { 
	width: 456px;
	height: 154px;
}
.page-CustomerServiceEnquiry .form .form-button label {
	width: 180px; 
}
/*------------------ End Page CustomerServiceEnquiry ------------------*/

/*------------------ Page ManageNews, ManageJobs, ManageNewsletters and ClassifiedsManage ------------------*/
.page-ManageNewsletters .column,
.page-ClassifiedsManage .column,
.page-ManageJobs .column,
.page-ManageNews .column {
	padding: 16px 20px 20px 21px;
}
.page-ManageNewsletters .col-left,
.page-ClassifiedsManage .col-left,
.page-ManageJobs .col-left,  
.page-ManageNews .col-left { 
	width: 700px; 
	position: relative; 
}
.page-ManageNewsletters .col-right,
.page-ClassifiedsManage .col-right,
.page-ManageJobs .col-right,
.page-ManageNews .col-right { 
	width: 220px; 
	margin-top: -71px; 
}
.page-ManageNewsletters .column .tubbed.tubbed,
.page-ClassifiedsManage .column .tubbed.tubbed,
.page-ManageJobs .column .tubbed.tubbed,
.page-ManageNews .column .tubbed.tubbed { 
	margin-bottom: 9px;
}
.page-ManageNewsletters .col-left .form,
.page-ClassifiedsManage .col-left .form,
.page-ManageJobs .col-left .form,
.page-ManageNews .col-left .form {
		padding: 0 120px 0;
}
.page-ManageNewsletters .col-left .form .table .col1,
.page-ClassifiedsManage .col-left .form .table .col1,
.page-ManageJobs .col-left .form .table .col1,
.page-ManageNews .col-left .form .table .col1{
	width: 53px;
} 
.page-ManageNewsletters .col-left .form .table .col3,
.page-ClassifiedsManage .col-left .form .table .col3,
.page-ManageJobs .col-left .form .table .col3,
.page-ManageNews .col-left .form .table .col3{
	width: 40px;
} 
.page-ManageNewsletters .col-left .form .table .col4,
.page-ClassifiedsManage .col-left .form .table .col4,
.page-ManageJobs .col-left .form .table th.col4,
.page-ManageNews .col-left .form .table th.col4{
	padding-right: 10px;
} 
/*.page-ManageNewsletters .col-left .form .table .col .table-button,
.page-ClassifiedsManage .col-left .form .table td.col4 .table-button,
.page-ManageJobs .col-left .form .table td.col4 .table-button,
.page-ManageNews .col-left .form .table td.col4 .table-button{
	float: right;
}*/
/*------------------ End Page ManageNews, ManageJobs and ClassifiedsManage ------------------*/

/*------------------ Page PharmacyClassifieds ------------------*/
.page-PharmacyClassifieds .col-left { 
	width: 700px; 
	position: relative;
	/*text-align: center;*/
}
.page-PharmacyClassifieds .col-right { 
	width: 220px; 
	margin-top: -45px; 
}
.page-PharmacyClassifieds .form { 
	padding: 15px 120px 20px; 
}
/*selects class*/
.page-PharmacyClassifieds .form fieldset.selects {
	border-top: none;
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
.page-PharmacyClassifieds .form fieldset.selects label {
	/*width: 103px;*/
	width: 105px;
}
.page-PharmacyClassifieds .form fieldset.selects select {
	width: 113px;
	float: left;
}
.page-PharmacyClassifieds .form .advertise {
	padding: 10px 0 0 0;
}
.page-PharmacyClassifieds .form .advertise h3 {
	padding-bottom: 10px;
}
.page-PharmacyClassifieds .form .advertise p {
	padding-bottom: 7px;
}
.page-PharmacyClassifieds .form .advertise .contact {
	font-weight: bold;
}
.page-PharmacyClassifieds .form .advertise .contact label {
	padding-bottom: 3px;
	width: 460px;
}
.page-PharmacyClassifieds .form .advertise .wanted {
	padding: 10px 0 2px 2px;
}
.page-PharmacyClassifieds .form fieldset { 
	width: 460px;
	display: inline;
	float: left;
	padding: 0;
}
.page-PharmacyClassifieds .form fieldset label {
	width: auto;
	margin: 0;
}
.page-PharmacyClassifieds .form fieldset label.title {
	font-weight: bold;
	padding-left: 0;
}
.page-PharmacyClassifieds .form fieldset label.text_spliter {
	width: 5px;
	padding: 5px 5px;	
	margin: 0;
}
.page-PharmacyClassifieds .form .advertise .spacer {
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
.page-PharmacyClassifieds .col-left p.bottom {
	margin-top: 0;
}
/*------------------ End Page PharmacyClassifieds ------------------*/

/*------------------ Page ClassifiedsCreateAd and ClassifiedsModify ------------------*/
.page-ClassifiedsModify .column,
.page-ClassifiedsCreateAd .column {
	padding-top: 20px;
}
.page-ClassifiedsModify .col-left,
.page-ClassifiedsCreateAd .col-left { 
	width: 700px; 
	position: relative;
	padding-top: 2px;
}
.page-ClassifiedsModify .col-right,
.page-ClassifiedsCreateAd .col-right { 
	width: 220px; 
	margin-top: -71px;
}
.page-ClassifiedsModify .form,
.page-ClassifiedsCreateAd .form { 
	padding: 20px 120px 20px; 
	margin: 3px 0 11px 0;
}
.page-ClassifiedsModify .form fieldset,
.page-ClassifiedsCreateAd .form fieldset { 
	border-top: 1px solid;
}
.page-ClassifiedsModify .form fieldset label,
.page-ClassifiedsCreateAd .form fieldset label { 
	width: 172px;
}
.page-ClassifiedsModify .form fieldset input,
.page-ClassifiedsCreateAd .form fieldset input { 
	width: 274px;
	float: right;
}
.page-ClassifiedsModify .form fieldset.info.top,
.page-ClassifiedsCreateAd .form fieldset.info.top {
	border:none;
	padding-left: 0;
}
.page-ClassifiedsModify .form fieldset.info label,
.page-ClassifiedsModify .form fieldset.info label,
.page-ClassifiedsCreateAd .form fieldset.info label,
.page-ClassifiedsCreateAd .form .description label { 
	width: 450px;	
	padding-bottom: 8px;
}
.page-ClassifiedsModify .form .description textarea,
.page-ClassifiedsCreateAd .form .description textarea{ 
	width: 457px;
	height: 62px;
}
.page-ClassifiedsModify .form .form-button label,
.page-ClassifiedsCreateAd .form .form-button label {
	width: 180px; 
}
.page-ClassifiedsModify .form .date,
.page-ClassifiedsCreateAd .form .date {
	position: relative;
	overflow: visible;
}
.page-ClassifiedsModify .form .date input,
.page-ClassifiedsCreateAd .form .date input { 
	width: 84px;
	float: left;
}
.page-ClassifiedsModify .form .date .date_box,
.page-ClassifiedsCreateAd .form .date .date_box {
	width: 278px;
	float: right;
}
.page-ClassifiedsModify .form fieldset.noticeType,
.page-ClassifiedsCreateAd .form fieldset.noticeType {
	width: 460px;
	border-top: none;
}
.page-ClassifiedsModify .form fieldset.noticeType label,
.page-ClassifiedsCreateAd .form fieldset.noticeType label { 
	width: 115px;
	padding: 5px 0 5px 0;
}
.page-ClassifiedsModify .form fieldset.noticeType label input,
.page-ClassifiedsCreateAd .form fieldset.noticeType label input {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 4px;
}
/*Agreement*/
.page-ClassifiedsCreateAd .form .checkboxes,
.page-ClassifiedsModify .form .checkboxes {
	width: 460px;
	padding-top: 5px;
}
.page-ClassifiedsCreateAd .form .checkboxes p,
.page-ClassifiedsModify .form .checkboxes p {
	width: 460px;
	padding: 5px 0;
}
/*------------------ End ClassifiedsCreateAd and ClassifiedsModify ------------------*/

/*------------------ Page SelectPharmacy, SelectAPharmacySuccess ------------------*/
.page-SelectAPharmacySuccess .form,
.page-SelectAPharmacy .form { 
	padding: 20px 240px; 
}
.page-SelectAPharmacySuccess .form fieldset input,
.page-SelectAPharmacy .form fieldset input {
	width: 278px;
	float: right;
}
.page-SelectAPharmacySuccess .form .date .date_box,
.page-SelectAPharmacySuccess .form fieldset.form-button .buttonBlock,
.page-SelectAPharmacy .form fieldset.form-button .buttonBlock {
	display: block;
	width: 282px;
	float: right;
}
.page-SelectAPharmacySuccess .form fieldset.info label {
	width: 460px;
	line-height: 14px;
	font: bold 14px/1.5 Arial, Verdana, Tahoma, sans-serif;
	padding-bottom: 0;
}
.page-SelectAPharmacySuccess .form p {
	border-top: 1px solid;
	padding: 7px 2px 5px 2px;
}
.page-SelectAPharmacySuccess .form fieldset label {
	width: 170px;
}
/*Calendar fieldset*/
.page-SelectAPharmacySuccess .form .date {
	position: relative;
	overflow: visible;
}
.page-SelectAPharmacySuccess .form .date input { 
	width: 84px;
	float: left;
} 
.page-SelectAPharmacySuccess .form fieldset.form-button {
	padding: 30px 0 6px 0;
}
.page-SelectAPharmacySuccess .form fieldset.form-button label {
	padding: 12px 0 6px 2px;
}
.page-SelectAPharmacySuccess a.fullAlt {
	float: left !important;
}
/*------------------ End Page SelectPharmacy, SelectAPharmacySuccess ------------------*/

/*------------------ Agent Pages e.g. OrderProcess ... OrderCart------------------*/
.column.agent { 
	width: 940px;
	position: relative;
}
.page-OrderProcess .form.agentTop { 
	padding: 20px 240px 15px 240px;
	margin-bottom: 10px; 
}
.page-OrderCart .notice,
.page-OrderCart .description,
.page-OrderProcess .description {
	padding: 0 240px 20px 240px; 
}
.page-OrderCart .notice p.bold {
	font-weight: bold;
}
.page-OrderCart .notice p {
	color: #666;
}
.page-OrderCart .description h5,
.page-OrderProcess .description h5 {
	line-height: 14px;
	font: bold 14px/1.5 Arial, Verdana, Tahoma, sans-serif;
	color: #666;
}
.page-OrderCart .description h5 span {
	color: #333;
}
.page-OrderProcess .form.agentTop fieldset p {
	float: left;
	width: auto;
}
.page-OrderProcess .form.agentTop fieldset p.discount {
	float: right;
}
.page-OrderProcess .form.agentTop .pharmCode {
	width: 210px;
}
.page-OrderProcess .form.agentTop .pharmCode input {
	width: 94px;
}
.page-OrderProcess .form.agentTop .quantity input {
	width: 40px;
}
.page-OrderProcess .form.agentTop .discount input {
	width: 31px;
}
.page-OrderProcess .form.agentTop fieldset p input {
	margin-left: 6px;
}
/*-- Vaccines Cart --*/
.page-VaccinesCart .form.deliveryForm,
.page-VaccinesCart .form.orderForm {
	margin-bottom: 10px;
}
.page-VaccinesOrderHistory table.table {
	margin-top: 10px;
}
.page-VaccinesOrderHistory .form fieldset p {
	padding-bottom: 10px;
}
.page-VaccinesOrderHistory .form fieldset.description {
	border: none;
}
.page-VaccinesOrderHistory h3 {
	font-size: 18px;
	padding: 5px 0;
}
.page-VaccinesOrderResponse ul.sub-menu,
.page-VaccinesCart ul.sub-menu {
	height: 5px;
}

.page-VaccinesRegister .description,
.page-VaccinesRegister .form,
.page-VaccinesOrderResponse .description,
.page-VaccinesOrderResponse .declined,
.page-VaccinesOrderResponse .form,
.page-VaccinesCart .form
{
	padding: 20px 240px;
}
.page-VaccinesCart .description,
 {
	padding: 20px 0px;
}
.page-VaccinesCart .description {
	/*padding-left: 0;*/
}
.page-VaccinesRegister h3,
.page-VaccinesOrderResponse h3,
.page-VaccinesCart .form h3 {
	padding-bottom: 10px;
}
.page-VaccinesRegister .form select,
.page-VaccinesRegister .form input,
.page-VaccinesCart .form input,
.page-VaccinesCart .form select,
.page-VaccinesCart .form textarea {
	float: right;
}
.page-VaccinesRegister .checkboxes input,
.page-VaccinesCart .form label {
	width: auto;
	float: left;
}
.page-VaccinesRegister .form {
	margin-top: 20px;
}
.page-VaccinesRegister .form fieldset.form-button .buttonBlock,
.page-VaccinesRegister .form fieldset.date .dateBlock,
.page-VaccinesCart .form fieldset.date .dateBlock {
	width: 260px;
	float: right;	
}
.page-VaccinesCart .form fieldset.date {
	position: relative;
	overflow: visible;
	border-bottom: 1px solid;
}
.page-VaccinesOrderHistory .form fieldset.date input,
.page-VaccinesRegister .form fieldset.date input,
.page-VaccinesCart .form fieldset.date input { 
	width: 84px;
	float: left;
}
.page-VaccinesRegister .form fieldset.date p.helper a {
	margin-left: 15px;
}
.page-VaccinesCart .form.deliveryForm fieldset.info {
	border-top: 1px solid;
	padding-top: 8px;
}
.page-VaccinesCart .form.deliveryForm fieldset.address {
	border: none;
}
.page-VaccinesRegister .form fieldset.instructions label,
.page-VaccinesCart .form.deliveryForm fieldset.address label {
	\width: 200px;
	w\idth: 220px;
	float: left;
}
.page-VaccinesCart .form.deliveryForm fieldset.address input {
	width: 13px;
	height: 13px;
	margin-right: 4px;
	float: left;
}
.page-VaccinesCart .form.deliveryForm fieldset.address span {	
	float: left;
	display:block;
}
.page-VaccinesRegister .form fieldset.address {
	padding-top: 0;
	border: none;
}
.page-VaccinesRegister .form fieldset.instructions label,
.page-VaccinesCart .form.deliveryForm fieldset label {
	padding-bottom: 10px;
}
.page-VaccinesRegister .form fieldset.instructions textarea {
	width: 99%
}
.page-VaccinesCart .form.deliveryForm textarea {
	width: 99%;
	height: 70px;
}
.page-VaccinesOrderResponse .form.agentBottom fieldset {
	padding: 0;
}
.page-VaccinesCart .form.agentBottom fieldset {
	padding: 0 0 20px 0;
}
.page-VaccinesOrderHistory .col-left {
	width: 700px;
	padding: 0 120px;
}
.page-VaccinesOrderHistory .form {
	padding: 10px 120px;
}
.page-Section29Cart fieldset.address
{
    border:none;
}
.page-Section29Cart fieldset.address label {
	\width: 200px;
	w\idth: 220px;
	float: left;
}
.page-Section29Cart fieldset.address input {
	width: 13px;
	height: 13px;
	margin-right: 4px;
	float: left;
}
.page-Section29Cart fieldset.address span {	
	float: left;
	display:block;
}
/*------------------ End Agent Pages ------------------*/

/*------------------ Page OrderCartSuccess ------------------*/
.page-OrderCartSuccess .col-left {
	width: 460px;
	padding: 20px 240px 15px 240px;
	margin-bottom: 10px; 
}
.page-OrderCartSuccess fieldset.form-button-p { 
	padding: 16px 10px 26px; 
	border: none; 
	width: auto; 
}
.page-OrderCartSuccess .table th.last_col {
	padding-right: 10px;
}
.page-OrderCartSuccess fieldset.form-button-p  a { 
	float: right; 
}
.page-OrderCartSuccess fieldset.form-button-p  p { 
	float: left;
	padding-top: 8px;
}
.page-OrderCartSuccess fieldset.form-button-p .back { 
	/*margin: 10px 35px 0 0;*/
	margin: 10px 29px 0 0;
}
.page-OrderCartSuccess h3 {
	margin-bottom: 15px;
}
.page-OrderCartSuccess h4 {
	margin-bottom: 15px;
}
.page-OrderCartSuccess p {
	margin-bottom: 15px;
	line-height: 18px;
}
/*------------------ End Page OrderResponse ------------------*/

/*------------------ Page ManageUsers ------------------*/
.page-ManageUsers .col-left { 
	width: 700px; 
	position: relative; 
}
.page-ManageUsers .col-right { 
	width: 220px; 
	margin-top: -47px; 
}
.page-ManageUsers p.description { 
	margin-bottom: 10px;
}
.page-ManageUsers .form.accountForm,
.page-ManageUsers .form.emailForm,
.page-ManageUsers .form.userAccountsForm { 
	padding: 25px 122px 0;
	margin: 10px 0 0 0;
}
.page-ManageUsers .form.accountForm {
	padding-bottom: 25px;
}
.page-ManageUsers .form.userAccountsForm {
	padding-bottom: 0;
}
.page-ManageUsers .form.emailForm.continue,
.page-ManageUsers .form.userAccountsForm.continue {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 25px;
}
.page-ManageUsers .form.emailForm fieldset {
}
.page-ManageUsers .form.accountForm { 
	margin-top: 10px;
}
.page-ManageUsers .form.accountForm fieldset.last,
.page-ManageUsers .form.emailForm fieldset.last,
.page-ManageUsers .form.userAccountsForm fieldset.last { 
	border-bottom: 1px solid;
}
.page-ManageUsers .form.accountForm fieldset .table-button,
.page-ManageUsers .form.emailForm fieldset .table-button,
.page-ManageUsers .form.userAccountsForm fieldset .table-button,
.page-ManageUsers .form.accountForm fieldset .twoButtons,
.page-ManageUsers .form.emailForm fieldset .twoButtons,
.page-ManageUsers .form.userAccountsForm fieldset .twoButtons { 
	float: right;
}
.page-ManageUsers .form.accountForm fieldset .twoButtons .table-button.edit,
.page-ManageUsers .form.emailForm fieldset .twoButtons .table-button.edit,
.page-ManageUsers .form.userAccountsForm fieldset .twoButtons .table-button.edit { 
	float: left;
}
.page-ManageUsers .form.accountForm fieldset .twoButtons .table-button.del,
.page-ManageUsers .form.emailForm fieldset .twoButtons .table-button.del,
.page-ManageUsers .form.userAccountsForm fieldset .twoButtons .table-button.del { 
	margin-left: 20px;
}

.page-ManageUsers .form.addNewUserForm { 
	padding: 20px 122px 0 122px;
}
.page-ManageUsers .form.addNewUserForm fieldset.form-button {
	padding: 20px 0;
}
.page-ManageUsers .form.addNewUserForm .form-button {
	margin-right: 20px;
}
.page-ManageUsers .form.addNewUserForm fieldset input { 
	width: 275px;
	float: right;
}
.page-ManageUsers .form.addNewUserForm .authorisedType {
	width: 281px;
	float: right;
	display: block;
}
.page-ManageUsers .form.addNewUserForm .authorisedType input {
	width: 13px;
	height: 13px;
	float: left;
	padding-left: 0;
	margin-right: 4px;
}
.page-ManageUsers .form.accountForm fildset label,
.page-ManageUsers .form.editUsersForm fildset label { 
	width: 172px;
}
.page-ManageUsers .form.addNewUserForm .authorisedType label { 
	width: 70px;
	padding-right: 64px;
}
.page-ManageUsers .addNewUserForm.AccountEadd {
	padding-top: 0 !important;
	
}
.page-ManageUsers ..addNewUserForm.AccountEadd .b-top-none {
	border-top: none !important;
}
/*------------------ End Page ManageUsers ------------------*/

/*------------------ Page ModifyUsers ------------------*/
.page-ModifyUsers .col-left { 
	width: 700px; 
	position: relative; 
}
.page-ModifyUsers .col-right { 
	width: 220px; 
	margin-top: -57px; 
}
.page-ModifyUsers p.description { 
	margin-bottom: 10px;
}
.page-ModifyUsers .form.accountForm,
.page-ModifyUsers .form.userAccountsForm { 
	padding: 25px 122px 20px;
	margin: 10px 0 0 0;
}
.page-ModifyUsers .form.accountForm fieldset input {
	float: right;
}
.page-ModifyUsers .form.userAccountsForm {
	padding-bottom: 0;
}
.page-ModifyUsers .form.userAccountsForm.continue {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 20px;
}
.page-ModifyUsers .form.accountForm { 
	margin-top: 10px;
}
.page-ModifyUsers .form.accountForm fieldset.last,
.page-ModifyUsers .form.userAccountsForm fieldset.last { 
	border-bottom: 1px solid;
}
.page-ModifyUsers .form.accountForm fieldset .table-button,
.page-ModifyUsers .form.userAccountsForm fieldset .table-button,
.page-ModifyUsers .form.accountForm fieldset .twoButtons,
.page-ModifyUsers .form.userAccountsForm fieldset .twoButtons { 
	float: right;
}
.page-ModifyUsers .form.accountForm fieldset .twoButtons .table-button.edit,
.page-ModifyUsers .form.userAccountsForm fieldset .twoButtons .table-button.edit { 
	float: left;
}
.page-ModifyUsers .form.accountForm fieldset .twoButtons .table-button.del,
.page-ModifyUsers .form.userAccountsForm fieldset .twoButtons .table-button.del { 
	margin-left: 20px;
}

.page-ModifyUsers .form.addNewUserForm { 
	padding: 20px 122px 0 122px;
}
.page-ModifyUsers .form.addNewUserForm fieldset.form-button {
	padding: 20px 0;
}
.page-ModifyUsers .form.addNewUserForm .form-button {
	margin-right: 20px;
}
.page-ModifyUsers .form.addNewUserForm fieldset input { 
	width: 275px;
	float: right;
}
.page-ModifyUsers .form.addNewUserForm .authorisedType {
	width: 281px;
	float: right;
	display: block;
}
.page-ModifyUsers .form.addNewUserForm .authorisedType input { 
	width: 13px;
	height: 13px;
	float: left;
	padding-left: 0;
	margin-right: 4px;
}
.page-ModifyUsers .form.accountForm fildset label,
.page-ModifyUsers .form.editUsersForm fildset label { 
	width: 172px;
}
.page-ModifyUsers .form.addNewUserForm .authorisedType label { 
	width: 70px;
	padding-right: 64px;
}
.page-ModifyUsers .AccountEadd {
	padding-top: 0 !important;
	
}
.page-ModifyUsers .AccountEadd .b-top-none {
	border-top: none !important;
}
/*------------------ End Page ModifyUsers ------------------*/

/*------------- FullAlt Back button ---------------*/
.page-OrderCartSuccess a.fullAlt,
.form fieldset.form-button-p label a.fullAlt,
.form.agentBottom fieldset.form-button-p label a.fullAlt,
.page-SelectAPharmacySuccess a.fullAlt,
.page-OrderResponse a.fullAlt,
/*.page-OrderResponse*/ .declined a.fullAlt {	
	text-transform: none; 
	font-size: 12px;
}
/*------------- End FullAlt Back button ---------------*/

/*~~~~~~~~~~~~~~~~~~~NEW CALENDAR~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.jCalendar {
	border: 1px solid;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	padding: 3px 5px;
	text-align: center;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date*/
div.dp-popup {
	position: relative;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
/*	color: #aaa;*/
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/*~~~~~~~~~~~~~~~~~~~END NEW CALENDAR~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1.quick-search-order { 
	width: 220px; 
	height: 42px; 
	margin: 0;
	text-indent:-9999px;
}

p.bottom { 
	margin: 30px 0 10px; 
	overflow: hidden;
	text-align: left;
}

.clearer {
	clear: both !important;
	line-height: 0 !important;
	height: 0 !important;
}

/*~~~~~~~~~~~~~~~~~~~post 23 March 2009 Overwritting Fixes~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nform fieldset .form-block .form-inputs .text {
	font-size: 12px;
	color: #666;
	height: 17px;
	padding: 1px 0 0 3px;
	border: 1px solid #999;
}
.dotted-b {
	line-height: 120%;
}
input, textarea {
	font-family: Arial;
	font-size: 12px;
}
.page-ClassifiedsModify .form fieldset.noticeType label .radioButton input, .page-ClassifiedsCreateAd .form fieldset.noticeType label .radioButton input {
	border: none;
}
.page-ManageUsers .form.userAccountsForm fieldset .twoButtons {
	width: 118px;
}
.dosesCol
{
    width:90px;
    font-size:11px !important;
}
h5.heading 
{
	font-size: 15px;
	color: #666;
}
.enterComp {
	position: relative;
	padding-top: 50px;
}
.enterComp fieldset label.code {
	width: 176px !important;
}
.enterComp fieldset label.code input {
	width: 176px !important;
}
.enterComp fieldset label.amount {
	float: none !important;
	width: 176px !important;
}
.enterComp fieldset label.amount input {
	width: 176px !important;
}
.quick-search a.enterCompSubmit {
	background: url('../Images/enterCompSubmit.jpg') no-repeat !important;
}
.quick-search a.enterCompSubmit:hover {
	background-position: 0 -45px !important;
}
.quick-search span.enterCompThanks {
	display: block;
}


/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#ccc;
	padding:0px;
	display:none;
	color:#fff;
	}

/*  */

div.popupMessage
{
    width:300px;
    border:solid 2px #999999;
    position:fixed;
    background:#FFFFFF;
    padding:20px;
    top:20px;
    display:none;
}
div.popupMessage p
{
    text-align:center;
}
div.description
{
    padding-bottom:15px;
}
div.column-two-right div.pharmacupdate h4
{
    color:#A4A090;
    font-weight:normal;
    font-size:12px;
}
div.column-two-right div.pharmacupdate p
{
    color:#666;
}
div.column-two-right div.pharmacupdate
{
    margin-bottom:20px;
}
div.column-two-right div.pharmacupdate a
{
    margin-top:6px;
}
.findPharmacode
{
    font-size:11px;
    float:left;
}
.findPharmacode:hover
{
    text-decoration:underline;
}
/***********Message Board***********/
.messageBoardEntry
{
    border-bottom:solid 1px #CCC;
    padding:5px 0;
}
.messageBoardEntry .question
{
    font-size:14px;
    font-weight:bold;
    display:block;
}
.messageBoardEntry .answer
{
    display:none;
}
.messageBoardEntry .answer p
{
    margin-bottom:10px;
}
.messageBoardCategories a
{
    display:block;
    border-bottom:solid 1px #CCC;
    padding:3px;
}
.messageBoardQuestionLink
{
    font-size:12px;
    font-weight:bold;
    margin-top:20px;
    display:inline-block;
    text-decoration:underline !important;
    color:#666 !important;
}
.messageBoardQuestionLink:hover
{
    color:#333 !important;
}
.homePharmacyNews 
{
    margin-top:10px;
}
.homePharmacyNews .item
{
    border-bottom:solid 1px #CCC;
    padding:8px 0;
}
.homePharmacyNews h3 a
{
    font-size:14px;
    font-weight:normal;
}
.homePharmacyNews .form-button
{
    margin-top:5px;
}
.pharmacyNewsList h3 a
{
    color:inherit;
}
.pharmacyNewsDetail p
{
    margin-bottom:10px;
}
.paging
{
    margin:10px 0;
    border-left:solid 1px #CCC;
}
.paging a, .paging span
{
    font-size:14px;
    padding:8px 6px;
    float:left;
    border-right:solid 1px #CCC;
}
.paging span
{
    color:#888;
}
.paging a:hover, .paging a.active
{
    text-decoration:underline;
}