


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

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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

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: 100px !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-repeat: no-repeat;
	background-color: transparent;
}

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

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

	background-color: transparent;
}

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

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

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

#Header-Container{
	float:left;
	width: 100%;
	height: 168px;
	position: relative;
	
	background-image: url(images/header3.jpg);
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	line-height: 40px;
	z-index: 2;
	
	background-image: url(images/heading.gif);
}

#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;
}

#Menu-Left{
	float: left;
	width: 162px;
	margin: 10px 0 0 0;
}

#Content{
	float: right;
	width: 734px;
	margin: 10px 0 0 0;
}
	
#Footer{
	float:left;
	width: 100%;
	height: 150px;
	margin: 0 0 0 0;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

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

#Page-Logo{
	position: absolute;
	display: block;
	width: 250px;
	height: 135px;
	top: 15px;
	left: 335px;
}

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

#Top-Menu{
	position: absolute;
	right: -7px;
	top: 57px;
	list-style: none;
	
	font-size: 0.9em;
}

#Top-Menu li{
	float: left;
	padding: 0 7px 0 7px;
	border-left: 1px dotted #505050;
}

#Top-Menu li.No-Border{
	border: 0;
}

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


/**********************************/
/*********** Store Menu ***********/
/**********************************/

#Store-Menu{
	position: absolute;
	left: 0;
	top: 132px;
	list-style: none;
	
	font-size: 0.8em;
}

#Store-Menu li{
	float: left;
	padding: 0 14px 0 14px;
	border-right: 1px dotted #505050;
}

#Store-Menu li.No-Border{
	border: 0;
	padding-right: 0;
}

#Store-Menu a{
	color: #505050;
}

#Store-Menu a.Red{
	color: #c41919;
}


/**********************************/
/************* Contact ************/
/**********************************/

#Contact{
	position: absolute;
	left: 0;
	top: 14px;
	list-style: none;
	
	font-size: 1.2em;
	color: #505050;
}

#Contact li{
	margin-bottom: 14px;
}

#Contact li a{
	color: #505050;
}

.Margin{
	margin-left: 10px;
}

#Smaller{
	font-size: 0.85em;
}

.Red{
	color: #c41919;
}

.Opening-Hrs{
	position: absolute;
	left: 260px;
	top: 34px;
	list-style: none;
	
	font-size: 0.72em;
	color: #8a8a8a;
}

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

#Form-Search ul{
	position: absolute;
	right: 7px;
	top: 127px;
	list-style: none;
}

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

#Form-Search ul li input{
	float: left;
	width: 235px;
	height: 28px;
	line-height: 28px;
	
	background: none;
	
	text-indent: 4px;
	font-size: 0.8em;
	color: #c41919;
}

#Form-Search ul li input.Button{
	width: 41px;
	border: 0;
	cursor: pointer;
	
	background: none;
	
	text-indent: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

/*************************************/
/************ 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: #000000;
}

#Tabbed-Menu ul li a{
	padding: 0 15px;
	float: left;
	height: 40px;
	
	color: #ffffff;
}

/**********************************/
/************ 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: 200px;
	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;
	
	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 ************/
/*********************************/

div.Heading{
	float: left;
	width: 100%;
	line-height: 26px;
	
	/* background-image: url(images/heading.gif); */
	
	text-indent: 5px;
}

div.Heading h2{
	float: left;
	
	font-weight: normal;
	font-size: 1.2em;
	color: #181468;
	text-transform: uppercase;
}

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

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


div.Heading-2{
	float: left;
	width: 100%;
	height: 69px;
	line-height: 41px;
	
	background-image: url(images/heading-bar.gif);
	
	text-indent: 25px;
}

div.Heading-2 h2{
	float: left;
	
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
}

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

.ESP-ebCategories,.ESP-ebStorePages{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	
	font-size: 0.8em;
}

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	line-height: 34px;
	
	text-indent: 5px;
	color: #6e6e6e;
	border-bottom: 1px dotted #bdbdbd;
}

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

#Cat-List{
	float: left;
	width: 100%;
	font-size: 0.8em;
	margin: 0 0 15px;
}

#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: 162px;
	line-height: 34px;
	text-indent: 5px;
	color: #6e6e6e;
	border-bottom: 1px dotted #bdbdbd;
}

/*** SECOND LEVEL ***/

#Cat-List ul li ul li a{
	float: left;
	width: 162px;
	line-height: 26px;
	text-indent: 10px;
	color: #6e6e6e;
}

/*** THIRD LEVEL ***/

#Cat-List ul li ul li ul li a{
	float: left;
	width: 162px;
	line-height: 26px;
	text-indent: 15px;
	color: #6e6e6e;
}

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

#Top-Content{
	background: none;
}

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

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

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

.Content-Wide-Bottom{
	display: none;
}

