* {
	margin:0px;
	padding:0px;
}

/* general settings */

/*body { background-color:#ffffff; }*/

/*body { background-color:#E0E0E0; }*/


#main {
	/*width:990px;*/
	width:1000px;
	background-color:#ffffff;
	/*margin:5px auto 10px auto;*/
	margin:5px auto 5px auto;
	padding-left:12px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:6px;
	font-family:Arial;
	font-size:12px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#f26125;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#f26125;
	text-decoration: none;
}

/*
h2:hover {
   color: #8cb337;
}
*/

h3 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}


.spacer { clear:both; }
.bold  { font-weight:bold; }
.barre { text-decoration: line-through; }
.notUnderline  { text-decoration:none; }
.underlineText { text-decoration:underline; }
.floatLeft { float:left; }
.boldRed { font-weight:bold;color:#FF0000; }
.red { color:#FF0000; }
.no_border{ border:none; } 

.black  { color:#000000; }
.orange { color:#f15f25; }
.grey { color: #6A6A6A; }
.greylight { color: #b0adad; }
.blue { color:#00F; }
.pink { color:#B9005C; }

.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.size17 { font-size:17px; }
.size18 { font-size:18px; }
.size19 { font-size:19px; }
.size20 { font-size:20px; }
.size21 { font-size:21px; }
.size22 { font-size:22px; }

.alignCenter { text-align:center; }

/* special links */
a.productHover { text-decoration:none; }
a.hoverBlack:hover  { color:#000000; }
a:hover.priceLink   { color:black; }
a:hover.productLink { color:#f15f25; }

a.priceLink {
	color:#f15f25;
	font-weight:bold;
	text-decoration:none;
}

a#productTitle {
	font-size:18px;
	font-weight:bold;
	color:#f15f25;
	text-decoration: underline;
}

a#productTitle:hover { 
	color:black;
	text-decoration:none;
}

a.productLink {
	color:#000000;
	text-decoration:none;
	font-size:14px;
}

.letters a:hover, a:hover.brandFirstLetterLink, a.productHover:hover {
	color:#8cb337;
	text-decoration:none;
}


#navigationBar a, .brandsList a, a.brandFirstLetterLink, .numbers a, a.alertMe {
	/*color:black;*/
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

#navigationBar a:hover, .brandsList a:hover, .numbers a:hover, a.alertMe:hover {
	color:#f15e25;
	text-decoration:none;
}


#navigationBar a {
	color:black;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

#navigationBar a:hover {
	color:#f15e25;
	font-size:11px;
	text-decoration:none;
}


#loginContent {
	padding:20px;
	font-family:Arial;
	font-size:12px;	
}


/*** real content definition ***/
.content {
	margin-left:10px;
	width:800px;
	float:left;
}

.content700 {
	margin-left:10px;
	width:760px;
	float:left;
}

/* menu styles */

#menu {	margin-top:5px;}

#menu li {
	list-style-type:none;
	float:left;
	display:block;
	margin:0px 3px 10px 0px;
	width:120px !important;
	height:32px !important;
}

#menu li a.activeMenu {
	background:#ffffff url(../images/menu_actif.png) left top no-repeat ;
	behavior:none;
	text-align:center;
	color:black;
	font-weight:bold;	
	float:left;
	display:block;
	text-decoration:none;	
	width:120px !important;
	height:32px !important;
}

#menu li a {
	background:#ffffff url(../images/menu_repos2.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:white;
	font-weight:bold;
	float:left;
	display:block;
	text-decoration:none;
	padding-top:8px;	
	width:120px !important;
	height:32px !important;
}	
	
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background:#ffffff url(../images/menu_repos.png) right top no-repeat ;
	color:black;
	behavior:none;
}


/* menu styles 1*/
#menu1 {	margin-top:5px;}

#menu1 li {
	list-style-type:none;
	float:left;
	display:block;
	margin:10px 5px 8px 0px;
	width:240px !important;
	height:32px !important;
	background-color:#FFFFFF;
}

#menu1 li a.activeMenu {
	background:#ffffff url(../images/menu1_actif.png) left top no-repeat ;
	behavior:none;
	text-align:center;
	color:black;
	font-weight:bold;	
	float:left;
	display:block;
	text-decoration:none;	
	width:240px !important;
	height:32px !important;
	background-color:#EAEAEA;
}

#menu1 li a {
	background:#ffffff url(../images/menu1_repos.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:white;
	font-weight:bold;
	float:left;
	display:block;
	text-decoration:none;
	padding-top:8px;	
	width:240px !important;
	height:32px !important;
	background-color:#FFFFFF;
}	
	
#menu1 li a:hover, #menu1 li a:focus, #menu1 li a:active {
	background:#ffffff url(../images/menu1_repos.png) right top no-repeat ;
	color:black;
	behavior:none;
	background-color:#EAEAEA;
}


