* {
	margin:0;
	padding:0;
	}


img.addtocart {
	float:right;
}

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#B8B490;
	color:#f1f1f1;
	margin: 10px;
	}

#imain {
	margin-left:5px;
}

#cart th, #invoice th, .cart th {
border: 1px solid black;
background-color:#8A832E;
}

#descr_nostock {
	color: gray;
}

.body td {
border: 1px solid white;
}

.cart caption {
font-family:Arial, Helvetica, sans-serif;
color:#587ec5;
text-align: left;
font-size:12pt;
font-weight:bold;
clear:both;
}

a {
	color:#f1f1f1;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#D8E673;
	}
img {
	border:0;
	}
p {
	margin-bottom:10px;
	}


/* Structure */

#container {
	width:780px;
	margin:0 auto;
	background-color:#2A1F18;
	}
#header {
	height:139px;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat-x;
	}
#sidebar {
	float:right;
	width:160px;
	padding:10px;
	}
#body {
	padding:10px;
	margin-right:180px;
	min-height:300px;
	}
#footer {
	padding:22px;
	text-align:right;
	background-image:url(images/bg-header.jpg);
	background-repeat:repeat;
	}


/* Top Menu */

#menu {
	float:left;
	}
#menu ul {
	list-style-type:none;
	padding-left:10px;
	}
#menu li {
	float:left;
	text-align:center;
	margin-left:3px;
	}
#menu li a {
	width:90px;
	height:26px;
	line-height:26px;
	display:block;
/*	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
*/
	background-color:#2a1f18;
	color:#ffffff;
	font-size:0.8em;
	margin-top:33px;
	}

#menu .checkout {
        border:1px red dashed;
}

#menu li a:hover {
	height:26px;
	line-height:26px;
	margin-top:33px;
	background-image:url(images/menu-hover.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	}
#menu li .active {
	height:26px;
	line-height:26px;
	margin-top:33px;
	background-image:url(images/menu-hover.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	}


/* Headings */

h1 {
	line-height:30px;
	padding-top:50px;
	padding-left:10px;
	font-size:58px;
	color:#eeeeee;
	background: url(images/back.gif) bottom left repeat-x;  
	}
h2 {
	color:#B03D23;
	font-weight:bold;
	letter-spacing:-1px;
	}

h3 {
	color:#8A832E;
	font-weight:bold;
	}
h4 {
	color:#D8E673;
	font-weight:bold;
}
h5 {
	color:#8A832E;
	font-weight:bold;
	letter-spacing:-1px;
	padding: 0 0 0 20px;
	background: url(images/data.gif) bottom left no-repeat;  
}

.title_blue,.title_blue a {
	color:#B03D23;
	font-weight:bold;
        text-decoration:none;
	letter-spacing:-1px;
	font-size:20px;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	}
#sidebar li {
	padding-left:10px;
	}
#sidebar li a {
	font-weight:normal;
	}	


/* Tag Data */
acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}
del{
	color:#999;
}
.allcaps{
	font-stretch:wider;
	font-variant:small-caps;	
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.orange{
	color:#B03D23;
}
.olive{
	color:#8A832E;
}
.priceline {
	color:#FCFC76;
	font-weight:bold;
}

.highlight{
	color:#3C8C06;
	font-weight:bold;
}
