@charset "utf-8";
/* CSS Document */
#ref_control {
	font-size:11px;
	font-weight:bold;
	color:#494949
}
#ref_select {
	margin-top:-5px;
}
#select01, #select02, #select03 {
	width:120px;
	height:23px;
	margin-right:12px;
	float:left;
	position:relative;
}
.sort {
	float:left;
	color:#818181;
	font-size:11px;
	margin-top:30px;
	font-weight:bold
}
.sort a, .sort a:hover, .sort a:visited {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0 2px
}
.sort a:hover {
	color:#AB1F21;
	text-decoration:none;
}
.sort a.selectA {
	background:url(../images/sort-arrDow.gif) no-repeat right center;
	padding-right:10px;
}
.sort a.witharr{ padding-right:12px; background:url(../images/sort-arr.gif) no-repeat right 4px }
.list_page {
    color: #818181;
    float: right;
    /*margin-bottom: 19px;*/
    margin-top: 30px;
}
.list_page span {
	float:left
}
.list_page a.viewall, .list_page a.viewall:hover, .list_page a.viewall:visited {
	font-weight:bold;
	color:#000;
	margin-left:18px
}
.list_page ul {
	display:block;
	float:left;
	margin-left:18px;
}
.list_page ul li {
	float:left;
	margin:0 2px;
	color:#868686;
	font-weight:bold
}
#list_page1 ul li img {
	margin-top: 1px;
}
.list_page ul li a, .list_page ul li a:hover, .list_page ul li a:visited {
	color:#000;
	font-weight:bold
}
.list_page ul li a.on {
	color:#868686;
}
.list_page ul li a.recent_page {
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}
.list_page ul li a.pageprev {
	background:url(../images/con_left.gif) no-repeat left center;
	display:block;
	width:6px;
	height:10px;
	text-indent:-99999px;
}
.list_page ul li a.pagenext {
	background:url(../images/con_right.gif) no-repeat left center;
	display:block;
	width:6px;
	height:10px;
	text-indent:-99999px;
}
.list_page.reviews{ /*margin-top:22px;*/
	position:absolute;	
	right:0;
	margin:5px 0 0 0;
 }
