


/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.volocommerce.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 1col-v3 ************/
/**********************************************/

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, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	
	font-size: 100%;
	font-family: arial, tahoma, verdana;
	color: #333;
	
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	line-height: normal;
}

a:link,a:visited{
	color: #333;
	text-decoration: none;
}

a:hover,a:active{
	color: #333;
	text-decoration: underline;
}

form{
	display: block;
}

/**********************************************/
/************ Firefox ebay bug fix ************/
/**********************************************/

.item_description {
    font-size: 16px;
}

/**********************************************/
/************ Ebay iframe fix for fancybox ****/
/**********************************************/

#fancybox-wrap.top{
	top: 180px !important;
	bottom: auto !important;
}

#fancybox-wrap.feedback{
	top: 700px !important;
	bottom: auto !important;
}

/**********************************************/
/************ iframe fix for suggestions ******/
/**********************************************/

#BottomPanel{
	position: static;
}

/**********************************************/
/************ Background structure ************/
/**********************************************/

#Listing-Template{
	display: none;
	text-align: center;
	background-color: #fff;
	background-image: url(images/bg-x.png);
	background-repeat: repeat-x;
}

#Listing-Template *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#Listing-Centering{	
	font-size: 0;
	width: 100%;
	background-image: url(images/bg-x-footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#Page{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.Mobile #Page{ width: 100%; }
.Desktop #Page{ width: 980px; }

#Page-Inner{
	width: 100%;
	float: left;
}

#Container{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	
	text-align: left;
}

@media only screen and (max-width: 320px){ 
.Mobile #Container{ width: 320px; }
}
@media only screen and (min-width: 321px){ 
.Mobile #Container{ width: 100%; }
}
.Desktop #Container{ width: 980px; }

#Container-Inner{
	font-size: 16px;
	width: 100%;
	float:left;
	position: relative;
}

/*******************************************/
/************ Content structure ************/
/*******************************************/

#Header-Container{
	float:left;
	width: 100%;
	height: 44px;
	position: relative;
}
							
#Tabbed-Menu{
	float:left;
	width: 915px;
	height: 74px;
	z-index: 100;
}

#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
}

#Content{
	float: right;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
	
#Footer{
	float: left;
	width: 100%;
	height: 251px;
	margin: 20px 0 0 0;
}

#Copyright{
	float: left;
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
}

#Copyright #Copyright-Container{
	display: inline-block;
}

* html #Copyright{
	display: none;
}

/******************************************/
/************ Header Container ************/
/******************************************/

#Page-Logo{
	float: left;
	margin: 11px 0 0;
}

#Newsletter{
	float: right;
	line-height: 42px;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Newsletter a{
	margin-left: 10px;
	font-size: 0.9em;
	padding: 6px 20px;
	color: #4c4c4c;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
	background-color: #f2e500;
}

/**********************************/
/******* Header Search ************/
/**********************************/

#Search-Button{
	float: right;
	width: 60px;
	height: 74px;
	cursor: pointer;
	background-image: url(images/search-submit.png);
	background-repeat: no-repeat;
	background-position: center 33px;
}

#Form-Search ul{
	position: absolute;
	right: 0;
	top: 118px;
	margin: 0;
	list-style: none;
	background-color: #ededed;
	padding: 15px;
	display: none;
}

#Form-Search ul li{
	float: left;
}

#Form-Search ul li input{
	float: left;
	width: 250px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #cccccc !important;
	margin: 0;
	padding: 0;
	
	background-color: #ffffff;
	
	text-indent: 10px;
	font-size: 0.8em;
	color: #666;
}

#Form-Search ul li input.Button{
	width: 45px;
	border: 0 !important;
	cursor: pointer;
	margin: 0 0 0 10px;
	padding: 0;
	
	background-color: #f2e500;
	
	text-indent: 0px;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
	text-align: center;
	font-weight: normal;
	color: #4c4c4c;
	letter-spacing: 1px;
	font-size: 1.2em;
}

/*************************************/
/************ Tabbed Menu ************/
/*************************************/

#Tabbed-Menu{
	font-size: 1.3em;
}

#Tabbed-Menu ul{
	float: left;
	list-style: none;
	z-index: 100;
	position: relative;
}

#Tabbed-Menu ul li{
	float: left;
	z-index: 100;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#Tabbed-Menu ul li.View-All{
	display: none;
}

#Tabbed-Menu ul li.hover.
#Tabbed-Menu ul li.touch{
	background-color: #fff;
}

#Tabbed-Menu ul li.hover a,
#Tabbed-Menu ul li.touch a{
	text-decoration: none;
	color: #333;
	background-color: #fff;
}

#Tabbed-Menu ul li a{
	padding: 35px 49px 0;
	float: left;
	position: relative;
	z-index: 101;
	height: 74px;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right 42px;
	
	color: #333;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Tabbed-Menu ul li#Tab-6 a{
	text-indent: -9999em;
	overflow: hidden;
	padding: 0;
	width: 150px;
	background-image: url(images/heritage.png);
	background-repeat: no-repeat;
	background-position: center 12px;
}

/**********************************/
/************ Dropdown ************/
/**********************************/

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 74px;
	left: 0;
	width: 980px;
	padding: 35px 0 35px 150px;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 2px #ccc;
}

