/*********** G E N E R A L   S T Y L E S   S T A R T   H E R E ***********/
body, form, td, th, p { font-family:"Trebuchet MS" Arial, Tahoma, Verdana; font-size:11px;	color:#000; }
body, form, p, table, div, h1, h2, h3, h4, h5, h6 { margin:0px;	padding:0px; }
h1, h2, h3, h4, h5, h6 { display:inline; }
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
table { border-collapse:collapse; }
/**********/
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #c0c; }
/**********/
.fLeft { float:left; }
.fRight { float:right; }
.fLefWithMargin { float:left; margin:0 10px 5px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.margin2px { margin:2px; }
.margin5px { margin:5px; }
.margin10px { margin:10px; }
.padding2px { padding:2px; }
.padding5px { padding:5px; }
.padding10px { padding:10px; }
/**********/
.fs12px { font-size:12px; color:#f30; font-weight:bold; }
.fs13px { font-size:13px; color:#666; font-weight:bold; }
.fs14px { font-size:14px; color:#444; font-weight:bold; }
.fs15px { font-size:15px; color:#222; font-weight:bold; }
.fs16px { font-size:16px; color:#000; font-weight:bold; }
.lh16px { line-height:16px; }
.lh18px { line-height:18px; }
.lh20px { line-height:20px; }
/**********/
.bdr { border:1px solid #ccc; }
.bdrTop { border-top:1px solid #ccc; }
.bdrRight { border-right:1px solid #ccc; }
.bdrBottom { border-bottom:1px solid #ccc; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; }

/********** GENERAL FORM STYLES START HERE **********/
.formTable { border:1px solid #61b2ef; margin:auto; }
.formTable td { border-color:#61b2ef; }
.bgOne { background-color:#eee; padding:2px 2px 2px 5px; }
.bgTwo { background-color:#ddd; font-weight:bold; width:1px; padding:2px; text-align:center; }
.bgThree { background-color:#f9f9f9; padding:2px 2px 2px 5px; }
.formHead { font-weight:bold; background:#e3f5ff; padding:5px; }
.formHead span { font-weight:normal; }
.formFields { background:#F4FCFF; }
.formText { font-size:11px; padding-left:2px; }
.formInput { font-size:11px; padding-left:2px; border:1px solid #ccc; background:#fff !important; }
select, textarea { 	font-size:11px; border:1px solid #ccc; 	background-color:#fcfcfc !important; }
textarea { background:#fafafa; font-family:Tahoma, Verdana, Arial; padding:5px; }
input.button { 	border:1px solid #61b2ef; background-color:#ebf6fe; padding:1px; padding-left:2px; padding-right:2px; margin:0px; cursor:pointer; font-size:10px; }
input.button:hover { background-color:#eee; border:1px solid #999; border-width:1px 2px 2px 1px; border-color:#999 #82d000 #666 #82d000; }

/********** GENERAL IMG STYLES START HERE **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.sendEnquiry { margin:10px 0 0; }

/********** GENERAL DIV STYLES START HERE **********/
div.banner { margin:15px auto; text-align:center; }
div.banner img { borderr:1px solid #999; }
div.clearBoth { clear:both; }

/********** OTEHR STYLES START HERE *********/
strong.keywords, b.keywords { background:#e3f2fd; color:#444; }
span.star { font-weight:bold; color:#ff0000; }
/**********/
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
/*********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }

/********** HEADER STYLES STARTS HERE **********/
#header {
	background:#fff url(/images/headerBg.gif);
	width:100%;
	display:table;
}
#header .center {
	background:url(/images/headerCenter.jpg) no-repeat center center;
	height:128px;
	margin:0 122px 0 286px;
}
/**********/
#topLinks {
	background:#ccc;
	border-bottom:1px solid #999;
	width:100%;
	display:table;
}
#topLinks .fLeft {
	padding:5px 5px 1px;
	float:left;
}
#topLinks .fLeft img {
	margin:0 5px;
}
/**********/
#topLinks .fRight {
	padding:5px 5px 1px;
	float:right;
	font-weight:bold;
	color:#fff;
}
#topLinks .fRight a:link, #topLinks .fRight a:visited {
	color:#000;
}
#topLinks .fRight a:hover, #topLinks .fRight a:active {
	color:#c0c;
	text-decoration:none;
}
/********* WELCOME STYLES START HERE ***********/
#welcome {
	width:99%;
	margin:20px auto 20px;
}
#welcome {
	width:99%;
	margin:20px auto 20px;
}
#welcome .head {
	background:url(/images/welcomeBg.gif) repeat-x center;
	border-left:5px solid #3a93e2;
}
#welcome .head span {
	padding:5px;
	background:#fff;
	font:bold 18px/16px "Trebuchet MS", "Times New Roman";
	color:#c0c;
}
#welcome .desc {
	padding:10px 5px 5px 10px;
	border-bottom:5px solid #ddd;
}
/********** RIGHT COLUMN STYLES START HERE **********/
#rightColumn {
	width:180px;
	display:table;
	float:right;
	padding:0 5px;
	border-left:1px solid #eee;
}
/*********/
#fasInfo {
	width:100%;
}
#fasInfo td {
	vertical-align:bottom;
}
#fasInfo .head {
	background:url(/images/fasInfoBg.gif) repeat-x left bottom;
	padding:0 5px 5px 2px;
	font-weight:bold;
	color:#f06;
	font-family:"Trebuchet MS" Arial;
	font-size:16px;
	letter-spacing:-1px;
}
#fasInfo .links {
	padding-left:15px;
}
#fasInfo .links div {
	border:1px solid #ffb71b;
	border-width:0 1px 1px;
	padding:5px 5px 5px 10px;
	color:#000;
}
#fasInfo .links div a:link, #fasInfo .links div a:visited, #fasInfo .links div span {
	display:block;
	background:url(/images/bulletFasInfo.gif) no-repeat left 3px;
	padding:0 0 3px 15px;
	color:#000;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #ccc;
}
#fasInfo .links div a:hover, #fasInfo .links div a:active {
	color:#c0c;
}

/**********  ***********/
#leftColumn {
	margin:0 200px 0 5px;
}
#leftColumn #contentOuter {
	width:99%;
	margin:auto;
	display:table;
}
#leftColumn .leftCol {
	float:left;
	width:49%;
	display:table;
	margin-bottom:15px;
}
#leftColumn .rightCol {
	float:right;
	width:49%;
	display:table;
	margin-bottom:15px;
}
table.categoryHeader {
	width:100%;
}
table.categoryHeader .head {
	background:#ccc url(/images/col1HeaBg.gif) bottom;
	width:100%;
	font:bold 17px/16px "Trebuchet MS";
	color:#c06;
	vertical-align:bottom;
	padding:0 0 4px 20px;
}
table.categoryHeader .head span {
	background:#fff;
	padding:2px 5px;
}
table.categoryHeader .head a:link, table.categoryHeader .head a:visited {
	color:#c06;
}
table.categoryHeader .head a:hover, table.categoryHeader .head a:active {
	color:#f60;
	text-decoration:none;
}

/**********/
table.categoryContent {
	width:100%;
}
table.categoryContent .left {
	vertical-align:top;
	background:url(/images/col1ConLefPicBg.gif);
}
table.categoryContent .right {
	vertical-align:bottom;
	background:url(/images/col1ConRigPicBg.gif);
}
table.categoryContent .center {
	width:100%;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
table.categoryContent .divider {
	margin:5px 0;
	background:url(/images/col1ConDivider.gif) repeat-x center;
	height:1px;
	clear:both;
}
table.categoryContent .center .desc {
	width:100%;
	display:table;
}
table.categoryContent .center .desc span {
	float:right;
	padding-right:10px;
	font-weight:bold;
}
table.categoryContent .center .links {
	width:49%;
	float:left;
	margin-bottom:5px;
}
table.categoryContent .center .links a:link, table.categoryContent .center .links a:visited {
	background:url(/images/bulletCategories.gif) no-repeat left 4px;
	padding-left:15px;
}
/**********/

table.categoryFooter {
	width:100%;
}
table.categoryFooter .left {
	width:100%;
	background:url(/images/col1FooBg.gif);
}

/**********/
table.catHeadOnly {
	background:url(/images/col1HeaBg.gif);
	width:100%;
	margin-bottom:10px;
}
table.catHeadOnly .spacer {
	background:#fff;
	width:25px;
	height:25px;
}
table.catHeadOnly .icon {
	text-align:center;
	padding:0 10px;
	vertical-align:bottom;
}
table.catHeadOnly .head {
	width:50%;
	vertical-align:middle;
	font:bold 17px/16px "Trebuchet MS";
	color:#c06;
}
table.catHeadOnly .head span {
	padding:2px 5px;
	background:#fff;
}
table.catHeadOnly .head a:link, table.catHeadOnly .head a:visited {
	color:#c06;
}
table.catHeadOnly .head a:hover, table.catHeadOnly .head a:active {
	color:#f60;
	text-decoration:none;
}

/********* FASHION ACCESSORIES STYLES START HERE *********/
table.fasAccByClass {
	border-bottom:3px solid #c3c;
	width:99%;
	margin:auto;
}
table.fasAccByClass td {
	padding-bottom:15px;
	text-align:center;
}
table.fasAccByClass .right {
	padding-bottom:0;
	width:10px;
	text-align:right;
	vertical-align:bottom;
}
table.fasAccByClass .right div {
	border-right:3px solid #c3c;
	height:50px;
}

/********** SPONSORED STYLES START HERE **********/
#sponsored {
	margin:15px 0 15px 0;
}
#sponsored .header {
	background:url(/images/spoHeaBg.gif);
	width:100%;
	display:table;
}
#sponsored .footer {
	background:url(/images/spoFooBg.gif);
	width:100%;
	display:table;
}
/**********/
#sponsored .center {
	width:100%;
}
#sponsored .center .leftBg {
	background:url(/images/spoLefBg.gif);
	vertical-align:top;
}
#sponsored .center .rightBg {
	background:url(/images/spoRigBg.gif);
	vertical-align:top;
}
/**********/
#sponsored .center .left {
	width:40%;
	background:#f7f7f7;
	text-align:justify;
	padding:0 10px;
}
#sponsored .center .left img {
	display:block;
	margin:10px 0;
}
#sponsored .center .right {
	width:60%;
	background:#f7f7f7;
}
/**********/
#sponsored .productOuter {
	width:100%;
}
#sponsored .productOuter td {
	padding:5px;
	width:50%;
}
#sponsored .productOuter td table {
	border:1px solid #999;
	width:100%;
}
/**********/
#sponsored .productOuter td th {
	padding:2px;
	background:#c10d0e;
	color:#fff;
}
#sponsored .productOuter td th a:link, #sponsored .productOuter td th a:visited {
	color:#fff;
}
#sponsored .productOuter td th a:hover, #sponsored .productOuter td th a:active {
	color:#fcf;
	text-decoration:underline;
}
/**********/
#sponsored .productOuter td td {
	padding:10px 0;
	background:#fff;
	text-align:center;
}
/********** FOOTER STYLES START HERE **********/
#footer {
	clear:both;
}
.fooClaLinks {
	background:url(/images/fooClaLinksBg.gif);
	padding:5px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.fooClaLinks a:link, .fooClaLinks a:visited {
	color:#fff;
}
.fooClaLinks a:hover, .fooClaLinks a:active {
	color:#fcf;
}
/**********/
table.copyright {
	width:100%;
	margin:10px 0 0 0;
}
table.copyright .left {
	text-align:right;
	width:20%;
	background:#3a93e2;
}
table.copyright .right {
	text-align:left;
	width:20%;
	background:#3a93e2;
}
table.copyright .links {
	text-align:center;
	vertical-align:bottom;
}
table.copyright .copyright {
	text-align:center;
	font-size:10px;
}