@charset "utf-8";

/* Resets */

* { margin: 0; padding: 0; }

/* Resets */
/* General */

.f8 {font-size: 8px; }
.f9 {font-size: 9px; }
.f10 {font-size: 10px; }

body {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	overflow-y: scroll;
	background: #6a7e6c;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}

.clear {
	clear: both;
	}
	
img {
	border: 0px;
	}

h1 {padding-bottom: 10px; color: #000000; font-weight: bold; font-size: 24px;}

.h1_alt {padding-bottom: 10px; color: #d20707; font-weight: bold; font-size: 24px;}

.h1_fsearch {padding-top: 9px; padding-bottom: 15px; color: #000000; font-weight: bold; font-size: 20px;}

h2 {padding-bottom: 8px; color: #000000; font-weight: bold; font-size: 16px;}

.h2_alt {padding-bottom: 8px; color: #d20707; font-weight: bold; font-size: 16px;}

h3 {padding-bottom: 6px; color: #000000;}
	
A:link {text-decoration: none; color: #8b1010;}
A:visited {text-decoration: none; color: #8b1010;}
A:hover {text-decoration: underline; color: #000000;}
A:active {text-decoration: none; color: #8b1010; outline: none;}
:focus {-moz-outline-style: none;}


.continue_shopping a{
	font-weight: bold;
	font-size: 24px;
/*	color: #ee8115;	 */
	}

.red {
color: #d20707;
	}
	
/* General */
/* Container */
	
#border {
	margin: 0px auto;
	padding: 0px 5px 5px 5px;
	width: 928px;
	background: #4a554b;
	}


#container {
	margin: 0px auto;
	padding: 5px;
	width: 918px;
	background: #FFFFFF;
	}


/* Container */
/* Header */
	
#header {
	width: 917px;
	background: #FFFFFF;
	padding: 15px 0 1px 0;
	}
	
#header_left {
	width: 734px;
	}	
#header_right {
	width: 183px;
	margin-top: 10px;
	}
	
	#view_cart_sprites div{ background-image:url('/images_rounded/sprite_3.png'); background-repeat:no-repeat; cursor:pointer; }
		#view_wishlist { background-position: 0px -100px; width: 158px;	height: 47px; }
		#view_wishlist:hover { background-position: 0px -50px; width: 158px; height: 47px; }
		#view_cart { background-position: 0px -200px; width: 158px; height: 25px; }
		#view_cart:hover { background-position: 0px -160px; width: 158px; height: 25px; }
	
#tabs {
	width: 912px;
	background: #FFFFFF;
	}

#tabs div {
	width:72px;
	height:32px;
	background-image:url('/images_rounded/sprite_1.png'); 
	background-repeat:no-repeat;
	cursor:pointer;
	}
		
	#air_conditioners { background-position: 0px 0px; }
	#air_conditioners:hover { background-position: 0px -50px; }
	#bbq { background-position: -72px -0px; }
	#bbq:hover { background-position: -72px -50px; }
	#dishwashers { background-position: -144px -0px; }
	#dishwashers:hover { background-position: -144px -50px; }
	#disp { background-position: -216px -0px; }
	#disp:hover { background-position: -216px -50px; }
	#freezers { 	background-position: -288px 0px; }
	#freezers:hover { background-position: -288px -50px; }
	#laundry { background-position: -360px 0px; }
	#laundry:hover { background-position: -360px -50px; }
	#microwaves { background-position: -432px 0px; }
	#microwaves:hover { 	background-position: -432px -50px; }
	#ovens { background-position: -504px 0px; }
	#ovens:hover { background-position: -504px -50px; }
	#tv_acc { background-position: -576px 0px; }
	#tv_acc:hover { background-position: -576px -50px; }
	#refrigerators { background-position: -648px 0px; }
	#refrigerators:hover { background-position: -648px -50px; }
	#vacuums { background-position: -792px -180px; }
	#vacuums:hover { background-position: -792px -220px; }
	#specials { background-position: -792px -0px; }
	#specials:hover { background-position: -792px -50px; }
	#cooking_products { background-position: -864px -0px; }
	#cooking_products:hover { background-position: -864px -50px; }
	#televisions { background-position: -720px 0px; }
	#televisions:hover { background-position: -720px -50px; }
	#audio { background-position: -864px -100px; }
	#audio:hover { background-position: -864px -140px; }
	#video { background-position: -792px -100px; }
	#video:hover { background-position: -792px -140px; }
	
#nav_bar {
	width: 917px;
	height: 34px;
	background: #fff;
	}
		
#nav_bar_sep {
	width: 3px;
	height: 34px;
	}
	
#nav_bar_left {
	width: 734px;
	height: 34px;
	background: url(/images_rounded/nav_bar_bg_left.png);
	}
	
#nav_bar_left_sprites div { background-image:url('/images_rounded/sprite_1.png'); background-repeat:no-repeat; cursor:pointer; }
		#nav_home { background-position: 0px -100px; width: 57px; height: 34px; }
		#nav_home:hover { background-position: 0px -140px; width: 57px; height: 34px; }
		#nav_contact_us { background-position: -80px -100px; width: 88px; height: 34px; }
		#nav_contact_us:hover { background-position: -80px -140px; width: 88px; height: 34px; }
		#nav_store_location { background-position: -190px -100px; width: 112px; height: 34px; }
		#nav_store_location:hover { background-position: -190px -140px; width: 112px; height: 34px; }
		#nav_store_policies	{ background-position: -320px -100px; width: 105px; height: 34px; }
		#nav_store_policies:hover { background-position: -320px -140px; width: 105px; height: 34px; }
		#nav_parts { background-position: -743px -340px; width: 157px; height: 34px; }
		#nav_parts:hover { background-position: -743px -380px; width: 157px; height: 34px; }
		#nav_sale { background-position: -533px -100px; width: 57px; height: 34px; }
		#nav_sale:hover { background-position: -533px -140px; width: 57px; height: 34px; }
		#nav_service { background-position: -743px -260px; width: 118px; height: 34px; }
		#nav_service:hover { background-position: -743px -300px; width: 118px; height: 34px; }
		#nav_specials { background-position: -603px -100px; width: 144px; height: 34px; }
		#nav_specials:hover { background-position: -603px -140px; width: 144px; height: 34px; }
		
	
#nav_search_button_sprites div { background-image:url('/images_rounded/sprite_1.png'); background-repeat:no-repeat; cursor:pointer; }
		#search_button { background-position: -450px -100px; width: 59px; height: 34px; }
		#search_button:hover { background-position: -450px -140px; width: 59px; height: 34px; }
	
#nav_bar_right {
	width: 106px;
	height: 25px;
	padding: 9px 5px 0px 10px;
	background: url(/images_rounded/nav_bar_bg_right.png);
	}
	
