﻿/* abbott.css */
/*Abbott Nutrition */
/* code created by Huntsworth Health for Abbott */
/*-- General -----------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding:0;
	font-size: 83%;
}

h1, h2, h3, h4, h5, h6, div { margin: 0px; padding: 0px;}
img {border-style: none;}

/*-- General position --*/
.left { text-align:left;}
.right { text-align:right;}
.leftblock {float:left;}
.rightblock {float:right;}
.rightblock .center {text-align:center;}

/*-- General lines --*/
div.line hr, div.linedash hr { /* take out the troublemaking HR */display:none; }
div.line { /*  DIV that wraps and replaces the HR */ background: #000  no-repeat center center;  height: 1px; margin: 5px 0px 5px 0px;}
div.linedash { /*  DIV that wraps and replaces the HR */ border-top:1px dashed #999; height: 1px; margin: 5px 0px 5px 0px;}

.errormsg {color:red;}
.clear {clear:both;}

a {outline:none; }
a:focus, a:link:focus, object:focus, li:focus, span:focus { outline: none; } /*remove dotted outlines from links and flash objects when clicked on in FF*/

td a[disabled], td a[disabled]:hover { /* selected state for table paging */ color:#999; text-decoration:none;}

B, STRONG {color: #6699CC;}

object {z-index:1;}


/*-- Wrapper -------------------------------------*/

#wrapper {
	margin:0px;
	padding:0px;
	width:970px;
	text-align:left;
	border-right:1px solid #f90;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

/*-- Header ------------------------------------*/

#header {
	margin:19px 0 0 0;
	padding:0px;
	background-image:url(../../gfx/heroic-a-orange01.gif);
	background-repeat:no-repeat;
	width:100%;
	height:115px;
}

#header a.home-link, #header a.home-link:link, #header a.home-link:visited, #header a.home-link:hover {
	position:absolute;
	display:block;
	top:20px;
	left:0;
	width:145px;
	height:115px;
	text-decoration:none;
}

#header .rightblock {
	position:relative;
	height:95px;
	width:794px;
	background-image:url(../../gfx/abbott-logo-orange01.gif);
	background-repeat:no-repeat;
	background-position:629px 0px;
	border-bottom:20px solid #f90;
}

#header h1 {
	background-image:url(../../gfx/abbott-nutrition-orange01.gif);
	background-repeat:no-repeat;
	height:35px;
}

#header h1 img {
	display:block;
	width:342px;
	height:35px;
}

.header-link {
	position:absolute;
	left:630px;
	top:0;
	width:129px;
	height:36px;
}

.header-link img {
	display:block;
	width:129px;
	height:36px;
	border:none;
}

#topnav {
	float:right;
	margin:38px 36px 0 0;
	_margin:38px 18px 0 0;
	color:#999;
	font-size:0.8em;
}

#topnav a, #topnav a:link, #topnav a:visited {
	color:#999;
	text-decoration:none;
	font-weight:bold;
	margin:0px 2px 0px 2px;
	display:inline-block;
}

#topnav a:hover {
	text-decoration:underline;
}

a.print {
	padding:1px 0px 1px 22px;
	background-image:url(../../gfx/printer.gif);
	background-repeat:no-repeat;
	background-position:left 0;
}

a.rss {
	color:#e45825!important;
	padding:1px 0px 1px 15px;
	background-image:url(../../gfx/rss-icon.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
}

/*-- innerwrap ---------------------*/

#innerwrap {
	position:relative;
	margin:0px;
	padding:0px 0px 0px 8px;
	width:962px;
	font-size:1em;
	background-image:url(/gfx/circles-right.jpg);
	background-position:right 0;
	background-repeat:repeat-y;
	border-bottom:1px solid #f90;
}


#master-leftcol {
	float:left;
	width:145px;
	margin:19px 0 0 0;
	padding:0;
}

#master-leftcol div.line {
	background-color:#999;
	width:137px;
}

#search {
	width:137px;
	padding:0 0 19px 0;
	margin:0;
	height:17px;
}

#search-pos {
	position:absolute;
	top:155px;
	left:10px;
}

#search-pos input {
	width:96px;
	width:93px;
	border:1px solid #999;
	padding-left:2px;
	color:#9c9c9c;
	font-size:0.8em;
}

#search-pos input.button, #search-pos input.button_hover {
	color:#fff!important;
	background-color:#999;
	margin:0 0 0 3px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	width:27px;
	background-image:none;
	border:1px solid #999!important;
}

#menu {
	margin:10px 0 0 -8px;
	_margin:-10px 0 0 -8px;
	padding:0 0 5px 0;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	height:auto;
	min-height:10px;
	_height:10px;
	list-style:none;
	list-style-position:outside;
	font-size:0.9em;
	position:relative;
}

#menu li a, #menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	margin:0 0 3px 0;
	padding:0 0 0 18px;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu li ul {
	margin:0 0 0 -2px;
	padding:0;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	color:#0066cc;
}

.selected { 
	background-image:url(/gfx/selected.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	text-decoration:underline!important;
}

.leftlinks {
	margin:19px 0 0 0;
	font-size:0.8em;
}

.leftlinks a, .leftlinks a:link, .leftlinks a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.leftlinks a:hover {
	text-decoration:underline;
}

.leftlinks a.rss {
	display:block;
	margin:0 0 19px 0;
}

.leftlinks br { /* remove unwanted br tag is automatically added on showlogin.aspx */
				/* after the left hand login button */
	display:none;
}

/* external link confirm popup -----*/

#jsconfirm {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1000px;
	z-index: 100;
}

#jsconfirm table {
	background-color: #fff;
	border: 5px solid #999;
	height: 150px;
	width: 300px;
}

#jsconfirmtitle {
	background-color: #999;
	font-weight: bold;
	height: 20px;
	text-align: center;
	color:#fff;
}

#jsconfirmcontent p {
	font-size:0.9em;
	margin:5px;
	color:#000;
}

#jsconfirmbuttons {
	height: 50px;
	text-align: center;
}

#jsconfirmbuttons input {
	background-color: #E9E9CF;
	color: #000000;
	font-weight: bold;
	width: 125px;
	height: 33px;
	padding-left: 20px;
	border:none;
	cursor:pointer;
}

#jsconfirmleft{
	background-image: url(/gfx/el-ok.gif);
}

#jsconfirmright{
	background-image: url(/gfx/el-cancel.gif);
}

