@charset "Shift_JIS";
/******** --------------------------------------------------
	ProductPage Style
 -------------------------------------------------- */

table{
	border-collapse: collapse;
}
/* --------------------------------------------------
 01:製品情報共通
 -------------------------------------------------- */
#mainbox {
 	width: 100%;
	background: url(../images/index_mainbg.jpg) repeat-x top !important;
}
#main {
	width: 950px;
	margin: 0 auto;
	display:block;
}
#main h2 {
	padding-bottom:19px;
}

/* サブメニュー追加用スタイル */
#gnavi ul li ul {
	behavior:url("../common/css/csshover.htc");
}

/* --------------------------------------------------
  02:製品情報共通左カラム
 -------------------------------------------------- */
#lcolumn {
	width: 220px;
	float: left;
	border-top:2px solid #30aab5;
}
/*** サブメニュー ***/
#submenu ul{
	margin:1px 0 0;
	border-bottom:1px solid #e8e8e8;
}
#submenu ul li{
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}
#submenu img{
	vertical-align:bottom;
}
#submenu p{
	text-align:right;
	margin:7px 0 0;
	padding: 0 1px 0 0;
}
/*** TokiwaStyleのバナー ***/
dl#tokiwastyle{
	background:url(../images/common_tokiwastyle_bg.gif) 0 0 repeat-x #fff;
	padding: 0 20px;
	margin-top:13px;
}
dl#tokiwastyle dt{
	padding: 13px 0;
	line-height: 1.5;
}
dl#tokiwastyle dd{
	padding: 0 0 12px 0;
}
/*** くすり箱JPのバナー ***/
p#kusuribako{
	text-align:center;
	margin: 0 0 10px 0;
}

/*** スペシャルコンテンツ一覧 ***/
dl#special{
	margin:20px 0 0;
}
dl#special ul li {
	background:url(../images/common_special_dot.gif) left bottom repeat-x;
	padding: 5px 0 5px 11px;
}
dl#special ul li a{
	background:url(../images/common_special_arw.gif) 0 2px no-repeat;
	padding: 0 0 0 11px;
}

/* --------------------------------------------------
 02:製品情報共通右カラム共通
 -------------------------------------------------- */
#rcolumn {
	width: 715px;
	float: right;
}

/*** カテゴリー・ブランド・製品名共通の"→リンク" ***/
.listed a{
	color:#0c929e;
	background: url(../images/common_arw_link.gif) 0 2px no-repeat;
	padding: 0 0 0 17px;
}
.listed a:hover{
	color:#055961;
	background: url(../images/common_arw_link_on.gif) 2px 2px no-repeat;
}
/* --------------------------------------------------
 TOPページ
 -------------------------------------------------- */
/*** ブランド・製品名共通 ***/
div#idx-brand,
div#idx-name{
	width:316px;
	margin-top:20px;
}
div#idx-brand ul,
div#idx-name ul{
	display:block;
	padding:20px 0 0 25px;
}
div#idx-brand ul li,
div#idx-name ul li{
	width: 54px;
	float:left;
	padding-bottom:15px;
}

div#idx-brand h3,
div#idx-name h3{
	padding: 0 0 10px 10px;
	border-bottom:1px solid #c1c1c1;
}

div#idx-brand{
	float:left;
}
div#idx-name{
	float:right;
}

/* --------------------------------------------------
 カテゴリーから選ぶ
 -------------------------------------------------- */
#category {
	display:block;
}
#category div#left-line,
#category div#right-line{
	width: 316px;
}
#category div#left-line{
	float:left;
}
#category div#right-line{
	float:right;
}
#category dl dt{
	border-bottom:1px solid #c1c1c1;
}
#category dl dt img{
	vertical-align:bottom;
}

#category dl dd{
	padding: 20px 0 15px 25px;
}
#category dl dd ul li{
	padding: 4px 0;
}


/* --------------------------------------------------
 ブランドから選ぶ・名前から選ぶ共通
 -------------------------------------------------- */