/* Header */
/* Content */

#sidebar {
	margin-top: 5px;
	width: 178px;
	}	
	
#sidebar_brands {
	width: 178px;
	}	

ul#sidebar_brand_list {
	width: 178px;
	}

ul#sidebar_brand_list li {
	list-style: none;
	background:url(/images_rounded/sidebar_brands_bg.png);
	text-align: left;
	margin: 0;
	height: 25px;
	}

ul#sidebar_brand_list li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0 0 25px;
	color: #404449;
	}
	
ul#sidebar_brand_list li a:hover {
	text-decoration: underline
}
	
.sidebar_remove_title {
	padding: 3px;
	color: #000;
		}

.sidebar_remove_item {
	padding: 2px 0 2px 15px;
	color: #911e1e;
		}
	
.sidebar_close {
	height: 25px;
	background:url(/images_rounded/sidebar_close_bg.png);
	background-repeat: no-repeat;
		}

.sidebar_close_text{
	position: relative;
	left: 25px;
	top: 4px;
}
	
.sidebar_open {
	height: 25px;
	padding: 0 0 10px 13px;
	background:url(/images_rounded/sidebar_open_bg.png);
	background-repeat: no-repeat
}

.sidebar_refine_value {
	text-indent: -22px;
	margin: 4px 0 4px 22px;
	
}
		
