﻿/*
  $Id: az_special_tab_styles.css,v 1.0 17:37:59 06/17/2009  

  Cascading Stylesheets for AlgoZone template

  Copyright (c) 2009 AlgoZone, Inc (www.algozone.com)

*/


/*------------------------------------------*/
/*            General Settings              */
/*------------------------------------------*/

#az_specials_tab_container {
	margin: 10px 10px 0 20px;
	height:200px;
	overflow:hidden;
	text-align:left;
}

#az_specials_tab {
	float:left;
	width:174px;
	height:200px;
}
#az_specials_tab ul {
	list-style:none;
	margin:0;
	padding:0;
}
#az_specials_tab li {
	width:173px;
	height:44px;
	margin:0;
	float:left;
}
#az_specials_tab li a {
	background:url(../images/az_specials_tab_images/az_special_tab.png) left center no-repeat;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	display:block;
	height:44px;
	padding:0;
	margin:0;
	color:#000000;
}
#az_specials_tab li a td {
	padding:0px 16px 0 10px;
	height:44px;
}
#az_specials_tab li a:hover, #az_specials_tab li a.az_st_sel {
	background:url(../images/az_specials_tab_images/az_special_tab_sel.png) left center no-repeat;
}

#az_specials_tab_content {
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#ffffff;
	font-size:14px;
	font-style:italic;
	font-weight:700;
	float:right;
	width:430px;
	margin: 8px 0 30px 0;
}

.az_specials_tab_desc {
	float:right;
	width:60%;
	margin:0;
	padding: 10px 0 0 0;
}

#az_specials_tab_img {
	height:126px;
}

#az_specials_tab_content .az_more_info_txt {
	font-size:16px;
}
/*------------------------------------------*/
/*         General Settings (EOF)           */
/*------------------------------------------*/



/*------------------------------------------*/
/*             Prices Settings              */
/*------------------------------------------*/
#az_specials_tab_content .productSpecialPrice {
  font-family: Tahoma, Arial, Verdana;
  font-size:14px;
  color:#FFFF00;
  font-weight:normal;
  letter-spacing:-1px;
}
#az_specials_tab_content .az_smallCur {
  font-family:Tahoma, "Arial Narrow", Arial;
  color:#006699;
  font-size:10px;
}
#az_specials_tab_content .az_productPrice {
  font-family: Tahoma, Arial, Verdana;
  font-size:14px;
  color:#c3db40;
  font-weight:normal;
  font-style:normal;
  letter-spacing:-1px;
}
#az_specials_tab_content .az_productPrice s {
  color: #f6fec9;
  font-size:12px;
  font-weight:normal;
}
/*------------------------------------------*/
/*          Prices Settings (EOF)           */
/*------------------------------------------*/



/*------------------------------------------*/
/*           Image Box Settings             */
/*------------------------------------------*/
#az_specials_tab_content .az_imgbox_new {
	border:0;
	float:left;
	width:160px;
}

#az_specials_tab_content .az_imgbox_top_new {
}
#az_specials_tab_content .az_imgbox_top_l_new {
	background:url(../images/az_specials_tab_images/az_special_img_top_left.png) no-repeat;
}
#az_specials_tab_content .az_imgbox_top_r_new {
	background:url(../images/az_specials_tab_images/az_special_img_top_right.png) right 0 no-repeat;
	padding:0 7px 0 7px;
}
#az_specials_tab_content .az_imgbox_top_m_new {
	background:url(../images/az_specials_tab_images/az_special_img_top_mid.png) repeat-x #000066;
	height:7px;
	font-size:0;
}

#az_specials_tab_content .az_imgbox_cont_new {
	background: #000066;
}
#az_specials_tab_content .az_imgbox_cont_l_new {
	background:url(../images/az_specials_tab_images/az_special_img_left.png) repeat-y;
}
#az_specials_tab_content .az_imgbox_cont_r_new {
	background:url(../images/az_specials_tab_images/az_special_img_right.png) right 0 repeat-y ;
	padding:0 1px 0 1px;
}
#az_specials_tab_content .az_imgbox_cont_m_new {
	height:150px;
	overflow:hidden;
	text-align:center;
}

#az_specials_tab_content .az_imgbox_bottom_new {
}
#az_specials_tab_content .az_imgbox_bottom_l_new {
	background:url(../images/az_specials_tab_images/az_special_img_bottom_left.png) left bottom no-repeat;
}
#az_specials_tab_content .az_imgbox_bottom_r_new {
	background:url(../images/az_specials_tab_images/az_special_img_bottom_right.png) right bottom no-repeat;
	padding:0 7px 0 7px;
}
#az_specials_tab_content .az_imgbox_bottom_m_new {
	background:url(../images/az_specials_tab_images/az_special_img_bottom_mid.png) left bottom repeat-x #000066;
	height:7px;
	font-size:0;
}
/*------------------------------------------*/
/*        Image Box Settings (EOF)          */
/*------------------------------------------*/
