/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff;}
.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-color:#414042; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }

BODY {
	background:#000;
  margin:0;
  padding:0;
  background-image:url(images/body_bg.png);
  background-attachment: fixed;
  background-position: top center;
  background-repeat:no-repeat;
  overflow:scroll;
  
}
#wrapper{
	height:auto;
	width:100%;
	color:#FFFFFF;
	/*overflow:hidden;*/	
}
#wrapperInner{
	height:auto;
	overflow:hidden;
	width:1230px;
	margin:auto;
	z-index:0;
}

#hmidInner{
	height:auto;	
	overflow:auto;
	width:1077px;
	padding:0;
	
}
#hmainContainer{
	height:auto;
	overflow:hidden;
	width:1077px;
	margin:auto;
	z-index:1;
	padding:0;
	
}
#mainContainer{
	height:auto;
	overflow:hidden;
	width:1077px;
	margin:auto;
	
	z-index:1;
	padding:0;
	min-height:700px;
}
.midInner-left{
	background-color:#000;
}
#midInner{
	height:auto;
	overflow:hidden;
	width:1073px;
	padding:0;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	
}
.midInner-parent {
	padding:10px 0px 0px 0;
	background-color:#000;
}
#slideshow {
	background-color:#000;
	display:block;
	width:1073px; 
	height:402px;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
#add_banner_container{
	width:1077px;
	overflow:hidden;
	display:block;
	margin:19px 0 28px 0;
	height:auto;
}
div.add_to_home_page{
	float:left;
	overflow:hidden;
	border:2px solid #FFFFFF;
	margin-right:4px;
	height:auto;
}
div.add_to_home_page a{
	display:block;
}
.add_banner_container_last{
	margin-right:0 !important;
}
div#worldwide_area{
	height:auto;
	overflow:hidden;
	padding:10px 34px;
}
#thambBanner {
	display:block;
	margin-top:5px;
	width:1077px; 
	height:310px;
	overflow:hidden;	
}
.catCtr{
	height:auto;
	overflow:hidden;
	width:1077px;
	float:left;
	margin-bottom:5px;
}
.divFirst {
	float:left;
	display:block;
	width:262px; 
	height:146px;
	
	border:2px solid #FFF;
}
.divNormal {
	float:left;
	display:block;
	width:262px; 
	height:146px;
	margin-left:4px;
	border:2px solid #FFF;
}
.divLast {
	float:right;
	display:block;
	width:262px; 
	height:146px;
	
	border:2px solid #FFF;
}


#header_wrapper{
	width:1230px;
	height:110px;
	margin:auto;
}
#header_top{
	margin:auto;
	height:122px;
	width:1120px;
	
}
#top_part{
	margin:44px 0 0 0;
	width:520px;
	height:28px;
	float:right;
}
#mini_nav{
	height:24px;
	width:274px;
	float:left;
	background-color:#191919;
	border:1px solid #494949;
}
#mini_nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
#mini_nav ul li{
	color:#999999;
	font-size:12px;
	float:left;
	padding:4px 10px;
	background-image:url(images/mini_sep.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#mini_nav ul li.last{
	background-image:none;
	float:right;
	padding:7px 4px 0 0;
}
#top_search{
	float:right;
	width:240px;
	height:33px;
	background-image:url(images/search_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
#logo_container{
	float:left; height:92px; width:322px; padding-top:30px; margin-left:15px;
}
#search_nav_container{
	height:120px; width:748px; float:left;
}
#header_top_nav_ctr{
	float:left; margin-top:1px; margin-left:0px; width:748px; height:45px;
}
#header_top_cart{
	float: right;
	width:164px;
	margin:6px 0 0 0;
	padding:0;
	color:#ffffff;
	font-size:11px;
}
#carttext {float:left; width:90px;}
#cartbtn { float: right; width:74px; margin-top:6px; }
#header_top_cart i{
	font-size:11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	}
#header_top_cart span{
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#header_top_nav {
	float: right;
	margin:14px 0 0 15px;
	
	padding:0;
}
#header_top_nav li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#header_top_nav li a {
	font-weight:normal;
	background-image:url(images/topnav_sep.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #ffffff;
	font-size: 9px;
	padding: 1px 6px;
	text-decoration: none;
	
	text-transform:uppercase;
	white-space: nowrap;
}

#header_top_nav li a:hover {
	font-weight:normal;
	color: #999999;
	font-size: 9px;
	padding: 1px 6px;
	text-decoration: none;
}
#header_top_nav li a.last {
	background-image:none;
	padding-right:0;
}


#header_top_nav li a{
	text-decoration:none;
	color:#ffffff;
	font-size:9px;
	
}

#second_nav{
	margin:0;
	padding:0;
	list-style:none;
}
#second_nav li{
	padding:0;
	margin:0;
	float:left;
}
#second_nav li a{
	padding:0;
	margin:0;
	height:54px;
	float:left;
	text-transform:uppercase;
	color:#ffffff;
	font-size:15px;
	display:block;
	text-decoration:none;
} 
#second_nav li a:hover{
	
	text-transform:uppercase;
	color:#ffffff;
	font-size:15px;
	display:block;
	text-decoration:none;
}
#header_second_nav{
	margin:auto;
	width:1077px;
	height:54px;
	background-image:url(images/nav_bg_normal.png);
	background-repeat:repeat-x;
	background-position:top;
}
#header_second_nav a{
	padding:0;
	margin:0;
	height:54px;
	float:left;
	text-transform:uppercase;
	color:#ffffff;
	font-size:15px;
	display:block;
	text-decoration:none;
	
	
}
#header_second_nav a span {
	display:block;
	padding:22px 27px 18px 27px;
	margin:0;
	max-width:124px;
	text-align:center;
}