td.normaltext input.button{
	color:#666666;
	border:1px solid #ffcc00;
	text-align:center;
	margin:0;
	padding:2px 8px 3px 8px;
	background-image:url(/gfx/login-bg.gif);
	background-repeat:repeat-x;
	background-color:#fc0;
}

td.normaltext input.button:hover, td.normaltext input.button_hover {
	color:#666666;
	border:1px solid #ffcc00;
	color:#666666;
	text-align:center;
	margin:0;
	padding:2px 8px 3px 8px;
	text-decoration:underline!important;
	background-image:url(/gfx/login-bg2.gif);
	background-repeat:repeat-x;
	background-color:#ffe168;
}

.login-button {
	margin:0;
	padding:0;
}

.login-button a, .login-button a:link, .login-button a:visited, .logout-button a, .logout-button a:link, .logout-button a:visited {
	display:block;
	color:#666666;
	border:1px solid #ffcc00;
	text-align:center;
	margin:0 0 19px 0;
	padding:2px 0px 2px 0px;
	width:136px;
	background-image:url(/gfx/login-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fc0;
}


a.global {
	display:block;
	margin:25px 0 0 0;
	padding:1px 0 20px 28px;
	background-image:url(/gfx/globe.gif);
	background-position:left -1px;
	background-repeat:no-repeat;
}

a.contact {
	display:block;
	margin:10px 0 0 0;
	padding:1px 0 17px 28px;
	background-image:url(/gfx/contact.gif);
	background-position:left 0;
	background-repeat:no-repeat;
}

a.print2 {
	display:block;
	margin:10px 0 0 0;
	padding:7px 0 8px 28px;
	background-image:url(/gfx/print-icon-2.gif);
	background-position:left 0;
	background-repeat:no-repeat;
}

#master-rightcol {
	float:right;
	width:566px;
	margin:19px 228px 0 0;
	_margin:19px 114px 0 0;
	padding:0;
	overflow:visible;
}

#master-rightcol ul {
	margin:0;
	padding:0;
}

#master-rightcol ul li {
	position:relative;
	margin:0 0 10px 0;
	padding: 0px 0px 0px 15px;
	list-style:none;
	background-image:url(/gfx/crumb-divider.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#master-rightcol li ol {
	margin:10px 0 10px 20px;
	margin:10px 0 10px 22px;
	padding:0;
}

#master-rightcol ol li {
	list-style:decimal;
	background-image:none;
	padding:0;

}

#breadnav {
	color:#999;
	margin:0 0 19px 0;
	font-weight:bold;
	font-size:0.9em;
}

#breadnav img {
	vertical-align:middle;
}

#breadnav a, #breadnav a:link, #breadnav a:visited {
	color:#999;
	text-decoration:none;
	margin:0 2px 0 2px;
	font-weight:bold;
}
#breadnav a:hover {
	text-decoration:underline;
}

/*-- main content ---------*/

h2 {
	font-weight:normal;
	font-size:1.8em;
	margin:0 0 15px 0;
	padding:0;
}

/* h3 {
	font-weight:normal;
	font-size:1.3em;
	margin:0 0 19px 0;
} */

h3 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 15px 0;
	padding:0;
}

h3.product {
	font-size:138%;
}

h4 {
	font-size:0.8em;
	margin:0 0 15px 0;
	padding:0;
	color:#ffcc00;
}

#master-rightcol p {
	margin:0 0 20px 0;
	padding:0;
}


/* home page -----------*/

.twoCol {
	position:relative;
	margin:0;
	padding:0;
	width:566px;
	height:auto;
	min-height:50px;
	_height:50px;
	border-bottom:1px solid #fff0b5;
}

.twoCol2 {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
	width:566px;
	height:auto;
	min-height:50px;
	_height:50px;
}

.twoCol3 {
	position:relative;
	margin:0;
	padding:0;
	width:566px;
	height:auto;
	min-height:224px;
	_height:224px;
}

.twoCol-left {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:240px;
}

.twoCol-left p {
	margin:0 0 15px 0!important;
	padding:0;
}

.twoCol-left2 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:180px;
}

.twoCol-left3 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:310px;
}

.twoCol-left3 i, .twoCol-left4 i {
	font-style:normal;
	margin:0 0 10px 0!important;
}

.twoCol-left4 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:302px;
}

.twoCol-left4 ul li {
	margin:0 0 10px 0!important;
}




.twoCol-right {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:320px;
	height:222px;
	background-color:#76bae7;
}

.twoCol-right2 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:322px;
}

.twoCol-right3 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:250px;
}

.twoCol-right3 img {
	position:relative;
	margin:-20px 0 0 0;
}

.twoCol-right4 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:258px;
}

/* Patient Information header images */

.header-img {
	margin:10px 0;
	padding:0;
}

img.product-info {
	position:relative;
	margin:-20px 2px 0 0;
	padding:0 0 10px 10px;
}

/* product range table ---*/