/* menu styles2 */

#menu2 {	margin-top:5px;}

#menu2 li {
	list-style-type:none;
	float:left;
	display:block;
	margin:0px 3px 10px 0px;
	width:120px !important;
	height:32px !important;
}

#menu2 li a.activeMenu {
	background:#ffffff url(../images/menu_actif.png) left top no-repeat ;
	behavior:none;
	text-align:center;
	color:black;
	font-weight:bold;	
	float:left;
	display:block;
	text-decoration:none;	
	width:120px !important;
	height:32px !important;
}

#menu2 li a {
	background:#ffffff url(../images/menu_repos.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	display:block;
	text-decoration:none;
	padding-top:8px;	
	width:120px !important;
	height:32px !important;
}	
	
#menu2 li a:hover, #menu2 li a:focus, #menu2 li a:active {
	background:#ffffff url(../images/menu_repos.png) right top no-repeat ;
	color:black;
	behavior:none;
}


/* menu styles3 */

#menu3 {	margin-top:5px;}

#menu3 li {
	list-style-type:none;
	float:left;
	display:block;
	margin:0px 3px 10px 0px;
	width:120px !important;
	height:32px !important;
}

#menu3 li a.activeMenu {
	background:#ffffff url(../images/menu_actif.png) left top no-repeat ;
	behavior:none;
	text-align:center;
	color:black;
	font-weight:bold;	
	float:left;
	display:block;
	text-decoration:none;	
	width:120px !important;
	height:32px !important;
}

#menu3 li a {
	background:#ffffff url(../images/menu_repos3.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:white;
	font-weight:bold;
	float:left;
	display:block;
	text-decoration:none;
	padding-top:8px;	
	width:120px !important;
	height:32px !important;
}	
	
#menu3 li a:hover, #menu3 li a:focus, #menu3 li a:active {
	background:#ffffff url(../images/menu_repos.png) right top no-repeat ;
	color:black;
	behavior:none;
}


/* search zone */
#searchBox {
  	width:420px;
	/*width:654px*/
	font-weight:bold;
	color:#f06025;
	font-size:14px;
	vertical-align:middle;
	text-align:center;
	padding:25px 0px 0px 30px;
}

#searchBox form { display:inline; }
#submitSearch   { vertical-align:middle; }

#searchInput {
	/*width:270px;*/
	width:260px;
	height:18px;
	border:1px solid #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#txtbrand {
	width:270px;
	/*width:260px;*/
	height:18px;
	border:1px dashed #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#txtcategory {
	width:270px;
	/*width:260px;*/
	height:18px;
	border:1px dashed #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#txtshop {
	width:270px;
	/*width:260px;*/
	height:18px;
	border:1px dashed #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#txtshop {
	width:270px;
	/*width:260px;*/
	height:18px;
	border:1px dashed #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#txtkeyword {
	width:270px;
	/*width:260px;*/
	height:18px;
	border:1px dashed #ef4124;
	background-color:#fdebd7;
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}


/* login zone */
#loginBox {
	float:right;
	width:255px;
	margin-right:5px;
}

#loginRealZone {
	width:200px;
	padding:15px 0px 0px 20px;
}

#loginBox a:hover, a.orangeUnderlineBlack:hover, a.viewProductDetail:hover {
	text-decoration:none;
	color:black;
}

/* round grey box styles */ 
.roundGreyBoxLeft {
	float:left;
	background:#ffffff url(../images/roundGreyBox_left.png) no-repeat;
	width:16px;
	height:80px;
}

.roundGreyBoxContent {
	background:#ffffff url(../images/roundGreyBox_content.png) repeat-x;
	float:left;
	align:center;
	text-align:left;
	height:65px;
	behavior:none;
}

.roundGreyBoxRight {
	float:left;
	background:#ffffff url(../images/roundGreyBox_right.png) no-repeat;
	width:15px;
	height:80px;
}

/* help boxes styles */
.helpBox {
	background:url(../images/help_background.png) no-repeat;
	float:left;
	width:330px;
	height:82px;
	margin:10px 0px 0px 0px;
	padding-top:10px;
}

.helpText {
	float:right;
	width:245px;
}

.helpNumber {
	float:left;
	margin:12px 0px 0px 30px;
}

/* home main information */
.contentTop {
	background:url(../images/contentBloc_top.png) top center no-repeat;
	text-align:center;
	float:left;
	width:301px;	
	margin:30px 11px 0px 10px;
	padding-top:5px;
}

.contentHome {
	float:left;
	width:301px;
	margin:0px 15px 0px 10px;
	padding-top:5px;
}

