body {
	background-color: #f6f6f6;
	font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 11px;
    color: #333;
	margin: 0;
    padding: 0;
}
body * {
	margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
	color: #244EBE;
}

input, select, button,textarea {
	border: 1px solid #8cacbb;
	font-size: 12px;
}
input[type=checkbox] {
	border: none;
}


img {
	border: none;
}

/* iepngfix */
img, div, a {
	behavior: url(../css/iepngfix.htc);
}

/* buttons */
.blue_button, .yellow_button {	/* all buttons */
	width: 140px;
	height: 31px;
	padding: 2px 0px 2px 10px;
	cursor: pointer;
	display: block;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-repeat: no-repeat;
	color: black;
}
.blue_button {
	background-image: url(../images/blue_button.png);
	color: white;
}
.blue_button:hover {
	background-image: url(../images/blue_button_over.png);
	color: black;
}
.yellow_button {
	background-image: url(../images/blue_button_over.png);
	color: black;
}
.yellow_button:hover {
	background-image: url(../images/blue_button.png);
	color: white;
}
#product_header a.blue_button:hover {  /* needed a really specific selector */
	color: black;
}
/* form buttons */
input[type=submit] {
	height: 20px;
	width: 59px;
	border: none;
	background-color: transparent;
	background-image: url(../images/form_button.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	text-transform: lowercase;
	padding: 3px 6px;
}
input[type=submit]:hover {
	background-image: url(../images/form_button_over.png);
	color: white;
}

/* menus */
.menu_button {
	overflow: hidden;
	height: 15px;
	cursor: pointer;
	background-image: url(images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.menu {
	display: none;
	padding: 0 3px 3px 3px;
	z-index: 20;
	position: absolute;
}

/* ------------------------------------------------------------------------ */
/* TEMPLATE: basic.tpl */

/* container */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* header */
#header {
	background-image: url(../images/header_bg.png);
	height: 185px;
	position: relative;
}
#logo a {
	position: absolute;
	height: 90px;
	width: 235px;
	top: 20px;
	left: 20px;
}

/* toolbar */
#toolbar {
	position: absolute;
	top: 0;
	right: 10px;
	height: 28px;
	width: 431px;
	color: #505050;
}
#toolbar > * {
	position: absolute;
	top: 4px;
	height: 20px;
}
#language {
	left: 5px;
	width: 186px;
}
.lang.menu_button {
	height: 16px;
	padding: 1px;
	margin: 0;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	background: white;
	
}
.lang.menu_button img { 
	float: left;
	position: relative;
	top: -2px;
	height: 18px;
	width: 24px;
	margin-right: 2px;
}
.lang.menu {
	background: #0C1941;
	background: rgba(12,25,65,0.95);
	border: 1px solid #3975A5;
	width: 178px;
	font-size: 11px;
}
.lang.menu_item {
	clear: left;
	height: 18px;
}
.lang.menu_item img { 
	float: left;
	height: 17px;
	width: 27px;
	margin-right: 2px;
}
a .lang.menu_item {
	color: white;
}
a:hover .lang.menu_item {
	background: #314680;
}


#search {
	left: 205px;
	width: 220px;
	background-image: url(../images/icon_search.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#search_term {
	border: 1px solid #d5d5d5;
	background: white;
	font-size: 12px;
	height: 18px;
	width: 129px;
	position: absolute;
	left: 24px;
}
#search_button {
	position: absolute;
	left: 161px;
	height: 20px;
	width: 59px;
	border: none;
	background-color: transparent;
/*	background-image: url(../images/search_button.png);
	background-position: center center;
	background-repeat: no-repeat;*/
}
#search_button:hover {
	/*background-image: url(../images/search_button_over.png);*/
}
#newsletter {
	position: absolute;
	top: 40px;
	right: 20px;
	font-size: 12px;
	padding-right: 26px;
	font-family: 'Verdana', 'Arial', sans-serif;
	text-align: right;
	color: white;
	background-image: url(../images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#newsletter a {
	color:white;
}
#newsletter a:hover {
	color: #C5D6E7;
}