.second_nav_active{
	/*padding:0 2px 0 2px !important;*/
	margin:0;
	background-image:url(images/nav_bg_hover.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	background-color:#000;
}
.second_nav_active span{
	padding:22px 25px 18px 25px !important;
}

td.nav_right {
	width: 213px; height: 94px; background: url('images/homepage/right_nav.png') top left;
}
td.nav_right_spacer {
	width: 213px; height: 2px;
}
td.sidebar_heading {
	font-size: 14px;
}
td.sidebar_heading a {
	color: #FFF !important;
	font-size: 14px;
}
div.shipping_learn_more { margin-top: 5px; }
div.shipping_learn_more a {
	color: #f26d2c !important;
	font-size: 12px !important; 
	font-style: italic;
	font-size: 12px;
}
td.sidebar_heading a:hover, div.shipping_learn_more a:hover {
	text-decoration: none;
}
#midInnerTop{
	width:980px; height:340px; padding:5px 0;
}
#midInnerTopLeft{
	height:340px; width:635px; float:left; padding-right:5px;
}
#midInnerTopLeft ul{
	list-style:none; padding:0; margin:0;
}
#midInnerTopLeft ul li{
	float:left;  margin:0;
}

#midInnerTopRight{
	height:340px; width:340px; float:left;
}
#midInnerTopRight a img, #bottomNavRight{
	position:relative; left:1px;
}
.banner img{ position:relative; left:-6px;}
#welMsgCntr{
	height:106px; width:635px; float:left;
}
#welMsgCntrLeft{
	float:left; height:106px; width:16px; background-image:url(images/welMsgCntrLeftBg.gif); 
}
#welMsgCntrRight{
	float:left; height:106px; width:619px; background-image:url(images/welMsgCntrRightB.gif); background-repeat:repeat-x;
}
#welMsgCntrRight h2{
	margin:7px 0;
	font-family:Arial, Helvetica, sans-serif; font-size:18px;
}
#welMsgCntrRight p{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.2;
}
#bestSeller{
	height:152px; width:635px; background-image:url(images/bs_bg.gif); background-position:top; background-repeat:repeat-x; float:left; margin-top:5px;
}
#bestSeller h2{
	padding:2px 6px 0 6px; margin:0; font-size:15px; font-style:italic; color:#FFF;
}

#bestSeller ul{
	margin:0; padding:0; list-style:none;
}
.bsNormal{
	margin:0 4px; padding:0; float:left; background-image:url(images/youmayalike_pbg.png); width:129px; height:130px; background-repeat:no-repeat;
}
.bsNormalName a{
	margin:0 4px; padding:0; display:block; float:left;; width:129px; height:18px; margin-top: 5px; font-size:12px; color:#FFF; text-decoration:none; text-align:left;
}
.bsNormalName a:hover{ text-decoration:none; }

.bsNormalPrice {
	margin:0 4px; padding:0; display:block; float:left;; width:129px; height:18px; margin-top: 2px; font-size:14px; color:#F26F33; text-decoration:none; text-align:left;
	}
.bsNormalCount{
	height:45px; width:62px; padding:5px 5px 0 10px; float:left;
}
.bsNormalImage{
	height:129px; width:130px; padding:0; float:left; text-align:center; vertical-align:middle; -moz-border-radius: 5px 5px;
	  border-radius: 5px 5px / 5px 5px;
}
.bsNormalImage img{
	-moz-border-radius: 5px 5px; border-radius: 5px 5px / 5px 5px;
}
.bsNormal p{
	color:#414042; font-family: Arial, Helvetica, sans-serif; font-size:12px; width:115px; padding:5px; text-align:left;
}
.bsSpetial{
	margin:0;  padding:0 1px; float:left; background-image:url(images/best_seller_sp.gif); width:125px; height:131px; background-repeat:no-repeat;
}

.bsSpetial p{
	color:#414042; font-family: Arial, Helvetica, sans-serif; font-size:12px; width:115px; padding:5px; display:block; text-align:center;
}
#brandContainer{
	height:80px; width:980px;
}
#brandContainer h2{
	padding:8px; margin:0;
}
#brandContainer ul{
	list-style:none; padding:0; margin: 0 0 0 12px;
	margin-left:125px !important;
}
#brandContainer ul li{
	float:left; padding:0; margin:0;
}
#brandContainer ul li img{
	margin:0;
}
#bottomNav{
	height:245px; width:980px;
}
#bottomNavLeft{
	height:175px; /*width:633px;*/ width: 469px; float:left; padding:0;
}
#bottomNavRight{
	height:175px; /*width:342px;*/ width: 497px; float:left; margin-left: 13px;
}
.nav_bottom, .nav_bottom ul { /* all lists */
		padding: 0;
		list-style: none;
		float : left;
		width : 155px;
		margin: 0 0 0 1px;
		/*list-style-image:url("images/list_img.png");*/
	}
