html, td {
  font: normal 12px/18px Arial, Verdana, Tahoma, sans-serif;
  color: #555555;
}
 
body {
  background: #dfdfdf url(/temp/2012/images/back.gif);
  margin: 0;
  font: normal 12px/18px Arial, Verdana, Tahoma, sans-serif;
  height: 1%;
}

h1 {
  font-size: 1.8em;
}

h2 {
  color: #2d2d2d;
}

h3 {
  font-size: 1.2em;
  color: #2d2d2d;
}

a {
  outline: none;
}

.topcontainer {
  width: 100%;
  height: 26px;
  background: #33465a;
  color: #dde1dd;
  position: absolute;
  top: 0;
}

.topcontent {
  margin: 0 auto;
  width: 978px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 978px;
  background: #f0f2eb;
}

.navigation {
  float: left;
  width: 978px;
  background: #333;
  height: 53px;
}

.header {
  background: #f0f2eb url(/temp/2012/images/logo_alt.gif) left no-repeat;
  width: 978px;
  height: 58px;
}

.searchbar {
  width: 370px;
  float: left;
}

.delivery {
  background: url(/temp/2012/images/worldwide_delivery.gif) right no-repeat;
  width: 213px;
  height: 58px;
  float: right;
  margin-right: 20px;
}

.delivery .title {
  display: block;
  margin-right: 46px;
  height: 14px;
  color: #e94d06;
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
}

.delivery .desc {
  display: block;
  margin-right: 46px;
  height: 14px;
  color: #1e8bc6;
  font-family: 'MyriadProRegular';
  font-size: 1.6em;
  font-weight: bold;
  text-align: right;
}

.slider {
  width: 943px;
  height: 350px;
  padding: 1px;
  border: solid 1px #c0c2bc;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.maininside {
  width: 943px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.stripViewer .panelContainer 
.panel ul {
  text-align: left;
  margin: 0 15px 0 30px;
}

.stripViewer {
  position: relative;
  overflow: hidden;
  width: 943px;
  height: 350px;
}

.stripViewer .panelContainer {
  position: relative;
  left: 0;
  top: 0;
}

.stripViewer .panelContainer .panel {
  float: left;
  height: 100%;
  position: relative;
  width: 943px;
}

.stripNavL, .stripNavR, .stripNav {
  display: none;
}

.nav-thumb {
  margin-right: 5px;
}

#movers-row {
  position: absolute;
  left: 8px;
  width: 307px;
  top: 5px;
  margin: 0;
}

#movers-row div.menuitem {
  background: #f0f2eb;
  height: 104px;
  width: 307px;
  display: block;
  margin-top: 8px;
}

#movers-row div.menuitem a.cross-link {
  color: #c24752;
  height: 104px;
  width: 307px;
  background: url(/temp/2012/images/slider_menu_back.gif) no-repeat;
}

#movers-row div.menuitem a:hover.cross-link {
  text-decoration: none;
}

#movers-row div.menuitem .title {
  color: #c24752;
  font-family: 'MyriadProCondensed';
  font-size: 2.1em;
  font-weight: bold;
  float: left;
  margin: 8px 6px 0 0;
}

#movers-row div.menuitem .detail {
  color: #000;
  font-family: 'MyriadProCondensed';
  font-size: 1.4em;
  float: left;
  width: 245px;
  margin: 8px 6px 0 0;
}

#movers-row div.menuitem .number {
  width: 50px;
  height: 104px;
  color: #fff;
  font-family: 'MyriadProCondensed';
  font-size: 2.4em;
  line-height: 104px;
  text-indent: 6px;
  font-weight: bold;
  float: left;
}

.cross-link {
  display: block;
  width: 307px;
  height: 104px;
  position: relative;
  z-index: 99;
}

.active-thumb {
  background: transparent url(/temp/2012/images/icon-uparrowsmallwhite.png) top left no-repeat;
}

.sephor {
  background: url(/temp/2012/images/sep_hor.png) repeat-x;
  height: 2px;
  width: 307px;
  margin: 8px 3px 3px 3px;
}

.gridperc100 {
  width: 100%;
}

.gridperc50 {
  width: 50%;
}

.gridperc25 {
  width: 25%;
}

.gridperc33 {
  width: 33%;
}

/*********************** Navigation ***********************/
/* for Internet Explorer to force a menu refresh after :active + ul */
#nav li a,
body {
  behavior: url(/temp/2012/images/trigger.htc);
}
/* for Internet Explorer to force a menu refresh after :active + ul */
#nav {
  margin: 80px auto 0 auto;
  width: 978px;
  height: 80px;
  position: relative;
  font-family: arial, sans-serif;
  z-index: 100;
}

#nav ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav ul.menu > li.first {
  float: left;
  width: 369px;
  height: 80px;
  background: url(/temp/2012/images/logo_ust.gif?20140315) no-repeat bottom;
  margin-right: 3px;
}

#nav ul.menu > li {
  float: left;
  height: 80px;
  background: url(/temp/2012/images/menu_back.gif?20140315) repeat-x bottom;
  margin-right: 3px;
}

