/**********************************************/
/************ Css template v2 *****************/
/**********************************************/

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

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

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

.Table-Frame { width: 100%; }
.Table-Frame td {
	width: 100%; 
	text-align: center; 
}

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

#Listing-Centering{
	display: inline-block;
	width: 1195px;
	margin: 0 auto;
	
	background-image: url(images/rp-y.gif);
	background-repeat: repeat-y;
    background-position: center 0;
	background-color: #bdbdbd;
}

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

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

#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: 157px;
	position: relative;
	
	background-image: url(images/header.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: #FFF;
	margin: 0 0 14px 0;
}
	
#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
	
	/*background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;*/
}

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

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

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

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

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

#Top-Menu{
	position: absolute;
	right: 0;
	bottom: 20px;
	list-style: none;
	line-height: 30px;
	
	font-size: 1.7em;
	font-weight: bold;
}

#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: 15px;
	list-style: none;
}

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

#Form-Search ul li input{
	float: left;
	width: 215px;
	height: 35px;
	line-height: 33px;
	
	background: none;
	
	text-indent: 4px;
	font-size: 0.8em;
	
	color: #999;
}

#Form-Search ul li input.Button{
	width: 36px;
	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;
}

#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: 140px;
	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: 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: 1px 6px 0 0;
}

#Form-Brand ul li {
    margin: 0 6px 0 0;
    padding: 0;
    height: 29px;
    background-image: url(images/select-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0; 
}

#Form-Brand ul li.last-child {
    margin: 0;
    background: none;
}


#Search-Menu ul.clean { margin: 0 0 0 55px; }
#Search-Menu ul.clean li { padding: 0; }

#Search-Menu select{
	float: left;
	width: 141px;
	border: 0 none;
	margin: 5px 4px;
	/*border: 1px solid #d3d3d3;*/
	
	background-color: #ffffff;
	
	font-size: 0.75em;
    font-weight: bold;
    color: #000;
}

#Search-Menu input{
	float: left;
	width: 176px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d3d3d3;
    border-right: 0 none;
	
	background-color: #ffffff;
	
	text-indent: 11px;
	font-size: 0.75em;
    font-weight: bold;
    color: #000;
}

#Search-Menu input.Search-Button {
    position: relative;
    float: left;
    border: 0 none;
    cursor: pointer;
    width: 31px;
    height: 29px;
    background-color: #d3d3d3;
    background-image: url(images/search-bt.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#Search-Menu input.Button{
	width: 31px;
    height: 31px;
	border: 0;
	cursor: pointer;

	background-color: #d3d3d3;
    background-image: url(images/search-big-bt.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

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

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

div.Heading h2 {
	float: left;
	
	font-weight: bold;
	font-size: 0.75em;
	color: #ffffff;
	text-transform: uppercase;
}

div#Other-Items-Heading {
    font-size: 1em;
	line-height: 44px;
}

div#Other-Items-Heading h2 {
	text-transform: none;
	font-size: 1.25em;
}

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

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

/***************************************/
/************ Category Menu ************/
/***************************************/

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

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	line-height: 30px;
	
	background-image: url(images/menu-item.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
	
	text-indent: 30px;
}

.ESP-ebCategories a:hover { color: #025595; }

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

}

#Other-Items {
    position: relative;
    float: left;
    margin-top: 40px;
	width: 691px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

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

.Content-Wide-Content{
	float: left;
	padding: 15px 10px 0 0;
}

#Content-Wide-Content {
	padding: 10px 10px 0 0;
}

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

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

#Tab-Bar {
    height: 35px;
    line-height: 35px;
	background: none;
	background-image: url(images/bar.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.Tabbed-Container{
	padding-top: 20px;
}

.Tabbed-Container .Tabs a{
	float: left;
	background-image: url(images/tab2.gif);
	text-indent: 0;
	text-align: center;
	width: 82px;
	color: #000;
}

.Tabbed-Container .Tabs a:hover, .Tabbed-Container .Tabs a.Selected{
	background-image: url(images/selected2.gif);

	text-decoration: none;
	color: #000000;
}

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

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

.Tab-Content{
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-image: url(images/content-bg.gif);
}

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

#Footer .Logos{
	float: left;
	width: 100%;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	
	text-align: right;
}

