/*
    Document   : productsub
    Created on : 14-aug-2009, 16:05:06
    Author     : Arjen Zwerver
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import url("../../BBProducts/css/main.css");
#productsRight #maincontent {
    width: 618px;
    float: none;
}
#productsRight img {
	margin: 3px 0 10px 13px;
	float: right;
}
#productsRight p {
    margin: 0 0 20px 0;
    padding: 0;
}
#productsRight > div {
    float: left;
    width: 293px;
}
#productsRight > div.marginBorder {
    margin-right: 16px;
    padding-right: 15px;
    border-right: 1px solid #d3d3d3;
}

div#buttonbar{
    padding-top: 10px;
    margin: 0px 0px 0 0px;
	float:left;
    width:618px;
    text-align: center;
}
div#buttonbar .clearing{
    height: 0px;
}
div#buttonbar a.page {
    margin: 4px 4px 0 4px;
    color: #DF1C85;
    text-decoration: none;
}
div#buttonbar a.page.selected {
    font-weight: bold;
}
div#buttonbar a.button {
    background: url(../../BBCommon/images/search.jpg) no-repeat;
    display: block;
    float: left;
    width: 102px;
    height: 28px;
    font-family : tahoma;
    font-weight : bold;
    font-size: 11px;
    line-height: 26px;
    color       : #FFFFFF;
    text-align: center;
    border: none;
    text-decoration: none;
}