#nav ul.menu > li.home {
  float: left;
  height: 80px;
  background: url(/temp/2012/images/home.gif?20140315) no-repeat bottom;
  margin-right: 3px;
  width: 40px;
}

#nav ul.menu a.close {
  display: none;
}

#nav ul.menu > li > a {
  display: block;
  padding: 0 15px;
  font: bold 18px/35px arial, sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  margin-top: 25px;
}

#nav ul.menu > li > a.yellow {
  color: #fbdc2f;
}

#nav ul.menu > li:hover + a {
  background: #888;
  color: #fff;
}

#nav ul.menu > li > a:active, #nav ul.menu > li > a:focus {
  background: #af343f;
  color: #fff;
  outline: 0;
}

#nav ul.menu > li.home > a:active,
#nav ul.menu > li.home > a:focus {
  background: transparent none;
}

#nav ul.menu > li > ul {
  padding: 0;
  margin: 0;
  height: 250px;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 80px;
  width: 946px;
  background: #f0f2eb;
  height: 0;
  overflow: hidden;
  border: 3px solid #af343f;
  border-width: 0 16px 0 16px;
  text-align: center;
}

#nav ul.menu > li > ul > li.sd85 {
padding-right: 10px; width:145px}
.qss85 sup { font-size:9px; color:#666666}


#nav ul.menu > li > ul > li {
display: inline-block;
padding-top: 20px;
text-align: left;
height: 255px;
padding-right: 20px;
padding-bottom: 18px;
}



#nav ul.menu > li > ul > li {
  *display: inline;
  vertical-align: top;
}

#nav ul.menu > li > ul > li.topLine {
  float: none;
  width: 978px;
  border-top: 16px solid #af343f;
  height: 0px;
  background: #b83e4b;
}

#nav ul.menu > li > ul > li.bottomLine {
  float: none;
  clear: left;
  width: 978px;
  padding: 5px 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 16px solid #af343f;
  background: #fff;
  height: 40px;
}

#nav ul.menu > li > ul > li.bottomLine p {
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 13px;
  color: #069;
  font-weight: bold;
}

#nav ul.menu > li > ul > li.bottomLine p a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

#nav ul.menu > li > ul > li.bottomLine p a:hover {
  text-decoration: underline;
}

#nav ul.menu > li > a:active ~ ul {
  height: 412px;
}

#nav ul.menu > li > a:focus ~ ul {
  height: 412px;
}

#nav ul.menu > li > ul:hover {
  height: 412px;
}

#nav ul.menu > li > a:active + a.close {
  display: block;
  padding: 0;
  line-height: 55px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 55px;
  bottom: -65px;
  right: 25px;
  background: url(/temp/2012/images/close.gif?20140315) no-repeat right center;
}

#nav ul.menu > li > a + a.close:active {
  display: none;
}

#nav ul.menu > li > a + a.close:active + ul {
  height: 0;
}

#nav ul.menu > li > a:focus + a.close {
  display: block;
  padding: 0;
  line-height: 55px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 55px;
  bottom: -65px;
  right: 25px;
  background: url(/temp/2012/images/close.gif?20140315) no-repeat right center;
}

#nav ul.menu > li > a + a.close:focus {
  display: none;
}

#nav ul.menu > li > a + a.close:focus + ul {
  height: 0;
}

#nav ul.menu > li > ul:hover + a.close {
  display: block;
  padding: 0;
  line-height: 55px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 55px;
  bottom: -65px;
  right: 25px;
  background: url(/temp/2012/images/close.gif?20140315) no-repeat right center;
}

li.has-sub {
  float: left;
}

li.has-sub ul li h5 {
  padding: 2px;
  margin: 0;
  line-height: 16px;
  font-size: 13px;
  color: #0082cb;
  border-bottom: 2px solid #0082cb;
  background: #d9d9d9;
}