#brand h3,
#name h3{
	padding: 0 0 10px 10px;
}
#brand ul.listed,
#name ul.listed{
	padding:4px 0 4px 25px;
	border-top:1px solid #c1c1c1;
}
#brand ul.listed li,
#name ul.listed li{
	display:inline;
	padding: 0 14px 0 0;
}

#brand dl.listed dt,
#name dl.listed dt{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	padding: 5px 0 3px 10px;
	font-weight: bold;
	font-size:117%;
	color:#4c4c4c;
}
#brand dl.listed dd,
#name dl.listed dd{
	padding: 20px 0 20px 25px;
}
#brand dl.listed dd li,
#name dl.listed dd li{
	width: 310px;
	float:left;
	padding: 4px 0;
}

/*** PAGE TOP ***/
#brand dl.listed dd.pagetop,
#name dl.listed dd.pagetop{
	padding:0;
}
#brand dl.listed dd.pagetop img,
#name dl.listed dd.pagetop img{
	vertical-align:bottom;
}

.listed dd.pagetop a{
	background:none;
	padding: 0;
}
/* --------------------------------------------------
 中カテゴリー・グループ・アイテム詳細 共通
 -------------------------------------------------- */
#mid-cate #rcolumn,
#group #rcolumn,
#item #rcolumn{
	border-top:2px solid #30aab5;
}
#mid-cat-name{
	font-size:117%;
	font-weight:bold;
	line-height:27px;
	border-bottom:1px solid #c1c1c1;
	padding: 0 0 0 10px;
}
/*** ブランドロゴと説明 ***/
table#brand-ex{
	border-bottom:1px solid #c1c1c1;
	width:100%;
}
table#brand-ex th{
	padding: 10px;
}
table#brand-ex td{
/*	padding: 0 0 0 20px;*/
	width:100%;
}
/* --------------------------------------------------
 中カテゴリー（カテゴリー内ブランド一覧）
 -------------------------------------------------- */
#mid-cate table#block-list{
	margin: 20px 0 0;
	padding: 20px 0 0;
}
#mid-cate .block{
	padding: 0 15px 27px;
	font-size:84%;
	line-height:1.5;
	vertical-align:top;
	width : 100px;

}
#mid-cate .block img{
	border:1px solid #c1c1c1;
}
#mid-cate .block dl dt{
	margin:5px 0 3px 0;
}

/*** リンク色 ***/
#mid-cate .block dl dt a{
	color:#30aab5;
}
#mid-cate .block dl dt a:hover{
	text-decoration:underline;
}
#mid-cate .block dl dd a{
	color:#444;
}
#mid-cate .block dl dd a:hover{
	color:#444;
	text-decoration:underline;
}

/* --------------------------------------------------
 グループ（ブランド内製品一覧）
 -------------------------------------------------- */
#group #block-list{
	padding: 20px 0 0 15px;
}
#group .block{
	width:315px;
	float:left;
	padding:0 0 30px 0;
}
#group .block table th{
	width:102px;
}
#group .block th img{
	border:1px solid #c1c1c1;
}
#group .block table td{
	width:198px;
	vertical-align:top;
}
#group .block table td h4{
	font-weight:bold;
	margin:8px 0 0 10px;
}
#group .block table td p{
	font-size:84%;
	margin:2px 0 0 10px;
}
/*** リンク色 ***/
#group .block table td h4 a{
	color:#30aab5;
	text-decoration:none;
}
#group .block table td h4 a:hover{
	text-decoration:underline;
}
#group .block table td p a:hover{
	color:#444;	
}

/* --------------------------------------------------
 アイテム詳細
 -------------------------------------------------- */
#item {
	display:block;
}
#item #spec {
	margin:20px 0 0;
	padding: 0 11px 0 15px;
	display:block;
}
/*** 製品説明左側 ***/
#item #spec #item-left{
	width: 182px;
	float:left;
}
#item #spec #item-left p{
	margin:0 0 4px;
}
#item #spec #item-left p#photo{
	border:1px solid #c1c1c1;
	margin: 0 0 8px 0;
}

/*カラー選択ボタン*/
#item #spec #colorbtn{
	background: url(../images/item_btn_color_dotline.gif) left bottom repeat-x;
	padding:0 0 8px 0;
	margin: 0 0 10px 0;
}

