* {
	margin: 0;
	padding: 0;
}

html {
	
}

html {
	background-image: url(/images/globalbg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #3F3F3F;
}

body {

}

a:link, a:visited {
	text-decoration: none;
	color: #9a9a9a;
}

a:hover {
	color: #7B9C0A;
}

.container {
	width: 980px;
	margin: auto;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.header {
	height: 118px;
	clear: both;
}

.logo {
	float: left;
}

.clear {
	clear: both;
	overflow: hidden;
}

.logo img {
	border: none;
}

.topmenu {
	float: right;
	width: 540px;
	padding-top: 46px;
	height: 50px;
	overflow: hidden;
}

.topmenu a:link, .topmenu a:visited {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	float: left;
	margin: 8px 12px 0 8px;
}

.topmenu a.active:link, .topmenu a.active:visited {
	background-position: 0 -20px;
}

.topmenu a img {
	height: 20px;
	border: none;
}

.topmenu a:hover {
	background-position: 0 -20px;
}

.topmenu a.carts:link, .topmenu a.carts:visited {
	height: 36px;
	margin-top: 0;
}

.topmenu a.carts .active:link, .topmenu a.carts .active:visited {
	background-position: 0 -36px !IMPORTANT;
}

.classic {
	background-image: url(/images/classic.gif);
	width: 55px !IMPORTANT;
}

.fashion {
	width: 61px;
	background-image: url(/images/fashion.gif);
}

.media {
	width: 52px;
	background-image: url(/images/media.gif);
}

.about {
	width: 52px;
	background-image: url(/images/about.gif);
}

.delivery {
	width: 143px;
	background-image: url(/images/delivery.gif);
}

.carts {
	width: 38px;
	background-image: url(/images/cart.gif);
	height: 36px;
	margin-top: 0;
}


a.carts:hover {
	background-position: 0 -36px !IMPORTANT;
}

/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 832px;     
    height:464px;
	 margin: auto;
} 
 
 .media_img {
 	width: 832px;     
   height:300px;
	margin: auto;
 }
 
 .media_img img {
 	float: left;
	margin: 0px 3px 0 3px;
	border: none;
 }
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
	 overflow: hidden;         
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left;
	 width: 830px;
	 height: 464px;
	  
} 

div.scrollable div.items div a img {
	border: none;
}
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 

}

.navi {
	width: 38px;
	margin: auto;
	padding-top: 3px;
	clear: both;
	padding-bottom: 3px;
}

.navi a {
	width: 8px;
	height: 8px;
	margin: 0 2px;
	background-image: url(/images/navidot.gif);
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
}

.navi a:link, .navi a:visited {
	background-position: 0 0;
}

.navi a.active {
	background-position: 0 -8px;
}

.tipes {
	clear: both;
	height: 78px;
	overflow: hidden;
}

.tipes .right {
	height: 78px;
	width: 370px;
}

.tipes .left {
	height: 78px;
	width: 450px;
}

.tipes .left {
	float: left;
	padding-left: 10px;
}

.tipes .right {
	float: right;
	padding-right: 20px;
	text-align: right;
}

