/*
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('myriadpro-cond-webfont.eot');
    src: url('myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
   		url('myriadpro-cond-webfont.ttf') format('truetype'),
         url('myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('mpr-webfont.eot');
    src: url('mpr-webfont.eot?#iefix') format('embedded-opentype'),
         url('mpr-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/


	
/*	

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

*/




@font-face {
  font-family: 'MyriadProCondensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(//themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}

@font-face {
  font-family: 'MyriadProRegular';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(//themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
#tiptip_content ul li { display:block; float:left; min-width:50px; padding:5px; background:#333333; height:20px; position:inherit}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;
	margin-left:4px		
}



.cloud-zoom-big {
	border:4px solid #ccc; 
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
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;}*/
/* olcay sert */
.h {
    display: none;
}

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;
}
.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: 280px;
}

li.mainsub4444 ul li a img {
    float: left;
    border-radius: 3px;
    margin-right: 3px;
    width: 50px;
    height: 25px;
}


li.sd85 ul li a img {
    float: left;
    border-radius: 3px;
    margin-right: 3px;

    height: 20px;
}

#nav ul.menu > li > ul > li.sd85 { width:99px}
li.sd85 ul li a {
    height: 25px;
}

/* kirmiziyi gri yap */

li.mainsub4444 ul li span {
    text-indent: inherit;
    overflow: hidden;
    font-size: 10px;
    height: 20px;
    display: block;
    margin: -7px 0;
}

.product_main_small div.sub_text {
    font-size: 1.2em;
}

#sub li.product img {
    width: 169px;
}

.product h2 {
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tag-discount {
    cursor: pointer;
}

.product_main_small img {
    height: 125px;
    width: 94px;
    top: 0;
}

.productcart select {
    max-width: 250px;
    min-width: 199px;
    width: 240px;
    border: none;
    background-color: #B23742;
    color: #fff;
    border-collapse: collapse;
}

.product-detail-title {
    min-height: 64px;
    height: auto;
}

/* coda popup */
.bubbleInfo {
    position: relative;
    top: 150px;
    left: 100px;
    width: 500px;
}

.trigger {
    position: absolute;
}
     
        /* Bubble pop-up */

.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}

.popup td#topleft {
    background-image: url(../images/coda/bubble-1.png);
}

.popup td.top {
    background-image: url(../images/coda/bubble-2.png);
}

.popup td#topright {
    background-image: url(../images/coda/bubble-3.png);
}

.popup td.left {
    background-image: url(../images/coda/bubble-4.png);
}

.popup td.right {
    background-image: url(../images/coda/bubble-5.png);
}

.popup td#bottomleft {
    background-image: url(../images/coda/bubble-6.png);
}

.popup td.bottom {
    background-image: url(../images/coda/bubble-7.png);
    text-align: center;
}

.popup td.bottom img {
    display: block;
    margin: 0 auto;
}

.popup td#bottomright {
    background-image: url(../images/coda/bubble-8.png);
}

.popup table.popup-contents {
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
    text-align: right;
    text-transform: lowercase;
}

table.popup-contents td {
    text-align: left;
}

tr#release-notes th {
    text-align: left;
    text-indent: -9999px;
    background: url(../images/coda/starburst.gif) no-repeat top right;
    height: 17px;
}

tr#release-notes td a {
    color: #333;
}

ul.filter li.title {
    text-transform: uppercase;
}

ul.filter li.title {
    margin-top: 4px;
}

ul.filter li.title ul li {
    background-color: #AF343f;
}

ul.filter li a {
    overflow: hidden;
    height: 20px;
    display: block;
    width: 175px;
}

ul.filter li a sup {
    position: absolute;
    left: 0;
    border-radius: 5px;
    background: #88232C;
    color: #e7e7e7;
    width: 40px;
    text-align: center;
    margin-left: 172px;
    font-size: 9px;
    margin-top: 2px;
}

ul.filter li.title a.tp {
    overflow: auto;
    height: auto;
    display: block;
    width: auto;
    text-indent: -16px;
}

