


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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-size: 100%;
	font-family: arial, tahoma, verdana;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	line-height: normal;
}

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

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

form{
	display: block;
}

:focus {outline:0;}
::-moz-focus-inner {border:0;}

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

.item_description {
    font-size: 16px;
}

/**********************************************/
/************ Ebay iframe fix for colorbox ****/
/**********************************************/

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

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

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

#Listing-Template{
	text-align: center;
	font-size: 16px;
}

#Listing-Centering{
	display: inline-block;
	margin: 0 auto;
	
	background-color: #f1f1f1;
	/*background-image: url(images/christmas-bg.jpg);
	background-repeat: no-repeat;*/
}

.Mobile #Listing-Centering{ width: 100%; }
.Desktop #Listing-Centering{ width: 1195px; }

#Page{
	width: 100%;
	float: left;
	
	background-image: url(images/bg-y.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#Page-Inner{
	width: 100%;
	float: left;
	
	background-image: url(images/bg-x.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

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

.Mobile #Container{ width: 320px; }
.Desktop #Container{ width: 922px; }

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

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

#Header-Container{
	float:left;
	width: 100%;
	height: 126px;
	position: relative;
	border-top: 1px solid #f2f2f2;
	/*background-image: url(images/christmas-trees.gif);
	background-repeat: no-repeat;
	background-position: 450px 40px;*/
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	height: 54px;
	z-index: 100;
	
	background-image: url(images/header-menu-bg.png);
}
	
#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
}

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

#Content{
	float: right;
	width: 702px;
	margin: 10px 0 0 0;
}
	
#Footer{
	float:left;
	width: 100%;
	margin: 20px 0 0 0;
	height: 100px;
}

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

#Page-Logo{
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
}

#Social{
	list-style: none;
	float: right;
	margin-top: 8px;
}

#Social li{
	float: left;
	color: #666;
	font-size: 0.8em;
	line-height: 26px;
	margin-left: 5px;
}

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

#Form-Search ul{
	position: absolute;
	right: 0;
	top: 50px;
	list-style: none;
	width: 285px;
	height: 33px;
	background-image: url(images/search-bg.png);
}

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

#Form-Search ul li input{
	float: left;
	width: 250px;
	height: 26px;
	line-height: 26px;
	border: 0 !important;
	margin: 3px 0 0;
	padding: 0;
	
	background-color: transparent;
	
	text-indent: 12px;
	color: #333;
	font-size: 0.8em;
}

#Form-Search ul li input.Button{
	width: 25px;
	border: 0;
	cursor: pointer;
	margin: 3px 0 0;
	padding: 0;
	
	background-image: url(images/search-submit.png);
	
	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: 100;
}

#Tabbed-Menu ul li{
	float: left;
	position: relative;
	z-index: 100;
	border-right: 1px solid #0b5f94;
}

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

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

#Tabbed-Menu ul li a{
	padding: 0 20px 0 19px;
	float: left;
	height: 51px;
	
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #2579ae;
}

#Tabbed-Menu ul li#Tab-2 a, #Tabbed-Menu ul li#Tab-3 a, #Tabbed-Menu ul li#Tab-9 a{
	line-height: 51px;
}

#Tabbed-Menu ul li a .Tab-Link{
	display: block;
	margin-top: 8px;
}

#Tabbed-Menu ul li a#Home{
	display: block;
	padding: 0;
	width: 48px;
	background-image: url(images/home.png);
	background-position: center;
	background-repeat: no-repeat;
}

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

#Tabbed-Menu ul li ul{
	display: none !important;
	position: absolute;
	top: 51px;
	left: 0;
	background-color: #ffffff;
	padding: 8px 0;
	border-left: 1px solid #0e649d;
	border-right: 1px solid #0e649d;
	border-bottom: 1px solid #0e649d;
}

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

#Tabbed-Menu ul li#Tab-2 ul li a{
	line-height: 26px;
}

#Tabbed-Menu ul li ul li a{
	float: left;
	height: 26px;
	width: 200px;
	line-height: 26px !important;
	margin: 0;
	padding: 0;
	border: 0;
	color: #111 !important;
	text-indent: 15px;
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
}

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

/**********************************/
/************ Dropdown LEVEL3 *****/
/**********************************/

#Tabbed-Menu ul li ul li ul{
	position: absolute;
	top: 0px;
	left: 200px;
	background-color: #ffffff;
}

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

#Tabbed-Menu ul li 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 ul li a:hover{
	background-color: #999999;
	color: #ffffff;
}

