@import url("reset.css");
@import url("structure.css");
@import url("head.css");
@import url("left.css");
@import url("product.css");
@import url("form.css");
@import url("cart.css");
@import url("modules.css");
@import url("foot.css");

body
{
	background-image:url("graphics/background.png");
	font-family:Arial, Helvetica;
	font-size:10px;
	color:#AAA6A2;
	color:#76716B;
}
h2
{
	color:#901145;
	margin:0;
	padding:0;
	line-height:1em;
}

h3
{
	text-transform:uppercase;
	font-weight:bold;
}
h4
{
	text-transform:uppercase;
}
h5.round
{
	background-color:#FFAECE;
	color:#901145;
	font-style:italic;
	font-weight:normal;
	margin:-33px auto 20px auto;
	padding:5px;
	position:relative;
	text-align:center;
}
p
{
	line-height: 1.6em;
}
input
{
	border:1px solid #C7C7C7;
	color:#818181;
	padding:2px 5px;
}
input[type=button]
{
	cursor:pointer;
}
input.button-special
{
	background-image:url(graphics/button-background.png);
	background-repeat:x-repeat;
	border:0;
	color:#FFF;
	font-size:1.1em;
	height:21px;
	padding:0px 15px 2px;
}
input.button
{
	background-color:#DADADA;
	border:0;
	color:#444444;
	font-weight:normal;
	padding:4px 5px;
}
input.button-action
{
	background-color:#901145;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:4px 5px;
}
input[type=checkbox]
{
	border:0;
}
select
{
	border:1px solid #EFEFEF;
	background-color:#F8F8F8;
	color:#585858;
}
a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
table
{
	margin:0;
	padding:0;
	width:100%;
}
table th
{
	background-color:#F8F8F8;
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	color:#898888;
	font-weight:bold;
	padding:5px;
}
table th.first
{
	border-left:1px solid #F0F0F0;
}
table th.last
{
	border-right:1px solid #F0F0F0;
}
table td

{
	color:#898888;
	padding:5px;
	border-bottom:1px solid #F0F0F0;
}
table td a
{
	color:#898888;
}
table td.no-border
{
	border-bottom:0px;
}
hr
{
	border:0;
	height:1px;
	background-image:url(graphics/hr.png);
	background-repeat:x-repeat;
	color:#F8EFF3;
	margin:20px 0;
}
fieldset
{
	margin:20px;
}
legend
{
	font-style:normal;
}
label
{
	margin-right:5px;
}
.structural
{
	left:-9999px;
	height: 1px;
	position: absolute;
	top:-9999px;
	width: 1px;
}
.clear
{
	clear: both;
	font-size: 0;
	line-height:0;
}
.small
{
	line-height:1em;
}
.no-display
{
	display:none;
}

#debug
{
	background-color: blue;
	color:black;
	left:50px;
	margin: 0;
	position: absolute;
	top:50px;
	width: 800px;
	z-index:5000;
}

/*--------->>> PROMOTIONS <<<---------*/

#promotions
{
	height:100px;
	margin-bottom:20px;
	position:relative;
    overflow:hidden;
	width:100%;
}
#promotions div.items
{
    position:absolute;
	width:200000px;
}
#promotions div.items div
{
	float:left;
	height:94px;
	overflow:hidden;
	position: relative;
	text-align:center;
	width:140px;
}
#promotions div.items div a
{
	text-decoration:none;
}

#promotions div.items .sliderbox
{
	background: #FFF9FD;
	display:block;
	float: left;
	left:0;
	opacity: .8;
	position: absolute;
	top:94px;
	width: 100%;

	/* For IE 5-7*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8*/
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#promotions div.items .sliderbox .article
{
	color:#901145;
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#promotions div.items .sliderbox .make
{
	color:#901145;
	display:block;
	margin:5px 0;
	padding:0;
}

/*--------->>> END PROMOTIONS <<<---------*/
/*--------->>> BUTTON HOMEPAGE <<<---------*/
.button-image-homepage
{
	float:left;
	text-align:center;
	padding-top:20px;
	width:200px;
}
.button-text-homepage
{
	float:left;
}

/*--------->>> END BUTTON HOMEPAGE <<<---------*/


/*--------->>> CATEGORY <<<---------*/
#category img
{
	float:left;
	margin-right:10px;
}
#category h2
{
	text-transform:lowercase;
}
#category p
{
	font-size:1.2em;
	text-align:justify;
}
/*--------->>> END CATEGORY <<<---------*/

/*--------->>> HOMEPAGE <<<---------*/
#promotions-homepage
{
	font-size:1.2em;
	width:350px;
}
/*--------->>> END HOMEPAGE <<<---------*/