/*お取り扱い注釈*/
#item #spec #channel {
	padding: 4px 0 8px;
}
#item #spec #channel ul li{
	float:left;
}
#item #spec #channel p{
	padding: 4px 0 0 0;
	font-size:84%;
	letter-spacing:-0.1em;
	color:#777777;
}
#item #spec #channel p span{
	color:#fb4804;
}

/*ブランドインフォメーションへのリンク*/
#item #spec #item-left p#sp-link a{
	display:block;
	padding: 5px 0;
	text-align:center;
	background:#ceeded;
	border:1px solid #a3e2e8;
	color:#30aab5;
	text-decoration:underline;
}
/*** 製品説明右側 ***/
#item #spec #item-right{
	width: 417px;
	float:right;
}
#item #item-right p#lead{
	padding: 4px 0 4px 11px;
}
#item #item-right h4{
	color:#30aab5;
	font-size:133%;
	font-weight:bold;
	padding-left:11px;
}
#item #item-right #basic-info{
	border-top:1px dotted #c1c1c1;
	border-bottom:1px dotted #c1c1c1;
	margin: 10px 0 10px 0;
	padding: 5px 0;
}
#item #item-right table{
	width:100%;
}
#item #item-right table td{
	line-height:1.7;
	padding: 0 0 0 11px;
}
/*** 製品特長 ***/
#item #item-right div#copy h5{
	color:#30aab5;
	font-size:117%;
	margin:15px 0 8px 0;
	padding-left:11px;
}
#item #item-right div#copy p{
	padding-left:11px;
	line-height:1.5;
}

/*** 製品詳細 ***/
#item div#detail h6{
	width:106px;
	margin: 30px 0 0 0;
	padding:5px 0 3px 0;
	text-align:center;
	color:#fff;
	background:#30aab5;
}
#item div#detail p{
	border-top:2px solid #30aab5;
	padding:10px 10px 0 10px;
	line-height:1.5;
}
/*** 製品詳細（カラー選択部分） ***/
#item div#detail #color h6{
	width: 645px;
	padding:0;
}
#item div#detail #color p{
	border:none;
	font-size:84%;
	padding:20px 0 20px 15px;
}
#item div#detail #color ul{
	padding: 0 0 0 15px;
}
#item div#detail #color ul li{
	width: 122px;
	float:left;
	font-size:84%;
	padding-bottom:20px;
}
#item div#detail #color ul li a img{
	border:1px solid #d4d4d4;
	margin-bottom:5px;
}
#item div#detail #color ul li a{
	display:block;
	width: 102px;
	padding:0 0 5px 0;
	text-decoration:none;
}
#item div#detail #color ul li a:hover{
	text-decoration:none;
}

/* --------------------------------------------------
 製品一覧（.productlist）
-------------------------------------------------- */
.productlist .localnav {
	padding: 20px 0;
}
.productlist .localnav ul {
	padding: 3px 2px 3px 3px;
	width: 710px;
	overflow: hidden;
	background-color: #e8e8e8;
}
.productlist .localnav ul li {
	float: left;
	width: 71px;
	height: 27px;
	line-height: 1.0;
}
.productlist .localnav ul li img {
	vertical-align: bottom;
}
.anchorlink #content {
	margin-bottom: 20px;
	border-bottom: solid 1px #dfdfdf;
}
.productlist .section {
	width: 715px;
	overflow: hidden;
}
.productlist .section h4 {
	margin-bottom: 20px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	width: 715px;
}
.productlist .section p.pagetop {
	margin: 0 0 0 24px;
	padding: 0 30px 0 0;
	float: none;
	clear: both;
	width: 661px;
}

