/**********************************************/
/************ Css template v1 *****************/
/**********************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: arial, tahoma, verdana;
	color: #000000;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form{
	display: block;
}

/**********************************************/
/************ Background structure ************/
/**********************************************/

#Listing-Template{ text-align: center; }

#Page{
	width: 1195px;
	margin: auto;
}

#Page-Inner{
	width: 100%;
	float: left;	
}

#Container{
	width: 922px;
	margin: auto;
	text-align: left;
}

#Container-Inner{
	width: 100%;
	float:left;
	background-color: #ffffff;
    background-image: url(http://www.whybee.co.uk/mclarenf1/advert/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}

/*******************************************/
/************ Content structure ************/
/*******************************************/

 table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
   <table class="center">
    ...
  </table>
  
 body {text-align:center;}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	line-height: 28px;
	z-index: 2;
	
	background-image: url(http://www.whybee.co.uk/lego/images/ebayadvert/header-menu-jb.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
	
#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
}

#Menu-Left{
	float: left;
	width: 146px;
	margin: 0 0 0 0;
	overflow: hidden;
}

#Content{
	float: left;
	width: 609px;
	margin: 10px 0 0 16px;
}

#Menu-Right{
	float: right;
	width: 151px;
	margin: 10px 0 0 0;
}
	
#Footer{
	float:left;
	width: 100%;
	margin: 0 0 0 0;

    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

/******************************************/
/************ Header Container ************/
/******************************************/

#Page-Logo{
	text-align: center
	position: absolute;
	display: block;
	top: 7px;
	left: 16px;
}

/*************************************/
/************ Tabbed Menu ************/
/*************************************/

#Tabbed-Menu{
	font-size: 0.875em;
}

#Tabbed-Menu ul{
	float: left;
	list-style: none;
	z-index: 2;
}

#Tabbed-Menu ul li{
	float: left;
	position: relative;
}

#Tabbed-Menu ul li.hover{
	background-color: #ffffff;
}

#Tabbed-Menu ul li.hover a{
	text-decoration: none;
	color: #000000;
}

#Tabbed-Menu ul li a{
	padding: 0 18px;
	float: left;
	height: 28px;
	
	color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
}

/**********************************/
/************ Dropdown ************/
/**********************************/

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #ffffff;
}

#Tabbed-Menu ul li ul li{
	float: left;
}

#Tabbed-Menu ul li ul li a{
	float: left;
	height:26px;
	width: 140px;
	line-height:26px;
	padding: 0;
	text-indent: 15px;
}

#Tabbed-Menu ul li ul li a:hover{
	background-color: #999999;
	color: #ffffff;
}

/*************************************/
/************ Search Menu ************/
/*************************************/
/*
#Search-Menu ul{
	float: left;
	list-style: none;
	padding: 8px 0 0;
}

#Search-Menu form{
	float: left;
}

#Search-Menu h3{
	float: left;
	padding: 0 0 0 15px;
	
	font-weight: normal;
	font-size: 0.9em;
}

#Search-Menu ul li{
	float: left;
	padding: 0 0 0 10px;
}

#Search-Menu select{
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #666666;
	padding: 2px;
	
	
	background-color: #ffffff;
}

#Search-Menu input{
	float: left;
	width: 386px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #666666;
	
	background-color: #ffffff;
	
	text-indent: 4px;
}

#Search-Menu input.Button{
	width: 70px;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	
	background-color: #666666;
	
	text-indent: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
*/
/*********************************/
/************ Heading ************/
/*********************************/

div.Heading{
	float: left;
	width: 100%;
	line-height: 40px;
	
	background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/heading.gif);
	
	text-indent: 15px;
}

div.Heading h2{
	float: left;
	
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
}

div.Heading a{
	font-size: 0.9em;
}

div.Heading a.Description{
	float: right;
	padding: 0 15px 0 0;
	
	color: #ffffff;
}

/***************************************/
/************ Category Menu ************/
/***************************************/

.ESP-ebCategories,.ESP-ebStorePages{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
	
	font-size: 0.75em;
}

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	line-height: 26px;
	
	background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/menu-item.gif);
	
	text-indent: 15px;
}

/**********************************/
/************ Menu Left ***********/
/**********************************/

#Menu-Left ul {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Menu-Left ul li {
    float: left;
    display: block;
    width: 100%;
    list-style: none;
}

#Menu-Left ul.Navigation {
}

#Menu-Left ul.Navigation li {
    margin: 0 0 0 10px;
    padding: 5px 0 5px 0;
    font-size: 0.875em;
    text-indent: 0;
    text-align: left;
    width: 125px;
}

#Menu-Left ul.Navigation li a {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: normal;
}

#Menu-Left ul.Navigation li ul li {
    padding: 0;
    text-indent: 25px;
}
#Menu-Left ul.Navigation li ul li a {
    font-size: 0.6875em;
    text-transform: none;
}