ul.lastlist{
	width : 155px;
}
	.nav_bottom li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		/*width: 11em;*/
		/*background-color : #f8f8f9;*/
		border:1px solid #CCC;
	}

	.nav_bottom li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}

	.nav_bottom li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	.nav_bottom li a {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		width: 10.3em;
		font-size:13px;
		display : block;
		/*font-weight : bold;*/
		text-decoration : none;
		/*border : 1px solid black;*/
		padding : 7px 1.1em;
		color:#414042;
		background-image:url("images/list_img.png");
		background-repeat:no-repeat;
		background-position:3% 40%;
		margin-top: 1px;
		white-space:nowrap;
		font-family:
	}
	.nav_bottom li a{width:126px;}
	ul.lastlist li a{width : 133px;}
	ul.list-1{width:169px; }
	ul.list-2{width:169px; }
	ul.list-1 li {}
	ul.list-1 li a, ul.list-2 li a{width : 140px;}
	.nav_bottom li ul li a{
		border : 1px solid black;
	}
	.cat_lev_0{
		border-bottom:2px solid black;
	}

	.nav_bottom li a:hover {
		color : white;
		background-color : #414042;
		background-image:url("images/list_img_hover.png");
		background-repeat:no-repeat;
		background-position:3% 40%;
		margin-top: 1px;
	}

	.nav_bottom li:hover ul ul, .nav_bottom li:hover ul ul ul, .nav_bottom li.sfhover ul ul, .nav_bottom li.sfhover ul ul ul {
		left: -999em;
	}

	.nav_bottom li:hover ul, .nav_bottom li li:hover ul, .nav_bottom li li li:hover ul, .nav_bottom li.sfhover ul, .nav_bottom li li.sfhover ul, .nav_bottom li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		left:-10px;
		top:0px;
	}
	.nav_bottom li ul{
		z-index:100;
	}
	.nav_bottom li ul li ul{
		z-index:1000;
	}



/* Menu items with subcategories */
.nav_bottom a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */
.nav_bottom li.selected {
    background-color: #FFCC00;
}


.nav_left, .nav_left ul { /* all lists */
		padding: 0;
		margin: 2px 0 0 15px;
		list-style: none;
		float : left;
		width : 165px;
		/*list-style-image:url("images/list_img.png");*/
	}

	.nav_left li { /* all list items */
		position : relative;
		float : left;
		color:#ffffff;
		font-size:12px;
		margin-bottom : -1px;
	}

	.nav_left li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}

	.nav_left li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	.cat_lev_0 a {
		width: 155px;
		font-size:12px;
		display : block;
		text-decoration : none;
		padding : 7px 0 7px 1.1em;
		color:#ffffff;
		text-transform:uppercase;
		margin-top: 1px;
	}
	.cat_lev_no{
		font-size:12px;
		display : block;
		text-decoration : none;
		padding : 7px 0 7px 1.1em;
		color:#ffffff;
		text-transform:uppercase;
		margin-top: 1px;
		}
	.cat_lev_0_selected a {
		width: 155px;
		font-size:12px;
		display : block;
		text-decoration:none;
		text-transform:uppercase;
		padding : 7px 0 7px 1.1em;
		color : #F16D32;
		background-image:url("images/list_img.png");
		background-repeat:no-repeat;
		background-position:3% 40%;
		margin-top: 1px;
	}
	.cat_lev_123 a {
		width: 155px;
		font-size:12px;
		display : block;
		text-decoration : none;
		/*padding : 10px 0 10px 1.1em;*/
		padding : 10px 0 10px 20px;
		color:#ffffff;
		text-transform:uppercase;
	}
	.cat_lev_123 a:hover {
		text-decoration:none;
		color : #F16D32;
		background-image:url("images/list_img.png");
		background-repeat:no-repeat;
		background-position:3% 40%;
	}	

	.nav_left li ul li a{
		border : none;
	}
	.cat_lev_0{
		border-bottom:none;
	}

	.cat_lev_0 a:hover {
		text-decoration:none;
		color : #F16D32;
		background-image:url("images/list_img.png");
		background-repeat:no-repeat;
		background-position:3% 40%;
		margin-top: 1px;
		padding : 10px 1.1em;
		font-size: 13;
	}

	.nav_left li:hover ul ul, .nav_left li:hover ul ul ul, .nav_left li.sfhover ul ul, .nav_left li.sfhover ul ul ul {
		left: -999em;
	}

	.nav_left li:hover ul, .nav_left li li:hover ul, .nav_left li li li:hover ul, .nav_left li.sfhover ul, .nav_left li li.sfhover ul, .nav_left li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		left:-10px;
		top:0px;
	}
	.nav_left li ul{
		z-index:100;
	}
	.nav_left li ul li ul{
		z-index:1000;
	}



/* Menu items with subcategories */
.nav_left a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */
.nav_left li.selected {
    background-color: #FFCC00;
}

.headingWraper{
	float:left; height:22px; min-width:515px; width:auto; padding:12px 29px 15px 34px;
}
DIV.pageHeading {
	  float:left;
	  min-width:60px;
	  width:auto;
	  font-size: 20px;
	  font-weight: normal;
	  color: #ffffff;
	  text-transform:uppercase;
}
DIV.pageHeading h2,DIV.pageHeading h1 {
	  font-size: 20px;
	  font-weight: normal;
	  color: #ffffff;
	  text-transform:uppercase;
	  padding:0;
	  margin:0;
}
div.pageHeading-arial{
		float:left;
	  min-width:60px;
	  width:auto;
	  font-size: 20px;
	  font-weight: normal;
	  color: #ffffff;
	  text-transform:uppercase;
	  font-family:Arial;

	}
DIV.breadcrumb {
	 float:left;
	  min-width:250px;
	  width:auto;
	  padding:2px 0 10px 5px;
	  font-size: 11px;
	  font-weight:normal;
	  color: #595959;
	  
}
DIV.breadcrumb a {
	color:#595959;
	font-size:11px;
	text-decoration:none;
}
DIV.product_mame {
	  float:left;
	  min-width:120px;
	  width:auto;
	  font-size: 25px;
	  font-weight: normal;
	  color: #ffffff;
	}