/* --------------------------------------------------
 カテゴリー検索一覧（.catlist）
-------------------------------------------------- */
.catlist .localnav {
	padding: 20px 0;
	width: 715px;
	overflow: hidden;
	clear: both;
}
.catlist .localnav img {
	padding-right: 1px;
	width: 84px;
	vertical-align: bottom;
}
.catlist .localnav dl {
	margin-right: 5px;
	float: left;
}
.catlist .localnav dl.last {
	margin-right: 0;
}
.catlist .localnav dl dt {
	background-color: #e8e8e8;
	text-align: center;
}
.catlist .localnav dl dd {
	padding: 0 2px 3px 3px;
	background-color: #e8e8e8;
}
.catlist .localnav dl dd ul {
	width: 425px;
	overflow: hidden;
}
.catlist .localnav dl dd ul li {
	float: left;
}

/* --------------------------------------------------
 アイテム一覧（.itemlist）
-------------------------------------------------- */
.itemlist .section {
	width: 100%;
	overflow: hidden;
}
.itemlist .section h4 {
	margin-bottom: 20px;
	padding: 8px 10px;
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	width: 695px;
	float: left;
	clear: both;
	color: #4c4c4c;
	font-size: 115.86%; /* = 14px */
	font-weight: bold;
	line-height: 1.0;
}
.itemlist .section .item {
	margin-right: 15px;
	padding-bottom: 20px;
	float: left;
	width: 223px;
	overflow: hidden;
}
.itemlist .section .item p.image {
	float: left;
	border: solid 1px #c1c1c1;
	width: 100px;
	height: 100px;
}
.itemlist .section .item dl.desc {
	float: right;
	width: 113px;
}
.itemlist .section .item dl.desc dt {
	font-size: 91.03%; /* =11px */
	font-size: 82.76%; /* =10px */
	font-weight: bold;
}
.itemlist .section .item dl.desc dt a {
	color: #30aab5;
}
.itemlist .section .item dl.desc dt a:hover {
	text-decoration: underline;
}
.itemlist .section .item dl.desc dd {
	margin-top: 5px;
	color: #555555;
	font-size: 82.76%; /* =10px */
	line-height: 1.1;
}

/* --------------------------------------------------
 ブランド一覧（.brandlist）
-------------------------------------------------- */
.brandlist .section {
	width: 100%;
	overflow: hidden;
}
.brandlist .section h4 {
	margin-bottom: 20px;
	padding: 8px 10px;
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	width: 695px;
	float: left;
	clear: both;
	color: #4c4c4c;
	font-size: 115.86%; /* = 14px */
	font-weight: bold;
	line-height: 1.0;
}
.brandlist .section .item {
	margin-right: 20px;
	padding-bottom: 20px;
	float: left;
	width: 218px;
	overflow: hidden;
}
.brandlist .section .item p.image {
	float: left;
	border: solid 1px #c1c1c1;
	width: 97px;
	height: 73px;
}
.brandlist .section .item dl.desc {
	float: right;
	width: 110px;
}
.brandlist .section .item dl.desc dt {
	font-size: 91.03%; /* =11px */
	font-size: 82.76%; /* =10px */
	font-weight: bold;
}
.brandlist .section .item dl.desc dt a {
	color: #30aab5;
}
.brandlist .section .item dl.desc dt a:hover {
	text-decoration: underline;
}
.brandlist .section .item dl.desc dd {
	margin-top: 5px;
	color: #555555;
	font-size: 82.76%; /* =10px */
	line-height: 1.1;
}

/* --------------------------------------------------
 検索結果（.searchlist）
-------------------------------------------------- */
.searchlist h3 {
	padding: 8px 0;
	border-top: solid 2px #30aab5;
	border-bottom: solid 1px #c1c1c1;
	color: #30aab5;
	font-size: 165.51%; /*  = 20px */
	font-weight: bold;
	line-height: 1.0;
}
.searchlist p.result {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: solid 1px #c1c1c1;
	color: #000000;
	font-weight: bold;
	line-height: 1.0;
}

