


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

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-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, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	
	font-size: 100%;
	font-family: arial, tahoma, verdana;
	color: #5d5d5d;
	
	-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: #5d5d5d;
	text-decoration: none;
}

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

form{
	display: block;
}

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

.item_description {
    font-size: 16px;
}

/**********************************************/
/************ Ebay iframe fix for fancybox ****/
/**********************************************/

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

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

/**********************************************/
/************ iframe fix for suggestions ******/
/**********************************************/

#BottomPanel{
	position: static;
}

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

#Listing-Template{
	display: none;
	text-align: center;
	font-size: 16px;
	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{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

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

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

#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{
	width: 100%;
	float:left;
	position: relative;
}

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

#Header-Container{
	float:left;
	width: 100%;
	height: 139px;
	position: relative;
}
							
#Tabbed-Menu{
	float:left;
	width: 100%;
	line-height: 45px;
	height: 45px;
	z-index: 100;
}
	
#Content-Container{
	float:left;
	width: 100%;
	z-index: 1;
}

#Content{
	float: right;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
}
	
#Footer{
	float: left;
	width: 100%;
	margin: 35px 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: 27px 0 0;
}

#Delivery{
	float: right;
	margin: 24px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85em;
	padding-top: 20px;
	background-image: url(images/icon-delivery.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#Delivery h2{
	color: #8fbd13;
	line-height: 18px;
}

#Delivery h3{
	font-weight: normal;
	color: #7d7d7d;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-size: 0.9em;
}

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

#Top-Menu{
	float: right;
	width: 100%;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 34px;
	
	font-size: 0.8em;
}

#Top-Menu li#Number{
	padding-right: 0;
	padding-left: 38px;
	background-image: url(images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#Top-Menu li#Number .Number{
	float: left;
	font-weight: bold;
	font-size: 1.65em;
	color: #ed1b24;
}

#Top-Menu li#Number .Opening{
	float: left;
	margin: 8px 0 0 5px;
	font-size: 0.75em;
	line-height: 9px;
	color: #7d7d7d;
}

#Top-Menu li#Live-Chat{
	padding-left: 42px;
	background-image: url(images/icon-livechat.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#Top-Menu li{
	float: right;
	border-left: 1px solid #e5e5e5;
	padding: 0 15px;
}

#Top-Menu a{
	float: left;
	color: #7d7d7d;
}

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

#Form-Search ul{
	float: left;
	margin: 28px 0 0 130px;
	list-style: none;
	padding: 5px;
	background-color: #e0e0e0;
	border-radius: 3px;
}

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

#Form-Search ul li input{
	float: left;
	width: 310px;
	height: 37px;
	line-height: 37px;
	border: 0 !important;
	border-radius: 0;
	margin: 0;
	padding: 0;
	
	background-color: #ffffff;
	
	text-indent: 12px;
	font-size: 0.8em;
	color: #7d7d7d;
}

#Form-Search ul li input.Button{
	width: 60px;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 0;
	
	background-color: #8fbd13;
	background-image: url(images/search-submit.png);
	background-repeat: no-repeat;
	background-position: center;
}

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

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

#Tabbed-Menu ul{
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	list-style: none;
	z-index: 100;
}

#Tabbed-Menu ul li{
	display: inline-block;
	z-index: 100;
}

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

#Tabbed-Menu ul li.View-All{
	width: 100%;
}

#Tabbed-Menu ul li.View-All a{
	width: 100% !important;
	border: 0 !important;
	font-size: 1.2em;
	color: #f63f4c !important;
}

#Tabbed-Menu ul li.hover,
#Tabbed-Menu ul li.touch{
	background-color: #0d0d0d;
}

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

#Tabbed-Menu ul li a{
	padding: 6px 26px 0 15px;
	float: left;
	height: 45px;
	line-height: 15px;
	
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #f86570;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#Tabbed-Menu ul li:first-child a{
	border-left: 1px solid #f86570;
}

