body{
	margin:0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
a{
	color:#000;	
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{border:0;}
.main-box{
	width:555px;	
	overflow:hidden;
	background:#f7f7f7;
}
.main-box h2{
	font-size:16px;
	color:#e00019;
	margin:0 0 12px;
}
.main-box p{margin:0 0 12px;}
.data{
	width:100%;
	overflow:hidden;
	border-top:1px solid #dee0dc;
	padding:20px 0;
	position:relative;
}
.visual, 
.visual2{
	width:241px;
	margin:0 18px 0 0;
	float:left;
}
.visual2{width:150px;}
.data address{
	display:block;
	font-style:normal;
	margin:0 0 16px;
}
.data address span{
    display:block;
    left:15px;
    position:relative;
    }
.visual img{display:block;}
p.price{
    margin:0 0 12px;
    left:15px;
    position:relative;
    }
p.price em{
	color:#df0019;
	font-style:normal;
}
strong.name{
	position:absolute;
	right:0;
	top:20px;
}
a.button{
	width:172px;
	border:1px solid #010101;
	padding:1px 0 0 10px;
	position:absolute;
	bottom:20px;
	right:0;
	height:25px;
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	background:#fff;
}
a.button:hover{color:#e1001a;}
.tabs{
	width:100%;
}
ul.tabset{
	padding:0;
	margin:0 0 0 -10px;
	list-style:none;
	float:left;
	background:url(../images/bg-list.gif) repeat-x;
}
ul.tabset li{
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
ul.tabset li a{
	/*width:171px;*/
	width:166px;
	background:url(../images/btn01.jpg) repeat-x;
	padding:2px 0 0 10px;
	height:25px;
	display:block;
	text-decoration:none;
	border:1px solid #000;
	border-width:0 1px;
	font-size:15px;
	outline:none;
	font-weight:bold;
}
ul.tabset li a.active, 
ul.tabset li a:hover{
	color:#e1001a;	
	background:url(../images/btn01-active.jpg) repeat-x;	
}
.tab{
	width:558px;
}
.page-nav{
	padding:14px 12px;
	width:569px;	
	}
a.back{
	background:url(../images/ico-back.gif) no-repeat 0 8px;
	padding:0 0 0 10px;
	float:left;
	color:#df0019;
	text-decoration:none;
}
a.back:hover, a.next:hover{text-decoration:underline;}
a.next{
	background:url(../images/ico-next.gif) no-repeat 100% 8px;
	padding:0 10px 0 0;
	float:right;
	text-decoration:none;
	color:#df0019;
}
.gallery{
	height:1%;
	padding:35px 67px;
}
a.btn-prev{
	float:left;
	background:url(../images/back-button.gif) no-repeat;
	width:35px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	margin:110px 0 0;
}
a.btn-next{
	float:right;
	width:35px;
	height:27px;
	background:url(../images/next-button.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:110px 0 0;
}
.gallery div{
	margin:0 0 0 34px;
	width:360px;
	float:left;
	display:inline;
}

/* Easy Slider */

#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}


#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:360px;
	height:240px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:35px;
	height:27px;
	position:absolute;
	top:700px;
	}	
#nextBtn{ 
	left:810px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:35px;
	height:27px;
	background:url(../images/back-button.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/next-button.gif) no-repeat 0 0;	
	}
	
/* forms */
div#flashMessage { background:#ccc; border:1px solid #333; margin-bottom:20px; padding:15px; }
form div.error-message { color:#ff0000; font-weight:bold; }
form div.input { margin-bottom:20px; }
form label { display:block; font-weight:bold; }