/* --------------------------------------------------
 検索フォーム（.keywordsearch）
-------------------------------------------------- */
.keywordsearch {
	margin-top: 20px;
	padding: 10px;
	border: solid 1px #a3e2e8;
	color: #555555;
	background-color: #e1f7f7;
}
.keywordsearch h4 {
	margin-bottom: 10px;
}
.keywordsearch dl {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.keywordsearch dt,
.keywordsearch dd {
	float: left;
	vertical-align: middle;
}
.keywordsearch dt {
	line-height: 20px;
}
.keywordsearch dd {
	padding-left: 10px;
}
.keywordsearch dd input.keywordtxt {
	width: 218px;
}
.keywordsearch dd input.keywordbtn {
	width: 79px;
	height: 20px;
	border: none;
	display: block;
	background: url("../images/btn_search.gif") no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.keywordsearch dd input.keywordbtn:hover {
	background-position: 0 -20px;
}

/* --------------------------------------------------
 アイテム詳細（.details）
-------------------------------------------------- */
.details {
	width: 100%;
	overflow: hidden;
}
.details h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 2px #30aab5;
	border-bottom: solid 1px #c1c1c1;
	color: #000000;
	font-size: 165.52%; /* =20px */
	font-weight: bold;
	line-height: 1.0;
}
.details .summary {
	margin-bottom: 20px;
	border-bottom: solid 1px #c1c1c1;
}
.details .summary p {
	display: table-cell;
	vertical-align: middle;
}
.details .summary p.image {
	padding: 10px;
}
.details .summary p.desc {
	padding: 20px 10px 20px 0;
	color: #000000;
	font-size: 115.86%; /* =14px */
	font-weight: bold;
}
/* for IE6 */
* html .details .summary p {
	display: inline;
	zoom: 1;
}
/* for IE7 */
*:first-child+html .details .summary p {
	display: inline;
	zoom: 1;
}

.details #iteminfo {
	float: left;
	width: 182px;
}
.details #iteminfo p.image {
	margin-bottom: 10px;
}
.details #iteminfo p.image img {
	border: solid 1px #c1c1c1;
}
.details #iteminfo .icons {
	margin-bottom: 20px;
	padding-bottom: 11px;
	width: 182px;
	overflow: hidden;
	background: url("../../common/images/bg_dotted.gif") repeat-x 0 100%;
}
.details #iteminfo .icons h4 {
	margin-bottom: 4px;
}
.details #iteminfo .icons ul li {
	float: left;
}
.details #iteminfo .icons p.note {
	padding-top: 4px;
	clear: both;
	color: #777777;
	font-size: 82.759%;
}
.details #iteminfo .icons p.note span {
	color: #fb4804;
}
.details #iteminfo p.brandsite {
	margin-bottom: 10px;
}
.details #iteminfo p.attachment {
	margin-bottom: 10px;
}
.details .noteBox {
	padding: 17px 20px 0;
	font-size: 84%;
	background: url("../images/common_notebox_bg.gif") left top repeat-x;
}
.details .bnr_pdf {
	text-align: center;
	padding: 22px;
}

.details #spec {
	float: right;
	width: 748px;
}
.details #spec h4.title {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	color: #30aab5;
	background: url("../../common/images/bg_dotted.gif") repeat-x 0 100%;
	font-size: 132.41%; /* =16px */
	font-weight: bold;
	line-height: 1.0;
}
.details #spec p.lead {
	margin-bottom: 10px;
	color: #30aab5;
	font-size: 115.86%; /* =14px */
	line-height: 1.142;
}
.details #spec .desc {
	padding-bottom: 21px;
	color: #000000;
	background: url("../../common/images/bg_dotted.gif") repeat-x 0 100%;
	line-height: 1.083;
}
.details #spec ul.cat {
	padding: 7px 0 11px;
	width: 100%;
	overflow: hidden;
	background: url("../../common/images/bg_dotted.gif") repeat-x 0 100%;
}
.details #spec ul.cat li {
	margin-right: 5em;
	float: left;
	color: #444444;
}
.details #spec h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	width: 100%;
	background: url("../images/bg_line.gif") repeat-x 0 100%;
}
.details #spec h5 span {
	padding: 7px 0;
	width: 106px;
	display: block;
	color: #ffffff;
	background-color: #30aab5;
	text-align: center;
	line-height: 1.0;
}
.details #spec p.text {
	color: #444444;
	line-height: 1.33;
}
.details #spec p.brandsite {
	margin-top: 30px;
}
.details #relative {
	padding-top: 40px;
	width: 950px;
	clear: both;
}
.details #relative .various {
	padding-bottom: 20px;
	width: 950px;
	overflow: hidden;
}
.details #relative .various h5 {
	margin-bottom: 25px;
	background: #aaaaaa;
}
.details #relative .various p.note {
	padding-bottom: 5px;
	font-size: 82.759%; /* =10px */
	line-height: 1.0;
}
.details #relative .various .item {
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	width: 102px;
	background: url("../images/bg_various_item.gif") no-repeat 0 0;
	color: #000000;
	font-size: 82.759%; /* =10px */
}
.details #relative .various .item img {
	padding: 1px;
	margin-bottom: 5px;
}
.details #relative .various .item a:hover {
	text-decoration: none;
}
.details #relative .keywordsearch {
	margin-right: auto;
	margin-left: auto;
	width: 726px;
}

