


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

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

/**********************************************/
/************ 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;
	font-size: 16px;
}

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

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

#Page{
	width: 100%;
	float: left;
	padding-bottom: 30px;
	
	background-color: #000;
}

.Mobile #Page{
	padding: 0;
}

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

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

.Mobile #Container{ width: 320px; margin-top: 0; }
.Desktop #Container{ width: 922px; }

#Container-Inner{
	width: 902px;
	float:left;
	margin-left: 10px;
	background-color: #ffffff;
	position: relative;
}

.Mobile #Container-Inner{ width: 300px; }
.Desktop #Container-Inner{ width: 902px; }

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

#Header-Container{
	float:left;
	width: 100%;
	height: 100px;
	position: relative;
	
	background-color: #fff;
}
							
#Tabbed-Menu{
	float:left;
	position: relative;
	width: 100%;
	line-height: 28px;
	z-index: 1000;
	
	background-color: #242021;
}

#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: 160px;
	margin: 30px 0 0 0;
}

#Content{
	float: right;
	width: 735px;
	margin: 30px 0 0 0;
}
	
#Footer{
	float:left;
	width: 100%;
	margin: 20px 0 20px 0;
}

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

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

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

#Top-Menu{
	position: absolute;
	right: 15px;
	top: 0;
	list-style: none;
	line-height: 30px;
	
	font-size: 0.75em;
}

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

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

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

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

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

#Form-Search ul li input{
	float: left;
	width: 180px;
	height: 24px;
	line-height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
	
	background-image: url(images/search-bg.gif);
	
	text-indent: 6px;
	font-size: 0.7em;
	color: #595959;
}

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

#Advanced-Search{
	float: left;
	width: 100%;
	height: 39px;
	
	background-image: url(images/search-bg-bar.gif);
}

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

#Newsletter{
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 26px;
	padding-left: 35px;
	
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

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

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

#Tabbed-Menu ul li{
	float: left;
	z-index: 2;
	border-right: 1px solid #fff;
}

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

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

#Tabbed-Menu ul li a{
	padding: 0 80px;
	float: left;
	height: 28px;
	
	color: #ffffff;
	text-transform: uppercase;
}

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

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 28px;
	left: 0;
	background-color: #242021;
	border-top: 1px solid #fff;
	width: 902px;
	padding: 20px 0;
}

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

#Tabbed-Menu ul li ul li a{
	float: left;
	height:26px;
	width: 200px;
	line-height:26px;
	padding: 0;
	text-indent: 25px;
	color: #fff;
	text-transform: none;
}

#Tabbed-Menu ul li ul li a:hover{
	color: #f69d00;
}

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

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

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

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

#Promos .Heading{
	background-image: url(images/similar-items.gif);
	background-repeat: no-repeat;
	background-position: 30px 0;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

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

div.Heading h2{
	float: left;
	
	line-height: 24px;
	font-weight: bold;
	font-size: 0.7em;
	color: #111;
}

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

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	line-height: 22px;
	
	text-indent: 25px;
}

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

#Quick-Links{
	margin: 0 0 15px 24px;
}

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

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

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

#Cat-List ul li#Cat-2{
	margin-top: 20px;
}

/*** FIRST LEVEL ***/

#Cat-List ul li a{
	float: left;
	width: 160px;
	line-height: 22px;
	text-indent: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #111;
}

/*** SECOND LEVEL ***/

#Cat-List ul li ul li a{
	float: left;
	width: 160px;
	line-height: 19px;
	text-indent: 25px;
	font-weight: normal;
	font-size: 1.0em;
}

/*** THIRD LEVEL ***/

#Cat-List ul li ul li ul li a{
	float: left;
	width: 160px;
	line-height: 22px;
	text-indent: 25px;
	font-weight: normal;
}

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

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

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

.Content-Wide-Content{
	float: left;
	width: 100%;
	padding: 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;
	line-height: 30px;
	border-right: 1px solid #fff;
	
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	
	background-color: #b1b1b1;
}

.Tabbed-Container .Tabs a#Tab-1{
	width: 223px;
}
.Tabbed-Container .Tabs a#Tab-2{
	width: 223px;
}
.Tabbed-Container .Tabs a#Tab-3{
	width: 222px;
	border: 0;
}

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

.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: 15px 30px;
}

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

#ESP{
	list-style: none;
	float: left;
	line-height: 42px;
	margin: 0 0 0 280px;
}

#ESP li{
	float: left;
	padding: 0 2px;
}

#ESP li{
	font-size: 0.7em;
	color: #7a7a7a;
}

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

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

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

