/*
  $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
*/
body {
	background: #EFEFEF;
	margin: 0px;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #cccccc;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {

}

A.headerNavigation { 
   font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #eeeeee;
  font-weight:bold;
  text-transform:uppercase; 
}

A.headerNavigation:hover {
  text-decoration:none;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #cccccc;
  font-weight:bold;
  text-transform:uppercase; 

  
}

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-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {

	
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-left:25px;
 
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #f7f7f7;
}

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: #ffffff;
}

TABLE.productListing {
 /* border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px; */
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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;
}
/*specials on product info page*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Template styles ########################################################################################################################################*/

body {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;
	margin: 5px 0 0 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#pageBorder {
	background: #FFFFFF;
	border: 1px solid #b4b0b0;
}
#header { 
	padding: 0 10px 0 10px;
	height:91px;
} 

#nav {
	height:30px;
	margin: 5px 6px 0 6px;
} 
#button { 
	float:left;
	padding: 1px 0 0 10px;
} 


#search { 
	float:right;
	padding: 6px 20px 0 0;
} 

#logo { 
	padding: 15px 0 0 5px;
	float:left;
} 


#boxes { 
	float:right;
} 

#boxesPadding {  
	padding: 35px 20px 0 20px;
	float:left;
} 

#mainContent {
	padding: 0 0px;
	background: #FFFFFF;
}
#footer {
	height:32px;
	margin: 0 6px 6px 6px; 
} 

#footerLinks { 
	padding: 2px 0 0 20px;
	float:left;
	font-weight:normal;
} 

#footerLinks a{ 
	font-weight:normal;
} 

#footerCopyright{ 
	padding: 8px 20px 0 0; 
	float:right;
	color: #666666;
} 

.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}


/*border around forms like create account etc*/
.infoBox2 {
	border: solid #cccccc; border-width: 1px 1px 1px 1px; 
	background:#F3F3E7;	
}


/* Also purch header*/
.infoBoxHeading2 {
background-image:url(layout/images/box_head.gif);
	height:30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5958;
	padding: 6px 15px 0 15px;

  
}

/* Infoboxes that requires another font color*/
.infoBoxHeading3 {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFF;
}


/*shoppingcart header*/
.infoBoxHeading5 {	
	background-image:url(layout/images/box_head.gif);
	height:30px;
 	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
 	font-weight: bold;
 	color: #333333;
}

/*search field in header*/
.searchHeader{ 
   	font-family: Verdana, Arial, sans-serif;
   	border:solid 1px ;
   	border-color: #c5c5c5;  
   	width: 110px;
   	height: 16px;
   	font-size: 10px;
   	color:#535151;
 } 
 
 
/*information box*/
 .information{
	padding: 5px 0 8px 10px;
}

 .kolli{
	padding: 5px 0 8px 10px;
}

.information_link{
 	font-family: Arial, Tahoma, Verdana, sans-serif;
 	font-size: 12px;
 	color: #333333;
 	font-weight: normal;
 	text-decoration: none;
}
/*information box end*/


/*category menu*/
.category_meny{
	border: solid #dddddd; border-width: 0 0 1px 0; 
}

.category_link{
font-family: Arial, Tahoma, Verdana, sans-serif;
 	font-size: 12px;
 	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding-left:10px;
}
/*category menu end*/

/*bestseller menu*/
.bestseller_meny{
	padding: 3px 0 0 10px;
}

.bestseller_border{
border: solid #dddddd; border-width: 0 0 1px 0; 
}


