@charset "windows-1252";

/*///////////////////////////////////
			COLOR
////////////////////////////////////*/

.dark
{
	background-color: #FFEA94;
}

.soft
{
	background-color: #FFF3C4;
}

/*///////////////////////////////////
			CSS for quick overview
			of item in a shop
////////////////////////////////////*/
.quick
{
	border: 1px solid #000000;
	margin-top: 10px;
}

.quick .image
{
	width: 100px;
	height: 100px;
	float:left;
	margin: 5px;
	margin-right: 20px;
	border: 1px solid #000000;
}

.quick .description
{
	font-size:15px;
	margin: 15px;
}

.quick .description:first-line
{
	font-size:20px;
}

.quick .details
{
	float: right;
	margin: 15px;
}

/*///////////////////////////////////
			CSS for quick overview
			of item in a shop
////////////////////////////////////*/

.long
{
	
}

#mainImg
{
	border: 1px solid black;
	display: block;
	float: left;
	margin: 5px;
}

.long .description
{
	font-size:15px;
	margin: 15px;
	text-indent: 2cm;
	text-align: justify;
}

.long .title
{
	font-size:30px;
	text-align: center;
	color: #ff0000;	
}

.long .details
{
	float: right;
	margin: 15px;
	margin-top:0;
	width: 200px;
	font-size: 17px;
}

.long .order h1
{
	font-size:15px;
	text-align: center;
	font-weight: bold;
	color: red;	
	margin: 0;
	padding: 0;
}

.long .order
{
	font-size:15px;
	border: 1px solid red;	
	background-color: #FFEA94;
}

.long .listImages
{
	text-align:center;
}

.long .listImages img
{
	border: 1px solid black;
}

/*///////////////////////////////////
			CSS for the tree
////////////////////////////////////*/

.tree
{
	list-style-image:url(../site_images/arrowCat.gif);
} 

.select
{
	font-weight:bold;
}

/*///////////////////////////////////
			CSS for the location
////////////////////////////////////*/

.location
{
	width: 100%;
	border: 1px solid black;
}

/*///////////////////////////////////
			CSS for shop messaging
////////////////////////////////////*/ 

.message
{
	font-size: 15px;
	color: red;
	text-align:center;
}

/*///////////////////////////////////
			CSS for basket
////////////////////////////////////*/ 

.basket .title
{
	background-color: #ffcc66;
	font-size: 18px;
}

.basket .title td
{
	border-bottom: 2px solid black;
}

.basket .end td
{
	border-top: 2px solid grey;
}

.basket .custom
{
	border: 1px dashed grey;
	border-top: 0px dashed grey;
}

.paypal_box
{
	width:500px;
	height:350px;
	background-color:#fff;
	padding:10px;
	z-index:10;
	margin-left: auto;
    margin-right: auto;
}

.custom ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}

.basket .checkout
{
	background-color: #CC0000;
	font-weight:bolder;
	font-size:18px;
	color: #DDDD00;
	width: 200px;
}

.basket .checkout:hover
{
	background-color: #E90000;
}

.paypal_box h1
{
	color:#E90000;
	font-size:22px;
	font-weight:bolder;
}

.paypal_box h2
{
	color:#00CC00;
	font-size:20px;
	font-weight:bold;
}
