/**********************************

Kirsch
Main Screen Style Sheet

**********************************/



/*===========================================    
    BASE STYLES
===========================================*/

* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}
	
body {
	color: black;
	background: white url(../img/page_top_bar.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	min-width: 930px;
	min-height: 100%;
	height: 100%;
	}
	
#wrap {
	margin: 0 auto;
	width: 931px;
	min-height: 100%;
	}
	
a {
	color: #9c212d;
	}
	
p {
	line-height: 20px;
	margin-bottom: 20px;
	}
	
ol {
	margin-left: 2em;
	}
	
ol li {
	margin-bottom: 20px;
	}

h1, h2, h3 {
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Georgia", serif;
	font-weight: 100;
	}

h1 {
	font-size: 26px;
	margin-bottom: 20px;
	}
	
h2 {
	margin-bottom: 20px;
	letter-spacing: 0;
	font-size: 22px;
	}

h3 {
	margin-bottom: 20px;
	letter-spacing: 0;
	font-size: 18px;
	}
	
h4 {
	line-height: 20px;
	}
	
img {
	border: 0;
	}
	
fieldset {
	clear: both;
	border: 0;
	}
	

/*===========================================    
    Header
===========================================*/

#header {
	position: relative;
	background: #b9b097 url(../img/header_bg.gif) repeat-x;
	margin: 0 auto; /* center the content */
	padding: 10px;
	height: 57px;
	}

#logo {
	background: transparent url(../img/kirsch_logo.gif);
	position: absolute;
	top: 10px;
	left: 66px;
	width: 105px;
	height: 55px;
	text-indent: -9999px;
	}
	
	
/* Utility Nav */
	
.nav-utility {
	float: right;
	padding: 2px 15px 0 0;
	list-style: none;
	font: 13px/17px "Georgia", serif; 
	}
	
.nav-utility li {
	float: left;
	border-left: 1px solid #4e4b3f;
	padding: 0 5px;
	}
	
.nav-utility li:first-child {
	border-left: 0;
	}
	
.nav-utility a {
	color: black;
	text-decoration: none;
	}
	
.nav-utility a:hover {
	text-decoration: underline;
	}	
	
	
/* Header Search Field */

#search {
	float: right;
	}
	
#search .text {
	float: left;
	margin-right: 5px;
	border: 1px solid #8d8a80;
	padding: 0 5px;
	line-height: 21px;
	}
	
#search .image {
	float: left;
	}
	


/*===========================================    
    Top Navigation
===========================================*/

/* First Level */
	
#nav-top ul {
	position: relative;
	z-index: 2;
	background: black;
	margin: 0 auto;
	height: 22px;
	padding: 4px;
	list-style: none;
	font-family: "Georgia", serif;
	}
	
#nav-top ul li {
	position: relative;
	background: transparent url(../img/nav_top_rule.gif) no-repeat 2px -4px;
	padding-left: 9px;
	float: left;
	}
	
#nav-top ul li.first { /* Only First Element - remove the spacing and rule */
	background: none;
	padding-left: 0;
	}
	
	
#nav-top ul li a {
	display: block;
	color: white;
	background: black;
	width: 224px;
	line-height: 22px;
	letter-spacing: 2px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}
	
#nav-top a:hover, #nav-top .selected { /* Change menu background color on hover */
	background: #4e4b3f;
	}
	

/* Second Level */

#nav-top li ul {
	display: none;
	position: absolute; 
 	top: 22px;
 	left: 5px;
 	padding-bottom: 0;
 	width: 224px;
 	height: auto;
	}
	
#nav-top li.first ul {
 	left: -4px;
	}
	
#nav-top li ul li {
	background: none;
	padding: 0 0 4px 0;
	}	

#nav-top li ul li a {
	padding-left: 4px;
	width: 220px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	}	

#nav-top li:hover ul { /* Show the menu */
	display: block;
	}
	
	
	
/*===========================================    
    Breadcrumbs
===========================================*/

#breadcrumbs {
	margin: 0 auto;
	border-top: 7px solid #b7b097;
	padding-top: 7px;
	width: 931px;
	}
	
#breadcrumbs ul {
	list-style: none;
	}
	
