


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

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: 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: 200px !important;
	bottom: auto !important;
}

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

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

#Listing-Centering{
	display: inline-block;
	width: 1195px;
	margin: 0 auto;

	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: 127px;
	position: relative;
	
	background-image: url(images/header.jpg);
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	z-index: 2;
}

#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: 192px;
	margin: 15px 0 0 0;
}

#Content{
	float: right;
	width: 708px;
	margin: 15px 0 0 0;
}
	
#Footer{
	float:left;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	height: 190px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

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

#Page-Logo{
	position: absolute;
	display: block;
	top: 47px;
	left: 15px;
}

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

#Top-Menu{
	position: absolute;
	left: 325px;
	top: 27px;
	list-style: none;
	
	font-size: 0.72em;
}

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

#Top-Menu a{
	color: #000000;
	padding-left: 12px;
	background-image: url(images/small-arrows.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#Top-Menu a:hover{
	color: #4474c5;
}

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

#Form-Search ul{
	position: absolute;
	left: 345px;
	top: 62px;
	list-style: none;
}

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

#Form-Search ul li input{
	float: left;
	width: 210px;
	height: 34px;
	line-height: 32px;
	
	background-color: transparent;
	
	text-indent: 8px;
	font-size: 0.75em;
	color: #333;
}

#Form-Search ul li input.Button{
	width: 49px;
	border: 0;
	cursor: pointer;
	
	background-color: transparent;
	
	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 li{
	float: left;
	position: relative;
	z-index: 2;
	background-image: url(images/tab.gif);
	border-right: 1px solid #fff;
}

#Tabbed-Menu ul li#Tab-1{
	background-image: url(images/home-tab.gif);
}

#Tabbed-Menu ul li#Tab-9{
	background-image: url(images/clearance-tab.gif);
	background-position: right top;
	border: 0;
}

#Tabbed-Menu ul li.hover{
	background-position: left -39px;
}

#Tabbed-Menu ul li#Tab-9.hover{
	background-image: url(images/clearance-tab.gif);
	background-position: right -39px;
}

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

#Tabbed-Menu ul li#Tab-9.hover a{
	color: #fff;
}

#Tabbed-Menu ul li a{
	padding: 0;
	float: left;
	height: 39px;
	line-height: 37px;
	text-align: center;
	
	color: #fff;
	font-weight: bold;	
}

#Tabbed-Menu ul li#Tab-9 a{
	color: #000;
}

#Tabbed-Menu ul li#Tab-1 a{
	width: 75px;
}

#Tabbed-Menu ul li#Tab-2 a{
	width: 88px;
}

#Tabbed-Menu ul li#Tab-3 a{
	width: 95px;
}

#Tabbed-Menu ul li#Tab-4 a{
	width: 65px;
}

#Tabbed-Menu ul li#Tab-5 a{
	width: 118px;
}

#Tabbed-Menu ul li#Tab-6 a{
	width: 124px;
}

#Tabbed-Menu ul li#Tab-7 a{
	width: 116px;
}

#Tabbed-Menu ul li#Tab-8 a{
	width: 91px;
}

#Tabbed-Menu ul li#Tab-9 a{
	width: 142px;
}

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

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 39px;
	left: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #4474c5;
	border-left: 1px solid #4474c5;
	border-right: 1px solid #4474c5;
}

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

#Tabbed-Menu ul li ul li a{
	float: left;
	height:26px;
	width: 177px !important;
	line-height:26px;
	padding: 0;
	text-indent: 28px;
	text-align: left;
	background-image: url(images/dropdown.gif);
	color: #333 !important;
	font-size: 0.85em;
	font-weight: normal;
}

#Tabbed-Menu ul li ul li a:hover{
	color: #4474c5 !important;
	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 ************/
/*********************************/

#Main-Description div.Heading{
	background-image: url(images/heading-3.gif);
	text-indent: 25px;
	line-height: 60px;
}

#Main-Description div.Heading h2{
	float: left;
	
	font-weight: bold;
	font-size: 1.0em;
	color: #000;
}

#Promo-Heading{
	background-image: url(images/heading2.jpg);
}

div.Heading{
	float: left;
	width: 100%;
	line-height: 34px;
	
	background-image: url(images/heading.jpg);
	
	text-indent: 33px;
}

div.Heading h2{
	float: left;
	
	font-weight: bold;
	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;
}

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

#Brand-List{
	float: left;
	width: 100%;
	font-size: 0.7em;
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 15px;
}

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

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

/*** FIRST LEVEL ***/

#Brand-List ul li a{
	float: left;
	width: 192px;
	line-height: 25px;
	text-indent: 35px;
	background-image: url(images/brands-bg.jpg);
}

#Brand-List ul li a:hover{
	color: #4474c5;
}

/*** SECOND LEVEL ***/

#Brand-List ul li ul li a{
	float: left;
	width: 192px;
	line-height: 26px;
	text-indent: 25px;
}

/*** THIRD LEVEL ***/

#Brand-List ul li ul li ul li a{
	float: left;
	width: 192px;
	line-height: 26px;
	text-indent: 35px;
}

#Delivery{
	float: left;
	width: 192px;
	margin-bottom: 15px;
}

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