.sidebar_expand_name {
	font-weight: bold
}

.sidebar_expand_value {
	text-indent: -12px;
	margin-left: 12px
}

.sidebar_documents_url {
	padding: 0 0 0 13px;
	background:url(/images_rounded/sidebar_document_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	color: #606060;
		}

	
#sidebar_dropdown {
	width: 169px;
	height: 30px;
	padding: 12px 0px 0px 9px;
	background:url(/images_rounded/sidebar_bg.png)
	}
		
.sidebar_content {
	color: #000;	
	width: 157px;
	padding: 7px 12px 7px 9px;
	background:url(/images_rounded/sidebar_bg.png)
	}
	
.sidebar_show_hide {
	color: #000;	
	width: 146px;
	padding: 2px 12px 7px 20px;
	background:url(/images_rounded/sidebar_bg.png)
	}

		
.sidebar_content li {
	list-style: none;
	text-align: left;
	margin: 0;
	height: 18px;
	}
	
checkbox {
	height: 15px;
	}
	
#sidebar_info {
	color: #384a80;	
	width: 157px;
	height: 30px;
	padding: 6px 12px 6px 9px;
	background:url(/images_rounded/sidebar_bg.png)
	}
	
#promo_msg {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #606060
	}
			
#sidebar_divider {
	width: 178px;
	height: 1px;
	background:url(/images_rounded/sidebar_divider.png);
	background-repeat: no-repeat;
	}	
			
#sidebar_bottom {
	width: 178px;
	height: 3px;
	background:url(/images_rounded/sidebar_bottom.png);
	background-repeat: no-repeat;
	}	
	
#content {
	margin-top: 5px;
	margin-right: 1px;
	width: 735px;
	}

#content_text {
	color: #767878;
	padding: 10px;
	width: 715px;
	text-align: left;
	}

#content_text ul {
	padding: 10px 0 0px 30px;
	}

#content_text li {
	padding: 0 0 5px 0;
	font-weight: bold;
	}

#content_text li a{
	padding: 0 0 5px 0;
	font-weight: bold;
	}
	
#featured_brands {
	margin-top: 5px;

	}	


	#featured_brands_sprites div { background-image:url('/images_rounded/sprite_3.png'); background-repeat:no-repeat; cursor:pointer; }
		#featured_brands_1 { background-position: -170px 7px; width: 177px; height: 147px; }
		#featured_brands_1:hover { background-position: -170px -153px; width: 177px; height: 147px; }
		#featured_brands_2 { background-position: -170px -313px; width: 177px; height: 147px; }
		#featured_brands_2:hover { background-position: -170px -473px; width: 177px; height: 147px; }
		#featured_brands_3 { background-position: -370px 7px; width: 177px; height: 147px; }
		#featured_brands_3:hover { background-position: -370px -153px; width: 177px; height: 147px; }
		#featured_brands_4 { background-position: -370px -313px; width: 177px; height: 147px; }
		#featured_brands_4:hover { background-position: -370px -473px; width: 177px; height: 147px; }
		#featured_brands_5 { background-position: -570px 7px; width: 177px; height: 147px; }
		#featured_brands_5:hover { background-position: -570px -153px; width: 177px; height: 147px; }
		#featured_brands_6 { background-position: -570px -313px; width: 177px; height: 147px; }
		#featured_brands_6:hover { background-position: -570px -473px; width: 177px; height: 147px; }
		#featured_brands_7 { background-position: -770px 7px; width: 177px; height: 147px; }
		#featured_brands_7:hover { background-position: -770px -153px; width: 177px; height: 147px; }
		#featured_brands_8 { background-position: -770px -313px; width: 177px; height: 147px; }
		#featured_brands_8:hover { background-position: -770px -473px; width: 177px; height: 147px; }
		#featured_brands_split { background-position: -0px -630px; width: 734px; height: 9px; }
		#featured_brands_split_vert { background-position: -952px -462px; width: 9px; height: 151px; }
				
				
		
