img, object, embed, video {
    max-width: 100%;
    width: auto;
}

.store-padding{
    padding-left: 0px;
    padding-right:0px;
    padding-top: 20px;
    padding-bottom: 20px;

}

#thankYou_Text{
    width: 90%;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}



.option-header{
    font-size:20px;	
}
.breadcrumbBox {
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}

/* USPS Shipping validation window */

#usps_address_validation_window {
    background-color: #FFF;
    color:#000;
    border: #000 3px solid;
    padding: 20px;
    text-align: center;
    position: absolute;
    display: none;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    z-index: 100;
}
/* removed in place of buttonsSm 
.usps_address_validation_window_submit{
        background-color:#5e7583;
        color:#FFF;
        padding:5px 10px;
        border: none;
}
*/
#usps_address_background {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    z-index: 1;
}
/* store category/product default styles */

.category-header{
    float: left;
    margin-right: 17px;
    margin-bottom: 17px;
    width: 632px;
    height: 179px;
    overflow: hidden;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius:12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;
    border: #000000 thin solid;
    position:relative;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.productBox {
    /*float: left;
    margin-bottom: 17px;
    height: 197px;
    margin-right: 1%;
    width: 22%;
	padding:1%;

    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius:12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;*/
    border: #ccc 1px solid;
    position:relative;
    overflow: hidden;
}
.productBox a img,.category-header a img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    /*border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius:12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;*/
}
.productBox:hover{
    -moz-box-shadow: 6px 6px 8px #666;
    -webkit-box-shadow: 6px 6px 8px #666;
    box-shadow: 6px 6px 8px #666;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}
.productBoxend {
    margin-right: 0px;
}
.productBox-image {
	overflow: hidden;
	background-color: #000000;    /*height: 140px;*/
	vertical-align: middle;
}
.productBox-image img {
    border: 0px;
}
.productBoxLast {
    /*margin-right: 0%;*/
}
.productBoxTitle {
    /*position: absolute;
    bottom: 0;
    right: 0;
    color: white;*/
    width: auto;
    font-size: 14px;
    padding:10px;
}
.outofstock {
    position: absolute;
    top:90px;
    right:-10px;
    text-align:center;
    /*width: 100%;*/


    text-shadow: 1px 1px 2px #000000;
    font-size: 50px;
    padding-bottom: 15px;
    padding-right:10px;

    color:#FF0000;
    z-index:1000;
    /* Safari */
    -webkit-transform: rotate(-45deg);

    /* Firefox */
    -moz-transform: rotate(-45deg);

    /* IE */
    -ms-transform: rotate(-45deg);

    /* Opera */
    -o-transform: rotate(-45deg);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius:12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;
}

.modal-box{
    background-color: #000;
    position: absolute;
    width: 250px;

    height: 250px;
    z-index: 999;
    overflow: hidden;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius:12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}



.category-header .productBoxTitle {
    font-size: 36px;
    padding-bottom: 45px;
    padding-right: 30px;
}
#product-listing{
    width:650px;
}
#product-listing .productBoxTitle {
    text-shadow: 1px 1px 2px #000000;
}
.productBoxTitle a {
}
.productBoxTitle a:hover {
}


/** FOR FILTERING **/

#productlistbox .mix{
    display: none;
}
.productImageLrg img {
	border: 1px solid #CCCCCC;
	padding: 0.8% 1%;
	width: 98%;
}

.container .fail-message{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.container.fail .fail-message{
    opacity: 1;
    pointer-events: all;
    position: relative;
}

.container .fail-message:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.container .fail-message span{
    display: inline-block;
    color: #000;
    font-size: 36px;
    vertical-align: middle;
}

#detailbttmbox {
    border-top: 1px solid #C4C4C4;
    margin-top: 20px;
}
#detailimagebox {
    float: left;
    /*clear: right;
    width: 415px;*/
}
#detailimagebox img {
    border: 1px solid #C4C4C4;
}
#detailimagebox h3 {
    text-align: center;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    color: #000000;
}
#detailthumbbox {
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    /*background-color: #BFBFBF;*/
}
#detailthumbbox a {
    float: left;
    display: block;
    /*border: 1px solid #C4C4C4; */
    margin-left: 1px;
    margin-right: 1px;
}
#detailtextbox {
    float: right;
    width: 280px;
}
#detailtextbox form {
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #EEEEEE;
    margin-top: 30px;
    margin-bottom: 30px;
}
#detailtextbox p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}
#detailtextbox form .buttons {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}




/* PRODU */

