
/*watch_category_color*/

.icons:hover{
	border:1px #CC6633 solid;
}

.submenu{
	border-left:1px #d9d9d9 solid;
	margin-top:5px;
	width:578px;
/*	margin-bottom:15px;*/
	display: inline-block;
}

.submenu:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.submenu li{
	border-right:1px #d9d9d9 solid;
	list-style:none;
	float:left;
}

.submenu li a{
	display:block;
	white-space: nowrap;
	margin:1px;
	line-height:19px;
	padding:0px 20px 0px 24px;
	text-decoration:none;
	color:#666666;
	background:url(../../images/common/category/list_w.gif) no-repeat;
}

.submenu li a:hover{
	background:url(../../images/common/category/list_w_f2.gif) no-repeat #d9d9d9;
}

/* Holly Hack Targets IE Win only \*/
	* html .submenu {height: 1%;}
	.submenu {display: block;}
/* End Holly Hack */


div.watch_outline {
	zoom:1;
}

div.watch_outline:before ,
div.watch_outline:after {
	content:""; display:table;
}

div.watch_outline:after {
	clear:both;
}

div.watch_outline p.watch_img {	
	padding:0 0 0 15px;
	float:right;
}

div.watch_outline .pd{	
	padding:10px 0 0 0;
}