#Tabbed-Menu ul li#Tab-4 ul,
#Tabbed-Menu ul li#Tab-5 ul{
	padding-left: 150px;
}

#Tabbed-Menu ul li.hover ul{
	display: block;
}

#Tabbed-Menu ul li ul li{
	float: left;
	margin-left: 77px;
}

#Tabbed-Menu ul li ul li a{
	float: left;
	height: auto;
	width: 224px;
	text-align: center;
	line-height: normal;
	padding: 0 0 240px;
	text-indent: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Tabbed-Menu ul li#Tab-1 ul li#Top-Apparel a,
#Tabbed-Menu ul li#Tab-1 ul li#Top-Abbigliamento a{
	background-image: url(images/dropdown/men-clothing.jpg);
}
#Tabbed-Menu ul li#Tab-1 ul li#Top-Shoes a,
#Tabbed-Menu ul li#Tab-1 ul li#Top-Calzature a{
	background-image: url(images/dropdown/men-shoes.jpg);
}
#Tabbed-Menu ul li#Tab-1 ul li#Top-Accessories a,
#Tabbed-Menu ul li#Tab-1 ul li#Top-Accessori a{
	background-image: url(images/dropdown/men-accessories.jpg);
}

#Tabbed-Menu ul li#Tab-2 ul li#Top-Apparel a,
#Tabbed-Menu ul li#Tab-2 ul li#Top-Abbigliamento a{
	background-image: url(images/dropdown/women-clothing.jpg);
}
#Tabbed-Menu ul li#Tab-2 ul li#Top-Shoes a,
#Tabbed-Menu ul li#Tab-2 ul li#Top-Calzature a{
	background-image: url(images/dropdown/women-shoes.jpg);
}
#Tabbed-Menu ul li#Tab-2 ul li#Top-Accessories a,
#Tabbed-Menu ul li#Tab-2 ul li#Top-Accessori a{
	background-image: url(images/dropdown/women-accessories.jpg);
}

#Tabbed-Menu ul li#Tab-3 ul li#Top-Apparel a,
#Tabbed-Menu ul li#Tab-3 ul li#Top-Abbigliamento a{
	background-image: url(images/dropdown/kids-clothing.jpg);
}
#Tabbed-Menu ul li#Tab-3 ul li#Top-Shoes a,
#Tabbed-Menu ul li#Tab-3 ul li#Top-Calzature a{
	background-image: url(images/dropdown/kids-shoes.jpg);
}
#Tabbed-Menu ul li#Tab-3 ul li#Top-Accessories a,
#Tabbed-Menu ul li#Tab-3 ul li#Top-Accessori a{
	background-image: url(images/dropdown/kids-accessories.jpg);
}

#Tabbed-Menu ul li#Tab-4 ul li#Top-Running a{
	background-image: url(images/dropdown/sports-running.jpg);
}
#Tabbed-Menu ul li#Tab-4 ul li#Top-Soccer a,
#Tabbed-Menu ul li#Tab-4 ul li#Top-Calcio a{
	background-image: url(images/dropdown/sports-soccer.jpg);
}

#Tabbed-Menu ul li#Tab-5 ul li#Top-Apparel a,
#Tabbed-Menu ul li#Tab-5 ul li#Top-Abbigliamento a{
	background-image: url(images/dropdown/sportwear-clothing.jpg);
}
#Tabbed-Menu ul li#Tab-5 ul li#Top-Shoes a,
#Tabbed-Menu ul li#Tab-5 ul li#Top-Calzature a{
	background-image: url(images/dropdown/sportwear-shoes.jpg);
}

#Tabbed-Menu ul li.hover ul li a,
#Tabbed-Menu ul li.touch ul li a{
	color: #333;
}

#Tabbed-Menu ul li ul li a:hover,
#Tabbed-Menu ul li ul li.hover a{
	background-color: #fff;
}

/**********************************/
/************ Dropdown LEVEL3 *****/
/**********************************/

#Tabbed-Menu ul li ul li ul{
	display: none !important;
}

/*********************************/
/************ Delivery ***********/
/*********************************/

#Delivery{
	float: left;
	width: 100%;
	height: 33px;
	text-align: center;
}

#Delivery h2{
	background-image: url(images/white-arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: none;
}

#Delivery h2 span{
	background-image: url(images/white-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	
	line-height: 31px;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 1.0em;
	color: #fff;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

/*********************************/
/************ Breadcrumbs ********/
/*********************************/

#Breadcrumbs{
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
	font-size: 0.75em;
	color: #868585;
}

#Breadcrumbs div{
	display: inline;
	color: #868585;
}

#Breadcrumbs span{
	padding: 0 10px;
	color: #c3c3c3;
}

#Breadcrumbs a{
	color: #868585;
}

/*********************************/
/************ Heading ************/
/*********************************/

div.Heading{
	float: left;
	width: 100%;
	
	text-align: center;
}

