/* Head
-----------------------------------------------------------------------------*/
#logo {
	display:block;
	width:225px;
	height:110px;
	background:transparent url(../img/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:3px;
	margin:25px 0px 40px;
}
#sidebar fieldset {
	border:0px;
}
#sidebar fieldset span{
	display:block;
	color:#FFFFFF;
	margin:30px 0;
	clear:both;
}
#sidebar fieldset span a{
	color:#FFFFFF;
	text-decoration:underline;
}
#sidebar fieldset span a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.sear-form{
	width:200px;
	border:1px solid #bbb;
	color:#cecece;
	padding:3px;
	float:left;
}
.search{
	display:block;
	width:50px;
	height:24px;
	background:transparent url(../img/search.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:3px;
	border:0px;
	float:left;
	margin-left:5px;
}
/* Main
-----------------------------------------------------------------------------*/
#flash-ad{
	width:690px;
	margin-bottom:20px;
	clear:both;
}
.ad {
	width:220px;
	float:left;
	margin-right:10px;
}
#subscribe  input{
	float:left;
}
.rss{
	display:block;
	background:transparent url(../img/rss.png) no-repeat 100% 0;
	width:14px;
	height:14px;
	float:left;
	margin:0 3px;
	text-indent:-999px;
	font-size:3px;
}
.st1 {
	clear:both;
	margin-bottom:20px;
}
.st2 {
	width:45%;
	float:left;
	border-right:3px solid #efefef;
	padding-right:20px;
}
.st3 {
	width:45%;
	float:left;
	margin-left:20px;
}
.st4 {
	clear:both;
	margin:10px 10px 30px;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	display:block;
	float:right;
	height:156px;
	margin-bottom:0;
	margin-right:7px;
	overflow:hidden;
	width: 100%;
}
.hello{
	float: right;
	color: #FFF;
	padding: 5px 16px 5px 0px;
	font-size: 11pt;
	width: 220px;
	line-height: 25px;
}
.cont{
	margin: 17px 0px 0px 12px;
	display: block;
}
#banner{
	padding: 13px 0px 5px 7px;
	
}
#menu ul{
	list-style:none;	
	clear: both;
	float: right;
}
/*
#menu {
	display:block;
	height:29px;
	overflow:hidden;
	float:right;
	margin-right:7px;
	margin-bottom:30px;
}
#menu ul{
	list-style:none;
}*/
#menu ul li{
	display:block;
	height:19px;
	float:left;
	background:#011627;
	color:#FFFFFF;
	padding:5px 15px;
}
#menu ul li.first{
	background:transparent url(../img/menu-bg1.png) no-repeat 0 0;
	padding-left:20px;
}
#menu ul li.last{
	background:transparent url(../img/menu-bg2.png) no-repeat 100% 0;
	padding-right:20px;
}
#menu ul li a{
	color:#FFFFFF;
}
/* Content
-----------------------------------------------------------------------------*/
#mainContent {
	display:block;
	clear:both;
}
#cart {
	display:block;
	background:transparent url(../img/cart.png) no-repeat 100% 0;
	width:145px;
	height:35px;
	float:right;
	margin:-5px -3px 15px;
	text-align:right;
	padding:7px 14px 3px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	font-size: 9pt;
}
#cart span{
	padding-right: 16px;
}

#step {
	display:block;
	background:transparent url(../img/step.png) no-repeat 100% 0;
	width:125px;
	height:23px;
	float:right;
	margin:-5px 7px 30px;
	text-align:center;
	padding:7px 10px 3px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

/* cart
-----------------------------------------------------------------------------*/
.cart-item {
	margin: 10px 0;
	padding:10px;
	font-size:10pt;
}
.cart-item img {
	margin-right:10px;
	border:2px solid #a5b3bc;
	width:70px;
	height:70px;
}
.cart-item select {
	font-size:12pt;
	color:#888;
	width:50px;
	color:#4b6879;
}
.cart-item input {
	font-size:12pt;
	color:#888;
	width:60px;
	text-align:center;
	color:#4b6879;
}
.cart-item .item-text {
	font-size:10pt;
	margin-left:30px;
}
.cart-item .item-text a{
	color:#4b6879;
	margin-bottom:10px;
	text-decoration:none;
}
.cart-item .item-text span {
	color:#bababa;
}
.item-price {
	font-size:16pt;
	color:#333333;
}
.cart-item .item-price {
	font-size:13pt;
	color:#4b6879;
}