.productTextStyle {color:#FFFFFF; font-weight:bold; }
table.productBox { 
	width:100px; 
	/* border-right:1px solid #b5bd9f; */
	/* border-bottom:1px solid #b5bd9f; */
	border:1px solid #fff;
}

.productBox:hover {
	border:1px solid #ccc;
}

.productBoxTop {
	text-align:left;
	color:#000;
	font-size:0.8em;
	font-weight:normal;
	padding:0px 0px 0px 4px;
	margin:0px;
	height:43px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.productBoxTop a, .productBoxTop a:link, .productBoxTop a:hover {
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.productBoxBottom {
	height:25px;
}


/*-- footer -------------*/

#footer {
	text-align:center;
	color:#999;
	font-weight:bold;
	margin:18px 0 10px 176px;
	padding:0;
	width:566px;
	font-size:0.8em;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
	margin:0 2px 0 2px;
	padding:0 ;
}

#footer a:hover {
	text-decoration:underline;
}

a, a:link, a:visited, a:active 
{
	color:#0066CC;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

a:hover 
{
	text-decoration: underline;
	cursor:pointer;
}

.content {
	padding: 20px;
	color: #666666;
}

.level0out {
	padding-left:7px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.level0out a, .level0out a:link, .level0out a:visited, .level0out a:active {
	color: #999999;
}


.level0in {
	padding-left:7px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}


.level1 {
	padding-left:15px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.level2 {
	padding-left:30px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.bar_text {
	text-indent: 0px;
}

.sidebar {
	padding-left:10px;
}

.bgwhite {
	background-color:#FFFFFF;
}

.white {
	color: #FFFFFF;
}

.widgetbar {
	font-size: 83%;
	color: #000000;
	padding-right: 20px;
	padding-left: 10px;
}
.widgetTop {
	background-image: url(/gfx/widget_top.gif);
	background-repeat:no-repeat;
	height: 35px;
	text-align:center;
	color:#0066CC;
	font-weight:bold;
	text-indent: -10px;
}
.widgetMiddle {
	background-image: url(/gfx/widget_middle.gif);
	background-repeat:repeat-y;
}
.widgetBottom {
	background-image: url(/gfx/widget_bottom.gif);
	background-repeat:no-repeat;
	height: 10px;
}
.widgetLogin {
	background-image: url(/gfx/login_button.gif);
	background-repeat:no-repeat;
	height: 20px;
	text-align:center;
	color:#0066CC;
	border:1px #0066CC solid;
	font-weight:bold;
}

.productWidth {
	width:566px;
}

.footer {
	font-size:90%;
	color: #999999;
}

.footer a:link, .footer a:visited, .footer a:active  {
	color: #999999;
}

.menu, .menuHover {
	background-image: url(/gfx/menu_grey.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 76%;
	text-align:center;
	width: 100px;
	height: 23px;
	cursor:pointer;
}

.subMenu {
	font-size: 76%;
	text-align:center;
	background-color: #CCCCCC;
	color: #999999;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	cursor:pointer;
}

.subMenuNew {
	font-size: 120%;
	color: #0066cc;
	font-weight:bold;
}

.subMenuHover
{
	font-size: 76%;
	text-align:center;
	background-color: #CCCCCC;
	color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	cursor:pointer;
}

#divQuestions, #divFaq {
	padding:10px 0 0 0;
}

#divQuestions li {
	margin:0!important;
}


table.order-codes {
	margin:15px 0 0 0;
	padding:0;
	width:566px;
}

.Tabletitle {
	margin:0;
	padding:0;
	vertical-align:top;
	font-weight:bold;
	color: #6699CC;
}

table.order-codes td {
	vertical-align:top;
	padding:0 0 15px 0;
}

.faqTable{
 width:566px;
}

.faqTable ul {
	margin:0;
	padding:0;
}

.faqTable td {
	vertical-align:top;
}

.webshoptable{
 width:566px;
}

.webshoptable ul {
	margin:0;
	padding:0;
}

.webshoptable td {
	vertical-align:top;
}

.wslogin-table
{
	color:#666666;
	border:1px solid #ffcc00;
	text-align:left;
	margin:0;
	padding:2px 2px 3px 2px;
	background-image:url(/gfx/login-bg.gif);
	background-repeat:repeat-x;
	background-color:#fc0;
	width:300px;
}

.wslogin-table td login register 
{
	width:150px;
	text-align:left;
}

.wslogin-inputbox {
	width:130px;
	padding:0px 0px 5px 0;
	margin:0;
	height:17px;
}

/*-- Web Shop Register --------------*/
#wc-register {}
#wc-register h3 {position:relative; display:block: height:50px; width:200px; margin:0px 0px 10px 0px; padding:0px; background:url(gfx/ws-register.gif) no-repeat -3px 0px; border:0;}
#wc-register h3 span {display:none;}


#wc-register small {font-size:0.8em;}

#wc-register .row { width:475px; margin:0; padding:0 0 10px 0;}
#wc-register .row small { display:block; width:300px;}
#wc-register .row label { display:block; float:left; width:130px; _width:120px; padding:0 10px 0 0;}
#wc-register .row .item { display:block; float:left; width:164px;}
#wc-register .row .item input { width:160px;}
#wc-register .row .error { float:right; width:170px;}
#wc-register .row .chk-bx { margin:0 8px 0 0; float:left;}
#wc-register .row .chk-txt { display:block; width:270px; float:left;}

#wc-register .right {width:300px;}

#wc-register .ws-submit input.button {display:inline-block; width:92px; height:32px; background:url(gfx/submit_bttn.gif) no-repeat 0px -2px #fff; border:0;}
#wc-register .ws-submit input.button_hover {display:inline-block; width:92px; height:32px; background:url(gfx/submit_bttn.gif) no-repeat 0px -34px #fff; border:0;}

#wc-register .ws-submit input.button {display:inline-block; width:92px; height:32px; background:url(gfx/submit_bttn.gif) no-repeat 0px -2px #fff; border:0;}
#wc-register .ws-submit input.button_hover {display:inline-block; width:92px; height:32px; background:url(gfx/submit_bttn.gif) no-repeat 0px -34px #fff; border:0;}

#wc-register .ws-clear input.button {display:inline-block; width:92px; height:32px; background:url(gfx/clear_bttn.gif) no-repeat 0px -34px #fff; border:0;}
#wc-register .ws-clear input.button_hover {display:inline-block; width:92px; height:32px; background:url(gfx/clear_bttn.gif) no-repeat 0px -2px #fff; border:0;}



#master-rightcol #wc-register li { padding:0; background-image:none;}

#wc-register p {width:400px;}



/*-- edit billing/delivery address --------*/

#edit-address {
	border-bottom:1px solid #efe5ef;
	padding:0 0 5px 0;
	margin:0 0 40px 0;
	width:auto;
}


#edit-address h4 {color:#000;}

#edit-address small {font-size:0.8em;}

#edit-address .row {
	width:520px;
	margin:0 0 5px 0;
	pa dding:5px 5px 0 5px;
	ba ckground:#f7f2f7;
	bo rder:1px solid #efe5ef;
}

#edit-address .row label {
	display:block;
	float:left;
	width:160px;
	padding:5px 10px 7px 5px;
	font-weight:bold;
	background:#fdf2e4;
	border:1px solid #e1caa1;
	border-right:none;
}

#edit-address .row .item {
	display:block;
	float:left;
	width:164px;
	padding:5px;
	background:#fdf2e4;
	border:1px solid #e1caa1;
	border-left:none;
}

#edit-address .row .item input {
	width:156px;
	border:1px solid #b27fb2;
	padding:0 2px;
}

#edit-address .row .error {
	float:right;
	width:145px;
	padding:6px 10px 6px 5px;
	color:red;
}

#edit-address .row .chk-bx {
	margin:0 8px 0 0;
	float:left;
}

#edit-address .row .chk-txt {
	display:block;
}


/*-- edit address -----*/

