html {
  padding:0px;
  margin:0px;
}
/* Controls the complete HTML Body */
body 
{
background-image:url('../Files/lemongrass_container.jpg');
  color:#000000;
  display:block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0px 0px 0px 0px;

}
/* Controls the customisable centre section of the HTML Body */
#bodywrapper 
{
  background-color:#FFFFFF;
/*  border-left:1px solid #FFFFFF;*/
/*  border-right:1px solid #FFFFFF;*/
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:left;
  width:1000px;
}
/* Site Master */
div.content {
  margin:0px;
}
div.maincontent {
  width:100%;
}
div.maincontent .mainleft {
  display:inline;
  float: left;
  padding-top:3px;

}
div.maincontent .maincentre {
  display:inline;
  float: left;
  padding:3px 3px 0px 10px;
}
div.maincontent .mainright {
  display:inline;
  float: left;
  padding-top:3px;
  overflow:hidden;
  *margin-right:-1px;
}
div.footer {
  padding-top:20px;
  margin-top:20px;
  border-top:1px dashed #C0C0C0;
  margin-bottom:20px;
 /* text-align:center;*/
  font-size:11px;
}
/* basic selectors */
.space8 
{
  padding:8px;
}
.space20
{
  padding:20px;
}
/* Controls the colour of the used links, when revisiting the pages during a session */
a:link, a:visited {
  color:#fffffff;
  text-decoration:none;
}
/* Controls the hover colour of the links */
a:active, a:hover {
  color:#B22222;
  text-decoration:none;
}
th {
  vertical-align:top;
}
td {
  vertical-align:top;
}
/* Controls the characteristics of heading 1 in HTML pages, and also the stock description in stock detail page */
h1 {
  font:bold 110% Verdana, Arial, Helvetica, sans-serif;
  color:#003271;
  margin-top:10px;
  margin-bottom:10px;
}
/* Controls the characteristics of heading 2 in HTML pages */
h2 {
  font:bold 110% Verdana, Arial, Helvetica, sans-serif;
  color:#003271;
  margin-top:10px;
  margin-bottom:10px;
}
/* Controls the characteristics of heading 3 in HTML pages */
h3 {
  font:bold 110% Verdana, Arial, Helvetica, sans-serif;
  color:#003271;
  margin-top:5px;
  margin-bottom:5px;
}
/* Controls the characteristics of heading 4 in HTML pages */
h4 {
  font:bold 100% Verdana, Arial, Helvetica, sans-serif;
  color:#003271;
}
img {
  border:0px;
}
/* Controls the characteristics of a lines drawn in the HTML pages */
hr {
  color:#C0C0C0;
  height:1px;
}
hr.light {
  color:#C0C0C0;
  height:1px;
  border-style:dashed;
}
form {
  margin:0px;
  padding:0px;
}
/* Controls the font of details keyed in. Add a color line here if you don't want to use the standard defined in the body wrapper */
input, textarea, select {
  font:100% Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
  border:1px solid #DFDFDF;
  padding:10px 10px 10px;
  margin-top:4px;
}
legend {
  font-weight:bold;
}
fieldset div {
  padding-top:5px;
}
.wordwrap {
  white-space:pre-wrap; /* css-3 */
  white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
  white-space:-pre-wrap; /* Opera 4-6 */
  white-space:-o-pre-wrap; /* Opera 7 */
  word-wrap:break-word; /* Internet Explorer 5.5+ */
  vertical-align:top;
}
.hidden {
  display:none;
}
/* top cart/login menu */
/* Controls the positioning of the Login Menu. Add color line if you want to change the colour */
div.uppermenu { 
  position:absolute ;
  top:0px;
  right:0px;
  z-index:200;
/*  background:url(../Files/small_menu_bg.png) top left no-repeat;*/
  height:34px;
  line-height:34px;
  text-align:center;
  width:382px;
  padding:0 0 10px 0;

}
div.uppermenu ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* Controls display of My Account and Log Out prompts. Add a color line to change the colour of items */
div.uppermenu li {
  padding:0px;
  margin:0px;
  display:inline;
  border-left:solid 1px #000000; 
  font-size:11px;

}
/* Controls how the Customer User Name is displayed. Add a color line to change the colour of item */
div.uppermenu li.first {
  border-left:none;
}
/* Controls display of Customer User Name. */
div.uppermenu li span.username {
  padding: 0 5px;
}
/* Controls how the Visited options are displayed. Add a Color line to change the Colour when the mouse is clicked */
div.uppermenu li a:link, div.uppermenu li a:visited {
  padding:0px 5px;
  text-decoration:none;
}
div.uppermenu li a img {
  vertical-align:middle;
  padding:0 2px;
}


/* Controls the Hover over a Prompt. Add a Color line to change the Colour when the mouse is over a prompt */
div.uppermenu li a:active, div.uppermenu li a:hover {
  text-decoration:none;
}
/* header toolbar menu */
/* Controls the characteristics of the Main Menu. The file menu-bg.gif is the Menu background Bar */
div.mainMenu { 
  width:100%;
  height:31px;
  background:#FFFFFF url(http://voicewebhosting.com/lemongrass/menubar.jpg) top left repeat-x; 
  font-size:11px; 
  font-weight:normal; 
  list-style-type:none; 
  margin:0; 
  padding:0; 
}
div.mainMenu ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
 
/* Controls the Size and Colours of Main Menu items and when mouse hovers over them. current-bg.gif controls the Background when the mouse is clicked on a menu item */
div.mainMenu li {
  display:block; 
  float:left; 
  margin:0 0 0 10px; 
  height:31px;
}
div.mainMenu li a { 
  height:31px; 
  
  text-decoration:none; 
  display:block; 
  float:left; 
  line-height:31px; 
  padding:0px 15px ; 
text-transform: uppercase;
color:#ffffff; 
}
div.mainMenu li a:hover { 
  color:#f9f76c;  
}
div.mainMenu li a.current {
  height:31px; 
  color:#FFFFFF; 
  background:#FFFFFF url(../Files/current-bg.gif) top left repeat-x; 
  padding:0px 15px;
  line-height:31px; 
}
/* search bar */
/* Controls the characteristics of the Search bar. To change colour replace the mainmenu-bar image */
div.bar { 
 /* background:url(../Files/mainmenu-bar.jpg);*/
  height:36px;
  font-size:0;
  color:#F4F4F4;
  font-weight:bold;
  vertical-align:middle;
  position:absolute;
  top:70px;
  right:4px;
  width:300px;
}
div.bar div {
   /* padding:7px 0px 0px 20px; */ 
  vertical-align:middle;
}


div.bar a {
  width:59px;
  height:28px;
  display:block;
  float:right;
  margin:-2px 0 0 0;
}