DIV.product_mame h1 {
	  font-size: 25px;
	  font-weight: normal;
	  color: #ffffff;
	  padding:0;
	  margin:0;
	}	
DIV.product_price {
	  float:left;
	  min-width:130px;
	  width:auto;
	  font-size: 16px;
	  font-weight: normal;
	  color: #ffffff;
	  background-color:#212121;
	  -moz-border-radius: 8px 8px;
	  border-radius: 8px 8px / 8px 8px;
	  padding: 6px 10px;
}
DIV.product_pricere {
	  float:left;
	  min-width:130px;
	  width:auto;
	  font-size: 16px;
	  font-weight: normal;
	  color: #F26F33;
	  font-style:italic;
	  padding: 6px 10px;
}
div.paddin-left-{
	padding-left:0;
	padding-bottom:0;
}

DIV.products_wh_price {
	  float:left;
	  min-width:130px;
	  width:auto;
	  font-size: 16px;
	  font-weight: normal;
	  color: #ffffff;
	  background-color:#a31d21;
	  -moz-border-radius: 8px 8px;
	  border-radius: 8px 8px / 8px 8px;
	  padding: 6px 10px;
	  margin-top:4px;
	  
}

.shopProdCntr{
	height:230px; width:786px; margin-bottom:7px;
}
.shopProdCntr_head{
	height:24px; width:470px; float:left; padding:13px 0; 
}

.shopProdCntr_headLeft{
	height:24px; float:left; width:395px; color:#FFF; 
}
.shopProdCntr_headRight{
	height:24px; float:left; width:60px;
}
.shopProdCntr_headRight a{
	display:block; color:#FFF; font-size:12px; font-weight:normal; padding:7px 0 0 4px;
}
.shopProdCntr_headLeft h2{
	font-size:12px; font-style:italic; color:#FFF; margin:2px;
}
.pdr_divider{
	height:30px; width:786px; background-image:url(images/divider.gif); background-position:top; background-repeat:no-repeat;
}
span.sby {
    margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#FFF; font-size:9px; text-transform:uppercase;
}
.scroller{
	width:786px; height:200px; margin-top:5px; position:relative;
}
.pdr_divider_top{
	height:25px; width:786px; background-image:url(images/divider.gif);  background-position:bottom; background-repeat:no-repeat;
}
.mid_container{
	height:auto;
	overflow:hidden;
	width:800px;
	float:left;
	margin-left:10px;
	margin-top:18px;
}
.mid_container p{
	margin:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	font-size:12px;
}
.mid_container h2{
	margin-top:0;
}
.mid_container h3{
	margin:2px 0;
	color:#000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.ol_number{
	
	padding:0;
	margin:6px 0;
}
.ol_number li{
	list-style:decimal;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	font-size:12px;
}
.guide_to_fencing{
	width:389px;
	height:465px;
	float:left;
}
.links_ctr{
	height:auto;
	overflow:hidden;
	width:406px;
	margin-left:2px;
	float:left;
}
.links_ctr ul{
	list-style:none;
	padding:0;
	margin:0;
}
.links_ctr ul li{
	padding:0;
	margin:0 2px 1px 2px;
}

.border_tbl_left_top{
	
	border-left:1px solid #D1D2D3;
	
	border-top:1px solid #D1D2D3;
}
.border_tbl_left_top_right{
	border-right:1px solid #D1D2D3;
	border-left:1px solid #D1D2D3;
	
	border-top:1px solid #D1D2D3;
}
.border_bottom{
	border-bottom:1px solid #D1D2D3;
}
.wp_pbl_ul{
	padding:0;
	margin: 0 8px;
	float:left;
	list-style-position:inside;
	
	
}
.wp_pbl_ul li{
	padding:0;
	margin:0;
}
.small_font{
	color:#231F20;
}
.tbl_heading{
	background-color:#414042;
	color:#FFF; 
	font-weight:bold;
	font-size:14px;
}
.td_left_col{
	background-color:#E6E7E8;
	color:#231F20;
	font-size:14px;
	
}
div.announcement{
	display: block;
	border: 1px red solid;
	color: red;
	padding: 5px;
	margin: 10px auto;
	width:955px;
	
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 35px;
	color: #555;
	border: solid #bbb 1px;
	background-image: url(./images/icons/information.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	
	
}

.carousel  {
    padding: 0;
    margin: 0;
    position: relative;     
}

.carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
   float: left;
}
.next{
	float:right;
}
.carousel a.prev, .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
}
.carousel a.next {
   background: url("/image/imageNavRight.gif") right 60px no-repeat;
}
.carousel .jCarouselLite {
        float: left;

        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
}
.carousel ul {
            margin: 0;
}
.carousel ul li{
           height:168px; width:148px; padding:15px; margin:0 8px; border:1px solid #CCC;
}
.crsl_img_ctr{
	
}
.carousel li img
 {
background-color: #fff;
width: 148px;
height: 148px;
margin: 0px;
border:none;
}
.carousel li a{
height:147px;
width:147px;
display:block;
background-image:url(images/scroller_img_bg.png);
background-repeat:no-repeat;
}
.widget img {
cursor: pointer;
}
.mid {
margin-left: 80px;
width: 400px;
height: 300px;
}

.jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 170px;
}
.imageSlider li img, 
.imageSlider li p, 
.imageSliderExt li img , 
.imageSliderExt li p {
width: 400px;
height: 300px;
}