#address-edit {}
#address-edit #addresses { position:relative; padding:15px 0px 10px 0px; height:180px; }
#address-edit #buttons-wrap { position:absolute; bottom:0; border-bottom:0px solid #ddd; display:block; margin:0px 0px 0px 0px; }

#buttons-wrap .button, #address-edit #confirmation .button, #my-account .back .button, #my-account .update-wrap .button, #password-details .button { padding:0 4px 3px 4px;}

#address-edit .address {
	margin:0;
	padding:0;
	width:134px;
}

#address-edit .address .select table {
	background:url(/gfx/button-bg.gif) repeat-x 0 0 #fdba49;
	color:#525252;
	font-weight:bold;
	padding:1px 2px;
	width:130px;
	font-size:0.8em;
}

#address-edit .address .select input {
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

#address-edit .address .select label {vertical-align:middle;}

#address-edit .address .text {
	padding:6px;
}

#address-edit #confirmation {
	padding:15px 0;
	border-bottom:1px solid #e1caa1;
	margin:0 0 15px 0;
}

#address-edit #confirmation .confirmed {margin:0 0 0 15px;}

#view-address {
	border-bottom:1px solid #efe5ef;
	padding:0 0 5px 0;
	margin:0 0 40px 0;
}

#view-address h4 {
	font-size:1.2em;
	color:#000;
}

#view-address .row {
	width:310px;
	margin:0 0 5px 0;
	padding:5px 5px 0 5px;
	background:#fdf2e4;
	border:1px solid #e1caa1;
}


#view-address .row label {
	display:block;
	float:left;
	width:130px;
	padding:0 10px 0 0;
	font-weight:bold;
}

#view-address .row .item {
	display:block;
	float:left;
	width:164px;
} 

#my-details {
	border-bottom:1px solid #efe5ef;
	padding:0 0 5px 0;
	margin:0 0 40px 0;
}

#my-details .row {
	width:310px;
	margin:0 0 5px 0;
	padding:5px 5px 0 5px;
	background:#fdf2e4;
	border:1px solid #e1caa1;
}


#my-details .row label {
	display:block;
	float:left;
	width:130px;
	padding:0 10px 0 0;
	font-weight:bold;
}

#my-details .row .item {
	display:block;
	float:left;
	width:164px;
}

#my-account .update-wrap {padding:10px 0 10px 218px;}
#my-account #view-address .update-wrap { padding:10px 0; width:320px; text-align:right;}


.ws .buttons .btn {
	display:inline-block;
	border-bottom:1px solid #2d83da;
    border-top:1px solid #2d83da;
    margin:0 2px 0 0;
    padding:0;
	overflow:visible;
    width:57px;
}

.ws .buttons .button {
	border-top:none!important; 
	border-bottom:none!important; 
	border-left:1px solid #2d83da!important; 
	width:59px; 
	border-right:1px solid #2d83da!important; 
	color:#fff; 
	background-image:none;
	background:url(/gfx/shop-login-button-bg.gif) repeat-x 0 0 #4599f0; 
	margin:0 0 0 -1px; 
	font-size:0.8em; 
	font-weight:bold; 
	text-align:center; 
	padding:1px 0; 
	cursor:pointer; 
	_margin:-1px 0 -1px 0; 
	_width:61px;
}

.ws .buttons .button_hover, #world-pay .buttons .button:hover {
	border-top:none!important; 
	border-bottom:none!important; 
	border-left:1px solid #2d83da!important; 
	width:59px; 
	border-right:1px solid #2d83da!important; 
	color:#2d83da; 
	background-image:none; 
	background-color:#fff;
	margin:0 0 0 -1px; 
	font-size:0.8em; 
	font-weight:bold; 
	text-align:center; 
	padding:1px 0; 
	cursor:pointer; 
	_margin:-1px 0 -1px 0; 
	_width:61px;
}


/*--- My Account -------------------------------------*/
h3.my-account-title span, h3.my-account-settings span, h3.billing-address-title span, delivery-address-title span {display:none;}
h3.my-account-title {display:inline-block; height:25px; width:220px; background:url(gfx/ws-my-account.gif) no-repeat -4px 0 #fff;}
h3.my-account-settings {display:inline-block; height:25px; width:260px; background:url(gfx/ws-account-settings.gif) no-repeat -4px 0 #fff;}
h3.billing-address-title {display:inline-block; height:25px; width:260px; background:url(gfx/ws-billing-address.gif) no-repeat -4px 0 #fff;}
h3.delivery-address-title {display:inline-block; height:25px; width:260px; background:url(gfx/ws-delivery-address.gif) no-repeat 0px 0 #fff;}

.deliverypic {float:right; top:0; margin:0px 0px 0px 0px;}


#my-account .acc-row { padding:3px 5px; background:#fdf2e4; margin:0 0 10px 0; border:1px solid #e1caa1;}

#my-account .acc-row .item { border-bottom: 1px solid #2d83da; border-top: 1px solid #2d83da; margin:0 0 0 35px; overflow:visible; padding:0; width:112px;}

#my-account .acc-row .item a, #my-account .acc-row .item a:link, #my-account .acc-row .item:visited {
	display:block;
	border-left:1px solid #2d83da; 
	width:112px; 
	border-right:1px solid #2d83da; 
	color:#fff; 
	background:url(../../gfx/shop-login-button-bg.gif) repeat-x 0 0 #4599f0; 
	margin:0 0 0 -1px; 
	font-size:0.9em; 
	font-weight:bold; 
	text-align:center; 
	padding:1px 0; 
	_margin:-1px 0 -1px 0; 
	_width:114px;
}

#my-account .acc-row .item a:hover {
	border-left:1px solid #2d83da; 
	width:112px; 
	border-right:1px solid #2d83da; 
	color:#2d83da; 
	background-image:none; 
	background-color:#fff; 
	margin:0 0 0 -1px; 
	font-size:0.9em; 
	font-weight:bold; 
	text-align:center; 
	padding:1px 0; 
	_margin:-1px 0 -1px 0; 
	_width:114px;
	text-decoration:none;
}

#my-account #buttons-wrap {padding:10px 0;}

#my-account .button {
	color:#525252;
	border:1px solid #b37b13;
	font-weight:bold;
	margin:0;
	padding: 2px 4px 3px 4px;
	background-image:url(/gfx/button-bg.gif);
	background-repeat:repeat-x;
	background-color:#fdba49;
	font-size:0.9em;
	cursor:pointer;
}

#my-account .button:hover, #my-account .button_hover {
	background-color: #606;
	font-size:0.9em;
	border: 1px;
	border-color: #b37b13;
	border-style: solid;
	background-image:url(/gfx/button-bg2.gif);
	color: #fff;
	font-weight: bold;
	cursor:pointer;
}

