


/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.esellerpro.com - The CSS is prohibited from viewing, using in whole or part. 
Usage of the CSS may result in legal action. A notification has been sent to us letting us know 
this page has been accessed directly including the IP, Time and domain it was accessed from. 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *******/



/**********************************************/
/************ Css template v5 *****************/
/**********************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-size: 100%;
	font-family: arial, tahoma, verdana;
}

a:link,a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover,a:active{
	color: #000000;
	text-decoration: underline;
}

form{
	display: block;
}

/**********************************************/
/************ Firefox ebay bug fix ************/
/**********************************************/

.item_description {
    font-size: 16px;
}

/**********************************************/
/************ Ebay iframe fix for fancybox ****/
/**********************************************/

#fancybox-wrap.top{
	top: 300px !important;
	bottom: auto !important;
}

/**********************************************/
/************ Background structure ************/
/**********************************************/

#Listing-Template{
	text-align: center;
}

#Listing-Centering{
	display: inline-block;
	width: 1195px;
	margin: 0 auto;
	
	background-image: url(images/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}

#Page{
	width: 100%;
	float: left;
}

#Page-Inner{
	width: 100%;
	float: left;
}

#Container{
	display: inline-block;
	width: 922px;
	margin: 0 auto;
	
	text-align: left;
}

#Container-Inner{
	width: 100%;
	float:left;
	position: relative;
}

/*******************************************/
/************ Content structure ************/
/*******************************************/

#Header-Container{
	float:left;
	width: 100%;
	height: 137px;
	position: relative;
	
	background-color: transparent;
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	z-index: 2;
	
	background-color: #000;
}

#Search-Menu{
	float:left;
	width: 100%;
	line-height: 40px;
	background-color: #d5d5d5;
	margin: 10px 0 0 0;
}
	
#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
}

#Content{
	float: right;
	width: 699px;
	margin: 10px 0 0 0;
}

#Menu-Left{
	float: left;
	width: 210px;
	margin: 10px 0 0 0;
}
	
#Footer{
	float:left;
	width: 100%;
	margin: 5px 0 0 0;
	height: 140px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

/******************************************/
/************ Header Container ************/
/******************************************/

#Page-Logo{
	position: absolute;
	display: block;
	top: 24px;
	left: 30px;
}

#Contact{
	position: absolute;
	top: 28px;
	left: 400px;
}

#Search-Header{
	position: absolute;
	top: 30px;
	left: 687px;
}

/**********************************/
/************ Top Menu ************/
/**********************************/

#Top-Menu{
	position: absolute;
	right: 15px;
	bottom: 0;
	list-style: none;
	line-height: 34px;
	
	font-size: 0.7em;
}

#Top-Menu li{
	float: left;
	padding: 0 0 0 20px;
}

#Top-Menu a{
	color: #000000;
}

/**********************************/
/******* Header Search ************/
/**********************************/

#Form-Search ul{
	position: absolute;
	right: 15px;
	top: 60px;
	list-style: none;
	border: 1px solid #aeaeae;
}

#Form-Search ul li{
	float: left;
}

#Form-Search ul li input{
	float: left;
	width: 170px;
	height: 28px;
	line-height: 28px;
	
	background-color: #ffffff;
	
	text-indent: 10px;
	font-size: 0.75em;
	color: #909090;
}

#Form-Search ul li input.Button{
	width: 46px;
	border: 0;
	cursor: pointer;
	
	background-image: url(images/search-icon.gif);
	
	text-indent: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#Form-Search ul li input.Button:hover{
	background-position: left -28px;
}

#Form-Search ul li input.Button.hover{
	background-position: left -28px;
}

/*************************************/
/************ Tabbed Menu ************/
/*************************************/

#Tabbed-Menu{
	font-size: 0.8em;
}

#Tabbed-Menu ul{
	float: left;
	list-style: none;
	z-index: 2;
}

#Tabbed-Menu ul.Right{
	float: right;
}

#Tabbed-Menu ul li{
	float: left;
	position: relative;
	z-index: 2;
}

#Tabbed-Menu ul li.hover{
	background-color: #ffffff;
}

#Tabbed-Menu ul li.hover a{
	text-decoration: none;
	color: #ec008c;
}

#Tabbed-Menu ul li a{
	padding: 0 20px;
	float: left;
	height: 43px;
	line-height: 42px;
	text-transform: uppercase;
	
	color: #ffffff;
	font-size: 0.9em
}

#Tabbed-Menu ul #Tab-1{
	width: 60px;
	height: 43px;
	background-image: url(images/home.gif);
}

#Tabbed-Menu ul #Tab-1:hover{
	background-color: transparent;
	background-position: left -43px;
	cursor: pointer;
}


#Tabbed-Menu ul #Tab-1 a{
	padding: 0;
	width: 60px;
	height: 43px;
	display: block;
}

#Tabbed-Menu ul #Tab-1 a:hover{
	cursor: pointer;
}


/**********************************/
/************ Dropdown ************/
/**********************************/

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 43px;
	left: -1px;
	background-color: #ffffff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 5px;
}

