/*Generated Stylesheet*/
*
{
padding: 0;
margin: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }


img
{
border:none;
}



body
{
  font-family: Arial, Helvetica, sans-serif;
  }

#background_gallery, #background_slider, .background_slider_image
{
z-index:-1;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background-attachment:fixed;
  background-position:center top;
    background-repeat:no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  moz-background-size: cover;
  o-background-size: cover;
  khtml-background-size: cover;
  ms-background-size: cover;
  }

.body_background_image
{
color:#000000;
background-color:#F8F8FF;



}

.background_image
{

}

h1
{
font-size:20px;
margin-bottom:12px;
display: inline-block;
}

h2
{
font-size:18px;
margin-bottom:12px;
display: inline-block;
}

#search_results_container h2
{
font-size:18px;
margin-top:12px;
margin-bottom:0;
display: inline-block;
}


h3
{
font-size:18px;
margin-bottom:12px;
display: inline-block;
}

h4
{
font-size:18px;
margin-top:8px;
margin-bottom:4px;
display: inline-block;
}

.white
{
color:white;
}

.fr
{
float:right;
}

.fl
{
float:left;
}

.cr
{
clear:right;
}

.cb
{
clear:both;
}

.cl
{
clear:left;
}

.b
{
font-weight: bold;
}

.c
{
text-align:center;
}

.l
{
text-align:left;
}

.r
{
text-align:right;
}

.j
{
text-align:justify;
}

.rhswidth, .lhswidth
{
width:223px;
margin-bottom: 12px;
}

.ml208
{
margin-left:10px;
}

.mainwidth
{
width:700px;
margin-bottom: 12px;
}

.homewidth
{
width:933px;
margin-bottom: 12px;
float:left;
}

.innermainwidth
{
width:685px;
margin-bottom: 12px;
}

.fullwidth
{
width:100% !important;
margin-bottom: 12px;
}

.small_text
{
font-size:10px;
}

.medium_text
{
font-size:12px;
}

.large_text
{
font-size:14px;
}

.large_text
{
font-size:16px;
}

.extra_large_text
{
font-size:18px;
}


.relative_margin_top
{
margin-top: 0.5em;
}

.relative_margin_top_xl
{
margin-top: 1.5em;
}

.relative_margin_bottom
{
margin-bottom: 0.5em;
}

.relative_padding_bottom
{
padding-bottom: 0.5em;
}

.relative_padding_top
{
padding-top: 0.5em;
}

.relative_padding_bottom_xl
{
padding-bottom: 1.5em;
}

.small_relative_margin_top
{
margin-top: 0.25em;
}

.small_relative_margin_bottom
{
margin-bottom: 0.25em;
}


.page_container
{
width: 1166px;
margin: 0 auto;
position: relative;
}



.header_phone_no
{
position:absolute;
bottom:0;
line-height:1.2em;
right:5px;
font-weight:bold;
font-size:1.2em;
}

.header_phone_no img
{
margin-bottom: 0px;
}

.divc
{
margin: 0 auto;
}

.header
{
text-align: center;
width:100%;
color:#FFFFFF;
background-color:#243E08;
background-image: url('https://www.mirchibude.co.uk/images/mediacache/img-7_maxw-1920.jpg');
background-repeat:repeat;

background-position: 50% 0;

}
.social
{
position:absolute;
right:0;
top:12px;
z-index:2000;
}

.social img
{
margin-left:2px;
margin-right:2px;
}

.cards
{
height:19px;
padding-top: 8px;
}

.phone_no
{
color: #000000;
height:24px;
margin-top:5px;
font-size:16px;
}

.navigation
{
margin-top:12px;
margin-bottom:16px;
width:100%;
white-space:nowrap;
}


    .round_corners
    {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -khtml-border-radius: 8px;
    border-radius:8px;
    }

    .round_corners_top
    {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    }

    .small_round_corners
    {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    }
    
.round_corners_nottopleft
{
-webkit-border-top-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
border-top-left-radius: 0px !important;
}



.dark_tbox
{
background: rgba(255, 255, 255, 0.2);
border: 2px solid rgba(255, 255, 255, 0.3);
color: black;
}

