@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
body,td,th {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size:11px;
}
a:link {
	color: #FFFFFF;

	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
form {
padding: 0;
margin: 0;
}

/* layout */

#headerContainerAll {
margin-left:auto;
margin-right:auto;
width:100%;
height:234px;
background:url(../pics/layout/header_back.jpg) top left repeat-x;
}
#headerContainer {
margin-left:auto;
margin-right:auto;
width:780px;
height:234px;
}
#headerLeft {
float:left;
width:361px;
height:74px;
background:url(../pics/layout/logo.jpg) top left no-repeat;
text-align:left;
padding-top:160px;
color:#FFFFFF;
}
#headerRight {
float:left;
width:419px;
height:234px;
background:url(../pics/layout/header_right.jpg) top right no-repeat;
}
#contentContainerAll {
margin-left:auto;
margin-right:auto;
width:100%;
height:auto;
background:url(../pics/layout/content_all_back.jpg) top left repeat-x;
}
#contentContainer {
margin-left:auto;
margin-right:auto;
width:780px;
height:auto;
padding-top:30px;
}
#menuBar {
float:left;
width:780px;
height:33px;
background-color:#000000;
color:#FFFFFF;
text-align:left;
padding-top:14px;
padding-left:1px;

}
#menuBarLeft {
float:left;
width:110px;
height:28px;
}
#menuBarRight {
float:right;
width:665px;
height:28x;
text-align:right;
padding-top:0px;
}
#content {
float:left;
width:780px;
height:auto;
text-align:left;
}
#footer {
float:left;
width:780px;
height:25px;
background:url(../pics/layout/footer_back.jpg) top left repeat-x;
color:#FFFFFF;
font-weight:bold;
padding-top:13px;
}
#footerUnder {
float:left;
width:780px;
height:auto;
padding-top:15px;
font-size:10px;
}

/* elements */

#categoryCurrent {
float:left;
width:770px;
height:auto;
text-align:left;
padding-top:15px;
padding-bottom:15px;
padding-left:10px;
font-size:13px;
}


/* product */

.productContainer {
float:left;
width:390px;
height:240px;
padding-top:10px;
padding-bottom:5px;
border-bottom: dotted 1px #CCCCCC;
}
.productPicture {
float:left;
width:135px;
height:auto;
}
.productContent {
float:left;
width:255px;
height:auto;
text-align:left;
}
.price {
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
color:#c40000;
font-weight:bold;
}
.tva {
font-size:12px;
font-weight:bold;
}
.comanda {
width:121px;
height:30px;
background:url(../pics/layout/comanda_but1.jpg) top left no-repeat;
color:#FFFFFF;
text-decoration:underline;
text-align:right;
font-weight:bold;
font-size:11px;
border:none;
float:right;
padding: 0;
margin: 0;
padding-right:12px;
}
.productModel {
width:255px;
height:25px;
}
.productDetailTitle {
width:255px;
height:25px;
}
.productDetailText {
width:245px;
height:120px;
overflow:hidden;
padding-right:10px;
}
.productDetailText p {
padding: 0;
margin: 0;
}
.productPrice {
width:245px;
height:25px;
text-align:right;
padding-right:10px;
}
.productOrder {
width:245px;
height:25px;
padding-right:10px;
}
#redTxt {
color:#FF0000;
}
.cleardefault {
color:#FF0000;
}
.form {
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma;
font-size:12px;
width:270px;
}
.view_column {
float:left;
width:193px;
height:330px;
border: dotted 1px #CCCCCC;
}
.view_column a {
color:#FF0000;
}
.modifica {
background: #fff;
border:none;
color:#009900;
text-align:left;
font-size:11px;
padding:0;
margin:0;
}


/* selectors */

#footer a {
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#menuBar a {
font-size:13px;
font-weight:bold;
}
.productPicture img {
padding: 5px 5px 5px 5px;
border: solid 1px #CCCCCC;
}
.clear {
clear:both;
}
#content a {
color:#000000;
}