li.has-sub ul li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.has-sub ul li ul li a {
  display: block;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  /*  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    
}

li.has-sub ul li ul li a:hover {
  text-decoration: underline;
}

/*********************** Mini ShopCart ***********************/
.minishopcart {
  width: 400px;
  margin: 0 auto;
  padding: 1em;
  height: 237px;
  background-color: #f0f2eb;
  border: solid 5px #ccc;
  position: absolute;
  top: 26px;
  right: 0;
  font: normal 12px/18px Arial, Verdana, Tahoma, sans-serif;
  color: #555555;
  z-index: 99999;
  display: none;
}

form.minilogin {
  margin-top: 15px;
}

form.minilogin input[type="submit"] {
  border: 0;
  background: url(/temp/2012/images/login.gif?20140315) no-repeat;
  text-indent: -9999em;
  line-height: 3000;
  width: 106px;
  height: 34px;
  cursor: pointer;
  text-overflow: ellipsis;
}

form.minilogin input[type="text"],
form.minilogin input[type="password"] {
  font-size: 14px;
  line-height: 22px;
  background: #e6e8e1;
  border: 1px solid #ccc;
  height: 24px;
  width: 96%;
}

form.search {
  margin: 15px 5px 0 370px;
  width: 100%;
}

form.search input[type="submit"] {
  border: 0;
  background: url(/temp/2012/images/search_btn2.gif?20140315) no-repeat;
  text-overflow: ellipsis;
  font-family: 'MyriadProRegular';
  font-size: 1.2em;
  color: #fff;
  line-height: 26px;
  width: 63px;
  height: 31px;
  cursor: pointer;
  float: left;
  font-weight: 700;
}

form.search input[type="text"] {
  font-size: 13px;
  color: #40403e;
  padding-left: 3px;
  line-height: 26px;
  background: #e6e8e1;
  border: 2px solid #ccc;
  height: 24px;
  width: 295px;
  float: left;
  margin-right: 5px;
}
	
/*********************** Mini Login box ***********************/
.miniloginbox {
  width: 400px;
  margin: 0 auto;
  padding: 1em;
  height: 237px;
  background-color: #f0f2eb;
  border: solid 5px #ccc;
  position: absolute;
  top: 26px;
  right: 0;
  font: normal 12px/18px Arial, Verdana, Tahoma, sans-serif;
  color: #555555;
  z-index: 99999;
  display: none;
}
/*********************** Breadcrumb ***********************/
.breadcrumb {
  width: 943px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  margin: 10px auto 0 auto;
  background: #81827e;
  position: relative;
  color: #d5d6d5;
  border-bottom: #fff 2px solid;
}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:visited {
  color: #d5d6d5;
}

.breadcrumb a.selected {
  color: #c9e3ff;
}


/*********************** Products ***********************/
.product-detail-main {
  padding: 8px 7px 0 7px;
  margin-top: 10px;
  width: 100%;
}

.product-detail-main .leftcol {
  float: left;
  width: 347px;
  margin-right: 7px;
}

.product-detail-main .rightcol {
  width: 572px;
  float: left;
}

.product-detail-image {
  background: #f0f2eb;
}

.product-detail-image img.bimage {
  width: 330px;
  height: 247px;
  margin: 8px;
  margin-bottom: 4px;
}

.product-detail-image ul {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  margin: 3px 8px 8px 8px;
}

.product-detail-image ul li {
  float: left;
  width: 75px;
  height: 59px;
  margin: 4px 4px 0px 0px;
}

.product-detail-image ul li img {
  width: 75px;
  height: 56px;
}

.product-detail-image ul li.last {
  float: right;
}

.product-images-tips {
  background: transparent url(/temp/2012/images/dot_hor_sep.gif?20140315) repeat-x bottom;
  height: 40px;
  margin: 15px 0 10px 0;
}

.product-images-tips div.linkzoom {
  width: 121px;
  font-size: 1.2em;
  color: #81827e;
  font-family: 'MyriadProRegular';
  height: 32px;
  background: transparent url(/temp/2012/images/image_tip_back.gif?20140315) no-repeat;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  line-height: 14px;
  padding-left: 30px;
}

.product-images-tips div.linkzoom:hover {
  color: #485869;
  cursor: move;
}

.product-images-tips div.vertsep {
  background: transparent url(/temp/2012/images/dot_ver_sep.gif?20140315) repeat-y center;
  width: 11px;
  height: 32px;
  margin-top: auto;
  float: left;
}

.product-images-tips div.linkover {
  width: 121px;
  font-size: 1.2em;
  color: #81827e;
  font-family: 'MyriadProRegular';
  height: 32px;
  background: transparent url(/temp/2012/images/image_tip_back.gif?20140315) no-repeat 0 -96px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  padding-left: 30px;
  line-height: 14px;
}

.product-images-tips div.linkover:hover {
  color: #485869;
  cursor: pointer;
  background: transparent url(/temp/2012/images/image_tip_back.gif?20140315) no-repeat 0 -128px;
}

.product-images-tips div.mailover {
  width: 121px;
  font-size: 1.2em;
  color: #81827e;
  font-family: 'MyriadProRegular';
  height: 32px;
  background: transparent url(/temp/2012/images/image_tip_back.gif?20140315) no-repeat 0 -32px;
  overflow: hidden;
  float: left;
  margin-left: 5px;
  padding-left: 40px;
  line-height: 14px;
}

.product-images-tips div.mailover:hover {
  color: #485869;
  cursor: pointer;
  background: transparent url(/temp/2012/images/image_tip_back.gif?20140315) no-repeat 0 -64px;
}

.product-detail-title {
  height: 64px;
  background: #f3f4ee;
  width: 100%;
}

.product-detail-title .tit {
  font-family: 'MyriadProCondensed';
  color: #485869;
  font-size: 1.8em;
  width: 100%;
  text-indent: 8px;
  line-height: 32px;
}

.product-detail-title div.desc {
  color: #81827e;
  text-indent: 8px;
}

.product-detail {
  width: 349px;
}

.product-detail	ul {
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  margin: 5px 0px 8px 0px;
}

.product-detail ul li {
  float: left;
  width: 350px;
  min-height: 24px;
  margin: 0px 0px 4px 0px;
  background: transparent url(/temp/2012/images/dot_hor_sep.gif?20140315) repeat-x bottom;
}

.product-detail ul li h4 {
  width: 100px;
  font-weight: bold;
  clear: left;
  float: left;
  min-height: 24px;
}

.product-detail ul li.last {
  background: none;
}

/*********** Changed **********/
.product-detail-right {
  width: 215px;
  float: right;
  margin-top: 8px;
}

.product-price-box {
  width: 100%;
  height: 193px;
  background: #b23742 url(/temp/2012/images/product-price-box-title.gif?20140315) no-repeat;
}

.product-price-box .title {
  padding: 0px 7px 0px 0px;
  height: 50px;
  line-height: 44px;
  font-family: 'MyriadProRegular';
  text-shadow: 0.1em 0.1em #5c0000;
  font-weight: bold;
  color: #eaeaea;
  font-size: 1.4em;
  text-align: right;
}

.product-price-box .padder {
  padding: 0px 7px 7px 7px;
}

.product-price-box .padder span {
  font-style: italic;
  color: #fff;
  font-size: 10px;
  width: 100%;
}

.product-price-box .padder .row {
  height: 25px;
  line-height: 25px;
  width: 100%;
  margin-top: 5px;
}

.product-price-box .padder .label {
  float: left;
  background: #ba4b55;
  font-family: 'MyriadProCondensed';
  font-size: 1.5em;
  color: #fff;
  text-indent: 3px;
}

.product-price-box .padder .price {
  height: 25px;
  line-height: 25px;
  float: right;
  font-family: 'MyriadProCondensed';
  font-size: 1.5em;
  color: #fbdc2f;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.product-price-box .padder .wprice {
  height: 25px;
  line-height: 25px;
  float: right;
  font-family: 'MyriadProCondensed';
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
/*******************************/

form.productcart {
  margin: 10px 0 0 0;
  width: 100%;
}

form.productcart input[type="submit"] {
  background: url(/temp/2012/images/btn_addcart.gif?20140315) no-repeat;
  text-overflow: ellipsis;
  color: #88232c;
  font-family: 'MyriadProRegular';
  text-shadow: 0em 1px #e7e7e7;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  width: 202px;
  height: 24px;
  margin-top: 5px;
  cursor: pointer;
  float: left;
  border: none;
}

/*********************** Product Tabs ***********************/
ul.tabs {
  padding: 0;
  float: left;
  list-style: none;
  height: 25px;
  width: 928px;
  margin-top: 25px;
  font-family: 'MyriadProCondensed';
  font-size: 1.1em;
  border-bottom: 4px solid #88232c;
  font-weight: bold;
}

ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 30px;
  margin-bottom: -1px;
  background: #81827e;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
}

ul.tabs li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.2em;
  outline: none;
  padding: 0 37px 0 37px;
  line-height: 32px;
}