.Menu-Box{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	
	/* 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-Description{
	background-image: url(images/content-bg.gif);
}

.Content-Wide{
	float: left;
	width: 100%;
	/* border-bottom: 1px solid #d5d5d5; */
	margin: 0 0 20px;
	
	/* background-image: url(images/content-bg.gif); */
}

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

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

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

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

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

.Tabbed-Container .Tabs a{
	float: left;
	text-indent: 0px;
	padding: 0 10px;
	border-left: 1px solid #d5d5d5;
	
	color: #ffffff;
}

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

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

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

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

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

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

#Footer #Footer-Menu{
	list-style: none;
	float: left;
	padding: 32px 0 0 0;
}

#Footer #Footer-Menu li{
	float: left;
	padding: 0 15px 0 0;
}

#Footer #Footer-Menu li{
	font-size: 0.75em;
}

#Footer #Footer-Menu li a{
	color: #333;
	padding-left: 11px;
	background-image: url(images/small-arrows.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#Footer #Footer-Menu li a:hover{
	color: #4474c5;
}

#Copyright{
	list-style: none;
	float: left;
	font-size: 0.7em;
	color: #7f7f7f;
	margin-top: 31px;
	clear: left;
	width: 700px;
}

#Copyright li{
	float: left;
	width: 100%;
}

#ESP{
	list-style: none;
	float: left;
	clear: left;
	margin-top: 45px;
	margin-left: 320px;
	color: #7f7f7f;
	font-size: 0.7em;
	line-height: 40px;
	width: 500px;
}

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

#ESP li a img{
	float: left;
}

#Footer h1{
	position: absolute;
	right: 75px;
	top: 77px;
	color: #7f7f7f;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

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

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

#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: 392px;	
}

#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 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 #d5d5d5;
	padding: 5px;
}

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

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

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

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

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

#Item-Description div{
	padding: 0 !important;
	color: #333 !important;
}

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

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

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

.Description-Container h1{
	margin: 15px 0 20px 0;
	
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
}

.Description-Container h2{
	padding: 0 0 12px;
	font-size: 1.3em;
	color: #333;
}

.Description-Container h3{
	padding: 0 0 12px;
	font-size: 1.0em;
	color: #333;
}

#Spec-Header{
	margin-top: 12px;
}

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

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

.Description-Container ul li{
	margin: 0 0 6px 14px;
	color: #333;
}

#Spec-Table {

	border-collapse: collapse;
}

#Spec-Table tr{
}

#Spec-Table tr th{
	background-color: #efefef;
	width: 120px;
	text-align: left;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	padding: 10px 10px;
}

#Spec-Table tr td{
	background-color: #f3f3f3;
	text-align: left;
	border-bottom: 3px solid #fff;
	padding: 10px 10px;
	width: 500px;
}

#Price-Container{
	float: left;
	margin-bottom: 25px;
}

#Price-Container #Save{
	float: left;
	width: 83px;
	height: 83px;
	margin: 0 16px 0 0;
	padding: 0;
	list-style: none;
	background-image: url(images/save.gif);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	overflow: hidden;
}

#Price-Container #Save li{
	margin: 0;
	padding: 0;
	color: #fff;
}

#Price-Container #Save #Save-Heading{
	padding-top: 20px;
	font-size: 0.5em;
	color: #fff;
	line-height: 12px;
}

#Price-Container ul{
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#Price-Container ul li{
	margin: 0;
	padding: 0;
}

#Price-Container ul li#RRP{
	padding: 18px 0 0 0;
}

#Price-Container ul li#Price{
	font-size: 1.9em;
	font-weight: bold;
	color: #ce0101;
}


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

#Buy-It-Now-Container{
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}

#Buy-It-Now{
	display: inline-block;
	width: 170px;
	padding: 0;
	height: 47px;
	line-height: 45px;
	margin: 0 10px 0 0;
	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: 1.8em;
	color: #000;
}

#Listing-Controls{
	width: 290px;
	clear: right;
	float: right;
	list-style: none;
	padding: 30px 0 0 0;
	border-top: 1px dotted #999999;
}

#Listing-Controls li{
	float: left;
}

#Listing-Controls li a{
	display: block;
	width: 140px;
	height: 33px;
	line-height: 32px;
	margin: 0 9px 0 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	
	background-image: url(images/button.gif);
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
}

#Listing-Controls li  #Last-Button{
	margin-right: 0;
}

#Newsletter{
	float: right;
	margin-right: 98px;
	margin-top: 30px;
	clear: right;
}

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

.Menu-Box-Content.PromoBox-Container{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

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

#PromoBox li{
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	background-image: url(images/item-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#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;
	padding: 0 10px;
	font-weight: normal;
	font-size: 0.7em;
	margin: 15px 0 0 0;
	text-align: center;
}

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

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

#PromoBox li p{
	float: left;
	margin-top: 6px;
	width: 100%;
	font-size: 0.9em;
	color: #fff;
	padding: 0;
	font-weight: bold;
	text-align: center;
	height: 23px;
	line-height: 21px;
	background-image: url(images/price-bg.gif);
}

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

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