/* navigation */
#globalnav {
	position: absolute;
	top: 133px;
	margin: 0;
	padding: 0;
	background-image: url(../images/globalnav_bg.png);
	background-repeat: no-repeat;
}
#globalnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#globalnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#globalnav li > a {
	display: block;
	height: 51px;
	float: left;
}

/* new nav buttons */
#globalnav .linkmenu {
	height: 51px;
	float: left;
}

#globalnav a.menu_button {
	display: block;
/*	height: 51px; /* menu toggle issues*/
	height: 38px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav_products a.menu_button {
	background-image: url(../images/nav_products_u.png);
	width: 105px;
}
#nav_products a.menu_button:hover {
	background-position: 0px -51px;
}
#nav_shop a.menu_button {
	background-image: url(../images/nav_shop_u.png);
	width: 129px;
}
#nav_shop a.menu_button:hover {
	background-position: 0px -51px;
}
#nav_about a.menu_button {
	background-image: url(../images/nav_about_u.png);
	width: 101px;
}
#nav_about a.menu_button:hover {
	background-position: 0px -51px;;
}
#nav_support a.menu_button {
	background-image: url(../images/nav_support_u.png);
	width: 108px;
}
#nav_support a.menu_button:hover {
	background-position: 0px -51px;
}

#globalnav .menu {
	background: #0C1941;
	background: rgba(12,25,65,0.95);
	border: 1px solid #3975A5;
	min-width: 180px;
	font-size: 11px;
	top: 38px;
}
#globalnav .menu_item {
	clear: left;
/*	height: 18px;
	overflow: hidden;*/
	padding: 4px 0;
}
#globalnav a .menu_item {
	color: white;
}
#globalnav a .menu_item.indent {
	padding-left: 15px;
}
#globalnav a:hover .menu_item {
	background: #314680;
}


/* content */
#content {
	
}

/* page_content - usually on templates included inside of the #content div */
#page_content {
	clear: both;
	background: #fff;
	border: 1px solid #dacdde;
	border-top: none;
	border-bottom: none;
	padding: 20px;
}
.page_content {
	padding: 0 5px;
	margin-bottom: 20px;
}
.page_content > p {
	margin: 1em 0;
}

/* footer */
#footer {
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	padding-top: 20px;
	background-image: url(../images/footer_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#footer li {
	display: inline;
	border-left: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
}
#footer li:first-child {
	border-left: none;
}
#footer li a {
	color: #111;
}
#footer li a:hover {
	color: #999;
}
#copyright {
	padding: 10px;
	color: #999;
}

/* ------------------------------------------------------------------------ */
/* TEMPLATE: home.tpl */
#home_images {
	text-align: center;
	padding: 15px 0px 8px 0px;
}
#home_images a {
	display: block;
	float: left;
	margin: 0px 8px;
	height: 123px;
	width: 280px;
	background-position: top left;
	background-repeat: no-repeat;
}
#home_images a:hover {
	background-position: 0px -123px;
}
a#home_office {
	background-image: url(../images/home_office.jpg);
}
a#home_appliances {
	background-image: url(../images/home_appliances.jpg);
}
a#home_graphics {
	background-image: url(../images/home_graphics.jpg);
}

/* ------------------------------------------------------------------------ */
/* TEMPLATE: product.tpl, products.tpl */

/* Product header */
#product_header {
	background-image: url(../images/header_bg.png);
	background-position: 0px -185px;	/*the height of the header*/
	background-repeat: no-repeat;
	height: 248px;
	font-family: 'Verdana', 'Arial', sans-serif;
	color: white;
}
#product_header a {
	color: white;
}
#product_header a:hover {
	color: #C5D6E7;
}