#Tabbed-Menu ul li#Top-LaptopACAdaptersChargers a{
	width: 160px;
}
#Tabbed-Menu ul li#Top-LaptopScreens a{
	width: 90px;
}
#Tabbed-Menu ul li#Top-LaptopHardDrives a{
	width: 110px;
}
#Tabbed-Menu ul li#Top-PowerSuppliesAdapters a{
	width: 138px;
}
#Tabbed-Menu ul li#Top-CarChargers a{
	width: 100px;
}
#Tabbed-Menu ul li#Top-WirelessKeyboardMouseSet a{
	width: 165px;
}
#Tabbed-Menu ul li#Top-CarChargersLaptop a{
	width: 120px;
}
#Tabbed-Menu ul li#Top-CameraCharger a{
	width: 90px;
}

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

#Tabbed-Menu ul li ul{
	position: absolute;
	top: 45px;
	left: 0;
	width: 980px;
	text-align: left;
	padding: 25px 0;
	background-color: #fff;
	display: none;
	border-left: 1px solid #f63f4c;
	border-right: 1px solid #f63f4c;
	border-bottom: 1px solid #f63f4c;
}

/* For Listing */
#Tabbed-Menu ul li.hover ul{
	display: block;
}
/* End */

/* For Storefront 
#Tabbed-Menu > ul > li.hover > ul{
	display: block;
}
End */

#Tabbed-Menu > ul > li.touch > ul{
	display: block !important;
}

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

#Tabbed-Menu ul li ul li a{
	float: left;
	height:30px;
	width: 244px !important;
	line-height:30px;
	padding: 0;
	text-indent: 25px;
	border: 0;
	font-weight: normal;
	font-size: 1.1em;
	background-image: none;
}

#Tabbed-Menu ul li:first-child ul li a{
	border: 0;
}

#Tabbed-Menu ul li.hover ul li a,
#Tabbed-Menu ul li.touch ul li a{
	color: #7d7d7d;
}

#Tabbed-Menu ul li ul li a:hover,
#Tabbed-Menu ul li ul li.hover a{
	background-color: #fff;
	color: #7d7d7d;
	text-decoration: underline;
}

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

#Tabbed-Menu ul li ul li ul{
	display: none !important;
}

/*********************************/
/************ Breadcrumbs ********/
/*********************************/

#Breadcrumbs{
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
	font-size: 0.7em;
	color: #7d7d7d;
}

#Breadcrumbs div{
	display: inline;
	color: #7d7d7d;
}

#Breadcrumbs span{
	padding: 0 10px;
	color: #c4c4c4;
}

#Breadcrumbs a{
	color: #7d7d7d;
}

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

div.Heading{
	float: left;
	width: 100%;
	
	background-color: #f5b246;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	text-align: center;
}

div.Heading h2{
	float: left;
	margin: 0 30px;
	line-height: 40px;
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
}

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

.Content-Wide{
	float: left;
	position: relative;
	width: 100%;
	margin: 35px 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{
	border-bottom: 1px solid #d8d8d8;
}

.Tabbed-Container .Tabs a.Tab-Link{
	float: left;
	text-indent: 0px;
	padding: 0 30px;
	margin-right: 3px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	line-height: 40px;
	
	color: #5d5d5d;
	font-size: 0.9em;
}

.Tabbed-Container .Tabs a.Tab-Link:hover, .Tabbed-Container .Tabs a.Tab-Link.Selected{
	background-color: #f63f4c;
	text-decoration: none;
	color: #fff;
	border: 0;
	padding: 1px 31px 0;
}

.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 .Content-Wide,
.Content-Copied .Content-Wide{
	margin: 0;
	border: 0;
}

.Tabbed-Container .Description-Container,
.Tabbed-Container .Feedback-Container{ padding: 20px 30px 0; }

.Content-Copied{
	float: left;
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	text-align: left;
	text-indent: 0;
}

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

.Quirks{
	display: none;
}

* html .Quirks{
	display: block;
	float: left;
}

#Footer{

}

