/**
* @version 1.0
* @name screen-v4.css
* @date April 2009
* @author Saul Willers and Jonathan Clough
* @link http://plexitynet.com/
* @email info@plexitynet.com
* Main CSS for all browsers, based on osCommerce stylesheet.css
*/
body {
 text-align:center;
 background:url(../images/layout-indian-clothing/body-bg-tile.gif) repeat-x top center;
 background-color:#ffffff;
 font-family:arial,helvetica,clean,sans-serif;
}
.fixcenter {
 width:780px;
 margin:0 auto;
 padding:0;
 border:0;
 text-align:left;
}
#header {
 position:relative;
 height:127px;
 width:780px;
}
#headText {
 position:absolute;
 width:780px;
 w\idth:740px;
 margin:0 20px;
 vertical-align:top;
 top:2px;
 left:0;
 height:26px;
 color:#d4dbe4;
 font-size:11px !important;
 text-align:center;
 z-index:100;
}
#headText a {
 color:#d4dbe4;
 text-decoration:none;
}
#headSlogan {
 position:absolute;
 right:0;
 bottom:6px;
 margin-right:10px;
 text-align:right;
 color:#ffffff;
 font-size:11px !important;
}
#headerLogo {
 position:absolute;
 top:68px;
 left:25px;
 width:343px;
 height:35px;
}
#headerLogo2 {
 position:absolute;
 top:25px;
 right:61px;
 width:117px;
 height:80px;
}
#outerFrameWrapper {
 width:780px;
 background:url(../images/layout-indian-clothing/outer-frame-tile.gif) repeat-y top left;
}
#outerFrameWrapper2 {
 width:780px;
 w\idth:760px;
 margin:0 10px 0 10px;
}
#contentHeader {
 background:url(../images/layout-indian-clothing/blue-gradiant-tile.gif) repeat-x top left;
 padding-top:7px;
 min-height:43px;
 /*<=ie6 min-height*/
 height:auto !important;
 height:43px;
}
#contentBoxTop {
 position:relative;
 width:760px;
 padding:17px 0 0 0;
 background:url(../images/layout-indian-clothing/content-box-top.gif) no-repeat top right;
 min-height:26px;
 /*<=ie6 min-height*/
 height:auto !important;
 height:26px;
}
#mainContent {
 width:605px;
 w\idth:555px;/*static_MAIN_CONTENT_AREA_WIDTH_IN_PIXELS*/
 padding:0 25px 20px 25px;
 background:url(../images/layout-indian-clothing/content-box-tile.gif) repeat-y top left;
 min-height:200px;
 /*<=ie6 min-height*/
 height:auto !important;
 height:200px;
}
#mainContentBot {
 position:relative;
 width:605px;
 height:11px;
 background:url(../images/layout-indian-clothing/content-box-bot.jpg) no-repeat top left;
}
#footer {
 position:relative;
 width:780px;
 w\idth:680px;
 margin:0 auto;
 /*padding:20px 45px 20px 190px;*/
 padding:20px 50px;
 border:0;
 font-size:10px;
 text-align:center;
}
#footer a {
 color:#3642d4;
}
#footer p {
 margin:0;
 padding:0;
}
#footer #footerLinks {
 color:#3642d4;
 font-size:11px;
 margin:0;
 padding:0 0 10px 0;
}
#footer #footerCategories {
 color:#3642d4;
 font-size:11px;
 margin:0;
 padding:0 0 10px 0;
}
#footer #footerWords {
 color:#828282;
 margin:0;
 padding:0 0 10px 0;
}
#footer #footerAddress {
 color:#828282;
  margin-bottom:8px;
}
#footer #copywriteText, #footer #copywriteText a {
 color:#828282;
}
#footerBot {
 position:relative;
 width:780px;
 height:50px;
 background:url(../images/layout-indian-clothing/outer-frame-bot.gif) no-repeat top center;
}
#twoMoonsLogo {
 position:absolute;
 top:-77px;
 left:-29px;
 width:122px;
 height:111px;
 background:url(../images/layout-indian-clothing/two-moons.gif) no-repeat top left;
}
/* =PlexityNet */
#plexityNet {
 position:absolute;
 bottom:-37px;
 right:45px;
 height:20px;
 width:70px;
 text-align:left;
 font-size:85%;
 z-index:750;
}
#plexityNet a {
 border:none;
 text-decoration:none;
 color:#3a100d;
}
#plexityNet a:hover {
 color:#150000;
}
#plexityNet img {
 border:none;
 margin:0 0 -4px 0;
}
h1 {
 display:inline;
 font-size:22px;
 font-weight:bold;
}
h2 {
 font-size:14px;
 font-weight:bold;
}
h3 {
 font-size:12px;
 font-weight:bold;
}