/* product type menu */
#product_types {
/*	float: left;	*/
	padding-top: 24px;
}
.product_subtypes {
	float: left;
/*	width: 160px;	*/
	margin-left: 20px;
}
.product_subtypes.Office {
	width:155px;
}
.product_subtypes.Appliances {
	width:125px;
}
.product_subtypes.Graphics {
	width:75px;
}
.product_subtypes .type_name {
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	margin-bottom: 10px;
}
/*
.product_subtypes .type_name.selected {
	border: 1px solid #3975A5;
}
*/
.product_subtypes ul { 
	list-style: none;
}
.product_subtypes li {
	padding: 5px 2px;
	font-size: 13px;
}
.product_subtypes li.selected {
	font-weight: bold;
	background-image: url(../images/arrow_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;		/* width of arrow_right.png is 9 pixels */
}

/*type menu */
.type_name.menu_button {
	height: 20px;
	margin: 0;
	border: 1px solid #3975A5;
}
.type.menu {
	background: #0C1941;
	background: rgba(12,25,65,0.85);
	border: 1px solid #3975A5;
	width: 152px;
	font-size: 14px;
}
a:hover .type.menu_item {
	background: #314680;
}

/* product summary */
#product_summary {
	position: relative;
	margin-left: 215px;
	border: 1px solid #3975a8;					/* for IE */
	border: 1px solid rgba(255,255,255,0.18);	/* for others */
	height: 210px;
	width: 710px;
}
#product_summary > * {
	position: relative;
/*	left: -150px; */
	margin-left: 20px;
	z-index: 6;	/* 1 more than the #summary_beauty_shot */
}
#summary_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px;
	width: 320px;
}
#summary_desc {
	width: 320px;	/* left offset (130) + intended width (320) */
	max-height: 80px;
	overflow: hidden;
}
#summary_buttons > * {
	float: left;
	margin: 5px 5px 5px 0px;
}
#summary_beauty_shot {
	position: absolute;
	left: 366px;
	top: -52px; 
	
	height: 328px;
	width: 454px;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 5;
}
#products_beauty_shot {
	position: relative;
	left: 440px;
/*	top: -275px; */

/*	height: 600px; */
	width: 800px;
	z-index: 5;
	background-repeat: no-repeat;
	height: 328px;
	top: -105px;
	background-position: 4px right;
}

#products_beauty_shot > * {
	position: absolute;
	top: 54px;
	left: 7px; 
}

/* product lists */
.product_list {
	
}
.product_list h3 {
	border-bottom:1px solid #999;
}
.product_thumbnail {
	border: 1px solid #ddd;
	float: left;
	height: 75px;
	margin: 10px 10px;
	width: 425px;
	overflow: hidden;
}
.product_thumbnail a {
	color: #333;
}
.product_thumbnail a:hover{
	color: #666; 
}
.product_thumbnail:hover{
	border-color: #999;
}



.product_thumbnail img {
	float: right;
}
.product_thumbnail_name {
	font-weight: bold;
	margin: 4px;
}
.product_thumbnail_desc {
	margin: 4px; 
}

/* product details */
#product_details {
	width: 525px;
	color: black;
}
#product_details  #top {
	height:10px;
	background-image: url(../images/desc_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#product_details > #middle {
	background-image: url(../images/desc_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	
	padding: 20px;
	padding-bottom: 35px;	/* makes room for the buttons, make sure this is taller than the buttons and their margins */
}
#product_details > #bottom {
	height:12px;
	background-image: url(../images/desc_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#product_name {
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#product_short_desc {
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
}
#product_desc {
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 12px;
	padding: 20px 0px 30px 0px;
}
#product_buttons > * {
	float: left;
	margin: 0px 10px 0px 0px;
}