.tipes .left a:link, .tipes .left a:visited {
	float: left;
	margin: 0 3px;
	width: 72px;
	height: 78px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

 .tipes .left a:hover {
 	background-position: 0 -78px;
 }
 
.t1 {
	background-image: url(/images/t1.gif);
}

.t2 {
	background-image: url(/images/t2.gif);
}

.t3 {
	background-image: url(/images/t3.gif);
}

.t4 {
	background-image: url(/images/t4.gif);
}

.t5 {
	background-image: url(/images/t5.gif);
}

.tipes .left a img {
	border: none;
}

.brends {
	height: 49px;
	width: 330px;
	clear: both;
	margin: auto;
}

.brends a:link, .brends a:visited {
	float: left;
	margin: 0 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 49px;
	text-decoration: none;
	border: none;
}

.brends a:hover {
	background-position: 0 -49px;
	text-decoration: none;
}

.brends a:focus {
	text-decoration: none;
	border: none;
}

.brends a img {
	border: none;
}

.klein {
	width: 117px;
	background-image: url(/images/klein.gif);
}

.jbs {
	width: 72px;
	background-image: url(/images/jbs.gif);
}

.gigo {
	width: 107px;
	background-image: url(/images/gigo.gif);
}

.copy {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	padding-bottom: 30px;
}

.show {
	display: block;
}

a:link, a:visited, a:hover {
	border: none;
	outline: none;
}

.content {
	clear: both;
	padding-top: 20px;
	color: #777;
}

.images {
	float: right;
	width: 260px;
	font-family:Arial,Helvetica,sans-serif;
	color: #777777;
	font-size:12px;
	line-height:22px;
	overflow: hidden;
}

.images p {
	margin-bottom: 15px;
}

.text {
	float: left;
	width: 492px;
	/*padding-top: 40px;*/
	overflow: hidden;
	font-family:Arial,Helvetica,sans-serif;
	color: #777777;

}

.text p {
	margin-bottom: 15px;
	font-size:12px;
	line-height:22px;
}

.text h1, .sright h1 {
	margin-bottom: 5px;
	font-size: 26px;
}

.text h2 {
	font-size: 16px;
}

.sleft {
	float: left;
	width: 190px;
	padding-right: 40px;
}

.sleft ul {
	list-style: none;
	display: block;
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 180px;
}

.sleft ul li a {
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
display:block;
margin:0 0 2px 0;
padding:10px 0;
text-decoration:none;
width:180px;
font-size: 12px;
}

.sleft ul li a.active {
color:#CCCCCC;
}


.srt {
	float: right;
	width: 750px;
	color: #777777;
	overflow: hidden;
	
}

* html .srt {
	width: 750px;
}

.srt p {
	margin-bottom: 15px;
	line-height:22px;
	font-size: 12px;
}

.srt h1 {
	margin-bottom: 5px;
	font-size: 26px;
}


.srt a:link, .srt a:visited {
	text-decoration: underline;
}

.srt a:hover {
	text-decoration: none;
} 

h3 {
	margin: 20px 0 12px 0;
	color: #919191;
	font-size: 16px;
	font-weight: normal;
}

h3 a:link, h3 a:visited {
	text-decoration: none !IMPORTANT;
}

h4 {
	font-size: 26px;
}

.date {
	display: block;
	padding: 5px 0;
	color: #444444;
	font-size: 11px;
}

.wrapper {
	overflow: hidden;
	background-image:url(/images/innerbg.jpg); 
	background-repeat:repeat-x; 
	background-position: bottom;
}

.video {
	background-image:url(/images/m2.jpg);
}

.scrollable_shop {
	width: 908px;
	height: 440px;
	margin: auto;
	overflow: hidden !IMPORTANT;
	z-index: 100;
	position: relative;
}

div.scrollable_shop div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
	 overflow: hidden;         
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable_shop div.items div { 
    float:left;
	 width: 908px;
	 height: 440px;
	  
} 


div.scrollable_shop div.items div span.shop_item {
	float: left;
	width: 163px;
	height: 196px;
	padding: 20px 9px 0 9px;
	display: block;
	position: relative;
}

div.scrollable_shop div.items div span.shop_item img {
	border-bottom: 2px solid #9f9f9f;
	display: block;
	width: 160px;
	height: 154px;
	margin: auto;
}

span.shop_item .info {
	height: 36px;
	background-image: url(/images/item_info.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

span.shop_item .info .name {
	float: left;
	height: 16px;
	padding-left: 8px;
	width: 99px;
	font-size: 11px;
	padding-top: 5px;
	color: #333;
	display: block;
	overflow: hidden;
}

span.shop_item .info .name a {
	color: #333;
}

span.shop_item .info .name a:hover {
	text-decoration: underline;
}

span.shop_item .info .price {
	float: left;
	height: 17px;
	text-align: center;
	width: 52px;
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	color: #fff;
	display: block;
}

span.shop_item .info .shop_brend {
	padding-left: 8px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	clear: both;
	display: block;
}

div.scrollable_shop div.items div a img {
	border: none;
}
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 

}

a.prev {
	position: absolute;
	left: -5px;
	top: 300px;
	display: block;
	width: 51px;
	height: 51px;
	background-image: url(/images/prevs.gif);
	z-index: 1000;
	cursor: pointer;
}

a.next {
	position: absolute;
	top: 300px;
	left: 934px;
	display: block;
	width: 51px;
	height: 51px;
	background-image: url(/images/next.gif);
	z-index: 1000;
	cursor: pointer;
}

a.next:link, a.next:visited, a.prev:link, a.prev:visited {
	background-position: 0 0;
}

a.next:hover, a.prev:hover {
	background-position: 0 -51px;
} 

.angle_l, .angle_r {
	position: absolute;
	width: 7px;
	height: 7px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.angle_l {
	top:20px;
	left: 10px;
	background-image: url(/images/angle_l.gif);
	display: block;
}

.itsale {
	width: 78px;
	height: 78px;
	position: absolute;
	top:20px;
	left: 10px;
	z-index: 150;
	display: block;
}

.itsale img {
	width: 78px !IMPORTANT;
	height: 78px !IMPORTANT;
	border: none !IMPORTANT;
}

.angle_r {
	top: 20px;
	left:163px;
	background-image: url(/images/angle_r.gif);
	display: block;
}

.big_im {
	float: left;
	width: 340px;
	padding-right: 28px;
	position: relative;
}


.tla, .tra, .bla, .bra {
	position: absolute;
	width: 7px;
	height: 7px;
	z-index: 100;
}


.tla {
	top: 0;
	left: 0;
}

.tra {
	top: 0;
	left: 333px;
}

.bla {
	top: 323px;
	left: 0;
}

.bra {
	top: 323px;
	left: 333px;
}

.big_im img {
	border: none;
	display: block;
	margin-bottom: 3px;
}

.im_info {
	float: left;
	width: 368px;
	color: #777777;
	font-size: 14px;
	padding-right: 30px;
}

.im_info p {
	line-height: 22px;
}

.im_info h1 {
	margin-bottom: 15px;
}

.purch {
	float: left;
	width: 210px;
	height: 352px;
	background-image: url(/images/purch.png);
	background-repeat: no-repeat;
	background-position: top;
	overflow: visible;
}

* html .purch {
	width: 210px !IMPORTANT;
}

.p_title {
	margin: 19px 21px 19px 21px;
	color: #cccccc;
}

.p_price {
	margin: 19px 21px 0px 21px;
	color: #588500;
	font-size: 55px;
	font-weight: bold;
}

.p_price_sale {
	margin: 19px 21px 0px 21px;
	color: #ff0000;
	font-size: 55px;
	font-weight: bold;
}

.purch .carency {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	padding: 0 21px;
}



/*==============================================================================*/

.center_a, .scrollbar-up, .scrollbar-down, .scrollbar-handle {
background: url(/images/selects.png) no-repeat;
}
.selectArea {
height:55px !important;
padding: 30px 19px 20px 19px;
position: relative;
}
.selectArea input {
color: #4e4e4e !important;
font-size: 14px !important;
border: none !important;
background: none !important;
position: absolute;
top: 4px;
left: 1px;
width: 80% !important;
height: 100% !important;
font-family: Tahoma;
padding: 0 0 0 7px !important;
cursor: pointer;
height: auto !important;
}
.center_a {
cursor: pointer;
position: absolute;
top: 30px;
right: 19px;
width: 172px !important;
height: 55px;
	display: block;
	background-image: url(/images/sel_size.png);
	background-repeat: no-repeat;
}
* html .center_a {
right: 19px;
overflow: hidden;
}
.selectArea .left {
width:2px;
background-position: 0 0;
left: 0;
height: 100%;
float:left;
overflow: hidden;
position: relative;
}
.selectArea .optionsDivInvisible, .selectArea .optionsDivVisible {
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #222222 !important;
top: 85px !important;
position:absolute !important;
margin: 0 !important;
z-index:200;
text-align: left;
left: 23px !important;
width: 165px !important;
overflow: hidden;
color: #fff;
padding-bottom: 15px;
}
.optionsDivVisible {display:block;}
.selectArea .optionsDivInvisible span {
padding: 2px 0 !important;

color: #4e4e4e !important;
font-size: 14px !important;
text-indent: 10px;
display: block;
height: 15px;
cursor: pointer;
margin:0 !important;
float: none !important;
background: none;
}
.selectArea .scrollbar-container span {
margin-left: -5px !important;
}
.selectArea .optionsDivInvisible span:hover {
background: #e76624;
color: #fff !important;
}
.selectArea .optionsDivInvisible span.over {
background: #e76624;
color: #fff !important;
}
.scrollbar-container {
height: 143px;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
position: relative !important;
border-left: 1px solid #bdbcbd !important;
border-right: 1px solid #bdbcbd !important;
display: block !important;
float: none !important;
clear: none !important;
width: auto !important;
}
* html .scrollbar-container {
width: 100% !important;
}
.scrollbar-up, .scrollbar-down {
width: 15px;
height: 13px;
overflow: hidden;
position: absolute !important;
top: 0;
right: 0;
left: auto;
cursor: pointer;
z-index: 40;
background-position: -6px -91px;
margin: 0 !important;
padding: 0 !important;
}
.scrollbar-down {
top: auto;
bottom: 0;
background-position: -6px -78px;
}
.scrollbar-track {
height: 117px;
width: 15px;
background: #f4f6f8;
position: absolute !important;
top: 13px;
right: 0;
z-index: 30;
margin: 0 !important;
padding: 0 !important;
}
* html .scrollbar-track, * html .scrollbar-up, * html .scrollbar-down {
right: 0px;
}
.scrollbar-handle {
cursor: pointer;
position: absolute !important;
right: 0;
top: 0;
width: 15px;
height: 27px;
overflow: hidden;
margin: 0 !important;
background-position: -6px -104px;
display: block;
}
.container2 {
height: 103px;
width: 100% !important;
clear: none !important;
position: static !important;
margin: 0 !important;
padding: 0 !important;
}
.scroller-container {
top: 0;
left: 0;
z-index: 20;
position: absolute !important;
width: 1000px !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
}
.selectArea .optionsDivInvisible .scroller-container span {
border: none !important;
}

#vsell {
	height: 18px;
	color: #777777;
	text-align: center;
	clear: both;
	display: block;
	font-size: 11px !IMPORTANT;
}

#vsell strong {
	color: #588500;
}

/*========================================================*/

.little_cart {
	float: right;
	width: 500px;
	padding-top: 5px;
	font-size: 11px;
	color: #777;
	text-align: right;
	height: 14px;
	padding-right: 20px;
}

.little_cart b {
	color: #ccc;
}

.buy {
	display: block;
	margin: 0 19px 0 22px;
}

.thumbs_it {
	height: 95px;
	clear: both;
	margin-top: 15px;
}

.thumbs_it .it_thumb {
	float: left;
	width: 98px;
	height: 92px;
	margin-right: 15px;
	background-color: #202020;
}

.thumbs_it .it_thumb img {
	cursor: pointer;
}


/*====================== CART ========================*/

.addr_line {
	float: left;
	width: 350px;
	color: #777;
	padding: 9px 0;
}

.addr_line_f {
	float: left;
	width: 430px;
	color: #777;
	padding: 9px 0;
	font-size: 12px;
}

.addr_lines {
	float: left;
	width: 420px;
	color: #ccc;
	padding: 9px 0;
	margin-left: 5px;
}

.addr_line span {
	float: left;
	padding-top: 3px;
	width: 94px;
	font-size: 14px;
	
}

.addr_lines span.ad {
	float: left;
	padding-top: 3px;
	width: 160px;
	font-size: 12px;
}

.input {
border:1px solid #808080;
font-size:12px;
padding:3px;
color: #777;
background-color: #292929;
}

.tline {
	color: #292929;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	float: left;
}

.titlediv {
	padding: 3px 0;
	background-color: #588500;
	/*height: 20px;*/
	overflow: hidden;
}

.sumdiv {
	padding: 3px 0;
	background-color: #121212;
	/*height: 20px;*/
	overflow: hidden;
}

.sumdiv .tline {
	color: #ccc;
}

.sumdiv .tline strong {
	color: #588500;
	font-weight: normal;
}

.items {
	clear: both;
	overflow: hidden;
}

.itemline {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #212121;
}

* html .itemline {
	overflow: visible;
}

.odd {
	background-color: #181818;
}

* html .odd {
	background-color: #181818 !IMPORTANT;
}

.ogg {
	background-color: #151515;
}

.cart_image {
	width: 120px;
	padding: 10px 0;
	float: left;
	text-align: center;
}

.cart_text {
	float: left;
	height: 77px;
	text-align: center;
	padding-top: 35px;
	color: #777;
	font-size: 12px;
	overflow: hidden;
}

.cart_name {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.del {
	font-size: 11px;
}

.del a:link, .del a:visited {
	color: red;
}

.size {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
}

.size strong {
	font-weight: normal;
	color: #588500;
}

.shop_nav {
	font-size: 11px;
	color: #ccc;
}

.shop_nav span {
	color: #588500;
}


.opacity {
	filter:alpha(opacity=60) !IMPORTANT;
	opacity: 0.3;
	visibility: visible;
}