div.Heading h2{
	font-weight: normal;
	font-size: 1.4em;
	color: #454545;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

/*******************************************/
/************ Content Container ************/
/*******************************************/

.Content-Wide{
	float: left;
	position: relative;
	width: 100%;
	margin: 40px 0 0;
}

.Content-Wide-Top{
	float: left;
	width: 100%;
}

.Content-Wide-Content{
	float: left;
	padding: 25px 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.Content-Wide-Bottom{
	display: none;
}

/******************************************/
/************ Tabbed Container ************/
/******************************************/

.Tabbed-Container .Content {
	width: 100%;
	/*height: 200px;*/
	overflow: hidden;
	padding: 0;
}

.Tabbed-Container .Tabs a.Tab-Link{
	float: left;
	text-indent: 0px;
	padding: 0 45px;
	margin-right: 2px;
	line-height: 46px;
	
	color: #454545;
	letter-spacing: 1px;
	background-color: #ededed;
	font-family: 'bebas_neueregular', arial, tahoma, verdana !important;
}

.Tabbed-Container .Tabs a.Tab-Link:hover, .Tabbed-Container .Tabs a.Tab-Link.Selected{
	background-color: #f9f9f9;
	text-decoration: none;
	color: #454545;
}

.Tabbed-Container .Tab-Content{ display: none; }
.Tabbed-Container div.Selected{ display: block; }

.Tab-Content{
	/*height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	width: 100%;
	background-color: #f9f9f9;
}

.Tab-Content .Content-Wide,
.Content-Copied .Content-Wide{
	margin: 0;
}

.Tabbed-Container .Description-Container,
.Tabbed-Container .Feedback-Container{ padding: 25px 60px; }

.Content-Copied{
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	text-align: left;
	text-indent: 0;
}

/********************************/
/************ Footer ************/
/********************************/

#Footer{
	text-align: center;
	background-image: url(images/logo-footer.png);
	background-repeat:no-repeat;
	background-position: center bottom;
} 

#Newsletter-Footer{
	float: left;
	width: 100%;
	height: 61px;
	line-height: 61px;
	color: #555555;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Newsletter-Footer a{
	margin-left: 10px;
	padding: 7px 20px;
	background-color: #f2e500;
	color: #555555;
	font-size: 1.0em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Info{
	float: left;
	width: 50%;
	padding-top: 35px;
}

#Info h2{
	padding-bottom: 22px;
	font-size: 1.1em;
	color: #555555;
	font-weight: normal;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Info a{
	font-size: 0.8em;
	color: #555555;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}

#Info > h2 + a{
	border: 0;
}

#Social{
	float: right;
	width: 50%;
	padding-top: 35px;
}

#Social h2{
	padding-bottom: 15px;
	font-size: 1.1em;
	color: #555555;
	font-weight: normal;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#Social img{
	margin: 0 3px;
}

#Social a{
	text-decoration: none;
}

#Kooomo{
	display: inline-block;
    line-height: normal;
	padding: 0;
}

#Kooomo .Kooomo-Logo {
	position: relative;
	top: 4px;
}

#Kooomo .Kooomo-Text {
	color: #999999;
    font-size: 0.7em;
    line-height: 13px;
    width: auto;
	text-align: center;
	padding: 0 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*******************************/
/************ Image ************/
/*******************************/

#Image-Container{
	float: left;
	width: 600px;
	position: relative;
}

#Main-Image-Container{
	width: 500px;
	height: 500px;
	text-align: center;
	float: right;
	position: relative;
	border: 0;
	display: table;
	margin: 0 0 0 0;
	z-index: 1;
}

* html #Main-Image-Container { 
   height: auto;
}

#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: 500px;
	max-height: 500px;
}

* html #Main-Image-Container #Main-Image img#Img { 
   width: 500px;
}

/*** THUMBNAIL CAROUSEL ***/

#Thumbnail-Carousel{
	float: left;
	width: 80px;
	position: relative;
}

#Thumbnail-Carousel-Container{
	float: left;
	width: 80px;
	position: relative;
    overflow: hidden;
    height: 485px;
}

#Thumbnail-Carousel-Container #Thumbnail-Image-Container{
	height: 20000em;
	position: absolute;
	padding: 0;
}

#Thumbnail-Carousel #Next,
#Thumbnail-Carousel #Prev{
	height: 7px;
	width: 11px;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -6px;
	z-index: 99;
	cursor: pointer;
	background-repeat: no-repeat;
}

#Thumbnail-Carousel #Next{
	bottom: -17px;
	background-image: url('images/arrow-down.png');
}

#Thumbnail-Carousel #Prev{
	top: 0;
	background-image: url('images/arrow-up.png');
}

#Thumbnail-Carousel #Next.Inactive,
#Thumbnail-Carousel #Prev.Inactive{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

/*** THUMBNAILS ***/

#Thumbnail-Image-Container{
	float: left;
	width: 100px;
	list-style: none;
}

#Thumbnail-Image-Container li{
	float: left;
}

#Thumbnail-Image-Container li a,
#Thumbnail-Carousel-Container #Thumbnail-Image-Container a{
	float: left;
	border: 0;
	padding: 0;
	width: 80px;
	height: 80px;
	display: table;
	margin: 17px 0 0 0;
	outline: 0;
}

* html #Thumbnail-Image-Container li a{
	height: auto;
}

#Thumbnail-Image-Container li.Fourth a{ margin: 10px 0 0 0; }

