Files
2017-03-02 20:30:40 -06:00

32 lines
471 B
CSS

/**MAIN CONTENT SECTION
************************/
#Content {
position: relative;
width:500x;
float: left;
margin:0 0 20px 10px;
padding:0;
background: #FFFFFF;
color: #333333;
}
#SingleProd {
padding:3px;
margin-bottom:20px;
position: relative;
z-index: 1;
float:left;
}
#RelatedProducts {height:100%;}
.BlueBg {
color: #ffffff;
background: #3AB0D6;
font-size:14px;
width:100%;
margin:10px 0;
position: relative;
text-align: right;
padding:0;
}