/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2008 osCommerce

  Released under the GNU General Public License
*/

.productsNotifications { color: inherit; }
.orderEdit { color: #70d250; text-decoration: underline; background: inherit; }

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  background: #fff;
  margin: 0px;
  text-align:center;
  border-top:#F0F0F0 5px solid;
}

div#all {
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:860px;
}

A {
  color: #999;
  text-decoration: none;
  background: inherit;
}

A:hover {
  color: #999;
  text-decoration: underline;
}
.header {
  background-color: #fff;
}

FORM {
  display: inline;
  background: inherit;
  color: inherit;
}


#main-body {
	border:#EBEBEB 1px solid;
	float:left;
}

#sub-header{
	height: 26px;
}

#welcome-message {
	float:right;
	margin-top:50px;
	padding-right:15px;
	text-align:right;
	width:638px;
}

#search-area {
	float:right;
	width:260px;
}

#quick-search-field {
	background:transparent url(images/search-field.png) no-repeat scroll 0 0;
	border:medium none;
	color:#999999;
	font-size:11px;
	height:24px;
	padding:6px 10px 3px 8px;
	width:146px;
}

#search-area .search-label {
	float:left;
	padding:0px;
}

#search-area .search-field {
	float:left;
	padding:0px;
}

#search-area .search-button {
	float:right;
	padding:0px;
}




.s {
  text-decoration: line-through;
  background: inherit;
  color: inherit;
}

.b {
  font-weight: bold;
  background: inherit;
  color: inherit;
}

.productListing-odd, .productListing-even {
  background: #f8f8f9;
  color: inherit;
}

.productListing-heading {
  background: #dfdfdf;
  color: #fff;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
  background: inherit;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

.main {
  line-height: 1.5;
  background: inherit;
  color: inherit;
  float:left;
}

.smallText {
  background: inherit;
  color: inherit;
}

.tableHeading {
  font-size: 1em;
  font-weight: bold;
  background: inherit;
  color: inherit;
}

CHECKBOX, RADIO, SELECT {
  font-size: 0.9em;
  background: #ffffff;
  color: #000000;
}

.input2ma {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DFDFDF;
	color:#626262;
	font-size:14px;
	height:16px;
	margin:5px;
	/*padding:5px;*/
	text-transform:capitalize;
}

TEXTAREA.input2ma {
  width: 96%;
  font-size: 1.5em;
  height:100px;
  background: inherit;
  color: inherit;
}

TEXTAREA {
  width: 99%;
  font-size: 1em;
  background: inherit;
  color: inherit;
}

SPAN.greetUser {
  font-size: 1em;
  color: #397c9b;
  font-weight: bold;
  background: inherit;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.75em;
  color: #c76170;
  font-weight: bold;
  background: inherit;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; color: inherit; }
.moduleRowSelected { background-color: #E9F4FC; color: inherit; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; background: inherit; }
.checkoutBarCurrent { color: #000; background: inherit; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; color: inherit; }
.messageStackSuccess { background-color: #99ff00; color: inherit; }

/* input requirement */

.inputRequirement { color: #ff0000; background: inherit; }

/* TABLE FOR TEMPLATE */

#left {
	float:left;
	padding-bottom:20px;
	position:relative;
	width:210px;
}


#left .InfoBox-Categories {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
}


#left a {
	color:			#000;
	display:		block;
	position:		relative;
	text-decoration:none;
}

#left ul {
	font-size:		12px;
	text-transform:	capitalize;
	list-style:		none;
	padding:		0px;
}
#left ul ul {
	font-size:		11px;
	text-transform:	none;
	padding: 10px 0px 10px 0px;
}

#left ul ul ul {
	font-size:		10px;
	background:#fbfbfb;
	border-top: #c0c0c0 solid 1px;
	border-bottom: #c0c0c0 solid 1px;
}

#left li {
	border-bottom: none;
}

#left li li {
	background:none;
	border:none;
}
#left li li li {
	background:none;
}

#left li a{
	padding-left: 15px;
}
#left li li a{
	padding-left: 30px;
}
#left li li li a{
	padding-left: 45px;
}

#left li #current {
	color:#649305;
	font-weight:bold;
}

