div#top		{
	width: 510px;
	display: block;
	overflow: hidden;
	height: 500px;
}

div#moreMenu		{
	width: 770px;
	display: block;
	overflow: hidden;
	height: 42px;
}

div#moreMenu div#moreMenuButtons	{
	display: none;
}

div#moreMenu img	{
	margin-left: 1px;
}

div#bottom	{
	width: 768px;
	display: block;
	clear: both;
}

/* topÂÊ carousel */
div#carouselWrapper {
	width: 768px;
	height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#scroller {
	position: relative;
	top: 0;
	left: 0;
	width: 768px;		/* number_of_page*page_width */
	height: 330px;
	float: left;
}

div#scroller ul {
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#scroller li {
	display: block;
	float: left;
	width: 764px;
	height: 330px;
	padding: 0px 2px 0px 2px;
}

div#scroller li div	img {
	border: 0px;
}

div.eventNavigation	{
	width: 510px;
	margin-top: 10px;

	text-align: right;
	font-size: 10px;
	color: #B4B4B4;
}

div.eventNavigation a	{
	margin: 0px 5px 0px 5px;
	color: #B4B4B4;
	text-decoration: none;
}


#loading {
	width: 100%;  
	height: 100%;  
	top: 0px;
	left: 0px;
	position: fixed;  
	display: block;  
	opacity: 0.7;  
	background-color: #fff;  
	z-index: 99;  
	text-align: center; 
} 

#loading-image {  
	position: absolute;  
	top: 50%;     
	left: 50%;    
	z-index: 100; 
}


.input-group  button{
background:#ea3900;
width:70px;
color:#fff;
border:none;
height:30px;}


.input-group  button span{

color:#fff;
}
.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;

  border-radius: 2px;
  height: 30px;
  padding: 0;
  width: 27px;
  color:#747474;
  border:1px solid #747474;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 30px;
  left: -5px;
  text-align: center;
  width: 32px;
  display: inline-block;
  border:1px solid #747474;
  margin: 0 0 0px;
  resize: vertical;
}

.button-plus {
  left: -10px;
}


.top{
width:100%;
 height: 50px;
background:#e97350;}


.top > center > img {
margin-top:5px;}


.btn-orenge{
color:#fff;
border:1px solid #e7643e;
background:#e97350;}

.btn-orenge:hover {color:#fff;
border:1px solid #e7643e;
background:#e4572e;}

.btn-ver{color:#fff;
border:1px solid #c2282b;
background:#c2282b;}

.btn-ver:hover{color:#fff;
border:1px solid #c2282b;
background:#d83a3f;}

.btn-ver2{color:#fff;
border:1px solid #c2282b;
background:#ea3900;}

.btn-ver2:hover{color:#fff;
border:1px solid #c2282b;
background:#ff5c26;}




.badge-ver{
background:#ea3900;}

@media only screen and (max-width: 320px) {
 .btn-orenge{
color:#fff;
font-size:11px;
border:1px solid #e7643e;
background:#e97350;}

.btn-ver{color:#fff;
font-size:11px;
border:1px solid #c2282b;
background:#c2282b;}


}
