@CHARSET "UTF-8";

body {
	background: #0072bc url("gfx/background.gif") repeat-x 0 0;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-left: 35px;
}

#mainBox {
	background: #e7e7e7;
	width: 980px;
	margin: 0 auto;
}

#header, #content, #footer {
	overflow: hidden;
	zoom: 1;
}

#header {
	background: url("gfx/header_back.gif") no-repeat 0 28px;
	height: 150px;
	width: 980px;
}

#footer {
	background: url("gfx/footer_back.gif") no-repeat 0 20px;
	height: 65px;
	width: 980px;
	padding-top: 70px; 
	font-size: 10px;
}

#rounded_top, #rounded_bottom {
	background: transparent url("gfx/rounded_body_top.gif") no-repeat 0 100%;
	display: block;
	height: 7px;
	margin: 25px auto 0 auto;
	width: 980px;
}
#rounded_bottom {
	background: transparent url("gfx/rounded_body_bottom.gif") no-repeat 0 0;
	margin: 0 auto 25px auto;
}

div#logo {
	padding: 37px 0 0 10px;
	width: 270px;
}

div#searchBox {
	text-align: right;
	padding: 13px 0 0 0;
	visibility: hidden;
}

div#searchBox input.text {
	border: 1px #006217 solid;
	width: 250px;
	height: 17px;
}

div#searchBox input.submit {
	background: transparent url("gfx/search_button.gif") no-repeat 0 0;
	border: none;			
	width: 80px;
	height: 22px;
	color: white;
	text-align: center;
	padding: 0 10px 3px 0;
	cursor: pointer;	
} 

div#searchBox input.submit:hover {
	background-position: 0 100%;
}

#catMenu {
	background: white url("gfx/menu_rounded_top.gif") no-repeat 0 0;
	overflow: hidden;
	height: 1%;
}

ul#productCategories {
	background: transparent url("gfx/menu_rounded_bottom.gif") no-repeat 0 100%;
	margin: 0;
	padding: 0 10px 5px 10px;
	width: 200px;
	
}

ul#productCategories li {
	border-bottom: 1px dotted #bbb;
	list-style-type: none;
	margin: 0;
}

ul#productCategories li a {
	background: transparent url("gfx/menu_vigneta.gif") no-repeat 0 50%;
	display: block;
	padding: 7px 0 7px 20px;
}

ul#productCategories li a:hover {
	background-color: #EFF9FF;
	background-position: 1% 50%;
	text-decoration: none;
}

ul#productCategories li.last {
	border: 0;
	padding-bottom: 0;
}

ul#productCategories li a {
	color: black;
}

ul#productCategories li.active a {
	font-weight: bold;
	background-color: #EFF9FF;
}


#top-menu ul li, #bottom-menu ul li {
	list-style-type: none;
	display: list-item;
	margin: 0 0 0 20px;
	float: right;
}

#top-menu ul {
	margin: 33px 0 0 0;
}

#top-menu ul li.item1 a, #top-menu ul li.item2 a, #top-menu ul li.item3 a {
	display: block;
	background: transparent url("gfx/button_back_3.gif") no-repeat 0 0;
	padding: 4px 0 0 17px;
	width: 115px;
	height: 20px;
	text-align: center;
	color: black;
}

#top-menu ul li.item2 a {
	background: transparent url("gfx/button_back_2.gif") no-repeat 0 0;
}

#top-menu ul li.item3 a {
	background: transparent url("gfx/button_back_1.gif") no-repeat 0 0;
}


#top-menu ul li a:hover {
	background-position: 0 100%;
	text-decoration: none;
}

#bottom-menu {
	margin: -10px 0 0 0;
}

#bottom-menu ul li {
	border-left: 1px gray solid;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#bottom-menu ul li.last {
	border-left: none;
}

#bottom-menu ul li a {
	color: gray;
	font-size: 10px;
}

div#breadcrumbs {
	font-size: 10px;
	color: #B3EFC1;
	margin-top: 10px;
	padding: 0 0 0 10px;
}

div#breadcrumbs a {
	color: white;
}

.container_16 div.product {
	height: 1%;
	margin-bottom: 20px;
	overflow: hidden;
}

div.product h1 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
}

div.product h1 a {
	color: red;
}

div.product p {
	border-top: 1px dotted #888;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	width: 440px;
}