#Thumbnail-Image-Container li a.Selected,
#Thumbnail-Carousel-Container #Thumbnail-Image-Container li a.Selected,
#Thumbnail-Image-Container li a:hover,
#Thumbnail-Carousel-Container #Thumbnail-Image-Container li a:hover{
	text-decoration: none;
}

#Thumbnail-Image-Container li a .TBCell{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

#Thumbnail-Image-Container li a .TBCell img{
	max-width: 72px;
	max-height: 72px;
	display: inline-block;
	width: auto !important;
	height: auto !important;
}

* html #Thumbnail-Image-Container li a .TBCell img { 
   width: 72px !important;
   height: 72px !important;
}

/*** LEFT RIGHT ***/

#Left,#Right{
	height: 17px;
	width: 10px;
	position: absolute;
	display: block;
	top: 40%;
	z-index: 99;
	cursor: pointer;
	display: none;
}

#Left{
	left: 10px;
	background-image: url('images/arrow-left.png');
}

#Right{
	right: 10px;
	background-image: url('images/arrow-right.png');
}

/*** VIDEO ***/

#Video-Container{
	float: right;
	margin: 0;
}

#Thumbnail-Image-Container li a.View-Video{
	background-image: url(images/video.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0;
	height: 80px;
	overflow: hidden;
}

#Thumbnail-Image-Container li a.View-Video .Play{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -13px;
	background-image: url('images/youtube_play.png');
}

#Thumbnail-Carousel-Container #Thumbnail-Image-Container li a.View-Video{
	margin-right: 0;
}

/*********************************/
/*********** 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:0;
	overflow:hidden;
	top: 0 !important;
	right: 0 !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

#wrap{
	z-index: 999 !important;
}

/* UNCOMMENT THESE TO DISABLE CLOUD HOVER ZOOM
#cloud-zoom-big{
	display: none !important;
}

.cloud-zoom-lens{
	display: none !important;
}

.mousetrap{
	cursor: pointer !important;
}*/

/******************************************/
/************ Description Container *******/
/******************************************/

#Description{
	float: right;
	width: 350px;
	margin: 0;
	padding: 20px 30px;
	background-color: #f9f9f9;
}

#Item-Description{
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}

#Size-Guide{
	float: left;
	margin-top: 25px;
	text-decoration: underline;
	color: #585858;
	font-size: 1.2em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container{
	font-size: 0.8em;
	color: #585858;
}

.Description-Container .Tabbed-Container{
	font-size: 1.25em;
}

.Description-Container a{
	color: #ab0d0e;
}

.Description-Container a:hover{
	color: #ab0d0e;
}

.Description-Container img{
	max-width: 100%;
}

.Description-Container #Price{
	color: #ab0d0e;
	margin: 0;
	font-size: 1.8em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container #Price .Value{
	color: #ab0d0e;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container #RRP{
	color: #5f5f5f;
	margin: 0 10px 0 0;
	font-size: 1.8em;
	text-decoration: line-through;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container #RRP .Value{
	color: #5f5f5f;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container #Save{
	display: none;
	color: #ab0d0e;
	margin: 0;
	font-size: 1.8em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Description-Container h1{
	margin: 60px 0 5px 0;
	
	text-align: left;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 22px;
	color: #333;
	letter-spacing: 1px;
	font-family: 'bebas_neueregular', arial, tahoma, verdana !important;
}

.Description-Container h2{
	padding: 0 0 8px;
	font-size: 1.6em;
	color: #585858;
	font-family: 'bebas_neueregular', arial, tahoma, verdana !important;
	font-weight: normal;
}

.Description-Container h3{
	padding: 0 0 8px;
	font-size: 1.0em;
	color: #585858;
}

.Description-Container p{
	padding: 0 0 8px;
	line-height: 17px;
	font-size: 1.0em;
	color: #585858;
}

.Description-Container ul{
	padding: 0 0 8px;
}

.Description-Container ul li{
	margin: 0 0 4px 16px;
	color: #585858;
}

.Spec{
	border-collapse: collapse;
	width: 100%;
}

.Spec tr th{
	width: 35%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	color: #585858;
}

.Spec tr td{
	width: 65%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	color: #585858;
}

/******************************************/
/************ 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;
}

#Add-To-Basket-Container{
	float: left;
	width: 100%;
	text-align: center;
}

#Add-To-Basket{
	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: 360px;
	float: right;
	clear: right;
	list-style: none;
	padding: 0 10px 0 20px;
}

#Listing-Controls li{
	float: left;
}

#Listing-Controls li a{
	display: inline-block;
	width: 150px;
	height: 26px;
	line-height: 26px;
	margin: 10px 10px 0 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 ************/
/*********************************/

#Promo-Prev{
	position: absolute;
	left: 0;
	top: 170px;
	width: 10px;
	height: 17px;
	background-image: url(images/arrow-left.png);
	z-index: 100;
	cursor: pointer;
}

#Promo-Next{
	position: absolute;
	right: 0;
	top: 170px;
	width: 10px;
	height: 17px;
	background-image: url(images/arrow-right.png);
	z-index: 100;
	cursor: pointer;
}

.Content-Wide-Content.PromoBox-Container{
	position: relative;
	padding: 0;
	height: 350px;
	overflow: hidden;
}