/*********************************/
/************ Heading ************/
/*********************************/

#Feedback-Heading{
	background-color: #55ac06;
}

#Feedback-Heading h2{
	color: #fff;
}

#Description-Heading h2{
	font-weight: normal;
	font-size: 1.4em; 
}

#Promos .Heading{
	text-indent: 0;
}

#Promos .Heading h2{
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}

div.Heading{
	float: left;
	width: 100%;
	
	text-indent: 15px;
}

div.Heading h2{
	float: left;
	
	line-height: 40px;
	font-weight: bold;
	font-size: 1.0em;
	color: #0c6aa5;
}

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;
	
	font-size: 0.75em;
}

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	line-height: 26px;
	
	background-image: url(images/cat-arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	
	text-indent: 30px;
}

#Menu-Store-Pages{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding-bottom: 20px;
	border-bottom: 12px solid #55ac06;
}

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

#Cat-List{
	float: left;
	width: 100%;
	font-size: 0.75em;
	margin: 0 0 15px;
	padding-bottom: 20px;
	border-bottom: 12px solid #55ac06;
}

#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;
	height: 26px;
	line-height: 26px;
	text-indent: 30px;
	background-image: url(images/cat-arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

/*** SECOND LEVEL ***/

#Cat-List ul li ul{
	display: none;
}

#Cat-List ul li ul li a{
	float: left;
	width: 210px;
	height: 22px;
	line-height: 22px;
	text-indent: 30px;
	background: none;
	color: #0a72ac;
}

/*** THIRD LEVEL ***/

#Cat-List ul li ul li ul li a{

}

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

.Menu-Box{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding-bottom: 24px;
	border-bottom: 12px solid #55ac06;
}

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

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

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

#Sign-Up{
	display: block;
	margin-top: 10px;
	width: 78px;
	height: 50px;
	background-image: url(images/sign-up.png);
}

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

.Content-Wide{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

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

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

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

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

.Tabbed-Container{
	border-bottom: 1px solid #b5d3e5;
	background-image: url(images/content-bg.gif);
}

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

.Tabbed-Container .Tabs{
	background-color: #0a6eaa;
	padding-top: 4px;
}

.Tabbed-Container .Tabs a{
	float: left;
	text-indent: 0px;
	padding: 0 20px;
	margin-left: 15px;
	
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
}

.Tabbed-Container .Tabs a:hover, .Tabbed-Container .Tabs a.Selected{
	background-color: #fff;
	
	text-decoration: none;
	color: #2e2e2e;
}

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

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

.Tab-Content{
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 701px;
}

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

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

#Footer{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
} 

#Compatible{
	float: right;
	margin: 10px 15px 10px 0;
}

#eSellerPro{
	float: left;
    line-height: 43px;
    margin: 30px 0 0 300px;
}

#eSellerPro .eSellerPro-Logo {
	position: relative;
	top: 5px;
	padding: 0 5px;
}

#eSellerPro .eSellerPro-Text {
	font-size: 0.7em;
	color: #666;
}

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

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

#Main-Image-Container{
	width: 335px;
	height: 335px;
	text-align: center;
	float: left;
	position: relative;
	border: 1px solid #eeeeee;
	display: table;
}

#Main-Image-Cell{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

#Main-Image-Box{
	display: inline-block;
}

#Main-Image{
	
}

#Main-Image-Container #Main-Image img#Img{
	max-width: 335px;
	max-height: 335px;
}

* html #Main-Image-Container #Main-Image img#Img { 
   width: 335px;
}

.Grade-Image{
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 99;
}

.Grade-Link{
	position: absolute;
	left: 135px;
	top: 10px;
	padding-left: 10px;
	z-index: 99;
	font-size: 0.7em;
	background-image: url(images/cat-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#Grade-Container{
	font-size: 13px;
	width: auto;
	padding-bottom: 90px;
	padding-top: 10px;
}

#fancybox-content{
	width: auto !important;
}

/*** ZOOM ICON ***/

#Zoom-Icon{
	position: absolute;
	right: 8px;
	bottom: 8px;
	height: 16px;
	width: 16px;
	background-image: url(images/zoom-image.png);
	background-repeat: no-repeat;
	z-index: 99;
	cursor: pointer;
}

/*** THUMBNAILS ***/

#Thumbnail-Image-Container{
	float: left;
	width: 100%;
	list-style: none;
	
	text-align: center;
	margin: 10px 0 0 0;
	padding: 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 #eeeeee;
	padding: 5px;
	margin: 0;
}

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

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

