/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}
body,td{
    font-family: arial;
    font-size: 12px;
    color: black;
}
 
#pagewidth{ 
 text-align:left;  
} 
 
#header{
 position:relative; 
 width:100%;
 text-align:center;
} 
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
 text-align:left;
 }
 #leftcol .inner{
    padding: 5px;
    text-align: left;
    
 }
 #leftcol .inner ul{
    list-style: none;
 }
  #leftcol .inner ul li{
        padding: 3px;
    
  }
#maincol{
        background-color: #FFFFFF;  
        float: left; 
        display:inline; 
        position: relative; 
        width:70%; 
        height: auto;
 }
 #maincol .inner{
    padding: 20px;
 }
 #rightcol{
 width:15%; 
 float:left; 
 position:relative; 
 }
 
#footer{
 height:50px; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#product_list{
    margin-top: 10px;
    margin-bottom: 10px;
}
#product_list .product{
    width: 30%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    
    position: relative;
    border: 1px solid #CCCCCC;
}
#product_list .product .image{
    height: 75px;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
#product_list .product .noimage{
    background: #EBEBEB;
    color: #CCCCCC;
    text-align: center;
    font-weight: bolder;
    vertical-align: middle;
}

#product_list .product .title{
    font-weight: bolder;
    padding: 3px;
    margin-bottom: 5px;
    height: 35px;
}

#product_list .product .price{
    font-size: 14px;
    color: red;
    margin-bottom: 5px;
}
h2{
    font-size: 15px;
    font-weight: bolder;
    padding: 5px;
}

h3{
    font-size: 13px;
    font-weight: bolder;
    padding: 5px;
}

.personalization {
    margin-bottom: 10px;
}

.cart .tableText {
    border: 1px solid #CCCCCC;
    padding: 5px;
    vertical-align: top;
}
.cart .tableText .img{
    vertical-align: top;
}
.cart .tableHeaders{
    background: url(../img/cart_header.jpg) repeat-x;
    padding: 5px;
    font-weight: bolder;
    text-transform: capitalize;
    height: 20px;
    color: #777777;
}
.cart .tableTotalLabel{
    font-weight: bolder;
    text-transform: capitalize;
}
.cart .tableTotalLabel, .cart .tableTotal{
    padding: 5px;
    border: 1px solid #CCCCCC;
}