/* --------------------------------------------------
 ブランド詳細
-------------------------------------------------- */
.brand #brandinfo h4,
.brand #branditems h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
	background: url("../images/bg_line.gif") repeat-x 0 100%;
}
.brand #brandinfo h4 span,
.brand #branditems h4 span {
	padding: 7px 0;
	display: block;
	color: #ffffff;
	background-color: #30aab5;
	text-align: center;
	line-height: 1.0;
}
.brand #brandinfo h4 span {
	width: 220px;
}
.brand p.brandimage {
	text-align: center;
}
.brand p.brandimage span.wrapper {
	padding: 1px;
	border: solid 1px #e8e8e8;
	background-color: #ffffff;
	display: inline-block;
}
.brand p.brandimage span.bg {
	padding: 0 19px 18px 0;
	background: url("../images/bg_brand_image.gif") repeat-x 100% 100% #f7f7f7;
	display: inline-block;
}
.brand p.brandimage span.bginner {
	padding: 19px 0 0 19px;
	background: url("../images/bg_brand_image.gif") repeat-x 0 100% #f7f7f7;
	display: inline-block;
}
.brand p.brandimage span.shadow {
	border-bottom: solid 1px #f3f3f3;
	border-left: solid 1px #cccccc;
	display: inline-block;
}
.brand p.brandimage img {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #f3f3f3;
	display: inline-block;
	vertical-align: bottom;
}
.brand #branditems {
	width: 100%;
	overflow: hidden;
}
.brand #branditems h4 span {
	width: 106px;
}
.brand #branditems .item {
	margin-right: 20px;
	padding-bottom: 20px;
	float: left;
	width: 295px;
	overflow: hidden;
}
.brand #branditems .item p.image {
	float: left;
	border: solid 1px #c1c1c1;
	width: 100px;
	height: 100px;
}
.brand #branditems .item dl.desc {
	float: right;
	width: 180px;
}
.brand #branditems .item dl.desc dt {
	font-size: 91.03%; /* =11px */
	font-size: 82.76%; /* =10px */
	font-weight: bold;
}
.brand #branditems .item dl.desc dt a {
	color: #30aab5;
}
.brand #branditems .item dl.desc dt a:hover {
	text-decoration: underline;
}
.brand #branditems .item dl.desc dd {
	margin-top: 5px;
	color: #555555;
	font-size: 82.76%; /* =10px */
	line-height: 1.1;
}
.brand .keywordsearch {
	margin-right: auto;
	margin-left: auto;
	width: 693px;
}
.brand #brandwrapper {
	width: 100%;
	overflow: hidden;
}
.brand #brandwrapper #brandinfo {
	float: left;
	width: 182px;
}
.brand #brandwrapper #branditems {
	float: right;
	width: 748px;
}
.brand #brandwrapper  #branditems .item {
	margin-right: 15px;
	padding-bottom: 15px;
	float: left;
	width: 223px;
	overflow: hidden;
}
.brand #brandwrapper  .item p.image {
	float: left;
	border: solid 1px #c1c1c1;
	width: 100px;
	height: 100px;
}
.brand #brandwrapper .item dl.desc {
	float: right;
	width: 113px;
}
.brand #brandwrapper .keywordsearch {
	float: right;
	width: 726px;
}