/*********************************/
/*********** HOVER ZOOM **********/
/*********************************/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
	top: -1px !important;
	right: -1px !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

#wrap{
	z-index: 999 !important;
}


#cloud-zoom-big{
	display: none !important;
}

.cloud-zoom-lens{
	display: none !important;
}

.mousetrap{
	cursor: pointer !important
}

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

#Description{
	float: right;
	width: 320px;
	margin: 0 5px 0 17px;
}

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

#Item-Description font{
	font-family: Arial, Helvetica, sans-serif !important;
}

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

.Description-Container a{
	color: #55ac06;
}

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

.Description-Container h1{
	margin: 15px 0 7px 0;
	
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #2e2e2e;
	text-align: left !important;
}

.Description-Container h2{
	padding: 0 0 8px;
	font-size: 1.2em;
	color: #333;
	text-align: left !important;
}

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

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

.Description-Container div{
	text-align: left !important;
}

#Price{
	float: left;
	width: 100%;
	color: #0a72ac;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 20px;
}

#RRP{
	float: left;
	width: 100%;
	color: #999;
	text-decoration: line-through;
}

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

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

#Shipping{
	float: right;
	margin: 15px 10px 0 0;
}

#Bullets{
	float: left;
	width: 100%;
	margin-top: 20px;
}

#Share-Links{
	float: left;
	width: 100%;
	margin-top: 20px;
}


#Delivery{
	float: left;
	width: 280px;
	clear: both;
	margin: 0 0 0;
	list-style: none;
	padding: 0 0 0 50px;
	background-image: url(images/delivery2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#Delivery li.Blue{
	color: #0a72ac;
}

#Delivery li{
	margin: 0 0 4px;
	font-weight: bold;
}

#Delivery li#Delivery-Prices{
	color: #0a72ac;
}

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

#Buy-It-Now-Container{
	float: left;
	margin-top: 25px;
}

#Buy-It-Now{
	display: inline-block;
	width: 174px;
	padding: 0;
	height: 49px;
	margin: 0;
	border: 0;
	cursor: pointer;
	
	background-image: url(images/buy.png);
}

#Add-To-Basket-Container{
	float: left;
	margin-top: 10px;
}

#Add-To-Basket{
	display: inline-block;
	width: 174px;
	padding: 0;
	height: 41px;
	margin: 0;
	border: 0;
	cursor: pointer;
	
	background-image: url(images/basket.png);
}

/*********************************/
/*********** 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;
	padding: 15px 0;
	width: 155px;
	margin: 0 0 15px 25px;
	box-shadow: 0px 0px 4px #999;
}

#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;
	height: 74px;
	font-weight: normal;
	font-size: 0.75em;
	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-left: 10px;
	font-size: 0.75em;
	padding: 0;
}

#PromoBox li p span.Price-Value{
	color: #0a6eaa;
	font-weight: bold;
}

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

#PromoBox .Buttons{
	display: none;
}

/*********************************/
/*********** Feedback ************/
/*********************************/

#Feedback-Popup-Button{
	float: left;
	margin: 10px 0 0 25px;
	height: 39px;
	width: 114px;
	display: block;
	background-image: url(images/view-more.png);
}

#Feedback-Popup{
	width: 902px;
	float: left;
	font-size: 16px;
}

* html #Feedback-Popup{
	width: 922px;
}

#Feedback-Popup .Clip{
	float: left;
	width: 902px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

* html #Feedback-Popup .Clip{
	width: 902px;
}

.Feedback#Feedback-Popup-UL li{
	width: 872px;
}

#Feedback-Popup .Feedback{
	padding: 0;
}

#Feedback-Popup .Feedback-Title{
	padding: 5px 0 10px;
}

/*** FEEDBACK LIST ***/

.Feedback-Container{
	background-image: url(images/content-bg-2.gif);
	border-bottom: 1px solid #c1e2a2;
	padding-bottom: 15px;
}

.Feedback{
	list-style: none;
	float: left;
	padding: 0 25px;
}

.Feedback-Title{
	color: #333;
	font-size: 0.95em;
	font-weight: bold;
	padding: 15px 0 0 25px;
}

.Feedback li{
	float: left;
	width: 650px;
	margin: 5px 0 0 0;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
}

.Feedback li p{
	font-size: 0.75em;
	color: #333;
}

.Feedback li p a{
	color: #666;
}