div.product a.imagelink {
	border: #bbb solid 1px;
	display: block;
	margin: 0 0 0 20px;
	padding: 10px;
}

div.product a.see_more {
	color: #0072BC;
	display: block;
	float: right;
	font-size: 11px;
	margin: 0 20px 0 0; 
	width: 92px;
}

div.product a.see_more:hover {
	text-decoration: underline;
}

div#category_data, div.products_container {
	background: white url("gfx/content_rounded_bottom.gif") no-repeat 0 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

div.products_container {
	padding: 0;
}

div.products_container {
	overflow: hidden;
}

div#category_data h1, div.category_rounded_top {
	background: white url("gfx/content_rounded_top.gif") no-repeat 0 0;
	color: red;
	font-size: 14px;
	margin: 0;
	padding: 20px 0 0 20px;
}

div#category_data h2 {
	color: #555;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 20px;
}



div#category_data p {
	margin: 0;
	padding: 0 20px 0 20px;
}

div.homeCategory {
	margin-top: 20px;
}

#content div.homeCategory h1 {
	background: white;
	border: 1px solid #019AFA;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}

#content div.homeCategory h1 a {
	color: #019AFA;
}

div.homeCategory img {
	border: 1px solid #019AFA;
}

div#productWrapper {
	background: white url("gfx/content_rounded_top.gif") no-repeat 0 0;
	padding: 10px 0 10px 0; 
	overflow: hidden;
	height: 1%;
}

div.content_rounded_bottom {
	background: white url("gfx/content_rounded_bottom.gif") no-repeat 0 100%;
	height: 5px;
}



div#prodInfo h1, div#productWrapper h1, div#productWrapper h2 {
	color: red;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 10px;
}

div#productWrapper h1 {
	padding: 0 0 0 20px;
}

div#productWrapper h2 {
	color: gray;
	margin: 10px 0 0 0;
}


div#prodInfo p, div#productWrapper p {
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
}

div#productWrapper p {
		padding: 0 20px 0 20px;
}

div#thumbs {
	margin-top: 10px;
}

ul.thumbs {
	list-style-type: none;
	margin: 0;
}

ul.thumbs li {
	display: inline-block;
	margin: 15px 20px 0 0;
}

ul.thumbs li img {
	border: 1px solid #ccc;
}

ul.thumbs li.selected img {
	border: 1px solid #0072BC;
}

#product_image {
	padding: 0 0 0 10px;
}

div.cms ul {
	margin: 10px 0 0 0;
	list-style-type: circle;
	list-style-position: inside;
	padding-right: 10px;
}

div.cms ol {
	margin: 10px 20px 0 0;
	padding: 0;
}

div.cms ol li {
	float: none;
	margin: 0 0 0 60px; 
 	padding: 0 0 0 0px;
}

div.cms label {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: right;
	width: 185px;
}

div.cms div.contactForm form {
	float: left;
}

div.cms div.contactForm form input.cronemailSubmit {
	float: right;
	margin: 10px 20px 0 0;
}

div.cms div.contactForm form input.inputtext {
	width: 365px;
}

div#productWrapper div.cms ol li p {
	margin: 0;
	padding: 0;
}

div.cms h3, div.cms h4, div.cms h5, div.cms h6 {
	color: #0072BC;
	margin: 10px 0 0 20px;
	font-size: 11px;
}

div.no_product_info h3 {
	color: red;
	font-size: 12px;
}

#slideshow img {
	border: 1px solid #ccc;
}

a.button.back {
	background: transparent url(gfx/blue_arrow.gif) no-repeat 0 50%; 
	color: #0065A0;
	display: block;
	float: left;
	margin: 20px;
	padding: 0 0 0 13px;
	
}

/*
.crmimage.left { float:left; }
.crmimage.right { float:right; }
.crmimage.center { float: none; text-align:center; }
.crmimage.center img { margin:auto; }
.crmimage img { display: block; }
.crmimage span { font-size: 10px; color:#666; }
*/

.crmimage { margin: 10px; } 
.crmimage.left { float:left; }
.crmimage.right { float:right; }
.crmimage.center { float: none; text-align:center; }
.crmimage.center img { margin:auto; }
.crmimage img { display: block; padding: 5px; border: 1px solid #ddd;}
.crmimage span { font-size: 10px; color:#666; }

a.crmdoc { 
    background: url(gfx/file.png) no-repeat 0% 50%; 
    padding-left: 15px;
}