/* Controls the characteristics of the text control */ 
.searchtextbox {
  font-size:12px;
  width:225px;
  height:18px;
  padding:3px;
  border:none;
  float:left;
}
/* Category navigation menu */
/* Controls the display characteristics of the Category List */
.categorymenu {
background-color: #C3D021;

  vertical-align:top;
  padding:0px 0px 4px 4px;
}
.categorymenu ul {
  list-style:none;
  margin:5px 0 0 0; 
  padding:0 0 0 5px;
}
/* Controls the display characteristics of the Category List */
.categorymenulevel {
padding: 5px 0px 0px;
color: #383435 !important;
font-size: 12px;
font-weight: normal;
border-bottom-color: currentColor;
border-bottom-width: 0px;
border-bottom-style: none;
}
/* Controls the characteristics of the category List when Hovering */
.categorymenulevel a:hover {
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}
.categorymenulevel li {
  background:url(../Files/arrow_menu.png) 6px 8px no-repeat;
  line-height:25px;
  padding:0 0 0 27px;
}
.categorymenulevel li a{
color: #383435;
}
/* Controls the characteristics of the category List when Mouse is clicked */
.categorymenulevel li a.selected {
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}
/* Controls second level */
.categorysubmenulevel2 {
  color:#006FB1;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
/* Controls third level */
.categorysubmenulevel3 {
  color:#006FB1;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
/* Controls fourth level */
.categorysubmenulevel4 {
  color:#006FB1;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
/* Controls the characteristics of Login Page */
.logincontainer {
}
.loginmessage {
}
.logintable {
  margin-top:10px;
  width:690px;
  height:161px;
  border:1px solid #DFDFDF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.logincellleft {
  width: 340px;
  float: left;
  border-right:1px solid #DFDFDF;
}
.logincellright {
  width: 345px;
  float: right;
}
/* Controls characteristics of Login Header displayed */
.loginheader {
  height:26px;
  line-height: 26px;
  background-color:#62813B;
  font-weight:bold;
  color:#FFFFFF;
  vertical-align:middle;
  text-align:center;
}
.loginheadercell {
}
/* Controls the Login Box characteristics. Add a color line to change Font colour */
.loginbody {
  border-top:1px solid #DFDFDF;
}
.logincell {
  height: 135px;
}
.logincellinner {
  width:325px;
  margin:5px;
}
.logincelltext {
  display:inline-block !important;
  width:100px !important;
}
/* Controls the New Customer display characteristics. Add a color line to change Colour */
.logincreatecell {
  height: 135px;
  line-height: 135px;
  vertical-align:middle;
  text-align:center;
}
.loginrememberme {
}
.loginbutton {
  padding-right:15px;
  text-align:right;
}
.loginforgotpwd {
}
/* Controls characteristics of Password Recovery Page */
.passwordrecoverycontainer {
}
.passwordrecoverymessage {
}
.passwordrecoverybody {
}
.recoverpwdtable {
  width:350px;
  border:1px solid #DFDFDF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Controls characteristics of Password Recovery Header displayed */
.recoverpwdheader{
  height:26px;
  line-height:26px;
  background-color:#5D7B9D;
  font-weight:bold;
  color:#FFFFFF;
  vertical-align:middle;
  text-align:center;
}
/* Controls characteristics of Password Recovery Body displayed */
.recoverpwdbody {
  background-color:#FFFFFF;
  color:#333333;
  border-top:1px solid #DFDFDF;
  text-align:left;
}
.recoverpwdcomment {
  padding:10px 0px 0px 10px;
}
.recoverpwdemail {
  padding:10px 0px 0px 10px;
}
.recoverpwdtext {
  display:inline-block;
  width:100px;
  vertical-align:top;
}
.recoverpwdvalue {
  display:inline-block;
  width:235px;
}
.recoverpwdbutton {
  text-align:right;
  padding:10px 15px;
}
/* Prices Style */
/* Controls display of Selling Prices, Amount saved, and New Product text in the Product View Panel. Add a color line to change the colour of prices */
.internetprice {
  font-size:13px;
  text-decoration:line-through;
}
.currentprice {
  font-weight:bold;
  font-size:13px;
  color:#b22222;
}
.saveamount {
  font-size:13px;
  color:#b22222;
}
.newstyle {
  font-weight:bold;
  color:#b22222;
}
.error {
  color:#b22222;
  font-weight:bold;
}
.success {
  color:#002E6C;
  font-weight:bold;
}
.negative {
  color:#b22222;
}
/* Availibility Description */
/* Controls characteristics of Stock Availability prompt */
.availablenow {
  color:#000000;
}
/* Controls the characteristics of the Stock Availability Message */
.delayeddelivery {
  color:#b22222;
}
/* Controls the characteristics of the Stock Availability Message */
.outofstock{
  font-weight:bold;
  color:#b22222;
}
/* Controls the display of Checkout Page */
.checkoutcontainer {
}
.checkoutmessage {
}
.checkoutbody {
}
/* Controls the display of Checkout Header background */
.checkoutheader {
  font-size:small; 
  color:Gray; 
  text-align:left;
}
/* Controls display of Current step */
.highlightheader {
  color:#5A5A5A;
  font-weight:bold;
}
.stylesection {
  padding:10px;
  border-top:1px dashed #C0C0C0;
}
/* This controls the 'Please Make your Selections' text in the Stock Item Display text */
.hookline {
  font-size:larger;
  font-style:italic;
}
.loadingbox{
  position:absolute;
  top:40%;
  left:40%;
  border:1px solid lightsteelblue;
  height:50px;
  width:250px;
  text-align:center;
  padding-top:20px
}
/* Controls display of Checkout Section Headings */
div.sectionbar {
  padding:3px 20px;
  background:url(../Files/bullet-1.gif) no-repeat center left;
  color:#5A5A5A; 
  font-size:110%;
  font-weight:bold;
}
/* Controls the display of the Body text within each Checkout Section */
div.sectiondata {
  padding:3px 0px 3px 20px;
  color:#002E6C; 
  font-size:100%;
  font-weight:normal;
}
/* Controls the characteristics of Register Page */
.register {
  margin-top:5px;
}
.registermessage {
}
.registerbody {
}
/* Controls the display of the 'required fields comment' in Register New Customer section */
.registercomment {
  color:#003271; 
  padding: 3px 0px 3px 20px;
  font-size:110%;
}
/* Controls the characteristics of left section displayed */
.registercellleft {
  width:75%;
  float:left;
}
/* Controls the characteristics of right section displayed */
.registercellright {
  width:50%;
  float:left;
}
/* Controls the characteristics of text area*/
.registercelltext {
  display:inline-block !important;
  width:135px !important;
}
/* Controls the characteristics of input control area */
.registercellvalue {
  display:inline-block !important;
  width:210px !important;
}
/* Controls the characteristics of newsletters and loyalty program prompts */
#trNewsLetter {
  padding-top:5px;
}
#trNewsLetter input {
  margin-left:15px;
}
#trJoinLoyalty {
  padding-top:5px;
}
/* Controls the characteristics of register button */
.registerbutton {
  padding-top:15px;
  padding-right:478px;
}
/* Controls the characteristics of complete register step */
.registercomplete {
  text-align:center;
  margin-top:20px;
}
.registercomplete .completemessage {
}
.registercomplete .continuebutton {
  margin-top:20px;
}
/* Shopping Cart */
/* Controls  the characteristics of Shopping Cart Screen */
.shoppingcart_topbuttons {
  width:100%;
}
.shoppingcart_topbuttons .proceedbutton{
  text-align:right;
}
.shoppingcart_bottombuttons {
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
}
.shoppingcart_bottombuttons .continuebutton{
  float:left;
}
.shoppingcart_bottombuttons .proceedbutton{
  float:right;
}
/* Controls display of Section Headings in Order Detail Screen */
div.sectionheader {
  background:#FFFFFF url(../Files/sectionheader-bar.jpg) top left repeat-x;
  font-weight:bold;
  color:#F4F4F4;
  padding:4px 2px;
  text-align:left; 
  clear:both;
  display:block;
}
/* Controls the characteristics of the text displayed for International Customers in the shipping section */
div.lightnotice {
  font-weight:normal;
  margin-top:10px; 
  margin-bottom:10px;    
  padding-top:2px;
}
/* Controls the characteristics of the International Customers Header displayed in the shipping section */
div.notice {
  font-weight:bold;
  margin-top:10px; 
  margin-bottom:10px;    
  padding-top:2px;
}
/* Controls display of text in the My Details screen wherever it is displayed */
.formsectiontext {
  width:150px;
  text-align:left;
  line-height:25px;
}
/* Controls the display of input keyed in the My Details screen */
.formsectionvalue {
  text-align:left;
  padding-left:2px;
}
/* Contents */
/* Controls display of the inside of the containers for Promotions, Suggestions, Category List */
div.contents {
 /* margin-bottom:15px; */
  clear:both;
}
/* Controls display of the Header of the containers for Promotions, Suggestions, Category List */
div.contentsheader {
background-color: rgb(177, 190, 34);
color:#ffffff;
background:url(http://voicewebhosting.com/lemongrass/submenu.jpg) 0 0 no-repeat;
font-size:11px;
padding:0 0 0 5px;
line-height:28px;

}

/* Controls display of the Header of the containers for Promotions, Suggestions, Category List */
div.contentsheader_center {
color:#000000;
background:#666 url(../Files/left_menu_heading.jpg) 0 0 no-repeat;
font-size:14px;
padding:0 0 0 40px;
line-height:42px;
border-top:1px #dbdbdb solid;
border-right:1px #dbdbdb solid;
border-left:1px #dbdbdb solid;
}


div.contentsheader a {
  text-decoration:none;
}

div.contentsheader_center a {
  text-decoration:none;
}
/* Controls background Color and borders for Promotions, Suggestions, Category List */
div.contentsdata {
  color:#000000;
  border-color:#002E6C;
  border-width:1px;
  border-style:solid;
  padding:0px;
}
/* Style list filter/page bar */
/* Controls the display characteristics of the Filter By Panel */
div.styleresultbar {
  border:1px solid #DFDFDF;
  margin-top:4px;
  padding:4px;
  overflow:hidden;
  text-align:left;
  clear:both;
  display:block;
}
/* Controls the characteristics of left content in container */
div.styleresultbar .filterby {
  margin-left:0 !important;
  display:inline;
  float:left;
  position:relative;
  width:200px;
}
/* Controls the characteristics of centre content in container */
div.styleresultbar .sortby {
  display:inline;
  float:left;
  position:relative;
  width:220px;
}
/* Controls the characteristics of centre content in container */
div.styleresultbar .navpages {
  margin-right:0px !important;
  display:inline;
  float:right;
  position:relative;
  text-align:right;
}
/* Category */
.productlist {
  list-style:none;
  padding:0px;
  margin:0px;
}
.productlist li {
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
/*  border-bottom:1px dashed #C0C0C0;*/
}

.productlistlastcell {
  *overflow:hidden;
  *margin-right:-3px !important;
}
.productlistlastrow {
  border-bottom:0px none !important;
}

/* Controls the Style display background and borders in styles displayed in category page */
.stylesummarybox {
  margin:0px;
  padding:5px 0px;
  width:100%;
}
.stylesummaryimageholder {
  text-align:center;
}
.stylesummaryimageholder img {
  vertical-align:middle;
}
.stylesummarytext {
  padding-top:4px;
  text-align:center;
}
.stylesummarytext .textrow {
  overflow:hidden;
  text-overflow:ellipsis;
}
/* Promotion text */
/* Controls the display characteristics of the Promotions Panel */
.promotionbox {
  font-size:12px;
  border:1px solid #DFDFDF;
  overflow: hidden;
  clear:both;
}
.promotionbox ul li {
  padding:10px;
}

.promotionimageholder {
  text-align:center;
  height:5px;
  width:65px;
  line-height: 2px;
  border:0px #defade solid;
  float:left;


  background:#ffffff;
  
}
.promotionimageholder img{
  vertical-align:top;
 
}

.promotiontextholder {
  text-align:left;
  margin:0 0 0 43px;
  width:53px;
  font-size:11px;
  float:left;


}

.promotiontextholder a {
	color:#5e6600;
}
/* Suggestion text */ 
/* Controls the Text characteristics in the Suggestion Panel */ 
.suggestionbox { 
  font-size:12px; 
  text-align:center; 
  border:1px solid #DFDFDF;
  overflow: hidden;
  clear:both;
} 
/* Minicart text */ 
/* Controls the Text characteristics in the Minicart Panel */ 
.minicartbox { 
  font-size:90%; 
  color:#000000; 
  text-align:center; 
  border:1px solid #DFDFDF;
} 
.minicartbox .productdetails { 
  text-align:left;  
  padding-top:10px; 
  width:100%;
} 
.minicartbox .productdetails .minicartcellleft { 
  width: 30%;
} 
.minicartbox .productdetails .minicartcellright { 
  width: 65%;
} 
/* Controls the display of the Minicart Empty Message */ 
.minicartbox .cartempty { 
  font-size:12px; 
  color: #7F7F7F; 
  padding:5px 0px; 
} 
/* Controls the display of the Minicart Subtotals */ 
.minicartbox .subtotal { 
  font-size:12px; 
  font-weight:bold;
  padding-bottom:5px; 
} 
/* Controls the display of the asterisk for Required Fields. Add a color line to change the colour */ 
.sign {
  display:inline-block;
  width:10px;
}
/* table view  */
/* Controls display of the Products Purchased Panel in Order Detail, Item Added to cart, Shopping Cart and Checkout Pages */ 
.gridviewtable {
  border:outset 1px #DFDFDF;
  border-collapse:collapse;
}
/* Controls display of the Header in the Products Purchased Panel in Order Detail, Item Added to cart, Shopping Cart and Checkout Pages */ 
.headerstyle {
  background-color:#62813B;
  font-weight:bold;
  color:#FFFFFF;
  vertical-align:middle;
}
/* Controls display of the Individual Product lines in the Products Purchased Panel in Order Detail, Item Added to cart, Shopping Cart and Checkout Pages */ 
.rowstyle {
  background-color:#F7F6F3;
  font-weight:normal;
  color:#333333;
}
/* Controls display of the Alternating Product lines in the Products Purchased Panel in Order Detail, Item Added to cart, Shopping Cart and Checkout Pages */ 
.alternatingrowstyle {
  background-color:#E3E3E3;
  font-weight:normal;
  color:#333333;
}
.selectedrowstyle {
  background-color:#666666;
  font-weight:bold;
  color:#FFFFFF;
}
/* Controls display of the Totalling area in the Products Purchased Panel in Order Detail, Item Added to cart, Shopping Cart and Checkout Pages */ 
.footerstyle {
  background-color:#F7F6F3;
  font-weight:normal;
  color:#333333;
  border-top:solid 2px #5D7B9D;
}
/* Controls the display of the Page Number Footer in the My Orders Page */ 
.pagerstyle {
  color:#FFFFFF;
  background-color:#284775;
  font-size:x-small;
  text-align:right;
}
/* Controls the characteristics of the Page Number displayed */ 
.pagerstyle select{
  font-size:x-small;
}
/* Administrator content popup menu */
.modalbackground {
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
}
.modalpopup {
  background-color:#FFFFFF;
  border:1px solid #DFDFDF;
  padding-bottom:10px;
  text-align:left;
}
div.title {
  color:#F4F4F4;
  background-color:#002E6C;
  border-bottom:1px solid #DFDFDF;
  font-weight:bold;
  padding:4px 10px;
  cursor:move;
}
div.body {
  padding:10px;
 color:#000000;
}
div.buttons {
  margin-right:10px;
  margin-top:4px;
  text-align:right;
}
/*Administrator content popup menu*/
.popupmenu {
  position:absolute;
  visibility:hidden;
}
.popuphover {
  border:1px dashed #C0C0C0;
  background-color:#9FCCDD;
}
/* Administrator - tab container */
.ajax__tab_xp-theme .ajax__tab_header {
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  background:url(../Files/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
  padding-right:4px;
  background:url(../Files/tab-right.gif) no-repeat right;
  height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
  padding-left:3px;
  background:url(../Files/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
  height:13px;
  padding:4px;
  margin:0;
  background:url(../Files/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
  background:url(../Files/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
  background:url(../Files/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
  background:url(../Files/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
  background:url(../Files/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
  background:url(../Files/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
  background:url(../Files/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  border:1px solid #DFDFDF;
  border-top:0;
  padding:8px;
}
/* Administrator - editing contents */
.contentheaderpanel {
  background-color: #FFFFFF;
  color: #000000;
  text-align:center;
  padding:2px 2px 2px 2px;
  font-size:12px;
  font-weight:bold;
}
.contenteditpanel {
  margin:2px 0px 2px 0px;
  border:1px dotted #DFDFDF;
}
.contextmenupanel {
  border:1px solid #868686;
  z-index:1000;
  background:#FAFAFA;
  cursor:default;
  padding:1px 1px 0px 1px;
  font-size:11px;
}
a.contextmenuitem {
  margin:1px 0 1px 0;
  display:block;
  color:#003399;
  text-decoration:none;
  cursor:pointer;
  padding:4px 19px 4px 33px;
  white-space:nowrap;
}
a.contextmenuitem:hover {
  background-color:#FFE6A0;
  color:#003399;
  border:1px solid #D2B47A;
  padding:3px 18px 3px 32px;
}
.collapsiblepanelheader {
  cursor:pointer;
  font-weight:bold;
}
/* Controls the display of the Box exterior for Product Details that pop up when Add to Cart is clicked */
div.addToCartPopupLayer {
  visibility:hidden; 
  filter:alpha(opacity=0); 
  -moz-opacity:25; 
  opacity:0; 
  position:absolute; 
  width:220px; 
  height:80px; 
  background:#5D7B9D; 
  z-index:1000; 
  vertical-align:top; 
}
/* Controls the inside area of the pop up when Add to Cart is clicked */
div.addToCartPopupLayer .innerlayer {
  height:70px; 
  margin:5px 0px; 
  background:#F0EEE8; 
  color:#5D7B9D; 
}
/* Controls the display of the product image inside the pop up when Add to Cart is clicked */
div.addToCartPopupLayer .innerlayer .popupimage {
  width:60px;
  height:65px;
  float:left;
  padding-top:5px;
  text-align:center;
  vertical-align:top;
}
/* Controls the display of the text inside the pop up when Add to Cart is clicked */
div.addToCartPopupLayer .innerlayer .popupbody {
  width:155px;
  float:right;
  height:50px;
  padding-left:5px;
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
}
/* Controls the display of the Checkout and Close links in the pop up when Add to Cart is clicked */
div.addToCartPopupLayer .innerlayer .popupclose {
  width:155px;
  float:left;
  font-weight:bold;
  text-align:center;
  font-size:13px;
}
/* Controls the display of the Site Path */ 
.sitemappath {
  font-weight:bold; 
  padding-bottom:5px; 
}
/* Controls the characteristics of the Text displayed for products found in the search */ 
.productsfound { 
  font-weight:bold; 
  margin:10px 0px 10px 10px; 
}
.productsfound span { 
  color:#b22222; 
}
/* Controls the characteristics of the Text displayed where no products are found in the search */ 
.productsnotfound { 
  font-weight:bold; 
  margin:10px 0px 10px 10px; 
}
.productsnotfound span { 
  color:#b22222; 
}
 /* Information Tabs Container - Product Detail */ 
 /* Controls Display characteristics of the Information Tabs */ 
.ajax__tab_pd-theme { 
  padding-top:10px; 
} 
.ajax__tab_pd-theme .ajax__tab_header { 
  color:#000000; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  background:url(../Files/tab-line.gif) repeat-x bottom; 
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_outer { 
  padding-right:4px; 
  background:url(../Files/tab-right.gif) no-repeat right; 
  height:21px; 
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_inner { 
  padding-left:3px; 
  background:url(../Files/tab-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_header .ajax__tab_tab { 
  height:13px; 
  padding:4px; 
  margin:0px; 
  background:url(../Files/tab.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_outer { 
  background:url(../Files/tab-hover-right.gif) no-repeat right; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_inner { 
  background:url(../Files/tab-hover-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_hover .ajax__tab_tab { 
  background:url(../Files/tab-hover.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_outer { 
  background:url(../Files/tab-active-right.gif) no-repeat right; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_inner { 
  background:url(../Files/tab-active-left.gif) no-repeat; 
} 
.ajax__tab_pd-theme .ajax__tab_active .ajax__tab_tab { 
  background:url(../Files/tab-active.gif) repeat-x; 
} 
.ajax__tab_pd-theme .ajax__tab_body { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:13px; 
  border:1px solid #DFDFDF; 
  border-top:0px; 
  padding:8px; 
  background-color:#FFFFFF; 
  width:380px; 
  overflow:auto; 
} 
/* Controls the Display Characteristics of the Cover Colour if the Minimum Order Pop Up is triggered */ 
.minimum_order_popup_background { 
  background-color:Gray; 
  filter:alpha(opacity=70); 
  opacity:0.7; 
} 
/* Controls the display characteristics of the Minimum Order Pop Up Panel */ 
.minimum_order_popup_cont { 
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  background-color:#FFFFFF; 
  color:#000000; 
  border:2px solid #5D7B9D; 
  text-align:left; 
  padding:10px; 
  width:300px; 
} 
/* Controls the display characteristics of the Continue Shopping Button */ 
.minimum_order_popup_button { 
  padding-top:10px; 
  text-align:right; 
} 
/* Controls the display characteristics of Product Detail */  
.productdetailbox { 
  background-color:#FFFFFF; 
  width:100%; 
} 
/* Controls the display characteristics of image in Product Detail */  
.productdetailbox .productimagecont {
  display:inline;
  float: left;
  text-align:left;
  vertical-align:top;
  position: relative;
  width:252px;
  margin:0 10px 0 0;
}
/* Controls the display characteristics of rollover message in Product Detail */  
.productdetailbox .productimagecont .rollovermessage {
  font-size:90%;
  padding-bottom:10px;
  text-align:center;
}
/* Controls the display characteristics of text area in Product Detail */  
.productdetailbox .productdetailcont {
  display:inline;
  float: left;
  text-align:left;
  vertical-align:top;
  position: relative;
  overflow:hidden;
  width:235px;
}
/* Controls the display characteristics of price labels in Product Detail */  
.productdetailbox .productdetailcont .leftlabel {
  display: inline-block;
  width: 90px;
}
/* Controls the display characteristics of common row in Product Detail */  
.productdetailbox .productdetailcont .productdetailrow {
  padding-top:5px;
  text-align:left;
}
/* Controls the display characteristics of availability row in Product Detail */  
.productdetailbox .productdetailcont .availailityrow {
   height:30px;
}
/* Controls the display characteristics of selection message in Product Detail */  
.productdetailbox .productdetailcont .selectionmessage {
   height:25px;
}
/* Controls the display characteristics of colour/size dropdownlist in Product Detail */  
.productdetailbox .productdetailcont .productattribute {
}
.productdetailbox .productdetailcont .productattribute .attributelabel {
  display: inline-block;
  width:150px;
}
.productdetailbox .productdetailcont .productattribute select {
  width: 150px;
}
/* Controls the display characteristics of colour/size selection in Product Detail */  
.productdetailbox .productdetailcont .attributeselection {
  width: 100%;
}
.productdetailbox .productdetailcont .attributeselection .leftselection {
  display: inline-block;
  width: 250px;
}
/* Controls the display characteristics of quantity input control in Product Detail */  
.productdetailbox .productdetailcont .attributeselection .leftselection input {
  width: 50px;
}
/* Controls the display characteristics of selected colour/size description in Product Detail */  
.productdetailbox .productdetailcont .attributeselection .rightselection {
  width: 150px;
}
/* Controls the display characteristics of Recently Viewed Items content */   
.recentlyvieweditemsbox { 
  background-color:#FFFFFF; 
} 
/* Controls the display characteristics of Featured Products content */    
.featureditemsbox { 
  background-color:#FFFFFF; 
} 
/* Controls the display characteristics of Items You May Also Like content */     
.itemsyoumayalsolikebox { 
  background-color:#FFFFFF; 
} 
/* Controls the display characteristics of Top Sellers content  */    
.topsellersbox { 
  background-color:#FFFFFF; 
  border-left:1px #DFDFDF solid;
  border-right:1px #DFDFDF solid;
} 
/* Controls the display characteristics of Most Viewed Items content */    
.mostvieweditemsbox { 
  background-color:#FFFFFF; 
} 
/* Controls the display characteristics of Contact Form content */ 
.contactformbox {
  background-color:#FFFFFF;
  width:100%;
}
.contactformcelltext {
  display:inline-block !important;
}
.contactformcellvalue {
  display:inline-block !important;
}
.contactformbox .messagesign {
  padding:4px 4px 0px 4px;
}
.contactformbox textarea {
  width:510px;
  margin-top:2px;
}
.contactformbox .submit {
  margin: 10px 300px 20px 0;
  text-align:right;
}
/* Controls stock availability tab container */ 
.stockAvailabilityCont{ 
  padding:10px 0 5px 0;
} 
/* Controls the characteristics of stock availability tab header */ 
.stockAvailability-theme .ajax__tab_header { 
  color:#FFFFFF; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight:bold; 
} 
/* Controls the boundaries of stock availability tab (next 3 items) */ 
.stockAvailability-theme .ajax__tab_active .ajax__tab_outer, 
.stockAvailability-theme .ajax__tab_header .ajax__tab_outer, 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_outer { 
  margin-right:4px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_inner, 
.stockAvailability-theme .ajax__tab_header .ajax__tab_inner, 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_inner { 
  margin-left:3px; /* offset the width of the left image */ 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_tab, 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_tab, 
.stockAvailability-theme .ajax__tab_header .ajax__tab_tab { 
  margin-right:0px; 
  padding:5px 8px; 
} 
/* Controls the line or header background images of stock availability tab (next 6 items) */ 
.stockAvailability-theme .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0px 0px; 
} 
.stockAvailability-theme .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% 0px; 
} 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0px -150px; 
} 
.stockAvailability-theme .ajax__tab_hover .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% -150px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_outer { 
  background:url(../Files/stockavailabilitytab-left.gif) no-repeat 0px -300px; 
} 
.stockAvailability-theme .ajax__tab_active .ajax__tab_inner { 
  background:url(../Files/stockavailabilitytab-right.gif) no-repeat 100% -300px; 
} 
/* Controls the border line and the characteristics of stock availability tab body */ 
.stockAvailability-theme .ajax__tab_body { 
  font-family:verdana,tahoma,helvetica; 
  font-size:10pt; 
  border:solid 1px #4498c2;  
  padding:10px; 
} 
/* Controls the characteristics of Branch and Availability titles in stock availability tab body*/
.stockAvailability-theme .ajax__tab_body .saheader {
  font-weight:bold;
  text-align:left;
  color:#B22222;
  padding-bottom:10px;
}
/* Controls the characteristics of Branch and Availability items in stock availability tab body*/
.stockAvailability-theme .ajax__tab_body .sabody {
  padding-bottom:10px;
}
.stockAvailability-theme .ajax__tab_body .sabody .saleftcell {
  display:inline-block;
  width:350px;
}
/* Controls the characteristics of Branch Hyper Link items in stock availability tab body*/
.stockAvailability-theme .ajax__tab_body .sabody a {
  font-weight:bold;
  color:#006FB1;
  text-decoration:underline;
}
/* Controls the characteristics of In Stock items in stock availability tab body*/
.stockAvailability-theme .ajax__tab_body .sabody #saInStock {
  font-weight:bold;
  color:#006FB1;
  background:url(../Files/stockavailabilitytab-instock.gif) no-repeat left top;
  padding-left:20px;
}
/* Controls the characteristics of Out Of Stock items in stock availability tab body*/
.stockAvailability-theme .ajax__tab_body .sabody #saOutOfStock {
  color:#000000;
  padding-left:20px;
}
/* Controls branch information popup page in stock availability. */ 
/* Controls background colour and transpancy rate of outside branch information popup page in stock availability.*/ 
 .popupBackground {
  background-color:Gray; 
  filter:alpha(opacity=70); 
  opacity:0.7; 
} 
 /* Controls border and background colour of branch information popup page in stock availability.*/ 
 .popupScreen {
  background-color:#FFFFFF; 
  border:1px solid #E3E3E3; 
  text-align:left; 
  width:700px;
} 
 /* Controls the characteristics of title area in branch information popup page in stock availability.*/ 
.popupScreen .popupTitle {
  color:#000000; 
  background-color:#FFFFFF; 
  font-weight:bold; 
 } 
 /* Controls the characteristics of body area in branch information popup page in stock availability.*/ 
.popupScreen .popupBody {
  margin:0px 10px 10px 10px; 
  color:#000000; 
  overflow:hidden;
} 
/* Controls the characteristics of shop by filter content.*/ 
.shopby_box {
  width:100%; 
  margin:0; 
  padding:0; 
} 
/* Controls the common characteristics of header area in shop by filter content.*/ 
h3.shopby_header { 
  margin: 1px 0 0 0; 
  line-height:26px; 
  height:26px; 
  padding: 0; 
  position:relative; 
  cursor: pointer; 
  font-size:12px; 
} 
/* Controls the characteristics of header area in shop by filter content when closed.*/ 
.shopby_header_default { 
  background: url(../Files/shopby_header_bg_default.png) repeat-x scroll 50% 50% #F6F6F6  !important; 
  border:1px solid #CCCCCC; 
  font-weight:bold; 
  color:#1C94C4; 
} 
/* Controls the characteristics of header area in shop by filter content when mouse over.*/ 
.shopby_header_hover { 
  background: url(../Files/shopby_header_bg_highlight.png) repeat-x scroll 50% 50% #FFF5CE !important; 
  border: 1px solid #FBC809; 
  color: #C77405; 
} 
/* Controls the characteristics of header area in shop by filter content when opened.*/ 
.shopby_header_active { 
  background: url(../Files/shopby_header_bg_active.png) repeat-x scroll 50% 50% #FFFFFF  !important; 
  border: 1px solid #FBD850; 
  border-bottom: 0 none !important; 
  color: #EB8F00; 
} 
/* Controls the characteristics of header area in shop by filter content when filters are selected.*/ 
.shopby_header_selected { 
  color: #B22222; 
} 
/* Controls the text and icons of header area in shop by filter content.*/ 
h3.shopby_header a { 
  color:inherit !important; 
  text-decoration:none; 
  outline:0 none; 
  padding-left: 16px; 
} 
.shopby_header_icon_exp { 
  background: url(../Files/shopby_header_arrow_exp.png) no-repeat 0px 0px; 
} 
.shopby_header_icon_col { 
  background: url(../Files/shopby_header_arrow_col.png) no-repeat 0px 0px; 
} 
/* Controls the characteristics of body area in shop by filter content.*/ 
.shopby_body { 
  margin-bottom: 2px; 
  margin-top: -2px; 
  overflow: auto; 
  padding: 5px; 
  position:relative; 
  background: #EEEEEE url(../Files/shopby_body_bg.png) 50% top repeat-x; 
  border:1px solid #DDDDDD; 
  border-top:0 none; 
  line-height:22px; 
  font-size:11px; 
} 
/* Controls the text of body area in shop by filter content.*/ 
.shopby_body a { 
  color:#002E6C !important; 
  text-decoration:none; 
} 
.shopby_body a:hover { 
  color:#B22222 !important; 
} 
/* Controls the characteristics of splash popup page in shop by filter content.*/ 
div#shopby_loader { 
  position: absolute; 
  top: 350px; 
  left: 40%; 
  margin: auto; 
  border: 1px solid #ccc; 
  width: 160px; 
  height: 80px; 
  background-color: #FFF; 
  z-index: 100;
} 
div#shopby_loader .loading { 
  background: #FFFFFF url(../Files/shopby_loader.gif) no-repeat center 20%; 
  padding-top:50px; 
  text-align:center; 
  color: #000 !important; 
} 
/* Controls the characteristics of refine shop by filter content.*/ 
.refineshopby_box { 
  width:160px; 
  margin:0; 
  padding:0; 
  word-wrap: break-word; 
  overflow:hidden; 
} 
/* Controls the characteristics of body area in refine shop by filter content.*/ 
.refineshopby_body { 
  padding: 5px; 
  border:1px solid #DDDDDD; 
  border-top:0 none; 
  color:#002E6C; 
  font-size:11px; 
} 
/* Controls the text of body area in refine shop by filter content.*/ 
.refineshopby_body a { 
  color:#002E6C !important; 
  text-decoration:none; 
} 
.refineshopby_body a:hover { 
  color:#B22222 !important; 
} 
/* Controls the characteristics of find postcode image.*/  
.findpostcode { 
  cursor:pointer; 
  width:28px; 
  vertical-align:middle; 
  text-align:left; 
} 
/* seo trick for logo content. */ 
h1.logo { 
  font-weight:bold; 
  margin:0; 
  padding:0;
  width:1000px;
  height:125px;
  background:#C3CF2F; 
} 
/* colour and size selection in category page */ 
.coloursizeselection { 
  height:46px; /* do not remove */ 
} 
.coloursizeselection .colourselection { 
  height:23px; 
} 
.coloursizeselection .colourselection select { 
  width:150px; 
} 
.coloursizeselection .sizeselection { 
  height:23px; 
} 
.coloursizeselection .sizeselection select { 
  width:150px; 
} 
/* Controls the characteristics of currency selector content.*/ 
.currencyselector {
  position: absolute;
  top: 50px;
  right: 0px;
  text-align: right;
  color: #000000;
  z-index: 100;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:8pt;
}
.currencyselector a:link,
.currencyselector a:visited,
.currencyselector a:active,
.currencyselector a:hover {
  position: relative;
  top: 0px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:8pt;
}
.currencyselector img {
  position: relative;
  top: 2px;
  border:0;
  margin-right: 4px;
}
.currencyselector ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
}
.currencyselector li {
  float: right;
  position: relative;
  margin-right: 10px;
}
.currencyselector span {
  display: block;
  padding: 5px;
  white-space: nowrap;
}
.currencyselector li ul {
  position: absolute;
  left: -9999px;
  float: right;
  border: 1px solid #CCCCCC;
}
.currencyselector li:hover ul {
  left: auto;
  right: 0;
  top: 23px;
}
.currencyselector li li {
  display: block;
  float: none;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 0;
  margin-right: 0;
}
.currencyselector a {
  display: block;
  padding: 5px 10px 5px;
  white-space: nowrap;
  font: 11px Arial, Helvetica, sans-serif;
}
.currencyselector a:hover {
  background-color: #CCCCCC;
}
.currencyselector a img {
  top: 2px;
  vertical-align: top;
}
/* Controls the characteristics of grid cells in shopping cart.*/ 
/* Stock Items */ 
.cell_qty {
  width:60px;
}
.cell_price {
  width:100px;
  text-align:right;
}
.cell_item {
}
.cell_amount {
  width:100px;
  text-align:right;
}
.cell_remove {
  width:60px;
  text-align:center;
}
/* Subtotal */ 
.cell_footer_price {
  width:150px;
  text-align:right;
}
.cell_footer_amount {
  width:100px;
  text-align:right;
}
/* Coupon items */ 
.couponrowstyle {
  background-color:#F4E7BF;
  font-weight:normal;
  color:#333333;
  height:36px;
  min-height:36px;
}
.cell_coupon_qty {
  width:60px;
  vertical-align:middle;
}
.cell_coupon_item {
  padding-left:51px;
  font-size:120%;
  vertical-align:middle;
}
.cell_coupon_amount {
  width:100px;
  text-align:right;
  vertical-align:middle;
}
.cell_coupon_remove {
  width:60px;
  text-align:center;
  vertical-align:middle;
}
/* Controls the characteristics of coupon content in shopping cart.*/ 
.coupon_shoppingcart {
  background-color:#F7F6F3;
  color:#5A5A5A;
  border: 1px solid #CCCCCC;
  height:30px;
  line-height:30px;
  margin:10px 0 0 343px;
  width:475px;
}
.coupon_shoppingcart .coupon_prompt {
  float:left;
  position:relative;
  padding:5px 0 0 5px;
}
/* Controls the characteristics of coupon content.*/ 
.coupon {
  background-color:#F7F6F3;
  color:#5A5A5A;
  border: 1px solid #CCCCCC;
  height:30px;
  line-height:30px;
  width:225px;
}
.coupon .coupon_prompt {
  display:none;
}
.coupon_content {
  float:right;
  position:relative;
  text-align:right;
  padding-top:5px;
}
.coupon_content .coupon_input {
  font-size:90%;
  width:140px;
  vertical-align:top;
}
.coupon_content .coupon_button {
  padding-right:5px;
}
/* Controls the characteristics of watermarked textbox.*/ 
.enablewatermark {
  color:#C0C0C0;
  font-style:italic;
}
.disablewatermark {
  color:#000000;
  font-style:normal;
}
/* Controls the characteristics of custom content container */
.contentcont {
  width:100%;
  clear:both;
}
/* Controls the characteristics of left content in container */
.contentcont .content {
  display:inline;
  position:relative;
}
/* Controls the characteristics of left content in container */
.contentcont .leftcontent {
  margin-left:0 !important;
  float:left;
}
/* Controls the characteristics of centre content in container */
.contentcont .centrecontent {
  float:left;
}
/* Controls the characteristics of centre content in container */
.contentcont .rightcontent {
  margin-right:0 !important;
  float:right;
}
.floatleft {
  float:left;
  position:relative;
}
.floatright {
  float:right;
  position:relative;
}
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfloat {
  clear:both;
  display:block;
}
.clearfix {
  display:inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display:block;
}
/* Controls the characteristics of lookbook page */
.looks_cont { 
  width:100%; 
} 
.looks_cont ul, .looks_cont li { 
  list-style: none outside none; 
  padding:0px; 
  margin:0px; 
} 
.looks_cont .enlarge { 
  float:left; 
} 
.enlarge img{ 
  position: absolute; 
  top: 0; 
  left: 0; 
} 
.enlarge .iactive{ 
  z-index: 10; 
} 
.enlarge .ideactive{ 
  z-index: 9; 
} 
/* Controls the characteristics of cluster navigation arrow images in lookbook page */
.looknav { 
  position: absolute;
  top: 240px; /* you may type a specific value */
  left: 0px;
  text-align: center;
  width: 320px; /* you may type a specific value */
  z-index: 100;
} 
.enlarge .looknav .prev, .enlarge .looknav .next {
  background: url(../files/look_nav.png) no-repeat scroll left top transparent;
  height: 34px;
  position: absolute;
  top: 0;
  width: 34px;
}
.enlarge .looknav .prev {
  background-position:  0 -34px !important;
  left: 0;
}
.enlarge .looknav .prev:hover {
  background-position:  0 0 !important;
  left: 0;
}
.enlarge .looknav .next {
  background-position: -34px -34px !important;
  right: 0;
}
.enlarge .looknav .next:hover {
  background-position: -34px 0 !important;
  right: 0;
}
/* Controls the characteristics of thumbnail images in lookbook page */
.looks_cont .thumbs { 
  float:left; 
  width: 333px; /* you may type a specific value */
} 
.looks_cont .thumbs ul { 
} 
.looks_cont .thumbs li { 
  float:left; 
  display: inline; 
  padding-left:3px; 
} 
.looks_cont .thumbs .nextrow{ 
  padding-left:3px; 
} 
.looks_cont .thumbs .selected{ 
  opacity: 1; 
} 
.looks_cont .thumbs .unselected{ 
  opacity: 0.5; 
} 
.looks_cont .thumbs .look_img { 
  cursor:pointer; 
  width: 80px; /* you may type a specific value */
  height: 120px; /* you may type a specific value */
} 
.looks_cont .thumbs .look_img .thumbhover{ 
  -moz-box-shadow:0 0 3px #000; 
  -webkit-box-shadow:0 0 3px #000; 
  box-shadow:0 0 3px #000; 
} 
/* Controls the characteristics of lookbook products in lookbook page */
.looks_cont .look_b { 
  clear:both; 
  padding-top:5px; 
} 
.looks_cont .look_b .lookitems { 
  float:left; 
} 
.lookitem { 
  font-size: 11px; 
} 
.lookitem .name{ 
  display: inline-block;
  width:250px;
} 
.lookitem .price1, .lookitem .price2, .lookitem .price3, .lookitem .price4, .lookitem .price5{ 
} 
/* Controls the characteristics of lookbook pagination in lookbook page */
.looks_cont .look_b .lookpage { 
  float:right; 
  padding-right:75px; 
} 
.looks_cont .look_b .lookpage .prev { 
} 
.looks_cont .look_b .lookpage .page { 
} 
.looks_cont .look_b .lookpage .currPage { 
  font-weight:bold; 
} 
.looks_cont .look_b .lookpage .next { 
}

/* Controls the characteristics of sliding cart content*/
#slidingcart_container {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #B7B7B7;
  display: none;
  position: absolute;
  width:300px; /* you may type a specific value */
  right: 0;
  top: 27px;
  z-index:210;
  -moz-box-shadow:2px 2px 2px #888;
  -webkit-box-shadow:2px 2px 2px #888;
  box-shadow:2px 2px 2px #888;
}
#slidingcart_empty {
  text-align:center;
  min-height:40px;
}
#slidingcart_empty p {
  padding-top:14px;
}
#slidingcart_container a {
  padding:0;
}
#slidingcart_container li.first {
  background: none repeat scroll 0 0 transparent;
}
/* Controls the characteristics of subtotal section */
#slidingcart_header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #B7B7B7;
}
#slidingcart_header .slidingcart_headers_title {
  text-align: left;
  height:40px;
}
#slidingcart_header .slidingcart_headers_title p.subtotal_info {
  color: #000;
  float: left;
  margin-top:6px;
  font-size:13px;
  font-weight:bold;
}
#slidingcart_header .slidingcart_headers_title p.subtotal_info .title{
}
#slidingcart_header .slidingcart_headers_title p.subtotal_info .value{
  padding-left:5px;
}
#slidingcart_header .slidingcart_headers_title a.checkout_link {
  float: right;
  margin-top:6px;
}
#slidingcart_container img:hover {
  opacity:0.8;
}
/* Controls the characteristics of paging section */
#slidingcart_pagination {
  padding: 10px 10px 0;
  border-bottom: 1px solid #B7B7B7;
  height:26px;
}
#slidingcart_pagination .index {
  float: left;
}
#slidingcart_pagination .prev_next {
  float: right;
}
#slidingcart_pagination a {
  margin-left: 10px;
}
#slidingcart_pagination a.prev {
  background: url(../Files/slidingcart_nav_prev.png) no-repeat scroll left 4px transparent;
  padding-left: 10px;
}
#slidingcart_pagination a.next {
  background: url(../Files/slidingcart_nav_next.png) no-repeat scroll right 4px transparent;
  padding-right: 10px;
}
#slidingcart_pagination a.enable {
}
#slidingcart_pagination a.disable {
  opacity:0;
}
/* Controls the characteristics of item details section */
#cart_details {
  margin: 10px 0;
}
#cart_details ul.cart_items{
  overflow: hidden;
}
#cart_details ul.cart_items li.active {
  display: block !important;
}
#cart_details ul.cart_items li.first {
  clear: left !important;
  margin-left:10px;
}
#cart_details ul.cart_items li.last {
  margin-right:10px;
}
#cart_details ul.cart_items li:hover {
  background-color: #ECEDE9;
}
#cart_details ul.cart_items li.selected {
  background-color: #CCC;
}
#cart_details ul.cart_items li.item {
  display: none;
  float: left;
  min-height: 210px; /* you may type a specific value */
  padding: 10px 10px 0;
  position: relative;
  text-align: left;
  width: 120px; /* you may type a specific value */
  border: none;
}
/* Controls the characteristics of item image */
#cart_details ul.cart_items li.item .thumb {
  text-align:center;
}
/* Controls the characteristics of item decription */
#cart_details ul.cart_items li.item .detail {
}
#cart_details ul.cart_items li.item .detail .desc {
}
#cart_details ul.cart_items li.item .detail .attr1 {
}
#cart_details ul.cart_items li.item .detail .attr2 {
}
#cart_details ul.cart_items li.item .detail .qty {
}
#cart_details ul.cart_items li.item .detail .price {
}
#cart_details ul.cart_items li.item .detail span.title {
}
#cart_details ul.cart_items li.item .detail span.value {
  padding-left:5px;
}
/* Controls the characteristics of remove link */
#cart_details ul.cart_items li.item p {
  color: #000000;
  margin-bottom: 0;
}
#cart_details ul.cart_items li.item a.remove {
  background:url(../Files/slidingcart_remove.png) no-repeat; 
  width:13px; 
  height:13px; 
  display:inline; 
  z-index:300; 
  position:absolute; 
  top:0px; 
  right:0px; 
  cursor:pointer; 
}
#slidingcart_processing {
  min-height:60px;
}
#slidingcart_processing img {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-21px;
  margin-left:-21px;
  z-index:400; 
}
/* Controls the characteristics of footer section */
#slidingcart_footer {
  border-top: 1px solid #B7B7B7;
  padding: 10px;
}
#slidingcart_footer .links {
   overflow: hidden;
}
#slidingcart_footer .links a.shoppingcart_link {
   float: left;
}
#slidingcart_footer .links a.checkout_link {
  float: right;
}


/* jQuery Slider */

div.wrap {
width : 578px;
margin :0 0 10px 0;
text-align : left;
border:1px #dbdbdb solid;
}
div#top div#nav {
float : left;
clear : both;
width : 578px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 578px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div.wrap {
height : 278px;
}
div#slide-holder {
z-index : 40;
width : 578px;
height : 278px;
position : absolute;
}
div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 578px;
height : 278px;
overflow : hidden;
position : absolute;
}
div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#slide-holder div#slide-controls {
left : 0;
bottom : 0px;
*bottom:10px;
width : 578px;
height : 46px;
display : none;
position : absolute;
}
div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 5px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
}
div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}

div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../Files/silde-nav.png);
}
#ctl00_MainCentre_container_container_Content_27_tbcMyAccount_tbpProfile_btnUpdate {
margin: 10px 0 10px 255px;
text-align:left;
}
 
span.spn_CP .defaultpriceprefix {
  font-size:90% !important;
  font-weight:normal !important;
}
