/* -------------------------------------------------------------- 
	=Layout 
-------------------------------------------------------------- */
.productvisual {
	width: 470px;
	float: left;
}

.productoptions {
	width: 150px;
	float: right;
	margin-right: 7px;
	display: inline;
}

/* box */
.box {
	background: #c8c9cb url(../images/main_content_detail_bg.gif) left bottom no-repeat;
	width: 470px;
	position: relative;
	margin-bottom: 0;
	min-height: 120px;
	_height: 120px;
	padding-bottom: 5px;
}

.box h2.head {
	background: url(../images/main_content_detail_top.gif) left top no-repeat;
}

.box h3.head {
	text-transform: uppercase;
	background: url(../images/main_content_detail_top.gif) left top no-repeat;
	margin: 0;
	padding: 5px 15px 3px 15px;
}

.box .inner {
	background: #fff url(../images/inner_content_detail_top.gif) no-repeat;
	width: 440px;
	margin-left: 12px;
	height: 450px;
}

.box .bottom {
	background: #fff url(../images/inner_content_detail.gif) left bottom no-repeat;
	width: 440px;
	margin-left: 12px;
	margin-bottom: 1px;
}

.coordinate {
	margin-top: 5px;
}

/* inner box layout */
.productnumber {
	position: relative;
	z-index: 2;
	font-size: 1.1em;
	top: -7px;
}
.product {
	margin: 0;
	position: absolute;
	top: 35px;
	left: 20px;
}

.productname {
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	position: absolute;
	z-index: 3;
	width: 440px;
	bottom: 40px;
}

.productname p {
	margin-bottom: 2px;
}

.actions {
	position: absolute;
	left: 0;
	top: 47px;
	margin: 0;
}

.actions li {
	list-style: none;
	background: url(../images/actions_bg.gif) no-repeat;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 120px;
	height: 18px;
	color: #fff;
	font-size: .9em;
	line-height: 18px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.actions li img {
	margin: 0;
	vertical-align: middle;
	_vertical-align: bottom;
	_margin-top: 3px;
}

.actions li a {
	color: #fff;
}

/* views */
.views {
	width: 400px;
	margin: -2px auto 0 auto;
	clear: left;
}

.views img {
	margin-bottom: 0;
}

.itemlist li {
	margin-right:12px;
}

/* product options */
.productoptions img {
	margin: 0 0 5px 0;
}
.productoptions .box {
	margin-top: 0;
	margin-bottom: 5px;
	min-height: 120px;
	_height: 120px;
}
.productoptions .story {
	height: 491px;
	margin-bottom: 0;
}

.productoptions h3 {
	font-size: 1.1em;
}

.productoptions .box {
	background: #c8c9cb url(../images/side_box_bg.gif) left bottom no-repeat;
	width: 151px;
	padding-bottom: 5px;
}



.productoptions .box h3.head {
	text-transform: uppercase;
	background: url(../images/side_box_top.gif) left top no-repeat;
	margin: 0;
	padding: 10px 15px 5px 10px;
}

.productoptions p {
	margin: 0px 10px 20px 10px;
	font-size: 1em;
}

div.price {
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 1.8em;
	letter-spacing: -1px;
}
div.price .oldprice {
	text-decoration: line-through;
	float: left;
	padding-top: 10px;
}


div.price .newprice {
	font-size: 2em;
	float: right;
}


#size_select fieldset {
	margin-left: 0;
	margin-top: 5px;
}

#size_select {
	width: 120px;
}

.features {
	position: absolute;
	top: 24px;
	left: 12px;
	background: url(../images/features_bg.png) no-repeat;
	width: 440px;
	z-index: 100;
}

.features .scroll {
	height: 440px;
	overflow: auto;
	margin-right: 5px;
	margin-top: 25px;
}

.features h3 {
	margin-bottom: 0;
}
.features ul {
	margin-right: 0;
}
.features li {
	margin-bottom: 0;
	line-height: 1.1;
}

/* more sidebar */
.swatches {
	margin: 0 0 0 8px;
}
.swatches li {
	list-style: none;
	margin-left: 4px;
	float: left;
	margin-bottom: 0;
}

.breadcrumbs {
	clear: both;
	padding-top: 10px;
	margin-left: 0;
}