
/* ***** BOOTSTRAP ********************************************************** */


.input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

input.span4, textarea.span4, .uneditable-input.span4 {
	width: 286px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
	width: 366px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
}


.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}

.input-append input {
    border-radius: 4px 0px 0px 4px;
	}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    border-radius: 0 0 0 0;
    vertical-align: top;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("./images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-search {
  background-position: -48px 0;
}

.checkbox {
border: none;
background: none;
}

/* ***** BASIC ELEMENTS ********************************************************** */


/* ----- elements reset ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	box-sizing: initial;
}
/* ---------------------------- */


body {
	font-size: 12px ;
	color: #444444;
	background: white;
	line-height: 18px;
	}

p {
	padding-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #4f68b9;
	}

	a:hover {
		text-decoration: underline;
		color: #192e72;
		}

.nav-sub a:hover {
	text-decoration: none;
	padding-left: 5px;
	}

ul, li {
	
	}

.page-content ul, .page-content ul {
	margin: 0 0 15px 20px;
	list-style: circle;
	}

.clear {
	clear: both;
	height: 0px;
	}

.clear-sep {
	clear: both;
	height:20px;
	}

strong {
	font-weight: bold;
	}


/* ----- form elements ----- */

input, select, textarea {
	font-size: 11px;
	padding: 3px;
	background: #ffffff url('./images/bg_input.png') repeat-x top;
	border: 1px solid #e5e5e5;
	border-right-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

label {
	display: block;
	margin-bottom: 1px;
	}

form li {
	margin-bottom: 5px;
	}

.form-wrap {
	}

	.form-wrap li {
		margin-bottom: 3px;
		padding: 6px 8px;
		}

	.form-wrap label {
		font-weight: bold;
		}

	.form-wrap input, .form-wrap textarea, .form-wrap select {
		width: 200px;
		}

        .form-wrap input.fiscal_data, .form-wrap input.fiscal_data_shipping {
	    width: 240px;
        }

	.form-wrap input.fd_one {
	    width: 20px;
	}

.error-form-wrap {
        border: 1px solid #eeeeee;
        margin-top: 100px;
        padding: 20px;
        background:  url('./images/i_message.png') no-repeat 15px 15px;
        padding-left: 110px;
        }

.error-form-wrap input, .error-form-wrap textarea {
        width: 400px;
        padding: 6px;
        }

.error-404 {
        color: #eeeeee;
        font-size: 220px;
        padding: 40px 0 60px 0;
        background:  url('./images/i_error.png') no-repeat right top;
        }


.form-wrap li.error {
	background-color: #f8dfdf;
	border-bottom: 1px solid #e5bdbd;
	border-right: 1px solid #e5bdbd;
	}

.error-message {
	color: #9e1e1e;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 15px;
	}

.field-info {
        font-size: 11px;
}

.btn-submit {
	width: auto !important;
	padding: 2px 5px;
	font-size: 11px;
	color: #000000;
	/*text-transform: uppercase;*/
	font-weight: bold;
	}

.btn-big {
	width: auto;
	padding: 12px 8px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #7a9d4c url('./images/bg_btn-big.png') repeat-x bottom;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	}

.btn-big2 {
	width: auto;
	padding: 12px 8px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #5b90a5 url('./images/bg_btn-big2.png') repeat-x bottom;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	}

.btn-remove {
	padding: 0;
	border: 0;
}

/* ----- headings ----- */

h1, #formtitle {
	font-size: 30px;
	color: #000000;
	margin-bottom: 25px;
	padding: 3px 0;
	line-height: 30px;
	}

	.home-welcome h1 {
		font-size: 40px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 15px;
		padding: 10px 0 0 0;
		}

	.home-welcome h1 span {
		display: block;
		font-size: 14px;
		padding: 10px 0 0 20px;
		}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000000;
	}

	.home-col h2 {
		background: url('./images/i_h2-border.png') no-repeat 0 1px;
		padding-left: 13px;
		padding-bottom: 3px;
		text-transform: uppercase;
		}

	.product-box h2 {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 3px;
		min-height: 30px;
	}

h3, .h3 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #000000;
	text-transform: uppercase;
	}

	h3.title-wishlist {
		text-transform: capitalize;
		}



