@import "bodyparts.css";
@import "general.css";
@import "debug.css";
@import "buttons.css";
@import "frames.css";
@import "corfumap.css";

html,
body
{	margin:0;
	padding:0
}

body
{
    font-size:13px;
    font-family:Tahoma, Verdana, Helvetica, sans-serif;
    font-style:normal;
	color:#333;   
}

body p
{
	line-height:1.5em;		
}


*
{
    padding: 0;
    margin: 0;
    /*font-family:   Verdana, Arial, Sans-serif;*/


     /*font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;*/
}

a
{
	text-decoration:none;	
}

a:active
{
	border:0;
}

ul li
{
    list-style:none; /* get rid of the bullets */
}

.VerticalSpace
{
	height:10px;
}

td.footerRow
{  
    border-top:solid 2px #666;
    
    margin-top:6px;
    padding-top:5px;
}


.listImage
{
    width:100px;
    height:121px;
    padding:0;
    float:left;
    text-align:center;
}

.listImage img
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:0;
}

hr.separator,
hr.separatorbold
{
	border:0;
	border-top:solid 1px #cfcfcf;	
	height: 1px;
	clear:left;
	margin-top:10px;
	margin-bottom:5px;
}

hr.separatorbold
{
	border-top:solid 1px #777;	
}


/* MISC */


/* Offer price in red */
.price{
  color: red;
  font-weight:bold;
}


/* in the offers, the original price */
.originalPrice{
  text-decoration: line-through;
}

.quantity{
    background-color:#FFF;
    width: 30px;
    height: 17px;
    font-size:12px;
    color:#444;
    padding-top:1px;
    border:1px solid #666;
}

.widthName,
.widthEmail
{
	width:200px;
}

.widthTK
{
	width:50px;
}

.widthPhone
{
	width:100px;
}

.StaticText
{
	padding:20px;
}

.StaticText p
{
	padding-bottom:5px;
}

.width30pc
{
	width:40%;
}

div#extralinks a
{
	color:#FFF;
	font-size:xx-small;
}


