@charset "UTF-8";
/* CSS Document */

/* formatting style
--------------------------------------------------*/
* {
	font-family: "Verdana", Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1 {
	font-size: 10px;
	color: #999966;
	text-align: left;
}
h2 {
	font-size: 11px;
	font-family: sans-serif;
	color: #FF6600;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	padding-bottom: 3px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #669999;
	padding-top: 3px;
}
h5 {
	font-size: 13px;
	font-style: italic;
	color: #669999;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
h6 {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	padding-bottom: 3px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
}
img {
border:0;
}



/* Slide menu style
--------------------------------------------------*/

#imageMenu {
	position: relative;
	width: 640px;
	height: 300px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1000px;
	}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:105px;
	height: 300px;
}
#imageMenu ul li.brand1 a {
	background-attachment: scroll;
	background-image: url(images/brand1.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.brand2 a {
	background: url(images/brand2.jpg) repeat scroll 0%;
}
#imageMenu ul li.brand3 a {
	background: url(images/brand3.jpg) repeat scroll 0%;
}
#imageMenu ul li.brand4 a {
	background: url(images/brand4.jpg) repeat scroll 0%;
}
#imageMenu ul li.brand5 a {
	background: url(images/brand5.jpg) repeat scroll 0%;
}
#imageMenu ul li.brand6 a {
	background: url(images/brand6.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}


/* lightbox style
--------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: Century gothic, arial, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* link style
--------------------------------------------------*/
a:link {
	outline:none;
	color: #333333;
	text-decoration: none;
}
a:visited {
outline:none;
}
a:hover {
outline:none;
}
a:active {
outline:none;
}



.news-title a:link {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5em;
	outline:none;
overflow:hidden;
}

.news-title a:visited {
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 11px;
	outline:none;
overflow:hidden;
}

.news-title a:hover {
	color: #999999;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 11px;
}

.news-title a:active  {
	color: #999999;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 11px;
}

.special-title a:link {
	font-size: 11px;
	line-height: 1.3em;
	color: #333333;
	margin-top: 11px;
	text-decoration: none;
	outline:none;
	overflow:hidden;
}

.special-title a:visited {
	font-size: 11px;
	line-height: 1.3em;
	color: #333333;
	margin-top: 11px;
	text-decoration: none;
	outline:none;
overflow:hidden;
}

.special-title a:hover {
	color: #999999;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 11px;
}

.special-title a:active  {
	color: #999999;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 11px;
}

.more {
	color: #FF6600;
	text-decoration: underline;
}

.more a:hover{
	color: #FF6600;
	text-decoration: underline;
}


/* basic layout
--------------------------------------------------*/
body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}
#header {
	width: 910px;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 30px;
	height: 20px;
}
#header_left {
	width: 590px;
	padding-right: 10px;
	float: left;
}
#header_right {
	width: 265px;
	padding-left: 15px;
	float: right;
}
#header-bottom {
	width: 910px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	margin-left: 30px;
}
.language {
	font-size: 9px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 940px;
}
#main {
	float: right;
	width: 700px;
	padding-bottom: 50px;
	background-image: url(images/gradation.jpg);
	background-repeat: repeat;
}
#top {
	width: 640px;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
#page-title {
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	margin-bottom: 25px;
}
#top-image {
	height: 300px;
	width: 640px;
}
#page-title p {
	float: left;
	height: 300px;
	width: 205px;
}
#sidebar {
	float: left;
	width: 180px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#logo {
	height: 60px;
	text-align: center;
	background-color: #EEECDA;
	padding-bottom: 30px;
	padding-top: 30px;
}

/* navi style
--------------------------------------------------*/
#navi {
	width: 180px;
	background-color: #EEECDA;
	padding-bottom: 21px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
}

#nav li a{
	width: 160px;
	background-color: #FFF;
	display:block;
	overflow:hidden;
	outline:none;
	text-decoration:none;
	font-size: 9px;
	font-family: Verdana;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

#nav li a:visited{
	background-color: #FFF;
	text-decoration:none;
	color: #333333;
}