.no-border {
	border: 0 !important;
	}

.no-margin {
	margin: 0 !important;
	}

.align-left {
	display: block;
	float: left !important;
	}

.align-right {
	display: block;
	float: right !important;
	}

.align-center {
	text-align: center !important;
	}


.txt-small {
	font-size: 10px;
	font-weight: bold;
	}

.txt-info {
    font-size: 11px;
    color: #999999;
    }
 
.txt-wishlist-title {
    background: url('./images/i_list.png') no-repeat 0 0px;
    padding-left: 20px;
    font-weight: bold;
    }
 
 
.link-arrow {
    background: url('./images/i_bullet-arrow.png') no-repeat 0 3px;
    padding-left: 10px;
    /*color: #888888;*/
    font-style: italic;
    }


/* ***** LAYOUT ***************************************************************** */


/* ----- top ----- */

#top-wrap {
	background: #003878 url('./images/bg_top.png') repeat-x bottom;
	padding: 4px;
	overflow: hidden;
	}

#top {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

.nav-top {
	float: left;
	}

	.nav-top li {
		padding: 0;
		float: left;
		border-right: 1px solid #335f91;
		color: #bad6f5;
		font-size: 11px;
		}

	.nav-top li a {
		display: block;
		float: left;
		padding: 0px 10px;
		color: #98bae1;
		}


/* ----- container ----- */


.nav-secondary-wrap {
	width: 940px;
	margin: 5px auto -10px auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dashed #eeeeee;
	}

	.nav-secondary ul {
		}

	.nav-secondary li {
		padding: 0;
		float: left;
		border-right: 0px solid #dadada;
		color: #a0a0a0;
		font-size: 11px;
		}

	.nav-secondary li a {
		display: block;
		float: left;
		padding: 0px 10px;
		color: #a0a0a0;
		}

.language-container, .set-language-container {
		color: #999999;
                font-weight:normal;
}

#container-wrap {
	background: url('./images/vsc_map_bg.jpg') repeat-x top;
	overflow: hidden;
	}

#container {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}


/* ----- header ----- */

#header {
	overflow: hidden;
	background: url('./images/bg_header-sep.png') no-repeat bottom;
	position: relative;
	}

.logo {
	float: left;
	}

	.logo a {
		display: block;
		height: 70px;
		width: 300px;
		background: url('./images/elibraryusa.jpg') no-repeat;
		margin: 10px 0 45px 0;
		}

.header-img {
	margin-top: 20px;
	float: right;
	height: 85px;
	width: 180px;
	background: url('./images/img_header.png') no-repeat;
	}

.search {
    margin: 22px 5px 5px 0;
    float: right;
    background: #f7f7f7;
    padding: 15px;
    padding-left: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #cccccc inset;
    }
 
.search [class^="icon-"], [class*=" icon-"] {
  /* height: 16px;*/
    }
 
.search .icon-search {
  	background-position: -48px 2px;
  	border: none;
	background-color: transparent;
	width: 14px;
	height: 16px;
	box-sizing: border-box;
    }
 
.search input {
    padding: 10px;
    font-size: 15px;
    margin: 0px;
    }
 
.search span.add-on {
    padding: 10px 5px 10px 11px;
    } 

/* ----- navigation - main ----- */
 
.nav-main {
    margin: 0px 0px 0 0;
    position: absolute;
    bottom: 8px;
    left: 0px;
    }
 
.nav-main li {
    float: left;
    margin: 0 2px;
    }
 
.nav-main a {
    display: block;
    float: left;
    font-size: 16px;
    color: #000000;
    padding: 5px 12px;
    padding-bottom: 6px;
    }
 
.nav-main a:hover, .nav-main a.selected {
    background: #cd0237;
    text-decoration: none;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    }
 
 
/* ----- navigation - sub ----- */
 
#subnav {
    background: #e0e0e0;
    border-radius: 0 0 0 3px;
 