.contentBottom {
	background:url(../images/contentBloc_bottom.png) top center no-repeat;
	text-align:center;
	float:left;
	width:301px;
	height:30px;
	margin:0px 11px 0px 10px;
	padding-top:5px;
}

.contentBottom a, a.redUnderlineBlack:hover {
	color:#000000;
	text-decoration:none;
}

.contentBottom a:hover {
	text-decoration:underline;
}

.navigationScroll {
	display:block;
	margin:10px 0px 10px 255px;	
}

.productSeparator {
	display:block;
	margin:5px auto;
}

/* right advertisement columns */ 
#adsRight {
	float:right;
	width:120px;
	height:600px;
	background:url(../images/120x600.gif) no-repeat;
	margin-right:10px;
	vertical-align:top;
}

#adsRightBig {
	float:right;
	width:200px;
	height:1025px;
	background:url(../images/ads_right200x1025.png) no-repeat;
	margin-right:10px;
	vertical-align:top;
}

#adsRightBig_adsense_productinfo {
	float:right;
	width:200px;
	height:600px;
	/*background:url(../images/ads_right200x1025.png) no-repeat;*/
	margin-right:-30px;
	vertical-align:top;
}

#adsRightBig_shopspub {
	float:right;
	width:200px;
	height:600px;
	/*background:url(../images/sky-200x600-shops.gif) no-repeat;*/
	background:url(../images/200x600.gif) no-repeat;
	margin-right:10px;
	vertical-align:top;
}

#adsRightBig_shop_brandspub {
	float:right;
	width:200px;
	height:600px;
	/*background:url(../images/sky-200x600-brands.gif) no-repeat;*/
	background:url(../images/200x600.gif) no-repeat;
	margin-right:10px;
	vertical-align:top;
}

#adsRightBig_categ_brandspub {
	float:right;
	width:200px;
	height:600px;
	background:url(../images/200x600.gif) no-repeat;
	margin-right:10px;
	vertical-align:top;
}


/* advanced search box */
#advancedSearch {
	float:left;
	width:200px;
}

#advancedSearchTop {
	background:url(../images/advanceSearch_top.png) center bottom;
	width:200px;
	height:12px !important;
}

#advancedSearchBottom {
	background:url(../images/advanceSearch_bottom.png) no-repeat;
	width:200px;
	height:9px !important;
}

#advancedSearchContent {
	background:url(../images/advanceSearch_content.png) repeat-y;
	width:190px;
	padding:0px 5px;
}

.notFoundButton a {
	background:url(../images/btn_notFound.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:black;
	display:block;
	text-decoration:none;
	margin:0px auto 0px auto;
	padding-top:7px;
	width:177px !important;
	height:46px !important;
}

.categoriesSearchButton a {
	background:url(../images/btn_categories.png) left top no-repeat ;
	text-align:center;
	behavior:none;
	color:black;
	display:block;
	text-decoration:none;
	margin:0px auto 0px auto;
	padding-top:12px;
	width:177px !important;
	height:53px !important;
}

.notFoundButton a:hover {
	background:url(../images/btn_notFound.png) right top no-repeat ;
	behavior:none;
}

.viewOfferButtonBig a {
	background:url(../images/btn_viewOfferBig.png) no-repeat ;
	text-align:center;
	font-weight:bold;
	behavior:none;
	color:white;
	margin:5px auto 0px auto;
	font-size: 18px;
	display:block;
	text-decoration:none;
	padding-top:5px;
	width:162px !important;
	height:36px !important;
}

.viewOfferButton a {
	background:url(../images/btn_viewOffer.png) left top no-repeat ;
	text-align:center;
	font-weight:bold;
	behavior:none;
	color:white;
	margin-top:5px;
	display:block;
	text-decoration:none;
	padding-top:5px;
	width:111px !important;
	height:19px !important;
}

.viewOfferButton a:hover {
	background:url(../images/btn_viewOffer.png) right top no-repeat ;
	color:black;
	behavior:none;
}


.priceAlertButtonBig a {
	background:url(../images/btn_priceAlertBig.png) no-repeat ;
	text-align:center;
	font-weight:bold;
	behavior:none;
	color:white;
	margin:5px auto 0px auto;
	font-size: 18px;
	display:block;
	text-decoration:none;
	padding-top:5px;
	width:162px !important;
	height:36px !important;
}

.priceAlertButton a {
	background:url(../images/btn_priceAlert.png) left top no-repeat ;
	text-align:center;
	font-weight:bold;
	behavior:none;
	color:white;
	margin-top:5px;
	display:block;
	text-decoration:none;
	padding-top:5px;
	width:111px !important;
	height:19px !important;
}

.priceAlertButton a:hover {
	background:url(../images/btn_priceAlert.png) right top no-repeat ;
	color:black;
	behavior:none;
}


#advancedSearchContent input {
	vertical-align:middle;
	margin-right:3px;
}