ul.tabs li a:hover {
  background: #88232c;
  color: #e7e7e7;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
  background: #88232c url(images/btfly.png) no-repeat 5px 5px;
  color: #e7e7e7;
  font-size: 1.2em;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 928px;
  background: #fff url(/temp/2012/images/tab_back.gif?20140315) repeat-x;
}

.tab_content {
  padding: 20px;
  font-size: 1.2em;
}

.tab_content h1.knitted {
  color: #88232c;
  font-size: 1.3em;
}

.tab_content h2.knitted {
  font-weight: normal: font-size:1.0em;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
}


/*********************** Catalogs ***********************/
.catalog-main {
  padding: 8px 7px 0 7px;
  margin-top: 10px;
  width: 100%;
}

.catalog-main .leftcol {
  float: left;
  width: 212px;
  margin-right: 7px;
  background: #88232c;
}

.catalog-main .rightcol {
  width: 707px;
  float: left;
}

.catalog-main .rightcol h1 {
  color: #af343f;
  font-size: 1.4em;
  width: 50%;
}

.catalog-main .rightcol .topbar {
  background: url(/temp/2012/images/back_title_categories.gif?20140315) repeat-x;
  width: 100%;
  margin-top: 5px;
  color: #81827e;
  font-size: 1.1em;
  padding-top: 10px;
  height: 30px;
}

.catalog-main .rightcol .topbar	a {
  color: #af343f;
}

.catalog-main .rightcol .topbar	a.selected {
  font-weight: bold;
}

.list1 {
  background: url(/temp/2012/images/list1.gif?20140315) left top no-repeat;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: right;
}

.list2 {
  background: url(/temp/2012/images/list2.gif?20140315) no-repeat;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: right;
  margin-right: 3px;
}

ul.tabs-category {
  padding: 0;
  float: left;
  list-style: none;
  height: 25px;
  width: 212px;
  font-size: 1.0em;
}

ul.tabs-category li {
  float: left;
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 30px;
  margin-bottom: -1px;
  background: #81827e;
  overflow: hidden;
  position: relative;
  width: 106px;
}

ul.tabs-category li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.1em;
  outline: none;
  text-indent: 7px;
  line-height: 30px;
  width: 106px;
  font-weight: bold;
}

ul.tabs-category li a:hover {
  background: #88232c;
  color: #e7e7e7;
}