background: #e0e0e0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e0e0e0 0%, #cbc4c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#cbc4c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#cbc4c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 0%,#cbc4c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 0%,#cbc4c4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 0%,#cbc4c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cbc4c4',GradientType=0 ); /* IE6-8 */
 
    }
 
.nav-submain {
    margin: 0;
    padding: 5px 4px 7px;
    }
 
.nav-submain li {
    float: left;
    margin: 0 2px;
    }
 
.nav-submain a {
    display: block;
    float: left;
    font-size: 11px;
    color: #000000;
    padding: 1px 8px;
    text-shadow: 1px 1px 0px #f5eeee;
    }
 
.nav-submain a:hover, .nav-submain a.selected {
    background: #cd0237;
    text-decoration: none;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #93052a;
    }
 


/* ----- content ----- */

#content {
	overflow: hidden;
	margin-bottom: 20px;
	}

#main {
	width: 700px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	}

	#main-sub {
		width: 540px;
		float: left;
		overflow: hidden;
		margin-top: 20px;
		}
	
	#main-sub-filters {
		width: 480px;
		float: left;
		overflow: hidden;
		margin-top: 20px;
		}
		
	#main-sub-filters .banner {
		margin-bottom: 20px;
	}	

/* ----- sidebars ----- */
 
#sidebar {
    width: 220px;
    float: right;
    font-size: 11px;
    background: url('./images/bg_sidebar.png') no-repeat top;
    padding: 0px 0 40px 0;
    }
 
#leftbar {
    width: 120px;
    padding: 10px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #ededed; 
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    

#leftbar .emp, #leftbar .media-link0 {
	background-color: #e6ebf1;
	border-radius: 3px;
	padding: 2px 5px;
	margin-bottom: 3px;
	}

#leftbar .emplast {
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #e6ebf1;
	border-radius: 3px;
	padding: 2px 5px;
}    
    
.category a {
	display: block;
	margin: 1px 0;
	}

.category a:hover, .category a.selected {
	background: url('./images/bg_sidebar-selected.png') no-repeat right center;
	color: #ffffff;
	border-radius: 3px 0 0 3px;
	padding-left: 5px;
	}


.category a.emplast:hover, .category a.emp:hover {
	background-color: #d1dce6;
	background-color: none;
	}    
 
.login-box {
    background: #e0e0e0;
    padding: 5px;
    box-shadow: 0px -4px 6px #cbc4c4 inset;
    border-radius: 0 0 4px 0;
    }
    
#livechatLink {
    text-align: center;
}
 
.live-chat {
    display: block;
    width: 152px;
    height: 52px;
    margin: 0 auto;
    margin-top: 10px;
    background: url('./images/i_chat.png') no-repeat top; 
    }
 
    .live-chat.away {
        background-position: 0 -52px;
        }
 
    .live-chat.offline {
        background-position: 0 -104px;
        }
 
