/*Tab interface style*/

#price_wrapper{
   padding: 20px 0 0 0;
}

* html #price_wrapper a:link, a:visited, a:hover, a:active {
    border-width: 1px;
    outline: 1
}

div.price_tab_layout {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.price_title_layout {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/price_tab_pixel.gif) bottom left repeat-x;
}

ul.price_title_layout li {
	margin: 0 2px 0 0;
	float: left;
}

ul.price_title_layout a {
	float: left;
	display: block;
	padding: 4px 8px;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
        border: 1px solid #ccc;
	border-bottom: 0;

}

ul.price_title_layout a:hover {
	background: #fff;
	border-bottom: 0;
}

ul.price_title_layout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: red;
	border-bottom: 0;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 20px 8px 0 8px;
}

.specification{
        padding:10px 0px 10px 10px;
        margin:0px 5px 40px 5px;
        width:705px;
        border:1px solid #f2f2f2;
        color:#666
}

.keypoint{
        float:left;
        font-weight:bold;
}

.discountImage{

        margin-left:10px;
        width:70px;
        height:71px;
        color:#fff;
        background: url(../images/discountbadge.gif) no-repeat;
}

.discountNb{
       padding-top:25px;
}

table.price {
	border-collapse: collapse;
	width:715px;
	border-bottom:1px solid #ccc;
	margin-left:5px;
}
table.price th {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
}
table.price td {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


/*End Tab interface style*/


/* price table style*/

table.price .tableTitle
{       float:left;
	padding-left:5px;
        text-align: left;
	font-size: 13px;
	font-weight: bold;
}

table.price .tableSpec
{       float:right;
}

table.price th.discount{
        background-color: #fff;
        border-width:0px 1px 1px 0px;
        font-size:18px;
        font-weight:bold;
}

table.price tr.quantityrow{
        background-color:#ccc;
        color: #ffffff;
	text-align: right;
}

table.price tr.pricerow1{
	background-color: #F2F2F2;
	text-align: right;
}

table.price tr.pricerow2{
	background-color: #fff;
	text-align: right;
}

table.price tr.tax{
	display:none;
}

table.price td.rowlabel{
	width:110px;
	color:#5A5A5A;
}

/* End price table style*/

/* postage style*/
.postagecalc
{
	float: left;
	width: 140px;
	margin-bottom: 6px;
	color:#5A5A5A;
	padding-left: 10px;
	margin-right: 6px;
}
.postagecalc1
{
	float: left;
	width: 140px;
	background-color: #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin-top:10px;
	font-weight: bold;
}
.postagecalc2
{
	text-align: right;
	padding-right: 10px;
}
.postagecalc3
{
	text-align: right;
	background-color: #CCCCCC;
	padding: 5px 10px 5px 0px;
	margin-top:10px;
        font-weight: bold;
}

.postagewidth
{
	margin: 20px 0px 20px 5px;
	width: 310px;
	padding-top:10px;
	border:1px solid #ccc;
}

/* End postage style*/

.left
{
	float: left;	
}

.right
{
	float: right;	
}

.pricerow1 .rowlabel, .pricerow2 .rowlabel, .laminationrow .rowlabel, .productionspeedrow .rowlabel
{
	font-weight: bold;
	text-align: left;
}