#breadcrumbs li {
	display: inline;
	}
	
#breadcrumbs a {
	text-decoration: none;
	}
	
#breadcrumbs a:hover {
	text-decoration: underline;
	}

	
	
/*===========================================    
    Sidebar
===========================================*/

#sidebar {
	float: left;
	background: url(../img/sidebar_bg.gif) no-repeat 0 32px;
	margin-top: 35px; 
	width: 231px;
	}

.sidebar-bg { /* This is applied to the main wrap to give the illusion that the sidebar stretches off the frame */
	background: url(../img/sidebar_bg.gif) no-repeat 0 210px;
	}

/* Tabs */

#sidebar .tab-browse, #sidebar .tab-filter {
	float: left;
	color: black;
	background: url(../img/sidebar_tab.gif) no-repeat;
	width: 115px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Georgia", serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}
	
#sidebar .tab-filter {
	float: right;
	}
	
#sidebar .tab-browse.selected, #sidebar .tab-filter.selected {
	background: url(../img/sidebar_tab_selected.gif) no-repeat;
	}
	
#sidebar .tab-browse:hover, #sidebar .tab-filter:hover {
	text-decoration: underline;
	}
	
/* First Level */

#sidebar ul {
	clear: both;
	padding-top: 39px; 
	list-style: none;
	}
	
#sidebar ul li a {
	display: block;
	color: black;
	background: #c7c1b0 url(../img/sidebar_arrow.gif) no-repeat 8px 8px;
	margin-bottom: 1px;
	padding-left: 19px;
	width: 212px; /* Fixes an ie6 bug */
	line-height: 23px;
	text-decoration: none;
	}
	
#sidebar ul li a.open {
	background: #c7c1b0 url(../img/sidebar_arrow_open.gif) no-repeat 8px 10px;
	}
	
/* Second Level */

#sidebar ul ul {
	margin-bottom: 1px; 
	padding: 0;
	border-top: 4px solid #e6e0d4;
	border-bottom: 4px solid #e6e0d4;
	}

#sidebar ul ul li a {
	background: #e6e0d4;
	margin: 0;
	padding-left: 37px;
	width: 194px; /* Fixes an ie6 bug */
	}
	
#sidebar ul ul li a.selected, #sidebar ul ul li a:hover {
	color: #e6e0d4;
	background: #9c212d;
	}



/*===========================================    
    Product Navigation
===========================================*/

#nav-product {
	float: right;
	position: relative;
	color: white;
	background: black url(../img/black_pattern_bg.gif) repeat-x;
	margin-top: 35px;
	padding: 20px 25px 30px 25px;
	width: 610px;
	}
	
#nav-product ul {
	position: absolute;
	bottom: 0;
	left: 5px;
	list-style: none;
	width: 655px; /* ie6 fix */
	}
	
#nav-product ul li {
	float: left;
	background: transparent url(../img/tab_left.jpg) no-repeat;
	margin-right: 5px;
	}
	
#nav-product ul li a {
	display: block;
	color: black;
	background: transparent url(../img/tab_right.jpg) no-repeat top right;
	padding: 0 3px;
	line-height: 27px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Georgia", serif;
	font-weight: 100;
	font-size: 14px;
	}
	
/* Special Tab */
	
#nav-product ul li.special {
	background: transparent url(../img/tab_left_special.jpg) no-repeat;
	}
	
#nav-product ul li.special a {
	color: #fff;
	background: transparent url(../img/tab_right_special.jpg) no-repeat top right;
	}

/* Selected Tab */
	
#nav-product ul li.selected, #nav-product ul li:hover {
	background: white;
	}
	
#nav-product ul li.selected a, #nav-product ul li:hover a {
	color: black;
	background: white;
	}
	
/* Individual Tab Widths */

#nav-product .tabs-7 li { width: 88px; }
#nav-product .tabs-6 li { width: 104px; }
#nav-product .tabs-5 li { width: 126px; }
#nav-product .tabs-4 li { width: 158px; }



/*===========================================
/* LINK BAR: Used on product home pages
===========================================*/