.productSeparatorSmall { background:url(../images/product_separator_small.png) left center no-repeat; }
.productSearchTable    { margin-bottom:15px;padding-left: 7px;}
.productSearchTable td { vertical-align:top;}


.productDescription {
	width:380px;
	padding-left:10px;
}

.productBrand, .productPromotion { padding-left:10px; }
.productPromotion ../images/ { margin-left:20px; }

.productPromotion {
	font-size:11px;
	width:130px;
}

.promotionBoxTop {
	background:url(../images/promotionBox_top.png) no-repeat;
	width:8px;
	height:90px;
	float:left;
}

.promotionBoxContent {
	background:url(../images/promotionBox_content.png) repeat-x;
	float:left;
	padding-top:8px;
	height:89px;
	width:100px;
}

.promotionBoxBottom {
	background:url(../images/promotionBox_bottom.png) no-repeat;
	width:8px;
	height:90px;
	float:left;
}

.selectorZone {
	margin-bottom:15px;
	margin-top:-10px;
}

.selectorCursor {
	position:relative;
	top:10px;
	left:70px;
	
}

/* help page */
.helpTitle {
	font-weight: bold;
	font-size:12px;
	margin-top:20px;
}

.firstHelp { margin-top:0px; }

#helpList {
	list-style-type: none;
	margin-left:5px;
}

#helpList a {
	text-decoration:underline;
	color:#000000;
}

#helpList a:hover {
	text-decoration:none;
	color:#f06025;
}


/* login styles */
#registerBox, #registerNow { margin:0px auto 0px auto; }
#registerNow { width:670px; }
#registerBox #login, #registerBox #password  { margin-right:15px; }
#registerBox a, #registerNow a { color:#ef4124; }
.registerError { color:#fe0303; }

#registerBox a:hover, #registerNow a:hover {
	text-decoration: none;
	color:black;
}

#registerBox input[type=image] {
	width:10px;
	height:10px;
	font-weight:bold;
}

#loginContent input[type=checkbox] {
	margin-right:2px;
	border:1px solid red;
}

#closeLogin {
	color:#CAC9C9;
	text-decoration: none;
}

#loginContent input[type=text], #registerNow input[type=text] {
	background-color:#fdebd7;
	border:1px solid #ef4124;
}
#loginContent input[type=password], #registerNow input[type=password] {
	background-color:#fdebd7;
	border:1px solid #ef4124;
}


/* Alert styles */
#registerBox, #registerNow1 { margin:0px auto 0px auto; }
#registerNow1 { width:765px; }
#registerBox #login, #registerBox #password  { margin-right:15px; }
#registerBox a, #registerNow1 a { color:#ef4124; }
.registerError { color:#fe0303; }

#registerBox a:hover, #registerNow1 a:hover {
	text-decoration: none;
	color:black;
}

#registerBox input[type=image] {
	width:10px;
	height:10px;
	font-weight:bold;
}

#loginContent input[type=checkbox] {
	margin-right:2px;
	border:1px solid red;
}

#closeLogin {
	color:#CAC9C9;
	text-decoration: none;
}

#loginContent input[type=text], #registerNow1 input[type=text] {
	background-color:#fdebd7;
	border:1px solid #ef4124;
}
#loginContent input[type=password], #registerNow1 input[type=password] {
	background-color:#fdebd7;
	border:1px solid #ef4124;
}

/* footer styles */
#footer {
	text-align:center;
	height:44px;
	font-size:12px;
	padding-top:20px;
	background:url(../images/footerContent.png) repeat-x;
	width:970px;
}

#footer li, #navigationBar li, .letters li, .numbers li {
	display:inline;
	list-style-type:none;
	margin-right:5px;
}


/* change page styles */
.letters, .numbers {
	width:640px;
	text-align:right;
}

.numbers { text-align:center; }
.letters li, .numbers li { margin-right:1px; }

/* brandlist styles */
.brandsList {
	width:inherit;
	text-align:left;
}

.brandsList li {
	display:block;
	float:left;
	width:200px;
}

#navigationBar { 
	font-size:11px;
	margin:0px 0px 15px 10px;	
}

#navigationBar li { margin-right:0px; }

a.viewProductDetail {
	text-decoration:none;
	color:#f06025;
}

/** often used link style */
a.redUnderlineBlack { color:#ef3920; }

#footer a, #loginBox a, .letters a, a.orangeUnderlineBlack {
	color:#f06025;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
	color:#ed1e27;
}


/***********************/
/**** product info ****/
/**********************/

#productImageBig {
	vertical-align:top;
	margin:0px 10px 20px 0px;
	float:left;
}

#productPriceInfo {
	float:left;
}

#productPromoInfo {
	margin:0px 0px 20px 5px;
	background:url(../images/product_triangle.png) no-repeat;
	width:311px;
	height:235px;
	float:left;
	text-align: center;
	padding:10px;
}