#left li li #current {
	color:#666;
}

#left li li li #current {
	color:#649305;
	text-decoration: underline;
}

/** RIGHT **/

#right {
	background-color:#FFFFFF;
	float:right;
	width:213px;
}

#right .InfoBox-Categories {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
}


#right a {
	color:			#666;
	display:		block;
	position:		relative;
	text-decoration:none;
}

#right ul {
	font-size:		12px;
	text-transform:	capitalize;
	list-style:		none;
	padding:		0px;
}
#right ul ul {
	font-size:		11px;
	text-transform:	none;
	padding: 10px 0px 10px 0px;
}

#right ul ul ul {
	font-size:		10px;
	background:#fbfbfb;
	border-top: #c0c0c0 solid 1px;
	border-bottom: #c0c0c0 solid 1px;
}

#right li {
	border-bottom: none;
}

#right li li {
	background:none;
	border:none;
}
#right li li li {
	background:none;
}

#right li a{
	padding-left: 15px;
}
#right li li a{
	padding-left: 30px;
}
#right li li li a{
	padding-left: 45px;
}

#right li #current {
	color:#649305;
	font-weight:bold;
}

#right li li #current {
	color:#666;
}

#right li li li #current {
	color:#649305;
	text-decoration: underline;
}

/** MAIN **/

#main {
  background-color:#FFFFFF;
  border:1px solid #EBEBEB;
  float: left;
  width: 429px;
}

#main-home {
  float: left;
  width: 648px;
}

#breadcromes {
	color:#000;
	padding-left:20px;
	font-size:11px;
}

#breadcromes a, #breadcromes a:hover {
	color:#000;
	font-weight:normal;
}

#content {
	padding:0px;
	float:left;
	width:432px;
}

#content-home {
	padding-bottom:15px;
	float:left;
	width:648px;
}

*html #content-home{
	padding-bottom:15px;
	float:left;
	width:648px;
}

.Retta {
  width: 1%;
  float: left;
}

.Table_templateClear {
  font-size: 0.2em;
  clear: both;
}

.space {
  font-size: 0.2em;
  background: inherit;
  color: inherit;
}

.AlignLeft {
  text-align: left;
  background: inherit;
  color: inherit;
  padding:0 5px;
}

.Venticinque2 {
  width: 310px;
  float: left;
  background: inherit;
  color: inherit;
}

.Venticinque2-cart-remove {
  width:138px;
  float: left;
  background: inherit;
  color: inherit;
  text-align:center;
}

.Venticinque2-cart-product {
  width:220px;
  float: left;
  background: inherit;
  color: inherit;
}

.Venticinque2-cart-qty {
	width:168px;
  float: left;
  background: inherit;
  color: inherit;
}

.Venticinque2-cart-total {
	width:100px;
  float: left;
  background: inherit;
  color: inherit;
}

.CinquantaL {
  padding-left: 1%;
  text-align: left;
  width: 49%;
  float: left;
  background: inherit;
}

.CinquantaL a, .CinquantaR a{
	color:#FFFFFF;
	text-decoration:none !important;
	text-transform:uppercase;
}

.CinquantaR {
  text-align: right;
  width: 49%;
  float: left;
  background: inherit;
  color: inherit;
}

.Venticinque {
  background: #dfdfdf;
  color: #fff;
  font-weight: bold;
  width: 24%;
  float: left;
}

.Venticinque-cart {
  background: #dfdfdf;
  color: #fff;
  font-weight: bold;
  width: 24%;
  float: left;
  text-align:center;
}

.Trenta {
  width: 30%;
  float: left;
  background: inherit;
  color: inherit;
}

.InfoBoxContenent2MA {
  clear: both;
  border-style:solid;
  border-width:1px;
  border-color: #dfdfdf;
  background: #f8f8f9;
  padding: 10px;
}

.InfoBoxContenent2MA a{
	/*color:#FFFFFF;
	text-decoration:none !important;
	text-transform:uppercase;*/
}

.ColorRed {
  color: #ff0000;
  background: inherit;
  padding-left:15px;
}

.Clear {
  font-size: 0em;
  clear: both;
  background: inherit;
  color: inherit;
}