html ul.tabs-category li.active, 
html ul.ul.tabs-category li.active a:hover {
  background: #88232c;
  color: #e7e7e7;
  font-size: 1.0em;
}

.tab_category_container {
  border: 6px solid #88232c;
  clear: both;
  float: left;
  width: 200px;
  background: #af343f;
  color: #fff;
}

.tab_category_content {
  font-size: 1.2em;
}

ul.filter {
  list-style-type: none;
  width: 200px;
  font-size: 0.8em;
  margin-top: 10px;
}

ul.filter li {
  display: inline;
  background: url(/temp/2012/images/dot_hor_trans_sep.gif?20140315) repeat-x;
  width: 200px;
  float: left;
}

ul.filter li.title {
  background: #a22e38;
  font-size: 1.1em;
  line-height: 30px;
  font-weight: bold;
  text-indent: 10px;
}

ul.filter li.first {
  background: none;
}

ul.filter li a {
  padding-left: 25px;
  color: #fff;
  line-height: 18px;
  width: 200px;
}

ul.filter li a.trash {
  background: url(/temp/2012/images/trash.gif?20140315) 5px no-repeat;
}

ul.filter li a:hover {
  color: #dfdfdf;
}

ul.filter li.red {
  background: none;
  float: left;
  padding-right: 5px;
  font-weight: bold;
  width: 200px;
}

ul.filter li.red a {
  padding-right: 5px;
  font-weight: bold;
  color: #460209;
  width: 195px;
  float: right;
  text-align: right;
}

ul.filter li a.select {
  background: url(/temp/2012/images/arrow_bottom.gif?20140315) 10px no-repeat;
}

ul.filter li ul.sub {
  margin-top: 0px;
}

ul.filter li ul.sub	li {
  background: none;
}

ul.filter li ul.sub a {
  display: inline;
  float: left;
  line-height: 16px;
  text-indent: 10px;
  font-size: 0.9em;
}

ul.filter li ul.sub a:hover {
  color: #fbdc2f;
}

form.minicart {
  margin: 10px 0 0 0;
  width: 100%;
}

form.minicart select {
  width: 100%;
  color: #81827e;
  margin-top: 2px;
}

form.minicart input[type="submit"] {
  background: url(/temp/2012/images/btn_addcart.gif?20140315) no-repeat;
  text-overflow: ellipsis;
  color: #88232c;
  font-family: 'MyriadProRegular';
  text-shadow: 0em 1px #e7e7e7;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: 24px;
  margin-top: 2px;
  cursor: pointer;
  float: left;
  border: none;
}



/*********************** Box Caorusel ***********************/
.box_carousel {
  width: 715px;
  margin: 5px 0px 0px 7px;
}

.box_carousel .btitle {
  width: 715px;
  height: 48px;
  background: url(/temp/2012/images/box_logo.gif?20140315) left no-repeat;
}

.box_carousel .btitle .tmain {
  width: 663px;
  height: 48px;
  background: #fff url(/temp/2012/images/box_title_back.gif?20140315) repeat-x;
  float: right;
}

.box_carousel .btitle .tmain h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  float: left;
  margin: 20px 0 0 5px;
  width: 280px;
  text-transform: uppercase;
}

.box_carousel .btitle .tmain span {
  float: right;
  margin: 20px 5px 0 0;
}

.box_carousel .btitle .tmain a {
  color: #fff;
}

.box_carousel .bmain {
  width: 701px;
  height: 220px;
  background: #fff url(/temp/2012/images/box_main_back.gif?20140315) left top no-repeat;
  float: right;
  margin-left: 8px;
  border: #e0ddd6 solid 3px;
  border-top: 0px;
}

a.prev, a.next {
  background: url(/temp/2012/images/caorusel_items.png) no-repeat transparent;
  width: 14px;
  height: 48px;
  margin: 114px 0 0 0;
  display: inline-block;
}

a.prev {
  margin-right: 2px;
}

a.next {
  margin-left: 2px;
}

a.prev.disabled, a.next.disabled {
  cursor: default;
}

a.prev span, a.next span {
  display: none;
}

a.prev {
  background-position: -57px 0;
}

a.prev:hover {
  background-position: -71px 0;
}

a.prev.disabled {
  background-position: -85 0 !important;
}

a.next {
  background-position: -29px 0;
}

a.next:hover {
  background-position: -43px 0;
}

a.next.disabled {
  background-position: -71px 0 !important;
}

/************************************************************/

.pagination {
  text-align: center;
  margin: 24px 5px 0 -50px;
  float: left;
}

