/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {  font-size: 10px; }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

/* aggiunte per blikemyoss */

#container {
	width: 990px;
	padding-top: 0px;
	position: relative;  /** yup. serve per allineare al centro il box delle categorie */
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/bk.gif');
	background-repeat: repeat-y;
}

#languages {  
/*	height: 30px;*/
	text-align: center;
}
#currencies {
	height: 30px;
        color: #000000;
	text-align: right;
	background-color: #e9e9e9;
}
#currencies select{
	border-width: 1px;
	border-color: #e9e9e9;
	border-style: solid;
}

#information {
	height: 20px;
	width: 500px;
}
#header {
	font-size: 10px;
}
#header td{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

#header a{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#header a:hover{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#header .big2{
	font-size: 14px;
	color: #ffffff;
}

#header .subHead{
	border: 1px #767676 solid;
	background-color: #a5a4a4;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
}

.headerListingProducts{
	background-color: #dcdcdc;
	height: 20px;
	line-height: 20px;
	color: #e72828;
	font-size: 12px;
	font-weight: bold;
	border-bottom-color: #aaaaaa;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

#category_header{


}

#category_header_cimage1, #category_header_cimage2, #category_header_cimage3, #cimage1_big, #cimage2_big, #cimage3_big img{
	border-color: #e2e2e2;
	border-width: 1px;
	border-style: solid;

}

#primaryImage{
	width: 100%;
	height: 100%;
	text-align: right;
}

#primaryImage h3{
	font-size: 18px;
	color: #e72828;
	font-weight: bold;
}

#category_header_cimage1{
	width: 100px;
	height: 67px;
}

#category_header_cimage2{
	width: 100px;
	height: 67px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#category_header_cimage3{
	width: 100px;
	height: 67px;
}

#categoryHEADER_products_info{
	height: 50px;
}

#categoryHEADER_products_info h3{
  	font-size: 20px;
	font-weight: bold;
	color: #e72828;
	display: inline;
}

.cellProduct{
	border-right-color: #dcdcdc;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #dcdcdc;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 10px;
	color: #777777;	
}

.cellProduct_name {
	width: 100%;
	height: 50px;
}

.cellProduct_model{
	width: 100%;
/*	height: 15px;*/
}

.cellProduct_price{
	width: 100%;
/*	height: 15px;*/
  	color: #ff0000;
}

.cellProduct_description{
	width: 100%;
/*	height: 70px;*/
        margin-top: 3px;
}

.cellProduct_buy_and_quantity{
	width: 100%;
/*	height: 30px;*/
	text-align: right;
}

a.cellProductName {
	font-weight: bold;
	color: #777777;	
}

a.cellProductName:hover {
	font-weight: bold;
	color: #777777;	
}

a.cellProductName:visited {
	font-weight: bold;
	color: #777777;	
}

.cellProductImage{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}


/* product info */


img.product_info_big_image{
	border-width: 1px;
	border-color: #545454;
	border-style: solid;
	padding: 1px;
}

img.product_info_big_image:hover {
	border-width: 1px;
	border-color: #ff0000;
	border-style: solid;
	padding: 1px;
}

#product_info_modello{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

#product_info_nome{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

#product_info_descrizione{
	font-size: 12px;
	text-align: justify;
	color #000000;
	margin-bottom: 20px;
}
#product_info_thumbs p{
	color: #545454;	
	font-size: 10px;
}

#product_info_prezzo{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 20px;
}

.thumbInfo{
        border-width: 1px;
        border-color: #545454;
        border-style: solid;
        padding: 1px;
}

.thumbInfo:hover {
        border-width: 1px;
        border-color: #ff0000;
        border-style: solid;
        padding: 1px;
}

#product_info_carrello{
	color: #ff0000;
	font-weight: bold;
	font-size: 10px;
}


/* end product info */



/* box categorie nascosto*/

.hidden_category_box{
  position: absolute;
  top: 202px;
  left: 250px;
  width: 488px;
  height: 280px;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
}
#hidden_up{
  position: absolute;
  top: 197px;
  left: 250px;
  width: 490px;
  height: 7px;
  background: url('images/bottoni_header/hidden_up.gif') no-repeat;
}
#hidden_down{
  position: absolute;
  top: 482px;
  left: 250px;
  width: 490px;
  height: 7px;
  background: url('images/bottoni_header/hidden_down.gif') no-repeat;
}

.hidden_category_close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
}

.hidden_category_box_left{
  float: left;
  width: 171px;
  height: 280px;
  background-color: #e7e7e7;
  font-size: 10px;
  line-height: 20px;
  padding-left: 10px;
}

.hidden_category_box_left a{
  color: #000000;
  text-decoration:none;	
}
.hidden_category_box_left a:hover{
  color: #000000;
  text-decoration: underline;	
}

.hidden_category_box_right{
  margin-left: 190px;
  margin-right: 0px;
  height: 210px;
  padding-top: 110px;
  text-align: center;
}

.hidden_category_box_footer{
  clear: both;
  width: 700px;
  height: 80px;
  background-color: #000000;
  text-align: center;
}



/* inizio navigazione top */
#headerNavigation {
	height: 20px;  
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
}
#headerNavigation p{
	padding-left: 10px;
}