#PromoBox{
	float: left;
	list-style: none;
	padding: 30px 0 0;
	width: 100%;
	position: absolute;
	float: none;
	width: 2000em;
}

#PromoBox li{
	float: left;
	position: relative;
	width: 160px;
	margin: 0 42px;
}

#PromoBox li a.Img{
	float: left;
	width: 100%;
	height: 140px;
	text-align: center;
	display: table;
}

#PromoBox li .TBCell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

#PromoBox li a.Img img{
	display: inline-block;
	vertical-align: middle;
	max-height: 140px;
	max-width: 140px;
}

* html #PromoBox li a.Img img{ 
	height: 140px;
	width: 140px;
}

#PromoBox li h3{
	float: left;
	width: 100%;
	height: 85px;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 18px;
	margin: 15px 0 0 0;
	text-align: center;
}

#PromoBox li h3 a{
	color: #7d7d7d;
	text-decoration: none;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#PromoBox li h3 a:hover{
	text-decoration: underline;
}

#PromoBox li p{
	float: left;
	width: 100%;
	font-size: 1.2em;
	padding: 0;
	text-align: center;
}

#PromoBox li p.RRP-Value{
	display: none;
}

#PromoBox li p.RRP-Value span{
}

#PromoBox li p span.Price-Value{
	color: #ab0d0e;
	font-weight: normal;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#PromoBox li p span.Price-Value b{
	color: #ab0d0e;
	font-weight: normal;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

#PromoBox img.Buy-It-Now{
	float: left;
	display: none;
}

/*
* html #PromoBox img.Buy-It-Now{
	display: block;
	visibility: hidden;
}
*/

/*********************************/
/*********** Popup ***************/
/*********************************/

.Pop-Up {
	position: absolute;
	width: 322px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	text-transform: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 1000000;
	font-family: "Arial";
	line-height: 1.5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.Pop-Up-Image-Container{
	float: left;
	width: 300px;
	height: 300px;
	display: table;
}

* html .Pop-Up-Image-Container{ 
   height: auto;
}

.Pop-Up-Image-Cell{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	border: 1px solid #c9c9c9;
}

.Pop-Up img.Img{
	max-width: 300px;
	max-height: 300px;
}

* html .Pop-Up img.Img { 
   width: 300px;
}

.Pop-Up .Left{
	margin: 10px 0 0 0;
	float: left;
	width: 200px;
	border-right: 1px solid #c0bfbf;
}

.Pop-Up .Right{
	margin: 10px 0 0 0;
	float: right;
	width: 80px;
	text-align: right;
}

.Pop-Up h3{
	font-size: 0.75em;
	color: #333;
	font-weight: normal;
	padding: 0 20px 0 0;
}

.Pop-Up .RRP{
}

.Pop-Up .Price{
	float: right;
	clear: right;
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
}

.Pop-Up .Save{
}

.Pop-Up img.Buy-It-Now{
	float: right;
	margin: 5px 0 0 0;
}

.Pop-Up .Postage{
	float: right;
	clear: right;
	font-size: 0.75em;
	color: #666;
	margin: 7px 0 0 0;
}

.Pop-Up .Arrow{
	position: absolute;
	left: -23px;
	top: 75%;
	margin-top: -11px;
	width: 23px;
	height: 22px;
	background-image: url(images/popup.png);
}

.Pop-Up .Arrow.Right{
	left: auto;
	right: -23px;
	background-position: -23px 0px;
}

/*********************************/
/*********** Feedback ************/
/*********************************/

#Feedback-Popup-Button{
	color: #555555;
	float: left;
	font-size: 0.9em;
	margin: 10px 0 0;
	background-color: #f2e500;
	padding: 7px 20px;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Feedback-Container{
	position: relative;
	background-color: #ededed;
	font-size: 1.1em;
}

#Feedback-Carousel.Carousel{
	height: 71px;
	position: relative;
	overflow: hidden;
}

#Feedback-Carousel.Carousel #Feedback{
	position: absolute;
	height: 20000em;
	float: left;
	width: 100%;
}

#Feedback-Next,
#Feedback-Prev{
	position: absolute;
	height: 18px;
	width: 12px;
	left: 50%;
	margin-left: -6px; 
	background: #ccc;
	cursor: pointer;
}

#Feedback-Next{
	bottom: 0px;
}

#Feedback-Prev{
	top: 0px;
}

#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 LIST ***/

.Feedback{
	list-style: none;
	float: left;
	width: 100%;
}

.Feedback-Title{
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #585858;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
	font-weight: normal;
}