.HeaderLeft {
  float: left;
  background: inherit;
  color: inherit;
}

.HeaderRight {
  float: right;
  background: inherit;
  color: inherit;
}

.HeaderNavigationLeft {
  float: left;
  background: inherit;
  color: inherit;
}

.HeaderNavigationRight {
  float: right;
  background: inherit;
  color: inherit;
}

.HeaderNavigation {
  background: #dfdfdf;
  color: #fff;
  float:left;
  font-weight : bold;
  text-align: center;
  width:860px;
}

.HeaderNavigationText {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight : bold;
}

.HeaderError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  background: #ff0000;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

.HeaderInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.75em;
  background: #00ff00;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

A.HeaderNavigation:hover {
  background: #bbccdd;
  color: #fff;
}

.img2ma {
  background: inherit;
  color: inherit;  
  border:0px;
  vertical-align:middle;
}

.ColorSpan {
  background: inherit;
  color:#f00 !important;
  text-transform:capitalize !important;
}

.ColorSpanRed {
  color: #ff0000;
  background: inherit;
  padding-left:15px;
}

.pageHeading {
  color:#8CC751;
  font-size: 30px;
  font-weight: bold;
  background: inherit;
  padding-left: 15px;
  text-transform:capitalize;
}

.get-started {
  color:#ee352a;
  font-size: 30px;
  font-weight: bold;
  background: inherit;
  padding-left: 15px;
  text-transform:capitalize;
}

.TrentaTre {
	float:left;
	padding:5px;
	text-align:center;
	width:33%;
}

/* inizio box.php */

.fedora-corner-tl, .fedora-corner-tr {
  background-color: #dfdfdf;
  position: relative;
  width: 11px;
  height: 14px;
  /* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
  /* Work-around for IE6/Mac borkage (Part 1) */
  display: none;
}

.fedora-corner-tl { float: left; left: 0px; }
.fedora-corner-tr { float: right; right: 0px; }
.fedora-corner-tl, .fedora-corner-tr { top: 0px; }