#search_result {
	}	

#search_result_header {
	padding-left:4px;
	padding-top:5px;
	}
	
.search_result_img {
	margin: 15px;
	}	

.search_result_brand_logo {
	margin: 15px 0 15px 0;
	}	

.search_result_product_title{
	color: #8b1010;
	font-size: 14px;
	font-weight: bold;
	width: 530px;
	padding-bottom: 10px;
	border-bottom: #cccccc 1px solid;
	}	

.search_result_product_features {
	color: #7d7f7f;
	width: 225px;
	}	
	
.search_result_product_features ul{
	margin: 5px 0 0 0;
	}	
	
.search_result_product_features li{
	list-style-type: none;
	padding: 3px 0 3px 0;
	}	

.search_result_product_colors {
	color: #7d7f7f;
	margin: 3px 0px 0 0;
	width: 290px;
	}
				
.search_result_colors_model_number {
	text-align: left;
	font-size: 12px;
	width: 105px;
	}
		
.search_result_color {
	text-align: left;
	width: 97px;
	}
	
.search_result_colors_price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #d20707;
	width: 40px;
	}
				
.search_result_colors_model_number_rebate {
	text-align: left;
	font-size: 12px;
	width: 105px;
	background-color: #ddf0e3;
	}

.search_result_colors_model_number_rebate a {
	color: #1d5e32
	}
		
.search_result_color_rebate {
	text-align: left;
	width: 97px;
	background-color: #ddf0e3;
	}
	
.search_result_colors_price_rebate {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #1c823c;
	width: 40px;
	background-color: #ddf0e3;
	}
	
.search_result_colors_rebate_img {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #1c823c;
	width: 20px;

	}

.search_result_split {
	width:98%; 
	height:1px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	background-color: #b0b0b0;
	}
	
						
p.compare_checkbox {
	clear: both;
	float: right;
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 21px;
	}
	
p.compare_checkbox input {
	margin-left: 10px;
	position: absolute;
	top: 15px;
	right: -20px;
	}
	
	
	
	
	
	
#product_page {
	}	

#product_page_img {
	margin: 15px;
	}	

#product_page_enlarge_img {
	margin-left: 40px;
	}

#enlarge_img_sprites div{ background-image:url('/images_rounded/sprite_3.png'); background-repeat:no-repeat; cursor:pointer; }
		#enlarge_img { background-position: -0px -0px; height: 35px; width: 128px; }
		#enlarge_img:hover { background-position: -0px -521px; height: 35px; width: 128px; }
		
	
#product_page_brand_logo {
	margin: 15px 0 5px 0;
	}	

#product_page_product_title{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	width: 530px;
	padding-bottom: 5px;
	}	
	
#product_page_product_model_number {
	font-size: 11px;
	color: #7d7f7f;
	padding-bottom: 5px;
	}

#product_page_product_reg_price {
	font-size: 13px;
	font-weight: bold;
	color: #7d7f7f;
	padding-bottom: 5px;
	}

#product_page_product_sale_price {
	font-size: 14px;
	font-weight: bold;
	color: #d20707;
	padding-bottom: 10px;
	}
	
#product_page_product_rebate {
	font-size: 12px;
	font-weight: bold;
	color: #d46d6d;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#product_page_product_save {
	font-size: 12px;
	font-weight: bold;
	color: #d46d6d;
	padding-bottom: 5px;
	}
	
#add_cart_sprites div{ background-image:url('/images_rounded/sprite_3.png'); background-repeat:no-repeat; cursor:pointer; }
		#add_wishlist { background-position: 0px -320px; width: 131px;	height: 43px; }
		#add_wishlist:hover { background-position: 0px -380px; width: 131px; height: 43px; }
		#add_cart { background-position: 0px -240px; width: 131px;	height: 30px; }
		#add_cart:hover { background-position: 0px -280px; width: 131px; height: 30px; }
	
