/*
Theme Name: Root Down Records Theme
Theme URI: http://rootdownrecords.jp/
Description: for Root Down Records
Version: 1.0
Author: mash
*/

/*
Reset & Base Style Sheet
Copyright (c) 2010, mpc-works All rights reserved.
http://mpc-works.com
version: 1.0.1
*/


/*======================================
1. Yahoo Library Font.css
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
=======================================*/
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}






*{
	margin: 0; 
	padding: 0;
	line-height: 1.4;
	color: #333;
	font-size: 108%;
	font-weight: normal;
	font-style: normal;
}

/*======================================
2. Base Module
=======================================*/

body{
	background-color: #ffffff;
	font-family: Verdana, Arial, Meiryo, Osaka;
}

p, pre, address, cite{
	font-size: 14px;
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.5em 0;
	font-weight: bold;
}

blockquote{
	margin: 1em 6px 0 6px;
	padding: 2px 8px; 
	background-color: #eee;
}

blockquote *{
	color: #666;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

/*======================================
3. Link Module
=======================================*/
a{
	margin: 0;
	padding: 0;
}
a:link{
	color: #0B7896;
}

a:visited{
}

a:hover{
}

/*======================================
4.List Module
=======================================*/
ul, ol, dl{
	margin: 1em;
	padding: 1px;
	list-style-position: inside;
}

li, dt, dd{
	font-size: 100%;
}

dt{

}

dd{

}

li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd{
	font-size: 100%;
}

li ul, li ol, li dl, li p, dd ul, dd ol, dd dl, dd p{
	margin: 0 10px;
}

/*======================================
5. Forms Module
=======================================*/
form{
	margin: 0;
	padding: 1px 0; 
}

form dl, form p{
	margin: 0;
}

fieldset{
	border: 1px solid #ddd;
}

legend{
	margin: 0 1em;
	padding: 0 10px;
}

input, textarea{
	padding: 0.1em 10px;
	border: 1px solid #ddd;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

input{
	font-size: 85%;
	line-height: 1.5;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

input:hover, textarea:hover{
	border: 1px solid #aaa;
}

input:focus, textarea:focus{
	border: 1px solid #aaa;
}

textarea{
	padding: 0.4em 10px;
}


/*======================================
6. Tables Module
=======================================*/
table{
	margin: 0.5em 20px;
	border: 1px solid #ccc;
	background-color: #eee;
}

th, td{
	padding: 0 10px;
}

th{
	color: #fff;
	background-color: #666;
}

td{
	border: 1px solid #ddd;
	background-color: #fff;
}

/*======================================
7. Image Module
=======================================*/
img{
	border: none;
}

 img a{
	padding: 0;
	margin: 0;
}
 img a:hover, img.close a:hover{
	padding: 0;
	margin: 0;
	background-color: transparent;
}


/*======================================
8. Object Module
=======================================*/
object, embed{
	margin:  0;
}


/*======================================
Wordpress CSS
=======================================*/
/* -------------------- Common -------------------- */

body{
	background-image: url(img/header_top_bg.jpg);
	background-repeat: repeat-x;

}
#wrap{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 24px;
}
h1{
	color: #999999;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.small{
	font-size: 77%;
}
.big{
	font-size: 123%;
}
.red{
	color: #B90404;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.left{
	text-align: left;
}

/* -------------------- header -------------------- */
#header{
	height: 108px;
	padding: 0;
}
.sitelogo{
	width: 321px;
	height: 50px;
	margin: 16px 0 0 0;
	overflow: hidden;
	float: left;
}
.sitelogo a{
	background: url(img/sitelogo.png) no-repeat;
	display: block;
	width: 321px;
	height: 0px;
	padding: 50px 0 0 0;
	overflow: hidden;
	text-decoration: none;
}
.sitelogo a:hover{
	background-color: transparent;
	background-position: 0px -50px;
}

.description{
	color: #999999;
	font-size: 77%;
	padding: 18px 0 0 0;
	text-align: right;
}


/* -------------------- header navi -------------------- */
ul.topnavi{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 14px 0 0 0;
}
ul.topnavi li{
	float: left;
	margin: 0;

}
ul.topnavi li a{
	background-image: url(img/navi-bar.png);
	background-repeat: no-repeat;
	display: block;
	height: 0;
	padding: 28px 0 0 0;
	overflow: hidden;
	width: 150px;
}
ul.topnavi li.home a{
	background-position: 0 0;
}
ul.topnavi li.home a:hover{
	background-position: 0px -28px;
}
ul.topnavi li.cart a{
	background-position: -150px 0;
}
ul.topnavi li.cart a:hover{
	background-position: -150px -28px;
}
ul.topnavi li.shop a{
	background-position: -300px 0;
}
ul.topnavi li.shop a:hover{
	background-position: -300px -28px;
}
ul.topnavi li.blog a{
	background-position: -450px 0;
}
ul.topnavi li.blog a:hover{
	background-position: -450px -28px;
}
ul.topnavi li.link a{
	background-position: -600px 0;
}
ul.topnavi li.link a:hover{
	background-position: -600px -28px;
}
ul.topnavi li.contact a{
	background-position: -750px 0;
}
ul.topnavi li.contact a:hover{
	background-position: -750px -28px;
}



div.kuzu{
	clear: both;
	height: 36px;
	line-height: 36px;
	font-size: 10px;
	padding: 0 0 0 6px;
}
div.kuzu a, div.kuzu a:visited{
	height: 36px;
	line-height: 36px;
	color: #09566C;
}
div.kuzu a:hover{
	text-decoration: none;
}



/* -------------------- main common -------------------- */
#main{
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #ffffff;
	overflow: hidden!important;
	overflow: inherit ;
	height: 100%;
}
#main a:link{

}
#content{
	width: 676px;
	padding-left: 24px;
	margin-bottom: 5em;
	float: right;
}
h2{
	clear: both;
}

