/******************** --- categories & subcategories, product boxes--- ***********************/


/*------- category/subcats ----*/
.cat_table{}
.cat{
	border-bottom:2px solid #eeeeee;
	padding:7px;
	text-align:center;
}
.cat_image{
	background:#ffffff;
	margin-bottom:5px;
	padding:5px;
}
.cat_title{
	margin-bottom:7px;
}
.cat_description{
	font-size:8.5pt;
	line-height:11pt;
	color:#787878;
}

/*--------------------------------*/

.index_cat_img{
	border-bottom:1px solid #e6f1ff;
	background:#ffffff;
	margin-bottom:5px;
}
.cat_thumb{
	border-bottom:2px solid #d9e9ff;
	padding:5px 5px 10px 5px;
}
.cat_img{

}
.description{
	margin-bottom:10px;
}


/******************  KT: subcats listing ***********************/

/* --------- this is for subcats when they are listed as plain links in a box on top of the product list -> category/list --------- */

ul.site-subcats {
	margin: 1em;
	padding: 0em;
}
	
ul.site-subcats li {
	float: left;
	padding:0px;
	margin:0px;
	width:190px;
	list-style-type:none;
	border-bottom:1px solid #eeeeee;
}
ul.site-subcats li a:link, 
ul.site-subcats li a:visited, 
ul.site-subcats li a:hover, 
ul.site-subcats li a:active{
	font-weight:normal;text-decoration:none;
}

.subcats_box{
	margin-bottom:15px;
	background:url(images/side_bg.gif) top left repeat-x #f3f3f3;
	border-top:1px solid #dddddd;
}
.subcats_box h1{
	font-size:8.5pt;
	font-weight:bold;
	margin:0 10px;
}	

/*------ pagination & navigation lines -------*/

.thumb_navigation{
	border-bottom:1px solid #dddddd;
	border-top:1px solid #ffffff;
	background:#f2f2f2;
	text-align:center;
	padding:3px;
}
.results_perpage{
	border-bottom:1px solid #dddddd;
	border-top:1px solid #ededed;
	padding:3px;
	background:#fbfcfe;
}
.results_perpage form {
  display: inline !important;
}


.per_page{
	margin:10px;
	text-align:center;
}
.thumbs_table{
	
}

/*-------- index & category/list -----------*/
.thumbs_table{}
.thumb{
	border-bottom:3px solid #eeeeee;
	padding:5px;
	text-align:center;
	width:187px;
}
.thumb_image{
	background:#ffffff;
	margin-bottom:5px;
}
.thumb_content{
	/* the name, price etc. are placed in thumb_content tag*/
}
.thumb_name{
	margin-bottom:5px;
}
.thumb_price{
	margin-bottom:3px;
	color:#000000;
	font-weight:bold;
}
.thumb_retail{
	margin-bottom:3px;
}
.thumb_yousave{
	margin-bottom:3px;
	color:#787878;
}
.thumb_descr{
	margin-bottom:5px;
	line-height:11pt;
}
.thumb_links{

}
.thumb_actions{
	margin-top:10px;
	margin-bottom:10px;
}




.thumb-list {
    border-bottom: 3px solid #eeeeee;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.thumb-list .thumb-image-wrapper {
    width: 170px;
    float: left;
}
.thumb-list .thumb_content {
    float: left;
    width: 390px;
}

.thumb-list .thumb-onsale {
    color: red;
    font-weight: bold;
}
.thumb-list .thumb-descr {
    font-style: italic;
}

.products-display-layout {
    overflow: hidden;
    margin: 5px 0;
}

.products-display-layout a {
    display: block;
    float: left;
    height: 17px;
    text-decoration: none;
    width: 50px;
    position: relative;
}

.products-display-layout a img {
    margin-right: 5px;
}

.products-display-layout a span {
    bottom: 0px;
    position: absolute;
}

/*----------------*/

.thumb_cat{
	border-bottom:2px solid #d9e9ff;
	padding:5px;
}
.thumb_img{	
	border:1px solid #DFDDDD;
	float:left;
	margin-right:10px;
}
.thumb_addinfo{
	font-size:7.5pt;
	line-height:10pt;
	margin-top:10px;
	margin-bottom:10px;
}


/*---- some common classes for subcats ----*/
big{
	font-size:10.5pt;
}
h1.doubleline{
	border-top:1px solid #DFDDDD;
	border-bottom:3px solid #DFDDDD;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:10px;
	line-height:16pt;	
}

/*------- thumbs.one on a row ---------*/
.thumb_row{
	margin-bottom:5px;
	margin-top:5px;
}
.thumb_row td{
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background:#ffffff;
	padding:3px 5px;
}

.thumb_row_img{	
	
}
.thumb_row_name{
	margin-bottom:10px;
}
.thumb_row_availability{
	font-size:7.5pt;
	line-height:10pt;
	border-top:1px solid #dddddd;
	margin-top:7px;
	padding-top:7px;
}
td.thumb_row_buy{
	text-align:right;
	background:#fafafa;
}
/*------- messages -> submit a ticket link -----------*/

.messages_box {background:url(images/side_bg.gif) top left repeat-x #f3f3f3;border:2px solid #dddddd;padding:5px 10px;}
.messages_box td {padding:3px 5px;}

.messages_tbl{
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.messages_tbl td{
	padding:3px 5px;
	background:#ffffff;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.messages_tbl th{
	padding:5px 5px;
	background:#f2f2f2;
	font-size:8.5pt;
	color:#787878;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.messages_navigation{
	margin:3px;
}
.messages_browser{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
.messages_browser th{
	padding:3px 5px;
	background:#f2f2f2;
	text-align:left;
	font-size:8.5pt;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.messages_browser td{
	padding:3px 5px;
	background:#ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.message_subject{
	font-weight:bold;
	border-bottom:1px solid #dddddd;
}
.message_attachment{
	border-top:1px solid #dddddd;
}