/* added April 2009 - long product attribute select lists were going too wide, breaking page - so set their max width */
/* ie oddity, doesn't suport max-width in ANY incarnation (expressions, hacks et al) */
/* simple solution is to set a width, chops off text in ie, yet other browsers get it right */
.productListing-data select {
 width: 230px;
}

.productImg, .productImgLg {
 padding:5px;
 margin:0;
  
}
.productImg a img, .productImgLg img, .productImgCol a img {
 padding:3px;
 margin:0;
 background-color:#f7f7f7;
 border:1px solid #c8cac9;
}
.productImgLg img {
 padding:5px;
}
.productImgCol a img {
 margin-bottom:-8px;
}
.productImg a:hover img, .productImgCol a:hover img {
 background-color:#dde3f2;
 border:1px solid #9c9c9c;
 text-decoration: none;
}
.productAtt {
 border:1px solid #c8cac9;
}
.mediumText {
  font-size: 12px;
}
a {
 color:#000a9e;
 text-decoration:none;
}
a:hover {
 color:#000082;
 text-decoration:underline;
}

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #eaedf8; }
.orderEdit { font-size : 10px; text-decoration: underline; }

FORM {
	display: inline;
}

TD.headerNavigation {
  font-size:77%;
  font-weight : bold;
}
a.headerNavigation { 
 color:#6779af;
}
a.headerNavigation:hover {
 color:#3642d4;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #9c9c9c;
}

.infoBoxContents {
  background-color:#eaedf8;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

.contentBox {
  background: #9c9c9c;
}

TD.contentBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}

.contentBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.BestSellersBox {
  background: #9c9c9c;
}
TD.BestSellersBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.BestSellersBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.CategoriesBox {

}
TD.CategoriesBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.CategoriesBoxContents {
  font-size: 16px;
}


.CurrenciesBox {
  background: #9c9c9c;
}
TD.CurrenciesBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.CurrenciesBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.InformationBox {
  background: #9c9c9c;
}
TD.InformationBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.InformationBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.LanguagesBox {
  background: #9c9c9c;
}
TD.LanguagesBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.LanguagesBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.ManufacturerInfoBox {
  background: #9c9c9c;
}
TD.ManufacturerInfoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.ManufacturerInfoBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.ManufacturersBox {
  background: #9c9c9c;
}
TD.ManufacturersBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.ManufacturersBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.OrderHistoryBox {
  background: #9c9c9c;
}
TD.OrderHistoryBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.OrderHistoryBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.ProductNotificationsBox {
  background: #9c9c9c;
}
TD.ProductNotificationsBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.ProductNotificationsBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.ReviewsBox {
  background: #9c9c9c;
}
TD.ReviewsBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.ReviewsBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.SearchBox {
  background: #9c9c9c;
}
TD.SearchBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.SearchBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.ShoppingCartBox {
  background: #9c9c9c;
}
TD.ShoppingCartBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.ShoppingCartBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.SpecialsBox {
  background: #9c9c9c;
}
TD.SpecialsBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.SpecialsBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.TellaFriendBox {
  background: #9c9c9c;
}
TD.TellaFriendBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.TellaFriendBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}