#Tabbed-Menu ul li ul li{
	float: left;
}

#Tabbed-Menu ul li ul li a{
	float: left;
	height:26px;
	width: 180px;
	line-height:26px;
	padding: 0;
	text-indent: 15px;
	text-transform: none;
	color: #000 !important;
}

#Tabbed-Menu ul li ul li a:hover{
	color: #000;
	text-decoration: underline;
}

/*************************************/
/************ 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;
	
	font-size: 0.8em;
}

#Search-Menu input{
	float: left;
	width: 386px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #666666;
	
	background-color: #ffffff;
	
	text-indent: 4px;
	font-size: 0.8em;
}

#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 ************/
/*********************************/

#Cat-Heading{
	background: none;
	background-color: #000;
}

#Cat-Heading h2{
	font-weight: normal;
	text-transform: normal;
	font-size: 0.9em;
	letter-spacing: normal;
	color: #fff;
	padding: 13px 0 13px 25px;
}

div.Heading{
	float: left;
	width: 100%;
	
	background-image: url(images/content-top-2.gif);
	
	text-align: left;
}

div.Heading h2{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	color: #000;
	padding: 30px 0 10px 35px;
}

div.Heading a{
	font-size: 0.9em;
}

div.Heading a.Description{
	float: right;
	padding: 0 15px 0 0;
	
	color: #ffffff;
}

#Main-Content div.Heading{
	float: left;
	width: 100%;
	
	background-image: none;
	background-color: #ee0f93 !important;
	
	text-align: center;
}

#Main-Content div.Heading h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	color: #ffffff;
	letter-spacing: normal;
	padding: 13px 0;
}

/***************************************/
/************ Store Pages **************/
/***************************************/

.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(images/menu-item.gif);
	
	text-indent: 15px;
}

/***************************************/
/************ Categories ***************/
/***************************************/

#Cat-List{
	float: left;
	width: 100%;
	font-size: 0.75em;
	border-bottom: 1px solid #d5d5d5;
	background-image: url(images/cat-bg.gif);
	margin: 0 0 10px;
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

#Cat-List ul{
	float: left;
	width: 100%;
	list-style: none;
}

#Cat-List ul li{
	float: left;
}

/*** FIRST LEVEL ***/

#Cat-List ul li a{
	float: left;
	width: 210px;
	line-height: 30px;
	text-indent: 25px;
	font-weight: bold;
}

/*** SECOND LEVEL ***/

#Cat-List ul li ul li a{
	float: left;
	width: 210px;
	line-height: 24px;
	text-indent: 41px;
	font-weight: normal;
	background-image: url(images/cat-substandard.png);
	background-repeat: no-repeat;
	background-position: 24px 7px;
}

/*** THIRD LEVEL ***/

#Cat-List ul li ul li ul li a{
	float: left;
	width: 210px;
	line-height: 30px;
	text-indent: 25px;
}

/**********************************/
/************ Menu Box ************/
/**********************************/

.Menu-Box{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 10px;
	
	background-image: url(images/menu-bg.gif);
}

.Menu-Box-Top{
	float: left;
	width: 100%;
}

.Menu-Box-Content{
	float: left;
	padding: 10px 15px;
	
	font-size: 0.75em;
}

.Menu-Box-Bottom{
	display: none;
}

/*******************************************/
/************ Content Container ************/
/*******************************************/

#Main-Content{
	border-bottom: 1px solid #d5d5d5;
	background-image: url(images/content-bg-3.gif);
}

.Content-Wide{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	
	background-image: url(images/content-bg-2.gif);
}

.Content-Wide-Top{
	float: left;
	width: 100%;
}

.Content-Wide-Content{
	float: left;
	width: 100%;
	padding: 25px 0;
}

.Content-Wide-Bottom{
	float: left;
	width: 100%;
	height: 13px;
	background-image: url(images/content-footer-2.gif);
}

/******************************************/
/************ Tabbed Container ************/
/******************************************/

/* .Tabbed-Container .Content {
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding: 0;
} */

.Tabbed-Container .Tabs a{
	float: left;
	text-indent: 0px;
	padding: 0 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	
	color: #000;
}

.Tabbed-Container .Tabs a:hover, .Tabbed-Container .Tabs a.Selected{
	
	text-decoration: none;
	color: #ed0e92;
}

.Tabbed-Container .Tab-Content{
	display: none;
}

.Tabbed-Container div.Selected{
	display: block;
}

.Tab-Content{
	/* height: 200px;
	overflow-x: hidden;
	overflow-y: scroll; */
	width: 100%;
}

.Tabbed-Container .Tab-Content p{
	padding: 0 40px 8px 0;
}

.Tab-Content .Description-Container{
	padding: 5px 25px;
}

/********************************/
/************ Footer ************/
/********************************/

#ESP{
	float: left;
	list-style: none;
	font-size: 0.7em;
	color: #8e8e8e;
	line-height: 42px;
	margin: 80px 0 0 330px;
}