#Menu-Left ul.Menu-Adverts { margin: 40px 0 0; }

#Menu-Left ul.Menu-Adverts li {
    margin: 0 0 7px 0;
    text-align: center;
}

/**********************************/
/*********** Menu Right ***********/
/**********************************/

#Menu-Right ul {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Menu-Right ul li {
    float: left;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#Menu-Right ul.Links li {
    margin: 0 0 5px;
    text-indent: 15px;
}

#Menu-Right ul.Slogans li {
    width: 116px;
    margin: 21px 0 0 15px;
    border: 1px solid #cecece;
    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/tick.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #FFF;
}

#Menu-Right ul.Slogans h3 {
    padding: 7px 0 3px 0;
    font-size: 0.8125em;
    font-weight: normal;
    text-indent: 29px;
    color: #0b3c92;
}
#Menu-Right ul.Slogans h3.smaller { font-size: 0.75em; }

#Menu-Right ul.Slogans p {
    padding: 3px;
    text-align: left;
    font-size: 0.5625em;
    color: #6b6b6b;
}

/*******************************************/
/************ Content Container ************/
/*******************************************/

.Content-Wide{
	float: left;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
	margin: 0 0 10px;
	
	background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/content-bg.gif);
}

.Content-Wide-Top{
	float: left;
	width: 100%;
}

.Content-Wide-Content{
	float: left;
	padding: 25px 20px;
}

.Content-Wide-Bottom{
	display: none;
}

/*******************************************/
/************** Main Container *************/
/*******************************************/

.Content-Wide.Main {
    border-bottom: none;
    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/main-bg.gif);
}

.Main .Content-Wide-Content {
    padding: 20px 0;
    width: 100%;
}

.Main .Content-Wide-Top {
    line-height: 28px;
    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/main-heading.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Main .Content-Wide-Top h2 {
    text-indent: 25px;
    font-weight: bold;
    font-size: 0.75em;
    color: #0e090a;
}

.Main .Content-Wide-Top .Description {
    float: right;
    padding: 0 25px 0 0;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    color: #0e090a;
}

.Main .Content-Wide-Bottom {
    display: block;
    width: 100%;
    float: left;
    height: 16px;
    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/main-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}


/******************************************/
/************ Tabbed Container ************/
/******************************************/

.Content-Wide.Tabbed-Container {
    background: none;
}

.Tabbed-Container .Tabs {
    border-bottom: 1px solid #c3c3c3;
}

.Tabbed-Container .Tabs a{
    display: block;
    width: 93px;
    height: 22px;
    line-height: 22px;
	float: left;
    font-size: 0.75em;
    text-align: center;
	text-indent: 0px;
	padding: 0 0;
	border-right: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
	
	color: #7d7d7d;
}
.Tabbed-Container .Tabs a.first-child { border-left: 1px solid #c3c3c3; }

.Tabbed-Container .Tabs a:hover, .Tabbed-Container .Tabs a.Selected{
	background-color: #e8e8e8;	
	text-decoration: none;
	color: #7d7d7d;
}

.Tabbed-Container .Content {
    float: left;
    width: 100%;
    height: 120px;
    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/content-bg.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}

.Tabbed-Container .Tab-Content{
	display: none;
}

.Tabbed-Container div.Selected{
	display: block;
}

.Tab-Content{
	height: 70px;
	overflow-x: hidden;
}

/********************************/
/************ Footer ************/
/********************************/

#Footer ul{
	list-style: none;
	float: left;
	line-height: 40px;
	padding: 0 0 0 0;
}

#Footer ul.Left {
    margin: 0 0 0 163px;
}

#Footer ul.Left li a {
    color: #999;
}

#Footer ul li.Right span { color: #999; }

#Footer ul li{
	float: left;
	padding: 0 7px 0 0;
	color: #999;
	font-size: 0.6875em;
	text-transform: uppercase;
}

#Footer .Copyright {
    color: #999;
    float: left;
    font-size: 0.6875em;
    line-height: 40px;
    margin: 0 0 0 55px;
}

/*******************************/
/************ Image ************/
/*******************************/

#Image-Container{
	float: left;
	width: 500px;
    margin: 0 0 0 15px;
}

#Main-Image-Container{
	width: 500px;
	text-align: center;
	float: left;
}

#Main-Image{
	width: 500px;	
}

#Mid-Image-Container{
	width: 500px;
	text-align: center;
	float: left;
}

#Mid-Image{
	width: 500px;	
}

#Thumbnail-Image-Container{
	float: left;
	width: 500px;
	list-style: none;
	
	text-align: center;
}

.Content-Wide-Content ul.Enlarge{
	background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/thumbnail.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 24px 0 10px;
}

#Thumbnail-Image-Container li{
	float: left;
	margin: 0 10px 10px 0;
}

#Thumbnail-Image-Container li a{
	float: left;
	border: 1px solid #d5d5d5;
	padding: 0;
}