/* -------------------- Top Page -------------------- */
div.topsearch{
	background: url(img/top-search-bg2.jpg);
	padding: 6px 0 4px 0;
	height: 70px;
}

div.topsearch form{
	margin: 0;
	padding: 0 12px;
	line-height: 1em;
	text-align: center;
}
div.topsearch input.srch-txt{
	margin: 0;
	padding: 0 0.5em;
	width: 70%;
}

h3.toptagtitle{
	background:url(img/toptag_head.jpg) no-repeat;
	height:44px;
	margin:0;
	padding:0;
	text-indent:-9999em;
}

p.toptag{
	padding: 4px 1em;
	background:url(img/toptag_bottom.jpg) bottom no-repeat;
	background-color:#dddddd;
	line-height: 1;
	margin:0 0 12px 0;
}
p.toptag a{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	padding:0 4px;
}
p.toptag a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

ul.topbutton{
	list-style: none;
	margin: 12px 0 12px 0;
	padding: 0;
	clear: both;
}
ul.topbutton li{
	float: left;
	margin: 0;
	padding: 0;
}
ul.topbutton li a{
	background: url(img/top_button.jpg) no-repeat;
	display: block;
	width: 166px;
	height: 0px;
	overflow: hidden;
	padding: 166px 0 0 0;
}
ul.topbutton li.new{
	margin-right: 4px;
}
ul.topbutton li.blog a{
	margin-right: 4px;
	background-position: -166px 0;
}
ul.topbutton li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	overflow: hidden;
}

ul.topbutton li.mag a{
	margin-right: 4px;
	background-position: -332px 0;
}
ul.topbutton li.ship a{
	background-position: -498px 0;
}

h2.information{
	clear: both;
	margin: 202px 0 12px 0 !important;
	margin: 24px 0 12px 0;
	background: url(img/h2/information.png);
	text-indent: -9999em;
	height: 28px;
}

h2.newarrivaltitle{
	margin: 24px 0 12px 0;
	background: url(img/h2/new_arrival_used_vinyl.png);
	text-indent: -9999em;
	height: 28px;
}
p.shipping{
	margin:0 0 12px 0;
	padding:0;
}


/*----- top information -----*/
dl.information{
	height: 64px;
	overflow: auto;
	padding: 0 0 12px 0;
	margin: 0;
	font-size: 77%;
	background: #fefefe;
}
dl.information dt{
	line-height: 20px;
	padding: 0 12px 1px 4px;
	margin: 0 0 4px 0;
	float: left;
	clear: both;
	border-left: 4px solid #bcbcbc;
}
dl.information dd{
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 20px;
	border-bottom:1px dotted #aaa;
}

/*----- jacket list -----*/
ul.jktimg{
	margin: 0;
	padding: 0;
}
ul.jktimg li{
	margin: 0 2px 2px 0;
	padding: 0;
	float: left;
	list-style-type: none;
	height: 82px;
	width: 82px;
	display: block;
}
ul.jktimg li a{
	margin: 0;
	padding: 0;
}
ul.jktimg img{
	margin: 0;
	padding: 0;
}
p.shipping a:hover, ul.jktimg li a:hover, p.twitter a:hover, p.allkey a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	height: 100%;
}