ul.filter {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
}

ul.filter li ul.sub a {
    text-transform: none;
    text-indent: 20px;
}

.tab_content ul.smallimg li {
    display: block;
    width: 160px;
    height: 120px;
    border: #CCCCCC solid 1px;
    float: left;
    margin: 1px;
}

.tab_content ul.smallimg li img {
    cursor: pointer;
}

.tab_content ul.big li {
    display: block;
    width: 885px;
    border: #CCCCCC solid 1px;
    margin-top: 5px;
}

.tab_content ul.big li img {
    width: 885px;
}

#nav {
    margin: 40px auto 0 auto;
}

.ac span {
    cursor: pointer;
}

.ac img {
    cursor: pointer;
}

.featured ul li {
    width: 20%;
    height: 190px;
    margin: -1px;
}

.featured .fmain {
    height: 180px;
}

.featured ul li h1 {
    color: #b7456d;
    text-shadow: 0 0 20px yellow;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.featured ul {
    height: 170px;
}

#featured5 {
    border: 0;
}

.featured ul li img {
    margin-top: 5px;
}

.product-price-box .padder .price .old {
    color: #CF858C;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
}

.product-detail-right {
    width: 250px;
}

.product-detail {
    width: 320px;
}

form.productcart input[type="submit"] {
    width: 238px;
}

.product_main div.leftbar {
    height: 120px;
}

.product_main {
    height: 120px;
}

ul.tabs li a {
    text-transform: uppercase;
}

#tab4 img {
    margin: 10px;
    border: 2px solid #999999;
}

#tab4 p {
    margin-bottom: 15px;
    text-align: justify;
}

#tab4 h3 {
    margin: 10px 0 10px 0;
    font-size: 24px;
}

ul.filter li {
    background: url(../images/dot_hor_trans_sep.gif) repeat-x;
}

ul.filter li ul li {
    display: inline;
    background: url(../images/dot_hor_trans_sep.gif) repeat-x;
    width: 200px;
    float: left;
    text-transform: none;
}

.product_main_small {
    height: 125px;
}

.product-detail ul li {
    width: 310px;
}

#message a:hover {
    background: transparent url(/temp/2012/images/scroll.png) -1px -52px no-repeat;
    margin-top: -62px;
}

#message a {
    display: block;
    display: none;
    z-index: 999;
    position: fixed;
    top: 100%;
    margin-top: -61px;
    right: 10px;
    padding: 0px;
    height: 51px;
    width: 130px;
    text-align: center;
    background-color: #000;
    font-size: 18px;
    color: #fff;
}

#message a {
    width: 102px;
    height: 51px;
    background: transparent url(/temp/2012/images/scroll.png) no-repeat;
    overflow: hidden;
}

.top_countries li a b {
    margin-left: 5px;
}

.top_countries li a img {
    position: absolute;
    margin: 3px 0 0 -20px;
}

#yt li {
    display: block;
    width: 162px;
    height: 170px;
    float: left;
    border: #CCCCCC 1px solid;
    margin: 3px;
    padding: 3px;
    text-align: center;
    overflow: hidden;
}

#yt li a img {
    display: block;
    width: 162px;
}

#yt li p {
    text-align: justify;
}

.catalog-main .rightcol h1,.catalog-main .rightcol h2 {
    font-family: 'MyriadProCondensed';
    line-height: 36px;
    font-size: 3.0em;
    display: block;
    width: 690px;
    padding-bottom: 5px;
    border-bottom: 2px #88232C solid;
    margin-bottom: 30px;
}

.red.btngrd, .red.btngrd:visited, .button {
    background-color: #871923;
    color: white;
}

.btngrd, .btngrd:visited, .medium.btngrd, .medium.btngrd:visited, .button {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    color: white;
}