*+html .list_page.reviews{ margin-top:5px }
.list_page.reviews ul li a.prev{ padding-top:5px !important }
.list_page.reviews ul li a.next{ padding-top:5px !important }
ul.pro_list {
	margin-top:3px;
	overflow:hidden;
	float:left;
}
*+html ul.pro_list {
	margin-top:0;
	margin-bottom:20px
}
ul.pro_list li {
	float:none;
	width:180px;
	height:auto;
	overflow:hidden;
	margin:0 17px 20px 0;
	position:relative;
	display:inline-block;
	/*Added for item alignment*/
	vertical-align:top;
	/*END - Added for item alignment*/
}
/*Hassane - Added for Email wishlist part alignment*/
ul.pro_list li.wishitem {
	margin:0 7px 20px 0;
}
/*END - Hassane - Added for Email wishlist part alignment*/
ul.pro_list li.last {
	margin-right: 0;
}
ul#totproductsList.pro_list li.last + li {
    clear: left;
}
ul.pro_list li .pro_pic {
	position:relative;
	border:solid 1px #d6d6d6;
	margin-bottom:5px;
	overflow:hidden;
	width:178px;
	height:229px
}
ul.pro_list li .pro_pic a img {
	width:178px;
	height:229px
}
ul.pro_list li a.tit, ul.pro_list li a.tit:hover, ul.pro_list li a.tit:visited {
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin-top:8px;
	display:block;
	text-transform:uppercase;
	line-height:120%
}
ul.pro_list li div.info {
	line-height:120%;
	margin-top:3px;
	height:auto !important;
	height:35px;
	min-height:35px;
	font-size:12px;
	font-weight:normal
}
ul.pro_list li div.info a, ul.pro_list li div.info a:hover, ul.pro_list li div.info a:visited{ text-decoration:none; color:#494949 }
ul.pro_list li .score {
	margin-top:7px;
	font-weight:bold;
	color:#818181;
	padding-bottom:3px
}

/*Hiding words Read reviews on search display*/
ul.pro_list li .score a{
	display:none;
}
/*END - Hiding words Read reviews on search display*/

ul.pro_list li .score a, ul.pro_list li .score a:hover, ul.pro_list li .score a:visited{ text-decoration:none; color:#818181 }
ul.pro_list li .score .stars {
	float:left;
	margin-right:10px
}
ul.pro_list li a.toollink, ul.pro_list li a.toollink:hover, ul.pro_list li a.toollink:visited {
	display:block;
	margin-top:8px;
	text-transform:uppercase;
	color:#818181;
	font-weight:bold;
	font-size:11px;
	padding-bottom:1px
}
ul.pro_list li .exclu, ul.pro_list li .buymore {
	background:#000;
	height:13px;
	line-height:13px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	margin-top:8px
}
ul.pro_list li .buymore {
	background:#818181;
	margin-bottom:5px
}
ul.pro_list li .buymore a, ul.pro_list li .buymore a:hover, ul.pro_list li .buymore a:visited {
	color:#fff;
	text-decoration:none
}
.pro_price_black {
	font-weight:bold;
	color:#000;
	/*Hassane - modified for defect 4045
	height:auto;*/
	min-height:15px;
	line-height:120%;
	font-size:12px;
	margin:1px 0
}
.pro_price_black a, .pro_price_black a:hover, .pro_price_black a:visited{ text-decoration:none }
.pro_price_gray {
	font-weight:bold;
	color:#999;
	height:auto;
	line-height:120%;
	font-size:12px;
	margin:1px 0
}
.pro_price_red {
	font-weight:bold;
	color:#d42b30;
	font-size:12px;
	height:auto;
	line-height:120%;
	margin:1px 0;
	/*Added for item alignment*/
	min-height:15px;
	/*END - Added for item alignment*/
}
.pro_price_red a, .pro_price_red a:hover, .pro_price_red a:visited{ text-decoration:none; color:#d42b30 }
.btn_arr {
	display:none;
	float:right;
	width:120px;
	height:55px;
	position:absolute;
	top:21px;
	left:0px;
	z-index:100;
	background-image:url(../images/downlist.gif);
	background-repeat: no-repeat;
}
.btn_arr ul {
	cursor:pointer;
	color:#464646;
}
.btn_arr ul li {
	margin:5px 0px;
	width:auto;
	cursor:pointer;
}
.btn_arr ul li label {
	display:block;
	width:200px;
	cursor:pointer;
}
.btn_arr ul li:hover {
	background-color:#e2e2e2
}
.quan_select {
	width:55px
}
/*------------------------------------------------COLORS-----------------------------------------------------------*/
.selectedColor {
	display:none;
	position:absolute;
	top:-80px;
	left:0;
	background:#FFFFFF;
	border: 1px solid #BBBBBB;
	margin-right: 3px;
	padding: 1px;
	z-index: 100;
}
.selectedColor .selectedColorImage {
	width:54px;
	height:54px;
	clear:both;
	border:none;
	text-indent: -999px;
	margin:0;
	padding-right: 4px;
}
.selectedColor .colorName {
	width:100%;
	clear:both;
	border:none;
	font-weight:bold;
	color:#484848;
}
.colors {
	/*overflow:hidden;*/
	padding-top:0px;
	height:23px
}
.colors div {
	float:left;
	margin-right:3px;
	border:solid 1px #bbb;
	padding:0px;
	overflow:hidden
}
.colors div a {
	float:left;
	display:block;
	/*width:18px;
	height:18px;
	text-indent:-999px*/
}
.colors div a img {
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
}
.colors li img {
	width:18px;
	height:18px;
	/* text-indent:-999px - commented for image display by Randesh  */
}

.color_swatch_disabled{
	opacity:0.3;
	filter:alpha(opacity=30);
}
/* Color Swatch selection */
.color_swatch_list li img {
	float:left;
	display:block;
	min-width:20px;
	min-height:20px;
	padding:1px;
	text-indent:-20000000px;
}
.color_swatch_list .color_swatch, .color_swatch_list .color_swatch_disabled {
			border: 1px solid #e5e5e5;
}
.color_swatch_list > ul > li{
	display: block;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-top: 6px;
	border:none !important;
}
ul.detail_size li a:hover{ text-decoration:none;}
ul.detail_size li a{ height:auto !important;}
ul.detail_size li.cur{margin-top:5px !important;}
ul.detail_size li.cur a{
/*Hassane - Modified for defect 4093
	padding:0 1px;
	*/
	padding:0;
}
ul.detail_size li.sug a{height:22px !important;}
.color_swatch_selected {

	border: 1px solid #000;
	padding: 1px;
}
.color_swatch_list > ul .color_swatch:hover{
	border: 1px solid #FAC549;
}
.color_swatch_list .color_swatch_disabled,.color_swatch_list .color_swatch_disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.clear_float {
    clear: both;
}
/* END */
.colors div a.gray,
.colors div .gray {
	background:#ececec
}
.colors div a.red {
	background:#d42b30
}
.colors div a.green {
	background:#827b00
}
.colors div a.black {
	background:#000
}
.colors div a.darkgray {
	background:#707070
}
.colors div a.gray {
	background:#666;
}
.colors div a.brown {
	background:#960;
}
.colors div a.white {
	background:#FFF;
}
.colors div a.cream {
	background:#C96;
}
.colors div a.orange {
	background:#F60;
}
.colors div a.cyan {
	background:#0CC;
}
.colors div a.yellow {
	background:#FF0;
}
.colors div a.purp {
	background:#96F;
}
.colors a.more, .colors a.more:hover, .colors a.more:visited {
	font-size:10px;
	font-weight:bold;
	color:#000;
	height:20px
}
.colors div.color_ad_Tabclose {
	border:solid 1px #bbb
}
.colors div.color_ad_Tabopen {
	border:solid 2px #000;
	margin-top:-1px
}
.detial_pric_dots {
	margin-top:9px
}
.colors div a.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#ProductsList{
	margin-top:20px;
}
form#Standard_card1 #widget_amount_select{ width:100px !important;}
form#Standard_card1 div.gift_info div{ width:auto !important;  margin-bottom:0px 0px 10px 0px !important; overflow:hidden;}
form#Standard_card1 div.gift_info div.margin_bott{ margin-bottom:10px !important}
form#Standard_card1 .allerrors{ margin-left:140px !important}
form#Standard_card2 div.gift_info div div#widget_amount_select2{ height:20px !important; width:100px !important; margin:0px !important}
form#Standard_card2 .dijitArrowButtonContainer{ width:10px !important;  margin-bottom:0px !important;}
form#Standard_card2 .allerrors{ margin-left:140px !important;  margin-bottom:0px !important; margin-left:140px !important}
form#Standard_card2 div.gift_info div{width:auto !important;  margin-bottom:5px !important; overflow:hidden;}
div#Search_Area_div .dijitContentPane {
    overflow: visible !important;
}
.wishlist-warp ul.pro_list li { margin-right: 8px !important;}
/* defect 3267 */
div.select-info span.tit {
    font-weight: bold;
    width: 55px;
}
div.select-info span {
    color: #333333;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
}
ul.pro_list div.select-info {
    margin: 2px 0 10px;
    overflow: hidden;
}
/* END - defect 3267 */
ul.pro_list li {
	*float: left !important;
}
.sort a.selectUp {
    background: url("../images/sort-arrUp.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.sort a.selectA {
    background: url("../images/sort-arrDow.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

.pluginLikeFlyoutFull { width:400px !important; }
#warp{padding-bottom:100px;}
/*#main_content { overflow:visible; }*/
div.subright { overflow:visible; }
div.products-in-shopping-bag { clear:both; margin-bottom:10px; }
div.wishlist-warp { overflow:visible; }
ul.pro_list { overflow:visible; }
ul.pro_list li { overflow:visible; } 
#footer{ overflow:hidden; }

div.color_txt.tbnail{
 border:none;
 height:25px;
}
.clrGray{ color:#000000 !important;}