.cart-item .item-head {
	font-size:12pt;
	color:#7d7d7d;
}
.cart-item .item-head2 {
	font-size:11pt;
	color:#7d7d7d;
	border-bottom:1px solid #d5d6d9;
}
.cart-item .item-price strong {
	font-size:13pt;
	font-weight:normal;
}
.cart-del {
	display:block;
	background: transparent url(../img/cart-del.png) no-repeat center;
	width:21px;
	height:21px;
	text-indent:-9999px;
	font-size:3px;
}
.total-price {
	font-size:14pt;
	text-align:right;
	padding:20px;
	color:#6a6a6a;
}
.total-price strong{
	color:#4b6879;
	font-weight:normal;
}
/* FOOTER
-----------------------------------------------------------------------------*/
.fmenu {
	color:#1a98d3;
	float:left;
	margin:15px 7px;
	width:145px;
	*width:135px;
	line-height:18pt;
}
.fmenu a{
	color:#FFF;
}
.copy {
	color:		#1478A9;
	display:	block;
	float:		right;
	font-size:	10pt;
	margin:		45px 0px 0 0;
	text-decoration:none;
	*width:		200px;
	width:200px;
}
.cards{
	margin: 36px 12px 0px 10px;
	display: block;
	float: right;
}
/* Item
-----------------------------------------------------------------------------*/
.item {
	display:block;
	float:left;
	width:150px;
	height:230px;
	margin:0 10px 30px 10px;
	cursor:pointer;
	outline:0;
	*height:240px;
	overflow: hidden;
}
.item a {
	text-decoration:none;
	color:#065178;
}
.item img {
	margin:2px;
}
.item .stick {
	display:block;
	position:relative;
	margin-bottom:-50px;
	background: transparent url(../img/stick.png) no-repeat 0 0;
	width:50px;
	height:35px;
	top:60px;
	left:75px;
	padding:15px 0 0;
	color:#FFFFFF;
	font-size:11pt;
	text-align:center;
}
.item .stick a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}
.item .stick a span{
	font-size:10pt;
}
.item2 {
	display:block;
	cursor:pointer;
	outline:0;
}
.item2 a {
	text-decoration:none;
	color:#065178;
}
.item2 img {
	margin:2px;
	clear:both;
	margin:2px auto;
}
.item2 .stick {
	display:block;
	position:relative;
	margin-bottom:-50px;
	background: transparent url(../img/stick.png) no-repeat 0 0;
	width:50px;
	height:35px;
	top:60px;
	left:75px;
	padding:15px 0 0;
	color:#FFFFFF;
	font-size:11pt;
	text-align:center;
}
.item2 .stick a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}
.item2 .stick a span {
	font-size:10pt;
}