.Feedback li p.feedbackBuyer a{
	color: #333;
}

/*** ICON ***/

.Feedback li .Icon{
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 10px 24px 0;
	padding: 0;
}

.Feedback li .Icon.Positive{ background: url(images/feedback/rating-0.png) no-repeat; }
.Feedback li .Icon.Negative{ background: url(images/feedback/rating-1.png) no-repeat; }
.Feedback li .Icon.Neutral{ background: url(images/feedback/rating-neutral.png) no-repeat; }

/*** BODY ***/

.Feedback li p.feedbackBody{
	width: 440px;
	margin: 5px 0 0 0;
}

/*** DATE ***/

.Feedback li p.feedbackDate{
	float: right;
	clear: right;
	margin: 5px 0 0 0;
	color: #666;
}

/*** BUYER ***/

.Feedback li p.feedbackBuyer{
	float: right;
}

.Feedback li p.feedbackBuyer a,
.Feedback li p.feedbackBuyer span{
	float:left; 
	line-height: 25px;
}

.Feedback li p.feedbackBuyer span{
	padding: 0 0 0 2px;
}

/*** ITEM LINK ***/

.Feedback li p.feedbackItem{
	color: #666;
	margin: 10px 0 0 0;
}

/*** SCORE ***/

.Feedback li p.feedbackBuyer a.Score{
	padding: 1px 0 0 24px;
}

.Feedback li p.feedbackBuyer a.Score50{ background: url(http://pics.ebaystatic.com/aw/pics/stars-6.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score100{ background: url(http://pics.ebaystatic.com/aw/pics/stars-5.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score500{ background: url(http://pics.ebaystatic.com/aw/pics/stars-7.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score1000000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-8.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score5000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-9.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score10000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-10.gif) no-repeat; }
.Feedback li p.feedbackBuyer a.Score25000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-11.gif) no-repeat; padding-left: 28px; }
.Feedback li p.feedbackBuyer a.Score50000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-12.gif) no-repeat; padding-left: 28px; }
.Feedback li p.feedbackBuyer a.Score100000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-13.gif) no-repeat; padding-left: 28px; }
.Feedback li p.feedbackBuyer a.Score1000{ background: url(http://pics.ebaystatic.com/aw/pics/stars-14.gif) no-repeat; padding-left: 28px; }
.Feedback li p.feedbackBuyer a.Score1000000{ background: url(http://pics.ebaystatic.com/aw/pics/icon/iconShootGrn_25x25.gif) no-repeat; padding-left: 28px; }
.Feedback li p.feedbackBuyer a.Score10000000{ background: url(http://pics.ebaystatic.com/aw/pics/icon/iconShootSlvr_25x25.gif) no-repeat; padding-left: 28px; }

/*********************************/
/*********** Rating **************/
/*********************************/

.Rating{
	float: left;
	padding-left: 80px;
	padding-bottom: 20px;
	line-height: 15px;
	color: #999;
	font-size: 0.9em;
}

.Rating a{
	color: #666;
}

.Rating.Stars-00{ background: url(images/feedback/stars-00.jpg) no-repeat; }
.Rating.Stars-05{ background: url(images/feedback/stars-05.jpg) no-repeat; }
.Rating.Stars-10{ background: url(images/feedback/stars-10.jpg) no-repeat; }
.Rating.Stars-15{ background: url(images/feedback/stars-15.jpg) no-repeat; }
.Rating.Stars-20{ background: url(images/feedback/stars-20.jpg) no-repeat; }
.Rating.Stars-25{ background: url(images/feedback/stars-25.jpg) no-repeat; }
.Rating.Stars-30{ background: url(images/feedback/stars-30.jpg) no-repeat; }
.Rating.Stars-35{ background: url(images/feedback/stars-35.jpg) no-repeat; }
.Rating.Stars-40{ background: url(images/feedback/stars-40.jpg) no-repeat; }
.Rating.Stars-45{ background: url(images/feedback/stars-45.jpg) no-repeat; }
.Rating.Stars-50{ background: url(images/feedback/stars-50.jpg) no-repeat; }


/*********************************/
/*********** MOBILE **************/
/*********************************/

.Mobile #Menu-Left {
    width: 100%;
}

.Mobile #Menu-Left .Heading{
	display: none;
}

.Mobile #Menu-Left #Cat-List{
	display: none;
}

.Mobile #Menu-Left #Menu-Store-Pages{
	display: none;
}

.Mobile #Menu-Left .Menu-Box{
	display: none;
}

.Mobile #Menu-Left .Content-Wide .Heading{
	display: block;
}

