/*

  SZABIST ADMISSION SYSTEM
  

*/

.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: #A63E00; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

.infoBox {
  background: #008AD6;}
  
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, 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: Verdana, 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: 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;
}
.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: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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: #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: 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;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
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.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;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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: #000000; }

/* 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; }

#myse select {width:90%;}
/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/* -------------------------------------------------          -------------------------------------------------------- */
del {
				color:#52A7D7;font-size:12px; font-weight:bold}
s {
				color:#808080;font-size:11px;font-weight:normal;}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
body     {padding:0; margin:0;}
body, td {font-family:Tahoma,verdana,arial; font-size:12px; color: #Blue; vertical-align:top}
img      {border:0px; margin:0px; padding:0px}

.vat	{text-align:center;}

.header td 		 {color:#FFFFFF; vertical-align:middle}
.header strong   	 {color:#FFFFFF;}
.header span{ color:#121212; font-size:10px}
.header a 		 {color:#121212; text-decoration: none; font-weight:bold; font-size:10px}
.header a:hover  {text-decoration: underline  ;}
.header span a {  color:#050505; text-decoration:underline }
.header span a:hover{ text-decoration:none}
.header img      {vertical-align:middle; border:0px; margin:0px; padding:0px}

.se   {	width:139px; height:18px; color:#282E3E; padding-left:6px; padding-top:2px;font-family:tahoma; border:0px; margin:0px; font-size:11px; vertical-align:middle}
.se1 { 	width:130px; height:18px;  color:#282E3E; background:#FFFFFF; vertical-align:middle; font-size:10px; margin:0px}
.se2 { 	width:119px; height:20px; color:#353434; background:#ffffff; vertical-align:middle; text-transform:none; font-size:11px}
.se3 { 	width:159px; height:20px; color:#353434; background:#ffffff; vertical-align:middle; text-transform:none; font-size:11px}
.se4{ width:40px; height:18px; border:#DAD7D7 1px solid; text-align:right; padding-right:4px; color:#000000; background:#FFFFFF; font-size:10px}


.cont_header_txt td, .cont_header_txt1 { 
				 padding-left:1px; font-family:tahoma; vertical-align:middle;
				  font-weight:bold; color:#353434; font-size:12px; height:27px; text-transform:uppercase}
.cont_header_txt a { text-transform:uppercase;
				  font-weight:bold; color:#353434; font-size:12px; text-decoration:none; font-family:tahoma;}				  
.cont_header_txt a:hover { 
				text-transform:uppercase;
				  font-weight:bold; color:#353434; font-size:12px; text-decoration:underline; font-family:tahoma;}	
				
											  


.box_header_txt	td{ padding-left:27px; font-family:tahoma; vertical-align:middle;
				  font-weight:bold; color:#FD9620; font-size:12px; height:27px; text-transform:uppercase}

.box_header_txt1 td{ padding-left:27px; font-family:tahoma; vertical-align:middle;
				  font-weight:bold; color:#FFFFFF; font-size:12px; height:27px; text-transform:uppercase}
			
.box_header_txt2 td{ padding-left:27px; font-family:tahoma; vertical-align:middle;
				  font-weight:bold; color:#5C7637; font-size:12px; height:27px; text-transform:uppercase}

	  

.box_body  ul 	{padding:0; margin:0; list-style:none; }
.box_body .bg_list 	{background:url(../SCH/images/images/list_bg.gif) left top no-repeat; background-position:0 9px;  margin-left:5px; padding-left:13px}
.box_body .bg_list  a	{color:#FFFFFF; text-decoration: underline; text-transform:none; font-size:11px; line-height:20px; font-weight:bold}
.box_body .bg_list  a:hover	{color:#333333;text-decoration: none}

.box_body .bg_list_un 	{background: none;}
.box_body .bg_list_un  a	{background:url(../SCH/images/images/list_bg1.gif) left top no-repeat; background-position:0 4px;color:#FFFFFF;text-decoration: none; text-transform: none; margin-left:21px;  font-size:11px; padding-left:9px; line-height:20px}
.box_body .bg_list_un  a:hover	{color:#FFFFFF;text-decoration: underline;}

.box_body .bg_list_sub 	{ margin-left:28px}
.box_body .bg_list_sub  a	{color:#FFFFFF; text-decoration: underline; text-transform:none; font-size:11px; line-height:20px; font-weight:normal}
.box_body .bg_list_sub  a:hover	{color:#FFFFFF;text-decoration: none}

.box_body { }



.product1 td{ vertical-align:middle}
.product1 img { border:#DAD7D7 1px solid}
.product1 a { font-family:tahoma; color:#873200; font-size:9px; text-transform:uppercase; text-decoration: none; font-weight:bold}
.product1 a:hover{ text-decoration: underline}
.product1 strong{ color:#4B8C3A; font-size:14px; text-decoration:line-through}
.product1 b{ color:#4B8C3A; font-size:14px}


.product td         {color:#353434; font-size:10px; line-height:12px; vertical-align:middle;}
.product span a		    {font-family:tahoma; color:#353434; font-size:10px; text-decoration: none; font-weight:bold; text-transform:uppercase}
.product span a:hover	{color:#353434;text-decoration: underline;}

.product b a{ color:#353434; font-size:11px; text-transform:uppercase; text-decoration:none}
.product b a:hover{ text-decoration:underline}

.product div a		    {color:#A13C00; font-size:11px; font-weight:normal;text-decoration: underline; text-transform:none; }
.product div a:hover	{color:#A13C00;text-decoration: none;}

.product span       {	color:#B10300; font-size:11px; font-weight:bold}
.product b	 {			color:#fff; font-weight:bold; font-size:11px; text-transform:uppercase}
.product strong      {	color:#4B8C3A; font-size:14px; font-weight:bold }
.product a{ color:#fff; text-decoration: none; font-weight:bold; text-transform:uppercase; line-height:15px; font-size:11px}
.product a:hover{ text-decoration: underline}

.product i a{ color:#9B3A00; text-decoration: none; font-weight:bold; text-transform:uppercase; line-height:10px; font-size:11px; font-style:normal;}
.product i a:hover{ text-decoration: underline}

.product span strong{font-family:tahoma; color:#111111; font-size:12px; text-decoration: none; font-weight:bold; text-transform:uppercase; background:url(../SCH/images/images/marker.gif) no-repeat 13px 4px; padding-left:24px}

.pic img			{border: 1px solid #DAD7D7;}


.result td           {color:#1B1B1B; height:24px; padding: 2px 0px 3px 0px; vertical-align:middle; font-size:11px}
.result a            {color:#A63E00; text-decoration: underline  ; font-size:11px; font-weight:normal}
.result a:hover      {color:#A63E00;text-decoration: none;}
.result b            {color:#1B1B1B;  font-size:11px; font-weight:normal;}

.result u {text-decoration: none; color:#A63E00;}
.result_right	{ text-align:right; font-size:13px}
.result_right b	{color:#A63E00;font-weight:bold; }

.popup td, .popup	{color:#181818; font-size:11px; text-decoration:none; line-height:13px}
.popup a		{color:#323836; font-size:11px; text-decoration: underline }	
.popup a:hover	{color:#323836; text-decoration: none;}
.popup b	{color:#353434; font-size:15px}
.popup strong{ color:#5C7637; font-size:11px}
.popup span strong	{color:#CD0000; font-size:11px;}
.popup span	{color:#FFFFFF; font-size:14px; font-weight:bold; margin-left:31px}
.popup span a	{color:#1B1B1B; font-size:11px; text-decoration:none;}
.popup span a:hover	{color:#1B1B1B; font-size:11px; text-decoration:underline;}

.popup .footer1, .footer1 td, .footer1 a 		  {color:#494949; font-size:11px; text-decoration:none; text-align:center;}																
.popup .footer1 a:hover	{ color:#494949;text-decoration: underline;}
.popup .footer1 b{ color:#494949}
.popup .footer1 b,.popup .footer1 b a{ color:#494949; text-decoration: none; padding-left:0px; font-size:11px;}
.popup .footer1 b a:hover{ color:#fff;text-decoration: underline }

.popup_top{ background:url(../SCH/images/images/popup_top.jpg) no-repeat}

.footer td, .footer 		  {color:#fff; text-transform: none; font-size:11px; vertical-align:middle}			
.footer a 		  {color:#fff; text-decoration: none} 			
.footer a:hover   {color:#000;text-decoration: underline;}	

.footer b, .footer b a 	  {color:#FFFFFF; font-size:11px; font-weight:bold; text-decoration:underline;  padding-left:9px; background-position:0 5px}			
.footer b a:hover {color:#5A594D; text-decoration: underline;}
.footer span{ color:#FFFFFF}			

.box_width_left			{ width:247px;}
.box_width_right		{ width:0px;}
.box_width_cont			{ width:100%;}			

.shop_cart	{ height:33px; text-align:center; vertical-align:middle;}   

.go{ width:40px; height:18px; border:#818181 1px solid; background:#FFFFFF; color:#000000; text-align:right; font-size:10px}/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
.box_body td{ color:#353434;font-size:10px; }
.box_body a		    {color:#873200; font-size:11px; font-weight:normal; text-transform:none;text-decoration: underline; }
.box_body a:hover	{color:#873200;text-decoration: none;}
.box_body span a		    {font-family:tahoma; color:#873200; font-size:11px; text-transform:uppercase;  font-weight:bold;text-decoration: none;}
.box_body span a:hover	{font-family:tahoma; color:#873200; font-size:11px; text-transform:uppercase;  font-weight:bold;text-decoration:underline;}

.smallText a { color:#A63E00; font-size:11px; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover { color:#A63E00; font-size:11px; text-decoration:underline;}
.smallText a u { color:#A63E00; font-size:11px; text-decoration:none;}
.smallText a:hover u{ color:#A63E00; font-size:11px; text-decoration:underline;}

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;}
.main a b {
  color:#5D5F60;font-size: 10px; text-decoration:underline;
}
.main a:hover b{
  color:#5D5F60;font-size: 10px; text-decoration:none;
}
/* -------------------------------------------------          -------------------------------------------------------- */
span.txt_1	{font-size:10px; text-transform:none; color:#000000;}	

SPAN.productSpecialPrice, .product SPAN.productSpecialPrice  {
  color:#4B8C3A; font-size:14px; font-weight:bold;}
.box_body SPAN.productSpecialPrice{  color:#4B8C3A; font-size:14px; font-weight:bold}
  
.cont_header_txt	em		    { text-transform:uppercase;font-weight:bold; color:#353434; font-size:12px; text-decoration:none; font-family:tahoma;font-style:normal;}

.product em		    {color:#353434; font-size:11px; text-transform:uppercase; font-weight:bold; text-decoration:none; font-style:normal;} 
 
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
.main	a{ color:#A63E00; text-decoration:underline;}
.main	a:hover{ color:#A63E00; text-decoration:none;}

input	{background:#ffffff;}
/* -------------------------------------------------          -------------------------------------------------------- */
/* -------------------------------------------------          -------------------------------------------------------- */
.product .shop_cart {	color:#111111; font-size:11px; text-transform:uppercase; font-weight:bold; 
						height:25px;text-align:center; vertical-align:middle;}

.padd_1 { padding:0px 10px 0px 10px;}
.padd_2 { padding:8px;}
.padd2 td	{padding:4px;}


.line_h		{ line-height:16px;}

.bg_gg	{background:url(../SCH/images/images/rep_center.gif) repeat-x}
.bg_vv	{background:url(../SCH/images/images/y.gif) repeat-y center}
.bg_gg_1{background:#E4EFD6;}


.product div			{padding:8px 5px 5px 5px;}
div.padd3				{text-align:left; padding:0px;}

.prod_info		{width:100px;}
.prod_info td	{text-align:center;}
/* -------------------------------------------------          -------------------------------------------------------- */
.box_width_left			{ width:254px;}
.box_width_right		{ width:12px;}
.box_width_cont			{ width:100%;}			

/* -------------------------------------------------          -------------------------------------------------------- */

.HeaderLinks
{
	color:#0E06FE;
}