.pagination a {
  background: url(/temp/2012/images/caorusel_items.png) no-repeat transparent 0 -18px;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.pagination a.selected {
  background-position: -14px -18px;
  cursor: default;
}

.pagination a span {
  display: none;
}

.featured {
  background: #fff url(/temp/2012/images/featured_yarns.jpg) left top no-repeat;
  margin-top: 10px;
}

.featured .title {
  display: block;
  height: 25px;
  color: #fff;
  line-height: 27px;
  font-size: 1.3em;
  font-weight: bold;
  font-family: 'MyriadProRegular';
  text-indent: 22px;
}

.featured .fmain {
  background: #fff url(/temp/2012/images/ffooter_title_back.gif?20140315) top repeat-x;
  height: 290px;
}

.featured .ffooter {
  background: url(/temp/2012/images/ffooter_back.gif?20140315) repeat-x;
  height: 9px;
  width: 100%;
}

.featured ul {
  list-style-type: none;
  height: 290px;
}

.featured ul li {
  float: left;
  width: 195px;
  height: 290px;
  border-right: solid 1px #e7e8e2;
}

.featured ul li h1 {
  color: #326da7;
  line-height: 50px;
  text-align: center;
}

.featured ul li h2 {
  margin-left: 10px;
}

.featured ul li img {
  margin-left: 20px;
}

.featured ul li div {
  margin-left: 10px;
  width: 175px;
  color: #8f8f8f;
}

.featured ul li.last {
  width: 194px;
  border-right: 0px;
}



/*********************** Footer ***********************/
.footer {
  background: #f4f4f4 url(/temp/2012/images/footer_back.gif?20140315) repeat-x;
  padding-top: 20px;
}

.footer ul {
  margin: 0 auto;
  width: 970px;
  list-style-type: none;
}

.footer ul li {
  background: url(/temp/2012/images/sep_vert.png) right repeat-y;
  float: left;
  width: 315px;
  height: 315px;
  margin-right: 1px;
  padding-left: 5px;
}

.footer ul li.last {
  background: none;
  float: right;
}

.footer ul li h3 {
  margin: 10px 0 10px 0;
}

ul.footer {
  float: right;
  list-style-type: none;
}

ul.topmenuitems li {
  display: inline;
	/*margin-left:16px;*/;
}

ul.topmenuitems li a {
  color: #dfdfdf;
  line-height: 27px;
  padding: 5px;
}

ul.topmenuitems li a:hover {
  color: #fff;
  background: #ccc;
}

ul.topmenuitems li.cart {
  background: url(/temp/2012/images/topcarticon.gif?20140315) no-repeat;
  padding-left: 20px;
}

.payment {
  width: 300px;
  height: 38px;
  margin: 0px 15px 15px 0;
  background: url(/temp/2012/images/payment.png) no-repeat;
}

.testomonials {
  font-size: 0.9em;
}

.testomonials span {
  color: #05559d;
  font-style: italic;
}

.social {
  background: url(/temp/2012/images/social.gif?20140315) no-repeat;
  width: 144px;
  height: 30px;
}

.privacy {
  margin: 5px auto 0 auto;
  color: #9e9e9e;
  width: 970px;
  font-size: 0.9em;
  padding-top: 10px;
  background: url(/temp/2012/images/sep_hor.png) top repeat-x;
}

.privacy .text {
  width: 900px;
  margin-right: 20px;
}

.design {
  width: 50px;
  float: right;
  line-height: 12px;
  text-align: center;
  padding-top: 15px;
}

.design span {
  font-size: 10px;
}

.error {
  color: red;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
}

.slide_right {
  margin: 17px 16px 0 0;
  width: 230px;
  float: right;
}

.currency {
  position: relative;
  color: #ffde00;
}

.mini-newsletter {
  height: 28px;
  float: right;
  position: relative;
  margin: 8px 0;
  background: url(/temp/2012/images/newsletter_bg.png) no-repeat;
  width: 315px;
}

.mini-newsletter .input-box {
  float: left;
  width: 176px;
  margin: 0 5px;
}

.mini-newsletter .submit {
  position: relative;
  float: right;
  right: 18px;
  top: 6px;
}

.mini-newsletter .input-text {
  width: 250px;
  background: none;
  border: none;
  position: relative;
  left: 30px;
  top: 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix {
  float: none;
  clear: both;
}

.product {
  position: relative;
  float: left;
  margin: 15px 5px 0 5px;
  background: none;
  display: inline;
  border: solid 1px #eaeaea;
  padding: 1px 1px 3px 1px;
  width: 153px;
}

.product img {
  position: absolute;
}

.product h2 {
  text-align: center;
  width: 150px;
  margin-top: 120px;
}

.product div.added {
  background: url(/temp/2012/images/back_product_added2.gif?20140315) center no-repeat;
  height: 31px;
  width: 100%;
  font-size: 1.8em;
  color: #fff;
  text-indent: 18px;
  line-height: 31px;
  float: left;
}

.product div.added div {
  float: right;
  width: 73%;
  margin: 5px 10px 0 0px;
  font-size: 11px;
  color: #292929;
}

.product div.sub_text {
  font-size: 9px;
  width: 150px;
  color: #404040;
  line-height: 10px;
  text-align: center;
  height: 31px;
}
/******************changed********************/
.btn_price {
  background: #8a8a8a;
  font-family: 'MyriadProRegular';
  width: 82px;
  height: 20px;
  float: left;
  margin-left: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  padding-left: 5px;
}

.btn_price:visited,.btn_price:hover {
  color: #fff;
}

.btn_details {
  background: #be6d97;
  font-family: 'MyriadProCondensed';
  width: 60px;
  font-size: 1.1em;
  height: 20px;
  line-height: 20px;
  float: right;
  margin-right: 2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.btn_details:visited,.btn_details:hover {
  color: #fff;
  text-decoration: none;
}
/*********************************************/
.btn_addtocart {
  background: url(/temp/2012/images/btn_addcart.gif?20140315) center no-repeat;
  width: 148px;
  margin-left: 3px;
  height: 18px;
  float: left;
  margin-bottom: 1px;
}

.pricetext {
  font-size: 1.0em;
  font-family: 'MyriadProCondensed';
  background: #8a8a8a;
  color: #fff;
  width: 87px;
  margin-left: 3px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  float: left;
}

.product_main {
  position: relative;
  float: left;
  margin: 15px 7px 0 5px;
  background: #eaeaea;
  display: inline;
  border: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  padding: 1px;
  width: 280px;
  height: 128px;
  font-family: 'MyriadProCondensed';
}

.product_main img {
  position: absolute;
}

.product_main h2 {
  text-align: center;
  width: 120px;
  color: #bb6792;
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 3px;
}

.product_main div.leftbar {
  background: #fff;
  width: 152px;
  height: 125px;
  float: left;
}

.product_main div.rightbar {
  width: 120px;
  height: 100%;
  float: right;
  padding: 0 3px 0 3px;
}

.product_main div.sub_text {
  width: 120px;
  font-size: 0.9em;
  color: #81827e;
  line-height: 12px;
  height: 40px;
  margin-top: 5px;
}

.newprice {
  font-size: 1.5em;
  font-weight: bold;
  color: #b23742;
}

.oldprice {
  font-size: 1.2em;
  text-decoration: line-through;
  color: #b23742;
}

.product_main_small {
  position: relative;
  float: left;
  margin: 15px 5px 0 5px;
  background: #eaeaea;
  display: inline;
  border: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  padding: 1px;
  width: 220px;
  height: 128px;
  font-family: 'MyriadProCondensed';
}

.product_main_small img {
  position: absolute;
  width: 92px;
  top: 40px;
}

.product_main_small h2 {
  text-align: center;
  width: 92px;
  color: #bb6792;
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 3px;
}

.product_main_small div.leftbar {
  background: #fff;
  width: 94px;
  height: 125px;
  float: left;
}

.product_main_small div.rightbar {
  width: 118px;
  height: 100%;
  float: right;
  padding: 0 3px 0 3px;
}

.product_main_small div.sub_text {
  width: 118px;
  font-size: 0.9em;
  color: #81827e;
  line-height: 12px;
  height: 40px;
  margin-top: 5px;
}

.product_main_list {
  position: relative;
  float: left;
  margin: 15px 5px 0 5px;
  background: #eaeaea;
  display: inline;
  border: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  padding: 1px;
  width: 98%;
  height: 115px;
  font-family: 'MyriadProCondensed';
}

.product_main_list img {
  position: absolute;
  width: 20%;
}

.product_main_list h2 {
  text-align: center;
  width: 92px;
  color: #bb6792;
  font-size: 1.2em;
  font-weight: normal;
  float: right;
}

.product_main_list div.leftbar {
  background: #fff;
  width: 20%;
  float: left;
}

.product_main_list div.rightbar {
  width: 77%;
  height: 100%;
  float: right;
  padding: 0 3px 0 3px;
}

.product_main_list div.sub_text {
  width: 77%;
  font-size: 1.6em;
  color: #81827e;
  line-height: 12px;
  height: 26px;
  margin-top: 5px;
}

.tag-promotion {
  background: url(/temp/2012/images/tag_promotion.png);
  position: absolute;
  left: -6px;
  top: -6px;
  width: 92px;
  height: 92px;
}

.tag-bargain {
  background: url(/temp/2012/images/tag_bargain.png);
  position: absolute;
  left: -6px;
  top: -6px;
  width: 92px;
  height: 92px;
}

.tag-daily {
  background: url(/temp/2012/images/tag_dailydeal.png);
  position: absolute;
  left: -6px;
  top: -6px;
  width: 92px;
  height: 92px;
}

.tag-discount {
  background: url(/temp/2012/images/tag_discount.png);
  position: absolute;
  left: -6px;
  top: -6px;
  width: 92px;
  height: 92px;
}

.tag-new {
  background: url(/temp/2012/images/tag_new.png);
  position: absolute;
  left: -6px;
  top: -6px;
  width: 57px;
  height: 57px;
}

.tag-promotion-small {
  background: url(/temp/2012/images/tag_promotion_small.png);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
}

.tag-bargain-small {
  background: url(/temp/2012/images/tag_bargain_small.png);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
}
.tag-daily-small {
  background: url(/temp/2012/images/tag_dailydeal_small.png);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
}

.tag-discount-small {
  background: url(/temp/2012/images/tag_discount_small.png);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
}

.tag-new-small {
  background: url(/temp/2012/images/tag_new_small.png);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 44px;
  height: 44px;
}

select.select, select.langselect {
  position: relative;
  z-index: 10;
  width: 60px !important;
  height: 26px !important;
  line-height: 26px;
  background: #33465a;
  color: #ffde00;
  font-weight: bold;
}

span.select, span.langselect {
  position: absolute;
  bottom: 0;
  float: left;
  left: 0;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-indent: 2px;
  background: url(/temp/2012/images/bg_select.gif?20140315) no-repeat 0 6px;
  cursor: default;
  z-index: 1;
  border: 0px;
}

.more {
  display: none;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

a.showLink, a.hideLink {
  text-decoration: none;
  color: #36f;
  padding-left: 8px;
  background: transparent url(down.gif?20140315) no-repeat left;
}

a.hideLink {
  background: transparent url(up.gif?20140315) no-repeat left;
}

a.showLink:hover, a.hideLink:hover {
  border-bottom: 1px dotted #36f;
}

a, a:visited {
  text-decoration: none;
  color: #222222;
}

a:hover {
  text-decoration: underline;
  color: #004080;
}

div.topbar {
  background: url(/temp/2012/images/back_top.gif?20140315) repeat-x;
  height: 96px;
  width: 100%;
}

div.logo {
  background: url(/temp/2012/images/logo.gif?20140315) no-repeat;
  width: 254px;
  height: 94px;
  margin: 0;
  padding: 0;
  float: left;
}

div.menu {
  float: left;
  height: 31px;
}

div.slide {
  height: 326px;
  background: url(/temp/2012/images/slide_bottom_back.gif?20140315) repeat-x bottom;
  vertical-align: top;
}

div.main {
  background: White url(/temp/2012/images/back_main_bar.gif?20140315) repeat-x;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  border-bottom: 1px solid #a1a1a1;
}

div.main span {
  float: left;
  background: url(/temp/2012/images/sep_vert.gif?20140315) no-repeat right 5px;
  height: 262px;
  width: 278px;
  padding-top: 31px;
}

div.main span h2 {
  padding-right: 10px;
  text-align: right;
  font-size: 11px;
}

div.bottom {
  background: White;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
}

div.bottom h1 {
  float: left;
  font-weight: bold;
  width: 400px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 76px;
  text-align: center;
}

#menu ul {
  list-style-type: none;
  height: 31px;
}

#menu li {
  float: left;
  background-color: Black;
  margin-top: 38px;
  height: 31px;
}

#menu a {
  padding-right: 7px;
  padding-left: 7px;
  display: block;
}

#haber ul {
  list-style-type: none;
}