.btngrd, .btngrd:visited,.button {
    background: #222 url(/temp/2012/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}

.btngrd:hover,.button:hover {
    background-color: #111;
    color: white;
}

form.calculate {
    margin: 15px 0px 10px 0;
    width: 97%;
    padding: 10px;
    background: #E6E8E1;
}

form.calculate input[type="text"],form.calculate select {
    font-size: 13px;
/*color: #40403E;*/
    padding-left: 3px;
    line-height: 20px;
    background: #fff;
    border: 3px solid #CCC;
    height: 20px;
    float: left;
    margin-right: 5px;
    border-image: initial;
}

form.calculate select {
    height: 28px;
    color: #333;
}

form.calculate select:focus {
    border-color: #A22E38;
}

.small {
    width: 75px;
    color: #666;
    text-align: right;
    padding-right: 20px;
}

form.calculate input[type="text"]:focus {
    color: #40403E;
    border-color: #871923;
}

.catalog-main .rightcol h2 {
    color: #AF343F;
}

#oz {
    background: #fff url(../oz.png) no-repeat right center;
}

#grm {
    background: #fff url(../gr.png)  no-repeat  right center;
}

.full.btngrd, .full.btngrd:visited {
    font-size: 14px;
    padding: 8px 0 9px 0;
    width: 100%;
    text-align: center;
}

div.downtitle {
    background: url(../images/arrow_down.gif) no-repeat 20px top;
    width: 96%;
    font-size: 0.8em;
    padding-left: 40px;
}

div.contentbox {
    background: #F2F4EE;
    padding: 10px;
    width: 848px;
    border-bottom: 2px solid #A1A1A1;
    margin: 20px 0 0 0;
}

#hmenu a {
    color: #DDE1DD;
    border-left: #DDE1DD solid 1px;
    padding: 0 5px 0 5px;
}

#hmenu a.first {
    border: 0;
}

.promo {
    margin-left: 17px;
    min-height: 175px;
    display: block;
}

.promoimg {
    width: 943px;
    height: 350px;
    display: block;
}

.promoimg2 {
    width: 943px;
    height: 175px;
    display: block;
}

.promo.aktif0 .content {
    position: absolute;
    opacity: .8;
    margin-left: 8px;
    width: 300px;
    margin-top: -330px;
    padding: 5px;
}

.promo.aktif0 .content {
    background: #40403E;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}

#psay {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 10px;
}

.countdown_show3 .countdown_section {
    width: 33%;
}

.countdown_show4 .countdown_section {
    width: 25%;
}

.countdown_section {
    display: block;
    float: left;
    text-align: center;
    text-shadow: 0 0 20px yellow;
    margin-top: 10px;
}

.countdown_section {
    color: #FFDE00;
}

.countdown_amount {
    font-size: 24px;
    color: #FFDE00;
}

.testomonials div {
    display: none;
    position: absolute;
    width: 300px;
}

li.has-sub ul li ul li ul.nds:hover {
    position: absolute;
    display: block;
    background: #EEE;
    top: 56px;
    width: 195px;
    height: 290px;
    overflow: auto;
}

img {
    background: url(/images/loading48x48v3.gif) no-repeat center;
}

.product_main img {
    width: 152px;
    height: 120px;
}

ul.dot {
    list-style-type: none;
    margin: 0 0 20px 0;
}

ul.dot li {
    margin-left: 11px;
    padding-left: 10px;
    margin-top: 10px;
    width: 90%;
}

ul.lred li {
    background: url(../images/reddot.gif) no-repeat 0px 8px;
}

.maininside h2 {
    font-size: 36px;
    padding: 10px;
    border-bottom: #CCCCCC 1px dotted;
    clear: both;
    -webkit-transform-style: preserve-3d;
}

.product h2 {
    font-size: 14px;
    border: 0;
}

.alt0 {
    float: left;
    width: 100px;
    height: 115px;
    text-align: center;
    border: 1px #ccc solid;
    margin: 4px;
    overflow: hidden;
}

.alt0 img {
    display: inline;
    width: 100px;
    height: 75px;
}

.alt1 {
    font-size: 24px;
    clear: both;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
}

