/*-------------- master reset ----------------*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	
	}


/*---------------Positioning----------------*/

body,
html{
	margin:0;
	padding:0;
	background-image: url(images/bgtile.jpg);
	background-position: center top;
	background-repeat: repeat-y;

}
body {
	min-width:1016px; /* Prevent content from becoming unreachable in Gecko */
}


/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:272px;
	z-index:2;
	
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
	
}
div#header {
	height:272px;
	width:1017px;
	margin:0 auto;
	background-color: #000000;
}

div#headerPadding{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:272px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:57px;
	
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-top: -12px;
	margin-left:0;
}
div#middle {
	width:1017px;
	margin:0 auto;
	
}
div#middlePadding {
	
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:0px;
}



div#content {
	width:760px;
	float:left;
}

div#contentPadding {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


div#sidebar {
	width:254px;
	float:right;
	margin: 0px;
	padding: 0px;
}
div#sidebarPadding {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	height:57px;
	
	
}
body>div#footerwrap {
	position:fixed;
	
}
div#footer {
	height:57px;
	width:1017px;
	margin:0 auto;
	padding:0px;
	background-image: url(images/VI-Carbonfooter.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	/*border-left-width: 1px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
}
div#footerPadding {
padding:0px;
margin:0px;

	
}
/*------- end of positioning -------------*/



/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:Arial, Helvetica, sans-serif;
	color:#262626;
	background-color:#fff;
}
/*-------------Links ----------------*/

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: green;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: green;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:link, a:visited, a:hover, a:active {  }


/*-------title tags -----------*/

h1, h2 {
	color: #333333;
	
}

h1,h2,h3,h4,
h5 {	
	padding:0;
	margin:0;
	
}




h1 {
	font-size:18px;
	padding:0;
	margin:0;
	margin-bottom:0.5em;
	margin-top:1em;
}
h2 {
	font-size:18px;
	margin-bottom:0.4em;
	margin-top:0.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
h3 {
	font-size:16px;
	margin-bottom:0.4em;
	margin-top:1em;
	color: #333333;
	border-bottom-style: none;
	text-align: left;
}

h4 {
	font-size:12px;
	margin-bottom:0.4em;
	margin-top:1em;
	font-weight:bold;
	border-bottom-style: none;
}
h5 {
	font-size:12px;
	
	margin-bottom:0.4em;
	margin-top:0.4em;
	font-weight: normal;
	border-bottom-style: none;
}

p {
	margin-bottom:0.6em;
	font-size:11px;
	line-height:1.2em;
	margin-top: 0.3em;
}

div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
#sidebar h2 {
	color: #000000;
}

/*----------- Generic UL list ----------------*/
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	text-align: left;
/* add a width to the set the size width: 10em;*/

} 
ul {
	font-size:11px;
	line-height:1.4em;
}

li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 0.8em;
	margin: 0.4em 0;/*-- to add spacing between the list items*/	
}

/*------- ul inside a UL style--------*/
ul li ul {
	font-size:11px;
	line-height:1.4em;
}

ul li ul li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 0.8em;
	margin: 0.4em 0;/*-- to add spacing between the list items*/	
}

/*---------UL inside and OL style -------*/
ol li ul {
	font-size:11px;
	line-height:1.4em;
}

ol li ul li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 0.8em;
	margin: 0.4em 0;/*-- to add spacing between the list items*/	
}

/*-----specific id UL lists ----------*/

li.windows 
{
	background-image: url(../images/windowsLogo_30x26px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:35px;/*-- to add spacing between the list items*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 30px;
	padding-top: 5px;
}
li.mac
{
	background-image: url(../images/Mac-Icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
	padding-left:35px;/*-- to add spacing between the list items*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 30px;
	padding-top: 5px;
}

li.pdfEn 
{
	background-image: url(../images/PdfIcon-UK.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:50px;/*-- to add spacing between the list items*/
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: 56px;
	padding-top: 5px;
}



/*----------- Generic OL list ----------------*/
ol
{

padding: 0;
margin: 0;
margin-left: 1em; 
/* add a width to the set the size width: 10em;*/

} 
ol {
	font-size:11px;
	line-height:1.4em;
}

ol li
{
	margin: 0.4em 0;/*-- to add spacing between the list items*/
	background-image: none;
	padding-left: 0;
}

/*----- Table Styling ------------*/

  table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
 }
 td {
	text-align:center;
	font-size: 11px;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
 }
 
 
 tbody th {
	font-size: 11px;
	text-align: left;
	padding-left: 1em;
	font-style: normal;
	font-weight: normal;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;	
  }