#similarProductSeparator {
	width:740px;
	height:14px;
	background:url(../images/product_similarSeparator.png) no-repeat;
	/*font-weight:bold;
	font-size: 14px;*/
	margin:20px 0px;
	padding:10px;
}

#mainProductPromotionLeft, #mainProductPromotionRight {
	width:7px;
	height:75px;
	float:left;
}

#mainProductPromotionLeft {
	background:url(../images/product_promotionLeft.png) no-repeat;
}

#mainProductPromotionRight {
	background:url(../images/product_promotionRight.png) no-repeat;
}

#mainProductPromotionContent {
	background:url(../images/product_promotionMiddle.png) repeat-x;
	float:left;
	padding-top:10px;
	height:65px;
}

#mainProductPromotionContent table {
	width:295px;
	text-align: center;
}

/* this style is added by Ram on 10/8/2009 11:02 AM for graph*/
#ProductGraph
{ 
	background: #DFDFDF;
	width:419px;
	float:left;
}
b.Graphtop, b.Graphbottom
{
	display:block;
	background: #FFF
}
b.Graphtop b, b.Graphbottom b
{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #DFDFDF;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.Graphtop b.r4, b.Graphbottom b.r4
{
	margin: 0 1px;
	height: 5px
}
.Graph_content
{
	padding-left:10px;
	text-align:center;
}
#Gr_border
{
	height:252px;
	width:352px;
	border:0px solid red;
	position:absolute;
}
.w400{width:400px;}
.w300{width:300px;}
/**********************************/

/************************/
/***** email styles *****/
/************************/

#emailCompte {
	float:right;
	list-style-type:none;
}

#emailCompte li {
	display:block;
	float:left;
	margin-right:5px;
}

#emailIntro {
	margin:10px 0px 10px 0px;
	width:990px;
}

.emailWidth8float {
	width:8px;
	height:149px;
	float:left;
}

#emailIntroLeft {
	background:url('../images/email_intro_left.png') no-repeat;
}

#emailIntroContent {
	background:url('../images/email_intro_middle.png') repeat-x;
	height:129px;
	padding:10px;
	float:left;
	width:954px;
}

#emailIntroRight { background:url('../images/email_intro_right.png') no-repeat; }

.emailProductTable {
	margin:0px 0px 15px 0px;
	float:left;
	display:block;
	width:330px;
}

.emailProductTable .productHover { text-decoration:underline; }
.emailProductTable td { vertical-align: top; }
.emailProductTable ../images/ { margin-right:10px; }
.emailViewMore { float:right; }

.emailViewMore:hover {
	color:black;
	text-decoration: none;
}

.emailWidth17float {
	width:17px;
	height:20px;
	float:left;
}

.contentTitleLeft  { background:url('../images/email_contentTitle_left.png') no-repeat;  }
.contentTitleRight { background:url('../images/email_contentTitle_right.png') no-repeat; }

.contentTitleMiddle {
	background:url('../images/email_contentTitle_middle.png') repeat-x;
	height:16px;
	float:left;
	width:936px;
	padding:2px 5px;
	color:white;
	font-size:14px;
	font-weight:bold;
}

.contentTitleAll {
	width:980px;
	margin:30px 0px 10px 0px;
}

/* Added by Sachin Gupta on 16 June 09 for whyprixi.php */
#proLeft {
	float:left;
	width:200px;
	height:600px;
	background:url(../images/200x600.gif) no-repeat;
	margin-right:10px;
	vertical-align:top;
}

.selectorZoneAlert1 {
	margin-bottom:3px;
	margin-top:3px;
}

.selectorCursorAlert1 {
	position:relative;
	top:3px;
	left:80px;
	
}
.selectorCursorAlert2 {
	position:relative;
	top:3px;
	left:175px;
	
}
.content_Adm {
	margin-left:10px;
	width:980px;
	float:left;
}

.heading {
	font-size:18px;
	font-weight:bold;
	color:#f26125;
	text-align:center;
}

* { margin: 0; padding: 0;}

.block {
	padding: 5px 0;
	width: 900px;
	margin: 0 auto;
}
.block .bl_top {
	background: url(../images/top_rgt.gif) no-repeat right top;
	margin: 0; padding: 0;
}
.block .bl_top h6 {
	background: url(../images/top_lft.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}

.block .bl_bot {
	background: url(../images/bot_rgt.gif) no-repeat right bottom;
	margin: 0; padding: 0;
}
.block .bl_bot h6 {
	background: url(../images/bot_lft.gif) no-repeat left bottom;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}
.block .bl_mid {
	background: url(../images/mid_bg.gif) repeat-x bottom #fff;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	padding: 0 10px;
	margin: 0; 
}

/********* code by mayuresh *********************/
#signupform label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  /*font-weight: bold;*/
  color: #FF0000;
}