.link-bar {
	clear: both;
	background: #e6e0d4;
	padding: 5px 10px;
	height: 15px;
	border-bottom: 1px solid #c7c1b0;
	margin: 0 0 70px 0;
	}
	
.link-bar a {
	text-decoration: none;
	}
	
.link-bar ul {
	float: left;
	}
	
.link-bar li {
	display: inline;
	margin-right: 10px;
	list-style: none;
	}
	
.link-bar .jump-up-link {
	background: url(../img/up_arrow_white.gif) no-repeat 0 3px;
	float: right;
	clear: none;
	margin: 0;
	}



/*===========================================    
    Library
===========================================*/

.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 100%;
	}
	
.clearer hr {
	display: none;
	}

	
.extra-space {
	clear: both;
	height: 35px;
	width: 100%;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}

.tight {
	margin-bottom: 3px;
	}
	
.img-space {
	margin-bottom: 22px;
	}
	
.fancy-list {
	margin: 0 0 20px 10px;
	list-style: none;
	}
	
.fancy-list li {
	background: url(../img/bullet.gif) no-repeat 0 4px;
	margin-bottom: 6px;
	padding-left: 15px;
	}
	
.highlight-box-wrap {

	border: 1px solid #e6e0d4;
	margin-bottom: 30px;
	}
	
.highlight-box {
	background: #e6e0d4;
	border: 2px solid #fff;
	padding: 15px;
	}

.jump-up-link {
	float: right;
	display: block;
	clear: both;
	background: url(../img/up_arrow.gif) no-repeat 0 4px;
	margin: 35px 0 35px 0;
	padding-left: 12px;
	line-height: 14px;
	}
	
.play-video {
	position: relative;
	display: block;
	}
	
.play-video span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: transparent url(../img/play_icon.png) no-repeat;
	z-index: 2;
	width: 80px;
	height: 70px;
	}
	

/* Layout
=======================================================================*/
	
#column-main {
	float: right;
	margin-top: 35px;
	width: 660px;
	}
	
.column-short {
	float: left;
	width: 203px;
	margin-right: 25px;
	}
	
.column-short-right {
	float: right;
	width: 203px;
	}
	
.column-med {
	float: left;
	width: 431px;
	}
	
.column-med-right {
	float: right;
	width: 431px;
	}
	
.column-half-left {
	float: left;
	width: 317px;
	}
	
.column-half-right {
	float: right;
	width: 317px;
	}
	
.column-one-third {
	width: 215px;
	}

.column-two-thirds {
	width: 433px;
	}

.last {
	margin-right: 0;
	}
	
	

/* BUTTONS
=======================================================================*/

.btn {
	float: left;	
	background: transparent url(../img/btn_left.gif) no-repeat;
	}
	
.btn a {
	display: block;
	color: #fff;
	background: transparent url(../img/btn_right.gif) no-repeat top right;
	padding: 0 10px;
	line-height: 23px;
	#line-height: 21px; /* ie fix: line-height to keep default text centered in button */
	#padding-bottom: 2px; /* ie fix: line-height to keep default text centered in button */
	text-align: center;
	text-decoration: none;
	}

.btn a:hover {
	text-decoration: none;
	}
	
	
/* Button Variations */
	
.btn.minor {
	background: transparent url(../img/btn_minor_left.gif) no-repeat;
	}
	
.btn.minor a {
	color: #9c212d;
	background: transparent url(../img/btn_minor_right.gif) no-repeat top right;
	}
	
/* Next and Back Buttons (just need an anchor tag with this class) */
	
.btn-back {
	display: block;
	background: transparent url(../img/btn_back.gif) no-repeat;
	text-indent: -9999px;
	width: 41px;
	height: 23px;	
	}
	
.btn-next {
	display: block;
	background: transparent url(../img/btn_next.gif) no-repeat;
	text-indent: -9999px;
	width: 41px;
	height: 23px;	
	}
	
	
/* Select Menu Pulldowns
=======================================================================*/
	
.pulldown {
	float: left;
	position: relative;
	background: transparent url(../img/pulldown_arrow.gif) no-repeat top right;
	padding-right: 21px;
	width: 129px;
	#z-index: 3; /* IE Z-Index Fix */
	}
	