thead th {
	text-align:center;
	color:#ffffff;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	background-color: #000000;
	background-image: url(menuImages/button1.gif);
 }
   tr.odd td,
  tr.odd .column1, 
  tbody tr.odd th {
	background-color: #ececec;
	background-image: url(images/TableRowbackground1.gif);
	background-repeat: no-repeat;
  }
  .column1 {
   background:#f9fcfe;
   }


 tfoot th {
	text-align:center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(menuImages/button1.gif);
	height:36px;
 }

 tfoot th strong {
 font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
 margin:.5em .5em .5em 0;
 color:#66a3d3;
 }
  tfoot th em {
 color:#f03b58;
 font-weight: bold;
 font-size: 13px;
 font-style: normal;
 }
 
 .whiteColor {
color:#ffffff;


}
/*------ end of table style------*/



div#sidebar {
	
}
div#content {
	text-align:justify;
}





.divHR {
	padding: 0px;
	background-image: url(images/hr_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:0;
	border:none;
}

.code { font-family: courier, monospace; }

p img{
padding:10px;
}

.titleTopPadding{
margin-top:20px;
}


/*------------- Fault code pop ups ----------------*/
.faultBtnsPadding {
	padding-right: 5px;
	padding-bottom: 5px;
}
.faultBtns
{
	width:79px;
	float:left;
	background-image: url(menuImages/button1.gif);
	border: 1px solid #333333;
	height: 25px;
	background-repeat: repeat-x;
	background-position: 0px -6px;
	text-align:center;
	background-color: #000000;
	margin-bottom: 5px;
	margin-left: 5px;
}


.faultBtns a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 10px;
	margin-top: 5px;
}
.faultBtns a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.faultBtns a:hover {
	color: green;
	font-weight: bold;
	text-decoration: none;
}

.faultBtns a:active { color: green; font-weight: bold; text-decoration: none; border-bottom: 1px dotted;  }
.faultBtns a:link, a:visited, a:hover, a:active {  }


/*------- Homepage page layout and Styling ------------*/
.guageBG {
	height: 100%;
	background-image: url(images/GaugesBG_250px.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*-------- FAQ page styling ---------------------------*/

#preSalesFAQlinks {
	width: 345px;
	float:left;
}
#afterSalesFAQlinks{
	width: 345px;
	float:right;
}
/*------- Features page layout and Styling ------------*/

#featuresContainer {

}

.featuresImg {
	float:left;
	width: 80px;
	margin-top: 3px;
	margin-bottom: 10px;
}



.featuresImg a:link{
border-bottom:none;
font-size:9px;
margin-top:1px;
margin-bottom:5px;
padding-top:0px;
padding-bottom:5px;
}
.featuresImg a:link.thickbox  {
border-bottom:none;
}
.featuresImgLink{
border-bottom:none;
font-size:9px;
margin-top:1px;
padding-top:1px;
}


.featureTextDesc {
	width:610px;
	float:right;
}

.featuresFloatContainer{
	margin-bottom:10px;
}

/*----- image rollover css ---------*/

.thumbnail{
	border: 1px solid #e8e8e8;
	margin: 0;
	padding:3px;
}

.thumbnail:hover{
	background-color: transparent;
	background-color:#fff;
	border: 1px solid #666666;
}



/*-------------- downloads page layout -----------------*/

.firmwareLatestVer {
	float:left;
	width: 200px;
	padding-top:5px;
	padding-right:30px;
	padding-bottom: 10px;
}
.firmwareDownloadLink {
	float:left;
	padding-top:10px;
}