#leftbar-filters {
    width: 180px;
    padding: 10px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #ededed; 
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
 
    .leftbar-widget {
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
        }
 
    .filter ul li span {
        font-size: 10px; 
        color: #aaaaaa;
        font-style: italic;
 
 
        }
 
    .filter-hide {
        display: block;
        height: 10px;
        width: 15px;
        background: url('./images/i_arrow-open.png') no-repeat center center;
        position: absolute;
        top: 5px;
        right: 4px;
        }
 
    .label {
        border-radius: 3px 3px 3px 3px;
        position: relative;
        background-color: #999999;
        color: #FFFFFF;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        padding: 2px 4px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.40);
        vertical-align: baseline;
        white-space: nowrap;
        margin: 1px 0 2px 0px;
        }
 
    .label-info {
        background-color: #3A87AD;
        margin-right: 3px;
        }
 
    .label-popular {
        background-color: #569fc3;
        padding: 4px 10px;
        font-size: 12px;
        }
 
    .label-popular:hover {
 
        color: #ffffff;
        text-decoration: none;
        background-color: #3A87AD;
        }
 
    .label a {
        display: inline-block;
        position: relative;
        color: #bfd3dd;
        font-size: 10px;
        padding: 0 0 0 3px;
        top: -1px;
        }
 
    .label a:hover {
        text-decoration: none;
        }
 
 
    .label-month {
        border-radius: 2px;
        position: relative;
        background-color: #dddddd;
        border: 1px solid #999999;
        color: #333333;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        padding: 5px 4px;       
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.40);
        vertical-align: baseline;
        white-space: nowrap;
        margin: 1px 3px 2px 0px;
        width: 32px;
        text-align: center;
        cursor: pointer;        
        }   
        
    .month-red {
        background-color: #d5aea5;
        }
 
        .month-red:hover, .month-red.selected {
            background-color: #cc6e58;
            }
 
    .month-darkblue {
        background-color: #97afcf;
        }
 
        .month-darkblue:hover, .month-darkblue.selected  {
            background-color: #4672ab;
            }   
 
    .month-lightblue {
        background-color: #c3d4e6;
        }
 
        .month-lightblue:hover, .month-lightblue.selected {
            background-color: #65a2e3;
            }
 
 
    .month-orange {
        background-color: #e6c9ab;
 
        }
 
        .month-orange:hover, .month-orange.selected {
            background-color: #cb8a48;
            }
 
    .month-green {
        background-color: #b9d1aa;
        }
 
        .month-green:hover, .month-green.selected {
            background-color: #67a540;
            }
    
    
        
    .label-month a {
        color: white;
        padding: 5px 4px;
    }
        

	.sidebar-widget {
		padding: 10px;
		margin-bottom: 0px;
		}

	.login-status {
		display: block;
		font-size: 11px;
		font-weight: bold;
		background: url('./images/i_user.png') no-repeat 0 0;
		padding: 2px 0 10px 22px;
		color: #888888;
		border-bottom: 1px dotted #c3c3c3;
		}

	.login-status-logged {
		display: block;
		font-size: 11px;
		font-weight: bold;
		background: url('./images/i_user-logged.png') no-repeat 0 0;
		padding: 2px 0 10px 22px;
		color: #000000;
		border-bottom: 1px dotted #c3c3c3;
		}

.login-status-logout {
	display: block;
	font-weight: normal;
	color: #bbbbbb;
	}

		.login-status-logged a {
			font-weight: normal;
			}


/* ----- home page ----- */

.home-welcome {
	width: 220px;
	padding-right: 20px;
	float: left;
	color: #000000;
	font-size: 13px;

	}

.home-video {
	float: right;
	}

.home-columns {
	overflow: hidden;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px dotted #cccccc;
	}

.home-col {
	width: 220px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	}



/* ----- subpages ----- */

.info-box {
	width: 45%;
	background-color: #f6f5e5;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	margin-bottom: 20px;
	}



.fd-box {
        width: 520px;
        }




	.info-box li {
		background: url('./images/i_bullet.png') no-repeat 0 6px;
		padding-left: 10px;
		}


.product-box {
	padding: 10px;
	background: url('./images/bg_product-box.png') repeat-x bottom;
	font-size: 11px;
	margin-bottom: 5px;
	}


.set-decription {
	padding-left: 65px;
	color: #808080;
	width: 58%;
	min-height: 70px;
	}

.set-decription img {
    float: left;
	margin-left: -50px;
}

img.supplier-logo {
    margin-top: 5px;
    margin-left: 0px;
}

img.supplier-logo-fly {
    margin-left: 10px;
}

	.icon-set {
		background: url('./images/i_set.png') no-repeat  0 3px;
		}

	.icon-book {
		background: url('./images/i_item-book.png') no-repeat  0 3px;
		}

	.icon-cd {
		background: url('./images/i_item-cd.png') no-repeat  0 3px;
		}

.product-description {
	height: 45px;
	width: 300px;
	display: block;
}

.set-info .information { display: none }

.product-thumbBook {
        position: relative;
        width: 53px;
        height: 80px;
        background: url('./images/i_item-book-bg.png') no-repeat;
    	float: left;
        margin-left: -65px;
        }

        .product-thumbBook img {
                position: absolute;
                top: 7px;
                right: 1px;
                width: 39px;
                height: 59px;
                }