#haber li {
  background: url(/temp/2012/images/arrow.gif?20140315) no-repeat 0px 5px;
  margin-left: 11px;
  padding-left: 18px;
  margin-top: 10px;
  width: 330px;
}

#haber li h1 {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.image {
  border: 1px solid #7f7f7f;
  border-bottom: 6px solid #7f7f7f;
  padding: 2px;
  margin: 5px 4px 5px 0;
}

ul.customer {
  width: 100%;
}

ul.customer li {
  float: left;
  width: 48%;
  background: none;
  height: 20px;
  padding: 0px;
  margin: 0px;
}

ul.customer li a {
  display: block;
  width: 90%;
  text-decoration: none;
  color: #555;
}

ul.customer li a:hover {
  text-decoration: underline;
}







/* olcay sert */




li.product img {
  display: block;
  width: 152px;
  height: 120px;
  cursor: pointer;
}

.advert img {
  display: block;
  width: 230px;
  height: 257px;
}

#movers-row div a.cross-link img {
  display: block;
  width: 307px;
  height: 107px;
}
/*.panel .wrapper img {display:block; width:943px; height:350px}*/
.topcontainer {
  position: fixed;
  z-index: 900;
}

li.mainsub4444 {
  background: #f0f2eb;
  padding-top: 5px;
}