.bestseller_link{
	font-family: Arial, Tahoma, Verdana, sans-serif;
 	font-size: 12px;
 	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

/*bestseller menu end*/

/*cart in header*/
.cart_title {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: #000000;
}

.cart_item {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: #00528a;
	text-decoration:underline;
}

/*cart in header end*/ 

/*cart infobox*/
.cart_price{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 12px;
 	color: #196ab8;
 	font-weight: bold;
 	text-decoration: none;
}
.cart_link{
	font-family: Arial, Tahoma, Verdana, sans-serif;
 	font-size: 11px;
 	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

/*cart infobox end*/


/*main boxes like newproducts and product listing*/
.box_name{
	font-family: Tahoma, Verdana, Arial;
 	font-size: 12px;
 	color: #000000;
 	font-weight: bold;
 	text-decoration: none;
 	padding-left:10px;
 
}

.box_price{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 12px;
 	color: #000000;
 	font-weight: normal;
 	text-decoration: none;
}

.box_desc{
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 11px;
 	color: #808080;
 	font-weight: normal;
 	text-decoration: none;
}
/*main boxes like newproducts and product listing end*/


/* special info box and specials*/
.specials {
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 12px;
 	color: #F00;
 	font-weight: normal;
 	text-decoration: none;
}

.specials_new_price{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 12px;
 	color: #72881b;
 	font-weight: bold;
 	text-decoration: none;
}

.s_box_name{
 	font-family: Tahoma, Verdana, Arial;
 	font-size: 12px;
 	color: #333333;
 	font-weight: bold;
 	text-decoration: none;
 
}

.spec_desc{
 	font-family: Tahoma, Verdana, Arial;
 	font-size: 11px;
 	color: #333333;
 	font-weight: normal;
 	text-decoration: none;
 
}
/* special info box end*/


/* whats new infobox*/
.whats_new_img{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 14px;
 	color: #ffffff;
 	font-weight: bold;
 	text-decoration: none;
}

.whats_new_box_new_price{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 11px;
 	color: #333333;
 	font-weight: normal;
 	text-decoration: none;
}

.new_desc{
 	font-family: Tahoma, Verdana, Arial;
 	font-size: 11px;
 	color: #333333;
 	font-weight: normal;
 	text-decoration: none;
 
}

.whats_new_box_price{
	font-family: Arial, Tahoma, Verdana,  sans-serif;
 	font-size: 12px;
 	color: #00528a;
 	font-weight: bold;
 	text-decoration: none;
}

.whats_new_box_name{
 	font-family: Tahoma, Verdana, Arial;
 	font-size: 12px;
 	color: #333333;
 	font-weight: bold;
 	text-decoration: none;
 
}
/* whats new infobox end*/

/* whats new main box header*/
.new_product{
	background-image:url(layout/images/w_bg.gif);
	height:25px;
	margin: 10px 0 5px 0;
 	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
 	font-weight: bold;
 	color: #333333;
}
.new_product_padding{
	padding: 5px 0 0 10px;
}
/* whats new main box end*/

/*product info page*/
.box_outline2 {
	border: solid #dad9d9; border-width: 1px 1px 1px 1px; 
	padding:5px;
}


.infoBoxHeading4 {
background-image:url(layout/images/box_head.gif);
	height:29px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5958;
	padding: 0 15px;	 
}

/*product info page end*/


/*link for advanced search under categories*/
.adv_searchlink {
  	font-family: Tahoma, Arial, Verdana,  sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: #999999;
	text-decoration:underline;
	padding-left:18px;
}

/*styles to controll the border and bg color of all info boxes/ If the box headerimage is now in the syles below, look in the boxes in box folder */

.box_categories {
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;

}

.box_specials {
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#ffffff;

}

.box_info {
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;

}

.box_cart {
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;

}


.box_currencies {
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;
}

.box_new {
	background-image:url(layout/images/new_img.gif);
	background-repeat:no-repeat;
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#ffffff;
}

.box_best_sellers{
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;	
}

.box_reviews{
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;	
}

.box_default{
	border: solid #b2b2b2; border-width: 1px 1px 1px 1px; 
	background-color:#f9f9f9;	
}
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/ 
ul{
padding: 0px;
margin: 5px;
}
/*styles to controll the border and bg color of all info boxes end*/