.maininside .new:before {
    content: url(/temp/2012/images/tag_new_small.png);
    position: absolute;
    margin: -2px 0 0 -3px;
}

.alt0:hover {
    border: 1px #999900 solid;
    margin: 4px;
}

ul.lred li.sm a {
    display: block;
}

ul.lred li.sm:hover {
    border-color: #990000;
}

ul.lred li.sm {
    margin: 0;
    list-style: none;
    width: 30px;
    float: left;
    background: none;
    margin: 0;
    text-align: center;
    border: 1px #EEE dotted;
    padding: 5px;
    border-image: initial;
}

ul.lred li.st {
    clear: both;
    background: none;
    padding-top: 10px;
    border-bottom: #CCCCCC 1px dotted;
}

#sform {
    border: solid 6px #E6E8E1;
    background: #F0F2EB;
    padding: 10px;
    border-image: initial;
}

#sform p {
    font-size: 11px;
    color: #666;
    margin-bottom: 6px;
    clear: both;
}

#sform label {
    width: 45%;
    display: block;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    float: left;
    margin-bottom: 6px;
    margin-top: 4px;
}

#sform input[type="text"],#sform input[type="password"] {
    width: 45%;
    font-size: 12px;
    padding: 4px 2px;
    border: 1px solid #CCC;
    border-image: initial;
}

div.contentbox img {
    position: absolute;
    background: none;
    margin-top: -3px;
    z-index: 2;
}

div.contentbox h3 img {
    position: absolute;
    background: none;
    margin-top: -17px;
    display: block;
    width: 60px;
    overflow: hidden;
    margin-left: -80px;
    z-index: 1;
}

.breadcrumb a.backbutton {
    background: #F8F8F8 url(/temp/2012/images/sprite_prev.png) no-repeat left center;
    color: #717171;
    padding: 5px 10px 5px 30px;
    margin-left: -10px;
    font-weight: 900;
}

.breadcrumb a.backbutton:hover {
    color: #BA4B55;
}

.product-detail-title div.desc {
    text-indent: inherit;
    padding: 10px;
}

.cmpr button {
    border: 0;
}

#nav ul.menu > li.home > a:active, #nav ul.menu > li.home > a:focus {
    background: transparent none;
}

.soldout {
    display: block;
    width: 90%;
    height: 24px;
    background: url(../images/sold_out.gif);
    margin-top: 20px;
}

.soldout:hover {
    background: url(../images/sold_out.gif) no-repeat 0 -24px;
}

.soldout i {
    display: none;
}



/* live chat css */
#lc {
    position: fixed;
    bottom: 0;
    height: 300px;
    width: 200px;
    background: #F4F4F4;
    border: #fff 3px solid;
}

.lc_title {
    background: #33CCCC;
    height: 20px;
    width: 100%;
}

.lc_history {
    display: block;
    height: 200px;
    background: #FFFFCC;
    vertical-align: bottom;
    color: #996633;
    overflow: auto;
}

.lc_text {
    width: 194px;
    display: block;
    height: 75px;
    border: #93F solid 1px;
}

.lc_text:focus {
    background: #FFFF00;
}

.chatpanel {
    height: 300px;
    width: 200px;
    border: #666666 1px solid;
    margin: 5px;
    float: left;
}

.topmenuitems {
    width: 310px;
    text-align: right;
}

.cart sub {
    color: #CCFF00;
}

#sc_body {
    max-height: 185px;
    overflow: auto;
    float: left;
    width: 100%;
}

.crt {
    border-top: 1px solid #ccc;
    clear: both;
    height: 40px;
}

#crtmesaj {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 10px;
    display: none;
}

#over {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .95;
    top: 0;
    z-index: 101;
    background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
    display: none;
}

.incart {
    display: block;
    background: #A22E38;
    position: absolute;
    margin-left: -92px;
    color: #FFFFFF;
    padding: 0 5px 0 5px;
    text-transform: lowercase;
}

#tab1 .incart {
    margin-left: -128px;
}