/*product listing*/
.prod_list{
	float:left;
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	height:186px;
	margin:0 0 5px 0;
	padding:2px;
	width:190px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prod_list a{ height:186px; width:190px; display:block;}
.cart_pimage{
	float:left;
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	height:90px;
	margin:0 0 5px 0;
	padding:2px;
	width:90px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.prod_nameP{
padding:0; display:block; float:left; margin:0; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; text-transform:uppercase;  width:190px; text-align:center;
}
.prod_nameP a{
padding:0; text-decoration:none; margin:0; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; text-transform:uppercase; text-align:center;
}
.prod_priceP{
	padding:0; display:block; margin:0; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#F26F33; font-weight:bold; text-align:center; padding:4px 0 0 0; float:left; width:190px; text-align:center;
}

.selectSort{
	color:#ffffff;
	background:#444444;
	border:none;
	font-size:11px;
	height:20px;
	padding:2px 0 0 0;
	text-transform:none;
}


/* product info*/
#pinfo_leftcontainer {
	height:auto;
	overflow:hidden;
	width:400px;
	float:left;
	margin-left:30px;
	padding-right:10px;
	text-align:center;
	padding: 2px;
}
#productimagecontainer{
	height:auto;
	overflow:hidden;
	width:390px;
	float:left;
	padding-right:10px;
	text-align:center;
	background-color:#ffffff;
	-moz-border-radius: 10px 30px;
	  border-radius: 10px 10px / 10px 10px;
	  border: 1px solid #000;
	  padding: 2px;
}
#product_additional{
	height:auto;
	overflow:hidden;
	float:left;
	width:575px;
	margin-left:30px;
}
#product_additional h2{
	font-family:rosewoodstd,Arial, Helvetica, sans-serif;
	
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#414042;
	font-size:14px;
}
#product_additional p{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;
}
.comboboxContainer { 
	/*border-left: solid 2px #777; border-top: solid 2px #777; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; */
	border:1px solid #CCC;
	position:absolute;
}

.comboboxValueContainer { 
	/*background: url(/images/bluegradient_content.gif) repeat-x left top; */
} 
.comboboxValueContent { 
	padding-left: 3px; 
} 
.comboboxDropDownContainer { 
	border-right: solid 1px #000; border-bottom: solid 1px #000; border-left: solid 1px #aaa; border-top: solid 1px #aaa; background: #fff; overflow: hidden; padding-left: 3px;
	left:0px!important;
	top:20px!important;  
	height:110px!important;
} 
.comboboxDropDownButton { 
	width: 16px; height: 18px; background-image: url(images/vista_button_black.gif); 
} 
.comboboxGroupItemHeader {
	display: block; background: #99cccc; color: #000; font-family: Impact; 
} 
.comboboxGroupItemContainer { 
	padding-left: 10px; 
} 
.comboboxItem { 
	background: #fff; color: #000;  font-weight: normal; font-style: normal; 
} 
.comboboxItemHover { 
	background-color: #999; color: #fff;  padding-left: 4px; 
}
#comboboxContainer select{
	border:0;
}
#add_img_ctr{
	height:72px; width:400px; margin-top:7px; float:left;
}
#add_img_ctr ul{
	padding:0; margin:0; list-style:none;
}
#add_img_ctr ul li{
	padding:3; margin:0; float:left;
}
#add_img_ctr ul li a{
	color:#FFF;
	}
.mb{
	display:block; height:74px; width:74px; margin:0 3px; background-image: url(images/mostview_pbg.png); background-position:left center; background-repeat:no-repeat;
}
.mb img{
	-moz-border-radius: 5px 5px;
	  border-radius: 5px 5px / 5px 5px;
	  border: 1px solid #212121;
}
.bestSeller_proinfo{
	height:240px; width:100%;  float:left; background-image: url(images/infobox/graybg.png); background-position:left center; background-repeat:repeat; text-align:center; border-top:2px solid #ffffff;
}
.bestSeller_proinfo ul{
  margin:auto; padding:40px 0 0 0; width:965px; list-style:none; 
}
.bsHeading{
	margin:0 4px;  padding:0 1px; float:left; width:129px; height:130px;
}
.likeHeading{
	margin:0;  padding:0 1px; float:left; width:129px; height:130px;
}
.homeHeading{
padding:0; margin:0;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:12px;

margin-top: 2px;
}







#mainContainer_bottomShd{
	height:60px; width:1076px; margin:auto; 

}
#newsletter_area{
	width:302px;
	height:185px;
	background:url(images/1px-reapet-newsletter.png);
	background-repeat:repeat-x;
	background-position:left right;
	border:2px solid #fff;
	float:right;
}
#newsletter_innerpart{
	padding:18px 12px 16px 23px;
	height:auto;
}
#newsletter_innerpart span#close-btn{
	float:left;
	text-transform:uppercase;
	font-size:9px;
	color:#fff;
	cursor:pointer;
	display:block;
}
#newsletter_innerpart p#newsletter-slogan{
	margin:22px 0 0 0;
	padding:0px 0 0 0px;
	font-size:21px;
	color:#000;
	text-transform:uppercase;
	
}
#newsletter_innerpart p#newsletter-slogan span.news-letter-slogan{
	padding:2px 0;
	display:block;
	float:left;
}
/*#newsletter_innerpart p#newsletter-slogan cufon{
   line-height:25px !important;
}
*/#newsletter-form{
	height:auto;
	padding:18px 1px;
	float:left;
}
#newsletter-form #newsleter_frm input[type=submit]{
	height:21px;
	width:70px;
	text-align:center;
	text-transform:uppercase;
	background:url(images/1px-sumit-btn.png);
	background-repeat:repeat-x;
	border:none;
	background-position:left right;
	color:#fff;
	font-size:11px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:1px;
}

