/*
  $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) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #e1e0e0; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #0F4D2A; text-decoration: underline; }

BODY {
  background: ffffff;
  color: #000000;
  margin: 0px;
}

.infoBox {
  background: #d2d2d2;}
  
.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 10px;}

/*  A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}  */

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

/*  A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}  */

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*  TR.footer {
  background: #bbc3d3;
}  

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}*/
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #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-family: Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;

}

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

}

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


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

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

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

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
}

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

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

.moduleRow { }
.moduleRowOver { background-color: #e1e0e0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #e1e0e0; }

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

/* message box */

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

#myse select {width:90%;}
/* input requirement */
.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }
/* -------------------------------------------------          -------------------------------------------------------- */
del {
				color:red;font-size:12px; font-weight:bold}
s {
				color:orange;font-size:11px;font-weight:normal;}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
body {padding:0; margin:0; background:e1e1e1}
body, td, input, textarea{
	font-size:13px;
    font-family:arial;
	color:#5a5a5a; /* vvodutu tekst */
	line-height:15px;
	vertical-align:top;
	padding:0px;
}
img      {border:0px;}
table	 {width:100%;}

.vam { vertical-align:middle}
/* verx */
.header td 		 {color:#5a5a5a; vertical-align:middle}
.header span	 {color:#5a5a5a; font-size:13px;}
.header b   	 {color:#5a5a5a;}
.header a 		 {color:#e20922; text-decoration:none; font-weight:bold}
.header a:hover  {color:#e20922; text-decoration:underline}
.header strong a 		 {color:#C9CBBD; text-decoration:underline; font-size:13px}
.header strong a:hover  {color:#C9CBBD;text-decoration:none}


#input1{
 width:25px; height:20px; 
 color:#2e2e2e; font-size:13px; text-align:center
}

#input2{
 width:37px; height:18px; 
 color:#2e2e2e; font-size:13px; text-align:right
}


.jamp{ width:109px; height:18px; color:#2e2e2e; font-size:13px; padding-left:4px; }
.jamp1{ width:139px; height:18px; color:#2e2e2e; font-size:13px; padding-left:2px; }
.jamp2{ width:119px; height:18px; color:#2e2e2e; font-size:13px; padding-left:2px; }
.jamp3{ width:159px; height:18px; color:#2e2e2e; font-size:13px; padding-left:2px; }
  
							
/* liva kolonka zagolovku */				  
.box_header_txt	td{ height:48px; vertical-align:middle; background:url(images/bg.gif) no-repeat  center left; padding-left:53px; text-transform:uppercase; font-family:Arial;
				  font-weight:bold;  color:#00adbc; font-size:13px;}
				  
.box_header_txt1 td{ height:40px; vertical-align:middle; background:url(images/1_z2.gif) no-repeat top left #F4F6DE; padding-left:28px; text-transform:uppercase; font-family:Arial;
				  font-weight:bold;  color:00adbc; font-size:13px;}




/* liva kolonka spusok */	
.box_body  ul 	{padding:0; margin:0px; list-style:none; padding-left:0px; }
.box_body .bg_list 	{background:url(images/bg_list.gif) left top no-repeat; background-position:0 7px}
.box_body .bg_list  a	{color:#5a5a5a;  font-size:12px; text-decoration:none; padding-left:0px; line-height:20px; margin-left:10px}
.box_body .bg_list  a:hover	{color:#ff5e00; font-size:12px; border-bottom: 1px dashed;}

.box_body .bg_list_un 	{background:url(images/bg_list_un.gif) left top no-repeat; line-height:23px; font-size:12px; background-position:0 10px; margin-left:15px}
.box_body .bg_list_un  a	{color:#5a5a5a;text-decoration:underline; padding-left:10px;font-size:12px;}}
.box_body .bg_list_un  a:hover	{color:#00adbc; font-size:12px; border-bottom: 1px dashed;}

.box_body .bg_list_sub 	{background:url(images/bg_list.gif) left top no-repeat; font-size:12px; background-position:5 7px}
.box_body .bg_list_sub  a	{color:#5a5a5a; text-decoration:none; font-size:12px;  padding-left:0px; line-height:20px; margin-left:15px}
.box_body .bg_list_sub  a:hover	{color:#ff5e00; font-size:12px; border-bottom: 1px dashed; }
/* centr zagolovok */
.cont_header_txt td { height:53px; vertical-align:middle; background:url(images/bg1.gif) no-repeat  center left; font-family:Arial; padding-left:23px; text-transform:uppercase;
				  font-weight:bold;  color:#00adbc; font-size:13px;}

/* centr krowku */
.cont_header_txt a { 
				font-weight:bold; font-family:Arial; color:#00adbc; font-size:13px; text-decoration:none; vertical-align:middle;}				  
.cont_header_txt a:hover { 
				font-weight:bold; font-family:Arial; color:#003280; font-size:13px; border-bottom: 1px dashed;}	

/* centr tovar */
.product td         {color:#5a5a5a; font-size:13px;}
.product a		    {color:#5a5a5a; font-size:13px; text-decoration:underline; font-weight:normal}
.product a:hover	{color:#5a5a5a;text-decoration:none;}
.product span       {color:#5a5a5a; font-size:13px;}
.product span a		    {color:#ffffff; font-size:13px; text-decoration:none; font-weight:bold}
.product span a:hover	{color:#ffffff;text-decoration:underline;}


.product div a		    {color:#ff0000; font-size:11px; text-decoration:none; font-weight:normal; }
.product div a:hover	{color:#ff0000; font-weight:normal; text-decoration:underline;}


.pic img			{border: 0px solid #2e2e2e;}
/* Poperednja nastypna*/
.result td           {color:#5a5a5a; height:41px; vertical-align:middle;padding:0px 16px 0px 14px;font-size:10px;}
.result a            {color:#5a5a5a; text-decoration:none;font-size:10px;}
.result a:hover      {color:#5a5a5a;text-decoration:none;font-size:10px;}
.result b            {color:#5a5a5a; font-weight:normal;font-size:10px;}

.result u            {color:#5a5a5a; text-decoration:underline;font-size:10px;}
.result_right	{ text-align:right;}
.result_right b	{color:#5a5a5a; font-weight:bold; }




.popup 	{color:#2e2e2e; font-size:13px; text-decoration:none;}



.footer		  	  { background:url(images/bot.gif) repeat-x top; }	
.footer td 		  {color:#00adbc;  font-size:12px;}			
.footer a 		  {color:#ffffff; font-weight:bold; font-size:12px; text-decoration:none;} 			
.footer a:hover   {color:#FFFFFF;}
.footer font img 		  {margin:0px 10px 0px 15px;}
.footer font a 		  {color:#9CD33D; font-size:13px;  text-decoration:none;} 			
.footer font a:hover   {color:#9CD33D;  border-bottom: 1px dashed; }	
	
.footer span 	  {color:#fdb813; font-size:11px;}
.footer span a 		  {color:#fdb813; font-size:11px; text-decoration:none; } 			
.footer span a:hover   {color:#fdb813;border-bottom: 1px dashed; }

.footer1 td 		  {color:#000000; font-size:9px;}			
.footer1 a 		  {color:#000000; font-size:10px; text-decoration:none;} 			
.footer1 a:hover   {color:#000000; text-decoration:underline;}	

		

.shop_cart	{ height:41px; vertical-align:middle}   
.shop_cart strong{text-align:center; vertical-align:middle; color:#ffffff; font-size:12px; text-transform:uppercase}   
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
/* napusatu drygy */
.box_body td				{color:#5a5a5a;font-size:13px; }

.box_body a		    		{color:#5a5a5a; font-size:12px; font-weight:normal; text-transform:none;text-decoration: underline; }
.box_body a:hover			{color:#5a5a5a;text-decoration: none;}
.box_body span a		    {color:#5a5a5a; font-size:12px; text-decoration:none; font-weight:none; text-transform:none;}
.box_body span a:hover	{color:#ff5e00; border-bottom: 1px dashed; }

SPAN.newItemInCart 						{font-family: Arial, sans-serif;font-size: 13px;color: #5a5a5a;}
.box_body a SPAN.newItemInCart 			{font-family: Arial, sans-serif;font-size: 13px;color: #5a5a5a; text-decoration:underline;}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
.smallText a { color:#9cd33d; font-size:13px;  font-weight:bold; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover { color:#9cd33d; font-size:13px; font-weight:bold; text-decoration:underline;}
.smallText a u { color:#9cd33d; font-size:13px; font-weight:bold; text-decoration:none;}
.smallText a:hover u{ color:#9cd33d; font-size:13px; font-weight:bold; text-decoration:underline;}

/* vupluvajychi i ix pidpus */
TD.fieldKey {
  font-family: Arial, sans-serif;font-size: 13px;font-weight: bold;}

TD.fieldValue {
  font-family: Arial, sans-serif;font-size: 13px; padding-left:1px;}
.main a b {
  color:ff5e00 ; font-size: 13px;  text-decoration:none; font-weight: bold;
}
.main a:hover b{
  color:ff5e00 ; font-size: 13px; border-bottom: 1px dashed;font-weight: bold;
}
/* -------------------------------------------------          -------------------------------------------------------- */
span.txt_1	{font-size:10px; text-transform:none; color:#4e2dba;}	
/* Cina */
SPAN.productSpecialPrice, .product SPAN.productSpecialPrice  {
  color:e20922; font-family: arial; font-size:17px; font-weight:bold;}
.box_body SPAN.productSpecialPrice{  color:e20922; font-family: Arial; font-size:17px; font-weight:bold;}
  
.cont_header_txt	em		    {font-weight:bold; color:#9CD33D; font-size:12px; text-decoration:none; font-style:normal;vertical-align:middle;text-decoration:none;}

.product em		    {color:#9CD33D; font-size:14px; text-decoration:none; font-weight:bold; font-style:normal;} 
 
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */

.vam	{ vertical-align:middle;}
input	{background:#ffffff;padding-left:2px;}
.bg_input input	{background:ffffff;}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */

.padd_1 { padding:0px 10px 0px 10px;}
.padd_22 { padding:8px;}
td.padd2 	{padding:8px; padding-left:4px;}


.line_h		{ line-height:16px;}

.bg_gg	{background:#D2D2D2;}
.bg_vv	{background:#ADADAD;}
.bg_gg_1{background:#ffffff;}


.product div			{padding:18px 5px 5px 5px;}
div.padd3				{text-align:justify; padding:0px; margin-left:0px; margin-right:0px;}

.prod_info		{width:100px;}
.prod_info td	{text-align:center;}

.remove		{ width:10%;}
.products	{ width:55%;}
.quantity	{ width:15%;}
.total		{ width:20%;}

/* -------------------------------------------------          -------------------------------------------------------- */
.box_width_left			{ width:208px;}
.box_width_right		{ width:18px;}
.box_width_cont			{ width:100%;}			

/* -------------------------------------------------          -------------------------------------------------------- */