.product-price-box .padder .incart {
    background: #BA4B55;
    width: 225px;
    margin-top: -27px;
    margin-left: 0;
    opacity: .7;
    text-align: right;
}

.allincart {
    display: block;
    height: 32px;
    width: 118px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    border: 0;
}

form.minicart select {
    background: #eee;
    border: 0;
}

form.minicart select:focus {
    background: #FFFFFF;
    font-weight: 900;
}

#autocomplate {
    display: inline;
    width: 300px;
    height: 400px;
    background: #999999;
    position: absolute;
    display: none;
}

#exval {
    display: none;
}




.lookup {
    width: 302px;
    border: #af343f solid 7px;
    border-bottom: 0px;
    font-family: 'MyriadProCondensed';
    background: #f8f9f5;
    color: #606060;
    font-size: 1.2em;
}

.lookup ul.looklist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lookup ul.looklist > li {
    height: 29px;
    line-height: 29px;
    border-top: 1px solid #f8f9f5;
    border-bottom: 1px solid #f8f9f5;
    background: url(../images/arrow_right.gif) no-repeat 8px;
    text-indent: 20px;
}

.lookup ul.looklist > li a {
    color: #606060;
    display: block;
    height: 100%;
    overflow: hidden;
}

.lookup ul.looklist > li a:hover, 
.lookup ul.looklist > li a:focus, 
.lookup ul.looklist > li:hover,
.lookup ul.looklist > li.odd:hover, {
    background: #b83e4b;
    color: #fff;
    border-top: 1px solid #b83e4b;
    border-bottom: 1px solid #b83e4b;
    cursor: pointer;
}

.lookup ul.looklist > li.odd {
    border-top: 1px solid #e3e4e0;
    border-bottom: 1px solid #e3e4e0;
    background: url(../images/arrow_right.gif) #f0f2eb no-repeat 8px;
}

.lookup ul.looklist > li.bottom {
    background: #af343f;
    height: 29px;
    color: #fff;
    border: none;
    text-align: right;
}

.lookup ul.looklist > li.bottom	 a {
    color: #fff;
    display: inline;
}

.lookup ul.looklist > li.expand {
    height: 40px;
    line-height: 40px;
    background-image: none;
    text-indent: 0;
    font-size: 1.2em;
}

.lookup ul.looklist > li img {
    float: left;
    margin: 8px;
}

.lookup ul.looklist > li.active {
    color: #fff;
    background: #b83e4b url(../images/search_icon.png) no-repeat 8px;
    text-indent: 30px;
    font-size: 1.6em;
    border-top: 1px solid #b83e4b;
    border-bottom: 1px solid #b83e4b;
}

.lookup ul.looklist > li.active a {
    color: #fff;
}

#movers-row div.menuitem .detail {
    height: 65px;
    overflow: hidden;
    text-align: justify;
}

.added b {
    font-size: 14px;
    color: #666;
    position: absolute;
    margin-top: 5px;
    text-shadow: 0 0 10px #fff;
}

/*#nav ul.menu > li > a:hover {text-shadow: 0 0 10px yellow;-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;}
#nav ul.menu > li > ul {-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;}	
.featured ul li:hover {box-shadow: 10px 10px 5px #888;-webkit-transition: all 0.3s ease-in-out;}
ul.filter li:hover{box-shadow: 0 10px 15px #eee;-webkit-transition: all 0.3s ease-in-out; }
.product_main_small:hover {box-shadow:0 0 5px 5px #AF343F;-webkit-transition: all 0.3s ease-in-out;}
*/.customer li {
    overflow: hidden;
}

.faq li {
    margin-left: 10px;
    border: #eee solid 1px;
    margin-bottom: 10px;
}

.faq li:hover {
    border-color: #990033;
}

.faq li:hover h3 {
    color: #fff;
    background-color: #b83e4b;
}

.faq blockquote {
    padding-left: 20px;
}

.wa {
    width: auto;
}

.btwit {
    margin: 2px;
    width: 240px;
    margin: 0px -36px 0 0;
    position: absolute;
    right: -20px;
}