.pulldown .selected {
	border: 1px solid #d7dadd;
	padding: 0 6px;
	line-height: 17px;
	width: 115px;
	}
	
.pulldown ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 3;
	background: #fff;
	margin: 0;
	border: 1px solid #d7dadd;
	border-top: 0;
	padding: 2px 6px 0 6px;
	list-style: none;
	line-height: 20px;
	width: 115px;
	}
	
.pulldown a {
	text-decoration: none;
	}

.pulldown:hover, .pulldown a:hover {
	cursor: pointer;
	}
	
.pulldown.open ul {
	display: block;
	}


/* Pagination
=======================================================================*/

.pagination {
	position: relative;
	clear: both;
	margin-bottom: 15px;
	padding: 10px 0;
	height: 25px;
	}
	
.pagination .item-count {
	float: left;
	line-height: 19px;
	margin-right: 7px;
	}
	
/* Page Jump */

.page-jump {
	position: absolute;
	top: 10px;
	right: -4px;
	}
	
.page-jump dt {
	float: left;
	display: block;
	line-height: 17px;
	}
	
.page-jump dd {
	float: left;
	display: block;
	margin-right: 4px;
	border: 1px solid #d7dadd;
	width: 17px;
	line-height: 17px;
	text-align: center;
	}
	
.page-jump .selected {
	border: 1px solid #fff;
	}
	
.page-jump dd a {
	text-decoration: none;
	}

.page-jump dd a:hover {
	text-decoration: underline;
	}
	
	

/* Tables in Highlight Box
=======================================================================*/

.highlight-box table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	}
	
.highlight-box th {
	border-left: 1px solid #9c967f;
	padding: 7px;
	font-weight: normal;
	}

.highlight-box tr {
	border-bottom: 1px solid #9c967f;
	}
	
.highlight-box td {
	padding: 7px;
	}
	
.highlight-box th.first, .highlight-box td.first {
	padding-left: 0;
	border-left: 0;
	}
	
	
/* ZEBRA TABLE: Used for zebra stripped tables
=======================================================================*/

.zebra-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: center;
	}
	
.zebra-table th {
	border-left: 1px dotted #e9e1d2;
	padding: 5px;
	vertical-align: bottom;
	font-weight: normal;
	}
	
.zebra-table th.first {
	border-left: 0;
	font-weight: bold;
	}
	
.zebra-table td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	}

.zebra-table .dark {
	background: #f7f4ef;
	border-top: 1px solid #e9e1d2 !important;
	border-bottom: 1px solid #e9e1d2 !important;
	}
	
.zebra-table .active {
	background: #fff;
	border-top: 1px solid #e9e1d2;
	border-bottom: 1px solid #e9e1d2;
	}
	
.zebra-table .text-left, .zebra-table.text-left {
	text-align: left;
	}


/* Forms
=============================================================================*/

fieldset {
	width: 430px;
	border: 0;
	}

fieldset ol {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
fieldset ol li {
	margin: 0;
	padding: 0 10px 0 0;
	}
	
fieldset ol li.or {
	clear: both;
	margin-bottom: 15px;
	}
	
fieldset ol li.half {
	float: left;
	width: 205px;
	}
	
fieldset input {
	margin: 3px 0 15px 0;
	border: 1px solid #aaa;
	width: 100%;
	height: 18px;
	}

fieldset ol li.half input {
	width: 203px;
	}

fieldset select {
	display: block;
	margin: 3px 0 15px 0;
	width: 203px;
	}
	
fieldset textarea {
	margin: 3px 0 15px 0;
	border: 1px solid #aaa;
	width: 100%;
	height: 100px;
	}
	
fieldset .checkbox {
	width: 12px;
	height: 12px;
	margin: 0 5px 15px 0;
	}
	
.btn-submit {
	display: block;
	margin: 0 0 15px 0;
	}
	
	
/* Search Inline */

#search-inline {
	position: relative;
	margin-bottom: 20px;
	}

#search-inline input.text {
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #ccc;
	padding: 1px;
	}

#search-inline input.image {
	position:relative;
	}


/*===========================================    
    Home - Page Specific
===========================================*/

