/*InkTemplate Framework / 3 column layout */

/*
##############################################################
#
#			LAY OUT OF PAGE
#
##############################################################

*/

* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-style: none;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

/*BODY / CONTAINER SECTION */

body
{
	text-align: center;
}

div#page_container
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}





/*HEADER SECTION*/
div#header_container{
	
}

div#header_image{
	width:auto;
	height:122px;
}

div#header_bar{
	background-image:url(../images/header_bar.jpg);
	background-repeat:no-repeat;
	height:35px;
	
}

div#header_controls{
	float:right;
	padding-top:10px;
	padding-right:20px;
		
}


/*CONTENT SECTION*/
div#content_container{
	/*background-color:#6F6;*/
	padding-top:10px;
	clear:both;
	
}

div#content_body{
	/*background-color:#CFF;*/
	margin-left:187px;
	width:763px;
	min-height:1000px;
	
	
	
}

div#content_body_header{
	background-image:url(../images/content_body_header.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:750px;
	margin-left:10px;
}

div#content_body_center{
	/*background-color:#36C;*/
	margin-left:15px;
	width:560px;
}

div#content_body_full{
	margin-left:9px;
	width:754px;
}

div#content_body_right{
	/*background-color:#C99;*/
	float:right;
	width:165px;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	
}

div#content_body_right_cs{
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;

}

div#content_body_right_search{
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.content_body_right_image {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	
}

.content_body_right_brand_image{
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
}

div#content_sidebar{
	/*background-color:#99F;*/
	min-height:500px;
	width:187px;
	position:absolute;
}

div#content_sidebar_widget{
	margin:2px 0 0;
	border-left:1px solid #00588D;
	border-right:1px solid #00588D;
	border-bottom:1px solid #00588D;
	width:187px;
	
}

div#content_sidebar_menu{
	margin:2px 0 0;
	border-left:1px solid #00588D;
	border-right:1px solid #00588D;
	border-bottom:1px solid #00588D;
	width:187px;
}

div#content_sidebar_info{
	margin:2px 0 0;
}

/*FOOTER SECTION */
div#footer_container{
	clear:both;
	/*background-color:#C96;*/
	text-align:center;
}

div#footer_menu{
	background-color:#7f7f7f;
	height:36px;
	padding-top:10px;
}


/*
##############################################################
#
#			DESIGN OF PAGE
#
##############################################################

*/
/*HEADER SECTION*/
div#header_controls, div#footer_menu{
	font-size:12px;
	color:#FFF;
}

div#header_controls a, div#footer_menu a{
	font-size:12px;
	color:#FFF;
	text-decoration: none;
}

div#header_controls a:link, 
div#header_controls a:active, 
div#header_controls a:visited,
div#footer_menu a:link, 
div#footer_menu a:active, 
div#footer_menu a:visited
{
	font-size:12px;
	color:#FFF;
}

div#header_controls a:hover,
div#footer_menu a:hover
{
	color:#000;	
}

/*SIDEBAR SECTION */
.left_menu_links {
	margin: 0;
	list-style-type:none;
	
}

.left_menu_links a{
	display: block;
	padding-left:30px;
	margin:0px 0 0;
	padding-top: 5px;
	height: 20px;
	background-color:#F6F6F6;
	border-bottom:1px solid #999;
	font-size:14px;
	text-decoration: none; /*lets remove the link underlines*/
	
}

.left_menu_links a:link, .left_menu_links a:active, .left_menu_links a:visited {
color: #000000;
}

.left_menu_links a:hover {
/*border-top: 1px solid #000000;*/
border-bottom: 1px solid #999;
background: #333333;
color: #ffffff;
} 

/*CONTENT SECTION*/
.notice_text { font-size: 12px; font-weight: bold; color: #ed7000; }

#content_body_center h1,
div#content_body_full h1{
	font-size:16px;
	padding-left:15px;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #666;
}

#content_body_center h2,
div#content_body_full h2{
	font-size:14px;
	padding-left:15px;
	padding:3px 0 3px 5px;
}

#content_body_center p,
div#content_body_full p{
	font-size:12px;
	color:#3075A0;
}

#content_body_right_search h2{
	font-size:14px;
	text-align:left;
	font-style: italic;
	padding:10px 0 10px 0px;
}


#query, #nm, #company, #email, #order, #ph, #comments, .qty{
	background:#F4F4F4;
	border: 1px solid #B0B0B0;
	height:22px;
	font-size:16px;
}

#search_container{
	padding-bottom:10px;
}
#search_container_btn{
	float:right;
	
}

#current_location { font-size: 11px; font-weight: bold; padding: 5px 0px 5px 0px; }
#current_location a { font-size: 11px; font-weight: normal; color: #3690f1; text-decoration: underline; }
#current_location a:hover { font-size: 11px; font-weight: normal; color: #3690f1; text-decoration: none; }

/*CATEGORY PAGE SPECIFIC */
#category_heading{
	background-color:#93C6E7;
	height:20px;
	width:754px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

