@charset "utf-8";
/* CSS Document - layout */
* {margin:0; padding:0; font-family: Verdana, Arial, sans-serif}
body {
	background: white url("/skin/arsis-bleached-ml/images/bgpage.jpg") top left no-repeat;
}

#header {
	width: 1002px;
	float: left;
}

#logo {
	height: 95px;
	width: 1000px;
}

#flashHeader h1 { display: none;}

#headmenu {
	height: 50px;
	width: 790px;
	float: right;
	clear: both;
	padding-left:20px;
	position: relative;
	z-index: 89;
}

#headmenu .menulink {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 10px;
}

#mainmenu {
	width: 180px;
	float: left;
	clear: both;
	margin-top: 10px;
}

#footermenu {
	background: url("/skin/arsis-bleached-ml/images/spill_12.jpg") no-repeat;
	width: 1002px;
	height: 45px;
	float: left;
	clear: both
}

#disclaimer {
	float: right;
}

#disclaimer p {
	font-size: 10px;
	text-align: center;
	margin-top: 4px;
}

#disclaimer p a { color: #dd1c24; }

#signature {
	clear: both;
	width: 1002px;
	padding: 10px 0 20px 10px;
}


#newsletter {
	width: 208px;
	height: 129px;
	float: right;
}

#pageContent {
	float: left;
	width: 790px;
	min-height: 80px;
	margin:20px 0 0 30px;
}


/* CSS Document - hacks */

.spacer {
	width: 100%;
	height: 1px;
	clear: both;
}

/*  CSS Document - decorations */

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img { border: 0;}


input.text {
	background: url("/skin/arsis-bleached-ml/images/bgtext.gif") no-repeat bottom right;
	border: 1px solid #ccc;
	height: 17px;
	font-size: 10px;
}


.redSquare {
	height: 31px;
	width: 16px;
	background: #dd1c24;
	float: left;
}

.graySquare
{
	height: 31px;
	width: 16px;
	background: #e9e9e9;
	float: left;
}

#headmenu {
	background: url("/skin/arsis-bleached-ml/images/spill_04.jpg") no-repeat left;
}

#headmenu #noutati { width: 67px;}
#headmenu #oferte_speciale { width: 115px;}
#headmenu #magazine { width: 135px;}
#headmenu #afla {width:110px; }
#headmenu #contact {width: 75px}

#headSearchForm {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	vertical-align: middle;
}

#headSearchForm .text {
	width: 160px;
}

#headSearchForm .transparentButton {
	height: 25px;
	width: 60px;
	margin:0;
	border:0;
	background: transparent;
	cursor: pointer;
}

ul.menu li {
	color: red;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.menu li ul.submenu li {
	font-size: 10px;
	font-weight: normal;
	margin:3px;
}

ul.menu li ul.submenu li a:hover {
	font-weight: bold;
}

#newsletter {
	background: url("/skin/arsis-bleached-ml/images/newsletterBox.jpg") no-repeat top;
	padding-top: 25px;
	text-align: center;
}

#newsletter p {
	font-size: 10px;
	color: #dd1c24;
	padding: 7px 15px;
}

#newsletter #newsletterField {
	width: 175px;
}

#newsletter #newsletterSubscribe {
	margin-left: 80px;
	width: 97px;
	height: 16px;
	background: url("/skin/arsis-bleached-ml/images/button-subscribe-me.gif") no-repeat;
	border: none;
	margin-top: 5px;
}

.contentBreadCrumbs {
	font-size: 10px;
	margin-left: 20px;
}

#headSCM h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	color:#dd1c24;
	padding-left: 10px;
	float: left;
}


#headSCM {
	width: 100%;
	height: 31px;
	background: #e9e9e9;
}


#contentSCM {
	margin: 10px 0 20px 20px;
}

#contentSCM h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	color:#dd1c24;	
}

#contentSCM p, #pageContent p {
	font-size: 11px;
	margin-bottom: 7px;
}

.boxRatingBase {
	width: 100px;
	height: 16px;
	margin: 10px 0;
	background: url("/skin/arsis-bleached-ml/images/stars_off.gif") no-repeat;
}

.boxRating {
	width: 100px;
	height: 16px;
	background: url("/skin/arsis-bleached-ml/images/stars_on.gif") no-repeat;
}

.formRow, .formLabel, .formField {
	width: 100%;
	float: left;
	height: auto;
}

.formLabel, .formField {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 25px;
}

.formLabel {
	width: 30%;
	text-align: right;
	padding-right: 1%;
}

.formField {
	width: 68%;
	height: auto;
}

.formField input, .formField textarea { width: 270px; }

.formField textarea { height: 60px;}

.formField img { border: 1px solid #ddd;}