/* product specs */			/* I probably made the backgrounds alot more complicated than they needed to be */
table.product_specs {
	/*float: left;*/
	margin-top: 10px;

	font-size: 12px;
	line-height: 30px;
	
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 12px;
}
td.spec_label {
	width: 169px;
	text-align: right;
	vertical-align: top;
	color: #808080;
	padding-right: 22px;
	padding-top: 12px;
}
td.spec_value {
	width: 334px;
	text-align: center;
	vertical-align: top;
	color: #717171;

}
.spec_value > #top {
	height:12px;
	background-image: url(../images/spec_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.spec_value.middle {
	background-image: url(../images/spec_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
.spec_value > .middle {
	padding: 5px;
}
.spec_value.top > .middle {
	background-image: url(../images/spec_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
.spec_value.bottom > .middle {
	background-image: url(../images/spec_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}

.spec_value > #bottom {
	height:9px;
	background-image: url(../images/spec_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.value_box {
	background: #f6f6f6;
	padding: 13px 7px;
}

/* product features */
.product_features {
	width: 525px;
	color: black;
	margin-top: 20px;
}
.product_features .top {
	height:10px;
	background-image: url(../images/desc_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.product_features > .middle {
	background-image: url(../images/desc_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	
	padding: 20px;
	padding-bottom: 35px;	/* makes room for the buttons, make sure this is taller than the buttons and their margins */
}
.product_features > .bottom {
	height:12px;
	background-image: url(../images/desc_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.feature_title {
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.feature_desc {
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 12px;
	margin: 1em 0 1em 10px;
	text-indent: -10px;
}
.feature_desc > p {		/* effectively ignores root p tags created in rich text editor */
	margin: 0;
	display: inline;
}


/* product side bar */
#product_sidebar {
	float: right;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 12px;
}
.sidebar_title {
	font-size: 16px;
	margin-bottom: 15px;
}
#product_sidebar > * {
	border: 1px solid silver;
	margin-bottom: 10px;
	padding: 20px;
	width: 285px;
}
.sidebar_faqs ul {
	
	list-style-type: none;
}
li.sidebar_faq, div.news_link, .more_news_link, .more_faqs_link {
	padding: 5px 0px;
}
#product_media {
	text-align: center;
	border: none;
	padding: 0;
}
.product_media_title {
	text-align: left;
	margin: 20px 20px 15px 20px;
}
.product_image {
	border: 1px solid silver;
	margin-bottom: 10px;
	width: 325px;
	height: 125px;
	overflow: hidden;
}
.product_image.first {
/*	min-height: 125px;*/
	height: 174px;
}
.similar_product { /* also used in .sidebar_accessories */
	float: left;
	text-align: center;
	width: 140px;
}

.product_features .similar_product {
	width: 120px;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: register.tpl */
table#register {
	font-size: 12px;
}
table#register td {
	padding: 4px;
	vertical-align: top;
	border-top: 1px solid #e1eef0;
}
table#register td.label {
	width: 250px;
	text-align: right;
}
table#register td.input {
	width: 400px; 
}
table#register td.error_message {
	width: 250px; 
}
table#register tr.error /*td.error_message*/ {
	color: #880000;
}

/* ------------------------------------------------------------------------ */
/* TEMPLATE: faq.tpl */
.faq_list {
	float: left;
	margin: 7px;
}
.faq_category {
	font-weight: bold;
	font-size: 16px;
	padding: 25px 10px 5px 10px;
	height: 20px;
	clear: left;
}
.faq_links {
	margin: 7px;
	border-bottom: 1px solid;
}
.faq_column {
	width:200px;
	float:left;
}
.faq_links .faq_category {
	font-size: 12px;
	padding: 0 10px;
}
.faq {
	width: 440px;
	margin: 10px 5px;
	float: left;
}
.faq_top {
	height:10px;
	background-image: url(../images/faq_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.faq_middle {
	background-image: url(../images/faq_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	padding: 0 10px;
}
.faq_bottom {
	height:10px;
	background-image: url(../images/faq_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.faq_big {
	width: 898px;
	margin: 10px;
}
.faq_big_top {
	height:10px;
	background-image: url(../images/faq_big_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.faq_big_middle {
	background-image: url(../images/faq_big_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	padding: 5px 15px;
}
.faq_big_bottom {
	height:10px;
	background-image: url(../images/faq_big_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.faq_big .faq_question {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid gray;
}
.faq_big .faq_answer {
	margin-top: 10px;
}
.faq_answer ul {
	margin: 0 1em;
}
.faq_reference_number {
	color: black;
	text-align: right;
}
.faq .faq_reference_number {
	float: right;
	color: gray;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: location.tpl */
.location_content p {
	padding: 10px;
}
ul.state_list {
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	list-style: none;
}
#location_list {
	margin-left: 44px;
	margin-right: 20px;
}
.location .location_name {
	font-weight: bold;
	font-size: 14px;
	width: 365px;
}
.location td {
	width: 289px;
}
.location .label {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 70px;
}
table.location {
	font-size: 12px;
/*	border: 1px solid silver;
	background: #eee;
*/
	padding: 5px;
	width: 375px;
}
table.location.selected a {
/*	border: 1px solid black;
	background: #ccc;
*/
	color: black;
}
table.location.map_info {
	border: none;
	background: transparent;
}
#googlemap {
	height: 500px;
	width: 500px;
	float: right;
	margin-top: 10px;
}

.loc_box {
	width: 375px;
	margin: 10px 4px;
}
.loc_top {
	height:10px;
	background-image: url(../images/loc_bg_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.loc_middle {
	background-image: url(../images/loc_bg_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	padding: 0 10px;
}
.loc_bottom {
	height:10px;
	background-image: url(../images/loc_bg_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: manuals.tpl, accessories.tpl, jobs.tpl */

#manual_search, #accessory_search_left, #accessory_search_right, #searchform {
/*	background: #eee;
	border: 1px solid #bbb;
	width: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
*/
	float: left;
	width: 440px;
	margin: 10px 0;
}

#accessory_search_left, #accessory_search_right {
	min-height: 110px;
	margin-right: 5px;
}
#manual_search table td, #accessory_search_left table td, #accessory_search_right table td {
	padding: 2px;
	font-size: 12px;
	vertical-align: top; 
}

/* search results tables */
table.manuals, table.accessories, table.search_results, table.jobs {
	clear: left;
	width: 90%;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	margin: 10px auto;
}
table.manuals th, table.accessories th, table.search_results th, table.jobs th {
	background: #ddd;
}
table.manuals td, table.accessories td, table.search_results td, table.jobs td {
	vertical-align: top;
	background: #eee;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: video.tpl */
#main_video {
	width: 720px;
	height: 500px;
	margin: 0px auto;
}
.video_description {
	width: 720px;
	margin: 10px auto;
	font-size: 13px;
}
.video_thumbs_scroller {
	border: 1px solid #eee;
	width: 681px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
}
.video_type {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 3px;
}
.video_subtype{
	font-size: 12px;
	margin: 0px 1px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.video_thumb {
	width: 168px; 
	vertical-align: top;
}
.video_thumb img {
	border: 4px solid #ddd;
	margin: 4px 0px;
}
.video_thumb.selected img {
	border-color: #244EBE;
}
.all_video_thumbs {
	margin: 10px auto;
}
.video_thumb_column {
	vertical-align: top;
	padding: 10px;
}

/* ------------------------------------------------------------------------ */
/* TEMPLATE: page.tpl */
#portal-content {
	padding: 15px;	
}
#articles_title {
	font-size: 14px;
	font-weight: bold;
}
#support_articles {
	list-style: none;
	padding-left: 1em;
}
li.support_article_link {
	margin: 10px 0px;
	font-size: 13px;
}
.article_preview {
	font-size: 11px;
	margin: 10px;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: page.tpl */
.article_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin: 20px 0px;
}
.article_body ul {
	padding: 0 0 0 1em;
}


/* ------------------------------------------------------------------------ */
/* TEMPLATE: page.tpl */
/* compare columns are similar to product specs */
table.product_compare {
	float: left;
	margin-top: 10px;

	font-size: 12px;
	line-height: 30px;
	
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 12px;
}
td.compare_label {
	width: 150px;
	text-align: right;
	vertical-align: top;
	color: #808080;
	padding: 18px 22px 18px 0;
	height: 30px;
}
td.compare_value {
	width: 230px;
	text-align: center;
	vertical-align: top;
	color: #717171;
	padding: 0 3px;
}
.compare_value > .top {
	height:12px;
	background-image: url(../images/compare_column_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.compare_value.middle {
	background-image: url(../images/compare_column_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
.compare_value > .middle {
	padding: 5px;
}
.compare_value.top > .middle {
	background-image: url(../images/compare_column_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
.compare_value.bottom > .middle {
	background-image: url(../images/compare_column_middle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
.compare_value.bottom > .bottom {
	height:10px;
	background-image: url(../images/compare_column_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.compare_scroller {
	overflow-x: auto;
	width: 720px;
}
td.compare_value.top > .middle > .value_box > img {
	height: 200px;
	width: 200px;
}
table.product_compare td.compare_label {
	
}