#my-account .cancelbtn {
	border:0px;
	width:88px;
	height:22px;
	color:#525252;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-cancel-bck.gif) no-repeat 0 -21px #fff;
	cursor:pointer;
}

#my-account .cancelbtn:hover, #my-account .cancelbtn_hover {
	color:#525252;
	border:0;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-cancel-bck.gif) no-repeat 0 0 #fff;
	cursor:pointer;
}


#my-account .confirmbtn {
	border:0px;
	width:88px;
	height:22px;
	color:#525252;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-confirm-bck.gif) no-repeat 0 0px #fff;
	cursor:pointer;
}

#my-account .confirmbtn:hover, #my-account .confirmbtn_hover {
	color:#525252;
	border:0;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-confirm-bck.gif) no-repeat 0 -21px #fff;
	cursor:pointer;
}

#my-account .backbtn, #my-account .backbtn2  {
	border:0px;
	width:88px;
	height:31px;
	color:#525252;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-bck-bttn.gif) no-repeat 0 0px #fff;
	cursor:pointer;
}

#my-account .backbtn:hover, #my-account .backbtn_hover, #my-account .backbtn:hover2, #my-account .backbtn2_hover {
	color:#525252;
	border:0;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:url(/gfx/ws-bck-bttn.gif) no-repeat 0 -31px #fff;
	cursor:pointer;
}

#my-account .backbtn2 { background:url(/gfx/ws-bck-bttn.gif) no-repeat 0 -31px #fff;}
#my-account .backbtn2:hover, #my-account .backbtn2_hover { background:url(/gfx/ws-bck-bttn.gif) no-repeat 0 0px #fff;}




#my-account .addressbtn {
	position:relative;
	right:0;
	border:0px;
	width:161px;
	height:31px;
	color:#525252;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	background:url(/gfx/ws-addressbtn.gif) no-repeat 0 0px #fff;
	cursor:pointer;
}

#my-account .addressbtn:hover, #my-account .addressbtn_hover {
	color:#525252;
	border:0;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	background:url(/gfx/ws-addressbtn.gif) no-repeat 0 -30px #fff;
	cursor:pointer;
}


#my-details {
	border:0px;
	padding:0 0px 5px 0px;
	margin:0 0px 40px 0;
	width:518px;
}

#my-details .row {
	width:350px;
	margin:0 0 5px 0;
	padding:5px 5px 0 5px;
	background:#fdf2e4;
	border:1px solid #e1caa1;
}


#my-details .row label {
	display:block;
	float:left;
	width:130px;
	padding:0 10px 0 0;
	font-weight:bold;
}

#my-details .row .item {
	display:block;
	float:left;
	width:164px;
}

#password-details {
	background:#fdf2e4;
	border:1px solid #e1caa1;
	padding:10px;
	width:340px;
	margin:0 0 5px 0px;
}


#password-details h4 {
	font-size:1.2em;
	color:#000;
}

#password-details .button {
	margin:5px 0 0 0;
	width:160px;
}

#password-details small {
	display:block; 
	width:160px;
	font-size:0.8em;
}

#password-details strong {color:#000;}

#password-details p small {width:auto;}

#password-details .inputbox {
	width:156px;
	border:1px solid #e1caa1;
	padding:0 2px;
}

#edit-account {
	border-bottom:1px solid #efe5ef;
	padding:0 0 5px 0;
	margin:0 0 40px 0;
}

#edit-account small {font-size:0.8em;}

#edit-account .row {
	width:310px;
	margin:0 0 5px 0;
	padding:5px 5px 0 5px;
	background:#fdf2e4;
	border:1px solid #e1caa1;
}

#edit-account .row small {
	display:block;
	width:300px;
}

#edit-account .row label {
	display:block;
	float:left;
	width:130px;
	padding:0 10px 0 0;
	font-weight:bold;
}

#edit-account .row .item {
	display:block;
	float:left;
	width:164px;
}

#edit-account .row .item input {
	width:156px;
	border:1px solid #b27fb2;
	padding:0 2px;
}

#edit-account .row .item select {
	width:161px;
	border:1px solid #b27fb2;
	padding:0 0 0 2px;
}

#edit-account .row .error {
	float:right;
	width:5px;
}

#edit-account .row .chk-bx {
	margin:0 8px 0 0;
	float:left;
}

#edit-account .row .chk-txt {
	display:block;
	width:270px;
	float:left;
}

.pumplist ul {
	margin:0 0 20px 0;
}

.pumplist ul li {
	position:relative;
	margin:0 0 5px 0;
	padding: 0px 0px 0px 15px;
	list-style:none;
	background-image:url(/gfx/crumb-divider.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

.pumplist li ul, .pumplist li ol {
	margin:10px 0 10px -40px;
	margin:10px 0 10px 0;
}

.blueText{
	color:#0066CC;
}
.newsHomeTop {
	font-weight:bold;
	height:30px;
	vertical-align:top;
}

.newsHomeTop .white {
	color:#999;
}

.newsHomeMiddle {
	padding-right:10px;
	}
	
.newsHomeMiddle p {
	text-align:left;
}
	
.newsHomeBottom {
	height: 10px;
}

.waitDiv
{
    background-color: Gray;
    border: 1px solid black;
}

/*--- gridview icons ---*/


a.newsStr, a:link.newsStr, a:visited.newsStr  {
	padding:0px;
	/* background:url(/gfx/txt.gif) no-repeat 0px -2px ; */
}

a:hover.newsStr {
	padding:0px;
	/* background:url(/gfx/txt-2.gif) no-repeat 0px -2px ; */
}

a.email, a:link.email, a:visited.email  {
	padding:0px 5px 0px 22px;
	background:url(/gfx/email.gif) no-repeat 0px -2px ;
}

a:hover.email  {
	padding:0px 5px 0px 22px;
	background:url(/gfx/email-2.gif) no-repeat 0px -2px ;
}

a.delete, a:link.delete, a:visited.delete {
	padding:2px 5px 0px 20px;
	background:url(/gfx/delete-small.gif) no-repeat left 0 ;
}

a:hover.delete {
	padding:2px 5px 0px 20px;
	background:url(/gfx/delete-small-2.gif) no-repeat left 0 ;
}

a.edit, a:link.edit, a:visited.edit  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/edit_smll.gif) no-repeat 0px -2px ;
}