div.post{
	padding: 0;
	clear: both;
}
div.post p{
	line-height:1.5em;
}
div.post a{
	text-decoration: underline;
	color: #0B7896;
}
div.post a:visited{
	text-decoration: underline;
	color: #0E596D;
}
div.post a:hover{
	color: #0B7896;
	text-decoration: none;
}


/* -------------------- sidebar -------------------- */
#sidebar{
	width: 200px;
	margin-bottom: 120px;
	float:left;
}
#sidebar h3{
	clear: both;
	color: #074b5e;
	font-size: 14px;
	clear: both;
	background: url(img/eye1.png) no-repeat;
	background-position: 0 0;
	padding: 0 0 0 20px;
	margin: 24px 0 8px 0;
	height: 16px;
	line-height: 16px;
}


#sidebar h3.topallnew{
	background: none;
	overflow: hidden;
	height: 36px;
	padding: 0;
	margin: 0;
}
#sidebar h3.topallnew a{
	height: 0;
	width: 200px;
	padding: 36px 0;
	background: url(img/all_new_arrival_side.png) no-repeat;
	display: block;
	overflow: hidden;
}
#sidebar h3.topallnew a:hover{
	background-position: 0px -36px;
}




#sidebar h3.allnew{
	background: none;
	overflow: hidden;
	height: 36px;
	padding: 0;
	margin: 18px 0 8px 0;
}
#sidebar h3.allnew a{
	height: 0;
	width: 200px;
	padding: 36px 0;
	background: url(img/all_new_arrival_side.png) no-repeat;
	display: block;
	overflow: hidden;
}
#sidebar h3.allnew a:hover{
	background-position: 0px -36px;
}


#sidebar h3.foreigner{
	background: none;
	overflow: hidden;
	height: 36px;
	padding: 0;
	margin: 8px 0 8px 0;
}
#sidebar h3.foreigner a{
	height: 0;
	width: 200px;
	padding: 36px 0;
	background: url(img/foreigner_button.png) no-repeat;
	display: block;
	overflow: hidden;
}
#sidebar h3.foreigner a:hover{
	background-position: 0px -36px;
}

#sidebar h3.buying{
	background: none;
	overflow: hidden;
	height: 36px;
	padding: 0;
	margin: 8px 0 8px 0;
}
#sidebar h3.buying a{
	height: 0;
	width: 200px;
	padding: 36px 0;
	background: url(img/buy_bunner.png) no-repeat;
	display: block;
	overflow: hidden;
}
#sidebar h3.buying a:hover{
	background-position: 0px -36px;
}


#sidebar h3.keytitle{
	background: url(img/eye2.png) no-repeat;
	padding-bottom: 11px;
	margin-bottom: 0;
}
#sidebar a{

	}
#sidebar a:hover{

}

#searchbox{
	background: url(img/search-bg.png) no-repeat;
	text-align: center;
	height: 120px;
	padding: 4px 6px 0;
	margin: 0;
}
#sidebar #searchbox h3{
	font-size: 12px;
	color: #ffffff;
	background: none;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 8px 0;
	margin: 4px 0;
}
#searchbox p{
	margin: 0;
}

#searchbox input{
	margin: 0;
	padding: 0.1em 4px;
}
#searchbox input.srch-txt{
	width: 178px;
}
#searchbox input.button{
	margin:18px 0 0 0;
	padding:0;
	border:none;
}

#sidebar ul{
	font-size: 65%;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
#sidebar ul li{
	margin: 0 0 3px 0;
}
#sidebar ul li a{
	color: #333333;
	background-image: url(img/sidebar-title-bg.png);
	background-repeat: no-repeat;
	line-height: 28px;
	height: 28px;
	display: block;
	padding: 0 0 0 24px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a:hover{
	background-position: 0 -28px;
	color: #ffffff;
}

p.tagwrap{
	background: #074b5e;
	background-image: url(img/tag-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	width: 188px;
	margin: 0;
	line-height: 1.5em;
	padding: 6px 6px 12px 6px;
}
p.tagwrap a{
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 2px;
	margin: 0;
}
p.tagwrap a:hover{
	color: #ffe401;
}
p.tagwrap a:visited{

}

#sidebar ul.side{
	
}
#sidebar ul.side li, #sidebar ul.network li{
	background: none;
}
#sidebar ul.side li a{
	background: url(img/side_list_bg.jpg);
	height: 0;
	padding: 34px 0 0 0;
	display: block;
	overflow: hidden;
}

