.bigwhite {
    background: #ecf7ff;
    font-size: 0.8em;
    width: 100%;    
}
.bigwhite a,
.bigwhite p {
    font-size: 1em;
    font-family: arial;
}
.products-wrap h2 {
    background: #0b8afe;
    color: #fff;
    padding: 2px 10px;
}
.packs {
    width: 331px;
    float: left;
    margin: 0 6px 24px 0;
}
.canvas {
    float: left;
    width: 336px;
    border: 1px solid #d4d4d4;
    background: #ffffdf;
    margin: 0 0 0 0;
    height: 205px;
}
.photos {
    float: none;
    clear: both;
    overflow: hidden;
    height: 590px;
}
.products-wrap {
    overflow: visible;
    font-family: arial;
}
.canvas .canvas-list {
    padding: 0;
    list-style: none;
    margin: 0 0 5px 0;
}
.canvas .canvas-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.canvas .canvas-list li span{
    font-size: 0.9em;
}
.product-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 177px;
    overflow: visible;
}
.product-list li {
    list-style: none;
    padding: 3px 0px 0 ;
    float: left;
    width: 158px;
    height: 177px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    background: #ffffdf;
    margin: 0 0 6px 11px;
    position: relative;
}
.product-list li.row-first {
    margin-left: 0;
}

.product-image {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.product-image img {
    border: 0;
}
.bigwhite .sub-title {
    margin: 5px 0 0;
}
.bigwhite .title {
    margin: 0;
    font-weight: bold;
}
.price {
    font-weight: normal;
}
.info {
    position: absolute;
    bottom: 14px;
    left: 2px;
    padding: 0;
}
.buttons {    
    overflow: auto;
}
.buttons a {
    float: left;
    display: block;
    outline: none;
}
.buttons a.view-details {
    margin: 4px 0 0 1px;
    font-size: 0.9em;
}
.buy-now {
    background: url('/images/shopping-sprite.png');
    height: 21px;
    width: 83px;
    text-indent: -999em;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.dimension {
    
}
.canvas a.product-image {
    float: left;
    margin-right: 7px;
}
.canvas .detail {
    float: left;
    width: 193px;
}
.discounted {
    text-decoration: line-through;
}

#special-offer {
	background-color:#FFFFCC;
	padding:0;
	border:1px solid #ccc;
}

#special-offer h2 {
    /*background:#CC0000;*/
	background:#0b8afe;
    color:#FFF;
    padding: 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

#special-offer p {
	margin:10px;
	padding:10px;
}

#special-offer a:link, #special-offer a:visited {
	color:#006600;
	text-decoration:underline;
	font-size:14px;
}

#special-offer a:hover, #special-offer a:active {
	color:#009900;
	text-decoration:underline;
	font-size:14px;
}