#signupform label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

#signupform .success_msg {
  /*font-weight: bold;*/
  color: #0060BF;
  margin-left: 19px;
}


/*** ENd of the code ************/
}
/* JQuery validation css for admin side */

#frmAdmin .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
/*  width: 246px;
  white-space: nowrap;*/
}


#frmAdmin label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  /*font-weight: bold;*/
  color: #FF0000;
/*  width: 16px;
  height: 16px;*/
}

#frmAdmin label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

#frmAdmin .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

/* JQuery validation css for userside side */

#frmUser .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}


#frmUser label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 35px;
  padding-bottom: 2px;
  /*font-weight: bold;*/
  color: #EA5200;
 /* width: 16px;
  height: 16px;*/
}

#frmUser label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

#frmUser .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

.links {
color:#F06025;
text-decoration:underline; 
}

.links:hover { 
	color:black;
	text-decoration:none;
}

.err_msg{
	color:red;
	text-align:center;
	font-weight:bold;
	}

.optionclass{		
		width:150px;
		height:20px;
	}
	
/* CSS for popup block images*/
.block1 {
	padding: 5px 0;
	width: 800px;
	margin: 0 auto;
}
.block1 .bl_top1 {
	background: url(../images/top_rgt.gif) no-repeat right top;
	margin: 0; padding: 0;
}
.block1 .bl_top1 h6 {
	background: url(../images/top_lft.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}

.block1 .bl_bot1 {
	background: url(../images/bot_rgt.gif) no-repeat right bottom;
	margin: 0; padding: 0;
}
.block1 .bl_bot1 h6 {
	background: url(../images/bot_lft.gif) no-repeat left bottom;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}
.block1 .bl_mid1 {
	background: url(../images/mid_bg.gif) repeat-x bottom #fff;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	padding: 0 10px;
	margin: 0; 
}


/* CSS for Catalog Management Page*/
.block2 {
	padding: 5px 0;
	width: 1100px;
	margin: 0 auto;
}
.block2 .bl_top2 {
	background: url(../images/top_rgt_cat.gif) no-repeat right top;
	margin: 0; padding: 0;
}
.block2 .bl_top2 h6 {
	background: url(../images/top_lft.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}

.block2 .bl_bot2 {
	background: url(../images/bot_rgt_cat.gif) no-repeat right bottom;
	margin: 0; padding: 0;
}
.block2 .bl_bot2 h6 {
	background: url(../images/bot_lft.gif) no-repeat left bottom;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}
.block2 .bl_mid2 {
	background: url(../images/mid_bg.gif) repeat-x bottom #fff;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	padding: 0 10px;
	margin: 0; 
}

.txt_width{
	width:150px;

}		
}		

/* CSS for Shop Management Page start here */

a.productStatusLink {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

a.productStatusLink:hover {
	color:#F06025;
	text-decoration:none;
}



.btn_style2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;	
	margin:0px;
	padding:0px;
	background-image:url(../images/btn_bg3.gif);
	background-repeat: repeat-x;	
	border:1px solid #ffa63e;
	height:24px;
}

/* CSS for Shop Management Page end here */


/* code added by mayuresh */

#popup_container {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
	visibility: hidden;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid red;
	padding:5px;
}
.popup_close {
	margin-top: 4px;
	float: right;
	cursor: pointer;
}

.popup_box {
	padding: 0px;
}
.op{
opacity: .65;
filter: alpha(opacity=70);
border:3px solid #FFFFFF;
}
.op1{
opacity: .4;
filter: alpha(opacity=50);
border:3px solid #FFFFFF;
}
op_new1
{

}
.divMask1
{
    position: absolute;
	background-color:#FFFFFF !important;
	background-color: #FFFFFF;
	background-image/**/:#ffffff !important; 
	background-image:none;
	background-repeat: repeat;
	display:block;
}

.divMask {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height:410%;*/
	opacity: .8;
	filter: alpha(opacity=60);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:#c9c9c9 !important;
	background-color: #c9c9c9;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBG.png") !important; 
	background-image:none;
	background-repeat: repeat;
	display:none;
}

/*css for new style button for all pages on 23/07/2009 */

@charset "utf-8";
/* CSS Document */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	outline: none;
}

a.button {
    background: transparent url(../images/bg_button3_a.gif) no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button3_span.gif) no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 12px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

.err_msg_new {
	background:url("../images/unchecked.gif") no-repeat left;
	color:#FF0000;
	padding-left: 20px;
	}

/* css for new button design added on 24/07/2009 start here */

