/*
 * This file is part of the Da Vinci Risk website.
 * (c) 2007 Da Vinci Risk limited http://www.davincirisk.com
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 /* old css */
.productEven
{
clear: both;
padding-top:1em;
background:#e0e0e0;
}
.productOdd
{
clear: both;
padding-top:1em;
background:#f0f0f0;
}
.productInfo
{
width: 50%;
clear: both;
float: left;
}
.productTitle
{
float: left;
margin:0.5em;
padding:0.5em;
font-weight: bold;
font-style: italics;
}
.buyNow
{
margin:0.5em;
padding:0.5em;
}
.productPrice
{
float: right;
margin:0.5em;
padding:0.5em;
border:medium outset;
}
.productPriceExVat
{
font-weight:bold;
}
.productPriceIncVat
{
font-weight:normal;
}
.productDescription
{
float: left;
}
.productOsList
{
clear: both;
padding-top:1em;
}
.productOsSingle
{
float: left;
}
.productOptions
{
clear: both;
margin:1em;
padding-top:1em;
}
.productOptionSingle
{
float: left;
border-style:dotted;
border-width:thin;
margin:0.2em;
padding:0.2em;
}

div#productTable{
clear:both;
font-size: 1.0em;
text-align:center;
}

div#productTable th,
div#productTable td{
border-bottom: dotted thin;
border-right: solid thin;
}

.storageSize {
	font-size: 1.1em;
	font-weight: bold;
}

.osCompatibility {
	font-size: 0.8em;
}

.productPriceExVat
{
font-weight:bold;
}
.productPriceIncVat
{
font-weight:normal;
}
.buyNow
{
margin:0.5em;
padding:0.5em;
}