/* CSS Document */

#header {
	background-image: url(../../images/header-downloads.jpg);
}

/* serach results*/

.search_results{
 color:#333366;
 font-weight:bold;
 margin:5px;
 padding:10px;
 width:auto;
 background-color:#F0F0F0;
 border-bottom:2px solid #DDDDDD;
 

}

/* shopping cart */
#shoppingcart{
	background:#336699;
	background-image:url(../../images/shopbackg2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px;
	padding-bottom:80px;
	padding-top:25px;

	width:250px;
	height:300px;
}

#shoppingcart h4 {
color:#FFFFFF;

}

#shoppingcart table {
	border:1px solid #49557C;
	margin-right:20px;

}
#shoppingcart th {
	padding:2px;
	background-color:#E8E3C6;
	color:#333333;
/*	font-size:10%;*/
}


#shoppingcart td {
	padding:2px;
	color:#FFFFFF;
	border-bottom:1px solid #E8E3C6;
}

#shoppingcart a {

	color:#FFFFFF;

}

#shoppingcart td.checkout {

	background-color: #E8E3C6;

}

#shoppingcart td.title {

	width:100px;
	
}

.checkoutbtn{
	background-image:url(../../images/checkoutbtn.gif);
	background-color:#CCCCCC;
	border:none;
	width:82px;
	height:22px;
	margin:0px;
	cursor:hand;


}

#clearbtn{
	background-image:url(../../images/clearbtn.gif);
	width:82px;
	height:22px;
	margin:0px;	
	cursor:hand;	


}
/* ****** Checkout screen */

.purchasedetails{


}

.purchasedetails th{
	background:#EBEBEB;
	padding:5px;
}

.purchasedetails td{
	border-bottom:1px solid #EBEBEB;
	padding:5px;
}

.purchasedetails{
	margin:10px;

}

/* ****************************************** Article */


.article{
	clear:both;

	padding:10px;
	padding-right:30px;
	border-bottom:1px dotted #666666;
}

.article p.brief {
 color:#333333;

}

.icon{

}

.sidepanel{
	float:right;
	text-align:center;
	width:150px;
/*	border:1px solid #00FF00;*/
}

.sidepanel a {
 color:#7D6A59;


}

/* *************************** related items */


.relateditems {


	padding:5px;
	text-align:left;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;

	width:120px;
	background-color:#F0F0F0;
/*	border:1px solid #FF0000;*/


}


.relateditems  h6{
	background-color:#FFFFFF;
	padding:2px;
	padding-left:5px;
	margin:0px;
	letter-spacing:1px;
	border-bottom:1px solid #DDDDDD;

}

.relateditems ul {
	 padding:2px;
	 margin:0px;
	 margin-left:5px;
}

.relateditems li {

 list-style-type:none;
 color:#AAAAAA;

 padding:0px;
 margin:1px;

}

.relateditems a{
	color:#3C4988;
	font-size:10px;

}
.relateditems a:visited{
	color:#3C4988;
	font-size:10px;	
}

/* ************************************************************ */

.price{
	color:#40331C;
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
	
	
}

.addtocart{
	margin:0px;
	width:150px;
}

.freedownload{
	margin:0px;
	width:150px;
}


/* ***************************************** Reviews */
.reviewsbtn {
	margin:10px;
	font-weight:bold;

}
.closereview {
 padding:3px;
 font-weight:bold;

}

.reviews{
	font-size:85%;
	clear:both;
	 margin:5px;
	 padding-left:25px;
	 background-image:url(../images/back-reviews3.gif);
	 background-repeat:no-repeat;
	 border-bottom:3px solid #F0F0F0;
	 background-color:#FAF8F2;
	 

}

.reviews ul{
	list-style-type:disc;
	
	margin:5px;

	padding:5px;
	padding-top:10px;		

}

.reviews li{
	margin-bottom:5px;
}

/* ************************************************** */

#pdflist{
 margin:5px;
 border:1px solid #DDDDDD;
 padding:2px;
}

#pdflist li{
 padding:5px;
 font-weight:bold;


}