#btnStrip a, #btnStrip a b, label.bMs { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; cursor: pointer; }
/*0#btnStrip a:hover, #btnStrip a:hover b { color: rgb(225, 153, 0); text-decoration: none; }*/
#btnStrip i { font-style: normal; /*float: left;*/ }

.fLeft { float: left; }
.bLs { padding: 4px 0pt 6px; background: transparent url(../images/btnls.gif) no-repeat; width: 10px; height: 13px; display: block; float: left; }
.bMs { padding: 4px 0pt 6px; background: transparent url(../images/btnms.gif) repeat-x; float: left; text-align: center; }
.bMs img{ margin-bottom: -4px; }

.bRs { padding: 4px 0pt 6px; background: transparent url(../images/btnrs.gif) no-repeat; width: 16px; height: 13px; display: block; float: left; }

.bMs1 { padding: 4px 0pt 6px; background: transparent url(../images/btnms.gif) repeat-x; float: left; text-align: center; border 1px solid red;}
.bMs1 img{ margin-bottom: -4px; }
.bMs1 input{ border:0; margin:0; padding:0; vertical-align:middle;}

	/* css for new button design added on 24/07/2009 start here */

.btnclass{
	 font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
	 color: #000000;
	 text-decoration: none; 
	 cursor: pointer; 
}

.hidOveflow
{
	overflow: hidden;
	position:relative; 
	width: 550px;
}
.alerttblblock{
	border:1px solid #000000;
	behavior:none;
	color:black;
	font-weight:normal;
}

/*For Product statistics page starts*/
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #F26125 solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background-color: #e5e5e5;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;
padding: 5px;
 }

td.helpBod
{ border-bottom: 1px solid #ccc;
border-top: 0px;
border-left: 1px solid #ccc;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
padding: 5px;
 }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 700px;
background-color: #fafafa;
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0px; } 
/*For Product statistics page end*/

label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  color: #FF0000;
}

label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}
/* temporaray advanced search box */
#advancedSearch_temp {
	float:left;
	width:200px;
}

#advancedSearchTop_temp {
	background:url(../images/advanceSearch_top.png) center bottom;
	width:200px;
	height:12px !important;
}

#advancedSearchBottom_temp {
	background:url(../images/advanceSearch_bottom.png) no-repeat;
	width:200px;
	height:9px !important;
}

#advancedSearchContent_temp {
	background:url(../images/advanceSearch_content.png) repeat-y;
	width:190px;
	height:190px;
	padding:0px 5px;
}

.cl_both{
	clear:both;
}

.shhand{
	cursor: pointer;
}

/* image text over */

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 0px solid #ddd;
}

.imgteaser a .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 12px;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 10px;
	margin: 0;
	width: 120px;
	border-top: 1px solid #999;
	
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/* autosuggestion zone */
#autosuggestion, #rslt_divKeyword {
  	color:#808080;
	font-size:12px;
	font-weight: normal;
}
.autosuggestlink {
	font-size:12px;		
}
#autosuggestion a{
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.autosuggestrow{
	color:#333;
	background-color:#FFF;
	text-align:left;
}
.autosuggesthighlight{	
	color:#333;
	background-color:#E9E9E9;
	text-align:left;
	color:#FFF;
}


.autosu {
	padding: 5px 0;
	width: 760px;
	margin: 0 auto;
}
.autosu .bl_top {
	background: url(../images/top_rgt.gif) no-repeat right top;
	margin: 0; padding: 0;
}
.autosu .bl_top h6 {
	background: url(../images/top_lft.gif) no-repeat left top;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}

.autosu .bl_bot {
	background: url(../images/bot_rgt.gif) no-repeat right bottom;
	margin: 0; padding: 0;
}
.autosu .bl_bot h6 {
	background: url(../images/bot_lft.gif) no-repeat left bottom;
	padding: 0;
	margin: 0;
	font-size: 2px;
	height: 10px;
}
.autosu .bl_mid {
	background: url(../images/mid_bg.gif) repeat-x bottom #fff;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	padding: 0 10px;
	margin: 0; 
}




/* CSS for the slider */
.slider {
	margin: 0.5em auto;
	position: relative;
	width: 185px;
	height: 15px;
	/*background: url(img/bg.png) 50% 50% repeat-x;*/
	background:url(../images/selectorScrollZone.png) LEFT CENTER no-repeat;
}
.slider img {
	position: absolute;
	top: 0px;
	left: 85px;
}
.slider .left, .slider .right {
	height: 12px;
	width: 2px;
	position: absolute;
	top: 0px;
}
.slider .left {
	left: 0px;
	background: url(img/left.png) 0px 1px no-repeat;
}
.slider .right {
	right: 0px;
	background: url(img/right.png) 0px 1px no-repeat;
}

/* new code for new autosuggestion script*/