#Thumbnail-Image-Container li a.Selected,#Thumbnail-Image-Container li a:hover {
	padding: 0;
	border: 1px solid #c3c3c3;
}

#Thumbnail-Image-Container img{
	width: 63;
	height: 63px;
}

/******************************************/
/************ Description Container *******/
/******************************************/

#Description{
	float: right;
	width: 245px;
    margin: 0 15px 0 0;
}

#Description p{
    margin: 0 0 0 0;
	padding: 0 0 15px;
	text-align: left;
}

.Description-Container{
	font-size: 1em;
}

.Description-Container h1{
	margin: 5px 0 25px 0;
	
	text-align: left;
	font-size: 0.8125em;
	font-weight: bold;
	color: #000;
}

.Description-Container h3{
	padding: 0 0 10px;
}

.Description-Container p{
    font-size: 0.6875em;
    color: #363334;
	padding: 0 0 15px;
	line-height: 1.3;
}

.Description-Container ul{
	padding: 0 0 10px;
}

.Description-Container ul li{
	margin: 0 0 5px 20px;
	font-size: 0.6875em;
	color: #363334;
	padding: 0 0 5px;
	line-height: 1.3;
}

#Buy-Options {
    float: left;
    width: 245px;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
}

#Buy-Options li {
    float: left;
    display: block;
    list-style: none;
    width: 122px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Buy-Options li.Price {
    font-size: 0.875em;
    font-weight: bold;
    color: #000;
}

.buy-button {
    display: block;
    float: left;
    width: 64px;
    height: 25px;

    background-image: url(http://images.esellerpro.com/listingtemplates-v4/106partsnew/images/buy-bt.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#Share {
    padding: 15px 0 8px 0;
    float: left;
    width: 100%;
}

#Share .addthis_toolbox { float: right; }

/******************************************/
/************ Listing Controls ************/
/******************************************/

#Listing-Controls{
	width: 245px;
	float: left;
	list-style: none;
	padding: 8px 0 8px 0;
	text-align: center;
    border-top: 1px solid #c9cacc;
    border-bottom: 1px solid #c9cacc;
}

#Listing-Controls li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    width: 122px;
}

#Listing-Controls li.left{
    text-align: left;
}
#Listing-Controls li.right{
    text-align: right;
}


/*********************************/
/*********** PromoBox ************/
/*********************************/

.Content-Wide.Other {
    background: none;
    border: 0 none;
}

.Other .Heading {
    background: none;
}

.Other .Heading h2 {
    font-weight: normal;
    font-size: 0.75em;
    color: #211d1e;

}

.Carousel-Container{
	padding: 0 1px;
}

#PromoBox{
	float: left;
	list-style: none;
}

#PromoBox li{
	float: left;
}

#PromoBox li.Loader{
	width: 609px;
	margin: 10px 0 5px;
	text-align: center;
}

#PromoBox li .Product{
    float: left;
    margin: 5px 0;
    padding: 0 5px 10px;
    position: relative;
}

#PromoBox li .Product .gallery{
    position: relative;
	width: 250px;
	height: 100px;
	float: left;
}

#PromoBox li .Product .gallery tr {
    display: inline-block;
    float: left;
    width: 90px;
}

#PromoBox li .Product .gallery .image{
    display: inline-block;
    float: left;
    padding: 0 0 10px;
    text-align: center;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
}

#PromoBox li .Product .gallery .image img {
    width: 80px;
}

#PromoBox li .Product .gallery .image a{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

#PromoBox li .Product .gallery .title{
    height: 62px;
    padding: 0 0 15px;
    width: 150px;
    position: absolute;
    left: 90px;
    top: 0;
    overflow: hidden;
}

#PromoBox li .Product .gallery .title a{
    color: #797A7D;
    font-size: 0.6875em;
}

#PromoBox li .Product .gallery .BIN-Icon {
    position: absolute;
    left: 90px;
    bottom: 10px;
}

#PromoBox li .Product .gallery .Product-Price {
    color: #797A7D;
    float: right;
    font-size: 0.6875em;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    right: 25px;
}

 .jcarousel-container {
}

 .jcarousel-direction-rtl {
	direction: rtl;
}

 .jcarousel-container-horizontal {
    width: 100%;
    padding: 20px 0 0 0;
}

 .jcarousel-clip {
    overflow: hidden;
}

 .jcarousel-clip-horizontal {
   width: 589px;
   height: auto;
   padding: 0 10px 0 10px;
}

 .jcarousel-item {
    width: 250px;
    height: auto;
}

 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
   display: none;
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

 .jcarousel-next-horizontal:hover,
 .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:focus,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

 .jcarousel-prev-horizontal {
   display: none;
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

 .jcarousel-prev-horizontal:hover, 
 .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:focus,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#mycarousel li ul {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
}
#mycarousel li ul li {
  padding: 2px 0 2px 0;
  font-size: 0.6875em;
  color: #797a7d;
}
#mycarousel .product-image {
  float: left;
}