#headerNavigation a{
	color: #ffffff;
	text-decoration: none;	
}
#headerNavigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headerNavigation_left_down {
	width: 300px;
	background-image: url('images/navigation_left_down.png');
	background-repeat: no-repeat;
}
#headerNavigation_left_down a{
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
#headerNavigation_left_down a:hover {
	color: #ff0000;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
/* fine navigazione top */

#left_content{
	padding: 5px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-weight: bold;
  color: #9a9a9a;
  border-bottom-color: #a9a9a9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a.bluehref {
  color: #0219f2;
}

a.bluehref:hover {
  color: #0219f2;
  text-decoration: underline;
}
a.bluehref:visited {
  color: #0219f2;
}

/* inizio footer */
#footer {
	width: 990px;
	margin: 0 auto;
	background-image: url('images/bk.gif');
	background-repeat: repeat-y;
	border-bottom: 1px #969696 solid;
}

.foot-left{
	color: #969696;
	font-size: 12px;
	text-align:left;
}

.foot-right{
	font-weight: bold;
	font-size: 12px;
	background: #e5e6e6;
	border-top: 1px #969696 solid;
	color: #969696;
}


#footer_right_text .grey {
	color: #c0c0c0;
}
/* fine footer */


/* inizio body centrale */

#right_column {
	background-color: #ababab;
	padding-left: 0px;
}

#right_column img{
	padding: 0;
	margin: 0;
}

.rightInput {
	padding: 3px;
	margin: 0px;
	border: 1px solid #767676;
	color: #767676;
}

.rightInput:hover {
	padding: 3px;
	margin: 0px;
	color: #767676;
	border: 1px solid #767676;
}

#subLink{
	color: #767676;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 19px;
}

.headDash{
	background: url('images/bottoni_header/sfdmen.jpg') repeat-x;
}


#subLink a{
	color: #767676;
	font-size: 10px;
}
#subLink a:link { 
	color: #767676;
	font-size: 10px;
}
#subLink a:hover {
	color: #767676;
	font-size: 10px;
}
#subLink a:visited {
	color: #767676;
	font-size: 10px;
}


#right_column p{
	font-size: 10px;
	line-height: 10px;
}

#right_column .bolding {
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
}


/* fine aggiunte per blikemyoss */


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}



TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
  
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  background: #e1e1e1;
  color: #000000;
  border-bottom-color; #000000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-top-color; #000000;
  border-top-width: 1px;
  border-top-style: solid;
}

.productListingData-footer{
  font-size: 12px;
  font-weight: bold;
  height: 25px;
}


.productListingData {
  background-color: #ffffff; 
  font-size: 10px;
  color: #000000;
  border-bottom-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.small_coursive{
  font-size: 10px;
  font-style: italic;
}
.piccolo{
  font-size: 10px;
}

a.productListingDataLink {
  font-size: 10px;
  color: #000000;
}

a.productListingDataLink:hover {
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}


A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }


#regnow_class{
 padding-left: 20px;

}
#regnow_class a{
  color: #767676;
  text-decoration: none;
}

#regnow_class a:hover {
  color: #767676;
  text-decoration: underline;
}

#regnow_class a:visited {
  color: #767676;
  text-decoration: none;
}

.itemNews {
	margin-bottom: 20px;
	/*margin-left: 23px;*/
	padding-top: 20px;
	width: 400px;
	float: left;
}

.itemNews .tdItemNewsImg {
	width: 140px;
	height: 104px;
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border: solid 1px #C0C0C0;
}

a.itemNews:link{
        color: #e72828;
}
a.itemNews:hover{
        color: #e72828;
}
a.itemNews:visited{
        color: #e72828;
}



.itemNewsImg {
	border: solid 1px #C0C0C0;
	padding: 1px;
	display: block;
	float: left;
	margin: 0px 7px 0px 25px;
}

.itemNewsImg img {
	border: solid 1px #C0C0C0;
}

.itemNewsTitolo {
	font-size: 15px;
	font-weight: bold;
        color: #e72828;
}

.red{
	color: #bd0505;
}

a.red:link {
	color: #bd0505;
}
a.red:visited {
	color: #bd0505;
}
a.red:hover {
	color: #bd0505;
}

.smallText-black{
        font-size: 10px;
        color: #000000;
}
.main-black{
  color: #000000;
  padding-left: 15px;
  font-size: 12px;
}
.main-black-small{
  color: #000000;
  padding-left: 15px;
  font-size: 12px;
}
a.main-black-small:hover {
  color: #000000;
  padding-left: 15px;
  font-size: 12px;
}
a.main-black-small:visited {
  color: #000000;
  padding-left: 15px;
  font-size: 12px;
}
a.main-black-small {
  color: #000000;
  padding-left: 15px;
  font-size: 12px;
}

.main-red{
  color: #cc0000;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
a.main-red:hover {
  color: #cc0000;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
a.main-red:visited {
  color: #cc0000;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
a.main-red {
  color: #cc0000;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}

.main-red-small{
  color: #cc0000;
  font-size: 12px;
}
a.main-red-small:hover {
  color: #cc0000;
  font-size: 12px;
}
a.main-red-small:visited {
  color: #cc0000;
  font-size: 12px;
}
a.main-red-small {
  color: #cc0000;
  font-size: 12px;
}



.head-content{
text-align: center;
	color: white;
	font-size:16px;
	font-weight: bold;
	padding-top: 0px;
	width: 16%;
}
.head-sep { width: 3px; padding-top: 5px; text-align: center;}