#Newsletter{
	float: left;
	width: 100%;
	padding: 25px 20px;
	border-bottom: 1px solid #e2e2e2;
	background-color: #eaeaea;
}

#Newsletter h2{
	float: left;
	padding: 0 0 0 48px;
	line-height: 37px;
	font-size: 1.2em;
	font-weight: normal;
	color: #515151;
	font-style: italic;
	background-image: url(images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#Newsletter h2 span{
	color: #ee272f;
}

#Newsletter a{
	float: left;
	margin: 0 0 0 15px;
	height: 37px;
	line-height: 35px;
	padding: 0 30px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #8fbd13;
}

.Footer-Links{
	float: left;
	margin: 30px 65px 0 0;
	font-size: 0.8em;
}

.Footer-Links ul{
	list-style: none;
}

.Footer-Links ul .Footer-Heading{
	font-weight: bold;
	margin: 0 0 12px;
}

.Footer-Links ul li{
	margin: 0 0 8px;
}

#Contact{
	float: right;
	margin: 30px 0 0;
}

#Contact h2{
	margin: 15px 0 0;
	font-weight: normal;
	font-size: 0.8em;
}

#Contact h3{
	margin: 3px 0;
	font-weight: normal;
	font-size: 1.3em;
	color: #ec0f19;
}

#Contact a{
	font-size: 0.9em;
	color: #ec0f19;
}

#Volo{
	float: left;
	display: block;
    line-height: normal;
	padding: 10px 15px 0;
	min-height: 75px;
	border: 1px solid #e8e8e8;
	margin: 0 8px;
	box-shadow: 2px 2px 2px #f3f3f3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#Volo .Volo-Logo{
	margin-top: 2px;
	display: block;
}

#Volo .Volo-Text {
	width: 100%;
	display: block;
	color: #17a7a4;
    font-size: 10px;
    line-height: 12px;
    width: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

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

#Image-Container{
	float: left;
	width: 450px;
	margin: 0;
	position: relative;
}

#Main-Image-Container{
	width: 100%;
	height: 450px;
	text-align: center;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: table;
	position: relative;
	z-index: 1;
}

* html #Main-Image-Container { 
   height: auto;
}

#Zoom-Icon{
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	padding: 0 25px 0 0;
	background-image: url(images/zoom-image.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 18px;
	font-size: 0.7em;
	color: #A6A6A6;
	z-index: 99;
}

#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: 448px;
	max-height: 448px;
}

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

/*** THUMBNAILS ***/

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

#Thumbnail-Image-Container li{
	float: left;
}

#Thumbnail-Image-Container li a,
#Thumbnail-Carousel-Container #Thumbnail-Image-Container a{
	float: left;
	border: 1px solid #e5e5e5;
	padding: 0;
	width: 82px;
	height: 82px;
	display: table;
	margin: 10px 10px 0 0;
	outline: 0;
}

* html #Thumbnail-Image-Container li a{
	height: auto;
}

#Thumbnail-Image-Container li.Fifth 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: 75px;
	max-height: 75px;
	display: inline-block;
	width: !important;
	height: !important;
}

* html #Thumbnail-Image-Container li a .TBCell img { 
   width: 75px !important;
   height: 75px !important;
}

/*** LEFT RIGHT ***/

#Left,#Right{
	height: 33px;
	width: 13px;
	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: left;
	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: 82px;
	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: 10px;
}