.Feedback li{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.Feedback li p{
	font-size: 0.75em;
	color: #585858;
}

.Feedback li p a{
	color: #585858;
}

/*** ICON ***/

.Feedback li .Icon{
	float: left;
	width: 16px;
	height: 16px;
	margin: 6px 10px 24px 0;
	padding: 0;
}

.Feedback li .Icon.Positive{ background: url(feedback/rating-0.png) no-repeat; }
.Feedback li .Icon.Negative{ background: url(feedback/rating-1.png) no-repeat; }
.Feedback li .Icon.Neutral{ background: url(feedback/rating-neutral.png) no-repeat; }

/*** BODY ***/

.Feedback li p.feedbackBody{
	width: 640px;
	margin: 5px 0 0 0;
	font-weight: bold;
}

/*** DATE ***/

.Feedback li p.feedbackDate{
	float: right;
	clear: right;
	margin: 5px 0 0 0;
	color: #585858;
}

/*** 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: #585858;
	margin: 10px 0 0 0;
}

.Feedback li p.feedbackItem a{
	color: #585858;
}

/*** SCORE ***/

.Feedback li p.feedbackBuyer a.Score{
	padding: 0 0 0 18px;
}

.Feedback li p.feedbackBuyer a.Score50{ background: url(feedback/score50.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score100{ background: url(feedback/score100.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score500{ background: url(feedback/score500.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score1000{ background: url(feedback/score1000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score5000{ background: url(feedback/score5000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score10000{ background: url(feedback/score10000.png) no-repeat -4px 0; }
.Feedback li p.feedbackBuyer a.Score25000{ background: url(feedback/score25000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score50000{ background: url(feedback/score50000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score100000{ background: url(feedback/score100000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score500000{ background: url(feedback/score500000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score1000000{ background: url(feedback/score1000000.png) no-repeat; padding-left: 22px; }
.Feedback li p.feedbackBuyer a.Score10000000{ background: url(feedback/score10000000.png) no-repeat; padding-left: 22px; }

/*********************************/
/*********** Rating **************/
/*********************************/

.Rating{
	padding-top: 15px;
	margin-bottom: 15px;
	height: 16px;
	line-height: 16px;
	color: #666;
	font-size: 0.8em;
}

#Description .Rating{
	float: right;
	padding: 15px 0 0;
	height: auto;
	min-height: 14px;
	min-width: 82px;
	background-position: center top;
}

.Rating a{
	color: #666;
}

.Rating.Stars-00{ background: url(feedback/stars-00.png) no-repeat; }
.Rating.Stars-05{ background: url(feedback/stars-05.png) no-repeat; }
.Rating.Stars-10{ background: url(feedback/stars-10.png) no-repeat; }
.Rating.Stars-15{ background: url(feedback/stars-15.png) no-repeat; }
.Rating.Stars-20{ background: url(feedback/stars-20.png) no-repeat; }
.Rating.Stars-25{ background: url(feedback/stars-25.png) no-repeat; }
.Rating.Stars-30{ background: url(feedback/stars-30.png) no-repeat; }
.Rating.Stars-35{ background: url(feedback/stars-35.png) no-repeat; }
.Rating.Stars-40{ background: url(feedback/stars-40.png) no-repeat; }
.Rating.Stars-45{ background: url(feedback/stars-45.png) no-repeat; }
.Rating.Stars-50{ background: url(feedback/stars-50.png) no-repeat; }


/*********************************/
/*********** AddThis *************/
/*********************************/

#Share{
	float: left;
	margin: 30px 0 0;
	width: 100%;
}

#Share h2{
	float: left;
	color: #333;
	font-size: 0.9em;
	line-height: 31px;
}

#Share a{
	float: left;
	margin: 0 7px 0 0;
	text-decoration: none;
}

#Share a:hover img{
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

/*********************************/
/*********** MOBILE **************/
/*********************************/

/*** SOME DEFAULT STYLING ***/

#Listing-Template.Mobile{
	background-image: none;
}

.Mobile #Header-Container{
	text-align: center;
	padding: 0 20px;
	background-color: #000;
}

@media only screen and (max-width: 599px){ 
.Mobile #Page-Logo{
	float: none;
}

.Mobile #Page-Logo img{
	margin-top: 11px;
}

.Mobile #Newsletter{
	display: none;
}
}

.Mobile #Top-Menu,
.Mobile #Search-Button,
.Mobile #Form-Search,
.Mobile #Breadcrumbs,
.Mobile #Share{
	display: none;
}

.Mobile #Content{
	padding: 0 20px;
}

.Mobile #Delivery{
	background-color: #4c4c4c;
}

.Mobile #Delivery h2 span{
	line-height: normal;
}

/*** Image Container ***/

@media only screen and (max-width: 450px){
	
.Mobile #Image-Container{
	text-align: center;
}

.Mobile #Video-Container{
	float: none;
}
	
.Mobile #Image-Container{
	width: 100%;
	margin: 0;
}

.Mobile #Main-Image-Container{
	height: 260px;
	width: 100%;
}

.Mobile .Video{
	width: 260px;
	height: 260px;
}

.Mobile #Main-Image-Container #Main-Image img#Img {
	max-width: 260px;
	max-height: 260px;
}

.Mobile #Left, .Mobile #Right{
	display: block;
	top: 120px;
}

.Mobile #Left{
	left: 0;
}

.Mobile #Right{
	right: 0;
}

}

@media only screen and (min-width: 451px) and (max-width: 550px){
	
.Mobile #Image-Container{
	text-align: center;
}

.Mobile #Video-Container{
	float: none;
}

.Mobile #Image-Container{
	width: 100%;
	margin: 0;
}

.Mobile #Main-Image-Container{
	height: 320px;
	width: 100%;
}

.Mobile .Video{
	width: 320px;
	height: 320px;
}

.Mobile #Main-Image-Container #Main-Image img#Img {
	max-width: 320px;
	max-height: 320px;
}

.Mobile #Left, .Mobile #Right{
	display: block;
	top: 150px;
}