.twtr-ft a img {
    background: none;
}

.twtr-doc {
    margin-left: 5px;
}

.twtr-widget {
    margin-top: 330px;
}

.mini-newsletter .submit {
    width: 18px;
}

.social {
    background: none;
}

.social ul li {
    display: block;
    margin: 2px;
    height: 30px;
    width: 30px;
}

.social ul li a {
    display: block;
    width: 30px;
    height: 30px;
}

.social ul li.fbshare {
    background: url('../images/social.gif') no-repeat -38px 0;
    width: 30px;
    height: 30px;
}

.social ul li.twshare {
    background: url('../images/social.gif') no-repeat 0 0;
    width: 30px;
    height: 30px;
}

.social ul li.tbshare {
    background: url(/images/i1/s/tumblr-32x32.png) no-repeat;
    width: 32px;
    height: 32px;
}

.social ul li.gpshare {
    background: url(/images/i1/s/google-plus.png) no-repeat;
    width: 32px;
    height: 32px;
}

.social ul li.ytshare {
    background: url(/images/i1/s/th_youtube-icon.png) no-repeat;
    width: 32px;
    height: 32px;
}

.social ul li.rvshare {
    background: url(/images/i1/s/square_ravelry.png) no-repeat;
    width: 32px;
    height: 32px;
}

.social ul li.pishare {
    background: url(/images/i1/s/pinterest.png) no-repeat;
    width: 32px;
    height: 32px;
}

.crt.num0 {
    background: #fee;
}

.catalog-main .rightcol form h2 {
    width: 655px;
}

#recaptcha_widget_div img {
    background: none;
}
/*********************** Promotion. Bargain, Sale, New Boxs ***********************/
.box-item-prom {
    height: 41px;
    color: #fff;
    text-align: center;
}

.box-item-prom .title {
    height: 29px;
    font-size: 2.0em;
    line-height: 29px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.box-item-prom .sub {
    font-family: 'MyriadProCondensed';
    display: block;
    margin-top: -3px;
    text-transform: uppercase;
}

.box-new {
    background: url('../images/box_back_new.gif') repeat-x;
}

.box-bargain {
    background: url('../images/box_back_bargain.gif') repeat-x;
}

.box-sale {
    background: url('../images/box_back_sale.gif') repeat-x;
}

.box-prom {
    background: url('../images/box_back_prom.gif') repeat-x;
}

.box-item {
    padding-top: 30px;
}

.box-item a {
    color: #fff;
}
/*********************** Notify Me Box ***********************/	

.product-notify-box {
    width: 100%;
    height: 160px;
    background: #b23742 url(../images/product-notify-box-title.gif) no-repeat;
}

.product-notify-box .padder {
    padding: 50px 7px 7px 7px;
}

.product-notify-box .padder .row {
    height: 25px;
    line-height: 25px;
    width: 100%;
    margin-top: 5px;
}

.product-notify-box .padder .label {
    float: left;
    font-family: 'MyriadProCondensed';
    font-size: 1.3em;
    color: #55050c;
    text-indent: 3px;
    width: 90px;
}

form.notifyme {
    margin: 10px 0 0 0;
    width: 100%;
}

form.notifyme input[type="text"] {
    height: 18px;
    width: 140px;
    border: 1px solid #8f1b25;
    font-size: 10px;
    line-height: 16px;
}

form.notifyme input[type="submit"] {
    background: url(../images/btn_notifyme.gif) no-repeat center;
    text-indent: -9999em;
    line-height: 3000;
    width: 235px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
    float: left;
    border: none;
}



/*********************** Email Me ********************/

div.mailover {
    width: 250px;
    height: 28px;
    background: url(../images/image_tip_back.gif) no-repeat;
    overflow: hidden;
    float: right;
    margin-top: 15px;
    background-position-y: -30px;
    text-indent: 40px;
    padding-top: 6px;
}

div.mailover:hover {
    background-position-y: -62px;
    color: #485869;
    background-color: #eee;
    cursor: pointer;
}


/******************** anket *****************/
.anket {
    border: solid 6px #e6e8e1;
    background: #f0f2eb;
}

.anket p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 6px;
    clear: both;
}