/*********************************/
/*********** 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: 460px;
	padding: 0;
	margin: 0;
}

#Description .Brand{
	max-width: 150px;
}

* html #Description .Brand{
	width: 100px;
}

#SKU{
	float: right;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	font-size: 0.9em;
}

#Code{
	float: left;
	line-height: 28px;
	padding: 0 10px;
	color: #7d7d7d;
}

#Stock{
	float: left;
	line-height: 28px;
	padding: 0 10px 0 25px;
	color: #fff;
	font-weight: bold;
	background-color: #8fbd13;
	background-image: url(images/instock.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#Item-Description{
	clear: both;
}

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

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

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

.Description-Container img{
	max-width: 100%;
}

.Description-Container #Price{
	color: #f63f4c;
	font-size: 2.0em;
}

.Description-Container #Price .Value{
	color: #f63f4c;
}

#Delivery-Text{
	letter-spacing: 0.05em;
	margin-left: 18px;
	color: #8fbd13;
	text-transform: uppercase;
	background-image: url(images/icon-delivery.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	line-height: 17px;
	display: inline-block;
}

#Warranty{
	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin: 7px 0 0;
	color: #7d7d7d;
	text-transform: uppercase;
	background-image: url(images/icon-warranty.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	line-height: 21px;
}

.Description-Container h1{
	display: inline-block;
	margin: 30px 0 10px 0;
	
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #262626;
}

.Description-Container h2{
	padding: 0 0 12px;
	font-size: 1.4em;
	color: #5d5d5d;
	font-weight: normal;
}

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

.Description-Container p{
	padding: 0 0 12px;
	line-height: 17px;
	font-size: 1.0em;
	color: #5d5d5d;
}

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

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

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

#Buy-It-Now-Container{
	margin: 35px 0 0;
}

#Buy-It-Now{
	display: inline-block;
	width: 230px;
	padding: 0;
	height: 46px;
	line-height: 42px;
	margin: 0;
	border: 1px solid #7ea611;
	border-radius: 4px;
	cursor: pointer;
	
	background-color: #8fbd13;
	
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}

#Watch-Button{
	margin: 15px 0 0;
}

#Watch-Button a{
	color: #7d7d7d;
	line-height: 16px;
	padding-left: 25px;
	background-image: url(images/icon-heart.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*********************************/
/******* Footer Banners **********/
/*********************************/

#Banners{
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

#Banners div{
	float: left;
	height: 122px;
	margin-left: 10px;
}

#Banners #Trusted{
	margin: 0;
	padding: 20px 0 0 20px;
	width: 314px;
	background-image: url(images/bg-trustedseller.png);
}

#Banners #Trusted h2{
	color: #fff;
}

#Banners #Trusted p{
	margin-top: 8px;
	color: #fff;
	font-size: 0.8em;
}

#Banners #Returns{
	width: 314px;
	padding: 20px 0 0 20px;
	background-image: url(images/bg-returns.png);
}

#Banners #Returns h2{
	color: #4f6c00;
}

#Banners #Returns p{
	margin-top: 8px;
	color: #4f6c00;
	font-size: 0.8em;
}

#Banners #Reviews{
	padding: 15px 0 0;
	text-align: center;
	width: 148px;
	background-image: url(images/bg-reviews.png);
}

#Banners #Reviews p{
	margin: 8px 0 16px;
	color: #5d5d5d;
	font-size: 0.8em;
}

#Banners #Reviews a{
	color: #5d5d5d;
	font-size: 0.8em;
}

#Banners #Facebook{
	text-align: center;
	width: 82px;
	background-image: url(images/bg-facebook.png);
}

#Banners #Twitter{
	text-align: center;
	width: 82px;
	background-image: url(images/bg-twitter.png);
}

#Banners #Twitter a,
#Banners #Facebook a{
	float: left;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	color: #fff;
	padding: 75px 0 0;
}

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

#Promo-Prev{
	position: absolute;
	left: 0;
	top: 190px;
	height: 33px;
	width: 13px;
	background-image: url(images/arrow-left.png);
	z-index: 100;
	cursor: pointer;
}

#Promo-Next{
	position: absolute;
	right: 0;
	top: 190px;
	height: 33px;
	width: 13px;
	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: 185px;
	padding: 20px;
	margin: 0 30px;
	box-shadow: 0 0 4px #ccc;
}

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

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

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

#PromoBox li p{
	float: left;
	width: 100%;
	font-size: 1.0em;
	padding: 0;
}

#PromoBox li p.RRP-Value{
	display: none;
}

#PromoBox li p.RRP-Value span{
}