.product-thumb2 {
        position: relative;
        width: 53px;
        height: 80px;
        background: url('images/i_item-paperback-bg.png') no-repeat;
    float: left;
        margin-left: -65px;
        }

        .product-thumb2 img {
                position: absolute;
                top: 4px;
                right: 7px;
                width: 39px;
                height: 59px;
                }

.product-thumb3 {
        position: relative;
        width: 53px;
        height: 80px;
        background: url('images/i_item-dvd-bg.png') no-repeat;
    float: left;
        margin-left: -65px;
        z-index: 100;
        }

        .product-thumb3 img {
                position: absolute;
                top: 3px;
                left: 1px;
                width: 39px;
                height: 59px;
                z-index: 120;
                }

.product-thumbDVD {
    margin-left: -65px;
    background: url("./images/i_item-dvd-bg.png") no-repeat;
    height: 80px;
    position: relative;
    width: 60px;
    z-index: 110; 
    float: left;
}
 
.product-thumbDVD img {
    height: 59px;
    position: absolute;
    right: 20px;
    top: 4px;
    width: 39px;
}


.product-thumbCD {
    margin-left: -65px;
    background: url("./images/i_item-cd-bg.png") no-repeat;
    height: 80px;
    position: relative;
    width: 60px;
    z-index: 110; 
    float: left;
}
 
.product-thumbCD img {
    height: 38px;
    position: absolute;
    right: 14px;
    top: 25px;
    width: 38px;
}

       
.icon-set {
                background: url('./images/i_set.png') no-repeat  0 3px;
          }

        .icon-book {
                background: url('./images/i_item-book.png') no-repeat  0 3px;
                }

        .icon-cd {
                background: url('./images/i_item-cd.png') no-repeat  0 3px;
                }

        .icon-playaway {
                background: url('./images/i_item-playaway.png') no-repeat  0 3px;
                }




.set-info {
	float: right;
	margin-left: 10px;
	}

	.set-price {
		padding: 8px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		color: #000000;
		background-color: #f2f2f2;
		border-bottom: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
		}

        .set-price-login {
	    font-size: 11px;
	    line-height: 5px;
        }

	.set-arrow {
		height: 12px;
		background: url('./images/i_arrow-down.png') no-repeat  15px 0;
		margin-top: -1px;
		}

	.set-content {
		font-size: 11px;
		}

.add-to-cart {
        text-align: right;
        padding: 5px 0 0 10px;
        }

.set-addform {
	padding: 10px 5px;
	font-size: 12px;
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	}

.set-addform-qty {
	width: 30px;
	text-align: center;
	}


.crumbs {
	font-size: 11px;
	margin-bottom: 5px;
	}


.pagging {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 3px 0;
	overflow: hidden;
	font-size: 11px;
	}

		.bottom {
			border: 0;
			padding-top: 0;
			}

	.pagging li {
		float: left;
		margin: 0 1px;
		}

	.pagging li a {
		display: block;
		float: left;
		padding: 0px 6px;
		}

	.pagging li a.selected {
		color: #000000;
		border: 1px solid #dfdfdf;
		background: url('./images/bg_pagging-selected.png') no-repeat bottom right;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}



.nav-sub span.selected {
	color: #000000;
	font-weight: bold;
	}

.nav-sub-parent {
	margin: 0 -10px;
	margin-bottom: 10px;
	}

	.nav-sub-parent li {
		background: #f2f2f2 url('./images/bg_subnav-parent.png') repeat-x bottom;
		padding: 3px 10px;
		margin: 0;
		}

	.nav-sub-parent li a {
		display: block;
		background: url('./images/i_arrow-left.png') no-repeat 0 6px;
		padding: 0px 0px 0px 10px;
		}



.tbl-products {
        background: #ffffff;
        border: 0px solid #444444;
        border-collapse: separate;
        margin-bottom: 20px;
        box-shadow: 0px 0px 6px #c5c5c5;
        border-radius: 4px;
	}

.tbl-products td input {
        width: auto !important;
        }