a:hover.edit  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/edit_smll-2.gif) no-repeat 0px -2px ;
}

a.preview, a:link.preview, a:visited.preview  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/preview-small.gif) no-repeat 0px -2px ;
}

a:hover.preview  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/preview-small-2.gif) no-repeat 0px -2px ;
}

a.moveup, a:link.moveup, a:visited.moveup  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/up.gif) no-repeat 0px 0px ;
}

a:hover.moveup  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/up-2.gif) no-repeat 0px 0px ;
}

a.movedown, a:link.movedown, a:visited.movedown  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/down.gif) no-repeat 0px 0px ;
}

a:hover.movedown  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/down-2.gif) no-repeat 0px 0px ;
}

a.add, a:link.add, a:visited.add  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/add-small.gif) no-repeat 0px -2px ;
}

a:hover.add  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/add-small-2.gif) no-repeat 0px -2px ;
}


/*-- inner wrap --*/

.innerwrap {
	position:relative;
	margin:0px;
	padding:0px;
	height:auto;
	min-height:450px;
	_height:450px;
}

.page-item-wrap {
	margin:10px 0px 10px 0px;
	padding:0px;
}



/*-- Newsletter edit --*/

.news-included {
	margin:0px 0px 40px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #EFF3FB;
	width:566px;
}

.news-created {
	margin:0px 0px 60px 0px;
	padding:0px;
}

.news-general {
	margin:0px 0px 20px 0px;
	padding:0px;
}

.info {
	margin:0px 0px 5px 0px;
	padding:0px;
}

.edit-back {
	clear:both;
	margin:0px;
	padding:0px;
}

.newsletter-preview {
	margin:0px;
	padding:0px;
}


.newsletter-preview p {
	clear:both;
	margin:8px 0px 5px 0px;
	padding:0px;
}

.newsletter-preview {
	font-size:medium;
	color:#000;
}

.newsletter-preview div a, div a.newsletter-preview, div a.newsletter-preview:link {
	clear:both;
	color:#4f7fbd; 
	font-weight:bold; 
	margin:0px; 
	padding:0px;
	text-decoration:underline;
}

.clearboth {
	clear:both;
	margin:0px 0px 10px 0px; 
	padding:0px;
}

.preview-button {
	margin:0; 
	padding:0;
}

.newsstorypreview {
	margin:30px 0px 10px 0px; 
	padding:0px;
	width:450px;
	color:#333;
}

.newsstorypreviewTitle {
	font-weight:bold;
	font-size:130%;
}

.newsstorypreviewImg {
	margin:0px; 
	padding:0px;
}

.storyNum {
	font-weight:bold;
	font-size:98%;
	color:#666666;
}

.news-image {
	margin:0px; 
	padding:0px;
	background:url(gfx/News/news-default.gif) no-repeat 0px 0px #6699FF;
}

/*-- table layout --------*/

.row {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
	width:300px;
}

.row1 {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
	width:220px;
} 

.row2 {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
} 

.label {
	float:left;
	padding:1px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	text-align:left;
}

.item {
	float:right;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-align:left;
}

.note {
	margin:10px 0px 0px 0px;
	padding:0;
	font-size:90%;
}

.newsbold {
	font-weight:bold;
}

.gridBorder {width: 566px!important;}

.admingridBorder {width: 562px!important; border:2px solid #EFF3FB;}

.admingridBorder  td {vertical-align:top;}

table {max-width: 566px!important;}

td {vertical-align:top;}

.gridHeader, .gridHeader a{
	background-color: #fc0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.gridItem a:hover, .gridItemAlt a:hover {text-decoration:underline;}

.gridItem, .gridItem a
{
	color: #333333;
	background-color: #fbf8eb;
}

.gridItemAlt, .gridItemAlt a
{
	color: #333333;
	background-color: #fae89e;
}

.admingridItem, .admingridItem a
{
	color: #333333;
	background-color: #fff;
}

.admingridItemAlt, .admingridItemAlt a
{
	color: #333333;
	background-color: #eff3fb;
}


/* search field buttons on User Admin page */
#Table1 td input { /* search field buttons on User Admin page */
	display:inline-block;
	margin: 5px 0;
}

/*edit and delete buttons in table on User Admin page */
#ctl00_ContentPlaceHolder1_grdUsers img {
	vertical-align:middle;
	display:block;
	padding:0;
	margin:0;
}

#ctl00_ContentPlaceHolder1_grdUsers img[alt="delete"] {
	margin:-10px 0 10px 0;
}

/* div containing tree view on Menu Admin page */
#ctl00_ContentPlaceHolder1_treeNodes_div { 
	margin:0 0 20px 0;
}

/*-- Recipe Bank ----------------------------------------------*/
.recipefilter {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.recipefilter input {
	border:1px solid #999;
	color:#000;
	background-color:#B1DF27;
}

.recipefilter select {
	border:1px solid #999;
	color:#000;
}

.recipefilter submit {
	border:#000;
	color:#000;
	background-color:#B1DF27;
}

.recipe_table {
	border:1px solid #DDD;
	background-color:#000;
}

.recipe_table tr {
	border:1px solid #DDD;
	color:#000000;
	background-color:#fff;
}

.recipe_table td a, .recipe_table td a:link {
	color:#f90;
	background-color:#fff;
}

.recipe_table td a:hover {
	color:#fff;
	background-color:#000;
}


/*---- admin > user admin ----------------*/

#Table2 td {
	padding:0 0 15px 0;
}

#Table1 {
	border:2px solid #999;
	width:566px;
}

#Table1 td {
	border:1px solid #999;
	padding:5px;
}

#Table1 table, #Table1 table td {
	border:none;
	margin:0;
}

#Table1 td .inputbox {
	width:90%;
	font-weight:bold;
}

.image-admin-table {
	padding:1px;
}

.image-admin-table td {
	width:180px;
}


.pump-feed {
	margin:0 0 0 20px;
}

a.news-title, a.news-title:link, a.news-title:hover {
	text-decoration:none;
	cursor:text;
	font-size:1.4em;
}

ul.paed li {
	margin:0;
}

/*-- error pages --*/

#error-wrap strong {
	color:#000;
}

#error-wrap a strong, #error-wrap a:link strong, #error-wrap a:visited strong {
	color:#69c;
}