.item_text {
	display:block;
	font-size:11pt;
	margin:10px 5px;
}
.prod_text {
	display:block;
	font-size:11pt;
	margin:10px 5px 10px 340px;
}
.item_price {
	color: #b03333;
	font-size:11pt;
	margin:10px 5px;
}
del {
	text-decoration: line-through;
	color: #b03333;
	margin-right:10px;
}
del span {
	color: #2b2b2b;
}
.item_price b {
	color: #3a3a3a;
	font-weight:normal;
	margin-right:10px;
}
.item_price strong {
	font-weight:normal;
	font-size:16pt;
}
/* Other
-----------------------------------------------------------------------------*/
.breadcrump {
	float:left;
	display:block;
	margin:10px 0;
}
.breadcrump a{
	color:#4b6879;
	margin:2px 10px;
	text-decoration:none;	
}
.breadcrump a:hover{
	text-decoration:underline;	
}
.arrow {
	background: transparent url(../img/but-arrow.png) no-repeat bottom center;
	height:38px;
	float:left;
	margin-right:10px;
}
.arrow2 {
	height:28px;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.arrow2 a{
	color:#FFF;
}
a.rbutton {
	background: transparent url(../img/but-left.png) no-repeat top left;
	display: block;
	height: 30px;
	*height: 29px;
	padding-left: 4px;
	text-decoration: none;
	margin:5px 4px 5px 0;	
	/*float:left;*/
}
a:link.rbutton, a:visited.rbutton, a:hover.rbutton, a:active.rbutton {
	color: #FFF;
}
a.rbutton span {
	background: transparent url(../img/but-right.png) no-repeat top right;
	display: block;
	padding:7px 18px 8px 14px;
	*padding:7px 18px 7px 14px;
	font-size:  11pt;
	line-height: 11pt;
	text-decoration:none;
	color:#FFFFFF;	
}
a:hover.rbutton {
	text-decoration: none;
}
a.rbutton2 {
	background: transparent url(../img/but-left.png) no-repeat top left;
	display: block;
	height: 30px;
	padding-left: 4px;
	text-decoration: none;
	margin:5px 4px 5px 0;
	float:left;
}
a:link.rbutton2, a:visited.rbutton2, a:hover.rbutton2, a:active.rbutton2 {
	color: #FFF;
}
a.rbutton2 span {
	background: transparent url(../img/but-right.png) no-repeat top right;
	display: block;
	padding:7px 18px 7px 14px;
	font-size:  12pt;
	line-height: 12pt;
	text-decoration:none;
	color:#FFFFFF;
}
a.rbutton2 span img{
	vertical-align:bottom;
	margin:0 10px;
}
a:hover.rbutton2 {
	text-decoration: none;
}
a.rbutton3 {
	background: transparent url(../img/but-left.png) no-repeat top left;
	display: block;
	height: 30px;
	padding-left: 4px;
	text-decoration: none;
	margin:5px 4px 5px 0;
	float:left;
}
a:link.rbutton3, a:visited.rbutton3, a:hover.rbutton3, a:active.rbutton3 {
	color: #FFF;
}
a.rbutton3 span {
	background: transparent url(../img/but-right.png) no-repeat top right;
	display: block;
	padding:7px 8px 7px 4px;
	font-size:  12pt;
	line-height: 12pt;
	text-decoration:none;
	color:#FFFFFF;
}
a.rbutton3 span img{
	vertical-align:bottom;
	margin:0 10px;
}
a:hover.rbutton3 {
	text-decoration: none;
}

a.gbutton {
	background: transparent url(../img/butg-left.png) no-repeat top left;
	display: block;
	height: 30px;
	*height: 29px;
	padding-left: 4px;
	text-decoration: none;
	margin:5px 4px 5px 0;
}
a:link.gbutton, a:visited.gbutton, a:hover.gbutton, a:active.gbutton {
	color: #FFF;
}
a.gbutton span {
	background: transparent url(../img/butg-right.png) no-repeat top right;
	display: block;
	padding:7px 18px 8px 14px;
	*padding:7px 18px 7px 14px;
	font-size:  11pt;
	line-height: 11pt;
	text-decoration:none;
	color:#FFFFFF;
}
a:hover.gbutton {
	text-decoration: none;
}
.arr-left {
	font-style:normal;
	background: transparent url(../img/arr-left.png) no-repeat 0 2px;
	padding-left:23px;
}
.arr-right {
	font-style:normal;
	background: transparent url(../img/arr-right.png) no-repeat 100% 2px;
	padding-right:23px;
}
.ok {
	font-style:normal;
	background: transparent url(../img/ok.png) no-repeat 0 2px;
	padding-left:23px;
}
.no {
	font-style:normal;
	background: transparent url(../img/no.png) no-repeat 0 0;
	padding-left:23px;
}
.refresh {
	font-style:normal;
	background: transparent url(../img/refresh.png) no-repeat 0 -1px;
	padding-left:28px;
}
.cart-empty {
	font-style:normal;
	background: transparent url(../img/cart-empty.png) no-repeat 0 0;
	padding-left:28px;
}
.comentico {
	font-style:normal;
	background: transparent url(../img/coment.png) no-repeat 0 0;
	padding-left:28px;
}


a.bbutton {
	background: transparent url(../img/but2-left.png) no-repeat top left;
	display: block;
	height: 24px;
	*height: 20px;
	padding-left: 4px;
	text-decoration: none;
	float:left;
	margin-left:5px;
}
a:link.bbutton, a:visited.brbutton, a:hover.bbutton, a:active.bbutton {
	color: #FFF;
}
a.bbutton span {
	background: transparent url(../img/but2-right.png) no-repeat top right;
	display: block;
	padding:4px 18px 8px 14px;
	*padding:7px 18px 7px 14px;
	text-decoration:none;
	color:#FFFFFF;
}
a:hover.bbutton {
	text-decoration: none;
}
.gmb100{
	background:transparent url(../img/100.png) no-repeat scroll 0 0;
	float:left;
	font-size:3px;
	height:100px;
	margin:20px auto 0 80px;
	text-indent:-9999px;
	width:230px;
}

ul.galka {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:15px;
}
ul.galka li {
	display:block;
	background:transparent url(../img/galka.png) no-repeat scroll 0 10px;
	font-size:11pt;
	padding:5px 0 5px 20px;
	color:#1a98d3;
	margin-bottom:5px;
}
ul.galka li a {
	color:#1a98d3;
	text-decoration:none;
}
ul.galka li a:hover {
	color:#FFF;
	text-decoration:none;
}
ul.galka2 {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
ul.galka2 li {
	display:block;
	font-size:11pt;
	padding:0px 0 3px 20px;
	color:#1a98d3;
	margin-bottom:5px;
}
ul.galka2 li a {
	color:#1a98d3;
	text-decoration:none;
}
ul.galka3 {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:15px;
	clear:both;
}
ul.galka3 {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:15px;
}
ul.galka3 li {
	display:block;
	background:transparent url(../img/galka2.png) no-repeat scroll 0 6px;
	color:#4c697a;
	padding:2px 0 4px 20px;
}
ul.galka3 li a {
	color:#4c697a;
	text-decoration:none;
}

.filter {
	color:#fff;
	font-weight:normal;
}
.filter select{
	width:140px;	
}
.filter label{
	color:#1a98d3;
}
.filter tabel{
	vertical-align:top;
	margin:20px 0;
}
.filter p{
	vertical-align:top;
	margin:20px 0;
}
.filter td{
	vertical-align:top;
}
.b1 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	margin:0 5px;
}
.b2 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
	margin:0 3px;
}
.b3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	margin:0 2px;
}
.b4 {
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	margin:0 1px;
}
.bb1 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#011627;
	margin:0 5px;
}
.bb2 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#011627;
	border-right:2px solid #011627;
	border-left:2px solid #011627;
	margin:0 3px;
}
.bb3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#011627;
	border-right:1px solid #011627;
	border-left:1px solid #011627;
	margin:0 2px;
}
.bb4 {
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#011627;
	border-right:1px solid #011627;
	border-left:1px solid #011627;
	margin:0 1px;
}
.bc1 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#f1f1f1;
	margin:0 5px;
}
.bc2 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#f1f1f1;
	border-right:2px solid #f1f1f1;
	border-left:2px solid #f1f1f1;
	margin:0 3px;
}
.bc3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#f1f1f1;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	margin:0 2px;
}
.bc4 {
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#f1f1f1;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	margin:0 1px;
}
.rcontent {
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:0px 10px;
	background:#FFF;
}
.rcontentb {
	border-right:1px solid #011627;
	border-left:1px solid #011627;
	padding:10px;
	background:#011627;
}
.rcontentc {
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	background:#f1f1f1;
}

