﻿.addToBasketDialog
{
	padding:5px;
	padding-left:5px;
	padding-right:5px;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border:2px solid black;
	
	margin:auto;
	*padding-bottom:1px;
	
}

.addToBasketDialog span.title, .addToBasketDialog span.othersBought
{
	
	color:#3C8C1E;
	display:block;	
	font-size:11px;
	font-weight:bold;
	height:33px;	
	line-height:33px;
}
.addToBasketDialog span.title
{
	background:transparent url('/repository/images/singleProduct/basket.gif') no-repeat scroll left top;		
	padding:0 0 13px 39px;
}

.addToBasketDialog span.othersBought
{
	background:transparent url('/repository/images/singleProduct/heart.gif') no-repeat scroll left top;
	padding:0 0 0 39px;
	
}


table.productAddedToCart
{
	font-size:11px;
	background-color:#F0EEEE ;
	border-top:1px solid #B1B1B1;
	border-bottom:1px solid #B1B1B1;
	width:100%;
}
table.productAddedToCart td
{
	text-align:left;	
}
table.productAddedToCart td.productImage
{
	background-color:White;
	height:82px;
	width:41px;
}
table.productAddedToCart td.productPrice
{
	width:121px;
	color:#F0007D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}
table.productAddedToCart td.productDescription
{
	padding-left:10px;
}


.btnGoToCart,.btnContinueShopping
{
	display:block;
	float:left;
}
.addToBasketDialog .buttons
{
	float:right;
	padding-top:14px;
	padding-bottom:40px;
	*padding-bottom:42px;
}
.addToBasketDialog .buttons .btnGoToCart
{
	width:134px;
	height:38px;	
	background-image:url('/repository/images/singleProduct/goToSCart_el-GR.gif');
}
.addToBasketDialog .buttons .btnContinueShopping
{
	width:144px;
	height:38px;	
	background-image:url('/repository/images/singleProduct/continueShopping_el-GR.gif');
}

.clear
{
	width:100%;
	clear:both;
}
table.productOthersBought td
{
	width:170px;	
	height:200px;
	text-align:center;
	cursor:pointer;
	*height:190px;
}
table.productOthersBought td img
{
	width:105px;
	height:105px;
	margin:auto;
	cursor:pointer;
}
table.productOthersBought td .productDescription
{
	color:#556E73;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-top:20px;
}
table.productOthersBought td .productPrice
{
	color:#F0007D;
	font-size:10px;
	font-weight:bold;
}
table.productOthersBought td.separator
{
	background-image:url('/repository/images/singleProduct/rightBorder.gif');
	background-position:top;
	width:5px;
	empty-cells:show;
	background-image:url('/repository/images/singleProduct/rightBorder.gif');
	background-position:center top;
	background-repeat:no-repeat;
	height:200px;
}

/* Override the modal style to remove the border and top drag handle */
 .drag-handle
{
    display:none;
}
.dhtmlwindow
{
    border:none;
}