#hp-feature {
	background: #000;
	border: 7px solid #b7b097;
	height: 343px;
	}
	
#hp-feature #info {
	float: left;
	background: #615b4f url(../img/hp_feature_info_bg.jpg) no-repeat;
	padding: 30px 30px 0 30px;
	width: 245px;
	height: 313px;
	}

#hp-feature h1 {
	color: white;
	margin-bottom: 5px;
	line-height: 26px;
	font-size: 24px;
	}
	
#hp-feature p {
	color: white;
	font-size: 13px;
	line-height: 26px;
	}
	
#hp-feature .center {
	text-align: center;
	}
	
#hp-feature .btn {
	float: none;
	display: inline-block;
	}
	
#hp-feature img {
	float: right;
	}
	
#hp-columns {
	background: black url(../img/black_pattern_bg.gif) repeat-x;
	padding: 15px 15px 0 15px;
	overflow: hidden; /* This is hack for equal height columns */
	border-bottom: 15px solid black;  /* This is hack for equal height columns */
	}
	
#hp-columns .column {
	float: left;
	background: white;
	margin-right: 15px;
	padding: 15px;
	width: 260px;
	padding-bottom: 1000px; /* This is hack for equal height columns */
	margin-bottom: -1000px; /* This is hack for equal height columns */
	}
	
#hp-columns .column-photo {
	float: left;
	margin-right: 15px;
	width: 290px;
	padding-bottom: 1000px; /* This is hack for equal height columns */
	margin-bottom: -1000px; /* This is hack for equal height columns */
	}
	
#hp-columns .column.last, #hp-columns .column-photo.last {
	margin-right: 0;
	}	


/*===========================================    
    FAQs - Page Specific
===========================================*/

.faqs {
	line-height: 20px;
	}

.faqs dt {
	background: url(../img/faq_q.gif) no-repeat 0 3px;
	padding-left: 25px;
	font-weight: bold;
	}
	
.faqs dt a {
	text-decoration: none;
	}
	
.faqs dt a:hover {
	text-decoration: underline;
	}
	
.faqs dd {
	background: url(../img/faq_a.gif) no-repeat 0 3px;
	margin-bottom: 20px;
	padding-left: 25px;
	}
	
.faq-search .text {
	margin: 7px 0;
	border: 1px solid #8d8a80;
	padding: 0 5px;
	line-height: 21px;
	width: 157px;
	}


/*===========================================    
    Colors - Page Specific
===========================================*/

#scene-7 {
	position: fixed;
	width: 203px;
	}
	
#scene-7 .selected-color {
	color: white;
	background: black url(../img/black_pattern_bg.gif) repeat-x;
	line-height: 27px;
	text-align: center;
	}
	
.column-swatches {
	float: right;
	margin-right: -8px;
	width: 444px;
	}
	
.column-swatches h2 {
	margin-left: 8px;
	}
	
.swatch {
	position: relative;
	float: left;
	margin-right: 1px;
	margin-bottom: 5px;
	padding: 7px 7px 0 7px;
	width: 96px;
	}
	
.swatch .magnify {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent url(../img/magnify.gif);
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	}
	
.swatch .number {
	position: absolute;
	top: 90px;
	right: 7px;
	color: #4e4e4e;
	background: white;
	padding-left: 2px;
	line-height: 14px;
	font-family: arial;
	font-size: 11px;
	}
	
.swatch .label {
	color: #4e4e4e;
	padding: 5px 0 8px 0;
	text-align: center;
	}
	
.swatch .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 5px;
	}
	
.swatch.selected, .swatch:hover {
	background: white url(../img/swatch_bg_top.gif);
	}
	
.swatch.selected .bottom, .swatch:hover .bottom {
	background: white url(../img/swatch_bg_bottom.gif);
	}



/*===========================================    
    Photo Gallery - Page Specific
===========================================*/

#photos-main {
	position: relative;
	float: left;
	width: 431px;
	}
	
#photos-main img {
	margin-bottom: 8px;
	}
	
#photos-main .magnify {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent url(../img/magnify.gif);
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	}
	
#photos-thumbs {
	float: right;
	margin-right: -7px;
	width: 218px;
	}
	