#Footer .Logos img{
	margin: 10px 15px 10px 0;
}

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

#Footer ul.Right{
	float: right;
}

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

#Footer ul li{
	font-size: 0.7em;
	color: #a7a7a7;
}

#Footer ul li a{
	color: #a7a7a7;
}

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

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

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

#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: 20px 0 24px;
}

#Thumbnail-Image-Container li{
	float: left;
	margin: 0 8px 8px 0;
	/* height: 68px; */
}

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

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

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

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

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

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

.Description-Container{
	margin-left: 15px;
}

.Description-Container h1{
	margin: 0 0 15px 0;
	
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

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

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

.Description-Container p{
	padding: 0 0 8px;
	line-height: 17px;
	font-size: 0.75em;
	color: #333;
}

.Description-Container ul{
	padding: 0 0 8px;
	font-size: 0.75em;
}

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

#Brand-Box{
	background-image: url(images/brand-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#Brand-Box img{
	width: 105px;
}

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

#Listing-Controls{
	width: 325px;
	float: left;
	list-style: none;
	padding: 0;
    margin: 0;
}

#Listing-Controls li{
	float: left;
}

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

#Newsletter{
	float: left;
	display: block;
	width: 143px;
	height: 32px;
	line-height: 30px;
	padding: 0;
    margin: 15px 0 0;
	
	background-image: url(images/button.gif);
	
	text-indent: 32px;
	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: 138px;
	margin: 0 15px;
}

#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: 75px;
	font-weight: normal;
	font-size: 0.75em;
	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: #666;
}

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


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

#Cat-List{
	float: left;
	width: 100%;
	font-size: 0.7em;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 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: 30px;
	background-image: url(images/cat.gif);
}

/*** SECOND LEVEL ***/

#Cat-List ul li ul li a{
	float: left;
	width: 208px;
	line-height: 26px;
	text-indent: 25px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

/*** THIRD LEVEL ***/

#Cat-List ul li ul li ul li a{
	float: left;
	width: 208px;
	line-height: 26px;
	text-indent: 35px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}




#ebay {
	
	float: right;
	position: relative;
	
	margin: 15px 35px 15px 0;
	
}

#Controls-Share {
    position: relative;
    float: right;
    width: 350px;
    height: auto;
    margin: 10px 5px 0 17px;
    padding: 0;
}


#Share {	
	float: left;
	position: relative;
	margin: 5px 0 0 0;
}

#Share li {
	float: left;
	list-style: none;
	margin-right: 8px;
}

#Share li p {
	font-size: 0.8125em;
    line-height: 32px;
}



.Sizing-Table {
	font-size: 0.75em;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

.Sizing-Table tr td, .Sizing-Table tr th {
	padding: 4px;
	margin: 0;
	text-align: center;
	border: 1px solid #ccc;
	
}

.Sizing-Table tr th { text-align: left; }

#Spec {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#Spec  li {
	margin: 0 0 4px 0;
	padding: 0;	
}

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


#Price {
	float: left;
	margin: 0;
	padding: 0;										
}
									
#Price li {
	list-style: none;
	color: #000;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.1em;
}

#Price li .Price-Value{
	font-size: 2.2em;
	color: #fc0309;
}
									
#Price #Save { 
	font-size: 1.8em;
	color: #0278d3;
	margin: 15px 0 0 0;
}

#Save-Star{
	float: right;
	width: 162px;
	height: 169px;
	background-image: url(images/save.gif);
	overflow: hidden;
}

#Save-Star ul{
	float: left;
	list-style: none;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
}

#Save-Star ul li{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.7em;
}

#Save-Star ul li#Percentage{
	color: #fff;
}