li.mainsub4444 ul {
  margin-top: -10px;
}

li.mainsub4444 ul li {
  height: 38px;
  width: 250px;
}
/*li.has-sub ul li.mainsub4444 ul li a { font-size:16px}*/
li.mainsub4444 ul li a img {
  float: left;
  border-radius: 3px;
  margin-right: 3px;
  width: 50px;
  height: 25px;
}
/*#nav ul.menu > li > ul { background:#f0f2eb}*/
li.sd85 ul li a img {
  float: left;
  border-radius: 3px;
  margin-right: 3px;
  width: 50px;
  height: 25px;
}

li.sd85 ul li a {
  height: 30px;
}

/* kirmiziyi gri yap */

li.mainsub4444 ul li span {
  text-indent: inherit;
  overflow: hidden;
  font-size: 10px;
  height: 20px;
  display: block;
  margin: -7px 0;
}

ul.filter li {
  display: inline;
  background: #A22E38;
  width: 200px;
  float: left;
}

ul.filter li ul.sub li {
  display: inline;
  background: url(/temp/2012/images/dot_hor_trans_sep.gif?20140315) repeat-x;
  width: 200px;
  float: left;
}

ul.filter li ul.sub li ul.sub li {
  width: 190px;
  padding: 0 0 0 10px;
  background: #A22E38;
}

/*.tab_category_content > ul.filter li {background: #A22E38;
font-size: 1.1em;
line-height: 30px;
font-weight: bold;
text-indent: 10px;}*/
