/**********************************************/
/************ Css template v1 *****************/
/**********************************************/

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

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

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

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

#Page-Inner{
	width: 100%;
	float: left;
	
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	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: 186px;
	position: relative;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	height: 47px;
	z-index: 2;
	
	background-image: url(images/header-menu-bg.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: 210px;
	margin: 10px 0 0 0;
}

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

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

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

/**********************************/
/************ 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: 13px;
	top: 59px;
	list-style: none;
}

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

#Form-Search ul li input{
	float: left;
	width: 215px;
	height: 32px;
	line-height: 30px;
	
	background: none;
	
	text-indent: 4px;
	font-size: 0.8em;
	margin-right: 5px;
	color: #03086c;
}

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

#Form-Search ul li input.Button.hover{
	
}

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

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

#Tabbed-Menu ul{
	float: left;
	list-style: none;
	z-index: 2;
	height: 39px;
}

#Tabbed-Menu ul.Right{
	float: right;
}

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

#Tabbed-Menu ul li.hover{
	
}

#Tabbed-Menu ul li.hover a{
	text-decoration: underline;
}

#Tabbed-Menu ul li a{
	padding: 0 17px;
	float: left;
	height: 39px;
	line-height: 38px;
	
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}

#Tabbed-Menu ul li.Menu-Divider {
	
	height: 39px;
	width: 2px;
	
	background-image: url(images/divider.gif);
	
}

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

#Search-Menu input.Button.hover{
	
}

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

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

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

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

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

.ESP-ebCategories a,.ESP-ebStorePages a{
	float: left;
	width: 100%;
	height: 31px;
	line-height: 26px;
	
	background-image: url(images/menu-item.gif);
	
	text-indent: 10px;
	color: #fff;
}

.ESP-ebCategories a:hover, .ESP-ebStorePages a:hover { color: #fff; }

/**********************************/
/************ 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%;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 10px;
	
	background-image: url(images/content-bg.gif);
}

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

.Content-Wide-Content{
	float: left;
	padding: 25px 20px;
}

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

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

.Tabbed-Container .Tabs a{
	float: left;
	text-indent: 0px;
	padding: 0 20px;
	
	color: #b4bddc;
	font-weight: bold;
	font-size: 0.8em;
}

.Tabbed-Container .Tabs a#Margin { margin-left: 12px; }

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

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

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

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

.Tab-Content a { color: #334175; }
.Tab-Content a:hover { color: #334175; }
.Tab-Content img { margin: 2px 0 7px 0; }
/********************************/
/************ 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;
	line-height: 30px;
	padding: 0 15px;
}

#Footer ul.Right{
	float: right;
}

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

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

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

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

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

#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{
	/* width: 600px; */	
}

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

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

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

#Thumbnail-Image-Container li.Sixth{
	margin: 0 0 10px;
}

#Thumbnail-Image-Container li a{
	float: left;
	border: 1px solid #6e7ebc;
	padding: 10px;
}

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

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

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

#Description{
	float: left;
	width: 650px;
}

#Description p{
	padding: 0 30px 15px 0;
	text-align: left;
}

.Description-Container{
	margin: 0 0 0 10px;	
}

.Description-Container .Blue{
	color: #334175;
	font-weight: bold;
}

.Description-Container h1{
	margin: 40px 0 30px 0;
	
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #334175;
}

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

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

#Listing-Controls{
	width: 100%;
	float: left;
	list-style: none;
	padding: 10px 0 0 0;
	text-align: center;
}

#Listing-Controls li{
	display: inline;
}

#Listing-Controls li a{
	display: inline-block;
	width: 150px;
	height: 31px;
	line-height: 28px;
	margin: 0 10px 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.75em;
	color: #ffffff;
	text-transform: uppercase;
}

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

.Carousel-Container{
	padding: 0 1px;
}

#PromoBox{
	float: left;
	list-style: none;
}

#PromoBox li{
	float: left;
}

#PromoBox li.Loader{
	width: 700px;
	margin: 10px 0 5px;
	text-align: center;
}

#PromoBox li .Product{
	float: left;
	margin: 5px 0;
	padding: 0 10px 10px;
	border-right: 1px dotted #e1e1e1;
}

#PromoBox li .Product .gallery{
	width: 154px;
	float: left;
}

#PromoBox li .Product .gallery .image{
	padding: 20px 0 10px;
	
	text-align: center;
}

#PromoBox li .Product .gallery .image a{
	display: block;
	height: 96px;
	line-height: 96px;
}

#PromoBox li .Product .gallery .title{
	height: 62px;
	padding: 0 0 15px;
}

#PromoBox li .Product .gallery .title a{
	font-size: 0.75em;
}

#PromoBox li .Product .gallery .Product-Price{
	float: right;
	position: relative;
	top: -2px;
	
	font-weight: bold;
	font-size: 0.8em;
}