/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   VICTOR: modifications
   ========================================================================== */

.form-control{
     margin-bottom: 15px;
 }
 


input[type="checkbox"], input[type="radio"] {
	display:inline-block;
	width:44px;
    vertical-align: middle;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}

.greyBG {
    background-color: gray;
    border: 1px solid #ccc;
}


.invoiceTable td{
	padding:10px;
	border-style: solid;
    border-width: 2px;
	border-color:white;
}


/* left content page */

#content_left .category_title{
    height: 40px;
	padding-top: 7px;
	text-align:center;
    font-size: 15px;
    font-family: Arial;	
	border-radius:6px;
	
	
	/* Put first = for browsers that don't support blending */
	background: #333; 
	
	/* BLENDING */	
	background-repeat: repeat-x;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(gray), to(#000000)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, gray, #000000);  /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, gray, #000000);  /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, gray, #000000); /* IE 10 */
  	background: -o-linear-gradient(top, gray, #000000);  /* Opera 11.10+ */
	
}

#content_left #accordion .accordion-header{
    font-size: 15px;
    font-family: arial;
	color: #000;
	background-color:#F0F0F0;
	border: 1px solid #CCC;
}


#content_left #accordion .ui-accordion-content ul{
    margin: 3px;
    padding-left: 15px;
}	
	
#content_left #accordion .ui-accordion-content li{
	
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
	font-weight:bold;
    color: #656D78;
}

	
#content_left #accordion dl dt{
	
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
	font-weight:bold;
    color: #656D78;
}


#content_left #accordion dl dd{
	
	display: block;
	font-size: 11px;
}

#content_left .ui-accordion .ui-accordion-content {
    padding: 5px 15px;
}





#content_right{
	background:#F0F0F0;

	min-height: 454px;
	/*
	margin-right: 17px;
	padding: 15px;
	*/
	padding: 2%;
	display: inline-block;
	border-radius: 7px;

	/*
	border-style:solid;
	border-color:black;
	border-width:2px;
	*/
	
}




/**** itempage ****/

.thumbnailCell{
	display:table-cell;
	width: 80px;
    height: 80px;
    border: 1px #ddd solid;
    overflow: hidden;
    margin: 9px 5px 0 0;
	/*
    background: url(/images/loading_3.gif) no-repeat center center;
	*/
}


.thumbnailCellEmpty{
	display:table-cell;
	width: 80px;
    height: 80px;
    border: 1px #ddd solid;
    overflow: hidden;
    margin: 9px 5px 0 0;	
}

 .thumbnailCell:hover{
	border: 1px solid #000;
}

 .thumbnailCell:active{
	border: 1px solid #000;
}






.actionButton{
	width:150px;
	height:45px;
	line-height:45px;
	font-size:15px;
	font-weight:bold;
	color:white;
	text-align:center;
	display: inline-block;
}

.actionButton img {
  vertical-align: middle;
}
.actionButton span {
  display: inline-block;
  vertical-align: middle;
}


.errmsg{
	color:red; 
	font-family:arial;
	font-weight:bold;
}

/*** End, Items page ***/
 
 
 
/*** shopping basket page ****/

/* vertically align text */
.signtosave span {
  display: inline-block;
  vertical-align: middle;
}


#pleasewait{
	line-height:170px;
	border: 1px solid #CCC;
}

/* vertically align text */
#pleasewait span {
  display: inline-block;
  vertical-align: middle;
}

#dialog-confirm{
    min-height: 70px !important;
	overflow: auto;
	font-size: 14px;
	color:#000;
}
span.ui-button-text{
	font-size: 14px !important;
}

.ui-dialog .ui-dialog-titlebar {
	color:#000;
    padding: 5px 2px 2px 0px;
    position: relative;
}




.basketblock{
	display:inline-block;
	width:100%;
	min-width:400px;
	margin-right:1%;
	/*float:left;*/
	padding:3px;
	font-size: 13px;
	font-weight:normal;
	/*
		border: 1px solid #CCC;
	*/
}