.Mobile #Left{
	left: 10px;
}

.Mobile #Right{
	right: 10px;
}

}

@media only screen and (min-width: 551px) and (max-width: 1020px){

.Mobile #Image-Container{
	text-align: center;
}

.Mobile #Video-Container{
	float: none;
}

.Mobile #Image-Container{
	width: 100%;
	margin: 0;
}

.Mobile #Main-Image-Container{
	height: 450px;
	width: 100%;
}

.Mobile .Video{
	width: 450px;
	height: 450px;
}

.Mobile #Main-Image-Container #Main-Image img#Img {
	max-width: 450px;
	max-height: 450px;
}

.Mobile #Left, .Mobile #Right{
	display: block;
	top: 215px;
}

.Mobile #Left{
	left: 10px;
}

.Mobile #Right{
	right: 10px;
}
}

/*** THUMBNAILS ***/

@media only screen and (max-width: 1020px){
	
.Mobile #Main-Image-Container,
.Mobile #Video-Container{
	margin: 0 0 20px;
}
.Mobile #Thumbnail-Carousel,
.Mobile #Thumbnail-Image-Container,
.Mobile #Thumbnail-Carousel-Container{
	float: left;
	width: 100%;
	margin: 0;
}
.Mobile #Thumbnail-Carousel #Next,
.Mobile #Thumbnail-Carousel #Prev,
.Mobile #Thumbnail-Image-Container li a .TBCell{
	display: none;
}
.Mobile #Thumbnail-Carousel-Container {
	width: 100%;
	height: auto;
}
.Mobile #Thumbnail-Image-Container,
.Mobile #Thumbnail-Carousel-Container #Thumbnail-Image-Container{
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	left: 0 !important;
	padding-top: 0;
	height: auto;
}
.Mobile #Thumbnail-Image-Container li {
	float: none;
	display: inline-block;
}
.Mobile #Thumbnail-Image-Container li a,
.Mobile #Thumbnail-Carousel-Container #Thumbnail-Image-Container li a{
	border: 0;
	float: none;
	display: inline-block;
	height: 13px;
	width: 13px;
	margin: 5px 3px 0;
	padding: 0;
	background: #dfdfdf;
	border-radius: 10px;
}
.Mobile #Thumbnail-Image-Container li a.Selected,
.Mobile #Thumbnail-Carousel-Container #Thumbnail-Image-Container li a.Selected{
	background: #000;
}
.Mobile #Thumbnail-Image-Container li a.View-Video {
	background-image: none !important;
	height: 13px !important;
	margin-right: 5px !important;
}

}

/*** 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 ***/

@media only screen and (max-width: 1020px){

.Mobile #Description{
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 20px 0 0;
}

}

.Mobile #Listing-Controls{ display: none; }
.Mobile #Buy-It-Now-Container { display: none; }
.Mobile #Add-To-Basket-Container { display: none; }

/*** TABS ***/

.Mobile .Tabbed-Container .Content {
	height: auto;
	overflow: auto;
}
.Mobile .Tab-Content{
	height: auto;
	overflow-x: auto;
	overflow-y: auto;
}

@media only screen and (max-width: 599px){ 
.Mobile .Tabbed-Container .Tabs{
	padding: 0;
}
.Mobile .Tabbed-Container .Tabs a.Tab-Link{
    width: 100%;
    text-align: center;
    margin: 0;
	border-radius: 0;
	border-top: 1px solid #fff;
}
.Mobile .Tabbed-Container .Description-Container,
.Mobile .Tabbed-Container .Feedback-Container{
	padding: 15px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1020px){
.Mobile .Tabs a.Tab-Link{
	padding: 0 30px;
}
}
@media only screen and (min-width: 600px){ 
.Mobile .Tabbed-Container .Tabs .Content-Copied{
    display: none;
}
}
@media only screen and (max-width: 599px){ 
.Mobile .Tabbed-Container .Content{ display: none; }
}

/*** PROMOS ***/

.Mobile #PromoBox{
}

.Mobile #Promos{
	text-align: center;
}

.Mobile .Content-Wide-Content.PromoBox-Container {
    display: inline-block;
    float: none;
    position: relative;
    width: 940px;
	text-align: left;
}

@media only screen and (max-width: 479px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 200px;
}
.Mobile #PromoBox li{
	width: 200px;
	margin: 0;
	padding: 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 599px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 400px;
}
.Mobile #PromoBox li{
	width: 160px;
	margin: 0 20px;
	padding: 0;
}
}

@media only screen and (min-width: 600px) and (max-width: 799px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 560px;
}
.Mobile #PromoBox li{
	width: 200px;
	margin: 0 40px;
	padding: 0;
}
}

@media only screen and (min-width: 800px) and (max-width: 1020px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 760px;
}
.Mobile #PromoBox li{
	width: 223px;
	margin: 0 15px;
	padding: 0;
}
}

/*** FEEDBACK ***/

@media only screen and (max-width: 1020px){
.Mobile .Feedback li p.feedbackBody {
	width: 100%;
	clear: both;
}

.Mobile .Feedback li .Icon{
	float: left;
	margin: 5px 0;
}

.Mobile .Feedback li .feedbackBuyer{
	display: none;
}

.Mobile .Feedback li .feedbackDate{
	float: right;
	margin: 5px 0 0;
}

.Mobile .Feedback li p.feedbackItem {
	margin: 5px 0 0 0;
	float: left;
}

.Mobile #Feedback-Popup-Button{
	display: none;
}
}

