@font-face {
    font-family: 'TirantiSolidLETPlain';
    src: url('font/tiranti-solid-let-plain-1-0-webfont.eot');
    src: local('☺'),
		url('font/tiranti-solid-let-plain-1-0-webfont.woff') format('woff'),
		url('font/tiranti-solid-let-plain-1-0-webfont.ttf') format('truetype'),
		url('font/tiranti-solid-let-plain-1-0-webfont.svg#webfontsde41069') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	background: #FFF url(../img/background.gif) top left repeat-x;
	font-size: 13px;
	color: #111;
}
div#main {
	width: 850px;
	margin: 20px auto 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a.active {	color: #F3B6B6; /* pink */ }
a img { border: none; /* for ie */ }
hr { display: none; }
h1 {
	margin: 0; padding: 0;
	font-weight: normal;
	text-align: center;
	font-family: TirantiSolidLETPlain;
	font-size: 64px;
}
h2, h3, h4, h5 {
	font-weight: normal;
	color: #000;
}
.tooltip {
	padding: 3px;
	text-align: center;
	z-index: 2;
	color: #000;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
/* #####################
 * NAVIGATION */
ul#menu,
ul#menu-categories {
	margin: 15px 0; padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul#menu-categories {
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #F3B6B6;
}
ul#menu li,
ul#menu-categories li {
	display: block;
	float: left;
	width: 94px;
	text-align: center;
	font-size: 13px;
}
ul#menu-categories li {
	font-weight: bold;
}
ul#menu .menu-divider,
ul#menu-categories .menu-divider {
}
h5 {
	margin: 0 0 10px; padding: 0;
	font-family: TirantiSolidLETPlain;
	font-size: 34px;
	float: left;
}
span#browse {
	margin: 0 10px 10px 0;
	float: right;
	text-align: right;
}
span#browse form {
	margin: 0; padding: 0;
	font-size: 13px;
}
span#browse form input { position: relative; top: 1px; #top: 2px; }
span#navig { margin: 0 20px; }
/* #####################
 * CONTENT */
div#content { margin-top: 15px; }
div#cont_text a { border-bottom: 1px dotted #000; }
div#cont_text a:hover { border-bottom: 1px dotted #fbb2b2; }
div#cont_text img {
	margin: 12px;
	border: 1px solid #b5b5b5;
}
div#cont_text hr {
	border: none;
	height: 1px;
	background: #CCC;
	width: 300px;
	display: block !important;
	margin: 0 auto;
}
h4 {
	margin: 20px 0 -10px;
	font-family: TirantiSolidLETPlain;
	font-size: 34px;
}
div#content ul {
	margin-left: 20px; padding: 0;
}
div#content li {
	list-style-type: none;
	padding-left: 20px;
	background: url(../img/heart.gif) center left no-repeat;
	margin: 10px 0;
}
div#cont_text table.news {
	margin: 5px; padding: 0;
}
div#cont_text table.news p { margin: 5px; }
div#cont_text table.news td {
	vertical-align: top;
	padding: 5px;
}
div#cont_text table.news td.news-img { text-align: center; }
div#cont_text table.news th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
}
div#cont_text table.news th em {
	color: #000;
	font-weight: bold;
	font-style: normal;
}
/* #####################
 * CONTENT, LIST */
div.product_list {
	width: 400px;
	margin: 5px; padding: 5px;
	display: -moz-inline-stack; /* for old firefox */
	display: inline-block;
	/* inline-block for ie67: */
	zoom: 1;
	*display: inline;
	/* endie */
	vertical-align: top;
	text-align: center;
	border: 1px solid #ccc;
}
div.product_list h2, div.product_list h3 { margin: 5px; }
div.product_list h2 { font-size: 17px; }
div.product_list h3 { font-size: 15px; font-weight: bold; }
/*div.product_list img { width: 200px; height: 150px; }*/
div.product_list a {
	width: 40px; height: 17px;
	position: relative;
	overflow: hidden;
}
div.product_list a span {
	width: 40px; height: 17px;
	display: block;
	position: absolute; left: 0; top: 0;
	z-index: 1;
	cursor: pointer; /* for ie */
	background: url("../img/btn_view.gif") scroll no-repeat top left;
}
/* #####################
 * CONTENT, DETAIL */
div.product_detail {
	position: relative;
	padding-bottom: 20px;
}
div.product_detail img { border: 1px solid #2a2a2a; }
div#detail_info { margin-left: 440px; }
div#detail_info h2 { margin: 0 0 15px; }
div#detail_info h3 {
	margin: 15px 0;
	font-size: 30px;
	color: #F3B6B6; /* pink */
}
div#detail_info p { margin: 0; }
div#detail_info a {
	width: 103px; height: 32px;
	position: relative;
	overflow: hidden;
}
div#detail_info a span {
	width: 103px; height: 32px;
	display: block;
	position: absolute; left: 0; top: 0;
	z-index: 1;
	cursor: pointer; /* for ie */
	background: url("../img/btn_addtocart.gif") scroll no-repeat top left;
}
p#detail_navig {
	margin: 15px 0 !important;
}
p#detail_navig a {
	font-weight: bold;
}
/* #####################
 * CONTENT, SHOPPING CART */
ul#cart_menu {
	padding: 0; margin: 0;
	float: right;
}
ul#cart_menu li {
	margin: 0 3px 0 0; padding: 2px 4px;
	display: inline;
	zoom: 1; /* ie sucks */
	font-size: 12px;
	border-top: 2px solid #fbb2b2;
	cursor: default;
	background: transparent;
}
ul#cart_menu li.active {
	color: #000;
	background-color: #fbb2b2;
}
table.cart {
	width: 100%;
	font-size: 13px;
	border: 1px solid #eee;
	border-collapse: collapse;
}
table.cart td, table.cart th {
	padding: 4px;
	border: 1px solid #eee;
}
table.cart th {
	text-align: left;
	background: #F5F5F5;
}
table.cart td#cart_ctrl {
	text-align: right;
}
table.cart td#cart_ctrl strong {
	margin: 0 3px;
	color: #fbb2b2;
	font-size: 16px;
}
input#cart_next { margin: 10px auto; }
table tr.even, table td.column { background-color: #f5f5f5; }
fieldset {
	padding: 5px 10px 10px;
	#padding: 10px;
	border: 1px solid #f5f5f5;
}
table td.column {
	font-weight: bold;
	width: 130px;
}
table td.required { border-left: 2px solid #fbb2b2; }
/* #####################
 * FOOTER */
div#footer {
	padding: 10px; margin: 20px 0 0;
	border-top: 1px solid #DDD;
	clear: both;
	text-align: center;
}
div#footer p {
	margin: 0; padding: 0;
	font-size: 12px;
	color: #aaa;
}