.Mobile #Content{
	float: left;
	width: 100%;
}

.Mobile #Content a[title="Sale"]{
	display: none;
}

/*** SOME DEFAULT STYLING ***/

.Mobile #Header-Container {
    border-top: 0;
    float: left;
    height: 100px;
    position: relative;
    width: 100%;
}

.Mobile #Page-Logo{
	display: block;
    left: 10px;
    position: absolute;
    top: 20px;
}

.Mobile #Page-Logo img{
	width: 300px;
}

.Mobile #Ticks {
    left: 11px;
    position: absolute;
    top: 210px;
}

.Mobile #Contact {
    position: absolute;
    left: 10px;
    top: 52px;
	width: 300px;
}

.Mobile #Social{
	display: none;
}

.Mobile #Top-Menu{
	display: none;
}

.Mobile #Form-Search{
	display: none;
}

.Mobile #Tabbed-Menu{
	display: none;
}

.Mobile div.Heading h2{

}

/*** Image Container ***/

.Mobile #Image-Container{
	width: 100%;
	margin: 0 0 0 10px;
	position: relative;
}

.Mobile #Main-Image-Container{
	height: auto;
}

.Mobile #Video{
	width: 300px;
	height: 300px;
}

.Mobile #Main-Image-Container{
	height: 300px;
	width: 300px;
}

.Mobile #Main-Image-Container #Main-Image img#Img {
	max-width: 300px;
	max-height: 300px;
}

.Mobile #Thumbnail-Image-Container-Outside,
.Mobile #Thumbnail-Image-Container{
	display: none;
}

.Mobile #Left, .Mobile #Right{
	height: 18px;
	width: 12px;
	position: absolute;
	display: block;
	top: 150px;
	z-index: 1000;
	cursor: pointer;
}

.Mobile #Left{
	left: 10px;
	background-image: url('images/arrow-left.png');
}

.Mobile #Right{
	right: 10px;
	background-image: url('images/arrow-right.png');
}

/*** REMOVE ZOOM FEATURE ***/
.Mobile #cloud-zoom-big{ display: none !important; }
.Mobile .cloud-zoom-lens{ display: none !important; }
.Mobile .mousetrap{ display: none !important; }
.Mobile #Zoom-Icon { display: none; }

/*** Description ***/

.Mobile #Description{
	float: left;
	width: 300px;
	height: auto;
	padding: 20px 0 0;
	margin: 0 0 0 10px;
}

.Mobile #Delivery {
	width: 240px;
}

.Mobile .Rating,
.Mobile #Share-Links{
	display: none;
}

.Mobile #Listing-Controls{ display: none; }
.Mobile #Buy-It-Now-Container { display: none; }
.Mobile #Add-To-Basket-Container { display: none; }

.Mobile .Tabbed-Container .Tabs a{
	padding: 0 7px;
	margin: 0 0 0 10px;
	font-size: 0.8em;
}

.Mobile .Tabbed-Container .Content {
    height: auto;
    overflow: visible;
}

.Mobile .Tab-Content {
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
}

.Mobile .Tabbed-Container {

}

/*** PROMOS ***/

.Mobile #PromoBox{
	paddding: 0;
}

.Mobile #PromoBox li h3 {
   
}

.Mobile #PromoBox li{
	width: 145px;
	margin: 0 0 10px 10px;
	padding: 20px 0 20px;
}

.Mobile + div + div + div + div + .Pop-Up{ display: none !important; }
.Mobile + div + div + div + div + .Pop-Up + .Pop-Up{ display: none !important; }
.Mobile + div + div + div + div + .Pop-Up + .Pop-Up + .Pop-Up{ display: none !important; }
.Mobile + div + div + div + div + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up{ display: none !important; }
.Mobile + div + div + div + div + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up{ display: none !important; }
.Mobile + div + div + div + div + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up + .Pop-Up{ display: none !important; }

/*** FEEDBACK ***/

.Mobile #Content-Feedback {
	display: none;
}

/*** FOOTER ESELLERPRO ***/

.Mobile #Footer {
	background: none;
	background-color: #fff;
	margin: 0;
}

.Mobile #eSellerPro{
	float: none;
	margin: 20px 0 0 0;
	padding: 0 10px;
	text-align: center;
}

.Mobile #eSellerPro .eSellerPro-Logo {
    padding: 0;
    position: relative;
    top: 0;
}






