/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	STANDARDIZE DEFAULTS

body font is equivalent to 10px, therefore:
1.1em = 11px
1.5em = 15px
2em = 20px

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

html, body, form, fieldset, ul, ol, li, dl, dt, dd { /* clear-padded-elements */
	margin: 0;
	padding: 0;
}

ol {
	padding-left:2em;
}

html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%; /*Sets all fonts to 10px*/
	line-height:1.2;
	text-align:center;
	color:#4b4b4b;
}

body.popup
	{
	background-image:none;
	background-color:#fff;
}


img {
	border: none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	ANCHORS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a {
	background-color: transparent;
	cursor: pointer;
	color:#0a9a49;
	text-decoration:none;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
}

a.tdn {
	text-decoration:none;
}

a img {
	border: none;
}

hr {
    height: 1px;
    width: 100%;
    border: 0;
    color: #c0c0c0;
    background-color: #c0c0c0;
    padding: 0;
    margin: 0;
    clear: both;
}

hr.spaced {
	margin: 10px 0;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Headlines for graduated semantic markup
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 { font-size: 155%; }
h2 { font-size: 155%; }
h3 { font-size: 150%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; font-weight:bold; }

p {
	margin-bottom: 5px;
}

p.intro {
	margin-bottom:10px;
}

small {
	font-size: 85%;
}

big {
	font-size: 110%;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Classes used on form formatting
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

form label { /*	accessibility friendly */
	cursor: pointer;
}

fieldset { /* quirky because of Opera */
	border: 0 solid;
}

button {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif; /* needed for textarea */
	font-weight:normal;
	font-size: 11px;
	color: #606060;
	/*margin:0 3px -3px 0;*/
}

input.alignWithImage {
	margin-bottom: 3px; /* this helps align the search box with the graphics on the left and right of it */
}

select.alignWithImage {
	margin-bottom: 4px; /* this helps align the dropdowns with the graphics on the left and right of it */
}

dl.formInputs {
	margin: 0 0 20px 0;
}

dl.formInputs dt {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	float: left;
	color: #000;
	width: 135px;
	padding-top: 2px;
}

dl.formInputs dd {
	display: block;
	clear: right;
	margin-left: 140px;  /*5px more than the label width */
	margin-bottom: 8px;
}

dl.formInputs dd .error {
	padding-top: 5px;
}

dl.formInputs dd.textOnly { /* sets the top padding to match the dt if the dd contains only text and not a form element */
	padding-top: 2px;
}

dl.formInputs dd.buttonRow {
	padding-top:10px;
}

div.form-field-container
{
    padding:5px 0;
}

div.form-field-error
	{
	background-color:#FFDDDD;
	padding:9px 5px;
	}

div.form-field-error div
	{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
	}

div.form-field-error div div
	{
	font-size:1em;
	}

div.form-field-error div.radio-container
	{
	/* the error formatting in the rule above this should not apply when there is a nested radio container */
	color:#4B4B4B;
	font-weight:normal;
	font-size:1em;
	margin-bottom:0;
	}

div.form-field-container label
	{
	font-size:1.2em;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
	}

div.form-field-container label.sideLabel
	{
	font-size:1em;
	display:inline; /*for checkboxes and radios */
	font-weight:normal;
	}

div.form-field-container label.optional
	{
	font-weight:normal;
	}

div.form-field-container label .qMark_l,
div.form-field-container label .greenArrow_r
	{
	margin-left:15px;
	}

div.form-field-container div.formTip
	{
	color:#389161;
	font-size:11px;	
	/*padding-top:10px;*/
	}

.nextToInput { margin-left:10px; }

.required-message {
	font-style:italic;
	text-align:right;
}

dl.checkbox,
dl.radio
    {
    }

dl.checkbox dd,
dl.radio dd
    {
    clear:none;
    float:left;
    width:20px;
    margin-left:-2px;
    }

dl.checkbox dt,
dl.radio dt
    {
	padding-top:3px;
	margin-left:22px;  /*2px more than the dd width */
	margin-bottom:7px;
	clear:right;
    }

dl.checkbox dt a
    {
	/*display:block;*/
    }

p.nextToLabel { padding-top:2px; }

table.labelFieldButton td
	{
	vertical-align:middle;
	padding-right:10px;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Default Image Sizes
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Floats
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.block{ display:block;}
.inline{ display:inline;}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Utility
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.show {
	display:block;
}

.hide {
	display:none;
}

.visible {
	visibility:visible;
}

.invisible {
	visibility:hidden;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Font Styles
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

var {
	font-style: normal;
}

.checkout-page-notification {
	font-size:1.2em;
	font-weight:bold;
}

.cmdMessages p {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}

.error,
.glo-tex-error,
div.form-field-error div {
	color: red;
	font-size:1.2em;
}

.glo-tex-error {
	display:none;
	font-size:1.2em;
}

.hilite {
	color: #117A3F;
}

.callout {
	color: #2675AC;
}

.sale {
	color: #cc0000;
}

.regPrice {
	text-decoration: line-through;
}

.nowrap {
	white-space: nowrap;
}

.big {
	font-size:1.2em;
}

.small {
	font-size:.85em;
}

.indent {
	margin-left:30px;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Lists / Navigation
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

ul {
	list-style: none;
}

ul.bullet {
	list-style: square;
	margin-left: 1.2em;
    margin-bottom: 10px;
}

ul.bullet li {
	margin-bottom: .4em;
}

ul.horiz li	{
	display:inline;
}

ol.spaced,
ul.spaced
	{
	margin-bottom:0;
	}

ol.spaced li,
ul.spaced li
	{
	margin-bottom:20px;
	}

.messages
{
        zoom: 1;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	TABLES
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table, thead, tbody, tfoot, tr, td {
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
	border: 0 solid; /* quirky because of Opera */
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

td.NoAligntop
{
   vertical-align: middle;
}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	IMAGE SIZES

thumbnail (browse & combo items) 148 x 148
product detail 210 x 210
larger view (not designed yet, but I would recommend) 350 x 350
alternate view 48 x 48
alternate view large (I don’t know which photo this is??)
cross-sell 110 x 110
recently viewed 48 x 48
in the cart 71 x 71
universal cart 71 x 71
quick view 210 x 210
Site sec/ HP product callouts 110 x 110
Order review 71 x 71
Shipping Method 71 x 71
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.img_thumb_mini { width:48px; height:48px; }
.img_thumb_small { width:71px; height:71px; }
.img_thumb_browse { width:148px; height:148px; display:inline-block; }
.img_detail { width:210px; height:210px; }
.img_detail_zoom { width:350px; height:350px; }
.giftcard_thumb { width:90px; }