#PromoBox li p span.Price-Value{
	color: #f63f4c;
	font-weight: normal;
}

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

* html #PromoBox img.Buy-It-Now{
	display: block;
	visibility: hidden;
}

#PromoBox .View-Item{
	display: none;
}

#PromoBox .Add-Item{
	display: none;
}

#PromoBox .Buy-Item{
	display: none;
}

#PromoBox .Wishlist-Item{
	display: none;
}

/*********************************/
/*********** 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: #5d5d5d;
	font-weight: normal;
	padding: 0 20px 0 0;
}

.Pop-Up .RRP{
}

.Pop-Up .Price{
	float: right;
	clear: right;
	font-size: 1em;
	color: #f63f4c;
	font-weight: nomal;
}

.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.7em;
	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{
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	padding: 7px 15px;
	margin: 10px 0 0;
	background-color: #8fbd13;
	border: 1px solid #7ea611;
	border-radius: 3px;
	text-decoration: none;
}

.Feedback-Container{
	position: relative;
	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{
	color: #5d5d5d;
	font-size: 0.75em;
	font-weight: bold;
	padding-bottom: 10px;
}

.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: #5d5d5d;
}

.Feedback li p a{
	color: #5d5d5d;
}

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

/*** DATE ***/

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

/*** BUYER ***/

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

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

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

/*** ITEM LINK ***/

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

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

/*** 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-left: 90px;
	margin-bottom: 15px;
	height: 14px;
	line-height: 14px;
	color: #666;
	font-size: 0.85em;
}

#Description .Rating{
	margin-bottom: 30px;
}

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

/*********************************/
/*********** Product Suggestions */
/*********************************/

#Product-Suggestions{
	overflow: hidden;
	padding: 3px;
    background-color: white;
	
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	
	box-shadow: 0 5px 6px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 6px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 6px 1px rgba(0,0,0,0.15);
	
	z-index: 99999999;
}

#Product-Suggestions input{
	float: left;
	margin: 5px 5px 10px;
}

#Product-Suggestions p{
	color: #666666;
	font-size: 12px;
	text-align: left; 
	line-height: 12px;
	margin: 5px 0 5px;
}

/*** Link ***/

#Product-Suggestions div{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#Product-Suggestions div:hover{ background-color: #f3f3f3; }

#Product-Suggestions div .Link{
	float: left;
	position: relative;
	width: 100%;
	min-height: 55px;
    padding: 5px 5px 5px 60px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	z-index: 9;
}

#Product-Suggestions div:first-child .Link{ border: 0; }

#Product-Suggestions div .Link img{
	width: 45px;
	height: 45px;
    position: absolute;
	left: 5px;
	top: 5px;
}

#Product-Suggestions div .Link .Title{
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
}

#Product-Suggestions div .Link .Price{
	float: left;
    font-weight: normal;
	color: #ee272f;
	font-size: 15px;
	line-height: 20px;
}

#Product-Suggestions div .Similar{
	position: absolute;
	right: 8px;
	bottom: 5px;
	color: #8fbd13;
	line-height: 18px;
	font-size: 12px;
	z-index: 10;
}

#Product-Suggestions div .Similar:hover{ text-decoration: underline; }

/*********************************/
/*********** AddThis *************/
/*********************************/

#Share{
	float: left;
	margin: 40px 0 0;
	width: 100%;
}

#Share h2{
	float: left;
	color: #7d7d7d;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 31px;
}

#Share a{
	float: left;
	margin: 0 0 0 7px;
	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;
	height: auto;
	padding-bottom: 10px;
}

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

.Mobile #Page-Logo img{

}

.Mobile #Delivery{
	margin-right: 15px;
}

@media only screen and (max-width: 899px){
.Mobile #Form-Search ul {
    margin: 28px 0 0 30px;
}
.Mobile #Form-Search ul li input#Search-Query {
    width: 250px;
}
}

@media only screen and (max-width: 749px){
.Mobile #Delivery{
	display: none;
}
.Mobile #Form-Search ul li input#Search-Query {
    width: 150px;
}
}