#sidebar ul.side li.rss a{

}
#sidebar ul.side li.rss a:hover{
	background-position: 0px -34px;
}
#sidebar ul.side li.mag a{
	background-position: -200px 0px;
}
#sidebar ul.side li.mag a:hover{
	background-position: -200px -34px;
}
#sidebar ul.side li.blog a{
	background-position: -400px 0px;
}
#sidebar ul.side li.blog a:hover{
	background-position: -400px -34px;
}


#sidebar ul.network li a{
	background: url(img/network_bg.jpg);
	height: 0;
	padding: 34px 0 0 0;
	display: block;
	overflow: hidden;
}
#sidebar ul.network li.twitter a{

}
#sidebar ul.network li.twitter a:hover{
	background-position: -200px 0px;
}
#sidebar ul.network li.facebook a{
	background-position: 0px -37px;
}
#sidebar ul.network li.facebook a:hover{
	background-position: -200px -37px;
}
#sidebar ul.network li.tumbler a{
	background-position: 0px -74px;
}
#sidebar ul.network li.tumbler a:hover{
	background-position: -200px -74px;
}
#sidebar ul.network li.youtube a{
	background-position: 0px -111px;
}
#sidebar ul.network li.youtube a:hover{
	background-position: -200px -111px;
}
#sidebar ul.network li.vimeo a{
	background-position: 0px -148px;
}
#sidebar ul.network li.vimeo a:hover{
	background-position: -200px -148px;
}
#sidebar ul.network li.foursquare a{
	background-position: 0px -185px;
}
#sidebar ul.network li.foursquare a:hover{
	background-position: -200px -185px;
}


/* -------------------- footer -------------------- */
#footer{
	clear: both;
	color:#ffffff;
	background:#074b5e;
}
address{
	clear: both;
	font-family: "Trebuchet MS";
	color: #aaa;
	margin: 0;
	padding: 0.5em 0;
	font-size: 77%;
	text-align: center;
	letter-spacing: 0.1em;
}


#footer ul{
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
	margin: 6px 0 2em 0;
}
#footer ul li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 1em;
}
#footer ul li a{
	font-size: 10px;
	color: #999;
	text-decoration: none;
}


/* -------------------- single page -------------------- */
h2.artisttilte{
	color: #074b5e;
	font-size: 92%;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 12px;
	line-height: 36px;
	height: 36px;
	background: url(img/h2/record_title_bg.png) no-repeat left top;
	position:relative;
}

h2.artisttilte a, h2.artisttilte a:visited{
	position: absolute;
	top:12px;
	right:6px;
	height:14px;
	line-height:14px;
	background: #ffb146;
	padding: 0 4px;
	font-size: 10px;
	color: #b90404;
	text-decoration:none;
}

.post h3.details{
	background: url(img/h3/details.jpg) no-repeat;
	width: 344px;
	float: right;
	margin: 0;
	padding: 0;
	height: 0;
	padding: 28px 0 0 0;
	overflow: hidden;
}

.post h3.recommend{
	background: url(img/h3/recommend.jpg) no-repeat;
	margin: 1em 0 6px 0;
	padding: 0;
	height: 0;
	padding: 28px 0 0 0;
	overflow: hidden;
}
.post h4.keywords{
	margin: 1em 0 0 0;
	height: 0;
	padding: 28px 0 0 0;
	background: url(img/h4/keywords.jpg) no-repeat;
	overflow: hidden;
}
#imgallwrap{
	float: left;
	width: 320px;
	margin-right: 12px;
	padding-bottom: 1em;
}
#imgmain{
	padding: 34px 0 0 0;
	background: url(img/h3/image.jpg) 0 0;
}
#imgwrap{
	position: relative;
	background: #cdcdcd;
	text-align: center;
}
ul.imglist{
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
	margin: 6px 0 0 0;
}
ul.imglist li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 6px;
}
ul.imglist li a{
	display: block;
}

dl.iteminfo{
	float: right;
	font-size: 12px;
	width: 344px;
	margin: 0;
	padding: 0;

}
dl.iteminfo dt{
	background:url(img/infolist_bg.jpg) no-repeat;
	background-position:7em -1px;
	font-weight: bold;
	padding: 0 4px;
	height: 28px;
	line-height: 28px;
	width: 8em;
	float: left;
	clear: left;
}
dl.iteminfo dt span{
	text-align: right;
}
dl.iteminfo dd{
	height: 28px;
	line-height: 28px;
	border-bottom:1px dotted #333333;
}
dl.iteminfo dd span{
	font-size: 10px;
}
dl.iteminfo dd.price{
	font-size: 122%;
	font-weight: bold;
}
dl.iteminfo dd a.conditionlink{
	text-decoration:none;
	font-size:9px;
	margin-left:0.5em;
}