.light_box
{
color:#000000;
background-color:#DAA520;
background-image: -webkit-gradient(linear, left top, left bottom, from(#EAB530), to(#CA9510)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #EAB530, #CA9510); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #EAB530, #CA9510); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #EAB530, #CA9510); /* IE10 */
  background-image:      -o-linear-gradient(top, #EAB530, #CA9510); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #EAB530, #CA9510);


-moz-background-size: 100% 100%; /* FF3.6 */
-webkit-background-size: 100% 100%; /* Saf3-4 */
background-size: 100% 100%; /* Opera, IE9, Saf5, Chrome, FF4 */
}

.light_box a, #search_results_container .light_box a
{
color:#000000;
text-decoration:none;
}

.white_box
{
color: black;
  /*background-color: #F7FAF9;*/
  background-color: #FFFFFF;
  }

hr
{
height:1px;
border:none;
}

.white_box a
{
color: black;
}

.dark_box
{
color:#FFFFFF;
background-color:#243E08;
background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #344E18, #142E00); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #344E18, #142E00); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #344E18, #142E00); /* IE10 */
  background-image:      -o-linear-gradient(top, #344E18, #142E00); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #344E18, #142E00);

-moz-background-size: 100% 100%; /* FF3.6 */
-webkit-background-size: 100% 100%; /* Saf3-4 */
background-size: 100% 100%; /* Opera, IE9, Saf5, Chrome, FF4 */
}

.dark_box a
{
color:#FFFFFF;
}

.sel_box
{
color: #FFFFFF !important;
/*Change the below color to the end color of grafient png for older browseres to work properly*/
background-color: #EE2020;
background-image: url('https://www.mirchibude.co.uk/images/gradient.php?start=EE2020&end=DD1010');
background-position: bottom;
background-repeat: repeat-x;
background-image: -webkit-gradient(linear, left top, left bottom, from(#EE2020), to(#DD1010)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #EE2020, #DD1010); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #EE2020, #DD1010); /* FF3.6 */
background-image:     -ms-linear-gradient(top, #EE2020, #DD1010); /* IE10 */
background-image:      -o-linear-gradient(top, #EE2020, #DD1010); /* Opera 11.10+ */
background-image:         linear-gradient(top, #EE2020, #DD1010);

-moz-background-size: 100% 100%; /* FF3.6 */
-webkit-background-size: 100% 100%; /* Saf3-4 */
background-size: 100% 100%; /* Opera, IE9, Saf5, Chrome, FF4 */
}

.sel_box a
{
color: #FFFFFF !important;
}

.light_box.top_tabs,
.dark_box.top_tabs,
.white_box.top_tabs
{
margin-top: 26px;
}




.box_content
{
padding:6px;
}




.xdark_box a
{
color:white;
}


.dark_box>*>.engraved
{
text-shadow: 0px 1px 0px #000000;
}

.dark_box>.engraved
{
text-shadow: 0px 1px 0px #000000;
}


.dark_box>*>.embossed
{
text-shadow: 0px -1px 0px #000000;
}








.light_box .engraved
{
text-shadow: 0px 1px 0px #ffffff;
}


.light_box>*>.embossed
{
text-shadow: 0px -1px 0px #ffffff;
}


.carouselitem
{
width: 188px;
height: 62px;
padding: 4px;
cursor: pointer;
}

.noimg_carouselitem
{
width: 188px;
height: 42px;
padding: 4px;
cursor: pointer;
}


.carouselimage
{
width:80px;
height:52px;
float:left;
border:1px solid black;
}

.carouseltitle
{
margin-left:84px;
height: 3.6em;
padding-right:4px;
overflow: hidden;
width: 96px;
}

.noimg_carouseltitle
{
height: 2.4em;
padding-right:4px;
overflow: hidden;
width: 180px;
}

.carouselprice
{
text-align:right;
padding-right:4px;
}

.carouseltext
{
margin-left:84px;
height: 16px;
padding-right:4px;
font-weight:  normal;
}

.carouselbox
{
width: 186px;
margin-bottom: 4px;
}

.carouselcontrols
{
width:100%;
padding-top:4px;
margin:0 auto;
text-align:center;
width:100%;
}

.carouselbutton
{
margin-right: 1px;
border: 0;
cursor: pointer;
width: 50px;
}


#recenttab
{
width: 188px;
overflow: hidden;
margin: 0 auto;
position: relative;
}

.superclearbutton
{
display:block;
text-align: center;
}

#closesuperclear
{
display: block;
float: right;
padding: 2px 6px;
}

.search_button_container
{
float: left;
width: 97px;
overflow:hidden;
}

.search_button_container_wide
{
float: left;
width: 160px;
margin-right: 4px;
text-align:center;
}

.search_button
{
margin: 0;
padding: 0 !important;
xmargin-bottom:5px;
margin-left:9px;
width:90px;
height:1.5em;
margin-bottom:0.5em;
display:block;
}

.large_search_button
{
margin: 0;
padding: 0;
margin-left:9px;
width:90px;
height:3.5em;
margin-bottom:0.5em;
xwhite-space: pre !important;
display:block;
}

.medium_search_button
{
margin: 0;
padding: 0!important;
margin-left:9px;
width:90px;
height:2.5em;
margin-bottom:0.5em;
xwhite-space: pre !important;
display:block;
}

.xlarge_search_button
{
margin: 0;
padding: 0;
margin-left:9px;
width:90px;
height:5.5em;
margin-bottom:0.5em;
xwhite-space: pre !important;
display:block;
}

#lookuptable
{
margin-top:6px;
float:left;
}

.search_input_box
{
width:260px;
margin-left:20px;
}

.button_spacer
{
margin-top: 23px!important;
}


.black_top
{
xbackground-image: url('img/black_top.png');
background-repeat: repeat-x;
background-position: top;
}

.light_top
{
background-image: url('img/light_top.png');
background-repeat: repeat-x;
background-position: top;
}

.search_back
{
xbackground-color:#D6DAD9;
background-color:#344E18;

opacity:0.7;
}

.abs
{
position:absolute;
}

.loading_box
{
margin:12px auto;
width:350px;
padding:15px;
text-align:center;
}

#searchcontents
{
min-height:200px;
}

.vehlistbox
{
width:100%;
height:150px;
overflow:hidden;
margin-bottom:7px;
padding: 8px;
}

.full_width_no_image
{
width:100%;
padding: 4px 12px 4px 24px

}

.category
{
margin-top:1em;
}

#search_results_container>div:first-of-type
{
border-radius: 8px 8px 0 0;
}

#search_results_container>div:last-of-type
{
border-radius: 0 0 8px 8px;
}

.price .number
{
font-size: 16px;
background-color: #fff;
background-image: url('img/numberbg.gif');
background-repeat: repeat-x;
background-position: center left;
color: #000;
float: left;
margin-left: 1px;
padding: 1px 2px;
}

.price
{
padding:4px;
}

.details_box_spec
{
width:180px;
margin-bottom:0.25em;
height:1.1em;
}

.details_box_spec div
{
float:left;
width: 90px;
}


.car_box_spec
{
float:left;
width:190px;
margin-bottom:0.25em;
font-weight:bold;
height:1.25em;
overflow: hidden;
}

.car_box_spec span
{
display: inline-block;
width: 100px;
font-weight:normal !important;
}

.car_specs_box
{
height:90px;
padding: 8px;
}

.small_car_specs_box
{
width:100%;
height:5em;
overflow: hidden;
text-overflow: ellipsis;
}

.car_box
{
margin-left:208px;
width:520px;
}

.plus_vat
{
float:right;
font-weight:bold;
text-align: center;
margin-left:3px;
}

.vehlistbox_image
{
float: left;
width:200px;
height:133px;
background-position: top left;
background-repeat: no-repeat;
border:1px solid black;
}

.moreinfo
{
margin-top:108px;
}

.small_moreinfo
{
margin-top:30px;
}

.small_vehtitle
{
height:1.2em;
overflow:hidden;
}

.vsmall_vehtitle
{
height:3.9em;
overflow:hidden;
width: 100px;
}


.margin8
{
margin-left:  8px;
margin-right:  8px;
}

.margin4
{
margin-left:  4px;
margin-right:  4px;
}

.margin8t
{
margin-top:  8px;
}

.margin16t
{
margin-top:  16px;
}

.margin2t
{
margin-top:  2px;
}


.margin8l
{
margin-left:  8px;
}

.margin8b
{
margin-bottom:  8px;
}

.margin8r
{
margin-right:  8px;
}

.sort_button
{
vertical-align: bottom;
margin-left:4px;
}

.vehsmallbox
{
width:360px;
height:108px;
overflow:hidden;
margin-bottom:7px;
padding: 4px;
float:left;
margin-right:4px;
margin-left:4px;
border: gray;
}

.vehvsmallbox
{
width:238px;
height:94px;
overflow:hidden;
margin-bottom:7px;
padding: 4px;
float:left;
margin-right:4px;
margin-left:4px;
border: gray;
}

.vehvsmallbox_image
{
float: left;
width:124px;
height:82px;
background-position: top left;
background-repeat: no-repeat;
background-color:#344E18;
border:1px solid black;
}


.vehsmallbox_image
{
float: left;
width:150px;
height:99px;
background-position: top left;
background-repeat: no-repeat;
margin-right:4px;
}


.vvehsmallbox_image
{
float: left;
width:75px;
height:50px;
background-position: top left;
background-repeat: no-repeat;
margin-right:4px;
cursor:pointer;
}


.small_car_box
{
margin-left:154px;
width:198px;
height:80px;
overflow:hidden;
}

.vsmall_car_box
{
margin-left:128px;
width:102px;
}

.small_price .number
{

font-size: 12px;
background-color: #fff;
background-image: url('img/numberbg.gif');
background-repeat: repeat-x;
background-position: center left;
color: #000;
float: left;
margin-left: 1px;
padding: 1px 2px;
}

.small_price
{
xpadding:2px;
}




.vehthumbnail_small
{
background-color: white;
padding:2px;
margin:2px;
width:104px;
height:70px;

}

.vehthumbnail_small div
{
width:100px;
height:66px;
overflow:hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
}


.hide
{
display:none;
}

.column
{
float: left;
width:180px;
margin-left:10px;
}

.feature_column
{
float:left;
width:230px;
margin-left:10px;
}

.feature_box
{
margin-left: 20px;
width: 180px;
}

.included
{
float:left;
margin-right:10px;
width:90px;
height:100px;
text-align:center;
}

.included2 {
display: inline-block;
height: 100px;
margin-right: 10px;
text-align: center;
vertical-align: top;
width: 90px;
}

.icon
{
height:64px;
}


.details_top_box
{
xmargin-left:216px;
xmargin-top:32px;
}

.br
{
border: 1px solid red;
}

.bg
{
border: 1px solid green;
}

.bb
{
border: 1px solid blue;
}

.ml30
{
margin-left:30px;
}

.vabot
{
vertical-align: bottom;
}

.vatop
{
vertical-align: top;
}

#enlargebutton
{
float:right;
margin-top: 2px;
margin-bottom: 2px;
cursor:	pointer;
}

#popuppager a
{
float:left;
width: 27px;
height: 18px;
color:black;
text-align:center;
font-weight:bold;
font-size: 10px;
display: inline-block;
background-image: url('img/buttons/number_back1.png');
padding-top: 2px;
text-decoration: none;
}

.activeSlide
{
float:left;
width: 27px;
height: 18px;
color:white!important;
text-align:center;
font-weight:bold;
font-size: 10px;
display: inline-block;
background-image: url('img/buttons/number_back2.png')!important;
text-decoration: none;
}

#popupsscontainer
{
border:2px solid #1980BB;

position: absolute;
top:100px;
left:50%;
margin-left:-330px;
z-index:50;


}

.popupssclose
{
position: relative;
width: 30px;
height: 30px;
float: right;
margin-right: -2px;
margin-top: -5px;
background-color: #fff;
z-index: 1000;
padding: 6px 8px 0pt 0pt;
font-weight: bold;
cursor: pointer;
text-align: right;
color: rgb(25, 128, 187);
}

#popupss
{
position: relative;
width: 650px;
height: 438px;
}


.slide
{
position: absolute;
top: 0;
left: 0;
width: 650px;
height: 438px;
}

.slide img
{
width: 640px;
height: 428px;
border: 5px solid #fff;
}

.slidethumb
{
width: 320px;
height: 214px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
-o-background-size: 100%;
-webkit-background-size: 100%;
-khtml-background-size: 100%;
}

.slideshowbox
{
height:155px;
cursor: pointer;
}

.slideshowbox .mainimg
{
border: 5px solid #fff;
}

.slideshowbox .description
{
height: 40px;
}

.slideshowbox .thumbnails img
{
border: 3px solid #fff;
width: 97px;
height: 66px;
}

.slideshowbox .thumbnails img.mr
{
margin-right: 5px;
}

.smallthumbslist
{
width:328px;
}

.sidecolumncontainer
{
margin-right:10px;
}


.inputselect
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: url('img/inputta.png') left top scroll #fff;

border-width: 1px;
border-style: solid;
border-color: #838383 #f9f9f9 #f9f9f9 #838383;

background: url('img/inputta.png') left top scroll #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;

padding: 1px 1px 1px 2px;
margin: 0px 3px 5px 0;
}

.inputta
{
width: 150px;
border-width: 1px;
border-style: solid;
border-color: #838383 #f9f9f9 #f9f9f9 #838383;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: url('img/inputta.png') left top scroll #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
padding: 2px;
}

.contactform .inputta
{
width: 185px;
}



.contactform .error
{
color: #900000;
font-weight: bold;
margin-bottom: 3px;
}

.mr8
{
margin-right: 8px;
}

.pr8
{
padding-right: 8px;
}

.pl8
{
padding-left: 8px;
}

.pr8
{
padding-right: 8px;
}

.buttonbg_blue
{
-moz-border-image: url('img/buttons/number_back2.png') 3 3 3 3;
-ie-border-image: url('img/buttons/number_back2.png') 3 3 3 3;
-webkit-border-image: url('img/buttons/number_back2.png') 3 3 3 3;
-opera-border-image: url('img/buttons/number_back2.png') 3 3 3 3;
border-image: url('img/buttons/number_back2.png') 3 3 3 3;
padding: 0 5px;
}

.buttonbg_grey
{
-moz-border-image: url('img/buttons/number_back1.png') 3 3 3 3;
-ie-border-image: url('img/buttons/number_back1.png') 3 3 3 3;
-webkit-border-image: url('img/buttons/number_back1.png') 3 3 3 3;
-opera-border-image: url('img/buttons/number_back1.png') 3 3 3 3;
border-image: url('img/buttons/number_back1.png') 3 3 3 3;
padding: 0 5px;
}

.phone_no
{
font-weight:bold;
}

.pointer
{
cursor: pointer;
}


.light_box.top_tabs .csmtab_tabbar,
.dark_box.top_tabs .csmtab_tabbar,
.white_box.top_tabs .csmtab_tabbar
{
margin-top: -37px;
margin-left: -12px;
}

.light_box .csmtab_tabbar, .dark_box .csmtab_tabbar
{
margin-top: -6px;
}

.csmtab_tabbar .csmtab_tab,
.none .csmtab_tabbar .csmtab_tabright,
.none .csmtab_tabbar .csmtab_tabspacer
{
display: inline-block;
padding: 3px 5px 2px;
margin-right: 1px;

height: 24px;

-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;

cursor: pointer;
}

.dark_box .csmtab_tabbar .csmtab_tab { background-color: #555; }
.dark_box .csmtab_tabbar .csmtab_tab.selected { background-color: #0F91CA; color: #000; }

.light_box .csmtab_tabbar .csmtab_tab { background-color: #f00; }
.light_box .csmtab_tabbar .csmtab_tab.selected { background-color: #0F91CA; color: #000; }

.none .csmtab_tabbar .csmtab_tab
{
background-color: #abadad;
background-image: url('img/tab_bg.png');
background-position: bottom center;
background-repeat: repeat-x;
margin-right: 1px;

}

.none .csmtab_tabbar .csmtab_tab.selected
{
background-color: #e4e7e6;
background-image: none;
margin-right: 0px;
}

.none .csmtab_tabbar .csmtab_selectedparent
{
display: inline-block;
border-right: 2px solid rgba(0, 0, 0, 0.5);
border-top: 1px solid rgba(0, 0, 0, 0.5);
border-left: 0px;

border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;

border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;

margin-right: 1px;
}

.csmtab_tabcontentbox { margin-top: 15px; }

.footer_bar
{
width:688px;
margin: 0 auto;
color: black;
text-align:center;
font-size:11px;
background-repeat: repeat;
height:20px;
}
.footer_bar a
{
display:inline-block;
padding:2px;
margin-right:6px;
color: black;
}

.footer_bar a:hover
{
color:white;
background-color: #054a87;
}

.nodecor
{
text-decoration: none;
}

.disclaimer
{
padding:10px;
text-align: justify;
}

.disclaimer p
{
margin-bottom: 1em;
}

.hr { border: 0; border-bottom: 1px solid #ccc; margin: 10px 0; }
.hr.darkgrey { border-color: #777; }
.hr.lightgrey { border-color: #eee; }
.hr.dotted { border-style: dotted; }
.hr.dashed { border-style: dashed; }


table.twocol th, table.twocol td { width: 50%; }
table.threecol th, table.threecol td { width: 33%; }
table.fourcol th, table.fourcol td { width: 25%; }

.details
{
width: 375px;
border-collapse: collapse;
}

.details td, .details th
{
padding: 1px 15px;
}

.details tr.hover
{
background-color: #1090C9;
color:white;
}

.printthis
{
padding: 2px 7px 5px;
}

.sold_overlay
{
margin-left: -175px; margin-top: 8px;
}

.depo_overlay
{
margin-left: -175px; margin-top: 8px;
}

.sold_overlay_small
{
margin-left: -90px; margin-top: 4px;
}

.depo_overlay_small
{
margin-left: -90px; margin-top: 4px;
}



/*
* Directions Page & Directions Box
*/

body.directions
{
xbackground-image: url('img/background.png');
background-position: top;
background-repeat: repeat-x;
background-color: #B7C6D6;

height: auto;
margin: 0;
padding: 0;
}

.directions #map_canvas
{
height: auto;
position: absolute;
bottom:0;
left:0;
right:50%;
top:25px;
}

.directions #map_canvas .custom_control
{
background: none repeat scroll 0% 0% rgb(254, 254, 254);

background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(243, 243, 243)));
background-image: -webkit-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:    -moz-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:      -o-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:     -ms-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:         linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));


padding: 5px;
-moz-border-radius: 0pt 2px 2px 0pt;
-webkit-border-radius: 0pt 2px 2px 0pt;
-o-border-radius: 0pt 2px 2px 0pt;
-ms-border-radius: 0pt 2px 2px 0pt;
border-radius: 0pt 2px 2px 0pt;

-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);

border: 1px solid rgb(169, 187, 223);
font-weight: normal;
min-width: 47px;
}

#getdirections
{
background: none repeat scroll 0% 0% rgb(254, 254, 254);

background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(243, 243, 243)));
background-image: -webkit-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:    -moz-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:      -o-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:     -ms-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));
background-image:         linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243));

border: 0;
border-top: 1px solid #777;
margin-left: 3px;
width: 205px;

color: black;

font-weight: normal;

margin-top: 5px;

padding: 5px;
}

.directions #map_canvas .custom_control .title, #getdirections .title
{
color: white;
-moz-user-select: none;
font-size: 12px;

background: none repeat scroll 0% 0% rgb(116, 145, 211);

background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(109, 138, 204)), to(rgb(123, 152, 217)));
background-image: -webkit-linear-gradient(center top , rgb(109, 138, 204), rgb(123, 152, 217));
background-image:    -moz-linear-gradient(center top , rgb(109, 138, 204), rgb(123, 152, 217));
background-image:      -o-linear-gradient(center top , rgb(109, 138, 204), rgb(123, 152, 217));
background-image:     -ms-linear-gradient(center top , rgb(109, 138, 204), rgb(123, 152, 217));
background-image:         linear-gradient(center top , rgb(109, 138, 204), rgb(123, 152, 217));

line-height: 160%;
padding: 0pt 6px;

-moz-border-radius: 2px 0pt 0pt 2px;
-webkit-border-radius: 2px 0pt 0pt 2px;
-o-border-radius: 2px 0pt 0pt 2px;
-ms-border-radius: 2px 0pt 0pt 2px;
border-radius: 2px 0pt 0pt 2px;

border: 1px solid rgb(103, 138, 199);
font-weight: bold;
}

.directions #map_canvas .custom_control input[type=text], #getdirections input[type=text]
{
border: 1px solid rgb(169, 187, 223);
padding: 3px 2px 2px;
-moz-user-select: none;
font-size: 12px;
color: black;

background: white;

-moz-border-radius: 2px 0pt 0pt 2px;
-webkit-border-radius: 2px 0pt 0pt 2px;
-o-border-radius: 2px 0pt 0pt 2px;
-ms-border-radius: 2px 0pt 0pt 2px;
border-radius: 2px 0pt 0pt 2px;
}

#getdirections input[type=text]
{
width: 130px;
}


.directions #header
{
position: absolute;
top: 0;
left: 0;
right: 0;
height: 25px;
font-weight: bold;
text-align: center;
}


.directions #directions {
height: auto;
position: absolute;
bottom:0;
left:50%;
right:0;
top:25px;
overflow: auto;
}

@media print {
.directions #map_canvas {
height: 50%;
width: 100%;
left: 0;
right: 0;
}

.directions #directions {
top: 50%;
width: 100%;
left: 0;
right: 0;
bottom: auto;
overflow: visible;
margin-top: 20px;
}