#product_page_product_features {
	color: #7d7f7f;
	}	
	
#product_page_product_features ul{
	margin: 5px 0 0 0;
	}	
	
#product_page_product_features li{
	list-style-type: none;
	padding: 3px 0 3px 0;
	}	

#product_page_product_colors {
	color: #7d7f7f;
	margin: 20px 0 0 0;
	}
				
.product_page_colors_model_number {
	text-align: left;
	font-size: 12px;
	color: #8b1010;
	width: 140px;
	}
					
.product_page_colors {
	text-align: left;
	width: 119px;
	}
	
.product_page_colors_price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #d20707;
	width: 91px;
	}
				
.selected {
	background-color: #E3E3E3;
	}
						
p.product_page_color_radio {
	clear: both;
	float: none;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	}
p.product_page_color_radio input {
	left: 4px;
	position: absolute;
	top: 6px;
	}
p.product_page_color_radio label {
	display: block;
	margin-left: 22px;
	width: 90px;
	}	

.product_page_detailed_specs {
	padding: 2px;
	border: 1px solid #a6a6a6;
	}

.cell_odd {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e3e3e3;
	color: #000;
	padding: 6px 6px 6px 12px;
	}

.cell_even {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e3e3e3;
	color: #000;
	padding: 6px 6px 6px 12px;
	}

.cell_header {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #954646;
	color: #fff;
	padding: 6px 6px 6px 12px;
	text-align: center;
	font-weight: bold;
	}
	
	
	
.featured_box_left {
	margin-top: 6px;
	width: 182px;
	float: left;
	}	
	
.featured_box_middle2 {
	margin-top: 6px;
	width: 186px;
	float: left;
	}	
	
.featured_box_right {
	margin-top: 6px;
	width: 181px;
	float: left;
	}	
	
/* Content */
/* Contact Us */

#contact_us_map {
	width: 440px;
	margin-top: 20px;
	}

#contact_us_info {
	width: 275px;
	margin-top: 15px;
	}

#contact_us_about {
	padding-top: 10px;
	}
	
#store_hours {
	width: 250px;
	color: #767878;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	margin: 10px 0 0 10px;
	}


/* Contact Us */
/* Product Page*/

#product_page_upper {
	position: relative;
	margin: 0 0 20px 0
}

#product_page_table {
	width: 100%
}

#product_page_table_row {
	vertical-align: bottom
}

#product_page_left_cell {
	width: 152px
}

#product_page_right_cell {
	text-align: left;
	padding: 9px 12px 12px 19px
}

#product_page_wishcart {
	width: 150px;
	display: inline;
	vertical-align: top;
	margin: 2px 0 0 0
}

#product_page_details {
	width: 543px;
	margin-left: 20px;
	text-align: left; 
	vertical-align: top;
	display: inline
}

.product_title {
	padding-top: 6px;
	padding-bottom: 3px;
	color:#000000;
	font-size: 22px;
	font-weight: bold;
}

.product_reg_price {
	padding-top: 10px;
	color:#7f7f7f;
	font-size: 12px;
	font-weight: bold;
}

.product_sale_price {
	padding-top: 3px;
	color:#d20707;
	font-size: 13px;
	font-weight: bold;
}

.product_rebate_info {
	padding-top: 10px;
	color:#d46d6d;
	font-size: 13px;
	font-weight: bold;
}

#product_page_details ul {
	margin-top: -8px
}

#product_page_details li {
	padding: 0 0 7px 0;
	color: #787878;
	font-weight: normal;
}

#product_tabs ul {
	margin-left: 25px
}

#product_tabs li {
	padding: 0 0 9px 0;
	color: #828282;
	font-weight: normal;
}

.quick_spec_heading{
	color: #000000;
	font-weight: bold
}

.quick_spec_listing{
	margin: 7px 0 0 8px
}