/*--  Equipment --*/

#content {overflow:visible;}

#equip-menu-wrap {
	position:relative;
	border-bottom:1px solid #bbddf6;
	min-height:350px;
	_height:350px;
	padding:0;
	margin:0 0 20px 0;
}

#equip-menu-wrap .hint {
	color:#f90;
	padding:0 0 20px 0;
	font-weight:bold;
	font-size:0.8em;
}

#equipment-menu {
	position:absolute;
	bottom:0;
}

.jqDockLabel {top:-30px!important;}

#equipment-menu .label {
	display:block;
}

#equipment-menu .label em {display:none;}

#jqDock0, .jqDockWrap {width:566px!important;}

.jqDockMouse0, .jqDockMouse1 {margin-right:30px!important;}

.jqDockMouse0 .label {
	width:74px;
	height:19px;
	background:url(gfx/clearstar.gif) no-repeat 0 0;
}

.jqDockMouse1 .label {
	width:74px;
	height:29px;
	background:url(gfx/freego.gif) no-repeat 0 0;
}

.jqDockMouse2 .label {
	width:74px;
	height:18px;
	background:url(gfx/patrol.gif) no-repeat 0 0;
}
		
#equipment-menu a {
	display:inline-block;
}

h3.what-is-a-feeding-pump {
	display:block;
	width:226px;
	height:20px;
	background:url(gfx/what-is-a-feeding-pump.gif) no-repeat 0 0;
}

h3 span {display:none;}

.content-leftcol {
	float:left;
	width:275px;
	padding:0 16px 0 0;
}

.content-rightcol {
	float:right;
	width:275px;
}

#master-rightcol #content li {background:url(gfx/bullet-yellow.gif) no-repeat 0 4px;}


/*-- ClearStar ---------------------*/

h3.clearstar {
	display:block;
	width:139px;
	height:64px;
	background:url(gfx/clearstar-title.gif) no-repeat 0 0;
	padding:0 0 10px 0;
}

.product-info-wrap {
	width:621px;
	min-height:728px;
	_height:728px;
}

.product-info-left {
	float:left;
	width:197px;
	vertical-align:top;
	display:none;
}

#master-rightcol .product-info-left p.desc {margin-bottom:10px;}

.product-info-right {
	float:right;
	width:411px;
	vertical-align:top;
	display:none;
}

.product-info-right #main-pic {
	padding:0 0 28px 8px;
	height:444px;
}

.product-info-right #main-pic div {
	position:relative;
	display:block;
	width:403px;
	height:444px;
	overflow:hidden;
	
}

.product-info-right #main-pic a, .product-info-right #main-pic a:link, .product-info-right #main-pic a:visited {
	position:absolute;
	display:block;	
}

.product-info-right #main-pic #pic1 a {display:none;}

.product-info-right #main-pic a#clearstar-exp1 {left:90px; top:148px; width:40px; height:28px; background:url(gfx/clearstar-roll-1.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp1:hover, .product-info-right #main-pic a#clearstar-exp1.selected {background-position:0 -28px;}

.product-info-right #main-pic a#clearstar-exp2 {left:102px; top:96px; width:38px; height:29px; background:url(gfx/clearstar-roll-2.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp2:hover, .product-info-right #main-pic a#clearstar-exp2.selected {background-position:0 -29px;}

.product-info-right #main-pic a#clearstar-exp3 {left:152px; top:69px; width:30px; height:37px; background:url(gfx/clearstar-roll-3.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp3:hover, .product-info-right #main-pic a#clearstar-exp3.selected {background-position:0 -37px;}

.product-info-right #main-pic a#clearstar-exp4 {left:221px; top:67px; width:27px; height:41px; background:url(gfx/clearstar-roll-4.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp4:hover, .product-info-right #main-pic a#clearstar-exp4.selected {background-position:0 -41px;}

.product-info-right #main-pic a#clearstar-exp5 {left:280px; top:95px; width:38px; height:29px; background:url(gfx/clearstar-roll-5.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp5:hover, .product-info-right #main-pic a#clearstar-exp5.selected {background-position:0 -29px;}

.product-info-right #main-pic a#clearstar-exp6 {left:296px; top:136px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp6:hover, .product-info-right #main-pic a#clearstar-exp6.selected {background-position:0 -28px;}

.product-info-right #main-pic a#clearstar-exp7 {left:115px; top:148px; width:40px; height:28px; background:url(gfx/clearstar-roll-1.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp7:hover, .product-info-right #main-pic a#clearstar-exp7.selected {background-position:0 -28px;}

.product-info-right #main-pic a#clearstar-exp8 {left:171px; top:181px; width:38px; height:29px; background:url(gfx/clearstar-roll-5.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp8:hover, .product-info-right #main-pic a#clearstar-exp8.selected {background-position:0 -29px;}

.product-info-right #main-pic a#clearstar-exp9 {left:181px; top:226px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp9:hover, .product-info-right #main-pic a#clearstar-exp9.selected {background-position:0 -28px;}

.product-info-right #main-pic a#clearstar-exp10 {left:104px; top:224px; width:40px; height:28px; background:url(gfx/clearstar-roll-1.png) no-repeat 0 0;}
.product-info-right #main-pic a#clearstar-exp10:hover, .product-info-right #main-pic a#clearstar-exp10.selected {background-position:0 -28px;}

.product-info-left #explanation {
	margin:5px 0 0 0;
	display:none;
}

.product-info-left #explanation img {
	vertical-align:top;
}

.product-info-left #explanation img.top {
	vertical-align:bottom;
}

.exp-content {
	background:#fc0;
	padding:6px 14px;
	width:168px;
}

#master-rightcol .exp-content p {
	margin:0 0 16px 0;
}

.exp-content .title {
	font-weight:bold;
	display:block;
	padding:0 0 17px 0;
}

.product-info-right .extra {

}

.product-info-right .extra-left {
	float:left;
	width:85px;
	padding:4px 0 0 0;
	vertical-align:top;
	border-right:1px solid #dbdbdb;
}

.product-info-right .extra-left #thumbs {
	padding:29px 0 0 0;
}

.product-info-right .extra-left #thumbs a,.product-info-right .extra-left #thumbs a:link, .product-info-right .extra-left #thumbs:visited {
	display:block;
	margin:0 0 10px 0;
	padding:0 18px 0 0;
	width:39px;
	height:39px;
}

.product-info-right .extra-left #thumbs a img {
	border:2px solid #fc0;
}