.bd1 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#9f2e2e;
	margin:0 5px;
}
.bd2 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#9f2e2e;
	border-right:2px solid #9f2e2e;
	border-left:2px solid #9f2e2e;
	margin:0 3px;
}
.bd3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#9f2e2e;
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	margin:0 2px;
}
.bd4 {
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#9f2e2e;
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	margin:0 1px;
}
.rcontentd {
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	padding:0px 10px;
	background:#9f2e2e;
	color:#FFF;
}


.be1 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#9f2e2e;
	margin:0 5px;
}
.be2 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:2px solid #9f2e2e;
	border-left:2px solid #9f2e2e;
	margin:0 3px;
}
.be3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	margin:0 2px;
}
.be4 {
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#FFF;
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	margin:0 1px;
}
.rcontente {
	border-right:1px solid #9f2e2e;
	border-left:1px solid #9f2e2e;
	padding:0px 10px;
	background:#FFF;
	color:#000;
}

.clr {
	clear:both;
	height:0px;
}
.fl {
	float:left;
}
.m10 {
	margin:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.gallery {
	width:310px;
	float:left;
	margin-right:30px;
	text-align:center;
	margin-bottom:15px;
}
.prod_form {
	display:block;
	margin: 30px 40px 30px 340px;
}
.prod_form label{
	color:#535353;
	margin:10px;
	display:block;
}
.prod_form select{
	display:block;
	margin:3px 0;
	padding:1px;
	width:120px;
}
.cartadd{
	display:block;
	width:208px;
	height:44px;
	background:transparent url(../img/cartadd.png) no-repeat  0 0;
	text-indent:-9999px;
	font-size:3px;
	margin: 0 0 20px 350px;
}
.addcoment {
	clear:both;
	/*border-bottom:1px solid #d9d9d9;*/
	margin-top:10px;
}
.coment {
	clear:both;
	border-bottom:1px solid #d9d9d9;
	margin-top:10px;
}
.coment a{
	color:#4b6879;
	text-decoration:none;
	float:left;
	font-size:12pt;
	margin-right:10px;
}

.cmn{
	color:#4b6879;
	text-decoration:none;
	float:left;
	font-size:14pt;
	margin-right:10px;
}

.c_date{
	color: #888888;
	line-height:29px;
	*line-height:25px;
	/*margin-left: 5px;*/
	font-size: 8pt;
	
}

.coment p{
	clear:both;
	margin: 0px;
	padding : 10px 15px 10px 15px;
}

.c_last{
	border-bottom: 0px;
}
.star1 {
	position:relative;
	display:block;
	width:64px;
	height:11px;
	background: transparent url(../img/stars.png) no-repeat 0 0;
	margin-top:2px;
	float:left;
}
.star2 {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:0px;
	height:11px;
	background: transparent url(../img/stars.png) no-repeat 0 -11px;
}
.pages {
	float:right;
}
.pages ul {
	list-style:none;
	position:relative;
	text-align:center;
}
.pages ul li {
	display:block;
	float:left;
	list-style:none;
}
.pages ul li a {
	text-decoration:none;
	margin:0 5px;
	font-size:12pt;
	color:#577282;
	text-decoration:none;
	line-height:22pt;
}
.pages ul li a:hover {
	color:#577282;
	text-decoration:none;
}
a.page-prev {
	background: transparent url(../img/page-prev.png) no-repeat center;
	display:block;
	text-indent:-9000px;
	font-size:3px;
	width:15px;
	height:29px;
}
a:hover.page-prev {
	background: transparent url(../img/page-prev.png) no-repeat center;
	display:block;
	text-indent:-9000px;
	font-size:3px;
	width:15px;
	height:29px;
}
a.page-next {
	background: transparent url(../img/page-next.png) no-repeat center;
	display:block;
	text-indent:-9000px;
	font-size:3px;
	width:15px;
	height:29px;
}
a:hover.page-next {
	background: transparent url(../img/page-next.png) no-repeat center;
	display:block;
	text-indent:-9000px;
	font-size:3px;
	width:15px;
	height:29px;
}
a.sup-cart-item {
	margin:10px 0;
	color:#0074BE;
}
a.sup-cart-item ins {
	font-size:9pt;
	margin-left:44px;
	text-decoration:none;
	margin-bottom:10px;
	display:block;
}
a.sup-cart-item img {
	border:1px solid #3E3E3E;
	float:left;
}
a.sup-cart-item ins span {
	color:#7F7F7F;
	font-size:8pt;
}
.newpath {
	float:right;
	margin-top:-5px;
}
.newpath span{
	display:block;
	float:left;
	position:relative;
	height:23px;
	margin-right:25px;
	color:#4b6879;
	font-size:14px;
	line-height:16px;
	padding:10px 0 0;
}
.newpath span em.r{
	display:block;
	position:absolute;
	height:5px;
	width:14px;
	background:url(../img/path2.png) no-repeat 0 -5px;
	right:-20px;
	top:16px;
}
.newpath span.post{
	color:#848484;
	margin-left:20px;
}

.newpath span.post em.l{
	display:block;
	position:absolute;
	height:5px;
	width:6px;
	background:url(../img/path2.png) no-repeat 0 -10px;
	left:-12px;
	top:15px;
}
.newpath span.post em.r{
	background:url(../img/path2.png) no-repeat 0 0px;
}
.newpath span.active{
	color:#848484;
	margin:0 10px;
	background:url(../img/path.png) repeat-x 0 -66px;
	font-size:16px;
	color:#FFF;
	padding:8px 7px 0;
	height:25px;
}
.newpath span.active em.l{
	display:block;
	position:absolute;
	height:33px;
	width:5px;
	background:url(../img/path.png) repeat-x 0 0px;
	left:-5px;
	top:0px;
}
.newpath span.active em.r{
	display:block;
	position:absolute;
	height:33px;
	width:5px;
	background:url(../img/path.png) repeat-x 0 -33px;
	right:-5px;
	top:0px;
}
.brands {position:relative; height:490px; overflow:hidden;}
.brands a{display:block; position:absolute;}
.alert{display:block; color:#C00; font-size:11px; text-align:center; padding:2px 0;}
.cl{background-color:#FFF; float:left; width:260px; border-right:3px solid #efefef; padding:30px; margin-top:30px;}
.cl2{background-color:#FFF;float:left; width:260px; padding:30px; margin-left:10px; margin-top:30px;}

.ordlist{display:block}
.ordlist *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#d9d9d9}
.ordlist1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eeeeee;
  border-right:1px solid #eeeeee;
  background:#e2e2e2}
.ordlist2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
  background:#e0e0e0}
.ordlist3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;}
.ordlist4{
  border-left:1px solid #eeeeee;
  border-right:1px solid #eeeeee}
.ordlist5{
  border-left:1px solid #e2e2e2;
  border-right:1px solid #e2e2e2}
.ordlistfg{
  background:#d9d9d9;
  padding: 5px 0px;}

.ncart-item{
	margin: 5px 0px 10px 0px;;	
	font-size:10pt;
}
.cdate{
	font-size:11pt;
	color: #2e2e2e;
	width: 90px;
	padding-top: 5px;
}
.cdate span{
	font-size:7pt;
	display: block;
}
.ord{
	background:#eaeaea url('../img/ordcorner-left.png') no-repeat top left;
	height: 30px;	
	padding-left: 6px;
}
.ord span{
	display: block;
	background:#eaeaea url('../img/ordcorner-right.png') no-repeat top right;
	padding: 5px 6px 0 0;		
	font-size: 11pt;
}

.ostatus{	
	width: 127px; 
	height: 17px; 	
	overflow: hidden;
	background-image: url(../img/statusSprite.png); 
	_background-image: url(../img/statusSprite.png); 
	background-repeat: no-repeat;
	display: block;		
	margin-left: 11px;
		
}
a.lnk1, a.lnk1:hover, a.lnk1:visited{ font-size: 10pt; color: #005a93;  text-decoration: underline;}
.os0{ background-position: 0px 0px; }
.os1{ background-position: 0px -18px; }
.os2{ background-position: 0px -36px; }
.os3{ background-position: 0px -54px; }
.os4{ background-position: 0px -72px; }
.os5{ background-position: 0px -90px; }
.os6{ background-position: 0px -108px; }
.os7{ background-position: 0px -126px; }

.orditm{display:block}
.orditm *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eaeaea}
  
.orditm1{ margin-right:3px; padding-right:1px; border-right:1px solid #e0e0e0; background:#e5e5e5}
.orditm2{ margin-right:1px; padding-right:1px; border-right:1px solid #dadada; background:#e6e6e6}
.orditm3{ margin-right:1px; border-right:1px solid #e6e6e6;}
.orditm4{ border-right:1px solid #e0e0e0}
.orditm5{ border-right:1px solid #e5e5e5}

.orditm1r{margin-left:3px; padding-left:1px; border-left:1px solid #e0e0e0; background:#e5e5e5}
.orditm2r{ margin-left:1px; padding-left:1px; border-left:1px solid #dadada; background:#e6e6e6}
.orditm3r{ margin-left:1px; border-left:1px solid #e6e6e6;}
.orditm4r{ border-left:1px solid #e0e0e0;}
.orditm5r{ border-left:1px solid #e5e5e5;}

.orditmfg{ background:#eaeaea; padding: 2px 10px 2px 5px;}

.orditm1p{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; background:#e5e5e5}
.orditm2p{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #dadada; border-right:1px solid #dadada; background:#e6e6e6}
.orditm3p{ margin-left:1px; margin-right:1px; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.orditm4p{ border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0}
.orditm5p{ border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5}
 
  
.oprice{
	float: right;
	margin-right: 8px;
	width: 190px;
}
a.carttitle, a.carttitle:hover, a.carttitle:visited{ font-size: 9pt; color: #006e97;  text-decoration: underline; line-height:23px;}

.cartit{	
	float:left;
	width:110px;
	display:block;
	color: #373737;
	font-size: 8pt;
}

.ocl{ border-bottom: 1px solid #a2a2a2;}
.ocl1{ border-bottom: 1px solid #c6c6c6; }
.oitprc{ color: #2e2e2e; font-size: 11pt; }
.ordsubpr{ width: 200px; clear: both; margin-left: 390px;}

.cartprit{width:200px; display:block; color: #767676; font-size: 10pt; margin-left:435px; margin-top: 10px;}
.cartpr{width:200px; display:block; color: #767676; font-size: 10pt; margin-left:413px; margin-top: 4px;}
.crttotal{  color: #767676; font-size: 13pt; margin-left: 41px; }
.crttotal span{ color: #2e2e2e; font-size: 14pt; }