.suggestionsBox {
	position: absolute;
	left: 0px;
	top:10px;
	margin: 26px 0px 0px 0px;
	width: 235px;
	padding:0px;
	background-color: #fff;
	border-top: 3px solid #000;
	color: #fff;
	border:1px #CCC solid;
	z-index:5;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}

.load{
background-image:url(../images/loader.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}

/* CSS for New Home Page Starts Here */
#leftSideHome {
	width:350px;
	margin-right:10px;
}

#prixiMainThemes {
	width:340px;
	text-align:right;
	font-size:26px;
	color:#b0adad;
	font-weight:bold;
	letter-spacing:5px;
	margin-bottom:10px;
}

#keywordsLevels h2 { font-size:24px; }
#keywordsLevels h3 { font-size:22px; }
#keywordsLevels h4 { font-size:18px; }
#keywordsLevels h5 { font-size:16px; }
#keywordsLevels h6 { font-size:14px; }
#keywordsLevels #level6 { font-size:12px; }
#keywordsLevels #level7 { font-size:11px; }
#keywordsLevels #level8 { font-size:11px; font-weight: normal; }

#keywordsLevels h2 a,h3 a,h4 a,h5 a,h6 a,#level6 a, #level7 a,#level8 a {
	color:#f26125;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

#keywordsLevels {
	background:url("../images/keywordsBackgroundContent.png") repeat-y;
	width:325px;
	padding:0px 10px;
	float:left; 
}

#keywordsLevels a:hover {
	color:black;
	text-decoration:none;
}

#rightSideHome {
	width:625px;
	float:left;
}

#greenParagraphContent {
	background:url("../images/greenParagraphContent.png") repeat-y;
	width:605px;
	padding:0px 10px;
	float:left;
}

#greenParagraphBottom {
	display:block;
	margin-bottom:10px;
}

#productInformation {
	float:left;
	padding-top: 0px;
	padding-left: 0px;
	width:625px;
	background:url("../images/productInfoBackgroundContent.png") repeat-y;
}

#productImage {
	margin:5px 40px 0px 15px;
}

#productHistory {
	vertical-align:top;
	margin:5px 0 0 0;
}

#productInfo {
	display:block;
	float:left;
	width:470px;
	margin:5px 0px 0px 15px;
	font-size:14px;
}

#productInfo a {
	text-decoration:none;
}

a#productLinka {
	color:#f15f25;
	font-weight:bold;
	font-size:18px;
}

a#productLinka:hover {
	color:black;
}

a#marchandLink {
	color:black;
	font-weight:bold;
}

a#marchandLink:hover, a#nextLink:hover {
	color:#f15f25;
	text-decoration:none;
}

a#nextLink {
	font-weight:bold;
	text-decoration:none;
	color:black;
}

#nextButton {
	font-weight:bold;
	float:left;
}

#nextButton img {
	vertical-align:middle;
	margin:0px 0px 3px 3px;
	cursor:pointer;
}

/* CSS for New Home Page Starts Here */
/**** search results *****/
#grayContentBackground {
	background:url(../images/grayContent700.png) repeat-y;
	float:left;
	width:750px;
	padding:0px 10px;
}

.productDetails {
	margin-left:10px;
}

.productDetails .viewOfferButton a {
	float:right;
}

.oneProductResult {
	width:250px;
	float:left;
	font-size:12px;
	margin-bottom:10px;
}

.oneProductResult img.productImage {
	display:block;
	margin:0px auto 5px auto;
}

a.productLink {
	color:#f15f25;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.productLink:hover {
	color:#8e8e8e;
}

a.brandLink {
	text-decoration:underline;
	color:#f15f25;
}

a.brandLink:hover {
	text-decoration:none;
	color:#8e8e8e;
}

img.alerts {
	margin:5px 15px 0 5px;
}

#footer #partners {
	margin-top:0px;
	font-size:10px;
}

#footer #partners a, #partners {
	color:#828182;
	text-decoration:none;
}

#footer #partners a:hover {
	color:#0ab6a2;
}

.err_msg_chk {
	background:url("../images/checked.gif") no-repeat left;
	color:#FF0000;
	padding-left: 20px;
	}

.userValid{
	color:#83C841;
}


/*For Product statistics page starts*/
table.helpTnew
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #404040;
width: 500px;
/*background-color: #fafafa;*/
border: 1px #F26125 solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHednew
{ border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background-color: #e5e5e5;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040;
padding: 5px;
 }

td.helpBodnew
{ border-bottom: 1px solid #ccc;
border-top: 0px;
border-left: 1px solid #ccc;
border-right: 0px;
text-align: left;
text-indent: 0px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #404040;
/*background-color: #fafafa;*/
padding: 5px;
 }

table.sofTnew
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #404040;
width: 800px;
/*background-color: #fafafa;*/
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0px; } 
/*For Product statistics page end*/