.tbl-products-heading {
	color: #808080;
	}



	.tbl-products th {
	    background: url("./images/bg_th.png") repeat-x scroll center bottom #444444;
	    border-radius: 4px 4px 4px 4px;
	    color: #FFFFFF;
	    padding: 6px;
	}

        .tbl-products th a {
                color: #000000;
                font-size: 10px;
                background: #d9b31d;
                padding: 1px 3px;
                border-radius: 2px;
                border-left: 1px solid #f9e594;
                border-top: 1px solid #f9e594;
                }

        .tbl-products th a:hover {
                text-decoration: none;
                background: #f1d150;
                }

        .tbl-products td {
                padding: 6px;
                border: 1px solid #ececec;
                }


.wishlisthint {
	border: 2px solid green;
	padding: 4px;
	margin-bottom: 4px;
	background-color: White;
	color: Green;
	font-weight: bold;
	font-size: 14px;
}

.wishlist-sum {
	font-size: 12px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	margin-bottom: 15px;
	}

	.wishlist-sum-total {
		color: #000000;
		font-weight: bold;
		font-size: 15px;
		text-align: right;
		}

	.wishlist-sum-remaining {
		color: #6bbd3a;
		font-weight: normal;
		font-size: 15px;
		text-align: right;
		}

		.wishlist-sum-remaining span {
			display: block; 
			color: #808080;
			font-size: 11px;
			}

.details-box {
    margin-bottom: 20px;
    font-size: 12px;
}

.details-box div {
    margin-left: 60px;
}

.product-content {
	color: #000000;
	padding: 5px 10px;
	border-top: 1px solid #ebebeb;
	}

.product-price {
	overflow: hidden;
	background-color: #f6f5e5;
	padding: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e0c7;
	border-right: 1px solid #e2e0c7;
        clear:left;
	}

	.product-price-value {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		}

.img-thumb {
	float: left;
	margin: 0 15px 5px 0;
	}


.message-box {
	background-color: #f7f5d2;
	border-bottom: 1px solid #e2e0c7;
	border-right: 1px solid #e2e0c7;
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
	}

.confirm {
	font-weight: bold;
	color: #000000;
	}

	.message-box p {
		padding-bottom: 5px;
		}



.tbl-wishlists-status-ordered {
	text-align: center;
	vertical-align: middle;
	background-color: #aad78f;
	color: #29711e;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	}

.tbl-wishlists-status-rejected{
	text-align: center;
	vertical-align: middle;
	background-color: #f48d8d;
	color: #8b1414;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	}

.return-form-label {
    font-weight: bold;
    padding: 10px;
}

.return-form-input {
    padding-bottom: 10px;
}

.deadline {
    margin: 10px 0px 20px 0px;
    font-size: 14px;
}

a.download {
    text-decoration: none;
    color: white;
}

/* ----- checkout steps ----- */

.checkout-steps-wrap {
	margin: 0 -5px 20px -5px;
	border: 0px solid #f2f2f2;
	}

.checkout-steps {
	}

.checkout-steps li {
	display: block;
	float: left;
	position: relative;
	background: #c3d8e8 url('./images/bg_step.png') no-repeat right center;
	width: 130px;
	width: 128px\9; /* IE hack*/
	padding: 5px 0;
	padding-right: 5px;
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	}

	.checkout-steps li span {
		font-size: 18px;
		}

.checkout-steps li span.step-arrow {

	}

.checkout-steps li.step-current {
	background: #486275 url('./images/bg_steps-current.png') no-repeat right center;
	font-weight: bold;
	color: #ffffff;
	width: 130px;
	width: 128px\9; /* IE7 hack*/
	padding-left: 5px;
	}

	.checkout-steps li.step-current.last {
		background: #486275;
		}

.checkout-steps li.last-step {
	background: #c3d8e8 none;
	}

.checkout-steps li.previous-step {
	background: #c3d8e8 none;
	width: 125px;
	width: 120px\9; /* IE7 hack*/
	padding-left: 10px;
	}

.step-arrow {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 10px;
	background: url('./images/bg_steps-current-left.png') no-repeat right center;
	}

.step-title {
    font-size: 20px;
}

/* ----- footer ----- */

#footer {
	font-size: 11px;
	padding: 8px 10px;
	color: #a0a0a0;
	background-color: #f3f3f3;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

	.nav-footer li {
		padding: 0;
		float: left;
		border-right: 1px solid #dadada;
		color: #a0a0a0;
		font-size: 11px;
		}

	.nav-footer li a {
		display: block;
		float: left;
		padding: 0px 10px;
		color: #a0a0a0;
		}
.lab {
	padding-right: 15px;
}

/* ----- help ----- */


.step1 {
        width: 220px;
        float: left;
        color: #000000;
        font-size: 13px;
        }



.step2 {
        width: 220px;
        float: left;
        color: #000000;
        font-size: 13px;
        margin-top: 160px; 
        }


.step3 {
        float: left;
        color: #000000;
        font-size: 13px;
        margin-top: 50px;
        }


.help-box {
        width: 75px;
        float: left;
        color: #000000;
        font-size: 13px;
        margin-top: 100px;
        margin-left: 20px;
        }

.about {
	padding: 30px;
}

.fieldrow {
	padding-bottom: 10px;
	padding-top: 10px;
}


.media-selector, .media-selector a, .media-selector .medialink0, 
#iip-list, #iip-list a, #iip-list .language,
#eca-list, #eca-list a, #eca-list .language {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}

.media-selector a.selected, .media-selector a.selected:hover,
#iip-list a.selected, #iip-list a.selected:hover,
#eca-list a.hover, #eca-list a.selected:hover {
	font-weight: bold;
	padding-left: 6px;
	border-left: 1px dotted #666666;
	color: black;
}

.media-selector a:hover, #iip-list a:hover, #eca-list a:hover {
	padding-left: 0;
	text-decoration: underline;
}