#Zoom-Icon{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0;
	background-image: url(images/zoom.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	font-size: 0.75em;
	color: #A6A6A6;
	z-index: 999;
	cursor: pointer;
}

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

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

.Content-Wide-Content ul.Enlarge{
	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;
}

#Thumbnail-Image-Container li a.Selected,#Thumbnail-Image-Container li a:hover{
}

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

.mousetrap{
	cursor: pointer !important;
}

/*********************************/
/*********** 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 {
	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;
}

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

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

#Title{
	width: 100%;
	padding-bottom: 24px;
}

.Image-Headings{
	margin: 30px 0 10px 0;
}

#Item-Description{
	clear: both;
	font-size: 0.9em;
	padding-bottom: 15px;
}

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

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

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

.Description-Container h1{
	margin: 0 0 4px 0;
	
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
	color: #111;
}

.REF{
	display: block;
	width: 100%;
	color: #595959;
}

.Price{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 2.0em;
}

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

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

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

#Item-Description p strong{
	font-size: 1.2em;
}

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

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

#Specifics{
	list-style: none;
	padding: 0 0 10px 0;
}

#Specifics li{
	margin: 0 0 15px 0;
}


#Specifics li strong{
	font-size: 1.06em;
}

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

#Buy-It-Now-Container{
	float: left;
	width: 100%;
	text-align: center;
}

#Buy-It-Now{
	display: inline-block;
	width: 150px;
	padding: 0;
	height: 26px;
	line-height: 26px;
	margin: 0 10px 15px 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	
	background-color: #666666;
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
}

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

#Listing-Controls li{
	float: left;
}

#Listing-Controls li a{
	display: block;
	width: 150px;
	height: 26px;
	line-height: 26px;
	margin: 0 10px 10px 0;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	
	background-color: #666666;
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
}

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

#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: bold;
	font-size: 0.75em;
	margin: 15px 0 0 0;
	text-align: center;
	line-height: 15px;
}

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

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

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

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

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


/*********************************/
/************* Size **************/
/*********************************/


#Size-Chart{
	position: relative;
	clear: both;
}

.sizeleft{
	float: left;
	line-height: 22px;
}


.sizemiddle{
	float: left;
	padding-left: 25px;
	line-height: 22px;
}

.sizeright{
	float: left;
	padding-left: 25px;
	line-height: 22px;
}

#Size-Chart a{
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #111;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: underline;
}


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

/*** SOME DEFAULT STYLING ***/

.Mobile #Header-Container{
	height: 75px;
}

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

.Mobile #Content{
	width: 100%;
}

.Mobile #Page-Logo{
    left: 5px;
    top: 15px;
}

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

.Mobile #Newsletter {
    right: 34px;
}

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

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

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

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

.Mobile #Tabbed-Menu{
	background-color: #242021;
	height: 28px;
}

.Mobile div.Heading h2{
	font-size: 0.7em;
}

/*** Image Container ***/

.Mobile #Content {
    margin: 15px 0 0;
}

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

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

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

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

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

.Mobile #Thumbnail-Image-Container li{
	 margin: 0 9px 9px 0;
}

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

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

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

/*** 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{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 15px 0 0;
}

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

.Mobile .Tabbed-Container .Tabs a{
	width: 100%;
	text-align: center;
}

.Mobile .Tabbed-Container .Tabs a#Tab-1 {
    width: 83px;
	font-size: 0.75em;
}

.Mobile .Tabbed-Container .Tabs a#Tab-2{
	width: 75px;
	font-size: 0.75em;
}

.Mobile .Tabbed-Container .Tabs a#Tab-3{
	width: 140px;
	font-size: 0.75em;
}

.Mobile .Tab-Content .Description-Container {
    padding: 15px 0;
}

/*** PROMOS ***/

.Mobile #Promos .Heading {
    background-position: center 0;
	margin-top: 15px;
}

.Mobile #PromoBox{

}

.Mobile #PromoBox li{
	width: 50%;
	margin: 0;
	padding: 0 0 40px;
} 

.Mobile #PromoBox li h3 {
    height: 55px;
	margin-top: 0;
	padding: 0 10px;
	width: auto;
	font-size: 0.7em;
	line-height: 13px;
}


/*** FOOTER ESELLERPRO ***/

.Mobile #Footer {
    float: left;
    margin: 0 0;
    width: 100%;
}

.Mobile #ESP {
    float: left;
    line-height: 42px;
    list-style: none outside none;
    margin: 0 0 0 0;
}

.Mobile #ESP li {
    color: #7a7a7a;
    font-size: 0.7em;
    text-align: center;
    width: 100%;
}