#newsletter-form #newsleter_frm input[type=text]{
	height:21px;
	width:157px;
	padding:0;
}
#footer {
    display:block; /*height:312px;*/ height:340px; width:100%; margin:auto; background-image:url(images/footrebg.png); background-repeat:repeat-x; background-position:top;
    background-color:black;
}

#footer_wrapper{
	display:block;
	width:1100px;
	/*height:312px;*/
	height:340px;
	margin:auto;
}
.footer_logo {
	display:block;
	float:left;
	width:186px;
	height:54px;
	margin-top:2px;
	margin-left:10px;
}
.footer_nav {
	display:block;
	float:left;
	margin-top:17px;
	width:900px;
}
.footer_list{
	margin-top:0;
}
#footer_wrapper .footer_list ul{
	margin-left:102px;
}
.footer_nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_nav li{
	padding:0;
	margin:0;
	float:left;
}
.footer_nav li a{
	padding:4px 15px;
	background-image:url("images/topnav_sep.png");
	background-position:right;
	background-repeat:no-repeat;
	text-transform:uppercase;
	color:#595959;
	font-size:8px;
	font-weight:normal;
	display:block;
	text-decoration:none;
	
}
.footer_nav li a.last{
	background-image:none;
}
.footer_nav li a:hover{
	text-decoration:none;
	color:#E6E7E8;
}

/*footer_catnav_list*/
#footer_wrapper .footer_catnav_list_first {
	margin:0 auto 5px auto;
	padding:0 0 5px 0;
	width:1080px;
	height:auto;
	overflow:hidden;
	/*border-bottom:1px solid #333;*/
}
#footer_wrapper .footer_catnav_list {
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
	width:1080px;
	height:auto;
	overflow:hidden;
}
ul#footerCatNav {
	margin:0;
	padding:0;
	list-style:none;
}
ul#footerCatNav li.level0 {
	padding:0;
	margin:0;
	float:left;
	width:275px;
}
ul#footerCatNav li.level10last{
	width:152px;
}
ul#footerCatNav li.level0 a {
	padding:4px 0 4px 5px;
	text-transform:uppercase;
	color:#595959;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
ul#footerCatNav li.level0 a:hover{
	text-decoration:none;
	color:#E6E7E8;
}
ul#footerCatNav li.level0 ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul#footerCatNav li.level0 ul li.level1 {
	padding:0;
	margin:0;
	float:left;
	width:250px;
}
ul#footerCatNav li.level0 ul li.level1 a {
	padding:4px 0 4px 5px;
	#padding:2px 0 2px 5px;
	text-transform:uppercase;
	color:#595959;
	font-size:8px;
	font-weight:normal;
	display:block;
	text-decoration:none;
}
ul#footerCatNav li.level0 ul li.level1 a:hover{
	text-decoration:none;
	color:#E6E7E8;
}
/**/
#footerLi{
	margin:0;
	padding:0;
	list-style:none;
}
#footerLi li{
	float:left;
	padding:20px 0 20px 0;
	font-size:11px;
	color:#FFF;
}
#footerLi li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	padding:10px;
	text-decoration:none;
}
#footerLiImg{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#footerLiImg li{
	float:left;
	padding:5px 3px;
	
}
#footer_wrapper p.cd{ margin:0; padding:16px 0 4px 0; color:#595959; font-size:10px;}
#footer_wrapper p.cd a:hover{ color:#FFFFFF;}

A {
  color: #595959;
  text-decoration: none;
}

A:hover {
  
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #939598;
  font-size:11px; 
  text-decoration:none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  margin:0 3px 0 3px;
  
}

A.headerNavigation:hover {
  color: #939598;
}

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: #414042;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #414042;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background:none;
}

.infoBoxContentsGrayLight {
  background-image:url(images/infobox/graybg.png);
  background-position:top center;
  background-repeat:repeat; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  padding:5px;
}
.infoBoxContentsGrayLight a{
	color: #ffffff;
}
.infoBoxNotice {
 /* background: #FF8E90;*/
}

.infoBoxNoticeContents {
  /*background: #FFE6E6;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:red;
  padding:5px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color:#414042;
}

.infoBoxContents {
	background-image:url(images/infobox/graydipbg.png);
  background-position:top center;
  background-repeat:repeat; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  padding:5px;
	}
.infoBoxContents a{
	color: #ffffff;
	}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.shipping-table tbody .odd, 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: #000000;
}

.shipping-table tbody .odd, 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: #000000;
}

TR.productListing-even {
	background-image:url(images/headingMiddle.gif); background-repeat:repeat;
}
TABLE.productListing {
 	
}
.productListingBorder{
	border-left:1px solid #333; 
	
	
}
.quantity_box{
	text-align:center;
	border:1px solid  #8a8889;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #333333;
  color: #FFFFFF;
  font-weight: bold;
  padding:10px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:10px 8px;
  vertical-align:middle;
}

TD.pagenText {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight:bold;
  color:#F26F33;
  font-style:italic;
  text-decoration:none;
}
TD.pagenText a{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight:bold;
  color:#ffffff;
  font-style:italic;
  text-decoration:none;
}

A.pageResults {
  color: #F15A29;
  text-decoration:none;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #9a9a9a;
  text-transform:uppercase;
}
TD.pageHeading h3.newsletter-title{
	color:#fff;
	font-size:18px;
}
TD.pageHeading-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #9a9a9a;
  text-transform:uppercase;

}
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: 12px;
  line-height: 1.5;
}
TD.main div#newsletter-success-msg{
	height:auto;
	padding-bottom:100px;
	font-size:15px;
	overflow:hidden;
	color:#EEEEEE;
}

.shipping-table thead th, td.main_heading{
  background-color:#414042; height:24px; padding-left:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
  font-size:12px; color:#FFF; 
}



TD.smallText, SPAN.smallText, P.smallText {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight:bold;
  color:#6D6E71;
  }

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: 99%;
  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.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #414042; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #414042; }

.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; color:#ff0000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:#fff; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}

	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		/*width: 11em;*/
		background-color : #f8f8f9;
	}

	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		/*font-weight : bold;*/
		text-decoration : none;
		/*border : 1px solid black;*/
		padding : 0 0.5em;
		padding-top:2px;
		padding-bottom:2px;
	}
	#nav li ul li a{
		border : 1px solid black;
	}
	.cat_lev_0{
		border-bottom:2px solid black;
	}

	#nav li a:hover {
		color : white;
		background-color : black;
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		left:-10px;
		top:0px;
	}
	#nav li ul{
		z-index:100;
	}
	#nav li ul li ul{
		z-index:1000;
	}



