/* portfolio */

.catalogue_container
{
/*	width:100%;*/
	padding: 10px;
	background-color: #5DA7E2;
}
.catalogue_cat
{
	
}
.catalogue_cat a
{
	color:#ffffff;
	text-decoration: none;
}
.catalogue_cat a:hover
{
	color:#ffffff;
	text-decoration: none;
}
.catalog
{
	font-size: 0.8em;
	padding: 10px;
	margin-left: 20px;

	margin-bottom: 100px;
}
.catalog td
{
	padding: 10px;
}
.product_cell
{
	border: 1px solid #e0e0e0;
}
.productName,.listProductName
{
	color: #2072B2;
}
.listProductName
{
	text-align: center;
}
.listThumb
{
	background:url(/templates/graphic1/images/back_gallery.gif) center no-repeat;
}
.listThumb img
{
	border: 1px solid #666666;
	margin: 4px;
}
.listDetails
{
	text-align:right;
}
.listDetails a,.listDetails a:hover
{
	color: #5DA7E2;
}

.productDetails
{
	padding: 5px;	
}
.Thumb
{
	background:url(/templates/graphic1/images/back_gallery.gif) center no-repeat;
}
.Thumb img
{
	border: 1px solid #666666;
	margin: 4px;
}
.listImages td
{
	
	background:url(/templates/graphic1/images/back_gallery.gif) center no-repeat;
}

.listImages img
{
	border: 1px solid #666666;
	margin: 2px;
}





/* TOP PRODUCTS */
.topproducts
{
	width: 210px;
	padding: 5px;
	font-size: 0.8em;
	
	position:relative;
	left:715px;
	top: -175px;
}
.topproducts .title
{
	
	color: #ffffff;
	text-align: center;
	display: none;
}
/* FORM */

form
{
	padding: 0px;
	margin:0px;
}
.field
{
	position: relative;
	min-height: 25px;
	height: auto;
	
}
.label_data
{
	width:200px;
	display:inline-block;
	position: relative;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #999999;
	height: 25px;
}
.value_data
{
	display:inline-block;
	position: relative;
	left: 220px;
	margin-top: -25px;
	top:0px;
}
hr
{
	border:1px solid #999999;
	height: 1px;
	background-color: #999999;
}
form b
{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 12px;
}
.button_data
{
	clear: both;
	text-align:center;
	position: relative;
}
.mandatory
{
	color: #ff6633;
}
.numberfield, .textfield
{
	width: 350px;
	border: 1px solid #999999;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.textareafield
{
	width: 350px;
	height: 100px;
	border: 1px solid #999999;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	
}
.selectfield
{
	border: 1px solid #999999;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
/* LOGIN */
.signin_login .title
{
	background-color: #5DA7E2;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.signin_login .label_data
{
	width:200px;
	display:inline-block;
	position: relative;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #999999;
	height: 25px;
}
.signin_login .value_data
{
	display:inline-block;
	position: relative;
	left: 220px;
	margin-top: -25px;
	top:0px;
}