.basketblock .basketitem, .basketblock .favesitem{
	/*
	display:table;
	*/
	display:inline-block; 
	width:69%; 
	margin-right:2%;
	min-width:320px;
	
	margin-bottom: 40px;
	border: 1px solid #CCC;	
}

.basketblock .basketitem .headercells, .basketblock .favesitem .headercells{
	padding:17px 6px;
	border-bottom: 1px solid #CCC;
}

.basketblock .basketitem .bodycells, .basketblock .favesitem .bodycells{
	padding:34px 6px 10px 6px;
	vertical-align:top;
}

.basketblock .basketitem .bottomcells, .basketblock .favesitem .bottomcells{
	padding:20px 6px;
	vertical-align:top;
}



.basketblock .thumbnailCell {
    display: table-cell;
    width: 50px;
    height: 50px;
    float: left;
    border: 1px #ddd solid;
    overflow: hidden;
    margin: 0px 10px 0px 0;
    /* background: url(/images/loading_3.gif) no-repeat center center; */
}

/***End, shopping basket and payment pages***/





 
 
 
 
 
/***** Login Page ******/

#loginForm, #registrationForm, #pwResendForm, #changePwForm{
	display:table-cell; 
	padding:15px 5px 5px 10px; 
	height:400px; 
	margin: auto; 
	display: block; 
	margin:auto;
} 



#loginForm .emailrow{
	display:table-row;
}
#loginForm .emailrow .emailcell{
	display:table-cell;
	padding-bottom:10px;
}


#loginForm .passwordrow{
	display:table-row;
}
#loginForm .passwordrow .passwordcell{
	display:table-cell;
	padding-bottom:10px;
}


#loginForm input,  #registrationForm input, #pwResendForm input{
	display:table-row;
	
    margin: 0 0 3px;
    border-radius: 3px;
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,.8),inset 0 1px 2px rgba(0,0,0,.06);

    width: 96.75%;
    height: 32px;
    font-size: 16px;
    color: #333;
    padding: 4px;
    line-height: 35px\9;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}


#loginForm input.submitbtn,  #registrationForm input.submitbtn, #pwResendForm input.submitbtn, input.submitbtn, button.submitbtn{
	color:white;
	height: 40px;
	width:100%;
    padding-top: 7px;
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    border-radius: 6px;
    background: #333;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(gray), to(#000000));
    background: -webkit-linear-gradient(top, gray, #000000);
    background: -moz-linear-gradient(top, gray, #000000);
    background: -ms-linear-gradient(top, gray, #000000);
    background: -o-linear-gradient(top, gray, #000000);
	}

	
	
#loginForm .passwordrow input{
	display:table-row;
}






.bannerIcons{
	width:32px;
	height:32px;
	/*
	background: url(../images/basket_shopping.png) no-repeat;
	*/
	background-color:#fff;
	border: 1px solid #000;
	display:inline-block;
	margin-left:10px;
}

.circle_div
{
	border-radius: 50%;
}


.regInfoIcon{
	background: url(../images/user.gif) no-repeat;
}
.iconText{
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
	
	
}

.wishlistIcon{
	background: url(../images/wishlist.gif) no-repeat;
}
.wishlist{
    display: inline-block;
	border: 1px solid #CCC;
}

.shoppingcartIcon{
	background: url(../images/basket_shopping.png) no-repeat;
}
.shoppingcart{
    display: inline-block;
	border: 1px solid #CCC;	
}
	
/*
#wishListNotif{
	display:inline-block;
	min-width:18px;
	height:14px;
	padding:1px;
	color:white;
	background-color:black;
	text-align:center;
	border-radius:5px;
}
*/
#basketNotif, #wishListNotif{
	display:inline-block;
	min-width:20px;
	height:21px;
	padding:1px;
	color:white;
	background-color:black;
	text-align:center;
	border-radius:5px;
}

.basketNotifContent{
	background-color:red !important;
}
	

.accordion-expand-holder {
    text-align: center;
	margin: 0px;
    font-family: Arial;	
	font-size: 11px;
}
	


 
 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