#nav li a:hover{
	background-color: #FF6600;
	text-decoration:none;
	color: #FFFFFF;
	
}
#purchase {
	height: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side_big_button {
	padding-bottom: 5px;
}
#categories {
	width: 150px;
	background-color: #EAE4BA;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.category-title {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #666666;
}
#categories ul {
	list-style-type: none;
}
#categories  li  a:link{
	font-size: 10px;
	line-height: 2.3em;
	list-style: none;
	color: #666633;
}
#categories  li  a:visited{
	font-size: 10px;
	line-height: 2.3em;
	list-style: none;
	text-decoration: none;
	color: #666633;
}
#categories  li  a:hover {
	font-size: 10px;
	line-height: 2.3em;
	list-style: none;
	color: #999999;
	text-decoration: underline;
}
.side_title {
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.side_a {
	padding-top: 10px;
}
.side_b {
	padding-top: 5px;
}
.side_c {
	padding-top: 5px;
}

.bottom-text {
	font-size: 11px;
	padding-top: 20px;
}
.bottom-text  a:link {
	color: #FF6600;
	text-decoration: none;
}
.bottom-text  a:visited {
	color: #FF6600;
	text-decoration: none;
}
.bottom-text  a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#bottom1 {
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 30px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#bottom-right {
	float: right;
	width: 304px;
}
#bottom-left {
	width: 304px;
	float: left;
}
.bottom-item {
	width: 304px;
	padding-bottom: 30px;
}
.bottom-category {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.bottom-image {
	height: 150px;
	width: 304px;
	padding-top: 10px;
}
.bottom-title {
	font-size: 16px;
	font-family: "Century gothic", "futura", Verdana, sans-serif;
	color: #FF6600;
	padding-bottom: 5px;
}
.caption-text {
	color: #A0885C;
}
.lineup-title {
	font-size: 16px;
	border-bottom: 3px solid #FFFFFF;
	font-family: "Garamond", "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #666633;
}
.lineup-small {
	color: #666666;
	padding-bottom: 10px;
}
.lineup-watch {
	width: 120px;
	padding-right: 5px;
	padding-bottom: 7px;
	float: left;
}
.lineup-image {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.lineup-info {
	font-size: 10px;
	line-height: 1.4em;
	padding-left: 5px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}
.lineup-price {
	color: #990000;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
}

/* rufus style
--------------------------------------------------*/
.criteria {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #669999;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#standard {
	margin-top: 10px;
	width: 610px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#standard li {
	line-height: 2em;
	font-size: 10px;
	color: #7B7951;
	font-weight: bolder;
	list-style-image: none;
	list-style-type: none;
}

/* company style
--------------------------------------------------*/
#bottom1 dt {
	float: left;
	width: 200px;
	padding-left: 15px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
}
#bottom1  dd {
	font-family: verdana, sans-serif;
	font-size: 11px;
	float: left;
	line-height: 1.7em;
	margin-bottom: 5px;
}
.divider {
	margin-top: 0px;
	clear: both;
	float: none;
	margin-bottom: 20px;
}
.green {
	font-weight: bold;
}
.space {
	margin-left: 1em;
	font-family: verdana, sans-serif;
}
#news {
	float: right;
	width: 280px;
	background-image: url(images/pressroom-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	height: 280px;
}
.pressroom-title {
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	padding-top: 15px;
	clear: both;
	padding-bottom: 5px;
}
.bottom-item li {
	font-size: 10px;
	list-style-type: none;
	color: #FF6600;
	text-decoration: underline;
}
.bottom-item li a {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.bottom-item li a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.bottom-item li a:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.bestseller-image img {
	height: 208px;
	width: 304px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bestseller_title {
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}
.bestseller_text {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
}
#recommendation {
	width: 640px;
	clear: both;
	margin-bottom: 45px;
}
table#recommen {
	width: 640px;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
	margin-top: 15px;
}

#recommendation td{
text-align: center;
vertical-align: top;
	}
	
.special-title {
	font-size: 11px;
	line-height: 1.3em;
	color: #333333;
	font-family: "Century Gothic", sans-serif;
	padding-top: 11px;
}
.news-date {
	font-size: 10px;
	font-style: normal;
	line-height: 1em;
	color: #669999;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.magazine-image  img {
	padding-top: 10px;
	padding-right: 20px;
	float: left;
}
.magazine-text {
	padding-top: 5px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	color: #888888;
}
.magazine-product {
	font-family: sans-serif;
	font-size: 80%;
	padding-top: 10px;
}
.magazine-product2 {
	font-family: sans-serif;
	font-size: 80%;
	padding-top: 10px;
}
.magazine-link {
	font-size: 10px;
	padding-top: 7px;
	font-family: sans-serif;
	clear: both;
}
.magazine-link a {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.magazine-link a:visited {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.magazine-link a:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.news_text {
	padding-top: 7px;
}
.news_title {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.news-content {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	color: #888888;
	text-decoration: none;
	margin-top: 10px;
}
.special-content {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.7em;
	color: #888888;
	text-decoration: none;
	margin-top: 0px;
}
.news-divider {
	padding-top: 10px;
}
.special-divider {
	padding-top: 2px;
	padding-bottom: 5px;
}
#spotlight {
	float: left;
	height: 270px;
	width: 170px;
	background-image: url(images/spotlight-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
}

#spot2 {
	float: left;
	height: 150px;
	width: 170px;
}

#footer {
	height: 30px;
	width: 880px;
	clear: both;
	font-size: 9em;
	font-style: normal;
	text-align: center;
	color: #666666;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.c {
	font-family: sans-serif;
	font-size: 10px;
}
.phone  a {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.phone {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h7 {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.new_items_title {
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}
.side_banner {
	padding-top: 15px;
}