/*** FOOTER Volo ***/

.Mobile #Copyright{
	padding-bottom: 20px;
}

.Mobile #Listing-Centering{
	background-image: none;
}

.Mobile #Footer{
	height: auto;
	padding-bottom: 45px;
	background-color: #000;
}

.Mobile #Newsletter-Footer{
	background-color: #ededed;
	line-height: normal;
	padding: 20px;
	height: auto;
}

.Mobile #Newsletter-Footer a{
	display: inline-block;
}

.Mobile #Info{
	min-height: 135px;
	background-color: #f9f9f9;
}

.Mobile #Info a{
	display: inline-block;
	margin-bottom: 5px;
}

.Mobile #Social{
	min-height: 135px;
	background-color: #f9f9f9;
}

@media only screen and (max-width: 799px){
.Mobile #Info{
	width: 100%;
	min-height: 20px;
}

.Mobile #Social{
	width: 100%;
	min-height: 20px;
	padding-bottom: 30px;
}
}

/*** MOBILE MENU ***/

#Toggle-Menu{
	display: none;
}

.Mobile #Toggle-Menu{
	display: block;
	float: left;
	
	cursor: pointer;
	height: 74px;
	line-height: 72px;
	width: 100%;
	padding-left: 20px;
	background-color: #ededed;
}

.Mobile #Toggle-Menu span{
	color: #333;
	font-size: 1.3em;
	font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

.Mobile #Toggle-Menu .Icon{
	float: left;
}

.Mobile #Toggle-Menu .Icon div{
	float: left;
	clear: left;
	width: 20px;
	height: 4px;
	background-color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 2px;
	margin-right: 10px;
	transition:all .15s linear;  
    -o-transition:all .15s linear;  
    -moz-transition:all .15s linear;  
    -webkit-transition:all .15s linear;
}

.Mobile #Toggle-Menu .Icon div:first-child{
	margin-top: 28px;
}

.Mobile #Toggle-Menu:hover .Icon div,
.Mobile #Toggle-Menu.Toggled .Icon div{
	width: 24px;
}

.Mobile #Tabbed-Menu.Display {
	display: none;
	height: auto;
	width: 100%;
}

/*** FIRST LEVEL ***/

.Mobile #Tabbed-Menu > ul{
	width: 100%;
	background-color: #ededed;
}

.Mobile #Tabbed-Menu > ul > li{
	width: 100%;
	background-image: none;
}

.Mobile #Tabbed-Menu > ul > li.Toggled{
	background-color: #fff;
}

.Mobile #Tabbed-Menu > ul > li{
	border-top: 1px solid #d0d0d0;
}

.Mobile #Tabbed-Menu > ul > li > a{
	color: #333;
	width: 100%;
	text-indent: 0;
	padding: 15px 0 15px 20px;
	height: auto;
	background-image: none;
}

.Mobile #Tabbed-Menu ul li#Tab-6 a{
	text-indent: 0;
	overflow: hidden;
	padding: 15px 0 15px 20px;
	width: 100%;
	background-image: none;
}

.Mobile #Tabbed-Menu > ul > li.Toggled > a,
.Mobile #Tabbed-Menu > ul > li.hover > a{
	color: #333;
}

/*** SECOND LEVEL ***/

.Mobile #Tabbed-Menu > ul > li > ul{
	position: static;
	float: left;
	width: 100%;
	padding: 0 !important;
	background-color: #fff;
	display: none;
	box-shadow: none;
}

.Mobile #Tabbed-Menu > ul > li > ul > li{
	margin: 0 !important;
	width: 100%;
	border-top: 1px solid #d0d0d0;
	background-image: none;
}

.Mobile #Tabbed-Menu > ul > li > ul > li.View-All{
	display: block;
}

.Mobile #Tabbed-Menu > ul > li > ul > li.View-All > a{
	color: #8f8f8f;
}

.Mobile #Tabbed-Menu > ul > li > ul > li > a{
	width: 100%;
	text-indent: 0;
	padding: 15px 0 15px 20px;
	color: #333;
	margin: 0;
	background-image: none !important;
	height: auto;
	text-align: left;
}

.Mobile #Tabbed-Menu > ul > li > ul > li.hover > a,
.Mobile #Tabbed-Menu > ul > li > ul > li.Toggled > a,
.Mobile #Tabbed-Menu > ul > li > ul > li.View-All > a:hover{
	background-color: #f9f9f9;
}

/*** THIRD LEVEL ***/

.Mobile #Tabbed-Menu > ul > li > ul > li > ul{
	display: none !important;
}

#Tabbed-Menu > ul > li.touch ul{
	display: block !important;
}


/*
@media only screen and (min-width: 784px) {
	
#Tabbed-Menu{
	display: block !important;
}

#Tabbed-Menu > ul > li > ul {
	display: none !important;
}

#Tabbed-Menu > ul > li.hover ul,
#Tabbed-Menu > ul > li.touch ul{
	display: block !important;
}

}
/*