.product-info-right .extra-left #thumbs a:hover {

}

.product-info-right .extra-left #thumbs a:hover img, .product-info-right .extra-left #thumbs a.selected img {
	border:2px solid #000;
}

.product-info-right .extra-left #thumbs a.selected {
	background:url(gfx/product-thumb-selected.gif) no-repeat right center;
}

.product-info-right .extra-right {
	float:right;
	width:295px;
	padding:4px 0 0 0;
	vertical-align:top;
}

.product-info-right .extra-right .title {
	display:block;
	padding:0 0 13px 0;
}

.product-info-right .extra-right .box {
	float:left;
	width:134px;
	padding:0 0 0 4px;
}

.product-info-right .extra-right .links {
	float:right;
	width:138px;
	font-size:0.8em;
	padding:9px 0 0 0;
}

.product-info-right .extra-right .links a, .product-info-right .extra-right .links a:link, .product-info-right .extra-right .links a:visited {
	display:block;
	color:#000;
	padding:0 0 0 40px;
	margin:0 0 19px 0;
	font-weight:normal;
}

.product-info-right .extra-right .links a.download {
	background:url(gfx/download-icon.gif) no-repeat 0 0;
}

.product-info-right .extra-right .links a.view {
	background:url(gfx/pdf-icon.jpg) no-repeat 0 0;
}


/*-- Patrol ---------------------*/

h3.patrol {
	display:block;
	width:176px;
	height:31px;
	background:url(gfx/patrol-title.gif) no-repeat 0 0;
	padding:0 0 10px 0;
}

.product-info-right #main-pic a#patrol-exp1 {left:88px; top:100px; width:27px; height:41px; background:url(gfx/clearstar-roll-4.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp1:hover, .product-info-right #main-pic a#patrol-exp1.selected {background-position:0 -41px;}

.product-info-right #main-pic a#patrol-exp2 {left:5px; top:249px; width:40px; height:28px; background:url(gfx/clearstar-roll-1.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp2:hover, .product-info-right #main-pic a#patrol-exp2.selected {background-position:0 -28px;}

.product-info-right #main-pic a#patrol-exp3 {left:12px; top:205px; width:38px; height:29px; background:url(gfx/clearstar-roll-2.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp3:hover, .product-info-right #main-pic a#patrol-exp3.selected {background-position:0 -29px;}

.product-info-right #main-pic a#patrol-exp4 {left:45px; top:178px; width:30px; height:38px; background:url(gfx/clearstar-roll-7.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp4:hover, .product-info-right #main-pic a#patrol-exp4.selected {background-position:0 -38px;}

.product-info-right #main-pic a#patrol-exp5 {left:88px; top:168px; width:27px; height:41px; background:url(gfx/clearstar-roll-4.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp5:hover, .product-info-right #main-pic a#patrol-exp5.selected {background-position:0 -41px;}

.product-info-right #main-pic a#patrol-exp6 {left:128px; top:178px; width:30px; height:38px; background:url(gfx/clearstar-roll-8.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp6:hover, .product-info-right #main-pic a#patrol-exp6.selected {background-position:0 -38px;}

.product-info-right #main-pic a#patrol-exp7 {left:147px; top:205px; width:38px; height:29px; background:url(gfx/clearstar-roll-5.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp7:hover, .product-info-right #main-pic a#patrol-exp7.selected {background-position:0 -29px;}

.product-info-right #main-pic a#patrol-exp8 {left:153px; top:248px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#patrol-exp8:hover, .product-info-right #main-pic a#patrol-exp8.selected {background-position:0 -28px;}


/*-- Freego ---------------------*/

h3.freego {
	display:block;
	width:117px;
	height:95px;
	background:url(gfx/freego-title.gif) no-repeat 0 0;
	padding:0 0 10px 0;
}

.product-info-right #main-pic a#freego-exp1 {left:0; top:230px; width:40px; height:28px; background:url(gfx/clearstar-roll-1.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp1:hover, .product-info-right #main-pic a#freego-exp1.selected {background-position:0 -28px;}

.product-info-right #main-pic a#freego-exp2 {left:77px; top:171px; width:27px; height:41px; background:url(gfx/clearstar-roll-4.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp2:hover, .product-info-right #main-pic a#freego-exp2.selected {background-position:0 -41px;}

.product-info-right #main-pic a#freego-exp3 {left:130px; top:180px; width:28px; height:39px; background:url(gfx/clearstar-roll-9.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp3:hover, .product-info-right #main-pic a#freego-exp3.selected {background-position:0 -39px;}

.product-info-right #main-pic a#freego-exp4 {left:190px; top:238px; width:38px; height:29px; background:url(gfx/clearstar-roll-5.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp4:hover, .product-info-right #main-pic a#freego-exp4.selected {background-position:0 -29px;}

.product-info-right #main-pic a#freego-exp5 {left:203px; top:294px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp5:hover, .product-info-right #main-pic a#freego-exp5.selected {background-position:0 -28px;}

.product-info-right #main-pic a#freego-exp6 {left:199px; top:330px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp6:hover, .product-info-right #main-pic a#freego-exp6.selected {background-position:0 -28px;}

.product-info-right #main-pic a#freego-exp7 {left:180px; top:378px; width:36px; height:34px; background:url(gfx/clearstar-roll-10.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp7:hover, .product-info-right #main-pic a#freego-exp7.selected {background-position:0 -34px;}

.product-info-right #main-pic a#freego-exp8 {left:228px; top:136px; width:27px; height:41px; background:url(gfx/clearstar-roll-4.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp8:hover, .product-info-right #main-pic a#freego-exp8.selected {background-position:0 -41px;}

.product-info-right #main-pic a#freego-exp9 {left:276px; top:278px; width:40px; height:28px; background:url(gfx/clearstar-roll-6.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp9:hover, .product-info-right #main-pic a#freego-exp9.selected {background-position:0 -28px;}

.product-info-right #main-pic a#freego-exp10 {left:275px; top:336px; width:36px; height:34px; background:url(gfx/clearstar-roll-10.png) no-repeat 0 0;}
.product-info-right #main-pic a#freego-exp10:hover, .product-info-right #main-pic a#freego-exp10.selected {background-position:0 -34px;}

.references {
	font-size:0.9em;
	color:#555;
	padding:15px 0 0 0;
	margin:15px 0 0 0;
	border-top:1px solid #ccc;
}

#master-rightcol #content .references li {background-image:none;}