.fedora-corner-tl { background: #dfdfdf url("templates/fallback/images/infobox/corner_left.png") no-repeat left top; }
.fedora-corner-tr { background: #dfdfdf url("templates/fallback/images/infobox/corner_right.png") no-repeat right top; }

/*
.fedora-corner-tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/fallback/images/infobox/corner_left.png",sizingMethod='scale'); }
.fedora-corner-tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/fallback/images/infobox/corner_right.png",sizingMethod='scale'); }
*/
/* \*/
.fedora-corner-tl, .fedora-corner-tr {
  /* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */
  display: block;
}
/* */

.BoxesInfoBoxHeadingCenterBoxRight {
  background: #dfdfdf;
  color: #ff0000;
}

.BoxesInfoBoxHeadingCenterBoxTitle {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  background: #dfdfdf;
}

.InfoBoxContenent2MABox {
  border-style:solid;
  border-width:1px;
  border-color: #dfdfdf;
  color: inherit;
  padding: 0.3em;
}

.BoxesErrorBox { 
  background: #ffb3b5; 
  font-weight: bold; 
  color: #000;
}

.BoxesProductListing {
  border: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  background: #fff;
  color: #000;
}

/* fine box.php */

.Product_listingProductListing-heading {
  width: 24%;
  float: left;
  background: #dfdfdf;
  color: #fff;
  font-weight: bold;
}

.de { color: inherit; background: inherit; background-image: url(includes/languages/german/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px;font-family: Tahoma, Verdana, Arial, sans-serif;  font-size: 1.5em; }
.en { color: inherit; background: inherit; background-image: url(includes/languages/english/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 1.5em; }
.it { color: inherit; background: inherit; background-image: url(includes/languages/italian/images/icon.png);background-repeat:no-repeat;padding-top:1px;padding-left:2px; padding-right:2px;  font-family: Tahoma, Verdana, Arial, sans-serif;   font-size: 1.5em; }
.es { color: inherit; background: inherit; background-image: url(includes/languages/espanol/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 1.5em; }
.fr { color: inherit; background: inherit; background-image: url(includes/languages/french/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 1.5em; }
.nl { color: inherit; background: inherit; background-image: url(includes/languages/dutch/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 1.5em; }

.EUR { color: inherit; background: inherit; background-image: url(images/currencies/eur.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif;font-size: 1.5em; }
.USD { color: inherit; background: inherit; background-image: url(images/currencies/usd.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: Tahoma, Verdana, Arial, sans-serif;font-size: 1.5em; }

.cssbutton {
	background:#8BC751 none repeat scroll 0 0;
	border:3px solid #8BC751;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	line-height:normal;
	overflow:visible;
	text-transform:uppercase;
	width:auto;
}

#product-listing {
	float:left;
	padding:0;
	position:relative;
	width:100%;
	text-align:center;
}

.productCell {
	border-bottom:2px dotted #EBEBEB;
	float:left;
	height:283px;
	margin:15px 0 0 0;
	position:relative;
	width:216px;
	text-align:center;
}

.productCell-image {
	padding:0 10px;
}

.productCell-content {
	font-family:tahoma;
	line-height:25px;
	padding:0 10px;
	text-align:inherit;
}

.productCell-content .products-name{
	color:#999999;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-align:inherit;
	text-transform:capitalize;
}

.productCell-content .products-name a{
	text-decoration:none;
	color:#666;
}

.productCell-content .priceFrom {
	color:#CC0000;
	float:left;
	font-weight:bold;
	padding-left:69px;
	text-align:inherit;
}

.productCell-content .priceFrom .dollars {
	float:left;
	font-size:25px;
	line-height:52px;
}

.productCell-content .priceFrom .cents {
	float:left;
	font-size:14px;
	padding-top:10px;
}

.in-special {
	color:#999999;
	float:left;
	font-size:12px;
	text-decoration:line-through;
}

.productCell-content .priceFrom span{
	color: #ff9000;
	font-size: 11px;
	font-weight:bold;
}

.categoryCell {
	border-bottom:2px dotted #EBEBEB;
	float:left;
	margin:15px 0 0 0;
	position:relative;
	width:216px;
}

.categoryCell-image {
	padding:10px;
}

.categoryCell-content {
	font-family:tahoma;
	line-height:25px;
	padding:10px;
	text-align:left;
}

.categoryCell-content .category-name{
	color:#999999;
	display:block;
	text-decoration:underline;
	text-transform:uppercase;
}

#product-listing .rowTitle {
	color:#8CC751;
	text-transform:uppercase;
}

.listing-paging {
	float:left;
	padding:15px;
	width:400px;
}

.number-of-products {
	float:left;
}

.next-page {
	float: right;
}

.productListing-data {
	padding:15px;
}

#category-description {
	float:left;
	padding:15px;
}

#new-products {
}

#video {
	/*background:#fff url(../../images/template/video-bg.jpg) repeat-x left top;*/
	/*background:#666 url(../../images/template/HM_Bullets_GRN_2.jpg) no-repeat right top;*/
	height:254px;
}

#footer {
	background:#1E1E1E none repeat scroll 0 0;
	color:#DFDFDF;
	float:left;
	padding:25px 0;
	width:100%;
}

#footer a {
	color:#dfdfdf;
}

#footer .address {
	float:left;
	width:400px;
}

#footer .copy-right {
	float:right;
	text-align:right;
	width:400px;
}

#video_list {
	float:left;
	margin-bottom:30px;
	width:600px;
}

#video_list a {
	color:#FF0000;
	display:block;
	text-transform:capitalize;
}

#video_list a.seen, #video_list a:visited {
	color:#626262;
}

#product_description {
	float:left;
	margin-bottom:30px;
	width:630px;
}

.productPrice {
	color:#C00;
	float:left;
	font-weight:bold;
	width:307px;
}

.productPrice .dollars {
	font-size:50px;
	float:left;
}

.productPrice .cents {
	float:left;
	font-size:26px;
	padding-top:10px;
}

.checkoutBarFrom, .checkoutBarCurrent, .checkoutBarTo {
	font-size:15px;
	line-height:40px;
	padding:9px;
}

#mySlideShow
{
width: 322px !important;
height: 90px !important;
} 

#watch-now {
	font-size:24px;
}