/******************************************/
/************ 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;
	
	color: #ffffff;
	text-transform: uppercase;
}

.Tab-1{
	margin-left: 20px;
}

.Tabbed-Container .Tabs a:hover, .Tabbed-Container .Tabs a.Selected{
	background-image: url(images/heading-selected.gif);
	
	text-decoration: none;
	color: #181468;
}

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

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

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

.Tab-Content .Description-Container{
	padding: 10px 40px 25px 43px;
}

.Tab-Content .Description-Container .Blue{
	color: #181468;
	font-weight: bold;
}

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

#Footer-Links{
	list-style: none;
	float: left;
	padding: 0;
	margin-top: 50px;
}

#Footer-Links li{
	float: left;
	padding: 0 17px;
	border-right: 1px dotted #5b5b5b;
}

#Footer-Links li{
	font-size: 0.8em;
}

#Footer-Links li a{
	color: #4f4f4f;
}

#Footer-Links li a.Red{
	color: #c41919;
}

#Footer-Links li.No-Border{
	border: 0;
}

#ESP{
	list-style: none;
	float: left;
	padding: 0;

	margin: 47px 0 0 330px;
	line-height: 42px;
	
}

#ESP li{
	float: left;
	color: #7f7f7f;
	font-size: 0.7em;
	padding-right: 5px;
	width: auto;
}

.Payment-by{
	float: right;
	color: #4f4f4f;
	font-size: 0.8em;
	font-style: italic;
	margin: 52px 84px 0 0;
}

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

#Image-Container{
	float: left;
	width:400px;
}

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

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

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

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

.Content-Wide-Content ul.Enlarge{
	/* background-image: url(images/thumbnail.gif);
	background-repeat: no-repeat;
	background-position: center bottom; */
	padding: 5px 0 0;
}

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

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

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

#Thumbnail-Image-Container li a.Selected,#Thumbnail-Image-Container li a:hover{
	padding: 4px;
	border: 2px solid #999999;
}

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

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

#Description{
	float: right;
	width: 306px;
	margin: 0 0 0 0;
}

#Item-Description{
	clear: both;
	padding: 0 40px;
}

.Description-Container{
	font-size: 0.95em;
	color: #555555;
}

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

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

.Description-Container h1{
	margin: 0 0 10px 0;
	
	text-align: left !important;
	font-size: 1.4em;
	font-weight: normal;
	color: #181468;
}

.Description-Container .Price{
	font-size: 1.8em;
	font-weight: bold;
	color: #c41919;
}

.Description-Container h2{
	padding: 0 0 12px;
	font-size: 1.4em;
	color: #1d187b;
	text-align: left !important;
}

.Description-Container h3{
	padding: 0 0 12px;
	font-size: 1.0em;
	color: #1d187b;
	text-align: left !important;
}

.Description-Container p{
	padding: 0 0 12px;
	line-height: 17px;
	text-align: left !important;
}

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

.Description-Container ul li{
	margin: 0 0 4px 20px;
	color: #333;
	text-align: left !important;
}

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

#Buy-It-Now-Container{
	float: left;
	width: 100%;
	text-align: left;
	margin: 15px 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #b8b8b8;
}

#Buy-It-Now{
	display: inline-block;
	width: 176px;
	padding: 0;
	height: 52px;
	line-height: 26px;
	
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	
	background-image: url(images/buyitnow.gif);
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
}

#Listing-Controls{
	width: 306px;
	clear: right;
	float: right;
	list-style: none;
	padding: 10px 0 0 0;
}

#Listing-Controls li{
	float: left;
}

#Listing-Controls li a{
	display: block;
	width: 137px;
	height: 42px;
	line-height: 36px;
	margin: 0 10px 0 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	
	background-image: url(images/button-bg.gif);
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	color: #4e4e4e;
}

/*********************************/
/*********** 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 0 0 25px;
}

#PromoBox li.first{
	margin-left: 42px;
}

#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: 70px;
	font-weight: normal;
	font-size: 0.75em;
	color: #525252;
	line-height: 17px;
	margin: 15px 0 0 0;
}

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

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

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

#PromoBox li p span.Price-Value{
	color: #c41919;
	font-size: 1.4em;
	font-weight: bold;
}

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


#Newsletter{
	float: left;
	width: 162px;
	height: 149px;
	background-image: url(images/newsletter-bg.gif);
}

#Newsletter h1{
	float: left;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: 1px dotted #7774b2;
	padding-bottom: 5px;
	margin: 20px 0 0 15px;
	width: 130px;
	font-weight: normal;
}

#Newsletter p{
	float: left;
	width: 130px;
	color: #bcbac3;
	font-size: 0.85em;
	line-height: 17px;
	border-bottom: 1px dotted #7774b2;
	padding-bottom: 10px;
	margin: 10px 0 0 15px;
}

#Newsletter a{
	float: right;
	color: #bcbac3;
	font-size: 0.85em;
	line-height: 17px;
	text-transform: uppercase;
	padding-left: 15px;
	margin: 10px 15px 0 0;
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.Menu-Banner{
	float: left;
	width: 162px;
	height: 254px;
	margin-bottom: 15px;
}