.directions #map_canvas .custom_control
{
display: none;
}

.directions .print_button
{
display: none;
}
}

.margintop24
{
margin-top:24px;
}

.abc
{
width:212px;
height:40px;
overflow:hidden;
}

.abclink
{
padding:0 !important;
margin:0 !important;
}

.cartback, .cartback2
{
padding: 2px;
float:right;
color:white;
margin-right:8px;
margin-top:1px;
cursor: pointer;
width: 132px;
overflow:hidden;
}

.cartback3
{
padding: 2px;
xbackground-color:#183052;
float:right;
color:white;
margin-right:8px;
margin-top:1px;
cursor: pointer;
height:5em;
width: 132px;
overflow:hidden;
}

.cartback3 .p1, .cartback3 .p2, .cartback3 .p3
{
margin-top:0.4em;
}

.cartback a
{
color:white;
}

.index_column
{
float:left;
width:33%;
}


.slidecontainer .triptychimage
{
display: inline-block;
background: center center no-repeat scroll transparent;
width: 240px;
height: 160px;
text-decoration: none;
padding: 5px;
border:1px solid black;
}

.slidecontainer .triptychimage:first-child
{
margin-left: 2px;
margin-right: 3px;
}
.slidecontainer .triptychimage:last-child
{
margin-left: 4px;
margin-right: 0px;
}

