@import url('common.css');

.redcolorbold	{font-weight:bold; color:#c00301;}

/* 선택마우스오버메뉴 */
.contentSelect						{width:715px; height:27px; padding-top:5px; padding-left:9px; border-top:1px solid #d9d9d9; border-bottom:1px solid #fff; background:url(/Customer/lineSelectBg.gif) repeat-x;}
.contentSelect ul						{width:600px;}
.contentSelect ul li					{width:113px; padding-right:2px; text-align:center;}
.contentSelect ul li a				{width:113px; padding-right:2px; height:19px; font-size:11px; color:#fff; padding-top:8px; background:url(/Customer/selectOff.gif) no-repeat; text-decoration:none; float:left;}
.contentSelect ul li a:hover		{width:113px; padding-right:2px;  height:19px; font-size:12px; color:#c40203; font-weight:bold; padding-top:8px; background:url(/Customer/selectOn.gif) no-repeat; text-decoration:none; float:left;}
.contentSelect ul li.selected a	{width:113px; padding-right:2px;  height:19px; font-size:12px; color:#c40203; font-weight:bold; padding-top:8px; background:url(/Customer/selectOn.gif) no-repeat; text-decoration:none; float:left;}

/* 검색 */
.contentSearch									{width:724px; height:60px; padding-top:14px;}
.contentSearch .border						{width:720px; border:1px solid #e5e5e5; padding:1px; height:28px;}
.contentSearch .border .box					{width:720px; height:23px; background:#f6f6f6; padding-top:5px;}
.contentSearch .border .box .tit			{width:282px; padding-right:5px; text-align:right;}
.contentSearch .border .box .inputbox	{width:162px;}
.contentSearch .border .box input			{width:153px; height:13px; border:2px solid #787878; padding:1px 1px 0 1px; font-size:11px;}
.contentSearch .border .box .btn			{width:271px;}