/* ALERTS */

.alert {
  padding: 4px 4px 4px 4px;
  margin-top: 4px;
  margin-bottom: 2px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

#main-sub-filters .alert-block {
	margin-bottom: 20px;
	padding: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert h4 {
  font-size: 14px;
  font-weight: bold;
}

/* SLIDE IN OVERLAY */

#overlay-slide {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}

#overlay-box{
    position:fixed;
    top:-200px;
    left:30%;
    right:30%;
    background-color:#fff;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
    display: none;
}

a.overlay-close{
    float:right;
    width:12px;
    height:12px;
    background:transparent url(./images/i_remove.png) repeat top left;
    margin-top:-12px;
    margin-right:-12px;
    cursor:pointer;
}

.filter-count {
	font-size: 10px;
	color: #aaaaaa;
	font-style: italic;
}

.price {
	background: none;
	border: 0;
	width: 100%;
	color: #f6931f;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.words .text {
	text-transform: capitalize;
}

a.abtn {
font-size: 11px;
padding: 3px;
background: #ffffff url('img/bg_input.png') repeat-x top;
border: 1px solid #e5e5e5;
border-right-color: #c8c8c8;
border-bottom-color: #c8c8c8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#leftbar-filters input[type=text] {
height: 12px;
width: 130px;
padding: 3px;
font-size: 11px;
}

.message {
	padding: 10px;
	font-size: 13px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.message a {
	background: #cd0237;
	color: #ffffff;
}

.set-decription {
	height: auto;
}

.themes .months {
	margin-bottom: 20px;	
}

.theme .img {
	float: left;
	margin-right: 20px;
}

.theme .name {
	padding-top: 13px;
}

.ui-autocomplete-category {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.accordion {
	margin: 0px;
}
.accordion dt, .accordion dd {
	border: 1px solid #cccccc;
	border-bottom: 0;
	padding: 5px;
	border-radius: 4px;
}

.accordion dt {

}

.accordion dt:last-of-type, .accordion dd:last-of-type {
	border-bottom: 1px solid #cccccc;
}

.accordion dt a, .accordion dd a {
	display: block;
}

.accordion dt a {
	font-weight: bold;
}

.accordion dd {
	border-top: 0;
	font-size: 11px;
}

.accordion dd:last-of-type {
	border-top: 1px solid #dddddd;
	position: relative;
	top: -1px;
}

.accordion-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:block;
	color:#777777;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.accordion-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.accordion-button:active {
	position:relative;
	top:1px;
}