.slidecontainer .triptychimage .title
{
display: block;
background-color: rgba(52, 78, 24,0.4);
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
padding: 5px;
text-decoration: none;
width: 100%;
float: left;
}

.cartbox
{
margin-left: 32px;
}

table.ordersummary
{
border-collapse: collapse;
}

table.ordersummary td, table.ordersummary th
{
padding: 0 5px;
}

table.ordersummary thead tr:last-child td, table.ordersummary tbody tr:last-child td, table.ordersummary thead tr:last-child th, table.ordersummary tbody tr:last-child th
{
border-bottom: 1px solid #ccd;
padding-bottom: 6px;
}

table.ordersummary tbody tr:fist-child td, table.ordersummary tfoot tr:fist-child td, table.ordersummary tbody tr:fist-child th, table.ordersummary tfoot tr:fist-child th
{
padding-top: 6px;
}

.ordersummary a
{
color: #000;
text-decoration: none;
}

.ordersummary a:hover
{
text-decoration: underline;
}

.orderprogress
{
display: inline-block;
width: 100px;
height: 70px;

-moz-background-size: 100% 100%;
background-repeat: repeat-x;
color: white;

margin: 5px;
}


.orderprogress.complete
{
background-color: #09C500;

background-image: -webkit-gradient(linear, left top, left bottom, from(#09C500), to(#007A00))); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #09C500, #007A00); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #09C500, #007A00); /* FF3.6 */
background-image:     -ms-linear-gradient(top, #09C500, #007A00); /* IE10 */
background-image:      -o-linear-gradient(top, #09C500, #007A00); /* Opera 11.10+ */
background-image:         linear-gradient(top, #09C500, #007A00);
}

.orderprogress.notcomplete
{
background-color: #C5C5C5;

background-image: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), to(#7A7A7A))); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #C5C5C5, #7A7A7A); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #C5C5C5, #7A7A7A); /* FF3.6 */
background-image:     -ms-linear-gradient(top, #C5C5C5, #7A7A7A); /* IE10 */
background-image:      -o-linear-gradient(top, #C5C5C5, #7A7A7A); /* Opera 11.10+ */
background-image:         linear-gradient(top, #C5C5C5, #7A7A7A);
}

.orderprogress .no
{
font-size: 45px;
font-weight: bold;
text-shadow: 1px 1px 2px #000000;
}

.orderprogress .detail
{
font-size: 12px;
text-shadow: 1px 1px 2px #000000;
}

.heat
{
float:right;
margin-top:4px;
margin-right:4px;
}

.heat_cont
{
xwidth:100%;
xheight:32px;
float:right;
}


#overlay
{
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: rgba(0, 0, 0, 0.5);
z-index: 50000;
}

.multiaddresses
{
margin: 100px auto;
width: 500px;
padding: 5px;
}

.multiaddresses select
{
width: 100%;
}

.customerdetailsbox
{
margin: 20px auto;
width: 500px;
padding: 5px;
}

.customerdetailsbox table
{
border-collapse: collapse;
margin: 10px auto;
width: 450px;
}

.customerdetailsbox td, .customerdetailsbox th
{
padding: 2px;
}

#postcodelookup div.blue
{
background-color: rgba(197, 9, 0, 0.3);
color: #000;
padding: 5px 5px;

border-color: rgba(98, 9, 0, 0.3);
border-width: 0 1px 1px 0;
border-style: solid;
}

#customerdetails tr:first-child td,
#customerdetails tr:first-child th,
#deliveryaddress tr:first-child td,
#deliveryaddress tr:first-child th
{
padding-top: 15px;
}

#customerdetails tr:last-child td,
#customerdetails tr:last-child th,
#deliveryaddress tr:last-child td,
#deliveryaddress tr:last-child th
{
padding-bottom: 15px;
}

#rad_collect, #rad_deliver, #rad_cod, #rad_pay
{
margin:4px;
}

input[type=text], textarea
{
border: 1px solid #777;

padding: 2px;

-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius: 3px;
border-radius:3px;

-moz-box-shadow: 1px 1px 1px #aaa inset; /* FF3.5+ */
-webkit-box-shadow: 1px 1px 1px #aaa inset; /* Saf3.0+, Chrome */
box-shadow: 1px 1px 1px #aaa inset; /* Opera 10.5, IE9, Chrome 10+ */
}

input.failedvalidation, textarea.failedvalidation, select.failedvalidation
{
background-color: #fdd;
}

label.failedvalidation
{
color: #700;
font-weight: bold;
}

.formvalidatormsg
{
font-size: 12px;
font-weight: bold;
margin: 2px 0 7px;
}

.plusminus
{
width:1.2em;
cursor:pointer;
text-align:center;
border: none;
padding:1px;
overflow:hidden;
color:#FFFFFF;
background-color:#243E08;
background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #344E18, #142E00); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #344E18, #142E00); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #344E18, #142E00); /* IE10 */
  background-image:      -o-linear-gradient(top, #344E18, #142E00); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #344E18, #142E00);
}

.menuinput
{
width:2em;
margin-left:2px;
margin-right:1px;
text-align:center;
}

.order_button
{
padding: 4px;
font-weight:bold;
cursor:pointer;
display:inline-block;
width:100%;
}

.xsearch_button_container, #lookuptable
{
width:100%
}


.compact_button
{
padding: 0!important;
}


a.order_button
{
font-size: 12px;
text-decoration: none;
padding: 3px 7px;
text-decoration: none;
}

.light_button
{
border:none;
padding: 4px;
font-weight:bold;
color: #9E0400;
cursor:pointer;
}

#slide
{
width:480px;
height:360px;
}

.slide_container
{
float:right;
margin-left:8px;
padding:8px;
xmargin:8px;
}

.about_text p
{
text-align:justify;
margin-bottom: 1.5em;
}

.nowrap
{
white-space:nowrap;
}

.order_progress
{
width: 600px;
margin: 10px auto;
padding-bottom: 10px;
}

.order_progress_bare
{
width: 600px;
xmargin: 10px auto;
xpadding-bottom: 10px;
}


#custtdiv .inputta, #ctactdiv .inputta, #mrktingdiv .inputta
{
width: 250px;
}

#mrktingopen
{
cursor: pointer;
}

#ctactopen
{
xtext-decoration: underline;
cursor: pointer;
float:right;
padding-left:4px;
padding-right:4px;
padding-top:0;
padding-bottom:0;
}

#custdiv, #ctactdiv, #mrktingdiv
{
padding: 8px;
z-index: 9999!important;
float:right;
}

#custdiv .padding, #ctactdiv .padding, #mrktingdiv .padding
{
padding: 0.25em;
}

#custcomp, #ctactcomp, #mrktingcomp
{
z-index: 9999!important;
display: inline-block;
}


#custcomp .padding, #ctactcomp .padding, #mrktingcomp .padding
{
padding: 0.25em;
}

#custdiv #custcomment
{
width:100%;
height:10em;
}

#ctactdiv #ctactcomment
{
width:100%;
height:10em;
}

#bookdiv .inputta
{
width: 150px;
}

#bookopen
{
xtext-decoration: underline;
cursor: pointer;
padding-left:4px;
padding-right:4px;
padding-top:0;
padding-bottom:0;
}

#bookdiv
{
xpadding: 8px;
z-index: 9999!important;
float:right;
}

#bookdiv .padding
{
padding: 0.25em;
}

#bookcomp
{
z-index: 9999!important;
display: inline-block;
}


#bookcomp .padding
{
padding: 0.25em;
}

#bookdiv #ctactcomment
{
width:100%;
height:10em;
}

.vtoptable td
{
vertical-align: top;
}

.googlemaps
{
width:215px;
height:275px;
border:none;
}


.cssbutton
{
border:none!important;
font-weight: bold!important;
cursor:pointer!important;
padding:3px 5px!important;
margin-right: 4px!important;
text-decoration: none!important;
display:inline-block!important;
text-align:center;
vertical-align: bottom;
}


body .navbutton
{
border:none!important;
font-weight: bold!important;
cursor:pointer!important;
padding:3px 5px!important;
margin-right: 4px!important;
text-decoration: none!important;
display:inline-block!important;
text-align:center;
vertical-align: bottom;
color:#FFFFFF;
background-color:#243E08;
background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #344E18, #142E00); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #344E18, #142E00); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #344E18, #142E00); /* IE10 */
  background-image:      -o-linear-gradient(top, #344E18, #142E00); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #344E18, #142E00);
}

.navbutton a
{
color:#FFFFFF;
text-decoration:none;
}

body .lnavbutton
{
border:none!important;
font-weight: bold!important;
cursor:pointer!important;
padding:3px 5px!important;
margin-right: 4px!important;
text-decoration: none!important;
display:inline-block!important;
text-align:center;
vertical-align: bottom;
color:#000000;
background-color:#DAA520;
background-image: -webkit-gradient(linear, left top, left bottom, from(#EAB530), to(#CA9510)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #EAB530, #CA9510); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #EAB530, #CA9510); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #EAB530, #CA9510); /* IE10 */
  background-image:      -o-linear-gradient(top, #EAB530, #CA9510); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #EAB530, #CA9510);
}

.lnavbutton a
{
color:#000000;
text-decoration:none;
}

.button1
{
color:  #FFFFFF!important;
/*Change the below color to the end color of grafient png for older browseres to work properly*/
background-color: #344E18!important;
background-image: url('https://www.mirchibude.co.uk/images/gradient.php?start=344E18&end=142E00');
background-position: bottom!important;
background-repeat: repeat-x!important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00))!important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #344E18, #142E00)!important; /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #344E18, #142E00)!important; /* FF3.6 */
background-image:     -ms-linear-gradient(top, #344E18, #142E00)!important; /* IE10 */
background-image:      -o-linear-gradient(top, #344E18, #142E00)!important; /* Opera 11.10+ */
background-image:         linear-gradient(top, #344E18, #142E00)!important;
text-shadow: 0px 1px 0px #000000;
}

.button2
{
color:  #000000!important;
/*Change the below color to the end color of grafient png for older browseres to work properly*/
background-color: #E4E7E6!important;
background-image: url('https://www.mirchibude.co.uk/images/gradient.php?start=E4E7E6&end=C9CDCC');
background-position: bottom!important;
background-repeat: repeat-x!important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E7E6), to(#C9CDCC))!important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #E4E7E6, #C9CDCC)!important; /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #E4E7E6, #C9CDCC)!important; /* FF3.6 */
background-image:     -ms-linear-gradient(top, #E4E7E6, #C9CDCC)!important; /* IE10 */
background-image:      -o-linear-gradient(top, #E4E7E6, #C9CDCC)!important; /* Opera 11.10+ */
background-image:         linear-gradient(top, #E4E7E6, #C9CDCC)!important;
text-shadow: 0px 1px 0px #ffffff;
}

.button3
{
color:  #FFFFFF!important;
/*Change the below color to the end color of grafient png for older browseres to work properly*/
background-color: #EE2020!important;
background-image: url('https://www.mirchibude.co.uk/images/gradient.php?start=EE2020&end=DD1010');
background-position: bottom!important;
background-repeat: repeat-x!important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#EE2020), to(#DD1010))!important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #EE2020, #DD1010)!important; /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #EE2020, #DD1010)!important; /* FF3.6 */
background-image:     -ms-linear-gradient(top, #EE2020, #DD1010)!important; /* IE10 */
background-image:      -o-linear-gradient(top, #EE2020, #DD1010)!important; /* Opera 11.10+ */
background-image:         linear-gradient(top, #EE2020, #DD1010)!important;
text-shadow: 0px 1px 0px #000000;
}

.header_container
{
width: 1166px;
margin: 0 auto;
height:300px;
background-position: 50% 0;
position:relative;
overflow:hidden;
display: table;
}

.header_inner
{
  width: 100%;
  top:50%;
  margin: 0 auto;
  position:absolute;
  display: table-cell; vertical-align: middle; position: static;
  }

.logo
{
    text-align:center;
    line-height:1em;
        xtop:-50%;
    bottom:0;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    }

.logo a
{
text-decoration: none;
font-size: 28px;
color: #344E18;
}

.strapline
{
text-align:center;
line-height:1em;
margin-bottom:4px;
}

.noimg_car_box
{
width:728px;
}

.noimg_small_car_box
{
width:352px;
height:80px;
overflow:hidden;
}

.noimg_vsmall_car_box
{
width:230px;
}

.noimg_desc
{
width: 230px;
height:48px;
overflow:hidden;
}

.addthis
{
margin: 8px;
float:right;

}

.reviewtable
{
margin: 30px 30px 30px 50px;
}

.reviewtable th
{
text-align: right;
padding-right: 5px;
}

.starrating input[type=radio]
{
visibility: hidden;
}

.itemtable
{
width:100%;
}

.item_indent
{
width:75px;
}

.item_price
{
width:60px;
}

.item_add
{
width:100px;
}

.xitemtable td:nth-child(2)
{
width:100px;
}

.xitemtable td:nth-child(3)
{
width:100px;
}

#bookopen2
{
cursor:pointer;
font-weight:bold;
}

.extra_container
{
float:left;
padding:8px;
width:300px;
}

.extra_container select
{
width:280px;
}

.cart_table
{
width:100%;
background-color:white;
color:black;
}

.cart_table_container
{
overflow-y:auto; overflow-x:hidden; max-height:250px;
}

.absolute_cart
{
height:0;
width:223px;
position:static;
clear:left; float:right;
}

.absolute_cart2
{
right:0;
position:absolute;
width: 223px;
}

.fixed_cart
{
position:absolute;
}

.cart_qty
{
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
width:12px;
}

.cart_item
{
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
width:125px;
}

.cart_extra_item
{
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
width:160px;
margin-left:8px;
}
.cart_price
{
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
width:53px;
}

.cart_totals
{
border-top:1px solid;
}

.order_button:hover
{
background-color: rgba(218, 165, 32,0.4);
font-weight:bold;
width:100%;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius: 2px;
border-radius:2px;
}


.order_button.selected
{
color: #000000;
background-color: #DAA520;
font-weight:bold;
width:100%;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius: 2px;
border-radius:2px;

}


.left_col
{
position:relative;
float:left;
width:223px;
height:1px;
}

.right_col
{
position:relative;
float:right;
}

.searchbar_outside
{
position:static;
clear:left;
float:left;
}

.searchbar_container
{
position:absolute;
}

.searchbar_container.fixed, .fixed_cart.fixed
{
position:fixed;
top:10px;
}

/*Fix for AddThis*/
#at20mc * {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
z-index:9999;
}

.popup_box_container
{
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngCUgqGMqwAAAABJRU5ErkJggg==") repeat scroll 0 0 transparent;
padding:10px;
border-radius:4px;
}
.popup_box_back
{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:999999;
}

.homepage_image
{
width:948px;
}

.homepage_image td
{
text-align:center;
width:33%;
}

.branded
{
background-image: url("img/footerback.png");
background-repeat: repeat;
color:black;
width:688px;
margin: 0 auto;
}

.branded_logo
{
float:right;
clear:both;
margin-top:-4px;
width:212px;
height:46px;
overflow:hidden;
}

.branded_footer
{
text-align:center;
padding-top:6px;
font-size:12px;
}

.branded_footer a
{
color: black;
}

.payments_bar
{
margin: 0 auto;
width:200px;
text-align:center;
}

.payments_bar img
{
margin:4px 4px 8px;
}

.coupon
{
border:1px dashed black;
padding:12px 32px;
margin:8px;
}

#coupons.padding
{
padding:2px 12px;
}

#coupons .datewidth
{
display:inline-block;
width:200px;
}

.coupon pre
{
  font-family: Arial, Helvetica, sans-serif;
  white-space: pre-line;

}

body #searchq
{
width:125px;
}

.cart_panel .amount
{
width:2em;
text-align:right;
}

.cart_panel .cart_plus, .cart_panel .cart_minus, .cart_panel .cart_cross
{
vertical-align:middle;
cursor:pointer;
}


.cart_panel table
{
width:100%;
}

.cart_panel .progress_bar.numstages1
{
width:150px;
}

.cart_panel .progress_bar.numstages2
{
width:300px;
}

.cart_panel .progress_bar.numstages3
{
width:450px;
}

.cart_panel .progress_bar.numstages4
{
width:600px;
}

.cart_panel .progress_bar.numstages5
{
width:750px;
}

.cart_panel .progress_bar
{
margin:12px auto;
}

.cart_panel .progress_bar .seperator
{
width:32px;
height:32px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
-khtml-border-radius:50%;
border-radius:50%;
border:3px solid white;
line-height:26px;
font-weight:bold;
color:white;
font-size:14px;
text-align:center;
vertical-align:middle;
position:absolute;
left:-16px;
z-index:11;
-webkit-background-clip: padding-box;
-moz-background-clip:    padding;
background-clip:         padding-box;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

background-color:#959799;
background-image: -webkit-gradient(linear, left top, left bottom, from(#A5A7A9), to(#858789)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #A5A7A9, #858789); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #A5A7A9, #858789); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #A5A7A9, #858789); /* IE10 */
  background-image:      -o-linear-gradient(top, #A5A7A9, #858789); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #A5A7A9, #858789);
}

.cart_panel .progress_bar .prog_cont
{
border:3px solid rgba(255,255,255,0);
width:150px;
height:24px;
display: inline-block;
line-height:32px;
position:relative;
}

.cart_panel .progress_bar .stage
{
border:3px solid white;
width:150px;
height:24px;
top:4px;
line-height:18px;
padding-left:18px;
position:absolute;
overflow:hidden;
z-index: 10;
border-bottom-right-radius:12px;
border-top-right-radius:12px;
color:white;
-webkit-background-clip: padding-box;
-moz-background-clip:    padding;
background-clip:         padding-box;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

background-color:#959799;
background-image: -webkit-gradient(linear, left top, left bottom, from(#A5A7A9), to(#858789)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #A5A7A9, #858789); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #A5A7A9, #858789); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #A5A7A9, #858789); /* IE10 */
  background-image:      -o-linear-gradient(top, #A5A7A9, #858789); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #A5A7A9, #858789);
}

.cart_panel .progress_bar .stage.active, .cart_panel .progress_bar .seperator.active
{
font-weight:bold;
color:#FFFFFF;
background-color:#243E08;
background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #344E18, #142E00); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #344E18, #142E00); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #344E18, #142E00); /* IE10 */
  background-image:      -o-linear-gradient(top, #344E18, #142E00); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #344E18, #142E00);
}

.cart_panel .empty
{
text-align:center;
padding:48px;
}

.cart_panel .padding
{
padding:8px;
}

.side_panel .product_box
{
padding: 2px 4px;
}

.side_panel p
{
padding: 2px 4px 6px 4px;
}


.side_panel a
{
margin-top:2px;
display:inline-block;
}

body .side_panel .navbutton
{
padding: 1px 3px !important;
margin-right:0 !important;
}


.cart_panel .category
{
xborder-bottom:1px solid #86888A;
xcolor:#A6A8AA;
xline-height:1em;
?>
}

.cart_panel table
{
border-collapse:collapse;
}

.cart_panel .strong_line, .cart_panel th
{
border-bottom:2px solid #000000;
}

.cart_panel table a
{
font-weight:bold;
}

.cart_panel input[type="radio"]:checked+label
{
font-weight: bold;
}

.cart_panel label p
{
text-align:left;
font-weight:normal;
margin-left: 50px;
margin-top:2px;
}

.cart_panel label
{
margin-top:4px;
margin-bottom:16px;
cursor:pointer;
}

.cart_panel input[type="radio"]
{
cursor:pointer;
}

body .cart_panel #cart_update
{
margin-top:2px;
margin-right:0!important;
margin-left:4px;
font-size:9px;
}

body .cart_panel .navbutton.large_text
{
min-width: 120px;
}

body .cart_panel .navbutton.disabled
{
opacity: 0.5;
cursor:default!important;
}

.cart_panel #customerdetails input[type="text"],
.cart_panel #deliveryaddress input[type="text"]
{
margin-top:2px;
}

.cart_panel #customerdetails td,
.cart_panel #deliveryaddress td
{
vertical-align:bottom;
}

#mrkting
{
margin-top:4px;
}

#postcode_button
{
margin-left:4px;
font-size:10px;
}

.cart_panel .error
{
font-weight:bold;
color: #B21216;
text-align:center;
margin-bottom:8px;
}

body .cart_panel #apply_discount
{
font-size:9px;
}

body .black
{
color: #000;
}

.cart_panel .address_label
{
width:300px;
text-align:left;
padding:12px 32px;
margin:4px auto;
border:1px solid #8BC3CF;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius: 4px;
border-radius:4px;
}

.cart_panel td
{
padding-top:2px;
}

.quarter_width
{
width:25%;
padding: 8px 8px 12px 8px;
}

.quarter_width .product_image
{
width:140px;
height:140px;
background-repeat:no-repeat;
background-position:center;
background-color:white;
outline:1px solid #081F2F;
cursor:pointer;
}


/*Float Left Fix*/
.product_box.quarter_width:nth-child(4n+1)
{
	xclear:left;
}



.quarter_width .item_table
{
padding: 0 4px 4px 4px;
height:230px;
}

.quarter_width .product_name
{
height:3.2em;
overflow:hidden;
line-height:1em;
position: relative;
cursor:pointer;
}

.quarter_width .product_name a
{
text-decoration:none;
}

.quarter_width .product_name div {
position: absolute;
width: 142px;
height: 3em;
display: table;
margin-top:-2px;
}

.quarter_width .product_name div span {
display: table-cell;
vertical-align: middle;
text-align: center;
}

.cart_animation
{
z-index:9999;
position:absolute;
font-size:1.5em;
width:4em;
height:1.2em;
display:none;
	color:#FFFFFF;
	background-color:#243E08;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#344E18), to(#142E00)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #344E18, #142E00); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #344E18, #142E00); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #344E18, #142E00); /* IE10 */
	background-image:      -o-linear-gradient(top, #344E18, #142E00); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #344E18, #142E00);
border-radius:3px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.social_sharing iframe.twitter-share-button
{
	float:right;
}

.social_sharing
{
	text-align:right;
	padding:8px;
}
.social_sharing .fb_share
{
	padding: 0 5px 2px;
	display: inline-block;
	background: none repeat scroll 0 0 #ECEEF5;
	border: 1px solid #CAD4E7;
	border-radius: 3px 3px 3px 3px;
	color: #3B5998;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
	margin-right:4px;
	text-decoration:none;
}

.humanverification
{
background-color:white;
border-radius:4px;
width:302px;
padding:8px 20px;
margin:8px auto;
border:1px solid #659D7F;
background-color:#DBFFF0;
color:black;
font-size:12px;
}

.humanverification .option
{
display:inline-block;
text-align:center;
}

.humanverification .option label span
{
display:inline-block;
margin:2px;
width:48px;
height:48px;
padding:2px;
background-color:#FFFFFF;
border:1px solid #000000;
border-radius:4px;
cursor:pointer;
}

.humanverification .option label span span
{
display:inline-block;
width:38px;
height:38px;
border: none;
}

.humanverification .option div label span span
{
display:inline-block;
width:38px;
height:38px;
background-color:#A5BFDD;
border:1px solid #657F9D;
border-radius:2px;
}

.guestbook
{
background-color:white;
border-radious:4px;
margin:8px;
color:black;
padding:20px;
font-size:14px;
}

.guestbook .form span
{
display:inline-block;
text-align:right;
width:120px;
padding-right:1em;
}

.guestbook form input[name=name]
{
width:300px;
}

.guestbook form textarea[name=comment]
{
width:500px;
height:7.2em;
margin-top:4px;
}

.guestbook .submit
{
text-align:right;
}

.guestbook .intro
{
margin-bottom:1em;
}

.guestbook .post
{
padding:4px;
background-color:#DBF4FF;
border:1px solid #9BC4FA;
border-radius:2px;
margin-bottom:8px;
}

.guestbook p
{
padding:4px;
}

.guestbook .post .date
{
float:right;
font-weight:normal;
}

.guestbook .post .title
{
font-weight:bold;
background-color: #386687;
padding: 1px 4px 2px;
color:white;
}

.guestbook .error
{
padding:4px;
background-color:#FFB6B6;
border:1px solid #FF7676;
border-radius:2px;
width:600px;
margin: 8px auto;
font-weight:bold;
text-align:center;
}

.guestbook .message
{
padding:4px;
background-color:#A5BFDD;
border:1px solid #657F9D;
border-radius:2px;
width:600px;
margin: 8px auto;
text-align:center;
}

.guestbook .controls .next
{
float:right;
}

.guestbook .controls a
{
color:black;
}

.guestbook .admin
{
text-align:right;
}

.guestbook .admin a
{
color:black;
display:inline-block;
border-radius:4px;
border: 1px solid #386687;
border-bottom:2px solid #386687;
background-color:#98C6E7;
text-decoration:none;
font-weight:bold;
padding: 2px 8px;
}

.guestbook .admin a:hover
{
border: 1px solid #285677;
background-color:#88B6D7;
}

.guestbook .reply
{
padding:4px;
background-color:#FFFFFF;
border:1px solid #9BC4FA;
border-radius:2px;
margin-bottom:4px;
margin-top:4px;
}

.guestbook .reply .date
{
float:right;
font-weight:normal;
}

.guestbook .post .title
{
font-weight:bold;
background-color: #386687;
padding: 1px 4px 2px;
color:white;
}

.ratings_form
{
background-color:white;
border-radious:4px;
margin:8px;
color:black;
padding:20px;
font-size:14px;
}

.ratings_form .name
{
font-weight:bold;
}

.ratings_form .intro
{
margin-bottom:1em;
text-align:full;
}

.ratings_form .desc
{
font-size:0.9em;
}

.ratings_form .rating_container .outer
{
padding:2px;
width:2em;
height:2em;
}

.ratings_form .rating_container .outer.left
{
padding-right:0;
}

.ratings_form .rating_container .outer.right
{
padding-left:0;
}
.ratings_form .rating_container .outer
{
border:2px solid #808080;
border-radius:100%;
padding:2px;
width:2em;
height:2em;
display:inline-block;
float:right;
cursor:pointer;
}

.ratings_form .rating_container .outer.left
{
width:1em;
border-right:none;
padding-right:0;
border-radius: 2em 0 0 2em;
overflow:hidden;
margin-right:-0.2px;
}

.ratings_form .rating_container .outer.right
{
width:1em;
border-left:none;
padding-left:0;
border-radius: 0 2em 2em 0;
margin-left:0;
overflow:hidden;
margin-left:-0.2px;
}


.ratings_form .rating_container .outer:hover
{
border-color: #404040;
}

.ratings_form .rating_container .outer:hover ~ .outer
{
border-color: #404040;
}

.ratings_form .rating_container .outer:hover>span
{
background-color: #87D56A;
}

.ratings_form .rating_container .outer:hover ~ .outer>span
{
background-color: #87D56A;
}





.ratings_form .rating_container .full
{
background-color: #D0D0D0;
border-radius:100%;
height:0;
width:100%;
padding-top:100%;
display:inline-block;
}

.ratings_form .rating_container .left_half
{
background-color: #D0D0D0;
border-radius: 1em 0 0 1em;
width:100%;
padding-top:100%;
height:100%;
display:inline-block;
overflow:hidden;
}

.ratings_form .rating_container .right_half
{
background-color: #D0D0D0;
border-radius: 0 1em 1em 0;
width:100%;
padding-top:100%;
height:100%;
display:inline-block;
overflow:hidden;
}

.ratings_form .button
{
display:inline-block;
line-height:2em;
min-width:1.5em;
height:2em;
font-weight:bold;
text-align:center;
border-radius:0.3em;
background-color: #C0C0C0;
color:white;
}

.ratings_form .button:hover
{
background-color: #808080;
}

.ratings_form .plus
{
float:right;
margin-left:0.2em;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0.3em 1em 1em 0.3em;
}

.ratings_form .minus
{
margin-right:0.2em;
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 1em 0.3em 0.3em 1em;
}

.ratings_form .rating
{
float:left;
clear: left;
margin-top:0.2em;
margin-bottom:0.3em;
padding-left:2em;
padding-right:2em;
font-size:1.3em;
}

.ratings_form .cb
{
clear: both;
padding-top:1em;
diplay:inline-blockl
}

.ratings_form .selected.outer
{
border-color:#404040;
}

.ratings_form .selected .left_half, .ratings_form .selected .right_half ,.ratings_form .selected .full
{
background-color:#27750A;
}

.ratings_form .rating_label
{
display:inline-block;
width:12em;
float:right;
height:2em;
padding-left:0.5em;
line-height:2em;
}

.ratings_form input[name=name], .ratings_form input[name=email]
{
width: 300px;
margin-bottom:1em;
}

.ratings_form textarea
{
width: 100%;
height: 8em;
margin-bottom:1em;
}

.ratings_form .submit
{
text-align:right;
padding-top:1em;
}


.ratings_form .error
{
padding:4px;
background-color:#FFB6B6;
border:1px solid #FF7676;
border-radius:2px;
width:600px;
margin: 8px auto;
font-weight:bold;
text-align:center;
}

.ratings_form .message
{
padding:4px;
background-color:#A5BFDD;
border:1px solid #657F9D;
border-radius:2px;
width:600px;
margin: 8px auto;
text-align:center;
}

.clear_item
{
cursor:pointer;
}

.marquee {
color:#000000;
background-color:#DAA520;
width: 100%;
overflow: hidden;
padding-top:2px;
padding-bottom:4px;
border-bottom:1px solid rgba(0,0,0,0.3);
max-height:1.5em;
}

.marquee a, .marquee a:visited {
color:#000000;
}


.marquee .marquee_container
{
min-width:1920px;
}

.marquee .spacer
{
display:inline-block;
text-align:center;
width:150px;
}

.marquee img
{
line-height:0;
vertical-align:middle;
}

.payment_message
{
text-align:center;
padding:1em 0 0.5em 0;
}

.payment_message.failed
{
background-color:yellow;
color:black;
border :2px solid black;
border-radius: 0.25em;
box-shadow: 2px 2px 2px;
position:relative;
padding:0.6em 4em;
margin-bottom:0.4em;
height:4.4em;
}

.payment_message.failed span
{
position:absolute;
display:block;
top:0.08em;
width:1em;
height:1em;
font-size:3.5em;
background-color:red;
color:white;
text-align:center;
vertical-align:bottom;
line-height:0;
border-radius:50%;
padding-top:0.475em;
font-weight:bold;
border: 0.05em solid white;
box-shadow: 1px 1px 1px black;
}

.payment_message.failed span:first-child
{
left:0.1em;
}

.payment_message.failed span:last-child
{
right:0.1em;
}

.widgets
{
padding-top:0.5em;
text-align:center;
}

.widgets>div
{
display:inline-block;
}


.card_logos
{
text-align:center;
float: right;
width: 350px;
}

.customerdetailsbox .card_logos
{
text-align:center;
float: none;
padding-top:2em;
width:auto;
}

.social_sharing
{
    clear:both;
}

.social_sharing #fb-root
{
    display:inline;
}

.catdesc
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}