#photos-thumbs img {
	float: left;
	margin-right: 1px;
	padding: 7px;
	}
	
#photos-thumbs img:hover {
	background: url(../img/thumb_bg.gif);
	cursor: pointer;
	}
	
#photos-nav {
	float: right;
	margin-top: 7px;
	width: 202px;
	}
	
#photos-nav .btn-back {
	float: left;
	margin-right: 5px;
	}
	
#photos-nav .btn {
	float: left;
	margin-right: 5px;
	width: 110px;
	}
	
#photos-nav .btn-next {
	float: left;
	}
	


/*===========================================    
    Photo Browse Page - Page Specific
===========================================*/

#photos-browse {
	width: 675px;
	}

#photos-browse img {
	float: left;
	margin: 0 15px 15px 0;
	}
	


/*===========================================    
    Store - Page Specific
===========================================*/

#column-store {
	float: right;
	margin-top: 35px;
	margin-right: -4px;
	width: 684px;
	}
	
#column-pagination { /* Used for the pagination in the store */
	float: right;
	width: 660px;
	}
	
/* Product Boxes */

.product {
	float: left;
	display: inline; /* ie fix: fixes ie double margin bug */
	position: relative;
	background: transparent url(../img/products_bg.gif) no-repeat;
	margin: 0 0 19px 17px;
	padding: 20px 19px 20px 19px; 
	width: 173px;
	text-align: center;
	}
	
.product .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../img/products_bottom.gif) no-repeat bottom left;
	width: 211px;
	height: 8px;
	border-top: 0;
	border-bottom: 1px solid #fff;
	}
	
.product p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 15px;
	font-size: 13px;
	}

.product img {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
.product .main-image {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	border: 1px solid #d7dadd;
	padding: 4px;
	}
	
.product .main-image img {
	position: default;
	clear: default;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	}
	
.product .name {
	display: block;
	height: 2.45em;
	overflow: hidden;
	}
	
.product .name a:hover {
	text-decoration: none;
	}
	
.product .name span {
	color: red;
	background: #fff;
	padding: 0;
	margin: 13px 0 0 12px;
	height: 35px;
	width: 173px;
	cursor: pointer;
	}
	
	
/* Links */

.product .links {
	clear: both;
	margin: 0 auto 10px auto;
	list-style: none;
	height: 17px;
	text-align: center;
	}
	
.product .links li {
	display: inline;
	margin: 0 0 0 4px;
	border-left: 1px solid #d7dadd;
	padding: 1px 0 1px 7px;
	}
	
.product .links li.first {
	margin-left: 0;
	border-left: 0;
	}

.product .links a {
	text-decoration: none;
	}


/* Order Button */

.product .btn {
	margin-bottom: 10px;
	width: 173px;
	}	


/* Compare Button */

.product label {
	float: right;
	width: 143px !important;
	margin: 0 !important;
	}	
	

.product .compare-check {
	float: left;
	margin: 7px 0 0 7px;
	#margin: 3px 0 0 3px; /* ie fix: ie checkboxes are bigger but still can be centered  */
	}

.product .btn-compare {
	float: right;
	display: block;
	background: transparent url(../img/btn_minor_left.gif) no-repeat;
	margin: 0;
	width: 143px;
	}
	
.product .btn-compare a {
	background: transparent url(../img/btn_minor_right.gif) no-repeat top right;
	display: block;
	height: 25px;
	line-height: 25px;
	#line-height: 22px; /* ie fix: line-height to keep default text centered in button */
	}
	
.product .btn-compare a:hover {
	text-decoration: none;
	}
	


/*===========================================    
    Support - Page Specific
===========================================*/

/* Icon Box */

.icon-box {
	position: relative;
	padding-left: 75px;
	min-height: 60px;
	margin-bottom: 30px;
	}

.icon-box h3 {
	margin-bottom: 3px;
	}	

.icon-box img {
	position: absolute;
	top: 0;
	left: 0;
	_left: -75px; /* IE 6 and below */
	}
	
	
	
/*===========================================    
    Product Home Page - Page Specific
===========================================*/

.product-hp-image {
	margin: 5px 0 25px 0;
	}