/* CSS Document */



.productLeftCol {
	float:left;
	padding:0;
	margin:0 0 0 10px;
	width:90px;
}
.productLeftCol {
	color:#c00000;
	font-size:.9em;
	font-weight:bold;
}
.productPriceInfo {
	font-size:.9em;
}
.productLeftCol img {
	margin-top:10px;
}
.productLeftCol p {
	margin-top:0;
	padding-top:0;
}
.productRightCol, .productRightColCards {
	float:right;
	padding:0;
	margin:0 10px 0 0;
	width:440px;
}
.productRightColCards {
	width:360px;
}

.productRightCol ul {
	margin:10px;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	/*list-style-position:outside; list-style-image:url(../images/bullet_arrow.gif);*/
}
.productRightCol li {
 	padding:0 0 0 18px;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.productSpan {
	font-size:.8em;
	padding-bottom:2px;
	text-align:right;
	border-bottom:1px dotted #cccccc;
	clear:both;
	margin:0 10px 0 10px;
}
.productPrice {
	color:#cc0000;
	font-weight:bold;
	margin-right:10px;
}


.productPackage {
	float:right;
	padding:0;
	margin:0 0 5px 10px;
}
.productScreenshot {
	float:left;
	padding:0;
	margin:0 10px 5px 0;
}


.productsMainDisplayCol1 {
	padding:0px;
	border:left;
	margin:0 0 0 190px;
	background-color:#FDFDEB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454545
	
}
.rightborder { 
border-right: 1px solid #000000; 
} 

.rightborderBottom { 
border-right: 1px solid #000000; 
border-bottom: 1px solid #000000; 
} 
.productsMainDisplay img {
	padding:0;
	margin:0;
}

/* ----------  SHOPPING BASKET  ---------- */
.basketTop {
	float:right;
	color:#c00000;
	font-weight:bold;
	clear:both;
}