@media only screen and (max-width: 499px){
.Mobile #Header-Container{
	padding-bottom: 0;
}
.Mobile #Form-Search{
	display: none;
}
.Mobile #Page-Logo{
	float: none;
	margin: 0;
	display: inline-block;
}
.Mobile #Page-Logo img{
	margin: 15px 0 0;
	width: 130px;
}
.Mobile #Top-Menu li{
	display: none;
}
.Mobile #Top-Menu li#Number{
	display: block;
	border: 0;
	float: none;
	display: inline-block;
}
}

.Mobile #Top-Menu{
	padding: 0 15px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e5e5e5;
}

.Mobile #Breadcrumbs,
.Mobile #Share{
	display: none;
}

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

/*** 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: 250px;
	width: 100%;
}

.Mobile .Video{
	width: 250px;
	height: 250px;
}

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

.Mobile #Left, .Mobile #Right{
	display: block;
	top: 110px;
}

.Mobile #Left{
	left: 5px;
}

.Mobile #Right{
	right: 5px;
}

}

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

.Mobile #Thumbnail-Carousel{
    float: none;
	display: inline-block;
    width: 425px;
}
.Mobile #Thumbnail-Image-Container{
	text-align: center
}
.Mobile #Thumbnail-Image-Container li a{
	margin: 10px 5px 0;
}
.Mobile #Thumbnail-Image-Container li{
    float: none;
	display: inline-block;
}
}

/*** THUMBNAILS ***/

@media only screen and (max-width: 550px){
.Mobile #Main-Image-Container,
.Mobile #Video-Container{
	margin: 0 0 5px;
}
.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: 10px;
	width: 10px;
	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: #18274f;
}
.Mobile #Thumbnail-Image-Container li a.View-Video {
	background-image: none !important;
	height: 10px !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: 0;
	margin: 15px 0 0;
}
.Mobile #Sku{
	float: none;
	display: inline-block;
}
.Mobile #Description .Brand{
    display: block;
	margin-top: 10px;
}
.Mobile #Description .Rating{
	margin: 10px 0;
}
.Mobile #Delivery-Text {
    margin-left: 10px;
}
.Mobile #Warranty {
    font-size: 0.8em;
    letter-spacing: 0;
}
.Mobile .Content-Wide{
	margin-top: 15px;
}
}

.Mobile #Content > h1{
	margin: 0 0 15px 0;
	
	font-size: 1.1em;
	font-weight: normal;
	color: #262626;
}

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

.Mobile #Banners{
	display: none;
}

/*** TABS ***/

.Mobile .Tabbed-Container .Content {
	height: auto;
	overflow: auto;
}
.Mobile .Tab-Content{
	height: auto;
	overflow-x: auto;
	overflow-y: auto;
}
.Mobile .Tabbed-Container .Feedback-Container{
	padding-top: 10px;
}

@media only screen and (max-width: 599px){ 
.Mobile .Tabbed-Container .Tabs{
	padding: 0;
	height: auto;
}
.Mobile .Tabbed-Container .Tabs a.Tab-Link{
    width: 100%;
    text-align: center;
    margin: 0;
	border-radius: 0;
}
.Mobile .Tabbed-Container .Description-Container{
	padding: 10px;
}
.Mobile .Tabbed-Container .Feedback-Container{
	padding: 0 10px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1020px){
.Mobile .Tabs a.Tab-Link{

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

.Mobile #PromoBox li {
    margin: 0 25px;
}

@media only screen and (max-width: 479px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 220px;
}
.Mobile #PromoBox li{
	width: 200px;
	margin: 0 10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 599px){ 
.Mobile .Content-Wide-Content.PromoBox-Container {
	width: 400px;
}
.Mobile #PromoBox li{
	width: 175px;
	margin: 0 15px;
	padding: 15px;
}
}

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

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

