/* box */
.box {
	margin-bottom: 20px;
	position:relative;
}

.box .title {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

/* box > content */
.box .content {
	margin: 5px 0 0 0;
}
/* /box > content */

/* box > content > item */
.box .content .item {
	position: relative;
}


/* box[multiple] */
.box.multiple {
	overflow: hidden;
}

.box.multiple .content {
	width: 2000px;
}

.box.multiple .content .item {
	
}
/* /box[multiple] */

/* box[listing] */
.box.listing {
	overflow: hidden;
}

.box.listing .content {
	/*width: 2000px;*/
}

.box.listing .content .item {
	float: none;
	margin: 0 0 10px 0;
}
/* /box[listing] */

/* box > content[icons] */
.box .content.icons .item {
	overflow: hidden;
}

.box .content.icons .item.custom {
	border: 0;
	padding: 0;
}

.box .content.icons .item .item-image a {
}

.box .content.icons .item .item-image a img {
}

/*\*//*/
* html .box .content.icons .item .item-image a {
	display: block;
}
* html .box .content.icons .item .item-image a span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .box .content.icons .item .item-image a {
	font-size: 1px;
}
/**/

.box .content.icons .item .item-text {
	border-top: 2px solid #fff;
	line-height: 16px;
	position: absolute;
	bottom: 2px;
	left: 2px;
	padding: 8px;
	width: 194px;
}

.box .content.icons .item .item-text.highlight {
	background-color: #edebea;
}


.box .content.icons .item .item-text .description {
	font-weight: bold;
	height: 50px;
}

.box .content.icons .item .item-text .description span {
	font-size: 11px;
	font-weight: normal;
}

.box .content.icons .item .item-text .description span a {
	color: #333;
}

.box .content.icons .item .item-text .price {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}

.box .content.icons .item .item-text .price span {
	font-size: 11px;
}
/* /box > content[icons] */

/* box > content[icons] */
.box .content.lines .item {
	/*height: 228px;
	width: 210px;
	overflow: hidden;*/
}

.box .content.lines .item.custom {
	/*border: 0;
	padding: 0;
	height: 238px;
	width: 220px;*/
}

.box .content.lines .item .item-image {
	float: left;
}

.box .content.lines .item .item-image a {
	text-decoration: none;
	display: table-cell;
	width: 210px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
}

.box .content.lines .item .item-image a img {
	max-width: 210px;
	max-height: 140px;
	vertical-align: middle;
}

/*\*//*/
* html .box .content.lines .item .item-image a {
	display: block;
}
* html .box .content.lines .item .item-image a span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .box .content.lines .item .item-image a {
	font-size: 1px;
}
/**/

.box .content.lines .item .item-text {
	line-height: 16px;
	float: left;
	padding: 8px;
	width: 324px;
	margin-bottom: 35px;
}

.box .content.lines .item .item-text.related {
	width: 124px;
}

.box .content.lines .item .item-text.highlight {
	background-color: #edebea;
}


.box .content.lines .item .item-text .description {
	font-weight: bold;
}

.box .content.lines .item .item-text .description span {
	font-weight: normal;
}

.box .content.lines .item .item-text .description span a {
	color: #333;
}

.box .content.lines .item .item-text .options {
	margin-top: 10px;
}

.box .content.lines .item .item-text .options li {
	margin-top: 3px;
}

.box .content.lines .item .item-text .options select {
	border: 1px solid #bfbcbb;
}

.box .content.lines .item .item-text .price {
	position: absolute;
	bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}

.box .content.lines .item .item-text .price span.old {
	color: #ff6600;
	text-decoration: line-through;
}

.box .content.lines .item .item-text .price span.dual {
	font-size: 11px;
}

.box .content.lines .item .item-text .basket {
	position: absolute;
	bottom: 8px;
	height: 26px;
	text-align: right;
}

.box .content.lines .item .item-text .basket input {
	border: 1px solid #bfbcbb;
	font-size: 14px;
	font-weight: bold;
	width: 30px;
}

.box .content.lines .item .item-text .basket img {
	cursor: pointer;
	vertical-align: bottom;
}
/* /box > content[lines] */
/* /box */

/* scrollable */
div.scrollable {
	position: relative;
}

div.items {	
	width: 5000px;
	position: relative;
	clear: both;
}

div.navi {
	position: absolute;
	top: 0;
	left: 50%;
	height: 20px;
}

div.navi a {
	background: transparent url(images/bullets.gif) 0 0 no-repeat;
	display: block;
	float: left;
	font-size: 1px;
	margin: 3px;
	width: 8px;
	height: 8px;
}

div.navi a:hover {
	background-position: 0 -8px;      
}

div.navi a.active {
	background-position: 0 -16px;     
}
/* /scrollable */