.WhatsNewBox {
  background: #9c9c9c;
}
TD.WhatsNewBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #9c9c9c;
  color: #f7f7f7;
}
.WhatsNewBoxContents {
  background-color:#eaedf8;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, TR.shoppingCartListing-odd {
  background-color:#d1d7ec;
}
/*give the product listing page same row colours - removed: TR.productListing-odd*/
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, TR.shoppingCartListing-even {
  background-color:#c2c9e4;
}
/*give the product listing page same row colours - removed: TR.productListing-even*/

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #9c9c9c;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {

}

A.pageResults:hover {

}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

td.main, p.main {
 font-size:100%;
 line-height:1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #b7c281; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #757f4c; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #5c5c5c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #aa0900; color:#ffffff; }
.messageStackSuccess { font-size: 10px; background-color: #008c21; color:#ffffff; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.cssButton, .cssButtonWide, .cssButtonNar {
  display:block;
  background-color:#d3d7e2;
  color:#001bb0;
  width: 100px;
  height: 20px;
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #9c9c9c;
  border-spacing: 1px;
}
.cssButtonWide {
  width:130px;
}
.cssButtonNar {
  width:70px;
}
.cssButton:hover, .cssButtonWide:hover {
  background-color:#dde3f2;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}
.firstLevelCat {
 margin-right:-9px;
 padding-left:3px;
}

.activelink {
	display: block;
	font-weight: bold;
}

.topcat {
 font-size:16px;
 margin-top:4px;
}
.topcat a {
 text-align:right;
}

.secondcat a {
	font-size:14px;
}

.thirdcat a {
	font-size:13px;
	margin-left:7px;
}

.fourthcat a {
	font-size:12px;
	margin-left:11px;
}

.fifthcat a {
	font-size:11px;
	margin-left:16px;
}

#topMenuItem {/*remove margin for top menu item*/
 margin-top:-4px;
}

/* =ddMenu
=========================================== */
#ddMenu {
 position:relative;
 width:150px;
 z-index:999;
}
#ddMenu ul {
 padding:0;
 margin:0;
 list-style:none;
 background: url(../images/spacer.gif) no-repeat left top;/*allows ie to display whole "cell" as link*/
}
#ddMenu a {
 display: block;
 padding-bottom:2px;
 padding-top:1px;
 width: 150px;/*fix width for ie 5.x win*/
 w\idth:140px;
 padding-right:10px;
 text-decoration:none;
 color:#363636;
}
/*mozilla fix*/
html>body #ddMenu a {
 width: auto;
}
/*end of mozilla fix*/
#ddMenu a:hover {
 color:#3642d4;
}
#ddMenu li {
 position:relative;
 float:left;
 padding:0;
 width:150px;
 list-style:none;
}
#ddMenu li ul {
 position:absolute;
 left:-999em;
 height:auto;
 width:165px;
 w\idth:161px;
 margin:0;
 padding:0;
 font-weight:normal;
 background-color:#ced7f8;
 border:2px solid #606e90;
}
#ddMenu li li {
 width:161px;
 text-align:left;
 border-bottom:1px solid #606e90;
}
#ddMenu li ul a {
 width:165px;
 w\idth:152px;
 padding:2px 5px;
 color:#3642d4;
 text-align:left;
}
#ddMenu li:hover ul ul, #ddMenu li.ddhover ul ul {
 left: -999em;
}
#ddMenu li:hover ul, #ddMenu li li:hover ul, #ddMenu li.ddhover ul, #ddMenu li li.ddhover ul {
 left:auto;
 margin:-23px 0 0 150px;
}
#ddMenu li li:hover ul,  #ddMenu li li.ddhover ul {
/* margin:-10px 0 0 100px;*/
}
#ddMenu li:hover, #ddMenu li.ddhover {
 background:#eaedf8;
}
#ddMenu li li:hover, #ddMenu li li.ddhover {
 background:#e4e7fe;
}
/* VJ Links Manager v1.16 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TR.linkListing-odd {
  background: #f8f8f9;
}
TR.linkListing-even {
  background: #F5F5F5;
}
.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* VJ Links Manager v1.16 end */