div.button{
	float: right;
	margin: 48px 0 0 0;
}
a.sample{
	background: url(img/listen_l2.jpg);
	width: 166px;
	height: 60px;
	display: block;
}
img.listen{
	width: 160px;
}
img.buybutton{
	margin: 0 0 0 12px;
}
div.vinyltext{
	clear: both;
	border-top: 1px dotted #333;
}

div.vinyltext ul{
	list-style: none;
	font-size: 12px;
	background: url(img/h3/tracklist.jpg) no-repeat left top;
	padding: 2em 0 6px 0;
	margin: 1em 0;
}
div.vinyltext ul li{
	padding: 0.3em 0;
	border-bottom:1px solid #cccccc;
}

p.outpost{
	border-bottom:1px dotted #333333;
}

p.tags{
	font-size: 77%;
	border-bottom:1px dotted #333333;
	margin: 0.25em 0;
	padding: 0 0 0.5em 0;
}
div.ships{
	clear: both;
	padding-top: 12px;
}





/* -------------------- index / list page -------------------- */

h2.artisttiltelist{
	margin: 0;
	padding: 0;
	line-height: 36px;
	height: 36px;
	position: relative;
	background: url(img/h2/record_title_bg.png) no-repeat left top;
}
h2.artisttiltelist img.new{
	vertical-align: text-top;
	padding-right: 4px;
}

h2.artisttiltelist a{

	color: #074b5e;
	font-size: 87%;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	line-height: 36px;
	height: 36px;
	text-decoration: none;

}

h2.artisttiltelist a:hover{
	color: #0C7693;
}
h2.artisttiltelist span a{
	position: absolute;
	top:12px;
	right:6px;
	height:14px;
	line-height:14px;
	background: #ffb146;
	padding: 0 4px;
	font-size: 10px;
	color: #b90404;
}
div.listleft{


}

img.listimg{
	float: left;
	padding: 2px;
	border: 1px solid #ececec;
}


dl.iteminfo2{
	float: left;
	font-size: 12px;
	width: 378px;
	margin: 0 6px 0 6px;
	padding: 0;
}
dl.iteminfo2 dt{
	background:url(img/infolist_bg.jpg) no-repeat;
	background-position:7em -4px;
	font-weight: bold;
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	width: 8em;
	float: left;
	clear: left;
}
dl.iteminfo2 dt span{
	text-align: right;
}
dl.iteminfo2 dd{
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom:1px dotted #333333;
}
dl.iteminfo2 dd span{
	font-size: 10px;
}
dl.iteminfo2 dd.price{
	font-size: 12px;
	font-weight: bold;
}

img.listlisten{
	margin: 22px 0 4px 0;
}
img.listbuybutton{
	margin: 0;
}

p.excerpt{
	clear: both;
	font-size: 12px;
	margin-bottom: 2em;
}
p.excerpt span{
	font-size: 10px;
	padding: 2px 4px;
	background: #ffb146;
	color: #b90404;
	letter-spacing: 0.1em;
}


/* -------------------- 404 page -------------------- */
h2.notfound{
	font-size: 3.5em;
	text-align: center;
	color: #aaa;
	padding: 0.5em 0 1em 0;
}

div.social{
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#topsy_id3-11-3-9-1-1{
	margin: 0;
	padding: 0;
	margin-top: 6px;
}
.topsy-sm{
	margin: 0;
	padding: 0;
	text-align: right;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	font-size: 77%;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 4px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #0A566D;
	color: #ffffff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* single t-shirts table */
table.size{
	margin: 0;
	width:670px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 10px;
}
table.size th{
	padding: 3px;
	color:#333;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table.size tr{
	text-align: center;
}

table.size td{
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}




#content ul.initiallist{
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0 0 36px 0;
}
#content ul.initiallist li{
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
#content ul.initiallist li a{
	width: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
	background-color: #acacac;
	border: 1px solid #acacac;
	text-decoration: none;
	display: block;
}
#content ul.initiallist li a:hover{
	background-color: #f59f42;
	border: 1px solid #f59f42;
}