/*** 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 #Footer{
	margin-top: 0;
}

.Mobile #Newsletter h2 {
    background-position: left top;
    line-height: normal;
    padding: 7px 0 7px 48px;
	margin-right: 10px;
}

.Mobile #Newsletter a {
    margin: 0 0 0 0;
}

.Mobile .Footer-Links{
	margin-left: 15px;
	margin-right: 20px;
}

.Mobile #Contact{
	margin-right: 15px;
}

.Mobile #Copyright{
	padding-bottom: 20px;
}

/*** MOBILE MENU ***/

#Toggle-Menu{
	display: none;
}

.Mobile #Toggle-Menu{
	display: block;
	float: left;
	margin-top: 15px;
	
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	width: 100%;
	padding-left: 15px;
	background-color: #f63f4c;
}

.Mobile #Toggle-Menu span{
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

.Mobile #Toggle-Menu .Icon{
	float: left;
}

.Mobile #Toggle-Menu .Icon div{
	float: left;
	clear: left;
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	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: 11px;
}

.Mobile #Toggle-Menu:hover .Icon div,
.Mobile #Toggle-Menu.Toggled .Icon div{
	width: 24px;
}

.Mobile #Tabbed-Menu.Display {
	display: none;
	height: auto;
	margin: 0;
}

/*** FIRST LEVEL ***/

.Mobile #Tabbed-Menu > ul{
	text-align: left;
	width: 100%;
	background-color: #f63f4c;
}

.Mobile #Tabbed-Menu > ul > li{
	width: 100%;
}

.Mobile #Tabbed-Menu > ul > li.Toggled{
	background-color: #0d0d0d;
}

.Mobile #Tabbed-Menu > ul > li{
	border-top: 1px solid #fff;
}

.Mobile #Tabbed-Menu > ul > li > a{
	color: #fff;
	width: 100% !important;
	text-indent: 15px;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border: 0 !important;
}

.Mobile #Tabbed-Menu > ul > li.Toggled > a,
.Mobile #Tabbed-Menu > ul > li.hover > a{
	color: #fff;
}

/*** SECOND LEVEL ***/

.Mobile #Tabbed-Menu > ul > li > ul{
	position: static;
	float: left;
	width: 100%;
	padding: 0;
	background-color: #fff;
	display: none;
	border: 0;
}

/* For Storefront
#Tabbed-Menu > ul > li.hover > ul{
	display: none;
}
End */

.Mobile #Tabbed-Menu > ul > li > ul > li{
	width: 100%;
}

.Mobile #Tabbed-Menu > ul > li > ul > li.View-All{
	display: block;
}

.Mobile #Tabbed-Menu > ul > li > ul > li.View-All > a,
.Mobile #Tabbed-Menu > ul > li.hover > ul > li.View-All > a{
	color: #f63f4c;
	font-size: 1.0em;
}

.Mobile #Tabbed-Menu > ul > li > ul > li > a,
.Mobile #Tabbed-Menu > ul > li.hover > ul > li > a{
	width: 100% !important;
	text-indent: 15px;
	padding: 0;
	color: #7d7d7d;
	background-image: none;
}

.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: #fbfbfb;
	color: #7d7d7d;
}

/*** THIRD LEVEL ***/

.Mobile #Tabbed-Menu > ul > li > ul > li > ul{
	position: static;
	float: left;
	width: 100%;
	padding: 0;
	background-color: #ccc;
	display: none;
}

/* For Storefront
#Tabbed-Menu ul li ul li.hover ul{
	display: none;
}
End */

.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li{
	width: 100%;
	border-top: 1px solid #fff;
}

.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li.View-All{
	display: block;
}

.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li.View-All > a{
	color: #5d5d5d;
	font-style: italic;
}
	
.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li > a{
	width: 100%;
	text-indent: 20px;
	padding: 0;
	color: #5d5d5d;
}

.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li.hover > a,
.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li.Toggled > a,
.Mobile #Tabbed-Menu > ul > li > ul > li > ul > li.View-All > a:hover{
	background-color: #bdbdbd;
	color: #5d5d5d;
}


/* For Storefront
@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;
}

}
/*