#ESP li{
	float: left;
	margin-right: 4px;
}

/*******************************/
/************ Image ************/
/*******************************/

#Image-Container{
	float: left;
	width: 320px;
	margin: 0 0 0 20px;
}

#Main-Image-Container{
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
}

#Zoom-Icon{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 0 0 25px;
	background-image: url(images/zoom-image.png);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 0.75em;
	color: #A6A6A6;
}

#Main-Image img{
	width: 320px;	
}

#Thumbnail-Image-Container{
	float: left;
	width: 100%;
	list-style: none;
	
	text-align: center;
}

.Content-Wide-Content ul.Enlarge{
	padding: 10px 0 0;
}

#Thumbnail-Image-Container li{
	float: left;
	margin: 0 10px 10px 0;
}

#Thumbnail-Image-Container li.Fourth{
	margin: 0 0 10px 0;
}

#Thumbnail-Image-Container li a{
	float: left;
	border: 1px solid #FFF;
	padding: 3px;
}

#Thumbnail-Image-Container li a.Selected,#Thumbnail-Image-Container li a:hover{
	border: 1px solid #ee0f93;
}

#Thumbnail-Image-Container img{
	width: 64px;
	height: 64px;
}

/******************************************/
/************ Description Container *******/
/******************************************/

#Description{
	float: right;
	width: 320px;
	margin: 0 20px 0 0;
	border: 1px solid #e2e0db;
	padding: 30px 0 10px 0;
}

#Item-Description{
	clear: both;
}

.Description-Container{
	font-size: 0.8em;
	color: #000;
}

.Description-Container a{
	color: #ee0f93;
}

.Description-Container a:hover{
	color: #ee0f93;
}

.Description-Container h1{
	margin: 0 0 10px 0;
	
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
}

.Description-Container h2{
	padding: 0 0 10px;
	font-size: 1.4em;
	color: #000;
}

.Description-Container h3{
	padding: 0 0 10px;
	font-size: 1.2em;
	color: #000;
}

.Description-Container p{
	padding: 0 0 10px;
	line-height: 17px;
}

.Description-Container ul{
	padding: 0 0 10px;
}

.Description-Container ul li{
	margin: 0 0 4px 20px;
	color: #000;
}

#Price{
	padding: 0;
	list-style: none;
}

#Price li{
	padding: 0;
	margin: 0 0 4px;
	width: 100%;
	text-align: center;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.95em;
}

#Price li.RRP{
	text-decoration: line-through;
	color: #666;
}

#Price li.Price-Title{
	font-size: 1.3em;
}

#Price li.Price{
	font-size: 2.0em;
	color: #ee0f93;
}

/******************************************/
/************ Listing Controls ************/
/******************************************/

#Buy-It-Now-Container{
	width: 100%;
	text-align: center;
	margin: 40px 0 0 0;
}

#Buy-It-Now{
	display: inline-block;
	width: 186px;
	padding: 0;
	height: 49px;
	line-height: 46px;
	margin: 0 0 0 0;
	border: 0;
	cursor: pointer;
	
	background-image: url(images/buy.gif);
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
	text-transform: uppercase;
}

#Buy-It-Now:hover{
	color: #ffd4ee;
}

#Listing-Controls{
	list-style: none;
	padding: 0 0 0 0;
	margin: 50px 0 40px 0;
}

#Listing-Controls li{
	
	width: 184px;
	padding: 0;
	margin: 10px 0 0 68px;
	border: 1px solid #d0ceca;
}

#Listing-Controls li a{
	display: block;
	width: 184px;
	height: 38px;
	line-height: 38px;
	margin: 0 0 0 0;
	border: 0;
	cursor: pointer;
	
	background-color: #e7e5df;
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
}

#Listing-Controls li a:hover{
	color: #ed0e92;
}

/*********************************/
/*********** PromoBox ************/
/*********************************/

.Content-Wide-Content.PromoBox-Container{
	margin: 0 1px;
	padding: 0;
}

#PromoBox{
	float: left;
	list-style: none;
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}

#PromoBox li{
	float: left;
	position: relative;
	width: 145px;
	margin: 0 17px 0 17px;
}

#PromoBox li a.Img{
	float: left;
	width: 100%;
	height: 96px;
	text-align: center;
}

#PromoBox li a.Img img{
	/* height: 96px; */
}

#PromoBox li h3{
	float: left;
	width: 100%;
	height: 60px;
	font-weight: normal;
	font-size: 0.7em;
	margin: 15px 0 0 0;
	text-align: center;
	line-height: 13px
}

#PromoBox li h3 a{
	text-decoration: none;
	color: #808080;
}

#PromoBox li h3 a:hover{
	text-decoration: underline;
}

#PromoBox li p{
	float: left;
	width: 100%;
	font-size: 0.75em;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

#PromoBox li p span.Price-Value{
	color: #000;
}

#PromoBox img.Buy-It-Now{
	float: right;
	padding: 0;
	margin: 2px 0 0 0;
	display: none;
}