/* Menu items with subcategories */
#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */
#nav li.selected {
    background-color: #FFCC00;
}
.gray{
	color:#e6e6e6;
}

h3.validno{
	margin-top: 4px;
	margin-left: 9px;
	padding-left:20px;
	height: 16px;
	background-image:url('images/validno.png');
	background-repeat:no-repeat;
}

DIV.mapQuest{
	float: right; 
	margin-bottom: 15px; 
	margin-top:-42px; 
	margin-right: 125px;
}
.manufacturerContainer{
	margin-bottom: 15px! important;
}

.manufacturerContainer li{
	height: 42px;
	margin-right:30px! important;
	margin-bottom:15px! important; 
}
.manufacturerContainer li a{
	height:42px;
	display:block;
}
.manufacturerContainer li a span{
	left: -999em;
	position: relative;
}
.manufacturerContainer li a:hover{
	text-decoration:none;
}
	
	
.manufacturerNormalAf{	
	margin:0; padding:0; float:left; width:65px; height:42px;
	margin-left:-45px! important;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-00.png) no-repeat 0px 0px;
}
.manufacturerNormalAf:hover{
	margin:0;  padding:0; float:left; width:65px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-00.png)  no-repeat 0px -43px;
}
.manufacturerContainer li.manufacturerNormalAf a{
	width:42px;
}

.manufacturerNormalAdidas{	
	margin:0; padding:0; float:left;  width:50px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-01.png) no-repeat 0px 0px;
}
.manufacturerNormalAdidas:hover{	
	margin:0;  padding:0; float:left; width:50px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-01.png) no-repeat 0px -43px; 
}
.manufacturerContainer li.manufacturerNormalAdidas a{
	width:50px;
}

.manufacturerNormalFavero{
	margin:0; padding:0; float:left;width:80px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-02.png) no-repeat 0px 0px;; 
}
.manufacturerNormalFavero:hover{
	margin:0;  padding:0; float:left;width:80px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-02.png) no-repeat 0px -43px;
}
.manufacturerContainer li.manufacturerNormalFavero a{
	width:80px;
}

.manufacturerNormalLeon{
	margin:0; padding:0; float:left; width:38px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-03.png) no-repeat 0px -48px;
}
.manufacturerNormalLeon:hover{
	margin:0;  padding:0; float:left; width:38px; height:42px;
	background:#fff url(images/manufacturers_new/afg_bottom_logos-03.png) no-repeat 0px 0px;
}
.manufacturerContainer li.manufacturerNormalLeon a{
	width:38px;
}

.manufacturerNormalNike{
	margin:0; padding:0; float:left; width:63px; height:42px; margin-top:3px! important;
	background:url(images/manufacturers_new/afg_bottom_logos-04.png) no-repeat 0px -48px;
}
.manufacturerNormalNike:hover{
	margin:0;  padding:0; float:left;width:63px; height:42px; margin-top:3px! important;
	background:url(images/manufacturers_new/afg_bottom_logos-04.png) no-repeat 0px 0px;; 
}
.manufacturerNormalNike li.manufacturerNormalNike a{
	width:63px;
}

.manufacturerNormalNegrini{
	margin:0; padding:0; float:left; width:39px; height:44px;margin-top:-1px !important;
	background:url(images/manufacturers_new/afg_bottom_logos-05.png) no-repeat 0px -48px;
}
.manufacturerNormalNegrini:hover{
	margin:0;  padding:0; float:left;width:39px; height:42px;margin-top:-1px !important;
    background:url(images/manufacturers_new/afg_bottom_logos-05.png) no-repeat 0px 0px;
}
.manufacturerContainer li.manufacturerNormalNegrini a{
	width:39px;
}

.manufacturerNormalPrieur{
	margin:0; padding:0; float:left;width:47px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-06.png) no-repeat 0px 0px;  
}
.manufacturerNormalPrieur:hover{
	margin:0;  padding:0; float:left;width:47px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-06.png) no-repeat 0px -43px;
}
.manufacturerContainer li.manufacturerNormalPrieur a{
	width:47px;
}


.manufacturerNormalUhlmann{
	margin:0; padding:0; float:left; width:74px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-07.png)  no-repeat 0px 0px;
}
.manufacturerNormalUhlmann:hover{
	margin:0;  padding:0; float:left; width:74px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-07.png)  no-repeat 0px -43px;;
}
.manufacturerContainer li.manufacturerNormalUhlmann a{
	width:74px;
}


