.modulebox {
    margin-top: 20px;
}

.productbox {
    background-color:#f0f0f0;
    padding:10px;
    margin-bottom:10px;
    margin-left:12px;

    -webkit-box-shadow: 6px 6px 6px -6px  #999;
    -moz-box-shadow: 6px 6px 6px -6px  #999;
    box-shadow: 6px 6px 6px -6px #999;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.productbox:hover {
    /*	-moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc; */

    /*	-webkit-box-shadow: 0 8px 6px -6px  #999;
           -moz-box-shadow: 0 8px 6px -6px  #999;
                box-shadow: 0 8px 6px -6px #999;*/
    -webkit-box-shadow: 6px 8px 8px -6px  #999;
    -moz-box-shadow: 6px 8px 8px -6px  #999;
    box-shadow: 6px 8px 8px -6px #999;

    cursor: pointer;
}

.producttitle {
    font-weight:bold;
    padding:5px 0 5px 0;
}

.productprice {
    border-top:1px solid #dadada;
    padding-top:5px;
}

.pricetext {
    font-weight:bold;
    font-size:1.4em;
}


.dual-list .list-group {
    margin-top: 8px;
}

.list-left li, .list-right li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

.list-arrows button {
    margin-bottom: 20px;
}

.shortcut-dialog {
    width: 60%;
}

@media only screen and (max-width: 480px) {
	.productprice {
		display:none;
	}
	.productbox{
		margin-left: 5%;
	}
}

@media only screen and (min-width: 481px) and (max-width : 1199px) {
	.productbox{
		margin-left: 6% !important;
	}
}


@media (min-width : 768px) {
	.productbox{
		margin-left: 2.6%;
	}
}


.accessDirect {
    -webkit-box-shadow: 6px 6px 6px -6px  #999;
    -moz-box-shadow: 6px 6px 6px -6px  #999;
    box-shadow: 6px 6px 6px -6px #999;

    border: 1px solid rgb(212, 212, 212);
    margin-bottom: 10px;
    margin-left: 12px;
    -moz-border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    height: 120px;
    border-radius: 5px;

}




.accessDirectTitle {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(-45deg,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(-45deg,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10 preview */
    background: linear-gradient(135deg,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 40px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    font-style: italic;

}

.accessDirectTitleCenter {
    padding-top: 7px;
}

.accessDirectTitleCenter i {
    position: absolute;
    top: 13%;
    left: 3%;
}

.accessDirectTitle i {
    position: absolute;
    top: 12%;
    left: 3%;
}
.accessDirectText {
    padding: 5px;
}

.accessDirect:hover {
    -webkit-box-shadow: 6px 8px 8px -6px  #999;
    -moz-box-shadow: 6px 8px 8px -6px  #999;
    box-shadow: 6px 8px 8px -6px #999;

    cursor: pointer;
}

.accessDirectTitleCenter span {
    padding-left: 5%;
}

.accessDirectTitle span {
    padding-left: 10%;
}

.accessDirectText span{
    font-size: 13px;
}