.softwareLH {
	width:450px;
	float:left;
}
#downloadLogData{
	float:right;
	width:226px;
	height:186px;
	background-image: url(images/DownloadLogDataBG.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.downloadLogDataPadding{
	padding-top:25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#downloadLogData p {
	height:70px;
}

#downloadLogData h3{
	font-size:15px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #CC0000;
}

/*------------- contact page layout --------------------*/

#postEnq {
	float: left;
	width: 170px;
}

#generalEnq {
	float: left;
	width: 245px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
#techEnq {
	float: left;
	width: 245px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
.imgFloatLeft {
	float:left;
	margin-bottom: 5px;
	height: 67px;
	width: 67px;
}

#contactIconPost {
	background-image:url(../images/PostIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactIconEmail {
	background-image:url(../images/EmailIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactIconTech {
	background-image:url(../images/techIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--------- email thank you page layout -----------------*/

#thanksContainer {
	height:350px;
	background-image: url(../images/Gauges_300px.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tickContainer {
	height:100%;
	background-image:url(../images/tick_150px.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.crossContainer {
	height:100%;
	background-image:url(../images/cross_150px.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.questionContainer {
	height:100%;
	background-image:url(../images/QuestionMark_150px.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.redtxt{
color:#FF0000;
}


/*--------------- form styling ----------------------*/
#form_area {
	border: 1px solid #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 7px;
}
#form_area input, #form_area textarea {
	padding: 2px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #333333;
	background: #f0f3f5;
}

#form_area textarea {
	height: 70px;
}

#form_area textarea:focus, #form_area input:focus {
	border: 1px solid #cccccc;
} 

#form_area label {
font-size: 11px;
}

#form_area input.submit {
	color:#ffffff;
	border: 1px solid #333333;
	background-color: #000000;
	background-image: url(menuImages/button1.gif);
	background-repeat: repeat-x;
	background-position: 0px -8px;
	margin-top: 5px;
	font-size: 12px;
}
#form_area input.submit:focus {
	color:#CCCCCC;
	border: 1px solid #999999;
	background-color: #000000;
	background-image: url(menuImages/button1.gif);
	background-repeat: repeat-x;
	background-position: 0px -12px;
	margin-top: 5px;
	font-size: 12px;
}

/*----end of form style---------*/

/*------------ legals page layout ------------*/
#LegalsLeft {
	float: left;
	width: 325px;
	margin-top: 10px;
}

#LegalsRight {
	float:right;
	width:325px;
	margin-top: 10px;
}
.Bold {
	font-weight: bold;
}
#ShopPriceStar {
	float: left;
	height: 175px;
	width: 175px;
	background-image: url(images/Stars_red_175px.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#IncInKit {
	float: right;
	width: 200px;
}
#ShopPriceStar p.price {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/*--------------Shop styling -------------------*/

#shopContainer{
text-align:left;
margin-bottom:20px;

}
.itemContainer{
margin-top:10px;
}

.ItemImageContainer{
width: 125px;
float:left;
}

.floatSpacer {
	width:10px;
	float:left;
	height: 50px;
}
.floatSpacer15 {
	width:15px;
	float:left;
	height: 50px;
}

.itemContentContainer{
	width: 350px;
	float:left;
	font-size:11px;
}

.itemContentContainer h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}


.itemStockContainer{
	width: 93px;
	float:right;
	text-align: right;
}



.itemPriceContainer{
	width: 90px;
	float:left;
	text-align: right;	
}
.price{
font-size:18px;
font-weight:bold;
color:#CC0000;
}

.price span {
font-size:10px;
font-weight:normal;
}

.stock{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qty{
	color:#000000;
	font-size:12px;
	margin-bottom:8px;
	height:35px;
}

.qty input{
padding: 2px;
	width: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #333333;
	background: #f0f3f5;
}
.qty select{
	padding: 2px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0px 0px 3px;
	border: 1px solid #333333;
	background: #f0f3f5;
}

.qty label {
font-size: 11px;
font-weight:bold;
padding-bottom:5px;
margin-bottom:5px;
}

.buy{
	margin-top:5px;
	margin-right:0;
	margin-left: 5px;
}
.buyBtn{
	
	height:39px;
	width:85px;
	text-align:center;
	background-image:url(../images/shop/BuyBlackButton.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#000000;
}

.buyBtn a:link, .buyBtn a:visited {
	color:#FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	border-bottom: none;	
	
	
}
.buyBtn a:hover {
	color:green;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	border-bottom: none;
	
	
}


.itemContentContainer p {
	font-weight: normal;
	font-size:12px;
}
.itemContentContainer p.itemContent {
font-size:10px;
}
.itemContent span {
	font-weight: bold;
}


/*---trolley---*/
#trolleyHeader {
	text-align:center;
	background-image: url(../images/TyreTreadTrolleyBG.jpg);
	height: 205px;
	width: 254px;
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top:5px;
}
#trolleyContent {
	margin-left: 10px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 15px;
}

/* Trolley Table Styling -*/

#trolleytable table {
	width:100%;
	margin:0;
	border-collapse:inherit;
	border: 0px none #ffffff;
 }