.manufacturerNormalViktoria{
	margin:0; padding:0; float:left; width:95px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-08.png) no-repeat 0px 0px;
}
.manufacturerNormalViktoria:hover{
	margin:0; padding:0; float:left; width:95px; height:42px;
	background:url(images/manufacturers_new/afg_bottom_logos-08.png) no-repeat 0px -43px;;
}
.manufacturerContainer li.manufacturerNormalViktoria a{
	width:95px;
}






a.questionMark, a:visited.questionMark, a:active.questionMark {
	background-color:#000;
	font-size: 1.1em;
	font-weight:bold;
	padding:1px 4px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

a:hover.questionMark {
	color: red;
}

.columnLeft{position:relative; top:-2px;}
td.main {padding-left:1px; padding-right:2px;}

td.margin-left{
	padding-left:18px;
}
/********Customer Service Page ************************/

.cs-container{ 
	margin-top:12px;
}
.cs-link{
	background-image:url(./images/infobox/graydipbg.png); 
	background-position:top center;
	background-repeat:repeat;
	height:275px; 
	margin-top:6px; 
	clear:both;
}
.cs-block:hover{
	background-image:url(images/infobox/graybg.png);
	background-position:top center;
	background-repeat:repeat;
	color:#FFF;
}
.cs-block-nohover{
	background-image:url(images/infobox/graydipbg.png);
	background-position:top center;
	background-repeat:repeat;
	width:504px;
	height:128px;
	float:left;
	background-position:top right;
	margin-bottom:5px;
	color:#FFF;
	padding:41px 0 0 25px;
}
.cs-block{
	background-image:url(images/infobox/graydipbg.png);
	background-position:top center;
	background-repeat:repeat;
	width:529px;
	height:169px;
	float:left;
	background-position:top right;
	margin-bottom:5px;
	color:#FFF;
	/*padding:41px 0 0 25px;*/
}
.cs-block a{
	color:#FFF;
	padding:0 0 0 25px;
	height:auto;
	overflow:hidden;
	line-height:0;
	}
.right{
	float:right;
}
.left{ 
	float:left;
}
.clr-both{ 
	clear:both; 
}
.cs-block a.link{
	height:122px;
	width:401px;
}
.cs-block a.link:hover{
	text-decoration:none;
}
.cs-block .icon{
    height: auto;
    overflow: hidden;
    padding-bottom: 57px;
    padding-left: 26px;
    padding-top: 57px;
	
}
.cs-block .icon img, .cs-link .icon img {
	float:left; 
	border:none;
}
.cs-link .icon img{
	margin-left:10px;
	margin-top:2px;
	margin-bottom:10px;
}
.cs-link .icon{ padding:20px 12px 0px 18px;}
.cs-link .icon h2{ padding-top:5px; margin-left:13px;}
.cs-block h2,
.cs-link h2{
	font-size:20px; 
	float:left;
	margin-left:24px;
	position:relative; 
	top:-1px;
	color:#CECECE;
}
.cs-block h2{
	text-transform:uppercase;
}
.cs-block img.arrow-right{
	position:relative; right:-10px; top:15px;
}

img.margin_img_scor{

	margin-top:-20px;
}
.cs-block ul{
	list-style-image:url(images/arrow-right-small.png);
	list-style-position:inside;
	font-size:12px;
	margin:0px;
	padding:0px;
	position:relative; top:-10px;
	float:left;
	margin-left:10px;
}
.cs-block .scoring{
	padding:23px 0 0 13px;
}
.cs-block .scoring h2{
	margin-bottom:0px; 
	padding-bottom:10px; 
	margin-top:10px;}

.cs-block ul li{
	margin:1px;
	padding:0px;
	line-height:normal;
}
.cs-link code{
	/*width:503px;
	display:block;
	background:white;
	padding:5px;
	clear:both;
	font-size:11px;*/
    background: none repeat scroll 0 0 white;
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 0 17px;
    padding: 8px 2px 5px 11px;
    width: 493px;
	
}
.link-content{
	margin-left:75px;
	position:relative;
	top:-20px;
	color:#000000;
}
.cs-link #large{ 
	float:left;
	margin:45px 2px 19px 4px;
}
.cs-link #small{
	float:left;
}
#likeContent{height:auto; overflow:hidden; width:800px; float:left;}

#likeusImg{ height:auto; overflow:hidden; width:133px; float:left;}
.cs-link .or{
	font-size:20px;
	color:#CECECE;
	font-weight:bold;
	padding: 31px 0 26px 15px;
}
.white{color:#ffffff;}


/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:160px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-3px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 100;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #969696;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #969696;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-weight:normal;
  color:#000000;
  font-size:11px;/* Resize Font*/
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;/* Resize Font*/
  width : 140px; /* Resize Width */
  display : block;
  text-align:left; 
  background: url('images/select_arrow.png') right;
  background-repeat:no-repeat;
  cursor: pointer;
  border:none;
  font-weight:normal;
  padding: 0;
  background-color:#ffffff;
  padding:6px 20px 5px 2px;
}



#category_input{
  margin-right: 0;
}

.cs-link #large {
    clear: right;
    float: right;
    left: 7px;
    position: relative;
   top: -246px;
}

.cs-link #small {
   clear: right;
    float: right;
    left: -33px;
    position: relative;
    top: -235px;
}

#thambBanner a span, #add_banner_container span{
	text-indent: -2000px;
	position:absolute;
	
	
}