.ctrDropDown{
   width: 157px;
	height: 21px;
   font-size: 11px;
	background: #e4e4e4;
	color: #333333;
	background: #e4e4e4;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	border: 1px solid #CCCCCC;
	text-transform: capitalize;
	
}
.ctrDropDownClick{
   width: auto;
	height: 21px;
   font-size: 11px;
	background: #e4e4e4;
	color: #333333;
	background: #e4e4e4;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	border: 1px solid #CCCCCC;
	text-transform: capitalize;


}
.plainDropDown{
    width:145px;
    font-size:11px;
}



#category_combo_category{

}

#category_combo_cartridge{
	float:right;
}



div#most_popular_printers_header{

}


/*PRODUCT LISTING DECORATION */
#print_list_container,
#compatiblewith_container{ 
	margin-left:25px; 
	margin-right:25px;
	padding:20px 0 20px 0;
}

.print_list_left,
.compatiblewith_list_left{
	float:left; 
	text-align:left;
	list-style:none;
}
.print_list_right, 
.compatiblewith_list_right{
	float:right; 
	text-align:left;
	list-style:none;
}
.print_list_item a,
.compatiblewith_list_item a{	
	font-size:13px; 
	color:#666666;
}
.print_list_item b,
.compatiblewith_list_item b{
	font-size:13px;
}


#printer_category_header{
	background-color:#959595;
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 25px;
	margin:5px 0 5px 0;
	color:#FFF;
	
}

.printer_list_header{
	background-color:#c9c9c9;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#656673;
}

div#product_list_image{
	width:160px;
	padding-top:20px;
	float:left;
}

div#product_list_description{
	margin-left:170px;	
}

div#product_list_description p{
	font-size:13px;
}

div#product_list_description p strong{
	color:#000;
	font-size:14px;
}

div#product_list_description p span{
	font-size:14px;
}
.strike { text-decoration: line-through; }
.line1 { font-size: 13px; font-weight: bold; color: #434343; text-decoration: none; }

.line1 a { font-size: 14px; font-weight: bold; color: #434343; text-decoration: none; }

.line1 a:hover { font-weight: bold; color: #434343; text-decoration: underline; }

.line2 .line2 a { font-size: 11px; font-weight: normal; color: #ff7f00; text-decoration: underline; }

.line2 a:hover { font-size: 11px; font-weight: normal; color: #6b6b6b; text-decoration: none; }

.line3,
.line3 a:link,
.line3 a:active,
.line3 a:visited { font-size: 14px; font-weight: bold; color: #3690f1; text-decoration: none; }
.line3 a:hover { font-size: 14px; font-weight: bold; color: #3690f1; text-decoration: underline; }
.line3 span {font-size:14px;}
.brand_list_tbl_h { height: 25px; color: #FFFFFF; font-weight: bold; font-size: 14px; padding-top: 0px; padding-left: 10px; background: #959595 repeat-x; }

div.printer_list { margin-top: 3px; }

div.printer_list a {color: inherit; text-decoration: none;}
div.printer_list a:hover {color:#3690f1; text-decoration: none;}

div.printer_list th { height: 20px; text-align: center; color: #666; background-color: #c9c9c9; }

div.printer_list td { height: 105px; background:url(../images/printer_list_container_bg.jpg) repeat-x bottom; }


/* SEARCH PAGE SPECIFIC DECORATION*/
#content_body_search_results{
	padding-bottom:20px;
}

.price {color:#cc3300;}
.price_amt{color:#000;font-weight:bold;font-size:14px;}
.search_table {margin-left:20px;}
.search_result_item{width:100%;}
.search_header_row td{font-size:16px; padding-bottom:25px; border-bottom:thin solid #808080;}
.search_item_container{}
.search_result_item_table { border:thin solid #808080; width:650px; padding-left:10px;}
.search_result_row_one{}
.search_result_number{}
.search_result_weight{}
.search_result_link a{ font-size:14px; color:#666666;}
.search_result_row_two{}
.search_result_description{font-size:12px;}
.search_result_row_three{}
.search_result_url_size span{}
.search_result_item_image{ text-decoration:none;border-style: none}
.search_result_buy_button{float:right;}

.search_controls td a {color:#666666; font-size:12px;}


/*Top Selling Printer List */
table.home-printers th{
	background-image:url(../images/home_printers_th.jpg);
	width:187px;
	height:20px;
}

table.home-printers th a{
	display:block;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding-left:5px;
}

table.home-printers th a:hover{
	display:block;
	font-size:16px;
	color:#000;
	text-decoration:none;
}

table.home-printers td a{
	display:block;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding-left:5px;
}

table.home-printers td a:hover{
	display:block;
	font-size:14px;
	color:#666;
	text-decoration:none;
}

table.home-printers td{
	background-image:url(../images/home_printers_td.jpg);
	width:186px;
	height:20px;
	padding-top:1px;
}
	
.center_panel_prod_cont{
	margin:0px;
	padding:0px;
}
/*Most Popular Printer Section */
.center_panel_prod_cont{
	width:560px;
	margin-top:10px;
}

.center_panel_prod_box_container{
	height:100px;
	width:186px;
	border:1px solid #CCC;
}

.center_panel_prod_box_heading_link{
	color:#F7931E;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	display:block;
}

.center_panel_prod_box_item_link{
	display:block;
	color:#3075A0;
	text-decoration:none;
	font-size:10px;
}

.center_panel_prod_box_image{
	float:left;
	width:78px;
}
/*FOOTER SECTION */