.quick_spec_name{
	color: #686868;
	font-weight: bold
}

.quick_spec_value{

}


/* Product Page */
/* Footer */

#footer {
	margin-top: 4px;
	height: 62px;
	width: 917px;
	background: url(/images_rounded/footer_bg.png);
	}
	
#footer_site_map {
	padding: 13px 0 1px 10px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

#footer_site_map A:link {text-decoration: none; color: #ffffff;}
#footer_site_map A:visited {text-decoration: none; color: #ffffff;}
#footer_site_map A:active {text-decoration: none; color: #ffffff;}
#footer_site_map A:hover {text-decoration: underline;}
	
#footer_copyright {
	padding: 10px 0 0 10px;
	color:#5f1715;
	font-size: 10px;
	}


/* Footer */



select {
	color: #696969;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 110px;
	}
		
/* Item Options */

.options_radio {
	margin-bottom: 7px
}

#wf_radio {
	margin-left: 10px
}

/* Item Options */

/* Cart/Wishlist */

#product_page_left {
	width: 150px;
	}

#product_page_right {
	width: 380px;
	margin-top: 25px;
	margin-left: 20px;
	text-align: left; 
	}

#wishlist_remove {
	color: #c74200;
	font-weight: bold;
	}

/* Cat Page */

.cat_page_specs {
	font-size: 10px;
	margin-top: 6px
}

.cat_page_skuline {
	font-size: 11px;
	margin-top: 10px
}

.cat_page_price {
	color: #d20707;
	font-weight: bold;
	font-size: 14px
}

.cat_page_model_link {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px
}

.cat_page_item_cell {
	border-bottom: thin solid #B0B0B0
}


#cat_page_sort_table {
	color: #505050;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	width:570px;
	margin: -10px -10px 5px -10px;
	padding: 6px 0 7px 0;
 	background-color:#c0c0c0;
	border-top: solid 1px #505050;
	border-bottom: solid 2px #505050;    
	}


/* Misc */

#fsearch a {
	font-size:12px;
	line-height:20px;
	}

TD#fsearch_table {
	width: 33%;
	}

.nowrap {
	white-space: nowrap
}





#category_thumb_line {
	height: 125px;
	margin: 5px;
	}

.category_thumb{
	width:100px;
	height:125px;
	color:#666666; 
	font-weight:bold; 
	background-image:url('/images_rounded/sprite_2.png'); 
	background-repeat:no-repeat;
	cursor:pointer;
	border-right: solid 1px #a6a6a6;

}
	
.category_thumb_last{
	width:100px;
	height:125px;
	color:#666666; 
	font-weight:bold; 
	background-image:url('/images_rounded/sprite_2.png'); 
	background-repeat:no-repeat;
	cursor:pointer;
}


#category_shop_by {
	}
	
#category_shop_by ul {
	margin-top: 10px;
	margin-left: 15px;
}

#category_shop_by li {
	padding: 0px 30px 7px 0px;
	font-weight: normal;
	}



#shop_refrig_types {
	margin-left:10px;
	}

#shop_refrig_capacity {
	padding-left:15px;
	padding-right:0px;
	border-left: solid 1px #a6a6a6;
	border-right: solid 1px #a6a6a6;
	}

#shop_refrig_capacity_left {
	padding-left:15px;
	padding-right:0px;
	border-right: solid 1px #a6a6a6;
	}

#shop_refrig_width {
	margin-left:10px;
	}
	
/* Survey Styles */

.cs5{
	background-color: #9bb49b;
	width: 20px; height: 20px
}

.cs4{
	background-color: #cdd9cd;
	width: 20px; height: 20px
}

.cs3{
	background-color: #ebebeb;
	width: 20px; height: 20px
}

.cs2{
	background-color: #c79392;
	width: 20px; height: 20px
}

.cs1{
	background-color: #8f2825;
	width: 20px; height: 20px
}

.csn{
	background-color: #bfbfbf;
	width: 20px; height: 20px
}

     