#trolleytable td {
	color:#000000;
	text-align:right;
	font-size: 11px;
	border: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
 }
 
 
#trolleytable tbody th {
	font-size: 11px;
	text-align: right;
	padding-left: 0;
	font-style: normal;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
  }
#trolleytable tr.itemRowrolleyItems td{
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
  }
  
#trolleytable thead th {
	text-align:center;
	color:#ffffff;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	background-color: #000000;
	background-image: url(menuImages/button1.gif);
 }


#trolleytable tfoot th {
	text-align:right;
	color: #CC0000;
	background-image: none;
	height:36px;
	background-color: #FFFFFF;
	padding-bottom: 25px;
 }

#trolleytable tfoot th strong {
 font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
 margin:.5em .5em .5em 0;
 color:#66a3d3;
 }
 #trolleytable tfoot th em {
 color:#f03b58;
 font-weight: bold;
 font-size: 13px;
 font-style: normal;
 }
 
 .alignLeft td{
 text-align:left;
 }
 /*trolley table end*/
 
 #trolleytable a:link{
 border-bottom:none;
 }
 

.updateBtn
{
    float: left;
    background-image: url(../images/shop/BuyBlackButton.jpg);
    height: 40px;
    width: 85px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #000000;
}
.checkoutBtn{
	float:right;
	background-image:url(../images/shop/CheckOutButton.jpg);
	height:40px;
	width:120px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
.updateBtn a:link, .updateBtn a:visited, .checkoutBtn a:link, .checkoutBtn a:visited {
font-size:13px;
	color:#FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	border-bottom: none;	
	
	
}
.updateBtn a:hover, .checkoutBtn a:hover {
	font-size:13px;
	color:green;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	border-bottom: none;
}

#disclaimerPod{
	background-image:url(../images/shop/DisclaimerBG.jpg);
	width:230px;
	height:193px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}

.disclaimerPodPadding{
	margin: 0px;
	padding-top: 23px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 15px;
}





#warrantyPod{
	background-image:url(../images/shop/warrantyBG.jpg);
	width:235px;
	height:193px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
.warrantyPodPadding{
	margin: 0px;
	padding-top: 23px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#deliveryPod{
	background-image:url(../images/shop/DiliveryBG.jpg);
	width:230px;
	height:193px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
.deliveryPodPadding{
	margin: 0px;
	padding-top: 23px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 15px;
}


.disclaimerPodPadding p, .warrantyPodPadding p, .deliveryPodPadding p {
	padding-top:3px;
	text-align:left;
}
.warrantyPodPadding p{
padding-right:25px;
}



.disclaimerPodPadding h3, .warrantyPodPadding h3, .deliveryPodPadding h3 {
	font-size:17px;
	margin-top:10px;
	margin-bottom:15px;
}
.contentTxtHeight{
height:80px;
}

/*-----------end of shop styling----------------*/