.anket textarea {
    border: 1px solid #ccc;
    padding: 5px;
    color: #484848;
    font: normal 12px/18px Arial, Verdana, Tahoma, sans-serif;
    margin: 0 5px;
    width: 97%;
    height: 129px;
}

.anket h1 {
    width: 100%;
    background: #e6e8e1;
    padding: 8px 0 8px 4px;
    font-size: 1.4em;
}

.anket h2 {
    width: 100%;
    padding: 8px 0 8px 0;
    text-indent: 4px;
    color: red;
    background: #edefe7;
}

#boxshopcart-btn .subtotal {
    color: red;
    background: white;
    padding: 3px;
    border-radius: 5px;
}

#mslider {
    margin-left: 258px;
}

#mslider li {
    height: 350px;
    width: 682px;
}

.magnify {
    z-index: 9999;
    position: absolute;
    background: red;
    display: block;
    width: 220px;
    height: 115px;
    opacity: .8;
    margin-top: -20px;
    color: whiteSmoke;
    text-align: center;
}

#pdm {
    max-height: 600px;
    max-width: 950px;
}

.adm .tabs {
    display: none;
}

.overshow ul {
    display: none;
}

.overshow:hover {
    margin-left: 0px;
}

.overshow:hover ul {
    display: block;
    position: absolute;
    background: #33465A;
    color: #DDE1DD;
    margin-left: 79px;
    margin-top: -3px;
    text-align: left;
}

.overshow ul li a {
    display: block;
    line-height: 18px;
}

.overshow ul li {
    width: 150px;
}

.overshow ul li a:hover {
    color: #33465A;
    text-decoration: none;
}

#fblog {
    display: block;
    margin-left: 0;
}

#fblog a {
    width: 185px;
    height: 22px;
    background: #004080 url(../images/fb-create-button.png);
    padding: 0;
    display: block;
    position: absolute;
    margin-top: 2px;
}

form.search input[type="submit"]:hover {
    color: #FBDC2F;
}

form.search input[type="text"]:hover,form.search input[type="text"]:focus {
    background: #fff;
}

.breadcrumb div {
    display: inline;
}

.breadcrumb div.right {
    width: 235px;
    margin-top: -5px;
}

.hreview {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    border: 1px dotted #eee;
    background: #F2F4EE;
    color: #F2F4EE;
}

.hreview .item {
    background: url(../images/arrow_down.gif) no-repeat 20px top;
    width: 96%;
    padding-left: 40px;
    color: #CCCCCC;
}

.hreview .summary {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}

.hreview .rating {
    float: right;
}

.hreview .description {
    display: none;
}

.hreview .dtreviewed {
    color: #ccc;
    float: right;
}


.box_carousel .btitle .tmain h2 { width:400px}
.grayButton{
	background:#eee url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px 0px;
	border:1px solid #999;
	border-bottom-color:#888;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap
}
.grayButton:active{
	background:#ddd;
	border-bottom-color:#999;
}
.grayButton .grayButtonText,.grayButton input{
	background:none;
	border:0;
	color:#333;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}


.greenButton{
	background:#6da952 url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px -96px;
	border:1px solid #3b6e22;
	border-bottom-color:#2c5115;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	color:#fff;	
}
.greenButton:active{
	background:#609946;
	border-bottom-color:#999;
}
.greenButton .greenButtonText,.greenButton input{
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}
a.blueButton:hover { text-decoration:none; background:#0066FF; color:#FFFFFF}

.blueButton{
	background:#6da952 url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px -48px;
	border:1px solid #29447e;
	border-bottom-color:#1a356e;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	color:#fff;	
}
.blueButton:active{
	background:#4f6aa3;
	border-bottom-color:#999;
}
.blueButton .blueButtonText,.blueButton input{
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}
